diff --git a/DIVIDE-cascading-architecture.png b/DIVIDE-cascading-architecture.png new file mode 100644 index 0000000..8e49868 Binary files /dev/null and b/DIVIDE-cascading-architecture.png differ diff --git a/README.md b/README.md index 8a4ee6e..a240fe1 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,38 @@ -# DIVIDE: Context-aware query derivation for IoT data streams enabling privacy by design +# DIVIDE: adaptive configuration & distribution of semantic stream processing queries across an IoT network, based on dynamically changing environmental context -This repository contains code and data related to DIVIDE. DIVIDE can serve as a component of a semantic IoT platform. The main goal of DIVIDE is to automatically derive queries for an IoT platform's stream processing components, which filter the IoT data streams. This happens in a context-aware, adaptive way. Whenever the application context changes, DIVIDE derives the queries that filter the observations of interest for the use case, based on this new or changed context. By performing the reasoning upon context changes, relevant sensors and their observations can be filtered in real-time without the need to perform any more reasoning. +This repository contains code and data related to DIVIDE. DIVIDE can serve as a component of a semantic IoT platform. The main goal of DIVIDE is to automatically configure and distribute queries for an IoT platform's stream processing components, which filter the IoT data streams. This happens in an adaptive and context-aware and way: DIVIDE automatically adapts the query configuration and distribution according to changing environmental context. Environmental context consists of two main parts: use case (application-specific) context, and situational context in which queries are deployed. -This research is executed at the [IDLab](http://idlab.technology) research group, by people from [Ghent University](https://www.ugent.be/en) – [imec](https://www.imec-int.com/en/home). +- Whenever the use case context changes, DIVIDE derives the queries that filter the observations of interest for the use case, based on this new or changed context. By performing the reasoning upon context changes, relevant sensors and their observations can be filtered in real-time without the need to perform any more reasoning. +- By continuously monitoring the situational context (networking conditions, stream characteristics, local query performance, device resource usage), the configuration of the query's window parameters (window size and execution frequency) and the distribution of the queries in the network (choosing its evaluation location on either a local or central stream processing engine) can be intelligently updated according to use case specific requirements. + +This research is executed at the [IDLab](http://idlab.technology) research group, by researchers from [Ghent University](https://www.ugent.be/en) – [imec](https://www.imec-int.com/en/home). + +## Cascading reasoning architecture with DIVIDE + +The figure below presents the overall architecture of a typical cascading reasoning set-up in an IoT network, in which DIVIDE should be deployed. More details about this architecture are presented in the papers referenced in this repository. Details about the contents of the repository are given below. + +![Cascading reasoning architecture with DIVIDE](DIVIDE-cascading-architecture.png) ## Contents -This repository contains the following folders: +This repository contains a folder related to every publication (paper) about DIVIDE: + +- [`saw2019`](saw2019): This folder contains supporting material for the first paper presenting the DIVIDE system. This paper has been presented at the 1st International Workshop on Sensors and Actuators on the Web ([SAW2019](http://saw.gitlab.emse.fr/2019/)) at [ISWC 2019](https://iswc2019.semanticweb.org/), and has been published in its proceedings. This paper can be found [here](http://ceur-ws.org/Vol-2549/article-01.pdf). +- [`swj2022`](swj2022): This folder contains supporting material for a first journal paper about DIVIDE. This paper has been published in the Special Issue on Semantic Web Meets Health Data Management of the [Semantic Web Journal](https://www.semantic-web-journal.net/) in 2023. This paper can be found [here](http://dx.doi.org/10.3233/SW-223281). +- [`jnsm2023`](jnsm2023): This folder contains supporting material for a second journal paper about DIVIDE. This paper has been submitted to the [Journal of Network and Systems Management](https://www.springer.com/journal/10922) in 2023 and is currently under review. + +Referring back to the architecture figure, the first two papers (`saw2019` and `swj2022` folders) discuss the DIVIDE Core component. The third publication (`jnsm2023` folder) discusses the updated design of DIVIDE, which extends DIVIDE Core with the other subcomponents of DIVIDE Central and also includes the DIVIDE Local Monitor. + +In addition, this repository contains details about a first implementation of DIVIDE: + +- The implementation of DIVIDE Central is available in the [`src/divide-central`](src/divide-central) folder. +- The implementation of the DIVIDE Local Monitor is available in the [`src/divide-local-monitor`](src/divide-local-monitor) folder. +- The DIVIDE Meta Model ontology is available in the [`meta-model`](meta-model) folder. + +## Citation -- [`saw2019`](saw2019): This folder contains supporting material for the first paper presenting the DIVIDE system. This paper has been published through the 1st International Workshop on Sensors and Actuators on the Web ([SAW2019](http://saw.gitlab.emse.fr/2019/)) at [ISWC 2019](https://iswc2019.semanticweb.org/). This paper can be found [here](http://ceur-ws.org/Vol-2549/article-01.pdf). -- [`swj2022`](swj2022): This folder contains supporting material for a journal paper about DIVIDE, submitted to the Special Issue on Semantic Web Meets Health Data Management of the [Semantic Web Journal](https://www.semantic-web-journal.net/). This paper is currently under review. The most recently submitted version for this paper can be found [here](https://www.semantic-web-journal.net/content/context-aware-query-derivation-iot-data-streams-divide-enabling-privacy-design). -- [`src/divide-central`](src/divide-central): This folder contains the source code of the DIVIDE central services. +When referring to DIVIDE, we currently ask you to include a citation to the publication about DIVIDE in the Semantic Web Journal. Details on how to cite are given in the [`swj2022`](swj2022) folder. ## Contact -The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can send an email to [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../issues/new). +The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can email [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../issues/new). diff --git a/jnsm2023/README.md b/jnsm2023/README.md index 07a667c..a8dda0f 100644 --- a/jnsm2023/README.md +++ b/jnsm2023/README.md @@ -1 +1,22 @@ -More details to be added in May 2023. \ No newline at end of file +# Enabling efficient semantic stream processing across the IoT network through adaptive distribution with DIVIDE + +This folder contains all supportive material related to the paper "Enabling efficient semantic stream processing across the IoT network through adaptive distribution with DIVIDE", which is submitted for review to the [Journal of Network and Systems Management](https://www.springer.com/journal/10922). + +## Contents + +This folder mainly contains supportive material related to the evaluations performed in this paper. For clarity purposes, this information is added in the dedicated [`evaluations`](evaluations) folder. + +Moreover, we would like to refer to some other information relevant to this paper: + +- A first implementation of the methodological design of DIVIDE can be found in the [`src`](../src) folder of this repository. This folder refers to the implementation of both DIVIDE Central and the DIVIDE Local Monitor. +- The DIVIDE Meta Model ontology is available in the [`meta-model`](../meta-model) folder of this repository. + +A dedicated tag of this repository is created with label [`jnsm-2023`](../../../releases/tag/jnsm-2023). This tag represents the version of implementation ([`src`](../src) folder) and Meta Model ontology ([`meta-model`](../meta-model) folder) resulting from the given paper. + +## Citation + +Since this paper is still under review, we would like to ask you to cite our first journal publication about DIVIDE when referring to DIVIDE. Information on how to cite is available on [the page dedicated to this paper](../swj2022). + +## Contact + +The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can email [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../issues/new). diff --git a/jnsm2023/evaluations/README.md b/jnsm2023/evaluations/README.md new file mode 100644 index 0000000..3801e1c --- /dev/null +++ b/jnsm2023/evaluations/README.md @@ -0,0 +1,23 @@ +# Enabling efficient semantic stream processing across the IoT network through adaptive distribution with DIVIDE + +This folder contains supportive material for the evaluations in the paper "Enabling efficient semantic stream processing across the IoT network through adaptive distribution with DIVIDE", which is submitted for review to the [Journal of Network and Systems Management](https://www.springer.com/journal/10922). + +## Contents + +The folder contains supportive material for the evaluations performed in the paper. More specifically, it contains the following files and folders: + +- [`ontology`](ontology): This folder contains the ontology used for the paper's evaluations. This ontology consists of a snapshot of the [Data Analytics for Health and Connected Care (DAHCC) ontology](https://github.com/predict-idlab/DAHCC-Sources), complemented with an additional module ([`KBActivityRecognition.ttl`](ontology/KBActivityRecognition.ttl)) that represents all extra definitions related to the health parameter calculator system (which includes the definitions related to the calculation of a person's activity index). +- [`context.ttl`](context.ttl): This file represents the context used for the evaluations. This file contains all context triples in RDF/Turtle syntax. +- [`divide-query`](divide-query): This folder contains the internal representation of the DIVIDE query that can be instantiated to an RSP query that calculates a patient's activity index. This DIVIDE query is registered to the DIVIDE engine for all evaluation scenarios of the paper. +- [`global-monitor-queries`](global-monitor-queries): This folder contains the different SPARQL queries that are configured as Global Monitor queries in the evaluation scenarios of this paper. +- [`configuration`](configuration): This folder contains the configuration files to run the different evaluation scenarios. Note that these configuration files expect the ontology & query files to be in the correct subdirectories, relative to the location of the directory that contains these configuration files & the DIVIDE Central executable JAR. The configuration files are provided for the two evaluation scenarios: + - [`scenario-1-window-parameters`](configuration/scenario-1-window-parameters): This folder contains the configuration files for evaluation scenario 1 (updating the RSP query window parameters based on RSP monitoring). + - [`scenario-2-query-location`](configuration/scenario-2-query-location): This folder contains the configuration files for evaluation scenario 2 (updating the RSP query location based on network monitoring). The paper also reports additional results for this second evaluation scenario, specifically for the DIVIDE Monitoring set-up. The only difference to the configuration files is updating the network round trip time thresholds in the global monitor queries. In the configuration, this means that the suffixes of the query paths in the `monitor.task_queries` property of the `divide-baseline.properties.json` file are updated from `_medium` to either `_low` and `_high`. + +The [`divide-server-1.0-jar-with-dependencies.jar`](divide-server-1.0-jar-with-dependencies.jar) file represents the compiled Java JAR of the DIVIDE server module (of DIVIDE Central) used for the evaluations in the paper. The version of the Local Monitor used in the evaluations is represented by the [`divide-local-monitor-1.0-jar-with-dependencies.jar`](divide-local-monitor-1.0-jar-with-dependencies.jar) file. The corresponding source code can be found in the [`src`](../../src) folder of this repository. The README file of this folder contains detailed information and an example on how to run the DIVIDE Central (server) JAR and the DIVIDE Local Monitor JAR. The version of the source code to build the given Java JAR files (and thus the version used for the evaluations) is tagged with the 'jnsm-2023' tag (see [tag page](../../../../tags)). + +The realistic dataset, collected in the imec-UGent HomeLab and used in the paper to create the simulation dataset, is publicly available on the DAHCC ontology website via [this link](https://dahcc.idlab.ugent.be/dataset.html). + +## Contact + +The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can email [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../../issues/new). diff --git a/jnsm2023/evaluations/configuration/scenario-1-window-parameters/divide-baseline.components.csv b/jnsm2023/evaluations/configuration/scenario-1-window-parameters/divide-baseline.components.csv new file mode 100644 index 0000000..d1af76b --- /dev/null +++ b/jnsm2023/evaluations/configuration/scenario-1-window-parameters/divide-baseline.components.csv @@ -0,0 +1 @@ +10.42.0.35;10.42.0.35_patient;[];csparql;8100 diff --git a/jnsm2023/evaluations/configuration/scenario-1-window-parameters/divide-baseline.properties.json b/jnsm2023/evaluations/configuration/scenario-1-window-parameters/divide-baseline.properties.json new file mode 100644 index 0000000..df3de2d --- /dev/null +++ b/jnsm2023/evaluations/configuration/scenario-1-window-parameters/divide-baseline.properties.json @@ -0,0 +1,69 @@ +{ + "device": { + "network_ip": "10.42.0.112" + }, + "server": { + "host": "localhost", + "port":{ + "divide": 8342, + "kb": 8343 + } + }, + "divide": { + "kb": { + "type": "Jena", + "base_iri": "http://protego.ilabt.imec.be/idlab.homelab/" + }, + "ontology": { + "dir": "../../ontology/", + "files": [ + "KBActivityRecognition.ttl", + "ActivityRecognition.ttl", + "MonitoredPerson.ttl", + "Sensors.ttl", + "SensorsAndActuators.ttl", + "SensorsAndWearables.ttl", + "_Homelab_tbox.ttl", + "_HomelabWearable_tbox.ttl", + "imports/eep.ttl", + "imports/affectedBy.ttl", + "imports/cpannotationschema.ttl", + "imports/saref.ttl", + "imports/saref4bldg.ttl", + "imports/saref4ehaw.ttl", + "imports/saref4wear.ttl" + ] + }, + "queries": { + "divide": [ + "../../divide-query/activity-index.json" + ] + } + }, + "reasoner": { + "handleTboxDefinitionsInContext": false + }, + "engine": { + "parser": { + "processUnmappedVariableMatches": true, + "validateUnboundVariablesInRspQlQueryBody": true + }, + "stopRspEngineStreamsOnContextChanges": true + }, + "monitor": { + "active": true, + "task_queries": [ + "../../global-monitor-queries/execution_time_monitor.sparql" + ], + "local_monitor_jar": "../../divide-local-monitor-1.0-jar-with-dependencies.jar" + }, + "central_rsp_engine": { + "active": true, + "query_language": "csparql", + "server": { + "protocol": "http", + "port": 8100, + "ws_stream_port": 8101 + } + } +} diff --git a/jnsm2023/evaluations/configuration/scenario-1-window-parameters/divide-local.components.csv b/jnsm2023/evaluations/configuration/scenario-1-window-parameters/divide-local.components.csv new file mode 100644 index 0000000..d1af76b --- /dev/null +++ b/jnsm2023/evaluations/configuration/scenario-1-window-parameters/divide-local.components.csv @@ -0,0 +1 @@ +10.42.0.35;10.42.0.35_patient;[];csparql;8100 diff --git a/jnsm2023/evaluations/configuration/scenario-1-window-parameters/divide-local.properties.json b/jnsm2023/evaluations/configuration/scenario-1-window-parameters/divide-local.properties.json new file mode 100644 index 0000000..6e20ccc --- /dev/null +++ b/jnsm2023/evaluations/configuration/scenario-1-window-parameters/divide-local.properties.json @@ -0,0 +1,59 @@ +{ + "device": { + "network_ip": "10.42.0.112" + }, + "server": { + "host": "localhost", + "port":{ + "divide": 8342, + "kb": 8343 + } + }, + "divide": { + "kb": { + "type": "Jena", + "base_iri": "http://protego.ilabt.imec.be/idlab.homelab/" + }, + "ontology": { + "dir": "../../ontology/", + "files": [ + "KBActivityRecognition.ttl", + "ActivityRecognition.ttl", + "MonitoredPerson.ttl", + "Sensors.ttl", + "SensorsAndActuators.ttl", + "SensorsAndWearables.ttl", + "_Homelab_tbox.ttl", + "_HomelabWearable_tbox.ttl", + "imports/eep.ttl", + "imports/affectedBy.ttl", + "imports/cpannotationschema.ttl", + "imports/saref.ttl", + "imports/saref4bldg.ttl", + "imports/saref4ehaw.ttl", + "imports/saref4wear.ttl" + ] + }, + "queries": { + "divide": [ + "../../divide-query/activity-index.json" + ] + } + }, + "reasoner": { + "handleTboxDefinitionsInContext": false + }, + "engine": { + "parser": { + "processUnmappedVariableMatches": true, + "validateUnboundVariablesInRspQlQueryBody": true + }, + "stopRspEngineStreamsOnContextChanges": true + }, + "monitor": { + "active": false + }, + "central_rsp_engine": { + "active": false + } +} diff --git a/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-baseline.components.csv b/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-baseline.components.csv new file mode 100644 index 0000000..7b34d33 --- /dev/null +++ b/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-baseline.components.csv @@ -0,0 +1,3 @@ +192.168.0.1;192.168.0.1_patient;[];csparql;8100 +192.168.0.2;192.168.0.2_patient;[];csparql;8100 +192.168.0.3;192.168.0.3_patient;[];csparql;8100 diff --git a/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-baseline.properties.json b/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-baseline.properties.json new file mode 100644 index 0000000..0274045 --- /dev/null +++ b/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-baseline.properties.json @@ -0,0 +1,70 @@ +{ + "device": { + "network_ip": "192.168.0.4" + }, + "server": { + "host": "localhost", + "port":{ + "divide": 8342, + "kb": 8343 + } + }, + "divide": { + "kb": { + "type": "Jena", + "base_iri": "http://protego.ilabt.imec.be/idlab.homelab/" + }, + "ontology": { + "dir": "../../ontology/", + "files": [ + "KBActivityRecognition.ttl", + "ActivityRecognition.ttl", + "MonitoredPerson.ttl", + "Sensors.ttl", + "SensorsAndActuators.ttl", + "SensorsAndWearables.ttl", + "_Homelab_tbox.ttl", + "_HomelabWearable_tbox.ttl", + "imports/eep.ttl", + "imports/affectedBy.ttl", + "imports/cpannotationschema.ttl", + "imports/saref.ttl", + "imports/saref4bldg.ttl", + "imports/saref4ehaw.ttl", + "imports/saref4wear.ttl" + ] + }, + "queries": { + "divide": [ + "../../divide-query/activity-index.json" + ] + } + }, + "reasoner": { + "handleTboxDefinitionsInContext": false + }, + "engine": { + "parser": { + "processUnmappedVariableMatches": true, + "validateUnboundVariablesInRspQlQueryBody": true + }, + "stopRspEngineStreamsOnContextChanges": true + }, + "monitor": { + "active": true, + "task_queries": [ + "../../global-monitor-queries/network_rtt_monitor_to_central_medium.sparql", + "../../global-monitor-queries/network_rtt_monitor_to_local_medium.sparql" + ], + "local_monitor_jar": "../../divide-local-monitor-1.0-jar-with-dependencies.jar" + }, + "central_rsp_engine": { + "active": true, + "query_language": "csparql", + "server": { + "protocol": "http", + "port": 8100, + "ws_stream_port": 8101 + } + } +} diff --git a/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-central.components.csv b/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-central.components.csv new file mode 100644 index 0000000..7b34d33 --- /dev/null +++ b/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-central.components.csv @@ -0,0 +1,3 @@ +192.168.0.1;192.168.0.1_patient;[];csparql;8100 +192.168.0.2;192.168.0.2_patient;[];csparql;8100 +192.168.0.3;192.168.0.3_patient;[];csparql;8100 diff --git a/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-central.properties.json b/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-central.properties.json new file mode 100644 index 0000000..b854e38 --- /dev/null +++ b/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-central.properties.json @@ -0,0 +1,65 @@ +{ + "device": { + "network_ip": "192.168.0.4" + }, + "server": { + "host": "localhost", + "port":{ + "divide": 8342, + "kb": 8343 + } + }, + "divide": { + "kb": { + "type": "Jena", + "base_iri": "http://protego.ilabt.imec.be/idlab.homelab/" + }, + "ontology": { + "dir": "../../ontology/", + "files": [ + "KBActivityRecognition.ttl", + "ActivityRecognition.ttl", + "MonitoredPerson.ttl", + "Sensors.ttl", + "SensorsAndActuators.ttl", + "SensorsAndWearables.ttl", + "_Homelab_tbox.ttl", + "_HomelabWearable_tbox.ttl", + "imports/eep.ttl", + "imports/affectedBy.ttl", + "imports/cpannotationschema.ttl", + "imports/saref.ttl", + "imports/saref4bldg.ttl", + "imports/saref4ehaw.ttl", + "imports/saref4wear.ttl" + ] + }, + "queries": { + "divide": [ + "../../divide-query/activity-index.json" + ] + } + }, + "reasoner": { + "handleTboxDefinitionsInContext": false + }, + "engine": { + "parser": { + "processUnmappedVariableMatches": true, + "validateUnboundVariablesInRspQlQueryBody": true + }, + "stopRspEngineStreamsOnContextChanges": true + }, + "monitor": { + "active": false + }, + "central_rsp_engine": { + "active": true, + "query_language": "csparql", + "server": { + "protocol": "http", + "port": 8100, + "ws_stream_port": 8101 + } + } +} diff --git a/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-local.components.csv b/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-local.components.csv new file mode 100644 index 0000000..7b34d33 --- /dev/null +++ b/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-local.components.csv @@ -0,0 +1,3 @@ +192.168.0.1;192.168.0.1_patient;[];csparql;8100 +192.168.0.2;192.168.0.2_patient;[];csparql;8100 +192.168.0.3;192.168.0.3_patient;[];csparql;8100 diff --git a/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-local.properties.json b/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-local.properties.json new file mode 100644 index 0000000..314ac84 --- /dev/null +++ b/jnsm2023/evaluations/configuration/scenario-2-query-location/divide-local.properties.json @@ -0,0 +1,59 @@ +{ + "device": { + "network_ip": "192.168.0.4" + }, + "server": { + "host": "localhost", + "port":{ + "divide": 8342, + "kb": 8343 + } + }, + "divide": { + "kb": { + "type": "Jena", + "base_iri": "http://protego.ilabt.imec.be/idlab.homelab/" + }, + "ontology": { + "dir": "../../ontology/", + "files": [ + "KBActivityRecognition.ttl", + "ActivityRecognition.ttl", + "MonitoredPerson.ttl", + "Sensors.ttl", + "SensorsAndActuators.ttl", + "SensorsAndWearables.ttl", + "_Homelab_tbox.ttl", + "_HomelabWearable_tbox.ttl", + "imports/eep.ttl", + "imports/affectedBy.ttl", + "imports/cpannotationschema.ttl", + "imports/saref.ttl", + "imports/saref4bldg.ttl", + "imports/saref4ehaw.ttl", + "imports/saref4wear.ttl" + ] + }, + "queries": { + "divide": [ + "../../divide-query/activity-index.json" + ] + } + }, + "reasoner": { + "handleTboxDefinitionsInContext": false + }, + "engine": { + "parser": { + "processUnmappedVariableMatches": true, + "validateUnboundVariablesInRspQlQueryBody": true + }, + "stopRspEngineStreamsOnContextChanges": true + }, + "monitor": { + "active": false + }, + "central_rsp_engine": { + "active": false + } +} diff --git a/jnsm2023/evaluations/context.ttl b/jnsm2023/evaluations/context.ttl new file mode 100644 index 0000000..49bd646 --- /dev/null +++ b/jnsm2023/evaluations/context.ttl @@ -0,0 +1,3668 @@ +#Processed by EYE v20.0703.0848 josd +#eye /home/mathias/Github/divide/divide-protego/monitor-evaluation/scenarios/context/protego_bathroom/files/_Homelab_abox.ttl /home/mathias/Github/divide/divide-protego/monitor-evaluation/scenarios/context/protego_bathroom/files/_HomelabWearable_abox.ttl /home/mathias/Github/divide/divide-protego/monitor-evaluation/scenarios/context/protego_bathroom/files/_Patient.ttl /home/mathias/Github/divide/divide-protego/monitor-evaluation/scenarios/context/protego_bathroom/files/_ContextEnrichingQuery_output.ttl --no-qvars --pass --nope + +@prefix var: . +@prefix : . +@prefix dc: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix core: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix idlab: . +@prefix terms: . +@prefix dogont: . +@prefix Sensors: . +@prefix dashboard: . +@prefix saref4bldg: . +@prefix SensorsAndActuators: . +@prefix KBAnomalyDetection: . +@prefix ns1: . +@prefix foaf: . +@prefix schema: . +@prefix saref4ehaw: . +@prefix SensorsAndWearables: . +@prefix patients: . +@prefix ActivityRecognition: . +@prefix MonitoredPerson: . +@prefix KBActivityRecognition: . +@prefix saref4wear: . +@prefix time: . +@prefix ssn: . +@prefix sosa: . +@prefix sd: . +@prefix sd-query: . +@prefix sh: . +@prefix sd-window: . + + a owl:NamedIndividual. + a . +:AQURA_10_10_145_9 a owl:NamedIndividual. + a owl:NamedIndividual. + a saref4bldg:Sensor. + a owl:NamedIndividual. + a SensorsAndActuators:CO2. + a owl:NamedIndividual. + a SensorsAndActuators:VOC. +:basement a owl:NamedIndividual. +:basement a saref4bldg:BuildingSpace. +:bathroom a owl:NamedIndividual. +:bathroom a SensorsAndActuators:BathRoom. +:binroom a owl:NamedIndividual. +:binroom a SensorsAndActuators:Room. +:blinds_careroom a owl:NamedIndividual. +:blinds_careroom a dogont:Shutter. +:blinds_garage a owl:NamedIndividual. +:blinds_garage a dogont:Shutter. +:blinds_hallway1 a owl:NamedIndividual. +:blinds_hallway1 a dogont:Shutter. +:blinds_kitchen a owl:NamedIndividual. +:blinds_kitchen a dogont:Shutter. +:blinds_masterbedroom a owl:NamedIndividual. +:blinds_masterbedroom a dogont:Shutter. +:blinds_meetingroom1 a owl:NamedIndividual. +:blinds_meetingroom1 a dogont:Shutter. +:blinds_meetingroom2 a owl:NamedIndividual. +:blinds_meetingroom2 a dogont:Shutter. +:blinds_office a owl:NamedIndividual. +:blinds_office a dogont:Shutter. +:blinds_smallbedroom a owl:NamedIndividual. +:blinds_smallbedroom a dogont:Shutter. +:blinds_tv a owl:NamedIndividual. +:blinds_tv a dogont:Shutter. +:careroom a owl:NamedIndividual. +:careroom a SensorsAndActuators:BedRoom. +:closet1a a owl:NamedIndividual. +:closet1a a dogont:Closet. +:closet1b a owl:NamedIndividual. +:closet1b a dogont:Closet. +:closet2a a owl:NamedIndividual. +:closet2a a dogont:Closet. +:closet2b a owl:NamedIndividual. +:closet2b a dogont:Closet. +:closet3a a owl:NamedIndividual. +:closet3a a dogont:Closet. +:closet3b a owl:NamedIndividual. +:closet3b a dogont:Closet. +:coffeeMachine a owl:NamedIndividual. +:coffeeMachine a SensorsAndActuators:CoffeeMaker. +:cookingtop a owl:NamedIndividual. +:cookingtop a SensorsAndActuators:ElectricalCooker. +:cupboard1 a owl:NamedIndividual. +:cupboard1 a dogont:Cupboard. +:cupboard2 a owl:NamedIndividual. +:cupboard2 a dogont:Cupboard. +:cupboard3 a owl:NamedIndividual. +:cupboard3 a dogont:Cupboard. +:cupboard4 a owl:NamedIndividual. +:cupboard4 a dogont:Cupboard. +:cupboard5 a owl:NamedIndividual. +:cupboard5 a dogont:Cupboard. +:cupboard6 a owl:NamedIndividual. +:cupboard6 a dogont:Cupboard. +:cupboard7 a owl:NamedIndividual. +:cupboard7 a dogont:Cupboard. +:curtain_careroom a owl:NamedIndividual. +:curtain_careroom a :Curtain. +:curtain_kitchen a owl:NamedIndividual. +:curtain_kitchen a :Curtain. +:curtain_masterbedroom a owl:NamedIndividual. +:curtain_masterbedroom a :Curtain. +:curtain_meetingroom2 a owl:NamedIndividual. +:curtain_meetingroom2 a :Curtain. +:curtain_office a owl:NamedIndividual. +:curtain_office a :Curtain. +:curtain_smallroom a owl:NamedIndividual. +:curtain_smallroom a :Curtain. +:curtain_tv a owl:NamedIndividual. +:curtain_tv a :Curtain. +:dishwasher a owl:NamedIndividual. +:dishwasher a SensorsAndActuators:Dishwasher. +:elevator a owl:NamedIndividual. +:elevator a saref4bldg:BuildingSpace. + a owl:NamedIndividual. + a SensorsAndActuators:EnergyConsumption. + a owl:NamedIndividual. + a SensorsAndActuators:Power. + a owl:NamedIndividual. + a SensorsAndActuators:DoorSensor. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a SensorsAndActuators:DoorSensor. + a owl:NamedIndividual. + a SensorsAndActuators:DoorSensor. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a SensorsAndActuators:DoorSensor. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a SensorsAndActuators:DoorSensor. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a dogont:Button. + a owl:NamedIndividual. + a SensorsAndActuators:DoorSensor. + a owl:NamedIndividual. + a dogont:Button. + a owl:NamedIndividual. + a dogont:Button. + a owl:NamedIndividual. + a owl:NamedIndividual. + a dogont:Button. + a owl:NamedIndividual. + a dogont:Button. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:DoorSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:DoorSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a SensorsAndActuators:DoorSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a SensorsAndActuators:DoorSensor. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a SensorsAndActuators:DoorSensor. + a owl:NamedIndividual. + a SensorsAndActuators:ContactSensor. + a owl:NamedIndividual. + a SensorsAndActuators:Blind. + a owl:NamedIndividual. + a SensorsAndActuators:Button. + a owl:NamedIndividual. + a SensorsAndActuators:Dimmer. + a owl:NamedIndividual. + a SensorsAndActuators:Light. + a owl:NamedIndividual. + a SensorsAndActuators:LightSwitch. + a owl:NamedIndividual. + a SensorsAndActuators:Motion. + a owl:NamedIndividual. + a SensorsAndActuators:Positioning. + a owl:NamedIndividual. + a SensorsAndActuators:RelativeHumidity. + a owl:NamedIndividual. + a SensorsAndActuators:Relay. + a owl:NamedIndividual. + a SensorsAndActuators:Temperature. + a owl:NamedIndividual. + a SensorsAndActuators:EnergyConsumption. +:firstfloor a owl:NamedIndividual. +:firstfloor a SensorsAndActuators:Floor. +:freezer a owl:NamedIndividual. +:freezer a SensorsAndActuators:DeepFreezer. +:fridge a owl:NamedIndividual. +:fridge a SensorsAndActuators:Fridge. +:frontdoor a owl:NamedIndividual. +:frontdoor a dogont:Door. +:garage a owl:NamedIndividual. +:garage a SensorsAndActuators:Garage. +:groundfloor a owl:NamedIndividual. +:groundfloor a SensorsAndActuators:Floor. +:hallway1 a owl:NamedIndividual. +:hallway1 a saref4bldg:BuildingSpace. +:heatpump a owl:NamedIndividual. +:heatpump a core:HVAC. +:homelab a owl:NamedIndividual. +:homelab a saref4bldg:Building. + a owl:NamedIndividual. + a dogont:DimmerLamp. + a owl:NamedIndividual. + a dogont:DimmerLamp. + a owl:NamedIndividual. + a dogont:DimmerLamp. +:kettle a owl:NamedIndividual. +:kettle a SensorsAndActuators:WaterBoiler. +:kitchen a owl:NamedIndividual. +:kitchen a SensorsAndActuators:Kitchen. +:kitchenIslandMotor a owl:NamedIndividual. +:kitchenIslandMotor a SensorsAndActuators:Socket. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:HumiditySensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:HumiditySensor. + a owl:NamedIndividual. + a SensorsAndActuators:PressureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PressureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:CO2Sensor. + a owl:NamedIndividual. + a SensorsAndActuators:VOCSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:HumiditySensor. + a owl:NamedIndividual. + a SensorsAndActuators:PressureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PressureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:CO2Sensor. + a owl:NamedIndividual. + a SensorsAndActuators:VOCSensor. +:laundryroom a owl:NamedIndividual. +:laundryroom a SensorsAndActuators:StorageRoom. +:lightdiningtable a owl:NamedIndividual. +:lightdiningtable a dogont:DimmableLight. +:living a owl:NamedIndividual. +:living a SensorsAndActuators:LivingRoom. +:livingroomlight a owl:NamedIndividual. +:livingroomlight a dogont:DimmableLight. +:mainhall a owl:NamedIndividual. +:mainhall a saref4bldg:BuildingSpace. +:masterbedroom a owl:NamedIndividual. +:masterbedroom a SensorsAndActuators:BedRoom. +:meetingroom1 a owl:NamedIndividual. +:meetingroom1 a SensorsAndActuators:Room. +:meetingroom2 a owl:NamedIndividual. +:meetingroom2 a SensorsAndActuators:Room. +:microwave a owl:NamedIndividual. +:microwave a SensorsAndActuators:Microwave. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. +:office a owl:NamedIndividual. +:office a SensorsAndActuators:Room. + a owl:NamedIndividual. + a SensorsAndActuators:Localisation. + a owl:NamedIndividual. + a SensorsAndActuators:CO2. + a owl:NamedIndividual. + a SensorsAndActuators:AtmosphericPressure. + a owl:NamedIndividual. + a SensorsAndActuators:Loudness. + a owl:NamedIndividual. + a SensorsAndActuators:RelativeHumidity. + a owl:NamedIndividual. + a SensorsAndActuators:Temperature. +:oven a owl:NamedIndividual. +:oven a SensorsAndActuators:Oven. + a owl:NamedIndividual. + a SensorsAndActuators:PeoplePresencee. + a owl:NamedIndividual. + a SensorsAndActuators:PeopleNumber. +:smallbedroom a owl:NamedIndividual. +:smallbedroom a SensorsAndActuators:BedRoom. +:socketKitchenBarCenterLeft a owl:NamedIndividual. +:socketKitchenBarCenterLeft a SensorsAndActuators:Socket. +:socketKitchenBarCenterRight a owl:NamedIndividual. +:socketKitchenBarCenterRight a SensorsAndActuators:Socket. +:socketKitchenBarLeft a owl:NamedIndividual. +:socketKitchenBarLeft a SensorsAndActuators:Socket. +:socketKitchenIslandFaucet a owl:NamedIndividual. +:socketKitchenIslandFaucet a SensorsAndActuators:Socket. +:socketKitchenIslandStove a owl:NamedIndividual. +:socketKitchenIslandStove a SensorsAndActuators:Socket. +:socketKitchentBarRight a owl:NamedIndividual. +:socketKitchentBarRight a SensorsAndActuators:Socket. +:socketLivingroomWindowCenter a owl:NamedIndividual. +:socketLivingroomWindowCenter a SensorsAndActuators:Socket. +:socketSlidingDoor a owl:NamedIndividual. +:socketSlidingDoor a SensorsAndActuators:Socket. +:socketTvLeft a owl:NamedIndividual. +:socketTvLeft a SensorsAndActuators:Socket. +:socketTvRight a owl:NamedIndividual. +:socketTvRight a SensorsAndActuators:Socket. +:soketLivingroomWindowLeft a owl:NamedIndividual. +:soketLivingroomWindowLeft a SensorsAndActuators:Socket. +:terrace a owl:NamedIndividual. +:terrace a dogont:Terrace. +:toilet1 a owl:NamedIndividual. +:toilet1 a SensorsAndActuators:Toilet. +:toilet2 a owl:NamedIndividual. +:toilet2 a SensorsAndActuators:Toilet. +:toiletlight a owl:NamedIndividual. +:toiletlight a dogont:DimmableLight. +:tv a owl:NamedIndividual. +:tv a SensorsAndActuators:Tv. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:TemperatureSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a SensorsAndActuators:LightSensor. + a owl:NamedIndividual. + a SensorsAndActuators:PresenceSensor. + a owl:NamedIndividual. + a :WeatherStation. + a KBAnomalyDetection:OutsideEnvironment. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a core:LightSwitch. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a saref4bldg:Actuator. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a core:HVAC. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a dogont:DimmerSwitch. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:CO2Sensor. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:HumiditySensor. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:CO2Sensor. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:HumiditySensor. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:CO2Sensor. + a owl:NamedIndividual. + a SensorsAndActuators:ElectricityMeter. + a owl:NamedIndividual. + a SensorsAndActuators:HumiditySensor. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a :WindowSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a :WindowSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a :WindowSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a :WindowSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a :WindowSensor. + a owl:NamedIndividual. + a :WindowSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a :WindowSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a :WindowSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a :WindowSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a :WindowSensor. + a owl:NamedIndividual. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a dogont:ShutterActuator. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. + a owl:NamedIndividual. +:ventilationlevel a owl:NamedIndividual. +:ventilationlevel a SensorsAndActuators:VentilationLevel. + a owl:NamedIndividual. + a SensorsAndActuators:WaterRunningSensor. + a owl:NamedIndividual. + a SensorsAndActuators:WaterRunningSensor. +:waterpump a owl:NamedIndividual. +:waterpump a saref4bldg:Pump. + a owl:NamedIndividual. + a SensorsAndActuators:AtmosphericPressure. + a owl:NamedIndividual. + a SensorsAndActuators:RainRate. + a owl:NamedIndividual. + a SensorsAndActuators:WindSpeed. +:window_careroom a owl:NamedIndividual. +:window_careroom a dogont:Window. +:window_garage a owl:NamedIndividual. +:window_garage a dogont:Window. +:window_kitchen a owl:NamedIndividual. +:window_kitchen a dogont:Window. +:window_masterbedroom a owl:NamedIndividual. +:window_masterbedroom a dogont:Window. +:window_meetingroom1 a owl:NamedIndividual. +:window_meetingroom1 a dogont:Window. +:window_meetingroom2 a owl:NamedIndividual. +:window_meetingroom2 a dogont:Window. +:window_office a owl:NamedIndividual. +:window_office a dogont:Window. +:window_smallbedroom a owl:NamedIndividual. +:window_smallbedroom a dogont:Window. +:window_tv a owl:NamedIndividual. +:window_tv a dogont:Window. + a owl:NamedIndividual. + a :Netatmo. + a owl:NamedIndividual. + a :Netatmo. + a owl:NamedIndividual. + a :Netatmo. + a owl:NamedIndividual. + a :Netatmo. + a owl:NamedIndividual. + a :Netatmo. + a owl:NamedIndividual. + a :Netatmo. + a owl:NamedIndividual. + a SensorsAndActuators:WaterRunning. + a owl:NamedIndividual. + a SensorsAndWearables:Empatica. + a owl:NamedIndividual. + a SensorsAndWearables:Accelerometer. + a owl:NamedIndividual. + a SensorsAndWearables:BatteryLevelMeter. + a owl:NamedIndividual. + a ns1:EmpaticaTagButton. + a owl:NamedIndividual. + a SensorsAndWearables:GSRSensor. + a owl:NamedIndividual. + a SensorsAndWearables:OnWristDetector. + a owl:NamedIndividual. + a SensorsAndWearables:PPGSensor. + a owl:NamedIndividual. + a SensorsAndWearables:Thermopile. + a owl:NamedIndividual. + a SensorsAndWearables:Weight. + a owl:NamedIndividual. + a SensorsAndWearables:SkinTemperature. + a owl:NamedIndividual. + a SensorsAndWearables:BloodPressure. + a owl:NamedIndividual. + a SensorsAndWearables:HeartRate. + a owl:NamedIndividual. + a SensorsAndWearables:SPO2. + a owl:NamedIndividual. + a SensorsAndWearables:BloodPressure. + a owl:NamedIndividual. + a SensorsAndWearables:Smartphone. + a owl:NamedIndividual. + a SensorsAndWearables:Accelerometer. + a owl:NamedIndividual. + a SensorsAndWearables:AmbientLightSensor. + a owl:NamedIndividual. + a SensorsAndWearables:AmbientNoiseSensor. + a owl:NamedIndividual. + a SensorsAndWearables:ApplicationUsageMeter. + a owl:NamedIndividual. + a SensorsAndWearables:GPSSensor. + a owl:NamedIndividual. + a SensorsAndWearables:GravitySensor. + a owl:NamedIndividual. + a SensorsAndWearables:Gyroscope. + a owl:NamedIndividual. + a SensorsAndWearables:KeyboardUsageMeter. + a owl:NamedIndividual. + a SensorsAndWearables:LinearAccelerometer. + a owl:NamedIndividual. + a SensorsAndWearables:Magnetometer. + a owl:NamedIndividual. + a SensorsAndWearables:ProximitySensor. + a owl:NamedIndividual. + a SensorsAndWearables:RotationSensor. + a owl:NamedIndividual. + a SensorsAndWearables:ScreenUsageMeter. + a owl:NamedIndividual. + a ns1:SleepAPI. + a owl:NamedIndividual. + a SensorsAndWearables:StepCounter. + a owl:NamedIndividual. + a SensorsAndWearables:SmartphoneAcceleration. + a SensorsAndWearables:XAxis. + a owl:NamedIndividual. + a SensorsAndWearables:SmartphoneAcceleration. + a SensorsAndWearables:YAxis. + a owl:NamedIndividual. + a SensorsAndWearables:SmartphoneAcceleration. + a SensorsAndWearables:ZAxis. + a owl:NamedIndividual. + a SensorsAndWearables:Light. + a owl:NamedIndividual. + a SensorsAndWearables:Amplitude. + a owl:NamedIndividual. + a SensorsAndWearables:Frequency. + a owl:NamedIndividual. + a SensorsAndWearables:ApplicationUsage. + a owl:NamedIndividual. + a SensorsAndWearables:Gravity. + a SensorsAndWearables:XAxis. + a owl:NamedIndividual. + a SensorsAndWearables:Gravity. + a SensorsAndWearables:YAxis. + a owl:NamedIndividual. + a SensorsAndWearables:Gravity. + a SensorsAndWearables:ZAxis. + a owl:NamedIndividual. + a SensorsAndWearables:OrientationDeviation. + a SensorsAndWearables:XAxis. + a owl:NamedIndividual. + a SensorsAndWearables:OrientationDeviation. + a SensorsAndWearables:YAxis. + a owl:NamedIndividual. + a SensorsAndWearables:OrientationDeviation. + a SensorsAndWearables:ZAxis. + a owl:NamedIndividual. + a SensorsAndWearables:KeyStrokes. + a owl:NamedIndividual. + a SensorsAndWearables:LinearAcceleration. + a SensorsAndWearables:XAxis. + a owl:NamedIndividual. + a SensorsAndWearables:LinearAcceleration. + a SensorsAndWearables:YAxis. + a owl:NamedIndividual. + a SensorsAndWearables:LinearAcceleration. + a SensorsAndWearables:ZAxis. + a owl:NamedIndividual. + a SensorsAndWearables:LocationAccuracy. + a owl:NamedIndividual. + a SensorsAndWearables:Altitude. + a owl:NamedIndividual. + a SensorsAndWearables:LocationBearing. + a owl:NamedIndividual. + a SensorsAndWearables:Latitude. + a owl:NamedIndividual. + a SensorsAndWearables:Longitude. + a owl:NamedIndividual. + a SensorsAndWearables:MagneticFieldStrength. + a SensorsAndWearables:XAxis. + a owl:NamedIndividual. + a SensorsAndWearables:MagneticFieldStrength. + a SensorsAndWearables:YAxis. + a owl:NamedIndividual. + a SensorsAndWearables:MagneticFieldStrength. + a SensorsAndWearables:ZAxis. + a owl:NamedIndividual. + a SensorsAndWearables:Proximity. + a owl:NamedIndividual. + a SensorsAndWearables:Rotation. + a SensorsAndWearables:XAxis. + a owl:NamedIndividual. + a SensorsAndWearables:Rotation. + a SensorsAndWearables:YAxis. + a owl:NamedIndividual. + a SensorsAndWearables:Rotation. + a SensorsAndWearables:ZAxis. + a owl:NamedIndividual. + a SensorsAndWearables:ScreenUsage. + a owl:NamedIndividual. + a core:Property. + a owl:NamedIndividual. + a core:Property. + a owl:NamedIndividual. + a core:Property. + a owl:NamedIndividual. + a core:Property. + a owl:NamedIndividual. + a SensorsAndWearables:StepCount. + a owl:NamedIndividual. + a SensorsAndWearables:WearableAcceleration. + a SensorsAndWearables:XAxis. + a owl:NamedIndividual. + a SensorsAndWearables:WearableAcceleration. + a SensorsAndWearables:YAxis. + a owl:NamedIndividual. + a SensorsAndWearables:WearableAcceleration. + a SensorsAndWearables:ZAxis. + a owl:NamedIndividual. + a core:Property. + a owl:NamedIndividual. + a SensorsAndWearables:BloodVolumePulse. + a owl:NamedIndividual. + a SensorsAndWearables:SkinConductance. + a owl:NamedIndividual. + a SensorsAndWearables:InterBeatInterval. + a owl:NamedIndividual. + a core:Property. + a owl:NamedIndividual. + a SensorsAndWearables:SkinTemperature. + a owl:NamedIndividual. + a core:Property. + a owl:NamedIndividual. + a saref4wear:Wearable. + a owl:NamedIndividual. + a saref4wear:Wearable. + a owl:NamedIndividual. + a saref4wear:Wearable. + a owl:NamedIndividual. + a saref4wear:Wearable. + a owl:NamedIndividual. + a saref4wear:Wearable. + a owl:NamedIndividual. + a KBAnomalyDetection:SpO2Meter. + a owl:NamedIndividual. + a saref4wear:Wearable. + a KBAnomalyDetection:Scale. + a saref4ehaw:Patient. +patients:patient__PATIENT_ID__ a saref4ehaw:Patient. +patients:patient__PATIENT_ID__ a saref4wear:Wearer. +idlab:MorningRoutine_patient__PATIENT_ID__ a ActivityRecognition:MorningRoutine. + a ActivityRecognition:WakingUp. + a ActivityRecognition:Toileting. + a ActivityRecognition:Showering. + a ActivityRecognition:BrushingTeeth. + a ActivityRecognition:EatingMeal. + a ActivityRecognition:WatchingTVActively. +:AQURA_10_10_145_9 core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + core:consistsOf . + Sensors:analyseStateOf :AQURA_10_10_145_9. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :fridge. + Sensors:analyseStateOf :binroom. + Sensors:analyseStateOf :bathroom. + Sensors:analyseStateOf :cupboard5. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :cupboard6. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :cupboard3. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :toilet1. + Sensors:analyseStateOf :cupboard2. + Sensors:analyseStateOf :cupboard4. + Sensors:analyseStateOf :smallbedroom. + Sensors:analyseStateOf :closet3b. + Sensors:analyseStateOf :freezer. + Sensors:analyseStateOf :closet2b. + Sensors:analyseStateOf :elevator. + Sensors:analyseStateOf :closet1b. + Sensors:analyseStateOf :closet3a. + Sensors:analyseStateOf :closet2a. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :closet1a. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :basement. + Sensors:analyseStateOf :basement. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :elevator. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom2. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :smallbedroom. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom2. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :smallbedroom. + Sensors:analyseStateOf :bathroom. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :toilet1. + Sensors:analyseStateOf :toilet1. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom2. + Sensors:analyseStateOf :meetingroom2. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :toilet2. + Sensors:analyseStateOf :toilet2. + Sensors:analyseStateOf :toilet2. + Sensors:analyseStateOf :toilet2. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :terrace. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :basement. + Sensors:analyseStateOf :basement. + Sensors:analyseStateOf :basement. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :frontdoor. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :bathroom. + Sensors:analyseStateOf :bathroom. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf . + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :toilet1. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :meetingroom2. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :bathroom. + Sensors:analyseStateOf :smallbedroom. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :toilet2. + Sensors:analyseStateOf :elevator. + Sensors:analyseStateOf :heatpump. + Sensors:analyseStateOf :cookingtop. + Sensors:analyseStateOf :homelab. + Sensors:analyseStateOf :smallbedroom. + Sensors:analyseStateOf :smallbedroom. + Sensors:analyseStateOf :smallbedroom. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :smallbedroom. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :socketTvRight. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :socketTvLeft. + Sensors:analyseStateOf :tv. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :socketSlidingDoor. + Sensors:analyseStateOf :meetingroom2. + Sensors:analyseStateOf :meetingroom2. + Sensors:analyseStateOf :socketLivingroomWindowCenter. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :soketLivingroomWindowLeft. + Sensors:analyseStateOf :meetingroom2. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :socketKitchenIslandFaucet. + Sensors:analyseStateOf :socketKitchenIslandStove. + Sensors:analyseStateOf :kitchenIslandMotor. + Sensors:analyseStateOf :socketKitchenBarLeft. + Sensors:analyseStateOf :bathroom. + Sensors:analyseStateOf :bathroom. + Sensors:analyseStateOf :bathroom. + Sensors:analyseStateOf :toilet2. + Sensors:analyseStateOf :toilet2. + Sensors:analyseStateOf :careroom. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :hallway1. + Sensors:analyseStateOf :socketKitchenBarCenterLeft. + Sensors:analyseStateOf :socketKitchenBarCenterRight. + Sensors:analyseStateOf :dishwasher. + Sensors:analyseStateOf :socketKitchentBarRight. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :kettle. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :coffeeMachine. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom2. + Sensors:analyseStateOf :meetingroom2. + Sensors:analyseStateOf :fridge. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :office. + Sensors:analyseStateOf :oven. + Sensors:analyseStateOf :microwave. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :mainhall. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :laundryroom. + Sensors:analyseStateOf :smallbedroom. + Sensors:analyseStateOf :smallbedroom. + Sensors:analyseStateOf :toilet2. + Sensors:analyseStateOf :toilet2. + Sensors:analyseStateOf :toilet2. + Sensors:analyseStateOf :toilet2. + Sensors:analyseStateOf :bathroom. + Sensors:analyseStateOf :bathroom. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :waterpump. + Sensors:analyseStateOf :garage. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :lightdiningtable. + Sensors:analyseStateOf :toiletlight. + Sensors:analyseStateOf :livingroomlight. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :living. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :meetingroom1. + Sensors:analyseStateOf :blinds_tv. + Sensors:analyseStateOf :blinds_meetingroom1. + Sensors:analyseStateOf :blinds_meetingroom1. + Sensors:analyseStateOf :blinds_hallway1. + Sensors:analyseStateOf :blinds_kitchen. + Sensors:analyseStateOf :blinds_office. + Sensors:analyseStateOf :blinds_meetingroom2. + Sensors:analyseStateOf :blinds_masterbedroom. + Sensors:analyseStateOf :blinds_smallbedroom. + Sensors:analyseStateOf :blinds_careroom. + Sensors:analyseStateOf :blinds_kitchen. + Sensors:analyseStateOf :window_careroom. + Sensors:analyseStateOf :window_tv. + Sensors:analyseStateOf :window_meetingroom1. + Sensors:analyseStateOf :window_meetingroom1. + Sensors:analyseStateOf :window_garage. + Sensors:analyseStateOf :window_kitchen. + Sensors:analyseStateOf :window_office. + Sensors:analyseStateOf :window_meetingroom2. + Sensors:analyseStateOf :window_masterbedroom. + Sensors:analyseStateOf :window_smallbedroom. + Sensors:analyseStateOf :curtain_tv. + Sensors:analyseStateOf :curtain_tv. + Sensors:analyseStateOf :curtain_kitchen. + Sensors:analyseStateOf :curtain_careroom. + Sensors:analyseStateOf :smallbedroom. + Sensors:analyseStateOf :masterbedroom. + Sensors:analyseStateOf :curtain_office. + Sensors:analyseStateOf :curtain_meetingroom2. + Sensors:analyseStateOf :bathroom. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :toilet2. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :kitchen. + Sensors:analyseStateOf :toilet1. + Sensors:analyseStateOf :bathroom. + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + Sensors:analyseStateOf . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty :ventilationlevel. + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . + core:measuresProperty . +:basement saref4bldg:isSpaceOf :homelab. +:bathroom saref4bldg:isSpaceOf :firstfloor. +:binroom saref4bldg:isSpaceOf :groundfloor. +:careroom saref4bldg:isSpaceOf :groundfloor. +:elevator saref4bldg:isSpaceOf :homelab. +:firstfloor saref4bldg:isSpaceOf :homelab. +:garage saref4bldg:isSpaceOf :groundfloor. +:groundfloor saref4bldg:isSpaceOf :homelab. +:hallway1 saref4bldg:isSpaceOf :firstfloor. +:kitchen saref4bldg:isSpaceOf :groundfloor. +:laundryroom saref4bldg:isSpaceOf :groundfloor. +:living saref4bldg:isSpaceOf :groundfloor. +:mainhall saref4bldg:isSpaceOf :groundfloor. +:masterbedroom saref4bldg:isSpaceOf :firstfloor. +:meetingroom1 saref4bldg:isSpaceOf :firstfloor. +:office saref4bldg:isSpaceOf :groundfloor. +:smallbedroom saref4bldg:isSpaceOf :firstfloor. +:terrace saref4bldg:isSpaceOf :homelab. +:toilet1 saref4bldg:isSpaceOf :groundfloor. +:toilet2 saref4bldg:isSpaceOf :firstfloor. +:blinds_careroom saref4bldg:isContainedIn :careroom. +:blinds_garage saref4bldg:isContainedIn :garage. +:blinds_hallway1 saref4bldg:isContainedIn :hallway1. +:blinds_kitchen saref4bldg:isContainedIn :kitchen. +:blinds_masterbedroom saref4bldg:isContainedIn :masterbedroom. +:blinds_meetingroom1 saref4bldg:isContainedIn :meetingroom1. +:blinds_meetingroom2 saref4bldg:isContainedIn :meetingroom2. +:blinds_office saref4bldg:isContainedIn :office. +:blinds_smallbedroom saref4bldg:isContainedIn :smallbedroom. +:blinds_tv saref4bldg:isContainedIn :living. +:closet1a saref4bldg:isContainedIn :kitchen. +:closet1b saref4bldg:isContainedIn :kitchen. +:closet2a saref4bldg:isContainedIn :kitchen. +:closet2b saref4bldg:isContainedIn :kitchen. +:closet3a saref4bldg:isContainedIn :kitchen. +:closet3b saref4bldg:isContainedIn :kitchen. +:coffeeMachine saref4bldg:isContainedIn :kitchen. +:cookingtop saref4bldg:isContainedIn :kitchen. +:cupboard1 saref4bldg:isContainedIn :kitchen. +:cupboard2 saref4bldg:isContainedIn :kitchen. +:cupboard3 saref4bldg:isContainedIn :kitchen. +:cupboard4 saref4bldg:isContainedIn :kitchen. +:cupboard5 saref4bldg:isContainedIn :kitchen. +:cupboard6 saref4bldg:isContainedIn :kitchen. +:cupboard7 saref4bldg:isContainedIn :kitchen. +:curtain_careroom saref4bldg:isContainedIn :careroom. +:curtain_kitchen saref4bldg:isContainedIn :kitchen. +:curtain_masterbedroom saref4bldg:isContainedIn :masterbedroom. +:curtain_meetingroom2 saref4bldg:isContainedIn :meetingroom2. +:curtain_office saref4bldg:isContainedIn :office. +:curtain_smallroom saref4bldg:isContainedIn :smallbedroom. +:curtain_tv saref4bldg:isContainedIn :living. +:dishwasher saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :toilet1. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :kitchen. +:freezer saref4bldg:isContainedIn :kitchen. +:fridge saref4bldg:isContainedIn :kitchen. +:frontdoor saref4bldg:isContainedIn :mainhall. +:heatpump saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. +:kettle saref4bldg:isContainedIn :kitchen. +:kitchenIslandMotor saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. +:lightdiningtable saref4bldg:isContainedIn :living. +:livingroomlight saref4bldg:isContainedIn :living. +:microwave saref4bldg:isContainedIn :garage. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :masterbedroom. + saref4bldg:isContainedIn :masterbedroom. + saref4bldg:isContainedIn :masterbedroom. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. +:oven saref4bldg:isContainedIn :kitchen. +:socketKitchenBarCenterLeft saref4bldg:isContainedIn :kitchen. +:socketKitchenBarCenterRight saref4bldg:isContainedIn :kitchen. +:socketKitchenBarLeft saref4bldg:isContainedIn :kitchen. +:socketKitchenIslandFaucet saref4bldg:isContainedIn :kitchen. +:socketKitchenIslandStove saref4bldg:isContainedIn :kitchen. +:socketLivingroomWindowCenter saref4bldg:isContainedIn :living. +:socketSlidingDoor saref4bldg:isContainedIn :living. +:socketTvLeft saref4bldg:isContainedIn :living. +:socketTvRight saref4bldg:isContainedIn :living. +:soketLivingroomWindowLeft saref4bldg:isContainedIn :living. +:toiletlight saref4bldg:isContainedIn :toilet1. +:tv saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :garage. + saref4bldg:isContainedIn :elevator. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :careroom. + saref4bldg:isContainedIn :careroom. + saref4bldg:isContainedIn :careroom. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :office. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom2. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :masterbedroom. + saref4bldg:isContainedIn :smallbedroom. + saref4bldg:isContainedIn :garage. + saref4bldg:isContainedIn :laundryroom. + saref4bldg:isContainedIn :office. + saref4bldg:isContainedIn :careroom. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom2. + saref4bldg:isContainedIn :masterbedroom. + saref4bldg:isContainedIn :smallbedroom. + saref4bldg:isContainedIn :bathroom. + saref4bldg:isContainedIn :garage. + saref4bldg:isContainedIn :garage. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :toilet1. + saref4bldg:isContainedIn :toilet1. + saref4bldg:isContainedIn :laundryroom. + saref4bldg:isContainedIn :laundryroom. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom2. + saref4bldg:isContainedIn :meetingroom2. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :toilet2. + saref4bldg:isContainedIn :toilet2. + saref4bldg:isContainedIn :toilet2. + saref4bldg:isContainedIn :toilet2. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :terrace. + saref4bldg:isContainedIn :terrace. + saref4bldg:isContainedIn :terrace. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :garage. + saref4bldg:isContainedIn :garage. + saref4bldg:isContainedIn :garage. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :bathroom. + saref4bldg:isContainedIn :bathroom. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :terrace. + saref4bldg:isContainedIn :garage. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :laundryroom. + saref4bldg:isContainedIn :laundryroom. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :office. + saref4bldg:isContainedIn :office. + saref4bldg:isContainedIn :careroom. + saref4bldg:isContainedIn :careroom. + saref4bldg:isContainedIn :toilet1. + saref4bldg:isContainedIn :careroom. + saref4bldg:isContainedIn :careroom. + saref4bldg:isContainedIn :masterbedroom. + saref4bldg:isContainedIn :meetingroom2. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :bathroom. + saref4bldg:isContainedIn :smallbedroom. + saref4bldg:isContainedIn :mainhall. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :toilet2. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :meetingroom2. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :garage. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :basement. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :toilet2. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :hallway1. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :office. + saref4bldg:isContainedIn :meetingroom2. + saref4bldg:isContainedIn :masterbedroom. + saref4bldg:isContainedIn :smallbedroom. + saref4bldg:isContainedIn :careroom. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :careroom. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :meetingroom1. + saref4bldg:isContainedIn :garage. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :office. + saref4bldg:isContainedIn :meetingroom2. + saref4bldg:isContainedIn :masterbedroom. + saref4bldg:isContainedIn :smallbedroom. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :careroom. + saref4bldg:isContainedIn :smallbedroom. + saref4bldg:isContainedIn :masterbedroom. + saref4bldg:isContainedIn :office. + saref4bldg:isContainedIn :meetingroom2. + saref4bldg:isContainedIn :bathroom. + saref4bldg:isContainedIn :kitchen. +:waterpump saref4bldg:isContainedIn :basement. +:window_careroom saref4bldg:isContainedIn :careroom. +:window_garage saref4bldg:isContainedIn :garage. +:window_kitchen saref4bldg:isContainedIn :kitchen. +:window_masterbedroom saref4bldg:isContainedIn :masterbedroom. +:window_meetingroom1 saref4bldg:isContainedIn :meetingroom1. +:window_meetingroom2 saref4bldg:isContainedIn :meetingroom2. +:window_office saref4bldg:isContainedIn :office. +:window_smallbedroom saref4bldg:isContainedIn :smallbedroom. +:window_tv saref4bldg:isContainedIn :living. + saref4bldg:isContainedIn :toilet2. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :kitchen. + saref4bldg:isContainedIn :bathroom. + saref4bldg:isContainedIn :toilet1. + saref4bldg:isContainedIn :bathroom. +:meetingroom2 saref4bldg:hasSpace :firstfloor. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :inCorridor true. + :isLocatedNear :frontdoor. + :isLocatedNear :frontdoor. + Sensors:isRelevantTo :bathroom. + Sensors:isRelevantTo :toilet1. + Sensors:isRelevantTo :toilet2. + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . + SensorsAndWearables:hasAxis . +patients:patient__PATIENT_ID__ MonitoredPerson:hasIndoorLocation :bathroom. +patients:patient__PATIENT_ID__ MonitoredPerson:livesIn :homelab. + saref4wear:isLocatedOn patients:patient__PATIENT_ID__. +:AQURA_10_10_145_9 saref4wear:isLocatedOn patients:patient__PATIENT_ID__. + saref4wear:isLocatedOn patients:patient__PATIENT_ID__. + MonitoredPerson:hasLocation :homelab. + MonitoredPerson:hasLocation :homelab. +:AQURA_10_10_145_9 MonitoredPerson:hasLocation :homelab. + saref4wear:isLocatedNear patients:patient__PATIENT_ID__. +patients:patient__PATIENT_ID__ MonitoredPerson:hasRoutine idlab:MorningRoutine_patient__PATIENT_ID__. +idlab:MorningRoutine_patient__PATIENT_ID__ ActivityRecognition:consistsOf . +idlab:MorningRoutine_patient__PATIENT_ID__ ActivityRecognition:consistsOf . +idlab:MorningRoutine_patient__PATIENT_ID__ ActivityRecognition:consistsOf . +idlab:MorningRoutine_patient__PATIENT_ID__ ActivityRecognition:consistsOf . +idlab:MorningRoutine_patient__PATIENT_ID__ ActivityRecognition:consistsOf . +idlab:MorningRoutine_patient__PATIENT_ID__ ActivityRecognition:consistsOf . +idlab:MorningRoutine_patient__PATIENT_ID__ ActivityRecognition:nextActivity . + ActivityRecognition:nextActivity . + ActivityRecognition:nextActivity . + ActivityRecognition:nextActivity . + ActivityRecognition:nextActivity . + ActivityRecognition:nextActivity . +patients:patient__PATIENT_ID__ saref4ehaw:hasChronicDisease KBActivityRecognition:HeartDisease. +patients:patient__PATIENT_ID__ MonitoredPerson:hasOtherIndoorLocationThan :living. +patients:patient__PATIENT_ID__ MonitoredPerson:hasOtherIndoorLocationThan :kitchen. +sd-query:pattern sd:windowParameters (). + +#2023-03-07T12:50:57.087Z in=3624 out=3624 ent=0 step=0 brake=1 inf=3069092 sec=0.322 inf/sec=9531342 +#ENDS + diff --git a/jnsm2023/evaluations/divide-local-monitor-1.0-jar-with-dependencies.jar b/jnsm2023/evaluations/divide-local-monitor-1.0-jar-with-dependencies.jar new file mode 100644 index 0000000..f1b97a7 Binary files /dev/null and b/jnsm2023/evaluations/divide-local-monitor-1.0-jar-with-dependencies.jar differ diff --git a/jnsm2023/evaluations/divide-query/activity-index.json b/jnsm2023/evaluations/divide-query/activity-index.json new file mode 100644 index 0000000..2feb9f1 --- /dev/null +++ b/jnsm2023/evaluations/divide-query/activity-index.json @@ -0,0 +1,5 @@ +{ + "goal": "goal.n3", + "sensorQueryRule": "sensor-query.n3", + "queryPattern": "query-pattern.n3" +} \ No newline at end of file diff --git a/jnsm2023/evaluations/divide-query/goal.n3 b/jnsm2023/evaluations/divide-query/goal.n3 new file mode 100644 index 0000000..cd88ea4 --- /dev/null +++ b/jnsm2023/evaluations/divide-query/goal.n3 @@ -0,0 +1,42 @@ +@prefix sd: . +@prefix sd-query: . +@prefix sh: . + +@prefix ActivityRecognition: . +@prefix MonitoredPerson: . +@prefix Sensors: . +@prefix SensorsAndActuators: . +@prefix SensorsAndWearables: . +@prefix Homelab: . +@prefix HomelabWearable: . +@prefix KBActivityRecognition: . + +@prefix saref-core: . +@prefix saref4ehaw: . +@prefix saref4bldg: . +@prefix saref4wear: . + +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix time: . +@prefix ssn: . +@prefix sosa: . + +{ + ?p rdf:type KBActivityRecognition:RelevantActivityIndex ; + saref-core:hasValue ?v ; + KBActivityRecognition:calculationMadeFor ?patient ; + KBActivityRecognition:calculatedBy ?calculator ; + saref-core:hasTimestamp ?t . +} +=> +{ + _:p rdf:type KBActivityRecognition:RelevantActivityIndex ; + saref-core:hasValue ?v ; + KBActivityRecognition:calculationMadeFor ?patient ; + KBActivityRecognition:calculatedBy ?calculator ; + saref-core:hasTimestamp ?t . +} . diff --git a/jnsm2023/evaluations/divide-query/query-pattern.n3 b/jnsm2023/evaluations/divide-query/query-pattern.n3 new file mode 100644 index 0000000..933f996 --- /dev/null +++ b/jnsm2023/evaluations/divide-query/query-pattern.n3 @@ -0,0 +1,65 @@ +@prefix sd: . +@prefix sd-query: . +@prefix sh: . + +@prefix owl: . +@prefix rdf: . +@prefix xsd: . + +sd-query:prefixes-activity-brushing-teeth + rdf:type owl:Ontology ; + sh:declare [ sh:prefix "xsd" ; sh:namespace "http://www.w3.org/2001/XMLSchema#"^^xsd:anyURI ] ; + sh:declare [ sh:prefix "saref-core" ; sh:namespace "https://saref.etsi.org/core/"^^xsd:anyURI ] ; + sh:declare [ sh:prefix "ActivityRecognition" ; sh:namespace "https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/"^^xsd:anyURI ] ; + sh:declare [ sh:prefix "KBActivityRecognition" ; sh:namespace "https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/"^^xsd:anyURI ] . + +sd-query:pattern + rdf:type sd:QueryPattern ; + sh:prefixes sd-query:prefixes-activity-brushing-teeth ; + sh:construct """ + CONSTRUCT { + _:p a KBActivityRecognition:RelevantActivityIndex ; + saref-core:hasValue ?ai ; + KBActivityRecognition:calculationMadeFor ?patient ; + KBActivityRecognition:calculatedBy ?calculator ; + saref-core:hasTimestamp ?now . + } + FROM NAMED WINDOW :win ON [RANGE ?{range} SLIDE ?{slide}] + WHERE { + WINDOW :win { + BIND (NOW() AS ?now) + + { + SELECT ?sensor (AVG(?var) AS ?ai) + { + SELECT ?sensor ?p (IF(?count=1, -1, (?sx / ?count)) AS ?var) + WHERE { + SELECT ?sensor ?p (SUM(?x) AS ?sx) ?count + WHERE { + SELECT ?sensor ?p ?v (xsd:float(?v) AS ?ni) ?mean (xsd:float(?ni - ?mean) AS ?nmean) + (((?nmean) * (?nmean)) AS ?x) ?count + WHERE { + ?sensor saref-core:makesMeasurement [ + saref-core:hasValue ?v ; + saref-core:relatesToProperty ?p + ] . + { + SELECT (?newSensor AS ?sensor) ?p (AVG(?v2) AS ?mean) (COUNT(?v2) as ?count) + WHERE { + ?newSensor saref-core:makesMeasurement [ + saref-core:hasValue ?v2 ; + saref-core:relatesToProperty ?p + ] . + } + GROUP BY (?newSensor AS ?sensor) ?p + } + } + } GROUP BY ?sensor ?p ?count + } + } + GROUP BY ?sensor + } + } + } + LIMIT 1 + """ . diff --git a/jnsm2023/evaluations/divide-query/sensor-query.n3 b/jnsm2023/evaluations/divide-query/sensor-query.n3 new file mode 100644 index 0000000..89ba651 --- /dev/null +++ b/jnsm2023/evaluations/divide-query/sensor-query.n3 @@ -0,0 +1,64 @@ +@prefix sd: . +@prefix sd-query: . +@prefix sh: . + +@prefix ActivityRecognition: . +@prefix MonitoredPerson: . +@prefix Sensors: . +@prefix SensorsAndActuators: . +@prefix SensorsAndWearables: . +@prefix Homelab: . +@prefix HomelabWearable: . +@prefix KBActivityRecognition: . + +@prefix saref-core: . +@prefix saref4ehaw: . +@prefix saref4bldg: . +@prefix saref4wear: . + +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix time: . +@prefix ssn: . +@prefix sosa: . + +{ + ?calculator rdf:type KBActivityRecognition:Calculator ; + [ + rdf:type ActivityRecognition:Configuration ; + KBActivityRecognition:containsHealthParameterConfig ?hpc + ] . + ?hpc rdf:type KBActivityRecognition:HealthParameterConfig ; + KBActivityRecognition:forHealthParameter [ rdf:type KBActivityRecognition:ActivityIndex ] ; + KBActivityRecognition:forProperty [ rdf:type ?prop ] . + + ?prop rdfs:subClassOf KBActivityRecognition:ConditionableProperty . + + ?sensor rdf:type saref-core:Device ; + saref-core:measuresProperty [ + rdf:type ?prop ; + SensorsAndWearables:hasAxis [ rdf:type SensorsAndWearables:XAxis ] + ] ; + Sensors:analyseStateOf ?patient ; + MonitoredPerson:hasLocation ?home . + + ?patient rdf:type saref4ehaw:Patient ; + MonitoredPerson:livesIn ?home . +} +=> +{ + _:q rdf:type sd:Query ; + sd:pattern sd-query:pattern ; + sd:inputVariables (("?newSensor" ?sensor) ("?patient" ?patient) + ("?calculator" ?calculator)) ; + sd:windowParameters (("?range" 60 time:seconds) ("?slide" 10 time:seconds)) . + + _:p rdf:type KBActivityRecognition:ActivityIndex ; + KBActivityRecognition:calculationMadeFor ?patient ; + KBActivityRecognition:calculatedBy ?calculator ; + saref-core:hasTimestamp _:t ; + saref-core:hasValue _:v . +} . diff --git a/jnsm2023/evaluations/divide-server-1.0-jar-with-dependencies.jar b/jnsm2023/evaluations/divide-server-1.0-jar-with-dependencies.jar new file mode 100644 index 0000000..5108e3a Binary files /dev/null and b/jnsm2023/evaluations/divide-server-1.0-jar-with-dependencies.jar differ diff --git a/jnsm2023/evaluations/global-monitor-queries/execution_time_monitor.sparql b/jnsm2023/evaluations/global-monitor-queries/execution_time_monitor.sparql new file mode 100644 index 0000000..d44db33 --- /dev/null +++ b/jnsm2023/evaluations/global-monitor-queries/execution_time_monitor.sparql @@ -0,0 +1,42 @@ +PREFIX divide-core: +PREFIX monitoring: +PREFIX saref-core: +PREFIX om: +PREFIX xsd: + +CONSTRUCT { + [ a divide-core:DivideWindowParameterUpdateTask ; + divide-core:isTaskForDivideQueryName ?divideQueryName ; + divide-core:isTaskForComponentId ?componentId ; + divide-core:hasUpdatedQuerySlidingStepInSeconds ?maxUpdatedSlidingStep + ] +} +WHERE { + { + SELECT ?componentId ?divideQueryName + (MAX(?updatedSlidingStep) as ?maxUpdatedSlidingStep) + WHERE { + ?component a divide-core:DivideComponent ; + divide-core:hasID ?componentId ; + divide-core:hasLocalRspEngine ?rspEngine . + ?rspEngine divide-core:hasRegisteredQuery ?rspQuery . + ?rspQuery divide-core:hasCorrespondingDivideQuery ?divideQuery ; + divide-core:hasAssociatedComponent ?component ; + divide-core:hasQuerySlidingStepInSeconds ?querySlidingStep . + ?divideQuery divide-core:hasName ?divideQueryName . + + ?measurement a saref-core:Measurement ; + saref-core:hasValue ?maxExecutionTime ; + om:hasAggregateFunction om:maximum ; + saref-core:isMeasuredIn om:second-Time ; + saref-core:relatesToProperty [ + a monitoring:RspQueryExecutionTime ] ; + saref-core:isMeasurementOf ?rspQuery . + + BIND(xsd:float(?querySlidingStep) - xsd:float(?maxExecutionTime) AS ?minDiff) + FILTER (?minDiff < 1) + BIND(xsd:integer(?querySlidingStep) + 1 - xsd:integer(FLOOR(?minDiff)) AS ?updatedSlidingStep) + } + GROUP BY ?componentId ?divideQueryName + } +} diff --git a/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_central_high.sparql b/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_central_high.sparql new file mode 100644 index 0000000..bf09387 --- /dev/null +++ b/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_central_high.sparql @@ -0,0 +1,44 @@ +PREFIX divide-core: +PREFIX monitoring: +PREFIX saref-core: +PREFIX om: +PREFIX xsd: + +CONSTRUCT { + [ a divide-core:DivideQueryLocationUpdateTask ; + divide-core:isTaskForDivideQueryName ?divideQueryName ; + divide-core:isTaskForComponentId ?componentId ; + divide-core:hasUpdatedQueryLocation [ a divide-core:CentralLocation ] + ] +} +WHERE { + { + SELECT DISTINCT ?componentId ?divideQueryName + WHERE { + ?device a saref-core:Device ; + divide-core:hosts ?component . + ?component a divide-core:DivideComponent ; + divide-core:hasID ?componentId ; + divide-core:hasLocalRspEngine ?rspEngine . + ?rspEngine divide-core:hasRegisteredQuery ?rspQuery . + ?rspQuery divide-core:hasCorrespondingDivideQuery ?divideQuery ; + divide-core:hasAssociatedComponent ?component . + ?divideQuery divide-core:hasName ?divideQueryName ; + divide-core:hasQueryDeployment [ + saref-core:isAbout ?component ; + divide-core:hasQueryLocation + [ a divide-core:LocalLocation ] + ] . + + ?measurement a saref-core:Measurement ; + saref-core:hasValue ?avgRtt ; + om:hasAggregateFunction om:average ; + saref-core:isMeasuredIn om:second-Time ; + saref-core:relatesToProperty [ + a monitoring:RoundTripTime ] ; + saref-core:isMeasurementOf ?device . + + FILTER (xsd:float(?avgRtt) <= xsd:float(2.4)) + } + } +} diff --git a/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_central_low.sparql b/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_central_low.sparql new file mode 100644 index 0000000..dd06455 --- /dev/null +++ b/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_central_low.sparql @@ -0,0 +1,44 @@ +PREFIX divide-core: +PREFIX monitoring: +PREFIX saref-core: +PREFIX om: +PREFIX xsd: + +CONSTRUCT { + [ a divide-core:DivideQueryLocationUpdateTask ; + divide-core:isTaskForDivideQueryName ?divideQueryName ; + divide-core:isTaskForComponentId ?componentId ; + divide-core:hasUpdatedQueryLocation [ a divide-core:CentralLocation ] + ] +} +WHERE { + { + SELECT DISTINCT ?componentId ?divideQueryName + WHERE { + ?device a saref-core:Device ; + divide-core:hosts ?component . + ?component a divide-core:DivideComponent ; + divide-core:hasID ?componentId ; + divide-core:hasLocalRspEngine ?rspEngine . + ?rspEngine divide-core:hasRegisteredQuery ?rspQuery . + ?rspQuery divide-core:hasCorrespondingDivideQuery ?divideQuery ; + divide-core:hasAssociatedComponent ?component . + ?divideQuery divide-core:hasName ?divideQueryName ; + divide-core:hasQueryDeployment [ + saref-core:isAbout ?component ; + divide-core:hasQueryLocation + [ a divide-core:LocalLocation ] + ] . + + ?measurement a saref-core:Measurement ; + saref-core:hasValue ?avgRtt ; + om:hasAggregateFunction om:average ; + saref-core:isMeasuredIn om:second-Time ; + saref-core:relatesToProperty [ + a monitoring:RoundTripTime ] ; + saref-core:isMeasurementOf ?device . + + FILTER (xsd:float(?avgRtt) <= xsd:float(0.8)) + } + } +} diff --git a/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_central_medium.sparql b/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_central_medium.sparql new file mode 100644 index 0000000..4a9eaef --- /dev/null +++ b/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_central_medium.sparql @@ -0,0 +1,44 @@ +PREFIX divide-core: +PREFIX monitoring: +PREFIX saref-core: +PREFIX om: +PREFIX xsd: + +CONSTRUCT { + [ a divide-core:DivideQueryLocationUpdateTask ; + divide-core:isTaskForDivideQueryName ?divideQueryName ; + divide-core:isTaskForComponentId ?componentId ; + divide-core:hasUpdatedQueryLocation [ a divide-core:CentralLocation ] + ] +} +WHERE { + { + SELECT DISTINCT ?componentId ?divideQueryName + WHERE { + ?device a saref-core:Device ; + divide-core:hosts ?component . + ?component a divide-core:DivideComponent ; + divide-core:hasID ?componentId ; + divide-core:hasLocalRspEngine ?rspEngine . + ?rspEngine divide-core:hasRegisteredQuery ?rspQuery . + ?rspQuery divide-core:hasCorrespondingDivideQuery ?divideQuery ; + divide-core:hasAssociatedComponent ?component . + ?divideQuery divide-core:hasName ?divideQueryName ; + divide-core:hasQueryDeployment [ + saref-core:isAbout ?component ; + divide-core:hasQueryLocation + [ a divide-core:LocalLocation ] + ] . + + ?measurement a saref-core:Measurement ; + saref-core:hasValue ?avgRtt ; + om:hasAggregateFunction om:average ; + saref-core:isMeasuredIn om:second-Time ; + saref-core:relatesToProperty [ + a monitoring:RoundTripTime ] ; + saref-core:isMeasurementOf ?device . + + FILTER (xsd:float(?avgRtt) <= xsd:float(1.6)) + } + } +} diff --git a/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_local_high.sparql b/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_local_high.sparql new file mode 100644 index 0000000..8100dc1 --- /dev/null +++ b/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_local_high.sparql @@ -0,0 +1,44 @@ +PREFIX divide-core: +PREFIX monitoring: +PREFIX saref-core: +PREFIX om: +PREFIX xsd: + +CONSTRUCT { + [ a divide-core:DivideQueryLocationUpdateTask ; + divide-core:isTaskForDivideQueryName ?divideQueryName ; + divide-core:isTaskForComponentId ?componentId ; + divide-core:hasUpdatedQueryLocation [ a divide-core:LocalLocation ] + ] +} +WHERE { + { + SELECT DISTINCT ?componentId ?divideQueryName + WHERE { + ?device a saref-core:Device ; + divide-core:hosts ?component . + ?component a divide-core:DivideComponent ; + divide-core:hasID ?componentId ; + divide-core:hasCentralRspEngine ?rspEngine . + ?rspEngine divide-core:hasRegisteredQuery ?rspQuery . + ?rspQuery divide-core:hasCorrespondingDivideQuery ?divideQuery ; + divide-core:hasAssociatedComponent ?component . + ?divideQuery divide-core:hasName ?divideQueryName ; + divide-core:hasQueryDeployment [ + saref-core:isAbout ?component ; + divide-core:hasQueryLocation + [ a divide-core:CentralLocation ] + ] . + + ?measurement a saref-core:Measurement ; + saref-core:hasValue ?avgRtt ; + om:hasAggregateFunction om:average ; + saref-core:isMeasuredIn om:second-Time ; + saref-core:relatesToProperty [ + a monitoring:RoundTripTime ] ; + saref-core:isMeasurementOf ?device . + + FILTER (xsd:float(?avgRtt) >= xsd:float(3.0)) + } + } +} diff --git a/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_local_low.sparql b/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_local_low.sparql new file mode 100644 index 0000000..83a882a --- /dev/null +++ b/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_local_low.sparql @@ -0,0 +1,44 @@ +PREFIX divide-core: +PREFIX monitoring: +PREFIX saref-core: +PREFIX om: +PREFIX xsd: + +CONSTRUCT { + [ a divide-core:DivideQueryLocationUpdateTask ; + divide-core:isTaskForDivideQueryName ?divideQueryName ; + divide-core:isTaskForComponentId ?componentId ; + divide-core:hasUpdatedQueryLocation [ a divide-core:LocalLocation ] + ] +} +WHERE { + { + SELECT DISTINCT ?componentId ?divideQueryName + WHERE { + ?device a saref-core:Device ; + divide-core:hosts ?component . + ?component a divide-core:DivideComponent ; + divide-core:hasID ?componentId ; + divide-core:hasCentralRspEngine ?rspEngine . + ?rspEngine divide-core:hasRegisteredQuery ?rspQuery . + ?rspQuery divide-core:hasCorrespondingDivideQuery ?divideQuery ; + divide-core:hasAssociatedComponent ?component . + ?divideQuery divide-core:hasName ?divideQueryName ; + divide-core:hasQueryDeployment [ + saref-core:isAbout ?component ; + divide-core:hasQueryLocation + [ a divide-core:CentralLocation ] + ] . + + ?measurement a saref-core:Measurement ; + saref-core:hasValue ?avgRtt ; + om:hasAggregateFunction om:average ; + saref-core:isMeasuredIn om:second-Time ; + saref-core:relatesToProperty [ + a monitoring:RoundTripTime ] ; + saref-core:isMeasurementOf ?device . + + FILTER (xsd:float(?avgRtt) >= xsd:float(1.0)) + } + } +} diff --git a/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_local_medium.sparql b/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_local_medium.sparql new file mode 100644 index 0000000..3ddb74f --- /dev/null +++ b/jnsm2023/evaluations/global-monitor-queries/network_rtt_monitor_to_local_medium.sparql @@ -0,0 +1,44 @@ +PREFIX divide-core: +PREFIX monitoring: +PREFIX saref-core: +PREFIX om: +PREFIX xsd: + +CONSTRUCT { + [ a divide-core:DivideQueryLocationUpdateTask ; + divide-core:isTaskForDivideQueryName ?divideQueryName ; + divide-core:isTaskForComponentId ?componentId ; + divide-core:hasUpdatedQueryLocation [ a divide-core:LocalLocation ] + ] +} +WHERE { + { + SELECT DISTINCT ?componentId ?divideQueryName + WHERE { + ?device a saref-core:Device ; + divide-core:hosts ?component . + ?component a divide-core:DivideComponent ; + divide-core:hasID ?componentId ; + divide-core:hasCentralRspEngine ?rspEngine . + ?rspEngine divide-core:hasRegisteredQuery ?rspQuery . + ?rspQuery divide-core:hasCorrespondingDivideQuery ?divideQuery ; + divide-core:hasAssociatedComponent ?component . + ?divideQuery divide-core:hasName ?divideQueryName ; + divide-core:hasQueryDeployment [ + saref-core:isAbout ?component ; + divide-core:hasQueryLocation + [ a divide-core:CentralLocation ] + ] . + + ?measurement a saref-core:Measurement ; + saref-core:hasValue ?avgRtt ; + om:hasAggregateFunction om:average ; + saref-core:isMeasuredIn om:second-Time ; + saref-core:relatesToProperty [ + a monitoring:RoundTripTime ] ; + saref-core:isMeasurementOf ?device . + + FILTER (xsd:float(?avgRtt) >= xsd:float(2.0)) + } + } +} diff --git a/jnsm2023/evaluations/ontology/ActivityRecognition.ttl b/jnsm2023/evaluations/ontology/ActivityRecognition.ttl new file mode 100644 index 0000000..2789679 --- /dev/null +++ b/jnsm2023/evaluations/ontology/ActivityRecognition.ttl @@ -0,0 +1,1372 @@ +@prefix : . +@prefix dc: . +@prefix ns: . +@prefix ns1: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix vann: . +@prefix terms: . +@prefix cpannotationschema: . +@base . + + rdf:type owl:Ontology ; + dc:creator "Bram Steenwinckel, Mathias De Brouwer, Femke Ongenae" ; + terms:publisher "IDLab - imec- Ghent University" ; + rdfs:comment "This Ontology descirbes the different concepts within the DAHCCC ontology to link human activities and postures together with activity recognition concepts." ; + rdfs:label "The DAHCC Activity Recognition Ontology" ; + owl:versionInfo "0.0.1" . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/elements/1.1/creator +dc:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/publisher +terms:publisher rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/activityPredictionMadeFor +:activityPredictionMadeFor rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :predictionMadeFor ; + rdfs:domain :ActivityPrediction ; + rdfs:range . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/analyzeProperty +:analyzeProperty rdf:type owl:ObjectProperty ; + rdfs:domain :Model ; + rdfs:range ; + rdfs:label "analyze property" . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/consistsOf +:consistsOf rdf:type owl:ObjectProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/forActivity +:forActivity rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:range . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/hasCause +:hasCause rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasExplanation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/hasExplanation +:hasExplanation rdf:type owl:ObjectProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/isBasedOn +:isBasedOn rdf:type owl:ObjectProperty ; + rdfs:domain :Prediction ; + rdfs:label "is based on" . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/nextActivity +:nextActivity rdf:type owl:ObjectProperty ; + owl:inverseOf :previousActivity ; + rdfs:domain ; + rdfs:range . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/predictedBy +:predictedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf :predicts ; + rdfs:range :Model ; + rdfs:label "predicted by" . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/predictionMadeFor +:predictionMadeFor rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain :Prediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/predicts +:predicts rdf:type owl:ObjectProperty ; + rdfs:domain :Model ; + rdfs:label "predicts" . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/previousActivity +:previousActivity rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +################################################################# +# Data properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/activityEnd +:activityEnd rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:dateTime . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/activityStart +:activityStart rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:dateTime . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/timeOfPrediction +:timeOfPrediction rdf:type owl:DatatypeProperty ; + rdfs:domain :Prediction ; + rdfs:range xsd:dateTime . + + +################################################################# +# Classes +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ActiveActivity +:ActiveActivity rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Activity which is performed actively by a person." . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ActivityPrediction +:ActivityPrediction rdf:type owl:Class ; + rdfs:subClassOf :Prediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ActivityRecognitionModel +:ActivityRecognitionModel rdf:type owl:Class ; + rdfs:subClassOf :Model , + [ rdf:type owl:Restriction ; + owl:onProperty :predicts ; + owl:allValuesFrom + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/AdjustingLightLevels +:AdjustingLightLevels rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Ambulation +:Ambulation rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Anomaly +:Anomaly rdf:type owl:Class ; + rdfs:subClassOf :Prediction , + [ rdf:type owl:Restriction ; + owl:onProperty :hasExplanation ; + owl:someValuesFrom :Cause + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/AtomicHomeActivities +:AtomicHomeActivities rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BackgroundActivity +:BackgroundActivity rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Activity which is started by a person, but runs in the background." . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Bathing +:Bathing rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Bending +:Bending rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BendingOver +:BendingOver rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BreakRoutine +:BreakRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BrowingInternetOnComputer +:BrowingInternetOnComputer rdf:type owl:Class ; + rdfs:subClassOf :UsingComputer . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BrowsingInternetOnMobilePhone +:BrowsingInternetOnMobilePhone rdf:type owl:Class ; + rdfs:subClassOf :UsingMobilePhone . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BrushingHair +:BrushingHair rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BrushingTeeth +:BrushingTeeth rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Cause +:Cause rdf:type owl:Class ; + rdfs:subClassOf :Explanation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CausingDestruction +:CausingDestruction rdf:type owl:Class ; + rdfs:subClassOf :HomeEnvironmentManagement . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ChangingLinen +:ChangingLinen rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ChargingDevices +:ChargingDevices rdf:type owl:Class ; + rdfs:subClassOf :OtherActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Cleaning +:Cleaning rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CleaningInBackground +:CleaningInBackground rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CleaningWindows +:CleaningWindows rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Configuration +:Configuration rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CookingFoodOven +:CookingFoodOven rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CookingFoodStovetop +:CookingFoodStovetop rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Cosmetics +:Cosmetics rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Crawling +:Crawling rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CupBoardInteraction +:CupBoardInteraction rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CupboardClose +:CupboardClose rdf:type owl:Class ; + rdfs:subClassOf :CupBoardInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CupboardOpen +:CupboardOpen rdf:type owl:Class ; + rdfs:subClassOf :CupBoardInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CuttingNails +:CuttingNails rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Dancing +:Dancing rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Decorating +:Decorating rdf:type owl:Class ; + rdfs:subClassOf :HomeEnvironmentManagement . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DinnerRoutine +:DinnerRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DishwasherOnInBackground +:DishwasherOnInBackground rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Dishwashing +:Dishwashing rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DoorClose +:DoorClose rdf:type owl:Class ; + rdfs:subClassOf :DoorInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DoorInteraction +:DoorInteraction rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DoorOpen +:DoorOpen rdf:type owl:Class ; + rdfs:subClassOf :DoorInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DoorWalkThrough +:DoorWalkThrough rdf:type owl:Class ; + rdfs:subClassOf :DoorInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrawClose +:DrawClose rdf:type owl:Class ; + rdfs:subClassOf :DrawInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrawInteraction +:DrawInteraction rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrawOpen +:DrawOpen rdf:type owl:Class ; + rdfs:subClassOf :DrawInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrinkPreparation +:DrinkPreparation rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Drinking +:Drinking rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrinkingAlcohol +:DrinkingAlcohol rdf:type owl:Class ; + rdfs:subClassOf :Drinking . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrinkingBeverage +:DrinkingBeverage rdf:type owl:Class ; + rdfs:subClassOf :Drinking . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrinkingWater +:DrinkingWater rdf:type owl:Class ; + rdfs:subClassOf :Drinking . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DryerOnInBackround +:DryerOnInBackround rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DryingBody +:DryingBody rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DryingDishes +:DryingDishes rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DryingHair +:DryingHair rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Dusting +:Dusting rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Eating +:Eating rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/EatingMeal +:EatingMeal rdf:type owl:Class ; + rdfs:subClassOf :Eating . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/EatingSnack +:EatingSnack rdf:type owl:Class ; + rdfs:subClassOf :Eating . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ElectricAppliance +:ElectricAppliance rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/EmailOnComputer +:EmailOnComputer rdf:type owl:Class ; + rdfs:subClassOf :UsingComputer . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/EmailOnMobilePhone +:EmailOnMobilePhone rdf:type owl:Class ; + rdfs:subClassOf :UsingMobilePhone . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/EnduranceeTraining +:EnduranceeTraining rdf:type owl:Class ; + rdfs:subClassOf :Exercising . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/EveningRoutine +:EveningRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ExerciseRoutine +:ExerciseRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Exercising +:Exercising rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Explanation +:Explanation rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/FlexibilityTraining +:FlexibilityTraining rdf:type owl:Class ; + rdfs:subClassOf :Exercising . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Flossing +:Flossing rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Gardening +:Gardening rdf:type owl:Class ; + rdfs:subClassOf :Yardwork . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/GettingDressed +:GettingDressed rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/GettingReadyToSleep +:GettingReadyToSleep rdf:type owl:Class ; + rdfs:subClassOf :Sleeping . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/GettingUndressed +:GettingUndressed rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Grooming +:Grooming rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/HandWashing +:HandWashing rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/HangingLaundry +:HangingLaundry rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Healthcare +:Healthcare rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/HomeEnvironmentManagement +:HomeEnvironmentManagement rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Hygiene +:Hygiene rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/InformationInteraction +:InformationInteraction rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Intellectual +:Intellectual rdf:type owl:Class ; + rdfs:subClassOf :Working . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Ironing +:Ironing rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Jogging +:Jogging rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Jumping +:Jumping rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KneelToStand +:KneelToStand rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Kneeling +:Kneeling rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Knitting +:Knitting rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Laundry +:Laundry rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Leisure +:Leisure rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LieToSit +:LieToSit rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LieToStand +:LieToStand rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Lifestyle +:Lifestyle rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:someValuesFrom :Routine + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ListeningMusicInBackground +:ListeningMusicInBackground rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LoadingDishwasher +:LoadingDishwasher rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LoadingDryer +:LoadingDryer rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LoadingWashingMachine +:LoadingWashingMachine rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LunchRoutine +:LunchRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LyingDown +:LyingDown rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LyingStill +:LyingStill rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/MakingBed +:MakingBed rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Meditating +:Meditating rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Model +:Model rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom :Configuration + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Mopping +:Mopping rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/MorningRoutine +:MorningRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/MovingFurniture +:MovingFurniture rdf:type owl:Class ; + rdfs:subClassOf :HomeEnvironmentManagement . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/MovingLawn +:MovingLawn rdf:type owl:Class ; + rdfs:subClassOf :Yardwork . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Napping +:Napping rdf:type owl:Class ; + rdfs:subClassOf :Sleeping . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectDrop +:ObjectDrop rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectEmpty +:ObjectEmpty rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectFill +:ObjectFill rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectHold +:ObjectHold rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectInteraction +:ObjectInteraction rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectPickUp +:ObjectPickUp rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectPutDown +:ObjectPutDown rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectUse +:ObjectUse rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Organizing +:Organizing rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/OtherActivities +:OtherActivities rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Study related activities" . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PersonalAlarmCall +:PersonalAlarmCall rdf:type owl:Class ; + rdfs:subClassOf :SocialInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PetActivity +:PetActivity rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PhysicalWork +:PhysicalWork rdf:type owl:Class ; + rdfs:subClassOf :Working . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Pivoting +:Pivoting rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PlayingGames +:PlayingGames rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PlayingMusic +:PlayingMusic rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PlayngChildren +:PlayngChildren rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PolishingFloor +:PolishingFloor rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PolishingFurniture +:PolishingFurniture rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Praying +:Praying rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Prediction +:Prediction rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty :hasExplanation ; + owl:someValuesFrom :Explanation + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom :Model + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Preparation +:Preparation rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PreparingHotMeal +:PreparingHotMeal rdf:type owl:Class ; + rdfs:subClassOf :PreparingMeal . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PreparingLaundryForWashing +:PreparingLaundryForWashing rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PreparingMeal +:PreparingMeal rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PreparingMealInBackground +:PreparingMealInBackground rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PreparingSnacks +:PreparingSnacks rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PuttingAwayDishes +:PuttingAwayDishes rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PuttingAwayLaundry +:PuttingAwayLaundry rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PuttingAwayShopping +:PuttingAwayShopping rdf:type owl:Class ; + rdfs:subClassOf :HomeEnvironmentManagement . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PuttingOnSensors +:PuttingOnSensors rdf:type owl:Class ; + rdfs:subClassOf :OtherActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PuttingShoesOn +:PuttingShoesOn rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PuttingThingsAway +:PuttingThingsAway rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ReadingPrintedMaterial +:ReadingPrintedMaterial rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ReceiveVisitors +:ReceiveVisitors rdf:type owl:Class ; + rdfs:subClassOf :SocialInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Recycling +:Recycling rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/RehabilitationExercise +:RehabilitationExercise rdf:type owl:Class ; + rdfs:subClassOf :Exercising . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Relaxing +:Relaxing rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Rinsing +:Rinsing rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/RoomTransition +:RoomTransition rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Routine +:Routine rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:someValuesFrom + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Running +:Running rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ScrubbingFloor +:ScrubbingFloor rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SearchingItem +:SearchingItem rdf:type owl:Class ; + rdfs:subClassOf :HomeEnvironmentManagement . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Serving +:Serving rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Sewing +:Sewing rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Shaving +:Shaving rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Showering +:Showering rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Singing +:Singing rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SitToLie +:SitToLie rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SitToStand +:SitToStand rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SitToWalk +:SitToWalk rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Sitting +:Sitting rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SittingChair +:SittingChair rdf:type owl:Class ; + rdfs:subClassOf :Sitting . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SittingDown +:SittingDown rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SittingFloor +:SittingFloor rdf:type owl:Class ; + rdfs:subClassOf :Sitting . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SleepRoutine +:SleepRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Sleeping +:Sleeping rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SleepingDeeply +:SleepingDeeply rdf:type owl:Class ; + rdfs:subClassOf :Sleeping . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SoakingDishes +:SoakingDishes rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SocialInteraction +:SocialInteraction rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SocialMedia +:SocialMedia rdf:type owl:Class ; + rdfs:subClassOf :SocialInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Squatting +:Squatting rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StandToKneel +:StandToKneel rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StandToLie +:StandToLie rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StandToSit +:StandToSit rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Standing +:Standing rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StandingStill +:StandingStill rdf:type owl:Class ; + rdfs:subClassOf :Standing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StandingUnquiet +:StandingUnquiet rdf:type owl:Class ; + rdfs:subClassOf :Standing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StandingUp +:StandingUp rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Straightening +:Straightening rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StrengthTraining +:StrengthTraining rdf:type owl:Class ; + rdfs:subClassOf :Exercising . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Stretching +:Stretching rdf:type owl:Class ; + rdfs:subClassOf :Exercising . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StudyRelated +:StudyRelated rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Sweeping +:Sweeping rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SwitchLightOff +:SwitchLightOff rdf:type owl:Class ; + rdfs:subClassOf :AdjustingLightLevels . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SwitchLightOn +:SwitchLightOn rdf:type owl:Class ; + rdfs:subClassOf :AdjustingLightLevels . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SwitchOff +:SwitchOff rdf:type owl:Class ; + rdfs:subClassOf :ElectricAppliance . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SwitchOn +:SwitchOn rdf:type owl:Class ; + rdfs:subClassOf :ElectricAppliance . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TakingMedication +:TakingMedication rdf:type owl:Class ; + rdfs:subClassOf :Healthcare . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TakingOffSensors +:TakingOffSensors rdf:type owl:Class ; + rdfs:subClassOf :OtherActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TakingOutTrash +:TakingOutTrash rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TakingShoesOff +:TakingShoesOff rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TakingVitamins +:TakingVitamins rdf:type owl:Class ; + rdfs:subClassOf :Healthcare . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TalkinToYourself +:TalkinToYourself rdf:type owl:Class ; + rdfs:subClassOf :Talking . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Talking +:Talking rdf:type owl:Class ; + rdfs:subClassOf :SocialInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TalkingOnPhone +:TalkingOnPhone rdf:type owl:Class ; + rdfs:subClassOf :Talking . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TalkingToSomeone +:TalkingToSomeone rdf:type owl:Class ; + rdfs:subClassOf :Talking . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Texting +:Texting rdf:type owl:Class ; + rdfs:subClassOf :UsingMobilePhone . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ThrowingSomethingAway +:ThrowingSomethingAway rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ToiletRoutine +:ToiletRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Toileting +:Toileting rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Transition +:Transition rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TreatingWounds +:TreatingWounds rdf:type owl:Class ; + rdfs:subClassOf :Healthcare . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Turning +:Turning rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UnloadingDishwasher +:UnloadingDishwasher rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UnloadingDryer +:UnloadingDryer rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UnloadingWashingMachine +:UnloadingWashingMachine rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Usage +:Usage rdf:type owl:Class ; + rdfs:subClassOf :ElectricAppliance . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UsingComputer +:UsingComputer rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UsingMobilePhone +:UsingMobilePhone rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UsingPrinter +:UsingPrinter rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Vacuuming +:Vacuuming rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/VideoCalling +:VideoCalling rdf:type owl:Class ; + rdfs:subClassOf :SocialInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WakingUp +:WakingUp rdf:type owl:Class ; + rdfs:subClassOf :Sleeping . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Walking +:Walking rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WalkingCarryingLoad +:WalkingCarryingLoad rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WalkingDownStairs +:WalkingDownStairs rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WalkingUpStairs +:WalkingUpStairs rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WarmingFoodMicrowave +:WarmingFoodMicrowave rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WashingFace +:WashingFace rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WashingHands +:WashingHands rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WashingMachineOnInBackground +:WashingMachineOnInBackground rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WatchingTVActively +:WatchingTVActively rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WatchingTVInBackground +:WatchingTVInBackground rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WaterPlants +:WaterPlants rdf:type owl:Class ; + rdfs:subClassOf :HomeEnvironmentManagement . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WearingDeodorant +:WearingDeodorant rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WindowClose +:WindowClose rdf:type owl:Class ; + rdfs:subClassOf :WindowInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WindowInteraction +:WindowInteraction rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WindowOpen +:WindowOpen rdf:type owl:Class ; + rdfs:subClassOf :WindowInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Working +:Working rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WorkingOnHobby +:WorkingOnHobby rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Writing +:Writing rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Yardwork +:Yardwork rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://saref.etsi.org/saref4ehaw/Habit + rdfs:subClassOf :Lifestyle . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/jnsm2023/evaluations/ontology/KBActivityRecognition.ttl b/jnsm2023/evaluations/ontology/KBActivityRecognition.ttl new file mode 100644 index 0000000..7b48f3a --- /dev/null +++ b/jnsm2023/evaluations/ontology/KBActivityRecognition.ttl @@ -0,0 +1,1727 @@ +@prefix : . +@prefix dc: . +@prefix ns: . +@prefix eep: . +@prefix ns1: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix foaf: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix terms: . +@prefix schema: . +@prefix Sensors: . +@prefix saref-core: . +@prefix saref4bldg: . +@prefix saref4ehaw: . +@prefix cpannotationschema: . +@prefix ActivityRecognition: . +@prefix SensorsAndActuators: . +@prefix SensorsAndWearables: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Datatypes +################################################################# + +### http://www.w3.org/2001/XMLSchema#duration +xsd:duration rdf:type rdfs:Datatype . + + +################################################################# +# Object Properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/calculatedBy +:calculatedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf eep:madeBy ; + rdfs:range :Calculator . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/calculationMadeFor +:calculationMadeFor rdf:type owl:ObjectProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/containsHealthParameterConfig +:containsHealthParameterConfig rdf:type owl:ObjectProperty ; + rdfs:domain ActivityRecognition:Configuration ; + rdfs:range :HealthParameterConfig . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/containsRule +:containsRule rdf:type owl:ObjectProperty ; + rdfs:domain ActivityRecognition:Configuration ; + rdfs:range :Rule . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/doesNotHaveActivityInRoutine +:doesNotHaveActivityInRoutine rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:range saref4ehaw:Activity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/elseResultCondition +:elseResultCondition rdf:type owl:ObjectProperty ; + rdfs:range :Condition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/firstCondition +:firstCondition rdf:type owl:ObjectProperty ; + rdfs:range :Condition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/forHealthParameter +:forHealthParameter rdf:type owl:ObjectProperty ; + rdfs:range :HealthParameter . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/forProperty +:forProperty rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain :Condition ; + rdfs:range saref-core:Property . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/hasCondition +:hasCondition rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:range :Condition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ifResultCondition +:ifResultCondition rdf:type owl:ObjectProperty ; + rdfs:range :Condition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/isIncludedIn +:isIncludedIn rdf:type owl:ObjectProperty ; + owl:inverseOf saref-core:consistsOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/secondCondition +:secondCondition rdf:type owl:ObjectProperty ; + rdfs:range :Condition . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasLocation + owl:propertyChainAxiom ( :isIncludedIn + + ) . + + +### https://dahcc.idlab.ugent.be/Ontology/Sensors/isRelevantTo +Sensors:isRelevantTo owl:propertyChainAxiom ( Sensors:analyseStateOf + + ) . + + +### https://saref.etsi.org/core/consistsOf + +################################################################# +# Data properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/isMinimumThreshold +:isMinimumThreshold rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty ; + rdfs:domain :Threshold ; + rdfs:range xsd:boolean . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/onTimeWindow +:onTimeWindow rdf:type owl:DatatypeProperty ; + rdfs:domain :ActivityRule ; + rdfs:range xsd:duration . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/requiresMovementMonitoring +:requiresMovementMonitoring rdf:type owl:DatatypeProperty ; + rdfs:domain saref4ehaw:ChronicDisease ; + rdfs:range xsd:boolean . + + +################################################################# +# Classes +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BrushingTeeth +ActivityRecognition:BrushingTeeth rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CookingFoodOven +ActivityRecognition:CookingFoodOven rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CookingFoodStovetop +ActivityRecognition:CookingFoodStovetop rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrinkPreparation +ActivityRecognition:DrinkPreparation rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Eating +ActivityRecognition:Eating rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PreparingHotMeal +ActivityRecognition:PreparingHotMeal rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Showering +ActivityRecognition:Showering rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Sleeping +ActivityRecognition:Sleeping rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Toileting +ActivityRecognition:Toileting rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UsingMobilePhone +ActivityRecognition:UsingMobilePhone rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WatchingTVActively +ActivityRecognition:WatchingTVActively rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ActivityIndex +:ActivityIndex rdf:type owl:Class ; + rdfs:subClassOf :HealthParameter . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ActivityRule +:ActivityRule rdf:type owl:Class ; + rdfs:subClassOf :Rule . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/AnalyzableForCondition +:AnalyzableForCondition rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/AndCondition +:AndCondition rdf:type owl:Class ; + rdfs:subClassOf :Condition , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCondition ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/BrushingTeethActivityPrediction +:BrushingTeethActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:BrushingTeeth + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/Calculator +:Calculator rdf:type owl:Class ; + rdfs:subClassOf eep:Executor . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/Condition +:Condition rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ConditionableProperty +:ConditionableProperty rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/CookingFoodOvenActivityPrediction +:CookingFoodOvenActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:CookingFoodOven + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/CookingFoodStovetopActivityPrediction +:CookingFoodStovetopActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:CookingFoodStovetop + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/DementiaPatient +:DementiaPatient rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:Patient + [ rdf:type owl:Restriction ; + owl:onProperty saref4ehaw:hasChronicDisease ; + owl:hasValue :Dementia + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:Patient . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/DetectableActivity +:DetectableActivity rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/DrinkPreparationActivityPrediction +:DrinkPreparationActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:DrinkPreparation + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/EatingActivityPrediction +:EatingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:Eating + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/HealthParameter +:HealthParameter rdf:type owl:Class ; + rdfs:subClassOf eep:Execution , + [ rdf:type owl:Restriction ; + owl:onProperty :calculationMadeFor ; + owl:someValuesFrom saref4ehaw:Patient + ] , + [ rdf:type owl:Restriction ; + owl:onProperty eep:madeBy ; + owl:someValuesFrom :Calculator + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/HealthParameterConfig +:HealthParameterConfig rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/HeartPatient +:HeartPatient rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:Patient + [ rdf:type owl:Restriction ; + owl:onProperty saref4ehaw:hasChronicDisease ; + owl:hasValue :HeartDisease + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:Patient . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/IfElseCondition +:IfElseCondition rdf:type owl:Class ; + rdfs:subClassOf :Condition , + [ rdf:type owl:Restriction ; + owl:onProperty :elseResultCondition ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCondition ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :ifResultCondition ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/MatchingValue +:MatchingValue rdf:type owl:Class ; + rdfs:subClassOf :ValueCondition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/MeanThreshold +:MeanThreshold rdf:type owl:Class ; + rdfs:subClassOf :Threshold . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/MeanVarianceThreshold +:MeanVarianceThreshold rdf:type owl:Class ; + rdfs:subClassOf :Threshold , + [ rdf:type owl:Restriction ; + owl:onProperty :forProperty ; + owl:allValuesFrom + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineActivityPrediction +:NonRoutineActivityPrediction rdf:type owl:Class ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineBrushingTeethActivityPrediction +:NonRoutineBrushingTeethActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :BrushingTeethActivityPrediction + :NonRoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :BrushingTeethActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutBrushingTeethRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineCookingFoodOvenActivityPrediction +:NonRoutineCookingFoodOvenActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :CookingFoodOvenActivityPrediction + :NonRoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :CookingFoodOvenActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutCookingFoodOvenRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineCookingFoodStovetopActivityPrediction +:NonRoutineCookingFoodStovetopActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :CookingFoodStovetopActivityPrediction + :NonRoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :CookingFoodStovetopActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutCookingFoodStovetopRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineDrinkPreparationActivityPrediction +:NonRoutineDrinkPreparationActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :DrinkPreparationActivityPrediction + :NonRoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :DrinkPreparationActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutDrinkPreparationRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineEatingActivityPrediction +:NonRoutineEatingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :EatingActivityPrediction + :NonRoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :EatingActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutEatingRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutinePreparingHotMealActivityPrediction +:NonRoutinePreparingHotMealActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :NonRoutineActivityPrediction + :PreparingHotMealActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :PreparingHotMealActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutPreparingHotMealRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineShoweringActivityPrediction +:NonRoutineShoweringActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :NonRoutineActivityPrediction + :ShoweringActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :ShoweringActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutShoweringRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineSleepingActivityPrediction +:NonRoutineSleepingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :NonRoutineActivityPrediction + :SleepingActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :SleepingActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutSleepingRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineToiletingActivityPrediction +:NonRoutineToiletingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :NonRoutineActivityPrediction + :ToiletingActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :ToiletingActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutToiletingRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineUsingMobilePhoneActivityPrediction +:NonRoutineUsingMobilePhoneActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :NonRoutineActivityPrediction + :UsingMobilePhoneActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :UsingMobilePhoneActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutUsingMobilePhoneRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineWatchingTVActivelyActivityPrediction +:NonRoutineWatchingTVActivelyActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :NonRoutineActivityPrediction + :WatchingTVActivelyActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :WatchingTVActivelyActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutWatchingTVActivelyRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/OrCondition +:OrCondition rdf:type owl:Class ; + rdfs:subClassOf :Condition , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCondition ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/PatientThatRequiresMovementMonitoring +:PatientThatRequiresMovementMonitoring rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:Patient + [ rdf:type owl:Restriction ; + owl:onProperty saref4ehaw:hasChronicDisease ; + owl:someValuesFrom [ owl:intersectionOf ( saref4ehaw:ChronicDisease + [ rdf:type owl:Restriction ; + owl:onProperty :requiresMovementMonitoring ; + owl:hasValue "true"^^xsd:boolean + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:Patient . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/PatientWithHighFallRisk +:PatientWithHighFallRisk rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:Patient + [ rdf:type owl:Restriction ; + owl:onProperty saref4ehaw:hasChronicDisease ; + owl:hasValue :HighFallRisk + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:Patient . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/PreparingHotMealActivityPrediction +:PreparingHotMealActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:PreparingHotMeal + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RegularThreshold +:RegularThreshold rdf:type owl:Class ; + rdfs:subClassOf :Threshold . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RelevantActivityIndex +:RelevantActivityIndex rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :ActivityIndex + [ rdf:type owl:Restriction ; + owl:onProperty :calculationMadeFor ; + owl:someValuesFrom :PatientThatRequiresMovementMonitoring + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :ActivityIndex , + :RelevantHealthParameter . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RelevantHealthParameter +:RelevantHealthParameter rdf:type owl:Class ; + rdfs:subClassOf :HealthParameter . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineActivityPrediction +:RoutineActivityPrediction rdf:type owl:Class ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineBrushingTeethActivityPrediction +:RoutineBrushingTeethActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :BrushingTeethActivityPrediction + :RoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :BrushingTeethActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithBrushingTeethRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineCookingFoodOvenActivityPrediction +:RoutineCookingFoodOvenActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :CookingFoodOvenActivityPrediction + :RoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :CookingFoodOvenActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithCookingFoodOvenRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineCookingFoodStovetopActivityPrediction +:RoutineCookingFoodStovetopActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :CookingFoodStovetopActivityPrediction + :RoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :CookingFoodStovetopActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithCookingFoodStovetopRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineDrinkPreparationActivityPrediction +:RoutineDrinkPreparationActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :DrinkPreparationActivityPrediction + :RoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :DrinkPreparationActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithDrinkPreparationRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineEatingActivityPrediction +:RoutineEatingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :EatingActivityPrediction + :RoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :EatingActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithEatingRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutinePreparingHotMealActivityPrediction +:RoutinePreparingHotMealActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :PreparingHotMealActivityPrediction + :RoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :PreparingHotMealActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithPreparingHotMealRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineShoweringActivityPrediction +:RoutineShoweringActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :RoutineActivityPrediction + :ShoweringActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :ShoweringActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithShoweringRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineSleepingActivityPrediction +:RoutineSleepingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :RoutineActivityPrediction + :SleepingActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :SleepingActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithSleepingRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineToiletingActivityPrediction +:RoutineToiletingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :RoutineActivityPrediction + :ToiletingActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :ToiletingActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithToiletingRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineUsingMobilePhoneActivityPrediction +:RoutineUsingMobilePhoneActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :RoutineActivityPrediction + :UsingMobilePhoneActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :UsingMobilePhoneActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithUsingMobilePhoneRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineWatchingTVActivelyActivityPrediction +:RoutineWatchingTVActivelyActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :RoutineActivityPrediction + :WatchingTVActivelyActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :WatchingTVActivelyActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithWatchingTVActivelyRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/Rule +:Rule rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ShoweringActivityPrediction +:ShoweringActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:Showering + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/SleepingActivityPrediction +:SleepingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:Sleeping + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/SlopeThreshold +:SlopeThreshold rdf:type owl:Class ; + rdfs:subClassOf :Threshold . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/Threshold +:Threshold rdf:type owl:Class ; + rdfs:subClassOf :ValueCondition , + [ rdf:type owl:Restriction ; + owl:onProperty :isMinimumThreshold ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:boolean + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/TimeOrderedCondition +:TimeOrderedCondition rdf:type owl:Class ; + rdfs:subClassOf :Condition , + [ rdf:type owl:Restriction ; + owl:onProperty :firstCondition ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :secondCondition ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ToiletingActivityPrediction +:ToiletingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:Toileting + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithBrushingTeethRoutine +:UserWithBrushingTeethRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:BrushingTeeth + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithCookingFoodOvenRoutine +:UserWithCookingFoodOvenRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:CookingFoodOven + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithCookingFoodStovetopRoutine +:UserWithCookingFoodStovetopRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:CookingFoodStovetop + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithDrinkPreparationRoutine +:UserWithDrinkPreparationRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:DrinkPreparation + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithEatingRoutine +:UserWithEatingRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:Eating + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithPreparingHotMealRoutine +:UserWithPreparingHotMealRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:PreparingHotMeal + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithShoweringRoutine +:UserWithShoweringRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:Showering + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithSleepingRoutine +:UserWithSleepingRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:Sleeping + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithToiletingRoutine +:UserWithToiletingRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:Toileting + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithUsingMobilePhoneRoutine +:UserWithUsingMobilePhoneRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:UsingMobilePhone + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithWatchingTVActivelyRoutine +:UserWithWatchingTVActivelyRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:WatchingTVActively + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutBrushingTeethRoutine +:UserWithoutBrushingTeethRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:BrushingTeeth + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutCookingFoodOvenRoutine +:UserWithoutCookingFoodOvenRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:CookingFoodOven + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutCookingFoodStovetopRoutine +:UserWithoutCookingFoodStovetopRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:CookingFoodStovetop + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutDrinkPreparationRoutine +:UserWithoutDrinkPreparationRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:DrinkPreparation + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutEatingRoutine +:UserWithoutEatingRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:Eating + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutPreparingHotMealRoutine +:UserWithoutPreparingHotMealRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:PreparingHotMeal + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutShoweringRoutine +:UserWithoutShoweringRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:Showering + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutSleepingRoutine +:UserWithoutSleepingRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:Sleeping + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutToiletingRoutine +:UserWithoutToiletingRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:Toileting + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutUsingMobilePhoneRoutine +:UserWithoutUsingMobilePhoneRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:UsingMobilePhone + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutWatchingTVActivelyRoutine +:UserWithoutWatchingTVActivelyRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:WatchingTVActively + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UsingMobilePhoneActivityPrediction +:UsingMobilePhoneActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:UsingMobilePhone + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ValueCondition +:ValueCondition rdf:type owl:Class ; + rdfs:subClassOf :Condition , + [ rdf:type owl:Restriction ; + owl:onProperty saref-core:hasValue ; + owl:minCardinality "1"^^xsd:nonNegativeInteger + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/WatchingTVActivelyActivityPrediction +:WatchingTVActivelyActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:WatchingTVActively + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/AtmosphericPressure +SensorsAndActuators:AtmosphericPressure rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/BathRoom +SensorsAndActuators:BathRoom rdfs:subClassOf :AnalyzableForCondition . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Blind +SensorsAndActuators:Blind rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Button +SensorsAndActuators:Button rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/CO2 +SensorsAndActuators:CO2 rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Dimmer +SensorsAndActuators:Dimmer rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/ElectricalCooker +SensorsAndActuators:ElectricalCooker rdfs:subClassOf :AnalyzableForCondition . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/EnergyConsumption +SensorsAndActuators:EnergyConsumption rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Fridge +SensorsAndActuators:Fridge rdfs:subClassOf :AnalyzableForCondition . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/IndoorTemperature +SensorsAndActuators:IndoorTemperature rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Light +SensorsAndActuators:Light rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/LightSwitch +SensorsAndActuators:LightSwitch rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Loudness +SensorsAndActuators:Loudness rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Motion +SensorsAndActuators:Motion rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/OrientationDeviation +SensorsAndActuators:OrientationDeviation rdf:type owl:Class ; + rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Oven +SensorsAndActuators:Oven rdfs:subClassOf :AnalyzableForCondition . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/PeopleNumber +SensorsAndActuators:PeopleNumber rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/PeoplePresencee +SensorsAndActuators:PeoplePresencee rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Positioning +SensorsAndActuators:Positioning rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/RelativeHumidity +SensorsAndActuators:RelativeHumidity rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Relay +SensorsAndActuators:Relay rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/VOC +SensorsAndActuators:VOC rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/VentilationLevel +SensorsAndActuators:VentilationLevel rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WaterRunning +SensorsAndActuators:WaterRunning rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Amplitude +SensorsAndWearables:Amplitude rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ApplicationUsage +SensorsAndWearables:ApplicationUsage rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/BloodPressure +SensorsAndWearables:BloodPressure rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/BloodVolumePulse +SensorsAndWearables:BloodVolumePulse rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Frequency +SensorsAndWearables:Frequency rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Gravity +SensorsAndWearables:Gravity rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/HeartRate +SensorsAndWearables:HeartRate rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/InterBeatInterval +SensorsAndWearables:InterBeatInterval rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/KeyStrokes +SensorsAndWearables:KeyStrokes rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Light +SensorsAndWearables:Light rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/LinearAcceleration +SensorsAndWearables:LinearAcceleration rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/MagneticFieldStrength +SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/OrientationDeviation +SensorsAndWearables:OrientationDeviation rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Proximity +SensorsAndWearables:Proximity rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Rotation +SensorsAndWearables:Rotation rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SPO2 +SensorsAndWearables:SPO2 rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ScreenUsage +SensorsAndWearables:ScreenUsage rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SkinConductance +SensorsAndWearables:SkinConductance rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SkinTemperature +SensorsAndWearables:SkinTemperature rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SmartphoneAcceleration +SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/StepCount +SensorsAndWearables:StepCount rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/StepCounter +SensorsAndWearables:StepCounter rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/WearableAcceleration +SensorsAndWearables:WearableAcceleration rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Weight +SensorsAndWearables:Weight rdfs:subClassOf :ConditionableProperty . + + +### https://saref.etsi.org/saref4bldg/Pump +saref4bldg:Pump rdf:type owl:Class ; + rdfs:subClassOf :AnalyzableForCondition . + + +### https://saref.etsi.org/saref4bldg/Room +saref4bldg:Room rdf:type owl:Class . + + +### https://saref.etsi.org/saref4ehaw/Patient +saref4ehaw:Patient rdfs:subClassOf :AnalyzableForCondition . + + +################################################################# +# Individuals +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/Dementia +:Dementia rdf:type owl:NamedIndividual , + saref4ehaw:ChronicDisease ; + :requiresMovementMonitoring "true"^^xsd:boolean . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/HealthParameterCalculator +:HealthParameterCalculator rdf:type owl:NamedIndividual , + :Calculator ; + eep:implements :HealthParameterCalculatorConfig1 . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/HealthParameterCalculatorConfig1 +:HealthParameterCalculatorConfig1 rdf:type owl:NamedIndividual , + ActivityRecognition:Configuration ; + :containsHealthParameterConfig :activity_index_config . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/HeartDisease +:HeartDisease rdf:type owl:NamedIndividual , + saref4ehaw:ChronicDisease ; + :requiresMovementMonitoring "true"^^xsd:boolean . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/HighFallRisk +:HighFallRisk rdf:type owl:NamedIndividual , + saref4ehaw:ChronicDisease ; + :requiresMovementMonitoring "true"^^xsd:boolean . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/KBActivityRecognitionModel +:KBActivityRecognitionModel rdf:type owl:NamedIndividual , + ActivityRecognition:ActivityRecognitionModel ; + eep:implements :KBActivityRecognitionModelConfig1 . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/KBActivityRecognitionModelConfig1 +:KBActivityRecognitionModelConfig1 rdf:type owl:NamedIndividual , + ActivityRecognition:Configuration ; + :containsRule :brushing_teeth_rule , + :showering_rule , + :toileting_rule ; + terms:created "2022-01-04T17:00:00"^^xsd:dateTime . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_ActivityIndex +:_ActivityIndex rdf:type owl:NamedIndividual , + :ActivityIndex . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_BathRoom +:_BathRoom rdf:type owl:NamedIndividual , + SensorsAndActuators:BathRoom . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_BrushingTeeth +:_BrushingTeeth rdf:type owl:NamedIndividual , + ActivityRecognition:BrushingTeeth . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_EnergyConsumption +:_EnergyConsumption rdf:type owl:NamedIndividual , + SensorsAndActuators:EnergyConsumption . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Patient +:_Patient rdf:type owl:NamedIndividual , + saref4ehaw:Patient . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Positioning +:_Positioning rdf:type owl:NamedIndividual , + SensorsAndActuators:Positioning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Pump +:_Pump rdf:type owl:NamedIndividual , + saref4bldg:Pump . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_RelativeHumidity +:_RelativeHumidity rdf:type owl:NamedIndividual , + SensorsAndActuators:RelativeHumidity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Showering +:_Showering rdf:type owl:NamedIndividual , + ActivityRecognition:Showering . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Toileting +:_Toileting rdf:type owl:NamedIndividual , + ActivityRecognition:Toileting . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_WaterRunning +:_WaterRunning rdf:type owl:NamedIndividual , + SensorsAndActuators:WaterRunning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_WearableAcceleration +:_WearableAcceleration rdf:type owl:NamedIndividual , + SensorsAndWearables:WearableAcceleration . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/activity_index_config +:activity_index_config rdf:type owl:NamedIndividual , + :HealthParameterConfig ; + :forHealthParameter :_ActivityIndex ; + :forProperty :_WearableAcceleration . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/brushing_teeth_condition01 +:brushing_teeth_condition01 rdf:type owl:NamedIndividual , + :AndCondition ; + :firstCondition :brushing_teeth_condition02 ; + :secondCondition :brushing_teeth_condition03 . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/brushing_teeth_condition02 +:brushing_teeth_condition02 rdf:type owl:NamedIndividual , + :RegularThreshold ; + :forProperty :_WaterRunning ; + Sensors:analyseStateOf :_BathRoom ; + :isMinimumThreshold "true"^^xsd:boolean ; + saref-core:hasValue "1.0E-5"^^xsd:float . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/brushing_teeth_condition03 +:brushing_teeth_condition03 rdf:type owl:NamedIndividual , + :MeanVarianceThreshold ; + :forProperty :_WearableAcceleration ; + Sensors:analyseStateOf :_Patient ; + :isMinimumThreshold "true"^^xsd:boolean ; + saref-core:hasValue "30.0"^^xsd:float . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/brushing_teeth_rule +:brushing_teeth_rule rdf:type owl:NamedIndividual , + :ActivityRule ; + ActivityRecognition:forActivity :_BrushingTeeth ; + :hasCondition :brushing_teeth_condition01 . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/showering_condition01 +:showering_condition01 rdf:type owl:NamedIndividual , + :RegularThreshold ; + :forProperty :_RelativeHumidity ; + Sensors:analyseStateOf :_BathRoom ; + :isMinimumThreshold "true"^^xsd:boolean ; + saref-core:hasValue "57.0"^^xsd:float . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/showering_rule +:showering_rule rdf:type owl:NamedIndividual , + :ActivityRule ; + ActivityRecognition:forActivity :_Showering ; + :hasCondition :showering_condition01 . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/toileting_condition01 +:toileting_condition01 rdf:type owl:NamedIndividual , + :RegularThreshold ; + :forProperty :_EnergyConsumption ; + Sensors:analyseStateOf :_Pump ; + :isMinimumThreshold "true"^^xsd:boolean ; + saref-core:hasValue "1.0E-5"^^xsd:float . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/toileting_rule +:toileting_rule rdf:type owl:NamedIndividual , + :ActivityRule ; + ActivityRecognition:forActivity :_Toileting ; + :hasCondition :toileting_condition01 . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/jnsm2023/evaluations/ontology/MonitoredPerson.ttl b/jnsm2023/evaluations/ontology/MonitoredPerson.ttl new file mode 100644 index 0000000..a02bbea --- /dev/null +++ b/jnsm2023/evaluations/ontology/MonitoredPerson.ttl @@ -0,0 +1,248 @@ +@prefix : . +@prefix dc: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix terms: . +@base . + + rdf:type owl:Ontology ; + dc:creator "Bram Steenwinckel, Mathias De Brouwer, Femke Ongenae" ; + terms:publisher "IDLab - imec - Ghent University" ; + rdfs:comment "This ontology describes the different concepts used within the DAHCC ontology to describe a person/patient, monitored inside its resident." ; + rdfs:label "The DAHCC Monitored Person Ontology" ; + owl:versionInfo "0.0.1" . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/elements/1.1/creator +dc:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/publisher +terms:publisher rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasAddiction +:hasAddiction rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range :Addiction . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasIndoorLocation +:hasIndoorLocation rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasLocation ; + rdfs:domain ; + rdfs:range . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasLocation +:hasLocation rdf:type owl:ObjectProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasPets +:hasPets rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range :Pet . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasRoutine +:hasRoutine rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasSymptom +:hasSymptom rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range :Symptom . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/livesIn +:livesIn rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/takesMedication +:takesMedication rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range :Medication . + + +################################################################# +# Data properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Address +:Address rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Ethnicity +:Ethnicity rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Language +:Language rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/RecentHospitalAdmission +:RecentHospitalAdmission rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:boolean . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Sex +:Sex rdf:type owl:DatatypeProperty ; + rdfs:domain . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/familialStatus +:familialStatus rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hadWork +:hadWork rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasHearingAid +:hasHearingAid rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:boolean . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasStudied +:hasStudied rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/socialStatus +:socialStatus rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +################################################################# +# Classes +################################################################# + +### http://elite.polito.it/ontologies/dogont.owl#Room + rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Routine + rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Addiction +:Addiction rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/AlcoholProblem +:AlcoholProblem rdf:type owl:Class ; + rdfs:subClassOf :Addiction . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Allergies +:Allergies rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Cat +:Cat rdf:type owl:Class ; + rdfs:subClassOf :Pet . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Dog +:Dog rdf:type owl:Class ; + rdfs:subClassOf :Pet . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/DrugsProblem +:DrugsProblem rdf:type owl:Class ; + rdfs:subClassOf :Addiction . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Hypochondriac +:Hypochondriac rdf:type owl:Class ; + rdfs:subClassOf :MentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Latex +:Latex rdf:type owl:Class ; + rdfs:subClassOf :Allergies . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Medication +:Medication rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/MedicationAllergy +:MedicationAllergy rdf:type owl:Class ; + rdfs:subClassOf :Allergies . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/MedicationProblem +:MedicationProblem rdf:type owl:Class ; + rdfs:subClassOf :Addiction . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/MentalState +:MentalState rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/OtherAllergy +:OtherAllergy rdf:type owl:Class ; + rdfs:subClassOf :Allergies . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/OtherPet +:OtherPet rdf:type owl:Class ; + rdfs:subClassOf :Pet . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Pet +:Pet rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Schizophrenia +:Schizophrenia rdf:type owl:Class ; + rdfs:subClassOf :MentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Sensitive +:Sensitive rdf:type owl:Class ; + rdfs:subClassOf :MentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Symptom +:Symptom rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Temperamental +:Temperamental rdf:type owl:Class ; + rdfs:subClassOf :MentalState . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/jnsm2023/evaluations/ontology/Sensors.ttl b/jnsm2023/evaluations/ontology/Sensors.ttl new file mode 100644 index 0000000..f146524 --- /dev/null +++ b/jnsm2023/evaluations/ontology/Sensors.ttl @@ -0,0 +1,34 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Object Properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/Sensors/analyseStateOf +:analyseStateOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isRelevantTo . + + +### https://dahcc.idlab.ugent.be/Ontology/Sensors/isRelevantTo +:isRelevantTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +################################################################# +# Data properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/Sensors/hasTimestampUTC +:hasTimestampUTC rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/jnsm2023/evaluations/ontology/SensorsAndActuators.ttl b/jnsm2023/evaluations/ontology/SensorsAndActuators.ttl new file mode 100644 index 0000000..03187c3 --- /dev/null +++ b/jnsm2023/evaluations/ontology/SensorsAndActuators.ttl @@ -0,0 +1,461 @@ +@prefix : . +@prefix dc: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix terms: . +@base . + + rdf:type owl:Ontology ; + dc:creator "Bram Steenwinckel, Mathias De Brouwer, Femke Ongenae" ; + dc:publisher "IDLab - imec - Ghent University" ; + rdfs:comment """This ontology describes the different concepts used within the DAHCC ontology to link static sensors and actuators to their corresponding properties and locations. + +This ontology uses both the saref core and saref4building ontologies as upper ontologies to define most of the concepts and adds additional classes and object properties to differentiate within the digital health space.""" ; + rdfs:label "The DAHCC Sensors and Actuators Ontology" ; + owl:versionInfo "0.0.1" . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/elements/1.1/creator +dc:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/publisher +dc:publisher rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator +terms:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/description +terms:description rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/issued +terms:issued rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/license +terms:license rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/modified +terms:modified rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/publisher +terms:publisher rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/source +terms:source rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/title +terms: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 . + + +### http://www.w3.org/ns/prov#hadPrimarySource +prov:hadPrimarySource rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/Sensors/isRelevantTo + owl:propertyChainAxiom ( + + ) . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/isLocatedNear +:isLocatedNear rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/AtmosphericPressure +:AtmosphericPressure rdf:type owl:Class ; + rdfs:subClassOf :Pressure . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/BathRoom +:BathRoom rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/BedRoom +:BedRoom rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Blind +:Blind rdf:type owl:Class ; + rdfs:subClassOf :EnvironmentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/BrownGoods +:BrownGoods rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Button +:Button rdf:type owl:Class ; + rdfs:subClassOf :EnvironmentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/CO2 +:CO2 rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/CO2Sensor +:CO2Sensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/CoffeeMaker +:CoffeeMaker rdf:type owl:Class ; + rdfs:subClassOf :BrownGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Computer +:Computer rdf:type owl:Class ; + rdfs:subClassOf :BrownGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/ContactSensor +:ContactSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/DeepFreezer +:DeepFreezer rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Dimmer +:Dimmer rdf:type owl:Class ; + rdfs:subClassOf :EnvironmentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/DinningRoom +:DinningRoom rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Dishwasher +:Dishwasher rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/DoorSensor +:DoorSensor rdf:type owl:Class ; + rdfs:subClassOf :ContactSensor . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/ElectricalCooker +:ElectricalCooker rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/ElectricityMeter +:ElectricityMeter rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/EnergyConsumption +:EnergyConsumption rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/EnvironmentalState +:EnvironmentalState rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Floor +:Floor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Fridge +:Fridge rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Garage +:Garage rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Garden +:Garden rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Humidity +:Humidity rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/HumiditySensor +:HumiditySensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/IndoorTemperature +:IndoorTemperature rdf:type owl:Class ; + rdfs:subClassOf :Temperature . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Kitchen +:Kitchen rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Light +:Light rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/LightSensor +:LightSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/LightSwitch +:LightSwitch rdf:type owl:Class ; + rdfs:subClassOf :EnvironmentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/LivingRoom +:LivingRoom rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Localisation +:Localisation rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Loudness +:Loudness rdf:type owl:Class ; + rdfs:subClassOf :Noise . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/LoudnessSensor +:LoudnessSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Microwave +:Microwave rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Motion +:Motion rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/MovementSensor +:MovementSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Noise +:Noise rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/OutdoorTemperaturee +:OutdoorTemperaturee rdf:type owl:Class ; + rdfs:subClassOf :Temperature . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Oven +:Oven rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/PeopleNumber +:PeopleNumber rdf:type owl:Class ; + rdfs:subClassOf :Presence . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/PeoplePresencee +:PeoplePresencee rdf:type owl:Class ; + rdfs:subClassOf :Presence . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Positioning +:Positioning rdf:type owl:Class ; + rdfs:subClassOf :EnvironmentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Power +:Power rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Presence +:Presence rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/PresenceSensor +:PresenceSensor rdf:type owl:Class ; + rdfs:subClassOf :MovementSensor . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Pressure +:Pressure rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/PressureSensor +:PressureSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Radio +:Radio rdf:type owl:Class ; + rdfs:subClassOf :BrownGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/RainRate +:RainRate rdf:type owl:Class ; + rdfs:subClassOf :Weather . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/RainrateSensor +:RainrateSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/RelativeHumidity +:RelativeHumidity rdf:type owl:Class ; + rdfs:subClassOf :Humidity . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Relay +:Relay rdf:type owl:Class ; + rdfs:subClassOf :EnvironmentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Room +:Room rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Socket +:Socket rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/StorageRoom +:StorageRoom rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Temperature +:Temperature rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/TemperatureSensor +:TemperatureSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Toilet +:Toilet rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Tv +:Tv rdf:type owl:Class ; + rdfs:subClassOf :BrownGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/VOC +:VOC rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/VOCSensor +:VOCSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/VentilationLevel +:VentilationLevel rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WashingMachine +:WashingMachine rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WaterBoiler +:WaterBoiler rdf:type owl:Class ; + rdfs:subClassOf :BrownGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WaterRunning +:WaterRunning rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WaterRunningSensor +:WaterRunningSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Weather +:Weather rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WhiteGoods +:WhiteGoods rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WindSpeed +:WindSpeed rdf:type owl:Class ; + rdfs:subClassOf :Weather . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WindSpeedSensor +:WindSpeedSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://saref.etsi.org/saref4bldg/Pump + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/jnsm2023/evaluations/ontology/SensorsAndWearables.ttl b/jnsm2023/evaluations/ontology/SensorsAndWearables.ttl new file mode 100644 index 0000000..dbff347 --- /dev/null +++ b/jnsm2023/evaluations/ontology/SensorsAndWearables.ttl @@ -0,0 +1,405 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix foaf: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix terms: . +@prefix schema: . +@base . + + rdf:type owl:Ontology ; + terms:creator "Bram Steenwinckel, Mathias De Brouwer, Femke Ongenae" ; + terms:publisher "IDLab - imec - Ghent University" ; + rdfs:comment "This ontology describes the different concepts used within the DAHCC ontology to link wearables and wearables sensors to their corresponding properties and sensing abilities." ; + rdfs:label "The DAHCC Sensors and Wearable Ontology" ; + owl:versionInfo "0.0.1" . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/creator +terms:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/description +terms:description rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/issued +terms:issued rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/license +terms:license rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/modified +terms:modified rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/publisher +terms:publisher rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/source +terms:source rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/title +terms: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 . + + +### http://www.w3.org/ns/prov#hadPrimarySource +prov:hadPrimarySource rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/Sensors/analyseStateOf + owl:propertyChainAxiom ( + + ) . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/hasAxis +:hasAxis rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range :Axis . + + +################################################################# +# Classes +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Acceleration +:Acceleration rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Accelerometer +:Accelerometer rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Altitude +:Altitude rdf:type owl:Class ; + rdfs:subClassOf :GeoLocation . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/AmbientLightSensor +:AmbientLightSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/AmbientNoiseSensor +:AmbientNoiseSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Amplitude +:Amplitude rdf:type owl:Class ; + rdfs:subClassOf :Noise . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ApplicationUsage +:ApplicationUsage rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ApplicationUsageMeter +:ApplicationUsageMeter rdf:type owl:Class ; + rdfs:subClassOf :SmartphoneUsageMeter . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Axis +:Axis rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/BatteryLevelMeter +:BatteryLevelMeter rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/BloodPressure +:BloodPressure rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/BloodVolumePulse +:BloodVolumePulse rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Empatica +:Empatica rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Frequency +:Frequency rdf:type owl:Class ; + rdfs:subClassOf :Noise . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/GPSSensor +:GPSSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/GSRSensor +:GSRSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/GeoLocation +:GeoLocation rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Gravity +:Gravity rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/GravitySensor +:GravitySensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Gyroscope +:Gyroscope rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/HeartRate +:HeartRate rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/InterBeatInterval +:InterBeatInterval rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/KeyStrokes +:KeyStrokes rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/KeyboardUsageMeter +:KeyboardUsageMeter rdf:type owl:Class ; + rdfs:subClassOf :SmartphoneUsageMeter . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Latitude +:Latitude rdf:type owl:Class ; + rdfs:subClassOf :GeoLocation . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Light +:Light rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/LinearAcceleration +:LinearAcceleration rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/LinearAccelerometer +:LinearAccelerometer rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/LocationAccuracy +:LocationAccuracy rdf:type owl:Class ; + rdfs:subClassOf :GeoLocation . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/LocationBearing +:LocationBearing rdf:type owl:Class ; + rdfs:subClassOf :GeoLocation . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Longitude +:Longitude rdf:type owl:Class ; + rdfs:subClassOf :GeoLocation . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/MagneticFieldStrength +:MagneticFieldStrength rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Magnetometer +:Magnetometer rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Noise +:Noise rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/OnWristDetector +:OnWristDetector rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/OrientationDeviation +:OrientationDeviation rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/PPGSensor +:PPGSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Proximity +:Proximity rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ProximitySensor +:ProximitySensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Rotation +:Rotation rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/RotationSensor +:RotationSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SPO2 +:SPO2 rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ScreenUsage +:ScreenUsage rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ScreenUsageMeter +:ScreenUsageMeter rdf:type owl:Class ; + rdfs:subClassOf :SmartphoneUsageMeter . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SkinConductance +:SkinConductance rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SkinTemperature +:SkinTemperature rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Smartphone +:Smartphone rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SmartphoneAcceleration +:SmartphoneAcceleration rdf:type owl:Class ; + rdfs:subClassOf :Acceleration . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SmartphoneUsageMeter +:SmartphoneUsageMeter rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/StepCount +:StepCount rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/StepCounter +:StepCounter rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Thermopile +:Thermopile rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/WearableAcceleration +:WearableAcceleration rdf:type owl:Class ; + rdfs:subClassOf :Acceleration . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Weight +:Weight rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/XAxis +:XAxis rdf:type owl:Class ; + rdfs:subClassOf :Axis . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/YAxis +:YAxis rdf:type owl:Class ; + rdfs:subClassOf :Axis . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ZAxis +:ZAxis rdf:type owl:Class ; + rdfs:subClassOf :Axis . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/3DProperty + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty :hasAxis ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Axis + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/3DSensor + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . + + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :XAxis + :YAxis + :ZAxis + ) +] . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/jnsm2023/evaluations/ontology/_HomelabWearable_tbox.ttl b/jnsm2023/evaluations/ontology/_HomelabWearable_tbox.ttl new file mode 100644 index 0000000..eedc9d3 --- /dev/null +++ b/jnsm2023/evaluations/ontology/_HomelabWearable_tbox.ttl @@ -0,0 +1,42 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix core: . +@prefix foaf: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix idlab: . +@prefix terms: . +@prefix dogont: . +@prefix schema: . +@prefix Homelab: . +@prefix Sensors: . +@prefix dashboard: . +@prefix saref4bldg: . +@prefix SensorsAndWearables: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Classes +################################################################# + +### http://purl.org/vocommons/voaf#Vocabulary + rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/EmpaticaTagButton +:EmpaticaTagButton rdf:type owl:Class ; + rdfs:subClassOf core:Device . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/SleepAPI +:SleepAPI rdf:type owl:Class ; + rdfs:subClassOf core:Meter . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/jnsm2023/evaluations/ontology/_Homelab_tbox.ttl b/jnsm2023/evaluations/ontology/_Homelab_tbox.ttl new file mode 100644 index 0000000..e4b39cf --- /dev/null +++ b/jnsm2023/evaluations/ontology/_Homelab_tbox.ttl @@ -0,0 +1,132 @@ +@prefix : . +@prefix dc: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix core: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix idlab: . +@prefix terms: . +@prefix dogont: . +@prefix Homelab: . +@prefix Sensors: . +@prefix dashboard: . +@prefix saref4bldg: . +@prefix SensorsAndActuators: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://elite.polito.it/ontologies/dogont.owl#hasFloor +dogont:hasFloor rdf:type owl:AnnotationProperty . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/isLocatedNear +Homelab:isLocatedNear rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/inCorridor +Homelab:inCorridor rdf:type owl:DatatypeProperty ; + rdfs:range xsd:boolean . + + +################################################################# +# Classes +################################################################# + +### http://elite.polito.it/ontologies/dogont.owl#Button +dogont:Button rdf:type owl:Class ; + rdfs:subClassOf core:Device . + + +### http://elite.polito.it/ontologies/dogont.owl#Closet +dogont:Closet rdf:type owl:Class ; + rdfs:subClassOf Homelab:Furniture . + + +### http://elite.polito.it/ontologies/dogont.owl#Cupboard +dogont:Cupboard rdf:type owl:Class ; + rdfs:subClassOf Homelab:Furniture . + + +### http://elite.polito.it/ontologies/dogont.owl#DimmableLight +dogont:DimmableLight rdf:type owl:Class ; + rdfs:subClassOf saref4bldg:Actuator . + + +### http://elite.polito.it/ontologies/dogont.owl#DimmerLamp +dogont:DimmerLamp rdf:type owl:Class ; + rdfs:subClassOf saref4bldg:Actuator . + + +### http://elite.polito.it/ontologies/dogont.owl#DimmerSwitch +dogont:DimmerSwitch rdf:type owl:Class ; + rdfs:subClassOf saref4bldg:Actuator . + + +### http://elite.polito.it/ontologies/dogont.owl#Door +dogont:Door rdf:type owl:Class ; + rdfs:subClassOf Homelab:Furniture . + + +### http://elite.polito.it/ontologies/dogont.owl#Shutter +dogont:Shutter rdf:type owl:Class ; + rdfs:subClassOf Homelab:Furniture . + + +### http://elite.polito.it/ontologies/dogont.owl#ShutterActuator +dogont:ShutterActuator rdf:type owl:Class ; + rdfs:subClassOf saref4bldg:Actuator . + + +### http://elite.polito.it/ontologies/dogont.owl#Terrace +dogont:Terrace rdf:type owl:Class ; + rdfs:subClassOf saref4bldg:BuildingSpace . + + +### http://elite.polito.it/ontologies/dogont.owl#Window +dogont:Window rdf:type owl:Class ; + rdfs:subClassOf Homelab:Furniture . + + +### http://purl.org/vocommons/voaf#Vocabulary + rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/Curtain +Homelab:Curtain rdf:type owl:Class ; + rdfs:subClassOf Homelab:Furniture . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/Furniture +Homelab:Furniture rdf:type owl:Class ; + rdfs:subClassOf saref4bldg:PhysicalObject . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/Netatmo +Homelab:Netatmo rdf:type owl:Class ; + rdfs:subClassOf core:Sensor . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/WeatherStation +Homelab:WeatherStation rdf:type owl:Class ; + rdfs:subClassOf core:Sensor . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/WindowSensor +Homelab:WindowSensor rdf:type owl:Class ; + rdfs:subClassOf core:Sensor . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/jnsm2023/evaluations/ontology/imports/affectedBy.ttl b/jnsm2023/evaluations/ontology/imports/affectedBy.ttl new file mode 100644 index 0000000..9397f51 --- /dev/null +++ b/jnsm2023/evaluations/ontology/imports/affectedBy.ttl @@ -0,0 +1,152 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . + + a owl:Ontology ; + ; + owl:versionInfo "1.2"^^xsd:decimal ; + """The AffectedBy ODP consists of two classes aff:FeatureOfInterest and aff:Quality; and three properties aff:influencedBy, aff:belongsTo, and aff:affectedBy. + +This ODP is a reengineering of the SEAS Feature of Interest ontology (https://ci.mines-stetienne.fr/seas/FeatureOfInterestOntology-1.0). The constraint on the property seas:derivesFrom to be symmetric is unnecessary and sometimes innapropriate. For instance, the temperature of a room may derive from the occupancy of the room; however, it is not necessary that the occupancy derives from the temperature of the room. A new property aff:affectedBy (released from the symmetric constraint) is defined in the AffectedBy ODP to replace the role of the property seas:derivesFrom. It can be asserted that seas:derivesFrom is sub property of aff:affectedBy. The class aff:FeatureOfInterest is equivalent to seas:FeatureOfInterest, and the class seas:Property is sub class of aff:Quality. Moreover, seas:hasProperty is sub property of aff:influencedBy, and seas:isPropertyOf is sub property of aff:belongsTo. Furthermore, aff:belongsTo is defined to be functional, to support the notion that a quality is intrinsic to the feature of interest (i.e., an entity) to which it belongs (according to the conceptualization in DUL); and it is asserted that every quality belongs to a feature of interest (aff:Quality rdfs:subClassOf aff:belongsTo some aff:FeatureOfInterest). + +Finally, the object chain axiom aff:influencedBy o aff:affectedBy rdfs:subPropertyOf aff:influencedBy is asserted."""@en ; + "aff"^^xsd:string ; + "AffectedBy ODP"@en ; + ; + """A room (feature of interest) has a temperature (quality) and this temperature is affected by the air conditioner status, by the number of people in the room, and by the sun radiation that passes through the room’s windows. + +A basement (feature of interest) has a temperature (quality) that is affected by the air conditioner status, by level of the basement’s relative humidity, and by the quality of the thermal insulation of the walls. + +Room temperature and basement temperature are different qualities, although both could be individuals of a Temperature subclass of Quality class."""@en ; + "2018-11-28"^^xsd:string ; + """(CQ1). What are the properties/qualities that influence a feature of interest? +(CQ2). What are the properties/qualities that affect a given property of a feature of interest? +(CQ3). Which feature of interest does a given property/quality belongs to?"""@en ; + "To represent properties/qualities that may affect the status of a feature of interest."@en ; + """Iker Esnaola-Gonzalez +Jesús Bermúdez """^^xsd:string ; + """A quality cannot exist without the feature of interest to which it belongs. A quality is intrinsic to the feature of interest to which it belongs. For example, the temperature of room X cannot exist without the room X, and it is a different quality to the temperature of a different room Y. + +A quality can affect another quality, but not necessarily the other way around. For example, a quality Z may affect the quality W, but the quality W does not need to affect quality Z."""@en ; + "2018-05-20"^^xsd:string ; + ; + "http://purl.org/NET/rdflicense/cc-by4.0"^^xsd:string . +# +# +# ################################################################# +# # +# # Annotation properties +# # +# ################################################################# +# +# +# http://www.w3.org/2003/06/sw-vocab-status/ns#term_status + + a owl:AnnotationProperty . +# +# +# +# ################################################################# +# # +# # Object Properties +# # +# ################################################################# +# +# +# https://w3id.org/affectedBy#affectedBy + +:affectedBy a owl:ObjectProperty , owl:TransitiveProperty ; + rdfs:domain :Quality ; + rdfs:range :Quality ; + rdfs:comment "A relation between qualities. A quality is affected by another quality if the value of the latter affects the value of the former."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "affectedBy"@en ; + "stable"^^xsd:string . +# +# https://w3id.org/affectedBy#belongsTo + +:belongsTo a owl:ObjectProperty ; + rdfs:subPropertyOf _:genid1 . + +_:genid1 owl:inverseOf :influencedBy . + +:belongsTo a owl:FunctionalProperty ; + rdfs:domain :Quality ; + rdfs:range :FeatureOfInterest ; + rdfs:comment "A relation between qualities and features of interest. Every quality belongs to the feature of interest it is intrinsic to."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "belongsTo"@en ; + "stable"^^xsd:string . +# +# https://w3id.org/affectedBy#influencedBy + +:influencedBy a owl:ObjectProperty ; + rdfs:domain :FeatureOfInterest ; + rdfs:range :Quality ; + owl:propertyChainAxiom _:genid3 . + +_:genid3 a rdf:List ; + rdf:first :influencedBy ; + rdf:rest _:genid2 . + +_:genid2 a rdf:List ; + rdf:first :affectedBy ; + rdf:rest rdf:nil . + +:influencedBy rdfs:comment "A relation between features of interest and qualities."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "influencedBy"@en ; + "stable"^^xsd:string . +# +# +# +# ################################################################# +# # +# # Classes +# # +# ################################################################# +# +# +# http://purl.org/vocommons/voaf#Vocabulary + + a owl:Class . +# +# https://w3id.org/affectedBy#FeatureOfInterest + +:FeatureOfInterest a owl:Class ; + rdfs:comment "A feature of interest is an abstraction of a real world phenomena (object, event, etc). A feature of interest is then described in terms of its properties or qualities, which are qualifiable, quantifiable, observable or operable qualities of the feature of interest."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "FeatureOfInterest"@en ; + "stable"^^xsd:string . +# +# https://w3id.org/affectedBy#Quality + +:Quality a owl:Class ; + rdfs:subClassOf _:genid4 . + +_:genid4 a owl:Restriction ; + owl:onProperty :belongsTo ; + owl:someValuesFrom :FeatureOfInterest . + +:Quality rdfs:comment "A quality of a feature of interest. An aspect of a feature of interest that is intrinsec to and cannot exist without the feature of interest. Every quality belongs to the feature of interest it is intrinsic to."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "Quality"@en ; + "stable"^^xsd:string . +# +# +# +# ################################################################# +# # +# # Individuals +# # +# ################################################################# +# +# +# https://w3id.org/affectedBy/ + + a owl:NamedIndividual , . +# +# Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi \ No newline at end of file diff --git a/jnsm2023/evaluations/ontology/imports/cpannotationschema.ttl b/jnsm2023/evaluations/ontology/imports/cpannotationschema.ttl new file mode 100644 index 0000000..522700d --- /dev/null +++ b/jnsm2023/evaluations/ontology/imports/cpannotationschema.ttl @@ -0,0 +1,72 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix owl2xml: . +@prefix cpannotationschema: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements +cpannotationschema:coversRequirements rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is used for exemplifying possible requirements the content pattern provides a solution for. Requirements are expressed as natural language competency questions." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#extractedFrom +cpannotationschema:extractedFrom rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property should be assigned with a URI, which points to the possible reference ontology which the annotated pattern was extracted from (i.e. the reference ontology that the ontology elements have been deeply or partially cloned by). The range is not explicit in the definition of the annotation property because it would turn the ontology to OWL Full. E.g. The participation pattern is extracted from the Dolce Ultra Lite ontology, hence the value for this annotation property is http://www.ontologydesignpatterns.org/ont/dul/DUL.owl" . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasComponent +cpannotationschema:hasComponent rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is useful for content ontology design patterns. Its value is a URI, which refers to another content ontology design pattern which is a component of the annotated one." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasConsequences +cpannotationschema:hasConsequences rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is used for briefly describing the benefits and/or possible trade-offs when using the CP." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasIntent +cpannotationschema:hasIntent rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is used in order to describe the intent of the content pattern." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasUnitTest +cpannotationschema:hasUnitTest rdf:type owl:AnnotationProperty ; + rdfs:comment "This property can be used to annotate a unit test (e.g. in the form of a SPARQL query) to be launched to evaluate an ontology against a requirement-based task." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#isCloneOf +cpannotationschema:isCloneOf rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is used for referring a cloned ontology entity to its cloning source." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#isSpecializationOf +cpannotationschema:isSpecializationOf rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is useful for content ontology design patterns and its elements. Its value is a URI, which refers either to a content ontology design pattern that is specialized by the annotated one, or to an ontology element that is specialized by the annotated one." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#reengineeredFrom +cpannotationschema:reengineeredFrom rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property should be assigned with a URI, which points to the concept schema, page, or anything else from which the annotated pattern was reengineered. If the source does not have any URI e.g., a printed book, this property value should provide information as precise as possible in order to identify the source. This property is alternative to the extractedFrom property because it is used when the pattern come from a concept schema which is not an owl ontology. For example content ontology design patterns, which are reengineered from data model patterns, rdf schemas, etc. should be annotatd with this property. E.g. The basicpersonalfoaf pattern is extracted from the rdf FOAF specification, hence the value for this annotation property is http://xmlns.com/foaf/spec/20071002.rdf" . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#relatedCPs +cpannotationschema:relatedCPs rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property can be used to indicate other CPs (if any) that specialize, generalize, inlcude, or are components of the CP. Furthermore, this field may indicate other CPs that are typically used in conjunction with the described one. Important similarities and differences with other patterns can be also described here." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#scenarios +cpannotationschema:scenarios rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is used for describing examples of instantiation of the Content OP. For example, for the part-of Content OP (which represents part-whole relations) a possible scenario is the sentence: \"the brain is part of the human body\". Scenarios are expressed as natural language sentences." . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/jnsm2023/evaluations/ontology/imports/eep.ttl b/jnsm2023/evaluations/ontology/imports/eep.ttl new file mode 100644 index 0000000..453c361 --- /dev/null +++ b/jnsm2023/evaluations/ontology/imports/eep.ttl @@ -0,0 +1,204 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology ; + ; + "2018-05-20"^^xsd:string ; + """Iker Esnaola-Gonzalez +Jesús Bermúdez """^^xsd:string ; + """The Execution-Executor-Procedure (EEP) ODP imports the AffectedBy ODP (https://w3id.org/affectedBy), that involves classes for Features of Interest and their intrinsic Properties/Qualities. + +The EEP ODP is an adaptation of the Procedure Execution Ontology (PEP) (https://w3id.org/pep/pep-1.1) from the SEAS ontology which, in turn, is a generalization of the Observation-Sensor-Procedure and Actuation-Actuator-Procedure patterns used in the SOSA (http://www.w3.org/ns/sosa/) and SSN (http://www.w3.org/ns/ssn/) ontologies. + +From the AffectedBy ODP, the EEP ODP imports the notion that a property/quality is intrinsic to the feature of interest that it belongs to (i.e., according to the definition of the class Quality in the DUL ontology http://www.ontologydesignpatterns.org/ont/dul/DUL.owl). +Apart from the two classes imported from the AffectedBy ODP (aff:FeatureOfIntetest and aff:Quality), the EEP ODP consists of three more classes: Execution, Executor, and Procedure. The class Execution and their three functional object properties: eep:madeBy, eep:usedProcedure, and eep:onQuality, forms the backbone of the ODP. The property eep:madeBy links an execution to its executor, the property eep:usedProcedure links an execution to its procedure, and the property eep:onQuality links an execution to the quality/property concerned by the execution. Therefore, an execution jointly with their three object values of the three aforementioned properties can be considered as a n-ary relationship. Note that every quality belongs to unique feature of interest. Therefore, a feature of interest is involved in the n-ary relationship. + +The remaining object properties: eep:implements, that links executors to procedures, eep:hasFeatureOfInteres, that links executions to features of interest, eep:forQuality, that links executors to qualities, and eep:forFeatureOfInterest, that links executors to features of interest, are defined in terms of the functional object properties using property chain axioms."""@en ; + "2018-09-01"^^xsd:string ; + "Execution-Executor-Procedure ODP"^^xsd:string ; + "eep"^^xsd:string ; + ; + """(CQ1). What are the observations/actuations performed by a given procedure? +(CQ2). What are the observations/actuations performed by a given sensor/actuator? +(CQ3). What are the procedures implemented by a given sensor/actuator? +(CQ4). What are the features of interest on a given observation/actuation? +(CQ5). What are the properties/qualities sensed/actuated by a given observations/actuations? +(CQ6). What are the features of interest of a given sensor/actuator? +(CQ7). What are the properties/qualities sensed/actuated by a given executor?"""@en ; + ; + """Axioms included in the EEP ODP provide inferences that allow to answer the competency questions properly. Therefore, solving some weaknesses of the sosa/ssn ontologies. + +Note that only triples about the four functional object properties: eep:madeBy, eep:usedProcedure, eep:onQuality, and aff:belongsTo, needs to be asserted, the remaining triples are inferred by the property axioms."""@en ; + "To represent executions made by executors that implement procedures. Executions are events like observations or actuations. Executors are systems like sensors or actuators that produce executions. Executors implement procedures to carry out their goals. Executions and executors are taken over features of interest and their intrinsic properties/qualities."@en ; + """PEP: https://w3id.org/pep/pep-1.1 + +SOSA: http://www.w3.org/ns/sosa/ + +SSN: http://www.w3.org/ns/ssn/ + +DUL: http://www.ontologydesignpatterns.org/ont/dul/DUL.owl"""^^xsd:string ; + ; + owl:versionInfo 1.1 . + +################################################################# +# Object Properties +################################################################# + +### https://w3id.org/affectedBy#belongsTo + rdf:type owl:ObjectProperty . + + +### https://w3id.org/eep#forFeatureOfInterest +:forFeatureOfInterest rdf:type owl:ObjectProperty ; + rdfs:domain :Executor ; + rdfs:range ; + owl:propertyChainAxiom ( :forQuality + + ) ; + rdfs:comment "Relation that links an executor to the features of interest of the executions it made."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "forFeatureOfInterest"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#forQuality +:forQuality rdf:type owl:ObjectProperty ; + rdfs:domain :Executor ; + rdfs:range ; + owl:propertyChainAxiom ( [ owl:inverseOf :madeBy + ] + :onQuality + ) ; + rdfs:comment "Relation that links an executor to the qualities acted upon by the executions it made."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "forQuality"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#hasFeatureOfInterest +:hasFeatureOfInterest rdf:type owl:ObjectProperty ; + rdfs:domain :Execution ; + rdfs:range ; + owl:propertyChainAxiom ( :onQuality + + ) ; + rdfs:comment "Relation that links an execution to the feature of interest it is acting upon."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "hasFeatureOfInterest"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#implements +:implements rdf:type owl:ObjectProperty ; + rdfs:domain :Executor ; + rdfs:range :Procedure ; + owl:propertyChainAxiom ( [ owl:inverseOf :madeBy + ] + :usedProcedure + ) ; + rdfs:comment "Relation that links an agent (Executor) to a procedure that it implements."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "implements"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#madeBy +:madeBy rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain :Execution ; + rdfs:range :Executor ; + rdfs:comment "Relation that links an execution to the executor that made the execution."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "madeBy"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#onQuality +:onQuality rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain :Execution ; + rdfs:range ; + rdfs:comment "Relation that links an execution to the quality it is acting upon."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "onQuality"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#usedProcedure +:usedProcedure rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain :Execution ; + rdfs:range :Procedure ; + rdfs:comment "A relation that links an execution to the procedure used in making the execution through an executor agent."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "usedProcedure"@en ; + "stable"^^xsd:string . + + +################################################################# +# Classes +################################################################# + +### http://purl.org/vocommons/voaf#Vocabulary + rdf:type owl:Class . + + +### https://w3id.org/affectedBy#FeatureOfInterest + rdf:type owl:Class . + + +### https://w3id.org/affectedBy#Quality + rdf:type owl:Class . + + +### https://w3id.org/eep#Execution +:Execution rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty :madeBy ; + owl:someValuesFrom :Executor + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :onQuality ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :usedProcedure ; + owl:someValuesFrom :Procedure + ] ; + rdfs:comment "An event made by an agent executing a task implemented by a procedure."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "Execution"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#Executor +:Executor rdf:type owl:Class ; + rdfs:comment "An agent that produces an event (Execution) by implementing a procedure."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "Executor"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#Procedure +:Procedure rdf:type owl:Class ; + rdfs:comment "A workflow, protocol, plan, algorithm, or computational method specifying how to produce an event."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "Procedure"@en ; + "stable"^^xsd:string . + + +################################################################# +# Individuals +################################################################# + +### https://w3id.org/eep/ + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 5.1.0) https://github.com/owlcs/owlapi/ \ No newline at end of file diff --git a/jnsm2023/evaluations/ontology/imports/saref.ttl b/jnsm2023/evaluations/ontology/imports/saref.ttl new file mode 100644 index 0000000..4a2d1d2 --- /dev/null +++ b/jnsm2023/evaluations/ontology/imports/saref.ttl @@ -0,0 +1,1361 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix foaf: . +@prefix rdfs: . +@prefix saref: . +@prefix dcterms: . +@prefix vann: . +@base . + + rdf:type owl:Ontology ; + owl:versionInfo "v3.1.1" ; + owl:versionIRI ; + dcterms:issued "2020-02-11"^^xsd:date ; + dcterms:modified "2020-05-29"^^xsd:date ; + dcterms:title "SAREF: the Smart Applications REFerence ontology"@en ; + dcterms:publisher ; + dcterms:license ; + dcterms:creator ; + dcterms:creator ; + dcterms:creator ; + dcterms:creator ; + dcterms:source ; + rdfs:seeAlso ; + vann:preferredNamespacePrefix "saref" ; + vann:preferredNamespaceUri "https://saref.etsi.org/core/" ; + dcterms:description "The Smart Applications REFerence ontology (SAREF) is intended to enable interoperability between solutions from different providers and among various activity sectors in the Internet of Things (IoT), thus contributing to the development of the global digital market."@en ; + rdfs:comment """Information about changes compared to version 2.1.1: + - Added the saref:FeatureOfInterest class and the properties used to relate it to saref:Measurement (saref:hasMeasurement and saref:isMeasurementOf) and to saref:Property (saref:hasProperty and saref:isPropertyOf). + - Added the saref:measurementMadeBy property as inverse of saref:makesMeasurement. + - The saref:relatesToProperty and saref:relatesToMeasurement properties are now inverse of each other. + - The range of saref:hasValue, which was defined as xsd:float, has been removed to support other datatypes for measurements. + - The range of datatype properties, which was defined as xsd:string, has been removed in order to support strings with language tags (rdf:langString). This affects saref:hasDescription, saref:hasManufacturer, saref:hasModel and saref:hasName, which now have implicitly a range of rdfs:Literal. + - The saref:hasName property has been removed and the use of rdfs:label is recommended. + - The saref:hasDescription property has been deprecated and the use of rdfs:comment is recommended. + - Too restrictive restrictions have been removed and in some cases the ontology documentation has been updated to reflect this: a saref:Command having at most one saref:hasDescription; a saref:Task being accomplished by at least one saref:Device; a saref:Device having a typical consumption of only energy or power; a saref:Commodity being measured in units of measure; restrictions on the values of saref:accomplishes that only covered specific use cases; universal restrictions on the saref:actsUpon property have been changed to existential ones; restrictions on the commands that a saref:Function may have, since there could be others not included in the defined enumerations; restrictive documentation of saref:EventFunction and saref:SmokeSensor. + - Bugs have been fixed: some devices (saref:DoorSwitch, saref:EnergyMeter, saref:LigthSwitch, saref:SmokeSensor, and saref:TemperatureSensor) were defined as subclass of a device and at the same time as consisting of such device; a saref:LightSwitch controls light and does not measure light, since it is an actuator; incorrect documentation of saref:OnState and saref:OffState. + - The saref:BuildingRelated, saref:EnergyRelated and saref:FunctionRelated classes have been removed, since the different extensions already classify the device types. + - The instances of the subclasses of saref:Command have been removed, since they represent examples. + - The instances of saref:UnitOfMeasure have been moved to examples. + - The classes related to the SAREF4ENER extension have been removed: saref:Generator, saref:Storage, saref:Load and saref:EnergyMeter. + - Some instances of saref:Device have been moved to examples: saref:WashingMachine, saref:LightingDevice, saref:MicroRenewable, saref:Multimedia, and saref:Network. + - Added domain and range axioms wherever the definition of a property unambiguously identifies the domain or the range of the property. + - The OWL Time ontology is not imported anymore. + - The documentation of some ontology terms has been updated for clarification. + - Language tags have been added to all labels and comments. +""" ; + rdfs:comment """Information about changes compared to version 1.1.1: + - The classes and properties related to how to represent devices in building spaces (such as the saref:BuildingSpace class, saref:BuildingObject class and saref:isLocatedIn property) have been removed from SAREF and incorporated into the SAREF4BLDG extension related to buildings, including the reuse of the W3C? WGS84 geo positioning vocabulary. + - The saref:DeviceCategory and saref:FunctionCategory classes have been removed. Instead, the hierarchy of device categories has been implemented directly as subclasses of the saref:Device class. + - The information specific for energy efficiency has been moved to the SAREF4ENER extension. For example, the saref:Profile class has been redefined to accommodate only the properties that are general enough for any type of profile, not only for energy and power. Details on how to specifically model a power profile can be found in the SAREF4ENER extension. + - The subclasses of the saref:Energy class have been removed (i.e., Average Energy, Maximum Energy, Minimum Energy, Total Energy, HVAC Energy, Hot Water Energy and Lighting Energy). + - The saref:Property class has been split into two classes (saref:Property and saref:Measurement), as it is done in the SAREF4ENVI extension, in order to properly accommodate the distinction between the concept of property (an observable quality of something) and the concept of measurement (a concrete value observed for a property). + - Too restrictive cardinality restrictions have been revised, sometimes making them optional rather than mandatory (better to make properties mandatory in the extensions that specialize SAREF for a specific purpose, rather than restricting SAREF, whose purpose is more general). For example, definitions of units of measurement using an enumeration (owl:oneOf) were too restrictive because they did not allow using other units than those enumerated. Therefore, the individuals of each class are still there, but the owl:oneOf enumeration has been removed. + - The saref:UnitOfMeasure subclasses use individuals from the OM ontology for unit of measures, but this is not the only solution. It has been clarified in the comments that the OM ontology is an example, but other ontologies can be used. + - The global restrictions (rdfs:domain and rdfs:range) in object properties have been completely removed not to hinder interoperability. Object properties are now only restricted locally in the classes. + - The subclasses of saref:Task have been transormed in individuals. + - The saref:hasTask property has been removed from the saref:Profile class to resolve an ambiguity with the saref:Task class.""" . + +dcterms:issued a owl:AnnotationProperty . +dcterms:modified a owl:AnnotationProperty . +dcterms:source a owl:AnnotationProperty . +dcterms:creator a owl:AnnotationProperty . +dcterms:title a owl:AnnotationProperty . +dcterms:description a owl:AnnotationProperty . +dcterms:license a owl:AnnotationProperty . +dcterms:publisher a owl:AnnotationProperty . +vann:preferredNamespacePrefix a owl:AnnotationProperty . +vann:preferredNamespaceUri a owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://saref.etsi.org/core/accomplishes +saref:accomplishes rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isAccomplishedBy ; + rdfs:comment "A relationship between a certain entity (e.g., a device) and the task it accomplishes"@en ; + rdfs:range saref:Task ; + rdfs:label "accomplishes"@en . + + +### https://saref.etsi.org/core/actsUpon +saref:actsUpon rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a command and a state"@en ; + rdfs:domain saref:Command ; + rdfs:range saref:State ; + rdfs:label "acts upon"@en . + + +### https://saref.etsi.org/core/consistsOf +saref:consistsOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship indicating a composite entity that consists of other entities (e.g., a temperature/humidity sensor that consists of a temperature sensor and a humidity sensor)"@en ; + rdfs:label "consists of"@en . + + +### https://saref.etsi.org/core/controlsProperty +saref:controlsProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the property that can be controlled by a certain device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Property ; + rdfs:label "controls property"@en . + + +### https://saref.etsi.org/core/hasCommand +saref:hasCommand rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isCommandOf ; + rdfs:comment "A relationship between a function and a command"@en ; + rdfs:domain saref:Function ; + rdfs:range saref:Command ; + rdfs:label "has command"@en . + + +### https://saref.etsi.org/core/hasFunction +saref:hasFunction rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the function of a device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Function ; + rdfs:label "has function"@en . + + +### https://saref.etsi.org/core/hasMeasurement +saref:hasMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a feature of interest and a measurement about it"@en ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Measurement ; + rdfs:label "has measurement"@en . + + +### https://saref.etsi.org/core/hasMeterReading +saref:hasMeterReading rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a metering function and the measurement of the reading"@en ; + rdfs:domain saref:MeteringFunction ; + rdfs:range saref:Measurement ; + rdfs:label "has meter reading"@en . + + +### https://saref.etsi.org/core/hasMeterReadingType +saref:hasMeterReadingType rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the reading type of a metering function (e.g., Water, Gas, Pressure , Energy , Power, etc.)"@en ; + rdfs:domain saref:MeteringFunction ; + rdfs:range saref:Property ; + rdfs:label "has meter reading type"@en . + + +### https://saref.etsi.org/core/hasPrice +saref:hasPrice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship indentifying the price associated to an entity"@en ; + rdfs:range saref:Price ; + rdfs:label "has price"@en . + + +### https://saref.etsi.org/core/hasProfile +saref:hasProfile rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship associating a profile to a certain device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Profile ; + rdfs:label "has profile"@en . + + +### https://saref.etsi.org/core/hasMeasurement +saref:hasMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a feature of interest and a measurement about it"@en ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Measurement ; + rdfs:label "has measurement"@en . + + +### https://saref.etsi.org/core/hasProperty +saref:hasProperty rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isPropertyOf ; + rdfs:comment "A relationship between a feature of interest and a property of that feature"@en ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Property ; + rdfs:label "has property"@en . + + +### https://saref.etsi.org/core/hasSensingRange +saref:hasSensingRange rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a sensing function and a measurement identifying the range of a sensor detection"@en ; + rdfs:domain saref:SensingFunction ; + rdfs:range saref:Measurement ; + rdfs:label "has sensing range"@en . + + +### https://saref.etsi.org/core/hasSensorType +saref:hasSensorType rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the sensing type of a sensor detection (i.e., Temperature, Occupancy, Humidity, Motion , Smoke, Pressure, etc.) "@en ; + rdfs:domain saref:SensingFunction ; + rdfs:range saref:Property ; + rdfs:label "has sensor type"@en . + + +### https://saref.etsi.org/core/hasState +saref:hasState rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the type of state of a device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:State ; + rdfs:label "has state"@en . + + +### https://saref.etsi.org/core/hasThresholdMeasurement +saref:hasThresholdMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship associated with an event function to notify that a certain threshold measurement has been exceeded"@en ; + rdfs:domain saref:EventFunction ; + rdfs:range saref:Measurement ; + rdfs:label "has threshold measurement"@en . + + +### https://saref.etsi.org/core/hasTime +saref:hasTime rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship to associate time information to an entity"@en ; + rdfs:range saref:Time ; + rdfs:label "has time"@en . + + +### https://saref.etsi.org/core/hasTypicalConsumption +saref:hasTypicalConsumption rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the typical (energy or power) consumption of a device"@en ; + rdfs:label "has typical consumption"@en . + + +### https://saref.etsi.org/core/isAbout +saref:isAbout rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying what an entity, such as a profile, is about"@en ; + rdfs:label "isAbout"@en . + + +### https://saref.etsi.org/core/isAccomplishedBy +saref:isAccomplishedBy rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying an entity (e.g., a device) that can accomplish a task."@en ; + rdfs:domain saref:Task ; + rdfs:label "is accomplished by"@en . + + +### https://saref.etsi.org/core/isCommandOf +saref:isCommandOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a command and a function."@en ; + rdfs:domain saref:Command ; + rdfs:range saref:Function ; + rdfs:label "is command of"@en . + + +### https://saref.etsi.org/core/isControlledByDevice +saref:isControlledByDevice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the devices that can control a certain property"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:Device ; + rdfs:label "is controlled by device"@en . + + +### https://saref.etsi.org/core/isMeasuredByDevice +saref:isMeasuredByDevice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the devices that can measure a certain property"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:Device ; + rdfs:label "is measured by device"@en . + + +### 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."@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:UnitOfMeasure ; + rdfs:label "is measured in"@en . + + +### https://saref.etsi.org/core/isMeasurementOf +saref:isMeasurementOf rdf:type owl:ObjectProperty ; + owl:inverseOf saref:hasMeasurement ; + rdfs:comment "A relationship between a measurement and the feature of interest whose quality was measured"@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:FeatureOfInterest ; + rdfs:label "isMeasurementOf"@en . + + +### https://saref.etsi.org/core/isOfferedBy +saref:isOfferedBy rdf:type owl:ObjectProperty ; + owl:inverseOf saref:offers ; + rdfs:comment "A relationship between a service and a device that offers the service"@en ; + rdfs:domain saref:Service ; + rdfs:range saref:Device ; + rdfs:label "is offered by"@en . + + +### https://saref.etsi.org/core/isPropertyOf +saref:isPropertyOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a property and the feature of interest it belongs to"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:FeatureOfInterest ; + rdfs:label "is property of"@en . + + +### https://saref.etsi.org/core/isUsedFor +saref:isUsedFor rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the commodity for which a device is used for"@en ; + rdfs:label "is used for"@en . + + +### https://saref.etsi.org/core/makesMeasurement +saref:makesMeasurement rdf:type owl:ObjectProperty ; + owl:inverseOf saref:measurementMadeBy ; + rdfs:comment "A relation between a device and the measurements it makes. Such measurement will link together the value of the measurement, its unit of measure and the property to which it relates."@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Measurement ; + rdfs:label "makes measurement"@en . + +### https://saref.etsi.org/core/measurementMadeBy +saref:measurementMadeBy rdf:type owl:ObjectProperty ; + rdfs:comment "A relation between a measurement and the device that made it."@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:Device ; + rdfs:label "measurement made by"@en . + + +### https://saref.etsi.org/core/measuresProperty +saref:measuresProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the property that can be measured by a certain device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Property ; + rdfs:label "measures property"@en . + + +### https://saref.etsi.org/core/offers +saref:offers rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a device and a service"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Service ; + rdfs:label "offers"@en . + + +### https://saref.etsi.org/core/relatesToMeasurement +saref:relatesToMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a property and the measurements it relates to"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:Measurement ; + rdfs:label "relates to measurement"@en . + + +### https://saref.etsi.org/core/relatesToProperty +saref:relatesToProperty rdf:type owl:ObjectProperty ; + owl:inverseOf saref:relatesToMeasurement ; + rdfs:comment "A relationship between a measurement and the property it relates to"@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:Property ; + rdfs:label "relates to property"@en . + + +### https://saref.etsi.org/core/represents +saref:represents rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a service and a function."@en ; + rdfs:domain saref:Service ; + rdfs:range saref:Function ; + rdfs:label "represents"@en . + + +################################################################# +# Data properties +################################################################# + +### https://saref.etsi.org/core/hasDescription +saref:hasDescription rdf:type owl:DatatypeProperty ; + owl:deprecated "true"^^xsd:boolean ; + rdfs:comment "DEPRECATED: The use of rdfs:comment is recommended instead."@en ; + rdfs:comment "A relationship providing a description of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; + rdfs:label "has description"@en . + + +### 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."@en ; + rdfs:label "has manufacturer"@en . + + +### https://saref.etsi.org/core/hasModel +saref:hasModel rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship identifying the model of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; + rdfs:label "has model"@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)."@en ; + rdfs:label "has timestamp"@en . + + +### https://saref.etsi.org/core/hasValue +saref:hasValue rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power. Note that, even if numeric values are expected to enable reasoning, measurement values could use other datatypes."@en ; + rdfs:label "has value"@en . + + +################################################################# +# Classes +################################################################# + + +### https://saref.etsi.org/core/ActuatingFunction +saref:ActuatingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows to transmit data to actuators, such as level settings (e.g., temperature) or binary switching (e.g., open/close, on/off)"@en ; + rdfs:label "Actuating function"@en . + + +### https://saref.etsi.org/core/Actuator +saref:Actuator rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:ActuatingFunction + ] ; + rdfs:comment "A device responsible for moving or controlling a mechanism or system by performing an actuating function"@en ; + rdfs:label "Actuator"@en . + + +### https://saref.etsi.org/core/Appliance +saref:Appliance rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "An electrical/mechanical machine that accomplish some household functions, such as cleaning or cooking"@en ; + rdfs:label "Appliance"@en . + + +### https://saref.etsi.org/core/CloseCommand +saref:CloseCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OpenCloseState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OpenCloseFunction + ] ; + owl:disjointWith saref:OpenCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Close command"@en . + + +### https://saref.etsi.org/core/CloseState +saref:CloseState rdf:type owl:Class ; + rdfs:subClassOf saref:OpenCloseState ; + rdfs:comment "The state of a device that is CLOSE"@en ; + rdfs:label "Close state"@en . + + +### https://saref.etsi.org/core/Coal +saref:Coal rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Coal"@en . + + +### https://saref.etsi.org/core/Command +saref:Command rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:allValuesFrom saref:State + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] ; + 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. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended."@en ; + rdfs:label "Command"@en . + + +### https://saref.etsi.org/core/Commodity +saref:Commodity rdf:type owl:Class ; + rdfs:comment "A marketable item for which there is demand, but which is supplied without qualitative differentiation across a market. SAREF refers to energy commodities such as electricity, gas, coal and oil. "@en ; + rdfs:label "Commodity"@en . + + +### https://saref.etsi.org/core/Currency +saref:Currency rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The class of units of measure for price"@en ; + rdfs:label "Currency"@en . + + +### https://saref.etsi.org/core/Device +saref:Device rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:consistsOf ; + owl:allValuesFrom saref:Device + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:controlsProperty ; + owl:allValuesFrom saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasProfile ; + owl:allValuesFrom saref:Profile + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:allValuesFrom saref:State + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isUsedFor ; + owl:allValuesFrom saref:Commodity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:makesMeasurement ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:allValuesFrom saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:offers ; + owl:allValuesFrom saref:Service + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:accomplishes ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Task + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasManufacturer ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasModel ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] ; + 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:label "Device"@en . + + +### https://saref.etsi.org/core/DoorSwitch +saref:DoorSwitch rdf:type owl:Class ; + rdfs:subClassOf saref:Switch , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:OpenCloseFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:someValuesFrom saref:OpenCloseState + ] ; + rdfs:comment "A switch that performs the saref:OpenCloseFunction, is used for controlling a door, and can be found in the state saref:OpenCloseState. A saref:DoorSwitch is typically used to accomplish saref:Safety."@en ; + rdfs:label "Door switch"@en . + + +### https://saref.etsi.org/core/Electricity +saref:Electricity rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Electricity"@en . + + +### https://saref.etsi.org/core/Energy +saref:Energy rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value measured in an energy unit (such as Kilowatt_Hour or Watt_hour). Furter specializations of the saref:Energy class can be found in the SAREF4ENER extension, where classes such as EnergyMax, EnergyMin and EnergyExpected are defined. "@en ; + rdfs:label "Energy"@en . + + +### https://saref.etsi.org/core/EnergyUnit +saref:EnergyUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for energy"@en ; + rdfs:label "Energy unit"@en . + + +### https://saref.etsi.org/core/EventFunction +saref:EventFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasThresholdMeasurement ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Measurement + ] ; + rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."@en ; + rdfs:label "Event function"@en . + + +### https://saref.etsi.org/core/FeatureOfInterest +saref:FeatureOfInterest rdf:type owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty saref:hasProperty ; + owl:allValuesFrom saref:Property + ] , + [ a owl:Restriction ; + owl:onProperty saref:hasMeasurement ; + owl:allValuesFrom saref:Measurement + ] ; + rdfs:comment "A feature of interest represents any real world entity from which a property is measured."@en ; + rdfs:label "Feature of interest"@en . + + +### https://saref.etsi.org/core/Function +saref:Function rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:hasCommand ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Command + ] ; + 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:label "Function"@en . + + +### https://saref.etsi.org/core/Gas +saref:Gas rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Gas"@en . + + +### https://saref.etsi.org/core/GetCommand +saref:GetCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command ; + rdfs:comment "A type of command"@en ; + rdfs:label "Get command"@en . + + +### https://saref.etsi.org/core/GetCurrentMeterValueCommand +saref:GetCurrentMeterValueCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get current meter value command"@en . + + +### https://saref.etsi.org/core/GetMeterDataCommand +saref:GetMeterDataCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get meter data command"@en . + + +### https://saref.etsi.org/core/GetMeterHistoryCommand +saref:GetMeterHistoryCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get meter history command"@en . + + +### https://saref.etsi.org/core/GetSensingDataCommand +saref:GetSensingDataCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:SensingFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get sensing data command"@en . + + +### https://saref.etsi.org/core/HVAC +saref:HVAC rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "Heating, Ventilation and Air Conditioning (HVAC) device that provides indoor environmental comfort. A saref:HVAC is typically used to accomplish saref:Comfort."@en ; + rdfs:label "HVAC"@en . + + +### https://saref.etsi.org/core/Humidity +saref:Humidity 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 humidity unit"@en ; + rdfs:label "Humidity"@en . + + +### https://saref.etsi.org/core/IlluminanceUnit +saref:IlluminanceUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for light"@en ; + rdfs:label "Illuminance unit"@en . + + +### https://saref.etsi.org/core/LevelControlFunction +saref:LevelControlFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to do level adjustments of a property in a certain range (e.g., 0%-100%), such as dimming a light in a room or setting the speed of an electric motor. "@en ; + rdfs:label "Level control function"@en . + + +### https://saref.etsi.org/core/Light +saref:Light 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 illuminance unit (lux)"@en ; + rdfs:label "Light"@en . + + +### https://saref.etsi.org/core/LightSwitch +saref:LightSwitch rdf:type owl:Class ; + rdfs:subClassOf saref:Switch , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:OnOffFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:controlsProperty ; + owl:someValuesFrom saref:Light + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:offers ; + owl:someValuesFrom saref:SwitchOnService + ] ; + rdfs:comment "A switch that performs the saref:OnOffFunction, controls the property saref:Light, and can be found in the state saref:OnOffState. It can offer a switch on service. A saref:LightSwitch is typically used to accomplish saref:Lighting."@en ; + rdfs:label "Light switch"@en . + + +### 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: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 + ] ; + 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:label "Measurement"@en . + + +### https://saref.etsi.org/core/Meter +saref:Meter rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A device built to accurately detect and display a quantity in a form readable by a human being. Further, a device of category saref:Meter that performs a saref:MeteringFunction."@en ; + rdfs:label "Meter"@en . + + +### https://saref.etsi.org/core/MeteringFunction +saref:MeteringFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasMeterReading ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasMeterReadingType ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( saref:Commodity + saref:Property + ) + ] + ] ; + rdfs:comment "A function that allows to get data from a meter, such as current meter reading or instantaneous demand"@en ; + rdfs:label "Metering function"@en . + + +### https://saref.etsi.org/core/Motion +saref:Motion 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 unit of measure for motion"@en ; + rdfs:label "Motion"@en . + + +### https://saref.etsi.org/core/MultiLevelState +saref:MultiLevelState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "Multi level state"@en . + + +### https://saref.etsi.org/core/NotifyCommand +saref:NotifyCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:EventFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Notify command"@en . + + +### https://saref.etsi.org/core/Occupancy +saref:Occupancy rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value (saref:hasValue property) that is measured in a unit of measure for occupancy"@en ; + rdfs:label "Occupancy"@en . + + +### https://saref.etsi.org/core/OffCommand +saref:OffCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + owl:disjointWith saref:OnCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Off command"@en . + + +### https://saref.etsi.org/core/OffState +saref:OffState rdf:type owl:Class ; + rdfs:subClassOf saref:OnOffState ; + rdfs:comment "The state of a device that is Off"@en ; + rdfs:label "Off state"@en . + + +### https://saref.etsi.org/core/OnCommand +saref:OnCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "On command"@en . + + +### https://saref.etsi.org/core/OnOffFunction +saref:OnOffFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to switch on and off an actuator"@en ; + rdfs:label "On off function"@en . + + +### https://saref.etsi.org/core/OnOffState +saref:OnOffState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "On off state"@en . + + +### https://saref.etsi.org/core/OnState +saref:OnState rdf:type owl:Class ; + rdfs:subClassOf saref:OnOffState ; + rdfs:comment "The state of a device that is On"@en ; + rdfs:label "On state"@en . + + +### https://saref.etsi.org/core/OpenCloseFunction +saref:OpenCloseFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to open and close a device"@en ; + rdfs:label "Open close function"@en . + + +### https://saref.etsi.org/core/OpenCloseState +saref:OpenCloseState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "Open close state"@en . + + +### https://saref.etsi.org/core/OpenCommand +saref:OpenCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OpenCloseState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OpenCloseFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Open command"@en . + + +### https://saref.etsi.org/core/OpenState +saref:OpenState rdf:type owl:Class ; + rdfs:subClassOf saref:OpenCloseState ; + rdfs:comment "The state of a device that is OPEN "@en ; + rdfs:label "Open state"@en . + + +### https://saref.etsi.org/core/PauseCommand +saref:PauseCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command ; + rdfs:comment "A type of command"@en ; + rdfs:label "Pause command"@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."@en ; + rdfs:label "Power"@en . + + +### https://saref.etsi.org/core/PowerUnit +saref:PowerUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for power"@en ; + rdfs:label "Power unit"@en . + + +### https://saref.etsi.org/core/Pressure +saref:Pressure 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 pressure unit (bar or pascal)"@en ; + rdfs:label "Pressure"@en . + + +### https://saref.etsi.org/core/PressureUnit +saref:PressureUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for pressure"@en ; + rdfs:label "Pressure unit"@en . + + +### https://saref.etsi.org/core/Price +saref:Price rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "A saref:Property crelated to some measurements that are characterized by a certain value that is measured using saref:Currency"@en ; + rdfs:label "Price"@en . + + +### https://saref.etsi.org/core/Profile +saref:Profile rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:consistsOf ; + owl:allValuesFrom saref:Profile + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasPrice ; + owl:allValuesFrom saref:Price + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasTime ; + owl:allValuesFrom saref:Time + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isAbout ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( saref:Commodity + saref:Property + ) + ] + ] ; + rdfs:comment "A specification associated to a device to collect information about a certain Property (e.g., Energy) for optimizing its usage in the home, office or building in which the device is located. This specification is about a certain Property (saref:isAbout), can be calculated over a time span (saref:hasTime) and can be associated to some costs (saref:hasPrice). An example is the Power Profile defined in the SAREF4ENER extension that can be associated to a device for optimizing the Energy efficiency in the home, office or building in which the device is located."@en ; + rdfs:label "Profile"@en . + + +### https://saref.etsi.org/core/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:isPropertyOf ; + owl:allValuesFrom saref:FeatureOfInterest + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:relatesToMeasurement ; + owl:allValuesFrom saref:Measurement + ] ; + 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:label "Property"@en . + + +### https://saref.etsi.org/core/SensingFunction +saref:SensingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasSensingRange ; + owl:someValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasSensorType ; + owl:allValuesFrom saref:Property + ] ; + rdfs:comment "A function that allows to transmit data from sensors, such as measurement values (e.g., temperature) or sensing data (e.g., occupancy)"@en ; + rdfs:label "Sensing function"@en . + + +### https://saref.etsi.org/core/Sensor +saref:Sensor rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] ; + rdfs:comment "A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. Further, a device of category saref:Sensor that performs a saref:SensingFunction."@en ; + rdfs:label "Sensor"@en . + + +### https://saref.etsi.org/core/Service +saref:Service rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:isOfferedBy ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Device + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:represents ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] ; + rdfs:comment "A service is a representation of a function to a network that makes the function discoverable, registerable, remotely controllable by other devices in the network. A service can represent one or more functions. A Service is offered by a device that wants (a certain set of) its function(s) to be discoverable, registerable, remotely controllable by other devices in the network. A Service must specify the device that is offering the service and the function(s) to be represented."@en ; + rdfs:label "Service"@en . + + +### https://saref.etsi.org/core/SetAbsoluteLevelCommand +saref:SetAbsoluteLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:SetLevelCommand ; + rdfs:comment "A type of set level command"@en ; + rdfs:label "Set absolute level command"@en . + + +### https://saref.etsi.org/core/SetLevelCommand +saref:SetLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Set level command"@en . + + +### https://saref.etsi.org/core/SetRelativeLevelCommand +saref:SetRelativeLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:SetLevelCommand ; + rdfs:comment "A type of set level command"@en ; + rdfs:label "Set relative level command"@en . + + +### https://saref.etsi.org/core/Smoke +saref:Smoke 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 unit of measure for smoke"@en ; + rdfs:label "Smoke"@en . + + +### https://saref.etsi.org/core/SmokeSensor +saref:SmokeSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:EventFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:someValuesFrom saref:Smoke + ] ; + rdfs:comment "A sensor that performs the saref:SensingFunction and the saref:EventFunction, and is used for the purpose of sensing a property of type saref:Smoke. A saref:SmokeSensor is typically used to saref:accomplish saref:Safety."@en ; + rdfs:label "Smoke sensor"@en . + + +### https://saref.etsi.org/core/StartCommand +saref:StartCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:StartStopState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:StartStopFunction + ] ; + owl:disjointWith saref:StopCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Start command"@en . + + +### https://saref.etsi.org/core/StartState +saref:StartState rdf:type owl:Class ; + rdfs:subClassOf saref:StartStopState ; + rdfs:comment "The state of a device that is STARTED"@en ; + rdfs:label "Start state"@en . + + +### https://saref.etsi.org/core/StartStopFunction +saref:StartStopFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to start and stop a device"@en ; + rdfs:label "Start stop function"@en . + + +### https://saref.etsi.org/core/StartStopState +saref:StartStopState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "Start stop state"@en . + + +### https://saref.etsi.org/core/State +saref:State rdf:type owl:Class ; + rdfs:comment "The state in which a device can be found, e.g, ON/OFF/STANDBY, or ONLINE/OFFLINE. We propose here a list of states that are relevant for the purpose of SAREF, but this list can be extended."@en ; + rdfs:label "State"@en . + + +### https://saref.etsi.org/core/StepDownCommand +saref:StepDownCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + owl:disjointWith saref:StepUpCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Step down command"@en . + + +### https://saref.etsi.org/core/StepUpCommand +saref:StepUpCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Step up command"@en . + + +### https://saref.etsi.org/core/StopCommand +saref:StopCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:StartStopState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:StartStopFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Stop command"@en . + + +### https://saref.etsi.org/core/StopState +saref:StopState rdf:type owl:Class ; + rdfs:subClassOf saref:StartStopState ; + rdfs:comment "The state of a device that is STOPPED"@en ; + rdfs:label "Stop state"@en . + + +### https://saref.etsi.org/core/Switch +saref:Switch rdf:type owl:Class ; + rdfs:subClassOf saref:Actuator ; + rdfs:comment "A device of category saref:Actuator that performs an actuating function of type saref:OnOffFunction or saref:OpenCloseFunction"@en ; + rdfs:label "Switch"@en . + + +### https://saref.etsi.org/core/SwitchOnService +saref:SwitchOnService rdf:type owl:Class ; + rdfs:subClassOf saref:Service , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isOfferedBy ; + owl:someValuesFrom saref:LightSwitch + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:represents ; + owl:someValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of service that represents an on/off function to the network"@en ; + rdfs:label "Switch on service"@en . + + +### https://saref.etsi.org/core/Task +saref:Task rdf:type owl:Class ; + rdfs:comment "The goal for which a device is designed (from a user perspective). For example, a washing machine is designed for the task of washing. We propose here a list of tasks that are relevant for the purpose of SAREF, but this list can be extended. Tasks can be accomplished by devices (saref:isAccomplishedBy)."@en ; + rdfs:label "Task"@en . + + +### https://saref.etsi.org/core/Temperature +saref:Temperature 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 temperature unit (degree_Celsius, degree_Fahrenheit, or degree_kelvin)"@en ; + rdfs:label "Temperature"@en . + + +### https://saref.etsi.org/core/TemperatureSensor +saref:TemperatureSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:someValuesFrom saref:Temperature + ] ; + rdfs:comment "A sensor that is used for the purpose of sensing a property of type saref:Temperature. A saref:TemperatureSensor is typically used to saref:accomplish saref:Comfort."@en ; + rdfs:label "Temperature sensor"@en . + + +### https://saref.etsi.org/core/TemperatureUnit +saref:TemperatureUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for temperature"@en ; + rdfs:label "Temperature unit"@en . + +### https://saref.etsi.org/core/Time +saref:Time rdf:type owl:Class ; + rdfs:comment "A class that allows to specify the time concept."@en ; + rdfs:label "Time"@en . + + +### https://saref.etsi.org/core/ToggleCommand +saref:ToggleCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Toggle command"@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 SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."@en ; + rdfs:label "Unit of measure"@en . + + +### https://saref.etsi.org/core/Water +saref:Water rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Water"@en . + + +################################################################# +# Individuals +################################################################# + + +### https://saref.etsi.org/core/Cleaning +saref:Cleaning rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Cleaning"@en . + + +### https://saref.etsi.org/core/Comfort +saref:Comfort rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Comfort"@en . + + +### https://saref.etsi.org/core/Drying +saref:Drying rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Drying"@en . + + +### https://saref.etsi.org/core/EnergyEfficiency +saref:EnergyEfficiency rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "EnergyEfficiency"@en . + + +### https://saref.etsi.org/core/Entertainment +saref:Entertainment rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Entertainment"@en . + + +### https://saref.etsi.org/core/Lighting +saref:Lighting rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Lighting"@en . + + +### https://saref.etsi.org/core/MeterReading +saref:MeterReading rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Meter reading"@en . + +### https://saref.etsi.org/core/Safety +saref:Safety rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Safety"@en . + +### https://saref.etsi.org/core/Washing +saref:Washing rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Washing"@en . + + +### https://saref.etsi.org/core/WellBeing +saref:WellBeing rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "WellBeing"@en . diff --git a/jnsm2023/evaluations/ontology/imports/saref4bldg.ttl b/jnsm2023/evaluations/ontology/imports/saref4bldg.ttl new file mode 100644 index 0000000..0d4718b --- /dev/null +++ b/jnsm2023/evaluations/ontology/imports/saref4bldg.ttl @@ -0,0 +1,4262 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix s4bldg: . +@prefix saref: . +@prefix dcterms: . + + a owl:Ontology ; + owl:versionIRI ; + dcterms:creator , ; + dcterms:license ; + vann:preferredNamespaceUri "https://saref.etsi.org/saref4bldg/" ; + dcterms:title "SAREF extension for building"@en ; + dcterms:publisher ; + dcterms:modified "2020-06-05"^^xsd:date ; + dcterms:issued "2020-04-13"^^xsd:date ; + dcterms:source ; + vann:preferredNamespacePrefix "s4bldg" ; + rdfs:seeAlso ; + dcterms:description "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries. The descriptions of the classes and properties extracted from IFC have been taken from the IFC documentation."@en ; + rdfs:comment """Information about changes compared to version 1.1.1: + - Updated namespaces for compatibility with SAREF v3."""@en ; + owl:versionInfo "v1.1.2" . +# +# +# ################################################################# +# # +# # Annotation properties +# # +# ################################################################# +# + + +dcterms:description a owl:AnnotationProperty . +dcterms:license a owl:AnnotationProperty . +dcterms:publisher a owl:AnnotationProperty . +dcterms:title a owl:AnnotationProperty . + +# +# http://purl.org/dc/terms/creator + +dcterms:creator a owl:AnnotationProperty . +# +# http://purl.org/dc/terms/modified + +dcterms:modified a owl:AnnotationProperty . +# +# http://purl.org/dc/terms/issued + +dcterms:issued a owl:AnnotationProperty . +# +# http://purl.org/dc/terms/source + +dcterms:source a owl:AnnotationProperty . +# +# http://purl.org/dc/terms/dateCopyrighted + +dcterms:dateCopyrighted a owl:AnnotationProperty . +# +# http://purl.org/dc/terms/rightsHolder + +dcterms:rightsHolder a owl:AnnotationProperty . + +# +# http://purl.org/vocab/vann/preferredNamespacePrefix + +vann:preferredNamespacePrefix a owl:AnnotationProperty . +# +# http://purl.org/vocab/vann/preferredNamespaceUri + +vann:preferredNamespaceUri a owl:AnnotationProperty . +# +# http://www.w3.org/ns/prov#hadPrimarySource + +prov:hadPrimarySource a owl:AnnotationProperty . +# +# +# +# ################################################################# +# # +# # Datatypes +# # +# ################################################################# +# +# +# http://www.w3.org/2001/XMLSchema#duration + +xsd:duration a rdfs:Datatype . +# +# +# +# ################################################################# +# # +# # Object Properties +# # +# ################################################################# +# +# +# http://www.w3.org/2003/01/geo/wgs84_pos#location + + a owl:ObjectProperty ; + rdfs:comment "The relation between something and the point, or other geometrical thing in space, where it is. For example, the realtionship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping ."@en ; + rdfs:isDefinedBy ; + rdfs:label "location"@en . +# +# https://saref.etsi.org/saref4bldg/airFlowRateMax + +:airFlowRateMax a owl:ObjectProperty ; + rdfs:comment "Maximum allowable air flow rate. Usually measured in m3/s."@en ; + rdfs:label "air flow rate range max"@en . +# +# https://saref.etsi.org/saref4bldg/airFlowRateMin + +:airFlowRateMin a owl:ObjectProperty ; + rdfs:comment "Minimum allowable air flow rate. Usually measured in m3/s."@en ; + rdfs:label "air flow rate range min"@en . +# +# https://saref.etsi.org/saref4bldg/ambientDesignDryBulbTemperature + +:ambientDesignDryBulbTemperature a owl:ObjectProperty ; + rdfs:comment "Ambient design dry bulb temperature used for selecting the cooling tower. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "ambient design dry bulb temperature"@en . +# +# https://saref.etsi.org/saref4bldg/ambientDesignWetBulbTemperature + +:ambientDesignWetBulbTemperature a owl:ObjectProperty ; + rdfs:comment "Ambient design wet bulb temperature used for selecting the cooling tower. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "ambient design wet bulb temperature"@en . +# +# https://saref.etsi.org/saref4bldg/apparentPowerMax + +:apparentPowerMax a owl:ObjectProperty ; + rdfs:comment "Maximum apparent power/capacity in VA (volt ampere). Usually measured in Watts (W, J/s)."@en ; + rdfs:label "maximum apparent power"@en . +# +# https://saref.etsi.org/saref4bldg/audioVolume + +:audioVolume a owl:ObjectProperty ; + rdfs:comment "Indicates discrete audio volume levels and corresponding sound power offsets, if applicable. Missing values may be interpolated. Measured in watts."@en ; + rdfs:label "audio volume"@en . +# +# https://saref.etsi.org/saref4bldg/basinReserveVolume + +:basinReserveVolume a owl:ObjectProperty ; + rdfs:comment "Volume between operating and overflow levels in cooling tower basin. Usually measured in cubic metre (m3)."@en ; + rdfs:label "basin reserve volume"@en . +# +# https://saref.etsi.org/saref4bldg/bladeThickness + +:bladeThickness a owl:ObjectProperty ; + rdfs:comment "The thickness of the damper blade. Usually measured in millimeters (mm)."@en ; + rdfs:label "blade thickness"@en . +# +# https://saref.etsi.org/saref4bldg/bodyMass + +:bodyMass a owl:ObjectProperty ; + rdfs:comment "Overall body mass of the heater. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "body mass"@en . +# +# https://saref.etsi.org/saref4bldg/capacityWeight + +:capacityWeight a owl:ObjectProperty ; + rdfs:comment "Capacity of the transport element measured by weight. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "capacity weight"@en . +# +# https://saref.etsi.org/saref4bldg/closeOffRating + +:closeOffRating a owl:ObjectProperty ; + rdfs:comment "Close off rating. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "close off rating"@en . +# +# https://saref.etsi.org/saref4bldg/coilLength + +:coilLength a owl:ObjectProperty ; + rdfs:comment "Length of coil. Usually measured in millimeters (mm)."@en ; + rdfs:label "coil length"@en . +# +# https://saref.etsi.org/saref4bldg/coilWidth + +:coilWidth a owl:ObjectProperty ; + rdfs:comment "Width of coil. Usually measured in millimeters (mm"@en ; + rdfs:label "coil width"@en . +# +# https://saref.etsi.org/saref4bldg/colorTemperature + +:colorTemperature a owl:ObjectProperty ; + rdfs:comment "The color temperature of any source of radiation is defined as the temperature (in Kelvin) of a black-body or Planckian radiator whose radiation has the same chromaticity as the source of radiation. Often the values are only approximate color temperatures as the black-body radiator cannot emit radiation of every chromaticity value. The color temperatures of the commonest artificial light sources range from less than 3000K (warm white) to 4000K (intermediate) and over 5000K (daylight). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "color temperature"@en . +# +# https://saref.etsi.org/saref4bldg/compressorSpeed + +:compressorSpeed a owl:ObjectProperty ; + rdfs:comment "Compressor speed. Usually measured in cycles/s."@en ; + rdfs:label "compressor speed"@en . +# +# https://saref.etsi.org/saref4bldg/connectionSize + +:connectionSize a owl:ObjectProperty ; + rdfs:comment "The connection size of the to and from the pump. Usually measured in millimeters (mm)."@en ; + rdfs:label "connection size"@en . +# +# https://saref.etsi.org/saref4bldg/contains + +:contains a owl:ObjectProperty ; + owl:inverseOf :isContainedIn ; + a owl:TransitiveProperty ; + rdfs:comment "A relation between a physical space and the objects located in such space."@en ; + rdfs:label "contains"@en . +# +# https://saref.etsi.org/saref4bldg/contributedLuminousFlux + +:contributedLuminousFlux a owl:ObjectProperty ; + rdfs:comment "Luminous flux is a photometric measure of radiant flux, i.e. the volume of light emitted from a light source. Luminous flux is measured either for the interior as a whole or for a part of the interior (partial luminous flux for a solid angle). All other photometric parameters are derivatives of luminous flux. Luminous flux is measured in lumens (lm). The luminous flux is given as a nominal value for each lamp. Usually measured in Lumen (lm, Candela Steradian)."@en ; + rdfs:label "contributed luminous flux"@en . +# +# https://saref.etsi.org/saref4bldg/coverLength + +:coverLength a owl:ObjectProperty ; + rdfs:comment "The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the oil interceptor. Usually measured in millimeters (mm)."@en ; + rdfs:label "cover length"@en . +# +# https://saref.etsi.org/saref4bldg/coverWidth + +:coverWidth a owl:ObjectProperty ; + rdfs:comment "The length measured along the x-axis in the local coordinate system of the cover of the oil interceptor. Usually measured in millimeters (mm)."@en ; + rdfs:label "cover width"@en . +# +# https://saref.etsi.org/saref4bldg/effectiveCapacity + +:effectiveCapacity a owl:ObjectProperty ; + rdfs:comment "The total effective or actual volumetric capacity of the tank. Usually measured in cubic metre (m3).B3"@en ; + rdfs:label "effective capacity"@en . +# +# https://saref.etsi.org/saref4bldg/electricGeneratorEfficiency + +:electricGeneratorEfficiency a owl:ObjectProperty ; + rdfs:comment "The ratio of output capacity to intake capacity."@en ; + rdfs:label "electric generator efficiency"@en . +# +# https://saref.etsi.org/saref4bldg/electricMotorEfficiency + +:electricMotorEfficiency a owl:ObjectProperty ; + rdfs:comment "The ratio of output capacity to intake capacity."@en ; + rdfs:label "electric motor efficiency"@en . +# +# https://saref.etsi.org/saref4bldg/externalSurfaceArea + +:externalSurfaceArea a owl:ObjectProperty ; + rdfs:comment "External surface area (both primary and secondary area). Usually measured in square metre (m2)."@en ; + rdfs:label "external surface area"@en . +# +# https://saref.etsi.org/saref4bldg/faceArea + +:faceArea a owl:ObjectProperty ; + rdfs:comment "Face area open to the airstream. Usually measured in square metre (m2)."@en ; + rdfs:label "face area"@en . +# +# https://saref.etsi.org/saref4bldg/finalResistance + +:finalResistance a owl:ObjectProperty ; + rdfs:comment "Filter fluid resistance when replacement is required (i.e., Pressure drop at the maximum air flowrate across the filter when the filter needs replacement per ASHRAE Standard 52.1). Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "final resistance"@en . +# +# https://saref.etsi.org/saref4bldg/firstCurvatureRadius + +:firstCurvatureRadius a owl:ObjectProperty ; + rdfs:comment "FirstCurvatureRadius should be defined as the base or left side radius of curvature value. Usually measured in millimeters (mm)."@en ; + rdfs:label "first curvature radius"@en . +# +# https://saref.etsi.org/saref4bldg/flowCoefficient + +:flowCoefficient a owl:ObjectProperty ; + rdfs:comment "Flow coefficient (the quantity of fluid that passes through a fully open valve at unit pressure drop), typically expressed as the Kv or Cv value for the valve."@en ; + rdfs:label "flow coefficient"@en . +# +# https://saref.etsi.org/saref4bldg/flowResistanceMax + +:flowResistanceMax a owl:ObjectProperty ; + rdfs:comment "Allowable range of frictional resistance against which the fluid is being pumped. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "flow resistance range"@en . +# +# https://saref.etsi.org/saref4bldg/flowResistanceMin + +:flowResistanceMin a owl:ObjectProperty ; + rdfs:comment "Allowable range of frictional resistance against which the fluid is being pumped. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "flow resistance range"@en . +# +# https://saref.etsi.org/saref4bldg/fluidFlowRateMax + +:fluidFlowRateMax a owl:ObjectProperty ; + rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ; + rdfs:label "fluid flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/fluidFlowRateMin + +:fluidFlowRateMin a owl:ObjectProperty ; + rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ; + rdfs:label "fluid flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/foulingFactor + +:foulingFactor a owl:ObjectProperty ; + rdfs:comment "Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ; + rdfs:label "fouling factor"@en . +# +# https://saref.etsi.org/saref4bldg/frameDepth + +:frameDepth a owl:ObjectProperty ; + rdfs:comment "The length (or depth) of the damper frame. Usually measured in millimeters (mm)."@en ; + rdfs:label "frame depth"@en . +# +# https://saref.etsi.org/saref4bldg/frameThickness + +:frameThickness a owl:ObjectProperty ; + rdfs:comment "The thickness of the damper frame material. Usually measured in millimeters (mm)."@en ; + rdfs:label "frame thickness"@en . +# +# https://saref.etsi.org/saref4bldg/hasSpace + +:hasSpace a owl:ObjectProperty ; + owl:inverseOf :isSpaceOf ; + a owl:TransitiveProperty ; + rdfs:comment "Relation between a building or a building space and the spaces it can be divided into."@en ; + rdfs:label "has space"@en . +# +# https://saref.etsi.org/saref4bldg/heatExchangeArea + +:heatExchangeArea a owl:ObjectProperty ; + rdfs:comment "Heat exchange area. Usually measured in square metre (m2)."@en ; + rdfs:label "heat exchange area"@en . +# +# https://saref.etsi.org/saref4bldg/heatTransferSurfaceArea + +:heatTransferSurfaceArea a owl:ObjectProperty ; + rdfs:comment "Total heat transfer area of the vessel. Usually measured in square metre (m2)."@en ; + rdfs:label "heat transfer surface area"@en . +# +# https://saref.etsi.org/saref4bldg/height + +:height a owl:ObjectProperty ; + rdfs:comment "Height of the vibration isolator before tha application of load. Usually measured in millimeters (mm)."@en ; + rdfs:label "height"@en . +# +# https://saref.etsi.org/saref4bldg/horizontalSpacing + +:horizontalSpacing a owl:ObjectProperty ; + rdfs:comment "Horizontal spacing between tubes in the tube bundle. Usually measured in millimeters (mm)."@en ; + rdfs:label "horizontal spacing"@en . +# +# https://saref.etsi.org/saref4bldg/hydraulicDiameter + +:hydraulicDiameter a owl:ObjectProperty ; + rdfs:comment "Hydraulic diameter. Usually measured in millimeters (mm)."@en ; + rdfs:label "hydraulic diameter"@en . +# +# https://saref.etsi.org/saref4bldg/idealCapacity + +:idealCapacity a owl:ObjectProperty ; + rdfs:comment "Compressor capacity under ideal conditions. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "ideal capacity"@en . +# +# https://saref.etsi.org/saref4bldg/idealShaftPower + +:idealShaftPower a owl:ObjectProperty ; + rdfs:comment "Compressor shaft power under ideal conditions. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "ideal shaft power"@en . +# +# https://saref.etsi.org/saref4bldg/imaginaryImpedanceRatio + +:imaginaryImpedanceRatio a owl:ObjectProperty ; + rdfs:comment "The ratio between the imaginary part of the zero sequence impedance and the imaginary part of the positive impedance (i.e. imaginary part of the short-circuit voltage) of the transformer. Used for three-phase transformer which includes a N-conductor."@en ; + rdfs:label "imaginary impedance ratio"@en . +# +# https://saref.etsi.org/saref4bldg/impellerDiameter + +:impellerDiameter a owl:ObjectProperty ; + rdfs:comment "Diameter of compressor impeller - used to scale performance of geometrically similar compressors. Usually measured in millimeters (mm)."@en ; + rdfs:label "impeller diameter"@en . +# +# https://saref.etsi.org/saref4bldg/inLineRowSpacing + +:inLineRowSpacing a owl:ObjectProperty ; + rdfs:comment "In-line tube row spacing. Usually measured in millimeters (mm)."@en ; + rdfs:label "in line row spacing"@en . +# +# https://saref.etsi.org/saref4bldg/initialResistance + +:initialResistance a owl:ObjectProperty ; + rdfs:comment "Initial new filter fluid resistance (i.e., pressure drop at the maximum air flowrate across the filter when the filter is new per ASHRAE Standard 52.1). Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "initial resistance"@en . +# +# https://saref.etsi.org/saref4bldg/inletConnectionSize + +:inletConnectionSize a owl:ObjectProperty ; + rdfs:comment "Size of the inlet connection. Usually measured in millimeters (mm)."@en ; + rdfs:label "inlet connection size"@en . +# +# https://saref.etsi.org/saref4bldg/insideDiameter + +:insideDiameter a owl:ObjectProperty ; + rdfs:comment "Actual inner diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ; + rdfs:label "inside diameter"@en . +# +# https://saref.etsi.org/saref4bldg/internalRefrigerantVolume + +:internalRefrigerantVolume a owl:ObjectProperty ; + rdfs:comment "Internal volume of evaporator (refrigerant side). Usually measured in cubic metre (m3)."@en ; + rdfs:label "internal refrigerant volume"@en . +# +# https://saref.etsi.org/saref4bldg/internalSurfaceArea + +:internalSurfaceArea a owl:ObjectProperty ; + rdfs:comment "Internal surface area. Usually measured in square metre (m2)."@en ; + rdfs:label "internal surface area"@en . +# +# https://saref.etsi.org/saref4bldg/internalWaterVolume + +:internalWaterVolume a owl:ObjectProperty ; + rdfs:comment "Internal volume of evaporator (water side). Usually measured in cubic metre (m3)."@en ; + rdfs:label "internal water volume"@en . +# +# https://saref.etsi.org/saref4bldg/isContainedIn + +:isContainedIn a owl:ObjectProperty , owl:TransitiveProperty ; + rdfs:comment "A relation between an object and the physical space in which it is located."@en ; + rdfs:label "is contained in"@en . +# +# https://saref.etsi.org/saref4bldg/isSpaceOf + +:isSpaceOf a owl:ObjectProperty , owl:TransitiveProperty ; + rdfs:comment "Relation between a building space and the building or building space it belongs to."@en ; + rdfs:label "isSpaceOf"@en . +# +# https://saref.etsi.org/saref4bldg/isolatorCompressibility + +:isolatorCompressibility a owl:ObjectProperty ; + rdfs:comment "The compressibility of the vibration isolator."@en ; + rdfs:label "isolator compressibility"@en . +# +# https://saref.etsi.org/saref4bldg/isolatorStaticDeflection + +:isolatorStaticDeflection a owl:ObjectProperty ; + rdfs:comment "Static deflection of the vibration isolator. Usually measured in millimeters (mm)."@en ; + rdfs:label "isolator static deflection"@en . +# +# https://saref.etsi.org/saref4bldg/lampMaintenanceFactor + +:lampMaintenanceFactor a owl:ObjectProperty ; + rdfs:comment "Non recoverable losses of luminous flux of a lamp due to lamp depreciation i.e. the decreasing of light output of a luminaire due to aging and dirt."@en ; + rdfs:label "lamp maintenance factor"@en . +# +# https://saref.etsi.org/saref4bldg/leakageFullyClosed + +:leakageFullyClosed a owl:ObjectProperty ; + rdfs:comment "Leakage when fully closed. Usually measured in m3/s."@en ; + rdfs:label "leakage fully closed"@en . +# +# https://saref.etsi.org/saref4bldg/length + +:length a owl:ObjectProperty ; + rdfs:comment "The finished length of the device. Usually measured in millimeters (mm)."@en ; + rdfs:label "length"@en . +# +# https://saref.etsi.org/saref4bldg/liftElevationDifference + +:liftElevationDifference a owl:ObjectProperty ; + rdfs:comment "Elevation difference between cooling tower sump and the top of the tower. Usually measured in millimeters (mm)."@en ; + rdfs:label "lift elevation difference"@en . +# +# https://saref.etsi.org/saref4bldg/lightEmitterNominalPower + +:lightEmitterNominalPower a owl:ObjectProperty ; + rdfs:comment "Light emitter nominal power. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "light emitter nominal power"@en . +# +# https://saref.etsi.org/saref4bldg/limitingTerminalSize + +:limitingTerminalSize a owl:ObjectProperty ; + rdfs:comment "The maximum terminal size capacity of the device. Usually measured in square metre (m2)."@en ; + rdfs:label "limiting terminal size"@en . +# +# https://saref.etsi.org/saref4bldg/lockedRotorCurrent + +:lockedRotorCurrent a owl:ObjectProperty ; + rdfs:comment "Input current when a motor armature is energized but not rotating. Usually measured in Ampere (A)."@en ; + rdfs:label "locked rotor current"@en . +# +# https://saref.etsi.org/saref4bldg/netPositiveSuctionHead + +:netPositiveSuctionHead a owl:ObjectProperty ; + rdfs:comment "Minimum liquid pressure at the pump inlet to prevent cavitation. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "net positive suction head"@en . +# +# https://saref.etsi.org/saref4bldg/nominalAirFlowRate + +:nominalAirFlowRate a owl:ObjectProperty ; + rdfs:comment "Nominal rate of air flow. Usually measured in m3/s."@en ; + rdfs:label "nominal air flow rate"@en . +# +# https://saref.etsi.org/saref4bldg/nominalBodyDepth + +:nominalBodyDepth a owl:ObjectProperty ; + rdfs:comment "Nominal or quoted =length, measured along the z-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal body depth"@en . +# +# https://saref.etsi.org/saref4bldg/nominalBodyLength + +:nominalBodyLength a owl:ObjectProperty ; + rdfs:comment "Nominal or quoted length, measured along the x-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal body length"@en . +# +# https://saref.etsi.org/saref4bldg/nominalBodyWidth + +:nominalBodyWidth a owl:ObjectProperty ; + rdfs:comment "Nominal or quoted length, measured along the y-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal body width"@en . +# +# https://saref.etsi.org/saref4bldg/nominalCapacity + +:nominalCapacity a owl:ObjectProperty ; + rdfs:comment "Nominal capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal capacity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalCondensingTemperature + +:nominalCondensingTemperature a owl:ObjectProperty ; + rdfs:comment "Chiller condensing temperature. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal condensing temperature"@en . +# +# https://saref.etsi.org/saref4bldg/nominalCoolingCapacity + +:nominalCoolingCapacity a owl:ObjectProperty ; + rdfs:comment "Nominal cooling capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal cooling capacity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalDepth + +:nominalDepth a owl:ObjectProperty ; + rdfs:comment "The nominal depth of the tank. Note: Not required for a horizontal cylindrical tank. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal depth"@en . +# +# https://saref.etsi.org/saref4bldg/nominalDiameter + +:nominalDiameter a owl:ObjectProperty ; + rdfs:comment "Nominal diameter or width of the tubes in the tube bundle. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal diameter"@en . +# +# https://saref.etsi.org/saref4bldg/nominalEfficiency + +:nominalEfficiency a owl:ObjectProperty ; + rdfs:comment "Nominal chiller efficiency under nominal conditions. "@en ; + rdfs:label "nominal efficiency"@en . +# +# https://saref.etsi.org/saref4bldg/nominalEnergyConsumption + +:nominalEnergyConsumption a owl:ObjectProperty ; + rdfs:comment "Nominal fuel consumption rate required to produce the total boiler heat output. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal energy consumption"@en . +# +# https://saref.etsi.org/saref4bldg/nominalEvaporatingTemmperature + +:nominalEvaporatingTemmperature a owl:ObjectProperty ; + rdfs:comment "Chiller evaporating temperature.Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal evaporating temmperature"@en . +# +# https://saref.etsi.org/saref4bldg/nominalFilterFaceVelocity + +:nominalFilterFaceVelocity a owl:ObjectProperty ; + rdfs:comment "Filter face velocity. Usually measured in m/s."@en ; + rdfs:label "nominal filter face velocity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalFlowRate + +:nominalFlowRate a owl:ObjectProperty ; + rdfs:comment "Nominal fluid flow rate through the filter. Usually measured in m3/s."@en ; + rdfs:label "nominal flow rate"@en . +# +# https://saref.etsi.org/saref4bldg/nominalFrequency + +:nominalFrequency a owl:ObjectProperty ; + rdfs:comment "The nominal frequency of the supply. Usually measured in cycles/s or Hertz (Hz)."@en ; + rdfs:label "nominal frequency"@en . +# +# https://saref.etsi.org/saref4bldg/nominalHeatRejectionRate + +:nominalHeatRejectionRate a owl:ObjectProperty ; + rdfs:comment "Sum of the refrigeration effect and the heat equivalent of the power input to the compressor. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal heat rejection rate"@en . +# +# https://saref.etsi.org/saref4bldg/nominalHeatTransferArea + +:nominalHeatTransferArea a owl:ObjectProperty ; + rdfs:comment "Nominal heat transfer surface area associated with nominal overall heat transfer coefficient. Usually measured in square metre (m2)."@en ; + rdfs:label "nominal heat transfer area"@en . +# +# https://saref.etsi.org/saref4bldg/nominalHeatTransferCoefficient + +:nominalHeatTransferCoefficient a owl:ObjectProperty ; + rdfs:comment "Nominal overall heat transfer coefficient associated with nominal heat transfer area. Usually measured in Watts/m2 Kelvin."@en ; + rdfs:label "nominal heat transfer coefficient"@en . +# +# https://saref.etsi.org/saref4bldg/nominalHeatingCapacity + +:nominalHeatingCapacity a owl:ObjectProperty ; + rdfs:comment "Nominal heating capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal heating capacity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalLatentCapacity + +:nominalLatentCapacity a owl:ObjectProperty ; + rdfs:comment "Nominal latent capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal latent capacity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalLengthOrDiameter + +:nominalLengthOrDiameter a owl:ObjectProperty ; + rdfs:comment "The nominal length or, in the case of a vertical cylindrical tank, the nominal diameter of the tank. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal length or diameter"@en . +# +# https://saref.etsi.org/saref4bldg/nominalMediaSurfaceVelocity + +:nominalMediaSurfaceVelocity a owl:ObjectProperty ; + rdfs:comment "Average fluid velocity at the media surface. Usually measured in m/s."@en ; + rdfs:label "nominal media surface velocity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalMoistureGain + +:nominalMoistureGain a owl:ObjectProperty ; + rdfs:comment "Nominal rate of water vapor added into the airstream. Usually measured in kg/s."@en ; + rdfs:label "nominal moisture gain"@en . +# +# https://saref.etsi.org/saref4bldg/nominalPartLoadRatio + +:nominalPartLoadRatio a owl:ObjectProperty ; + rdfs:comment "Allowable part load ratio range."@en ; + rdfs:label "nominal part load ratio"@en . +# +# https://saref.etsi.org/saref4bldg/nominalParticleGeometricMeanDiameter + +:nominalParticleGeometricMeanDiameter a owl:ObjectProperty ; + rdfs:comment "Particle geometric mean diameter associated with nominal efficiency. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal particle geometric mean diameter"@en . +# +# https://saref.etsi.org/saref4bldg/nominalParticleGeometricStandardDeviation + +:nominalParticleGeometricStandardDeviation a owl:ObjectProperty ; + rdfs:comment "Particle geometric standard deviation associated with nominal efficiency. "@en ; + rdfs:label "nominal particle geometric standard deviation"@en . +# +# https://saref.etsi.org/saref4bldg/nominalPowerConsumption + +:nominalPowerConsumption a owl:ObjectProperty ; + rdfs:comment "Nominal total power consumption. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal power consumption"@en . +# +# https://saref.etsi.org/saref4bldg/nominalPowerRate + +:nominalPowerRate a owl:ObjectProperty ; + rdfs:comment "Nominal fan power rate.Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal power rate"@en . +# +# https://saref.etsi.org/saref4bldg/nominalPressureDrop + +:nominalPressureDrop a owl:ObjectProperty ; + rdfs:comment "Total pressure drop across the filter. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "nominal pressure drop"@en . +# +# https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureCooling + +:nominalReturnWaterTemperatureCooling a owl:ObjectProperty ; + rdfs:comment "Nominal return water temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal return water temperature cooling"@en . +# +# https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureHeating + +:nominalReturnWaterTemperatureHeating a owl:ObjectProperty ; + rdfs:comment "Nominal return water temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal return water temperature heating"@en . +# +# https://saref.etsi.org/saref4bldg/nominalRotationSpeed + +:nominalRotationSpeed a owl:ObjectProperty ; + rdfs:comment "Nominal fan wheel speed. Usually measured in cycles/s."@en ; + rdfs:label "nominal rotation speed"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSensibleCapacity + +:nominalSensibleCapacity a owl:ObjectProperty ; + rdfs:comment "Nominal sensible capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal sensible capacity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSorroundingHumidityCooling + +:nominalSorroundingHumidityCooling a owl:ObjectProperty ; + rdfs:comment "Nominal surrounding humidity (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal sorrounding humidity cooling"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureCooling + +:nominalSorroundingTemperatureCooling a owl:ObjectProperty ; + rdfs:comment "Nominal surrounding temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal sorrounding temperature cooling"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureHeating + +:nominalSorroundingTemperatureHeating a owl:ObjectProperty ; + rdfs:comment "Nominal surrounding temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal sorrounding temperature heating"@en . +# +# https://saref.etsi.org/saref4bldg/nominalStaticPressure + +:nominalStaticPressure a owl:ObjectProperty ; + rdfs:comment "The static pressure within the air stream that the fan must overcome to insure designed circulation of air. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "nominal static pressure"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSupplyVoltage + +:nominalSupplyVoltage a owl:ObjectProperty ; + rdfs:comment "The nominal voltage of the supply. Usually measured in Volts (V, W/A)."@en ; + rdfs:label "nominal supply voltage"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMax + +:nominalSupplyVoltageMax a owl:ObjectProperty ; + rdfs:comment "The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V."@en ; + rdfs:label "nominal supply voltage offset"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMin + +:nominalSupplyVoltageMin a owl:ObjectProperty ; + rdfs:comment "The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V."@en ; + rdfs:label "nominal supply voltage offset"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureCooling + +:nominalSupplyWaterTemperatureCooling a owl:ObjectProperty ; + rdfs:comment "Nominal supply water temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal supply water temperature cooling"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureHeating + +:nominalSupplyWaterTemperatureHeating a owl:ObjectProperty ; + rdfs:comment "Nominal supply water temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal supply water temperature heating"@en . +# +# https://saref.etsi.org/saref4bldg/nominalTotalPressure + +:nominalTotalPressure a owl:ObjectProperty ; + rdfs:comment "Nominal total pressure rise across the fan. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "nominal total pressure"@en . +# +# https://saref.etsi.org/saref4bldg/nominalUa + +:nominalUa a owl:ObjectProperty ; + rdfs:comment "Nominal UA value."@en ; + rdfs:label "nominal ua"@en . +# +# https://saref.etsi.org/saref4bldg/nominalVolumetricCapacity + +:nominalVolumetricCapacity a owl:ObjectProperty ; + rdfs:comment "The total nominal or design volumetric capacity of the tank. Usually measured in cubic metre (m3)."@en ; + rdfs:label "nominal volumetric capacity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalWaterFlowCooling + +:nominalWaterFlowCooling a owl:ObjectProperty ; + rdfs:comment "Nominal water flow (refers to nominal cooling capacity). Usually measured in m3/s."@en ; + rdfs:label "nominal water flow cooling"@en . +# +# https://saref.etsi.org/saref4bldg/nominalWaterFlowHeating + +:nominalWaterFlowHeating a owl:ObjectProperty ; + rdfs:comment "Nominal water flow (refers to nominal heating capacity). Usually measured in m3/s."@en ; + rdfs:label "nominal water flow heating"@en . +# +# https://saref.etsi.org/saref4bldg/nominalWidthOrDiameter + +:nominalWidthOrDiameter a owl:ObjectProperty ; + rdfs:comment "The nominal width or, in the case of a horizontal cylindrical tank, the nominal diameter of the tank. Note: Not required for a vertical cylindrical tank. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal width or diameter"@en . +# +# https://saref.etsi.org/saref4bldg/nomminalRotationSpeed + +:nomminalRotationSpeed a owl:ObjectProperty ; + rdfs:comment "Pump rotational speed under nominal conditions. Usually measured in cycles/s."@en ; + rdfs:label "nomminal rotation speed"@en . +# +# https://saref.etsi.org/saref4bldg/openPressureDrop + +:openPressureDrop a owl:ObjectProperty ; + rdfs:comment "Total pressure drop across damper. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "open pressure drop"@en . +# +# https://saref.etsi.org/saref4bldg/operatingWeight + +:operatingWeight a owl:ObjectProperty ; + rdfs:comment "Operating weight of the tank including all of its contents. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "operating weight"@en . +# +# https://saref.etsi.org/saref4bldg/operationTemperatureMax + +:operationTemperatureMax a owl:ObjectProperty ; + rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "operation temperature range"@en . +# +# https://saref.etsi.org/saref4bldg/operationTemperatureMin + +:operationTemperatureMin a owl:ObjectProperty ; + rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "operation temperature range"@en . +# +# https://saref.etsi.org/saref4bldg/operationalRiterial + +:operationalRiterial a owl:ObjectProperty ; + rdfs:comment "Time of operation at maximum operational ambient air temperature. Measured in seconds (s) or days (d) or other units of time."@en ; + rdfs:label "operational riterial"@en . +# +# https://saref.etsi.org/saref4bldg/outletConnectionSize + +:outletConnectionSize a owl:ObjectProperty ; + rdfs:comment "Size of the outlet connection. Usually measured in millimeters (mm)."@en ; + rdfs:label "outlet connection size"@en . +# +# https://saref.etsi.org/saref4bldg/outletTemperatureMax + +:outletTemperatureMax a owl:ObjectProperty ; + rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "outlet temperature range"@en . +# +# https://saref.etsi.org/saref4bldg/outletTemperatureMin + +:outletTemperatureMin a owl:ObjectProperty ; + rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "outlet temperature range"@en . +# +# https://saref.etsi.org/saref4bldg/outputCapacity + +:outputCapacity a owl:ObjectProperty ; + rdfs:comment "Total nominal heat output as listed by the manufacturer. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "output capacity"@en . +# +# https://saref.etsi.org/saref4bldg/outsideDiameter + +:outsideDiameter a owl:ObjectProperty ; + rdfs:comment "Actual outside diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ; + rdfs:label "outside diameter"@en . +# +# https://saref.etsi.org/saref4bldg/partLoadRatioMax + +:partLoadRatioMax a owl:ObjectProperty ; + rdfs:comment "Maximum part load ratio as a fraction of nominal capacity."@en ; + rdfs:label "maximum part load ratio"@en . +# +# https://saref.etsi.org/saref4bldg/partLoadRatioMin + +:partLoadRatioMin a owl:ObjectProperty ; + rdfs:comment "Minimum part load ratio as a fraction of nominal capacity."@en ; + rdfs:label "minimum part load ratio"@en . +# +# https://saref.etsi.org/saref4bldg/powerOutputMax + +:powerOutputMax a owl:ObjectProperty ; + rdfs:comment "The maximum output power rating of the engine. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "maximum power output"@en . +# +# https://saref.etsi.org/saref4bldg/pressureRating + +:pressureRating a owl:ObjectProperty ; + rdfs:comment "Nominal pressure rating of the boiler as rated by the agency having jurisdiction. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "pressure rating"@en . +# +# https://saref.etsi.org/saref4bldg/primaryAirFlowRateMax + +:primaryAirFlowRateMax a owl:ObjectProperty ; + rdfs:comment "Maximum primary airflow that can be delivered. Usually measured in m3/s."@en ; + rdfs:label "primary air flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/primaryAirFlowRateMin + +:primaryAirFlowRateMin a owl:ObjectProperty ; + rdfs:comment "Minimum primary airflow that can be delivered. Usually measured in m3/s."@en ; + rdfs:label "primary air flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/primaryApparentPower + +:primaryApparentPower a owl:ObjectProperty ; + rdfs:comment "The power in VA (volt ampere) that has been transformed and that runs into the transformer on the primary side. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "primary apparent power"@en . +# +# https://saref.etsi.org/saref4bldg/primaryCurrent + +:primaryCurrent a owl:ObjectProperty ; + rdfs:comment "The current that is going to be transformed and that runs into the transformer on the primary side. Usually measured in Ampere (A)."@en ; + rdfs:label "primary current"@en . +# +# https://saref.etsi.org/saref4bldg/primaryFrequency + +:primaryFrequency a owl:ObjectProperty ; + rdfs:comment "The frequency that is going to be transformed and that runs into the transformer on the primary side. Usually measured in cycles/s or Hertz (Hz)."@en ; + rdfs:label "primary frequency"@en . +# +# https://saref.etsi.org/saref4bldg/primaryVoltage + +:primaryVoltage a owl:ObjectProperty ; + rdfs:comment "The voltage that is going to be transformed and that runs into the transformer on the primary side. Usually measured in Volts (V, W/A)."@en ; + rdfs:label "primary voltage"@en . +# +# https://saref.etsi.org/saref4bldg/pumpFlowRateMax + +:pumpFlowRateMax a owl:ObjectProperty ; + rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ; + rdfs:label "pump flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/pumpFlowRateMin + +:pumpFlowRateMin a owl:ObjectProperty ; + rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ; + rdfs:label "pump flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/realImpedanceRatio + +:realImpedanceRatio a owl:ObjectProperty ; + rdfs:comment "The ratio between the real part of the zero sequence impedance and the real part of the positive impedance (i.e. real part of the short-circuit voltage) of the transformer. Used for three-phase transformer which includes a N-conductor."@en ; + rdfs:label "real impedance ratio"@en . +# +# https://saref.etsi.org/saref4bldg/secondCurvatureRadius + +:secondCurvatureRadius a owl:ObjectProperty ; + rdfs:comment "SecondCurvatureRadius should be defined as the top or right side radius of curvature value. Usually measured in millimeters (mm)."@en ; + rdfs:label "second curvature radius"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMax + +:secondaryAirFlowRateMax a owl:ObjectProperty ; + rdfs:comment "Maximum secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "secondary air flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMin + +:secondaryAirFlowRateMin a owl:ObjectProperty ; + rdfs:comment "Maximum secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "secondary air flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryApparentPower + +:secondaryApparentPower a owl:ObjectProperty ; + rdfs:comment "The power in VA (volt ampere) that has been transformed and is running out of the transformer on the secondary side. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "secondary apparent power"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryCurrent + +:secondaryCurrent a owl:ObjectProperty ; + rdfs:comment "The current that has been transformed and is running out of the transformer on the secondary side. Usually measured in Ampere (A)."@en ; + rdfs:label "secondary current"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryFrequency + +:secondaryFrequency a owl:ObjectProperty ; + rdfs:comment "The frequency that has been transformed and is running out of the transformer on the secondary side. Usually measured in cycles/s or Hertz (Hz)."@en ; + rdfs:label "secondary frequency"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryVoltage + +:secondaryVoltage a owl:ObjectProperty ; + rdfs:comment "The voltage that has been transformed and is running out of the transformer on the secondary side. Usually measured in Volts (V, W/A)."@en ; + rdfs:label "secondary voltage"@en . +# +# https://saref.etsi.org/saref4bldg/shortCircuitVoltage + +:shortCircuitVoltage a owl:ObjectProperty ; + rdfs:comment "A complex number that specifies the real and imaginary parts of the short-circuit voltage at rated current of a transformer given in %."@en ; + rdfs:label "short circuit voltage"@en . +# +# https://saref.etsi.org/saref4bldg/size + +:size a owl:ObjectProperty ; + rdfs:comment "The size of the connection to the valve (or to each connection for faucets, mixing valves, etc.). Usually measured in millimeters (mm)."@en ; + rdfs:label "size"@en . +# +# https://saref.etsi.org/saref4bldg/solarReflectance + +:solarReflectance a owl:ObjectProperty ; + rdfs:comment "(Rsol): The ratio of incident solar radiation that is reflected by a shading system (also named _e). Note the following equation Asol + Rsol + Tsol = 1"@en ; + rdfs:label "solar reflectance"@en . +# +# https://saref.etsi.org/saref4bldg/solarTransmittance + +:solarTransmittance a owl:ObjectProperty ; + rdfs:comment "(Tsol) The ratio of incident solar radiation that directly passes through a shading system (also named _e). Note the following equation Asol + Rsol + Tsol = 1"@en ; + rdfs:label "solar transmittance"@en . +# +# https://saref.etsi.org/saref4bldg/spectrumMax + +:spectrumMax a owl:ObjectProperty ; + rdfs:comment "The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other."@en ; + rdfs:label "maximum spectrum"@en . +# +# https://saref.etsi.org/saref4bldg/spectrumMin + +:spectrumMin a owl:ObjectProperty ; + rdfs:comment "The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other."@en ; + rdfs:label "minimum spectrum"@en . +# +# https://saref.etsi.org/saref4bldg/staggeredRowSpacing + +:staggeredRowSpacing a owl:ObjectProperty ; + rdfs:comment "Staggered tube row spacing. Usually measured in millimeters (mm)."@en ; + rdfs:label "staggered row spacing"@en . +# +# https://saref.etsi.org/saref4bldg/startCurrentFactor + +:startCurrentFactor a owl:ObjectProperty ; + rdfs:comment "IEC. Start current factor defines how large the peek starting current will become on the engine. StartCurrentFactor is multiplied to NominalCurrent and we get the start current."@en ; + rdfs:label "start current factor"@en . +# +# https://saref.etsi.org/saref4bldg/startingTime + +:startingTime a owl:ObjectProperty ; + rdfs:comment "The time (in s) needed for the motor to reach its rated speed with its driven equipment attached, starting from standstill and at the nominal voltage applied at its terminals."@en ; + rdfs:label "starting time"@en . +# +# https://saref.etsi.org/saref4bldg/supportedWeightMax + +:supportedWeightMax a owl:ObjectProperty ; + rdfs:comment "The maximum weight that can be carried by the vibration isolator. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "maximum supported weight"@en . +# +# https://saref.etsi.org/saref4bldg/teTime + +:teTime a owl:ObjectProperty ; + rdfs:comment "The maximum time (in s) at which the motor could run with locked rotor when the motor is used in an EX-environment. The time indicates that a protective device should trip before this time when the starting current of the motor is slowing through the device."@en ; + rdfs:label "te time"@en . +# +# https://saref.etsi.org/saref4bldg/temperatureRating + +:temperatureRating a owl:ObjectProperty ; + rdfs:comment "Temperature rating. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "temperature rating"@en . +# +# https://saref.etsi.org/saref4bldg/testPressure + +:testPressure a owl:ObjectProperty ; + rdfs:comment "The maximum pressure to which the valve has been subjected under test. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "test pressure"@en . +# +# https://saref.etsi.org/saref4bldg/thermalConductivity + +:thermalConductivity a owl:ObjectProperty ; + rdfs:comment "Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ; + rdfs:label "thermal conductivity"@en . +# +# https://saref.etsi.org/saref4bldg/thermalEfficiency + +:thermalEfficiency a owl:ObjectProperty ; + rdfs:comment "Overall Thermal Efficiency is defined as gross energy output of the heat transfer device divided by the energy input."@en ; + rdfs:label "thermal efficiency"@en . +# +# https://saref.etsi.org/saref4bldg/thermalMassHeatCapacity + +:thermalMassHeatCapacity a owl:ObjectProperty ; + rdfs:comment "Product of component mass and specific heat."@en ; + rdfs:label "thermal mass heat capacity"@en . +# +# https://saref.etsi.org/saref4bldg/thermalTransmittance + +:thermalTransmittance a owl:ObjectProperty ; + rdfs:comment "Rate at which energy is transmitted through a body. Usually measured in Watts/m2 Kelvin."@en ; + rdfs:label "thermal transmittance"@en . +# +# https://saref.etsi.org/saref4bldg/ventilatingPipeSize + +:ventilatingPipeSize a owl:ObjectProperty ; + rdfs:comment "Size of the ventilating pipe(s). Usually measured in millimeters (mm)."@en ; + rdfs:label "ventilating pipe size"@en . +# +# https://saref.etsi.org/saref4bldg/verticalSpacing + +:verticalSpacing a owl:ObjectProperty ; + rdfs:comment "Vertical spacing between tubes in the tube bundle.Usually measured in millimeters (mm)."@en ; + rdfs:label "vertical spacing"@en . +# +# https://saref.etsi.org/saref4bldg/vibrationTransmissibility + +:vibrationTransmissibility a owl:ObjectProperty ; + rdfs:comment "The vibration transmissibility percentage."@en ; + rdfs:label "vibration transmissibility"@en . +# +# https://saref.etsi.org/saref4bldg/visibleLightReflectance + +:visibleLightReflectance a owl:ObjectProperty ; + rdfs:comment "Fraction of the visible light that is reflected by the glazing at normal incidence. It is a value without unit."@en ; + rdfs:label "visible light reflectance"@en . +# +# https://saref.etsi.org/saref4bldg/visibleLightTransmittance + +:visibleLightTransmittance a owl:ObjectProperty ; + rdfs:comment "Fraction of the visible light that passes the shading system at normal incidence. It is a value without unit."@en ; + rdfs:label "visible light transmittance"@en . +# +# https://saref.etsi.org/saref4bldg/volumen + +:volumen a owl:ObjectProperty ; + rdfs:comment "Total volume of fluid in the tubes and their headers. Usually measured in cubic metre (m3)."@en ; + rdfs:label "volumen"@en . +# +# https://saref.etsi.org/saref4bldg/waterInletTemperatureMax + +:waterInletTemperatureMax a owl:ObjectProperty ; + rdfs:comment "Allowable water inlet temperature range. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "water inlet temperature range"@en . +# +# https://saref.etsi.org/saref4bldg/waterInletTemperatureMin + +:waterInletTemperatureMin a owl:ObjectProperty ; + rdfs:comment "Allowable water inlet temperature range. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "water inlet temperature range"@en . +# +# https://saref.etsi.org/saref4bldg/waterPressureMax + +:waterPressureMax a owl:ObjectProperty ; + rdfs:comment "Allowable water circuit working pressure range. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "water pressure range"@en . +# +# https://saref.etsi.org/saref4bldg/waterPressureMin + +:waterPressureMin a owl:ObjectProperty ; + rdfs:comment "Allowable water circuit working pressure range. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "water pressure range"@en . +# +# https://saref.etsi.org/saref4bldg/waterRequirement + +:waterRequirement a owl:ObjectProperty ; + rdfs:comment "Make-up water requirement. Usually measured in m3/s."@en ; + rdfs:label "water requirement"@en . +# +# https://saref.etsi.org/saref4bldg/waterStorageCapacity + +:waterStorageCapacity a owl:ObjectProperty ; + rdfs:comment "Water storage capacity. Usually measured in cubic metre (m3)."@en ; + rdfs:label "water storage capacity"@en . +# +# https://saref.etsi.org/saref4bldg/weight + +:weight a owl:ObjectProperty ; + rdfs:comment "The weight of the device. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "weight"@en . +# +# https://saref.etsi.org/saref4bldg/workingPressure + +:workingPressure a owl:ObjectProperty ; + rdfs:comment "The normally expected maximum working pressure of the valve. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "working pressure"@en . +# +# https://saref.etsi.org/saref4bldg/workingPressureMax + +:workingPressureMax a owl:ObjectProperty ; + rdfs:comment "Maximum working pressure. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "maximum working pressure"@en . +# +# https://saref.etsi.org/saref4bldg/workingPressureMin + +:workingPressureMin a owl:ObjectProperty ; + rdfs:comment "Allowable minimum working pressure (relative to ambient pressure). Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "minimum working pressure"@en . +# +# https://saref.etsi.org/core/isMeasuredIn + +saref:isMeasuredIn a owl:ObjectProperty ; + rdfs:comment "A relation between a measurement and the unit of measure in which the measurement value is expressed."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "is measured in"@en . +# +# https://saref.etsi.org/core/relatesToProperty + +saref:relatesToProperty a owl:ObjectProperty ; + rdfs:comment "A relation between a measurement and the property such measurement is about."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "relates to property"@en . +# +# +# +# ################################################################# +# # +# # Data properties +# # +# ################################################################# +# +# +# https://saref.etsi.org/saref4bldg/accessType + +:accessType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Defines the types of access (or cover) to a tank that may be specified. Note that covers are generally specified for rectangular tanks. For cylindrical tanks, access will normally be via a manhole."@en ; + rdfs:label "access type"@en . +# +# https://saref.etsi.org/saref4bldg/application + +:application a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Humidifier application. Fixed: Humidifier installed in a ducted flow distribution system. Portable: Humidifier is not installed in a ducted flow distribution system."@en ; + rdfs:label "application"@en . +# +# https://saref.etsi.org/saref4bldg/arrangement + +:arrangement a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Defines the basic flow arrangements for the heat exchanger: COUNTERFLOW: Counterflow heat exchanger arrangement. CROSSFLOW: Crossflow heat exchanger arrangement. PARALLELFLOW: Parallel flow heat exchanger arrangement. MULTIPASS: Multipass flow heat exchanger arrangement. OTHER: Other type of heat exchanger flow arrangement not defined above."@en ; + rdfs:label "arrangement"@en . +# +# https://saref.etsi.org/saref4bldg/bladeAction + +:bladeAction a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Blade action."@en ; + rdfs:label "blade action"@en . +# +# https://saref.etsi.org/saref4bldg/bladeEdge + +:bladeEdge a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Blade edge."@en ; + rdfs:label "blade edge"@en . +# +# https://saref.etsi.org/saref4bldg/bladeShape + +:bladeShape a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Blade shape. Flat means triple V-groove."@en ; + rdfs:label "blade shape"@en . +# +# https://saref.etsi.org/saref4bldg/capacityControl + +:capacityControl a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "FanCycling: Fan is cycled on and off to control duty. TwoSpeedFan: Fan is switched between low and high speed to control duty. VariableSpeedFan: Fan speed is varied to control duty. DampersControl: Dampers modulate the air flow to control duty. BypassValveControl: Bypass valve modulates the water flow to control duty. MultipleSeriesPumps: Turn on/off multiple series pump to control duty. TwoSpeedPump: Switch between high/low pump speed to control duty. VariableSpeedPump: vary pump speed to control duty."@en ; + rdfs:label "capacity control"@en . +# +# https://saref.etsi.org/saref4bldg/capacityControlType + +:capacityControlType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "InletVane: Control by adjusting inlet vane. VariableSpeedDrive: Control by variable speed drive. BladePitchAngle: Control by adjusting blade pitch angle. TwoSpeed: Control by switch between high and low speed. DischargeDamper: Control by modulating discharge damper."@en ; + rdfs:label "capacity control type"@en . +# +# https://saref.etsi.org/saref4bldg/capacityPeople + +:capacityPeople a owl:DatatypeProperty ; + rdfs:range xsd:nonNegativeInteger ; + rdfs:comment "Capacity of the transportation element measured in numbers of person."@en ; + rdfs:label "capacity people"@en . +# +# https://saref.etsi.org/saref4bldg/circuitType + +:circuitType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "OpenCircuit: Exposes water directly to the cooling atmosphere. CloseCircuit: The fluid is separated from the atmosphere by a heat exchanger. Wet: The air stream or the heat exchange surface is evaporatively cooled. Dry: No evaporation into the air stream. DryWet: A combination of a dry tower and a wet tower."@en ; + rdfs:label "circuit type"@en . +# +# https://saref.etsi.org/saref4bldg/colorAppearance + +:colorAppearance a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "In both the DIN and CIE standards, artificial light sources are classified in terms of their color appearance. To the human eye they all appear to be white the difference can only be detected by direct comparison. Visual performance is not directly affected by differences in color appearance."@en ; + rdfs:label "color appearance"@en . +# +# https://saref.etsi.org/saref4bldg/colorRenderingIndex + +:colorRenderingIndex a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "The CRI indicates how well a light source renders eight standard colors compared to perfect reference lamp with the same color temperature. The CRI scale ranges from 1 to 100, with 100 representing perfect rendering properties."@en ; + rdfs:label "color rendering index"@en . +# +# https://saref.etsi.org/saref4bldg/controlStrategy + +:controlStrategy a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "FixedExitingWaterTemp: The capacity is controlled to maintain a fixed exiting water temperature. WetBulbTempReset: The set-point is reset based on the wet-bulb temperature."@en ; + rdfs:label "control strategy"@en . +# +# https://saref.etsi.org/saref4bldg/endShapeType + +:endShapeType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Defines the types of end shapes that can be used for preformed tanks. The convention for reading these enumerated values is that for a vertical cylinder, the first value is the base and the second is the top for a horizontal cylinder, the order of reading should be left to right. For a speherical tank, the value UNSET should be used.B5"@en ; + rdfs:label "end shape type"@en . +# +# https://saref.etsi.org/saref4bldg/energySource + +:energySource a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Enumeration defining the energy source or fuel cumbusted to generate heat."@en , "The source of energy."@en ; + rdfs:label "energy source"@en . +# +# https://saref.etsi.org/saref4bldg/evaporationCoolant + +:evaporationCoolant a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The fluid used for the coolant in the evaporator."@en ; + rdfs:label "evaporation coolant"@en . +# +# https://saref.etsi.org/saref4bldg/evaporationMediumType + +:evaporationMediumType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "ColdLiquid: Evaporator is using liquid type of fluid to exchange heat with refrigerant. ColdAir: Evaporator is using air to exchange heat with refrigerant."@en ; + rdfs:label "evaporation medium type"@en . +# +# https://saref.etsi.org/saref4bldg/failPosition + +:failPosition a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Specifies the required fail-safe position of the actuator."@en ; + rdfs:label "fail position"@en . +# +# https://saref.etsi.org/saref4bldg/finishColor + +:finishColor a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Finish color for cooled beam."@en ; + rdfs:label "finish color"@en . +# +# https://saref.etsi.org/saref4bldg/fireExit + +:fireExit a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE). Here whether the transport element (in case of e.g., a lift) is designed to serve as a fire exit, e.g., for fire escape purposes."@en ; + rdfs:label "fire exit"@en . +# +# https://saref.etsi.org/saref4bldg/flowArrangement + +:flowArrangement a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "CounterFlow: Air and water flow enter in different directions. CrossFlow: Air and water flow are perpendicular. ParallelFlow: air and water flow enter in same directions."@en ; + rdfs:label "flow arrangement"@en . +# +# https://saref.etsi.org/saref4bldg/frameSize + +:frameSize a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Designation of the frame size according to the named range of frame sizes designated at the place of use or according to a given standard."@en ; + rdfs:label "frame size"@en . +# +# https://saref.etsi.org/saref4bldg/frameType + +:frameType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The type of frame used by the damper (e.g., Standard, Single Flange, Single Reversed Flange, Double Flange, etc.)."@en ; + rdfs:label "frame type"@en . +# +# https://saref.etsi.org/saref4bldg/hasDefrost + +:hasDefrost a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Whether the heat exchanger has defrost function or not."@en ; + rdfs:label "has defrost"@en . +# +# https://saref.etsi.org/saref4bldg/hasExteriorInsulation + +:hasExteriorInsulation a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "TRUE if the silencer has exterior insulation. FALSE if it does not."@en ; + rdfs:label "has exterior insulation"@en . +# +# https://saref.etsi.org/saref4bldg/hasHotGasBypass + +:hasHotGasBypass a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Whether or not hot gas bypass is provided for the compressor. TRUE = Yes, FALSE = No."@en ; + rdfs:label "has hot gas bypass"@en . +# +# https://saref.etsi.org/saref4bldg/hasLock + +:hasLock a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication of whether a switching device has a key operated lock (=TRUE) or not (= FALSE)."@en ; + rdfs:label "has lock"@en . +# +# https://saref.etsi.org/saref4bldg/hasPartWinding + +:hasPartWinding a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication of whether the motor is single speed, i.e. has a single winding (= FALSE) or multi-speed i.e.has part winding (= TRUE) ."@en ; + rdfs:label "has part winding"@en . +# +# https://saref.etsi.org/saref4bldg/hasTurbulator + +:hasTurbulator a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "TRUE if the tube has a turbulator, FALSE if it does not."@en ; + rdfs:label "has turbulator"@en . +# +# https://saref.etsi.org/saref4bldg/heatTransferDimension + +:heatTransferDimension a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indicates how heat is transmitted according to the shape of the space heater."@en ; + rdfs:label "heat transfer dimension"@en . +# +# https://saref.etsi.org/saref4bldg/heatTransferMedium + +:heatTransferMedium a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Enumeration defining the heat transfer medium if applicable."@en ; + rdfs:label "heat transfer medium"@en . +# +# https://saref.etsi.org/saref4bldg/heatTransferTypeEnum + +:heatTransferTypeEnum a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Type of heat transfer between the two air streams."@en ; + rdfs:label "heat transfer type enum"@en . +# +# https://saref.etsi.org/saref4bldg/integratedLightingType + +:integratedLightingType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Integrated lighting in cooled beam."@en ; + rdfs:label "integrated lighting type"@en . +# +# https://saref.etsi.org/saref4bldg/internalControl + +:internalControl a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Internal modulation control."@en ; + rdfs:label "internal control"@en . +# +# https://saref.etsi.org/saref4bldg/isExternal + +:isExternal a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building."@en ; + rdfs:label "is external"@en . +# +# https://saref.etsi.org/saref4bldg/isFreeHanging + +:isFreeHanging a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Is it free hanging type (not mounted in a false ceiling)?"@en ; + rdfs:label "is free hanging"@en . +# +# https://saref.etsi.org/saref4bldg/isGuarded + +:isGuarded a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication of whether the motor enclosure is guarded (= TRUE) or not (= FALSE)."@en ; + rdfs:label "is guarded"@en . +# +# https://saref.etsi.org/saref4bldg/isIlluminated + +:isIlluminated a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "An indication of whether there is an illuminated indicator to show that the switch is on (=TRUE) or not (= FALSE)."@en ; + rdfs:label "is illuminated"@en . +# +# https://saref.etsi.org/saref4bldg/isNeutralPrimaryTerminalAvailable + +:isNeutralPrimaryTerminalAvailable a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "An indication of whether the neutral point of the primary winding is available as a terminal (=TRUE) or not (= FALSE)."@en ; + rdfs:label "is neutral primary terminal available"@en . +# +# https://saref.etsi.org/saref4bldg/isNeutralSecondaryTerminalAvailable + +:isNeutralSecondaryTerminalAvailable a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "An indication of whether the neutral point of the secondary winding is available as a terminal (=TRUE) or not (= FALSE)."@en ; + rdfs:label "is neutral secondary terminal available"@en . +# +# https://saref.etsi.org/saref4bldg/isPluggableOutlet + +:isPluggableOutlet a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication of whether the outlet accepts a loose plug connection (= TRUE) or whether it is directly connected (= FALSE) or whether the form of connection has not yet been determined (= UNKNOWN)."@en ; + rdfs:label "is pluggable outlet"@en . +# +# https://saref.etsi.org/saref4bldg/isWaterStorageHeater + +:isWaterStorageHeater a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "This is used to identify if the boiler has storage capacity (TRUE). If FALSE, then there is no storage capacity built into the boiler, such as an instantaneous hot water heater."@en ; + rdfs:label "is water storage heater"@en . +# +# https://saref.etsi.org/saref4bldg/lampBallastType + +:lampBallastType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The type of ballast used to stabilise gas discharge by limiting the current during operation and to deliver the necessary striking voltage for starting. Ballasts are needed to operate Discharge Lamps such as Fluorescent, Compact Fluorescent, High-pressure Mercury, Metal Halide and High-pressure Sodium Lamps. Magnetic ballasts are chokes which limit the current passing through a lamp connected in series on the principle of self-induction. The resultant current and power are decisive for the efficient operation of the lamp. A specially designed ballast is required for every type of lamp to comply with lamp rating in terms of Luminous Flux, Color Appearance and service life. The two types of magnetic ballasts for fluorescent lamps are KVG Conventional (EC-A series) and VVG Low-loss ballasts (EC-B series). Low-loss ballasts have a higher efficiency, which means reduced ballast losses and a lower thermal load. Electronic ballasts are used to run fluorescent lamps at high frequencies (approx. 35 - 40 kHz)."@en ; + rdfs:label "lamp ballast type"@en . +# +# https://saref.etsi.org/saref4bldg/lampCompensationType + +:lampCompensationType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Identifies the form of compensation used for power factor correction and radio suppression."@en ; + rdfs:label "lamp compensation type"@en . +# +# https://saref.etsi.org/saref4bldg/legend + +:legend a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "A text inscribed or applied to the switch as a legend to indicate purpose or function."@en ; + rdfs:label "legend"@en . +# +# https://saref.etsi.org/saref4bldg/manualOverride + +:manualOverride a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Identifies whether hand-operated operation is provided as an override (= TRUE) or not (= FALSE). Note that this value should be set to FALSE by default in the case of a Hand Operated Actuator."@en ; + rdfs:label "manual override"@en . +# +# https://saref.etsi.org/saref4bldg/mechanicalOperated + +:mechanicalOperated a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication whether the element is operated machanically (TRUE) or not, i.e. manually (FALSE)."@en ; + rdfs:label "mechanical operated"@en . +# +# https://saref.etsi.org/saref4bldg/mediaSource + +:mediaSource a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indicates media sources and corresponding names of ports (DistributionPort with FlowDirection=SINK and PredefinedType=AUDIOVISUAL) or aggregated audio/video components (AudioVisualAppliance)."@en ; + rdfs:label "media source"@en . +# +# https://saref.etsi.org/saref4bldg/motorDriveType + +:motorDriveType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Motor drive type: DIRECTDRIVE: Direct drive. BELTDRIVE: Belt drive. COUPLING: Coupling. OTHER: Other type of motor drive. UNKNOWN: Unknown motor drive type. "@en ; + rdfs:label "motor drive type"@en . +# +# https://saref.etsi.org/saref4bldg/motorEnclosureType + +:motorEnclosureType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "A list of the available types of motor enclosure from which that required may be selected."@en ; + rdfs:label "motor enclosure type"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfBlades + +:numberOfBlades a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of blades."@en ; + rdfs:label "number of blades"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfCells + +:numberOfCells a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of cells in one cooling tower unit."@en ; + rdfs:label "number of cells"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfCircuits + +:numberOfCircuits a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of parallel fluid tube circuits."@en ; + rdfs:label "number of circuits"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfGangs + +:numberOfGangs a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of gangs/buttons on this switch."@en ; + rdfs:label "number of gangs"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfPanels + +:numberOfPanels a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of panels."@en ; + rdfs:label "number of panels"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfRows + +:numberOfRows a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of tube rows in the tube bundle assembly."@en ; + rdfs:label "number of rows"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfSections + +:numberOfSections a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of sections used."@en ; + rdfs:label "number of sections"@en . +# +# https://saref.etsi.org/saref4bldg/numberOsSockets + +:numberOsSockets a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "The number of sockets that may be connected. In case of inconsistency, sockets defined on ports take precedence."@en ; + rdfs:label "number os sockets"@en . +# +# https://saref.etsi.org/saref4bldg/operatingMode + +:operatingMode a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Identifies the operating mode of the boiler."@en ; + rdfs:label "operating mode"@en . +# +# https://saref.etsi.org/saref4bldg/operation + +:operation a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The operational mechanism for the damper operation."@en ; + rdfs:label "operation"@en . +# +# https://saref.etsi.org/saref4bldg/orientation + +:orientation a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The intended orientation for the damper as specified by the manufacturer."@en ; + rdfs:label "orientation"@en . +# +# https://saref.etsi.org/saref4bldg/patternType + +:patternType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Defines the types of pattern (or shape of a tank that may be specified."@en ; + rdfs:label "pattern type"@en . +# +# https://saref.etsi.org/saref4bldg/pipeConnectionEnum + +:pipeConnectionEnum a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The manner in which the pipe connection is made to the cooled beam."@en ; + rdfs:label "pipe connection enum"@en . +# +# https://saref.etsi.org/saref4bldg/placementType + +:placementType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indicates how the device is designed to be placed."@en ; + rdfs:label "placement type"@en . +# +# https://saref.etsi.org/saref4bldg/powerSource + +:powerSource a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Type of power driving the compressor."@en ; + rdfs:label "power source"@en . +# +# https://saref.etsi.org/saref4bldg/readOutType + +:readOutType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indication of the form that readout from the meter takes. In the case of a dial read out, this may comprise multiple dials that give a cumulative reading and/or a mechanical odometer."@en ; + rdfs:label "read out type"@en . +# +# https://saref.etsi.org/saref4bldg/refrigerantClass + +:refrigerantClass a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Refrigerant class used by the compressor. CFC: Chlorofluorocarbons. HCFC: Hydrochlorofluorocarbons. HFC: Hydrofluorocarbons."@en ; + rdfs:label "refrigerant class"@en . +# +# https://saref.etsi.org/saref4bldg/remoteReading + +:remoteReading a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indicates whether the meter has a connection for remote reading through connection of a communication device (set TRUE) or not (set FALSE)."@en ; + rdfs:label "remote reading"@en . +# +# https://saref.etsi.org/saref4bldg/roughness + +:roughness a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "A measure of the vertical deviations of the surface."@en ; + rdfs:label "roughness"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryCurrentType + +:secondaryCurrentType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "A list of the secondary current types that can result from transformer output."@en ; + rdfs:label "secondary current type"@en . +# +# https://saref.etsi.org/saref4bldg/shadingDeviceType + +:shadingDeviceType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Specifies the type of shading device."@en ; + rdfs:label "shading device type"@en . +# +# https://saref.etsi.org/saref4bldg/sprayType + +:sprayType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "SprayFilled: Water is sprayed into airflow. SplashTypeFill: water cascades over successive rows of splash bars. FilmTypeFill: water flows in a thin layer over closely spaced sheets."@en ; + rdfs:label "spray type"@en . +# +# https://saref.etsi.org/saref4bldg/standard + +:standard a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The designation of the standard applicable for the definition of the characteristics of the unit."@en ; + rdfs:label "standard"@en . +# +# https://saref.etsi.org/saref4bldg/storageType + +:storageType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Defines the general material category intended to be stored."@en ; + rdfs:label "storage type"@en . +# +# https://saref.etsi.org/saref4bldg/switchFunction + +:switchFunction a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indicates types of switches which differs in functionality."@en ; + rdfs:label "switch function"@en . +# +# https://saref.etsi.org/saref4bldg/temperatureClassification + +:temperatureClassification a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Enumeration defining the temperature classification of the space heater surface temperature. low temperature - surface temperature is relatively low, usually heated by hot water or electricity. high temperature - surface temperature is relatively high, usually heated by gas or steam."@en ; + rdfs:label "temperature classification"@en . +# +# https://saref.etsi.org/saref4bldg/transformerVectorGroup + +:transformerVectorGroup a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "List of the possible vector groups for the transformer from which that required may be set. Values in the enumeration list follow a standard international code where the first letter describes how the primary windings are connected, the second letter describes how the secondary windings are connected, and the numbers describe the rotation of voltages and currents from the primary to the secondary side in multiples of 30 degrees. D: means that the windings are delta-connected. Y: means that the windings are star-connected. Z: means that the windings are zig-zag connected (a special start-connected providing low reactance of the transformer). The connectivity is only relevant for three-phase transformers."@en ; + rdfs:label "transformer vector group"@en . +# +# https://saref.etsi.org/saref4bldg/valveMechanism + +:valveMechanism a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The mechanism by which the valve function is achieved where: BALL: Valve that has a ported ball that can be turned relative to the body seat ports. BUTTERFLY: Valve in which a streamlined disc pivots about a diametric axis. CONFIGUREDGATE: Screwdown valve in which the closing gate is shaped in a configured manner to have a more precise control of pressure and flow change across the valve. GLAND: Valve with a tapered seating, in which a rotatable plug is retained by means of a gland and gland packing. GLOBE: Screwdown valve that has a spherical body. LUBRICATEDPLUG: Plug valve in which a lubricant is injected under pressure between the plug face and the body. NEEDLE: Valve for regulating the flow in or from a pipe, in which a slender cone moves along the axis of flow to close against a fixed conical seat. PARALLELSLIDE: Screwdown valve that has a machined plate that slides in formed grooves to form a seal. PLUG: Valve that has a ported plug that can be turned relative to the body seat ports. WEDGEGATE: Screwdown valve that has a wedge shaped plate fitting into tapered guides to form a seal."@en ; + rdfs:label "valve mechanism"@en . +# +# https://saref.etsi.org/saref4bldg/valveOperation + +:valveOperation a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The method of valve operation where: DROPWEIGHT: A valve that is closed by the action of a weighted lever being released, the weight normally being prevented from dropping by being held by a wire, the closure normally being made by the action of heat on a fusible link in the wire FLOAT: A valve that is opened and closed by the action of a float that rises and falls with water level. The float may be a ball attached to a lever or other mechanism HYDRAULIC: A valve that is opened and closed by hydraulic actuation LEVER: A valve that is opened and closed by the action of a lever rotating the gate within the valve. LOCKSHIELD: A valve that requires the use of a special lockshield key for opening and closing, the operating mechanism being protected by a shroud during normal operation. MOTORIZED: A valve that is opened and closed by the action of an electric motor on an actuator PNEUMATIC: A valve that is opened and closed by pneumatic actuation SOLENOID: A valve that is normally held open by a magnetic field in a coil acting on the gate but that is closed immediately if the electrical current generating the magnetic field is removed. SPRING: A valve that is normally held in position by the pressure of a spring on a plate but that may be caused to open if the pressure of the fluid is sufficient to overcome the spring pressure. THERMOSTATIC: A valve in which the ports are opened or closed to maintain a required predetermined temperature. WHEEL: A valve that is opened and closed by the action of a wheel moving the gate within the valve."@en ; + rdfs:label "valve operation"@en . +# +# https://saref.etsi.org/saref4bldg/valvePattern + +:valvePattern a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The configuration of the ports of a valve according to either the linear route taken by a fluid flowing through the valve or by the number of ports where: SINGLEPORT: Valve that has a single entry port from the system that it serves, the exit port being to the surrounding environment. ANGLED_2_PORT: Valve in which the direction of flow is changed through 90 degrees. STRAIGHT_2_PORT: Valve in which the flow is straight through. STRAIGHT_3_PORT: Valve with three separate ports. CROSSOVER_4_PORT: Valve with 4 separate ports."@en ; + rdfs:label "valve pattern"@en . +# +# https://saref.etsi.org/saref4bldg/waterFlowControlSystemType + +:waterFlowControlSystemType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Factory fitted waterflow control system."@en ; + rdfs:label "water flow control system type"@en . +# +# https://saref.etsi.org/core/hasTimestamp + +saref:hasTimestamp a owl:DatatypeProperty , owl:FunctionalProperty ; + rdfs:range xsd:dateTime ; + rdfs:comment "A relationship stating the timestamp of an entity (e.g. a measurement)."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "has timestamp"@en . +# +# https://saref.etsi.org/core/hasValue + +saref:hasValue a owl:DatatypeProperty ; + rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power"@en ; + rdfs:isDefinedBy ; + rdfs:label "has value"@en . +# +# +# +# ################################################################# +# # +# # Classes +# # +# ################################################################# +# +# +# https://saref.etsi.org/saref4bldg/Actuator + +:Actuator a owl:Class ; + rdfs:subClassOf :DistributionControlDevice , saref:Actuator , _:genid1 . + +_:genid1 a owl:Restriction ; + owl:onProperty :failPosition ; + owl:allValuesFrom xsd:string . + +:Actuator rdfs:subClassOf _:genid2 . + +_:genid2 a owl:Restriction ; + owl:onProperty :manualOverride ; + owl:allValuesFrom xsd:boolean . + +:Actuator rdfs:comment "An actuator is a mechanical device for moving or controlling a mechanism or system. An actuator takes energy, usually created by air, electricity, or liquid, and converts that into some kind of motion."@en ; + rdfs:label "Actuator"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcActuator" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/AirToAirHeatRecovery + +:AirToAirHeatRecovery a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid3 . + +_:genid3 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid4 . + +_:genid4 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid5 . + +_:genid5 a owl:Restriction ; + owl:onProperty :primaryAirFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid6 . + +_:genid6 a owl:Restriction ; + owl:onProperty :primaryAirFlowRateMin ; + owl:allValuesFrom saref:Measurement . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid7 . + +_:genid7 a owl:Restriction ; + owl:onProperty :secondaryAirFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid8 . + +_:genid8 a owl:Restriction ; + owl:onProperty :secondaryAirFlowRateMin ; + owl:allValuesFrom saref:Measurement . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid9 . + +_:genid9 a owl:Restriction ; + owl:onProperty :hasDefrost ; + owl:allValuesFrom xsd:boolean . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid10 . + +_:genid10 a owl:Restriction ; + owl:onProperty :heatTransferTypeEnum ; + owl:allValuesFrom xsd:string . + +:AirToAirHeatRecovery rdfs:comment "An air-to-air heat recovery device employs a counter-flow heat exchanger between inbound and outbound air flow. It is typically used to transfer heat from warmer air in one chamber to cooler air in the second chamber (i.e., typically used to recover heat from the conditioned air being exhausted and the outside air being supplied to a building), resulting in energy savings from reduced heating (or cooling) requirements."@en ; + rdfs:label "Air to air heat recovery"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcAirToAirHeatRecovery" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Alarm + +:Alarm a owl:Class ; + rdfs:subClassOf :DistributionControlDevice ; + rdfs:comment """An alarm is a device that signals the existence of a condition or situation that is outside the boundaries of normal expectation or that activates such a device. + +Alarms include the provision of break glass buttons and manual pull boxes that are used to activate alarms."""@en ; + rdfs:label "Alarm"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcAlarm" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/AudioVisualAppliance + +:AudioVisualAppliance a owl:Class ; + rdfs:subClassOf :FlowTerminal , _:genid11 . + +_:genid11 a owl:Restriction ; + owl:onProperty :audioVolume ; + owl:allValuesFrom saref:Measurement . + +:AudioVisualAppliance rdfs:subClassOf _:genid12 . + +_:genid12 a owl:Restriction ; + owl:onProperty :mediaSource ; + owl:allValuesFrom xsd:string . + +:AudioVisualAppliance rdfs:comment """An audio-visual appliance is a device that displays, captures, transmits, or receives audio or video. + +Audio-visual appliances may be fixed in place or may be able to be moved from one space to another. They may require an electrical supply that may be supplied either by an electrical circuit or provided from a local battery source. Audio-visual appliances may be connected to data circuits including specialist circuits for audio visual purposes only."""@en ; + rdfs:label "Audio visual appliance"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcAudioVisualApplicance" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Boiler + +:Boiler a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid13 . + +_:genid13 a owl:Restriction ; + owl:onProperty :heatTransferSurfaceArea ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid14 . + +_:genid14 a owl:Restriction ; + owl:onProperty :nominalEnergyConsumption ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid15 . + +_:genid15 a owl:Restriction ; + owl:onProperty :nominalPartLoadRatio ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid16 . + +_:genid16 a owl:Restriction ; + owl:onProperty :outletTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid17 . + +_:genid17 a owl:Restriction ; + owl:onProperty :outletTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid18 . + +_:genid18 a owl:Restriction ; + owl:onProperty :pressureRating ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid19 . + +_:genid19 a owl:Restriction ; + owl:onProperty :waterInletTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid20 . + +_:genid20 a owl:Restriction ; + owl:onProperty :waterInletTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid21 . + +_:genid21 a owl:Restriction ; + owl:onProperty :waterStorageCapacity ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid22 . + +_:genid22 a owl:Restriction ; + owl:onProperty :energySource ; + owl:allValuesFrom xsd:string . + +:Boiler rdfs:subClassOf _:genid23 . + +_:genid23 a owl:Restriction ; + owl:onProperty :isWaterStorageHeater ; + owl:allValuesFrom xsd:boolean . + +:Boiler rdfs:subClassOf _:genid24 . + +_:genid24 a owl:Restriction ; + owl:onProperty :operatingMode ; + owl:allValuesFrom xsd:string . + +:Boiler rdfs:comment "A boiler is a closed, pressure-rated vessel in which water or other fluid is heated using an energy source such as natural gas, heating oil, or electricity. The fluid in the vessel is then circulated out of the boiler for use in various processes or heating applications."@en ; + rdfs:label "Boiler"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcBoiler" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Building + +:Building a owl:Class ; + rdfs:subClassOf _:genid25 . + +_:genid25 a owl:Restriction ; + owl:onProperty :hasSpace ; + owl:allValuesFrom :BuildingSpace . + +:Building rdfs:comment "A building represents a structure that provides shelter for its occupants or contents and stands in one place. The building is also used to provide a basic element within the spatial structure hierarchy for the components of a building project (together with site, storey, and space)."@en ; + rdfs:label "Building"@en ; + rdfs:seeAlso ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/BuildingDevice + +:BuildingDevice a owl:Class ; + rdfs:subClassOf :BuildingObject , saref:Device ; + rdfs:comment "A tangible object designed to accomplish a particular task in a building."@en ; + rdfs:label "Building device"@en . +# +# https://saref.etsi.org/saref4bldg/BuildingObject + +:BuildingObject a owl:Class ; + rdfs:subClassOf :PhysicalObject ; + rdfs:comment "An object in the building that can be controlled by devices, such as a door or a window that can be automatically opened or closed by an actuator. (Definition taken from SAREF 1.0)"@en ; + rdfs:label "Building object"@en . +# +# https://saref.etsi.org/saref4bldg/BuildingSpace + +:BuildingSpace a owl:Class ; + rdfs:subClassOf _:genid26 . + +_:genid26 a owl:Restriction ; + owl:onProperty :contains ; + owl:allValuesFrom :PhysicalObject . + +:BuildingSpace rdfs:subClassOf _:genid27 . + +_:genid27 a owl:Restriction ; + owl:onProperty :hasSpace ; + owl:allValuesFrom :BuildingSpace . + +:BuildingSpace rdfs:subClassOf _:genid28 . + +_:genid28 a owl:Restriction ; + owl:onProperty :isSpaceOf ; + owl:allValuesFrom _:genid29 . + +_:genid29 a owl:Class ; + owl:unionOf _:genid31 . + +_:genid31 a rdf:List ; + rdf:first :Building ; + rdf:rest _:genid30 . + +_:genid30 a rdf:List ; + rdf:first :BuildingSpace ; + rdf:rest rdf:nil . + +:BuildingSpace rdfs:comment "An entity used to define the physical spaces of the building. A building space contains devices or building objects."@en ; + rdfs:label "Building space"@en . +# +# https://saref.etsi.org/saref4bldg/Burner + +:Burner a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid32 . + +_:genid32 a owl:Restriction ; + owl:onProperty :energySource ; + owl:allValuesFrom xsd:string . + +:Burner rdfs:comment "A burner is a device that converts fuel into heat through combustion. It includes gas, oil, and wood burners."@en ; + rdfs:label "Burner"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcBurner" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Chiller + +:Chiller a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid33 . + +_:genid33 a owl:Restriction ; + owl:onProperty :nominalCapacity ; + owl:allValuesFrom saref:Measurement . + +:Chiller rdfs:subClassOf _:genid34 . + +_:genid34 a owl:Restriction ; + owl:onProperty :nominalCondensingTemperature ; + owl:allValuesFrom saref:Measurement . + +:Chiller rdfs:subClassOf _:genid35 . + +_:genid35 a owl:Restriction ; + owl:onProperty :nominalEfficiency ; + owl:allValuesFrom saref:Measurement . + +:Chiller rdfs:subClassOf _:genid36 . + +_:genid36 a owl:Restriction ; + owl:onProperty :nominalEvaporatingTemmperature ; + owl:allValuesFrom saref:Measurement . + +:Chiller rdfs:subClassOf _:genid37 . + +_:genid37 a owl:Restriction ; + owl:onProperty :nominalHeatRejectionRate ; + owl:allValuesFrom saref:Measurement . + +:Chiller rdfs:subClassOf _:genid38 . + +_:genid38 a owl:Restriction ; + owl:onProperty :nominalPowerConsumption ; + owl:allValuesFrom saref:Measurement . + +:Chiller rdfs:comment "A chiller is a device used to remove heat from a liquid via a vapor-compression or absorption refrigeration cycle to cool a fluid, typically water or a mixture of water and glycol. The chilled fluid is then used to cool and dehumidify air in a building."@en ; + rdfs:label "Chiller"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcChiller" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Coil + +:Coil a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid39 . + +_:genid39 a owl:Restriction ; + owl:onProperty :airFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid40 . + +_:genid40 a owl:Restriction ; + owl:onProperty :airFlowRateMin ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid41 . + +_:genid41 a owl:Restriction ; + owl:onProperty :nominalLatentCapacity ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid42 . + +_:genid42 a owl:Restriction ; + owl:onProperty :nominalSensibleCapacity ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid43 . + +_:genid43 a owl:Restriction ; + owl:onProperty :nominalUa ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid44 . + +_:genid44 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid45 . + +_:genid45 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid46 . + +_:genid46 a owl:Restriction ; + owl:onProperty :placementType ; + owl:allValuesFrom xsd:string . + +:Coil rdfs:comment """A coil is a device used to provide heat transfer between non-mixing media. A common example is a cooling coil, which utilizes a finned coil in which circulates chilled water, antifreeze, or refrigerant that is used to remove heat from air moving across the surface of the coil. A coil may be used either for heating or cooling purposes by placing a series of tubes (the coil) carrying a heating or cooling fluid into an airstream. The coil may be constructed from tubes bundled in a serpentine form or from finned tubes that give a extended heat transfer surface. + +Coils may also be used for non-airflow cases such as embedded in a floor slab."""@en ; + rdfs:label "Coil"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCoil" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/CommunicationAppliance + +:CommunicationAppliance a owl:Class ; + rdfs:subClassOf :FlowTerminal ; + rdfs:comment """A communications appliance transmits and receives electronic or digital information as data or sound. + +Communication appliances may be fixed in place or may be able to be moved from one space to another. Communication appliances require an electrical supply that may be supplied either by an electrical circuit or provided from a local battery source."""@en ; + rdfs:label "Communication appliance"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCommunicationAppliance" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Compressor + +:Compressor a owl:Class ; + rdfs:subClassOf :FlowMovingDevice , _:genid47 . + +_:genid47 a owl:Restriction ; + owl:onProperty :compressorSpeed ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid48 . + +_:genid48 a owl:Restriction ; + owl:onProperty :idealCapacity ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid49 . + +_:genid49 a owl:Restriction ; + owl:onProperty :idealShaftPower ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid50 . + +_:genid50 a owl:Restriction ; + owl:onProperty :impellerDiameter ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid51 . + +_:genid51 a owl:Restriction ; + owl:onProperty :nominalCapacity ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid52 . + +_:genid52 a owl:Restriction ; + owl:onProperty :partLoadRatioMax ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid53 . + +_:genid53 a owl:Restriction ; + owl:onProperty :partLoadRatioMin ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid54 . + +_:genid54 a owl:Restriction ; + owl:onProperty :hasHotGasBypass ; + owl:allValuesFrom xsd:boolean . + +:Compressor rdfs:subClassOf _:genid55 . + +_:genid55 a owl:Restriction ; + owl:onProperty :powerSource ; + owl:allValuesFrom xsd:string . + +:Compressor rdfs:subClassOf _:genid56 . + +_:genid56 a owl:Restriction ; + owl:onProperty :refrigerantClass ; + owl:allValuesFrom xsd:string . + +:Compressor rdfs:comment "A compressor is a device that compresses a fluid typically used in a refrigeration circuit."@en ; + rdfs:label "Compressor"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCompressor" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Condenser + +:Condenser a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid57 . + +_:genid57 a owl:Restriction ; + owl:onProperty :externalSurfaceArea ; + owl:allValuesFrom saref:Measurement . + +:Condenser rdfs:subClassOf _:genid58 . + +_:genid58 a owl:Restriction ; + owl:onProperty :internalRefrigerantVolume ; + owl:allValuesFrom saref:Measurement . + +:Condenser rdfs:subClassOf _:genid59 . + +_:genid59 a owl:Restriction ; + owl:onProperty :internalSurfaceArea ; + owl:allValuesFrom saref:Measurement . + +:Condenser rdfs:subClassOf _:genid60 . + +_:genid60 a owl:Restriction ; + owl:onProperty :internalWaterVolume ; + owl:allValuesFrom saref:Measurement . + +:Condenser rdfs:subClassOf _:genid61 . + +_:genid61 a owl:Restriction ; + owl:onProperty :nominalHeatTransferArea ; + owl:allValuesFrom saref:Measurement . + +:Condenser rdfs:subClassOf _:genid62 . + +_:genid62 a owl:Restriction ; + owl:onProperty :nominalHeatTransferCoefficient ; + owl:allValuesFrom saref:Measurement . + +:Condenser rdfs:subClassOf _:genid63 . + +_:genid63 a owl:Restriction ; + owl:onProperty :refrigerantClass ; + owl:allValuesFrom xsd:string . + +:Condenser rdfs:comment "A condenser is a device that is used to dissipate heat, typically by condensing a substance such as a refrigerant from its gaseous to its liquid state."@en ; + rdfs:label "Condenser"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCondenser" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Controller + +:Controller a owl:Class ; + rdfs:subClassOf :DistributionControlDevice ; + rdfs:comment """A controller is a device that monitors inputs and controls outputs within a building automation system. + +A controller may be physical (having placement within a spatial structure) or logical (a software interface or aggregated within a programmable physical controller)."""@en ; + rdfs:label "Controller"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcController" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/CooledBeam + +:CooledBeam a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid64 . + +_:genid64 a owl:Restriction ; + owl:onProperty :coilLength ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid65 . + +_:genid65 a owl:Restriction ; + owl:onProperty :coilWidth ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid66 . + +_:genid66 a owl:Restriction ; + owl:onProperty :nominalCoolingCapacity ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid67 . + +_:genid67 a owl:Restriction ; + owl:onProperty :nominalHeatingCapacity ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid68 . + +_:genid68 a owl:Restriction ; + owl:onProperty :nominalReturnWaterTemperatureCooling ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid69 . + +_:genid69 a owl:Restriction ; + owl:onProperty :nominalReturnWaterTemperatureHeating ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid70 . + +_:genid70 a owl:Restriction ; + owl:onProperty :nominalSorroundingHumidityCooling ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid71 . + +_:genid71 a owl:Restriction ; + owl:onProperty :nominalSorroundingTemperatureCooling ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid72 . + +_:genid72 a owl:Restriction ; + owl:onProperty :nominalSorroundingTemperatureHeating ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid73 . + +_:genid73 a owl:Restriction ; + owl:onProperty :nominalSupplyWaterTemperatureCooling ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid74 . + +_:genid74 a owl:Restriction ; + owl:onProperty :nominalSupplyWaterTemperatureHeating ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid75 . + +_:genid75 a owl:Restriction ; + owl:onProperty :nominalWaterFlowCooling ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid76 . + +_:genid76 a owl:Restriction ; + owl:onProperty :nominalWaterFlowHeating ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid77 . + +_:genid77 a owl:Restriction ; + owl:onProperty :waterPressureMax ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid78 . + +_:genid78 a owl:Restriction ; + owl:onProperty :waterPressureMin ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid79 . + +_:genid79 a owl:Restriction ; + owl:onProperty :finishColor ; + owl:allValuesFrom xsd:string . + +:CooledBeam rdfs:subClassOf _:genid80 . + +_:genid80 a owl:Restriction ; + owl:onProperty :integratedLightingType ; + owl:allValuesFrom xsd:string . + +:CooledBeam rdfs:subClassOf _:genid81 . + +_:genid81 a owl:Restriction ; + owl:onProperty :isFreeHanging ; + owl:allValuesFrom xsd:boolean . + +:CooledBeam rdfs:subClassOf _:genid82 . + +_:genid82 a owl:Restriction ; + owl:onProperty :pipeConnectionEnum ; + owl:allValuesFrom xsd:string . + +:CooledBeam rdfs:subClassOf _:genid83 . + +_:genid83 a owl:Restriction ; + owl:onProperty :waterFlowControlSystemType ; + owl:allValuesFrom xsd:string . + +:CooledBeam rdfs:comment "A cooled beam (or chilled beam) is a device typically used to cool air by circulating a fluid such as chilled water through exposed finned tubes above a space. Typically mounted overhead near or within a ceiling, the cooled beam uses convection to cool the space below it by acting as a heat sink for the naturally rising warm air of the space. Once cooled, the air naturally drops back to the floor where the cycle begins again."@en ; + rdfs:label "Cooled beam"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCooledBeam" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/CoolingTower + +:CoolingTower a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid84 . + +_:genid84 a owl:Restriction ; + owl:onProperty :ambientDesignDryBulbTemperature ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid85 . + +_:genid85 a owl:Restriction ; + owl:onProperty :ambientDesignWetBulbTemperature ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid86 . + +_:genid86 a owl:Restriction ; + owl:onProperty :basinReserveVolume ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid87 . + +_:genid87 a owl:Restriction ; + owl:onProperty :liftElevationDifference ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid88 . + +_:genid88 a owl:Restriction ; + owl:onProperty :nominalCapacity ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid89 . + +_:genid89 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid90 . + +_:genid90 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid91 . + +_:genid91 a owl:Restriction ; + owl:onProperty :waterRequirement ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid92 . + +_:genid92 a owl:Restriction ; + owl:onProperty :capacityControl ; + owl:allValuesFrom xsd:string . + +:CoolingTower rdfs:subClassOf _:genid93 . + +_:genid93 a owl:Restriction ; + owl:onProperty :circuitType ; + owl:allValuesFrom xsd:string . + +:CoolingTower rdfs:subClassOf _:genid94 . + +_:genid94 a owl:Restriction ; + owl:onProperty :controlStrategy ; + owl:allValuesFrom xsd:string . + +:CoolingTower rdfs:subClassOf _:genid95 . + +_:genid95 a owl:Restriction ; + owl:onProperty :flowArrangement ; + owl:allValuesFrom xsd:string . + +:CoolingTower rdfs:subClassOf _:genid96 . + +_:genid96 a owl:Restriction ; + owl:onProperty :numberOfCells ; + owl:allValuesFrom xsd:integer . + +:CoolingTower rdfs:subClassOf _:genid97 . + +_:genid97 a owl:Restriction ; + owl:onProperty :sprayType ; + owl:allValuesFrom xsd:string . + +:CoolingTower rdfs:comment "A cooling tower is a device which rejects heat to ambient air by circulating a fluid such as water through it to reduce its temperature by partial evaporation."@en ; + rdfs:label "Cooling tower"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCoolingTower" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Damper + +:Damper a owl:Class ; + rdfs:subClassOf :FlowController , _:genid98 . + +_:genid98 a owl:Restriction ; + owl:onProperty :airFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid99 . + +_:genid99 a owl:Restriction ; + owl:onProperty :bladeThickness ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid100 . + +_:genid100 a owl:Restriction ; + owl:onProperty :closeOffRating ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid101 . + +_:genid101 a owl:Restriction ; + owl:onProperty :faceArea ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid102 . + +_:genid102 a owl:Restriction ; + owl:onProperty :frameDepth ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid103 . + +_:genid103 a owl:Restriction ; + owl:onProperty :frameThickness ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid104 . + +_:genid104 a owl:Restriction ; + owl:onProperty :leakageFullyClosed ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid105 . + +_:genid105 a owl:Restriction ; + owl:onProperty :nominalAirFlowRate ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid106 . + +_:genid106 a owl:Restriction ; + owl:onProperty :openPressureDrop ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid107 . + +_:genid107 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid108 . + +_:genid108 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid109 . + +_:genid109 a owl:Restriction ; + owl:onProperty :temperatureRating ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid110 . + +_:genid110 a owl:Restriction ; + owl:onProperty :workingPressureMax ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid111 . + +_:genid111 a owl:Restriction ; + owl:onProperty :bladeAction ; + owl:allValuesFrom xsd:string . + +:Damper rdfs:subClassOf _:genid112 . + +_:genid112 a owl:Restriction ; + owl:onProperty :bladeEdge ; + owl:allValuesFrom xsd:string . + +:Damper rdfs:subClassOf _:genid113 . + +_:genid113 a owl:Restriction ; + owl:onProperty :bladeShape ; + owl:allValuesFrom xsd:string . + +:Damper rdfs:subClassOf _:genid114 . + +_:genid114 a owl:Restriction ; + owl:onProperty :frameType ; + owl:allValuesFrom xsd:string . + +:Damper rdfs:subClassOf _:genid115 . + +_:genid115 a owl:Restriction ; + owl:onProperty :numberOfBlades ; + owl:allValuesFrom xsd:integer . + +:Damper rdfs:subClassOf _:genid116 . + +_:genid116 a owl:Restriction ; + owl:onProperty :operation ; + owl:allValuesFrom xsd:string . + +:Damper rdfs:subClassOf _:genid117 . + +_:genid117 a owl:Restriction ; + owl:onProperty :orientation ; + owl:allValuesFrom xsd:string . + +:Damper rdfs:comment "A damper typically participates in an HVAC duct distribution system and is used to control or modulate the flow of air."@en ; + rdfs:label "Damper"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcDamper" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/DistributionControlDevice + +:DistributionControlDevice a owl:Class ; + rdfs:subClassOf :DistributionDevice ; + rdfs:comment "Represents devices of a building automation control system that are used to impart control over elements of a distribution system. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcdistributioncontrolelement.htm)"@en ; + rdfs:label "Distribution control device"@en . +# +# https://saref.etsi.org/saref4bldg/DistributionDevice + +:DistributionDevice a owl:Class ; + rdfs:subClassOf :BuildingDevice ; + rdfs:comment "Generalization of all devices that participate in a distribution system. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcproductextension/lexical/ifcdistributionelement.htm)"@en ; + rdfs:label "Distribution device"@en . +# +# https://saref.etsi.org/saref4bldg/DistributionFlowDevice + +:DistributionFlowDevice a owl:Class ; + rdfs:subClassOf :DistributionDevice ; + rdfs:comment "Represents devices of a distribution system that facilitate the distribution of energy or matter, such as air, water or power. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcdistributionflowelement.htm)"@en ; + rdfs:label "DistributionFlowDevice"@en . +# +# https://saref.etsi.org/saref4bldg/DuctSilencer + +:DuctSilencer a owl:Class ; + rdfs:subClassOf :FlowTreatmentDevice , _:genid118 . + +_:genid118 a owl:Restriction ; + owl:onProperty :airFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid119 . + +_:genid119 a owl:Restriction ; + owl:onProperty :airFlowRateMin ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid120 . + +_:genid120 a owl:Restriction ; + owl:onProperty :hydraulicDiameter ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid121 . + +_:genid121 a owl:Restriction ; + owl:onProperty :length ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid122 . + +_:genid122 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid123 . + +_:genid123 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid124 . + +_:genid124 a owl:Restriction ; + owl:onProperty :weight ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid125 . + +_:genid125 a owl:Restriction ; + owl:onProperty :workingPressureMax ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid126 . + +_:genid126 a owl:Restriction ; + owl:onProperty :workingPressureMin ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid127 . + +_:genid127 a owl:Restriction ; + owl:onProperty :hasExteriorInsulation ; + owl:allValuesFrom xsd:boolean . + +:DuctSilencer rdfs:comment "A duct silencer is a device that is typically installed inside a duct distribution system for the purpose of reducing the noise levels from air movement, fan noise, etc. in the adjacent space or downstream of the duct silencer device."@en ; + rdfs:label "Duct silencer"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcDuctSilencer" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ElectricAppliance + +:ElectricAppliance a owl:Class ; + rdfs:subClassOf :FlowTerminal ; + rdfs:comment """An electric appliance is a device intended for consumer usage that is powered by electricity. + +Electric appliances may be fixed in place or may be able to be moved from one space to another. Electric appliances require an electrical supply that may be supplied either by an electrical circuit or provided from a local battery source."""@en ; + rdfs:label "Electric appliance"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricAppliance" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ElectricFlowStorageDevice + +:ElectricFlowStorageDevice a owl:Class ; + rdfs:subClassOf :FlowStorageDevice , _:genid128 . + +_:genid128 a owl:Restriction ; + owl:onProperty :nominalFrequency ; + owl:allValuesFrom saref:Measurement . + +:ElectricFlowStorageDevice rdfs:subClassOf _:genid129 . + +_:genid129 a owl:Restriction ; + owl:onProperty :nominalSupplyVoltage ; + owl:allValuesFrom saref:Measurement . + +:ElectricFlowStorageDevice rdfs:subClassOf _:genid130 . + +_:genid130 a owl:Restriction ; + owl:onProperty :nominalSupplyVoltageMin ; + owl:allValuesFrom saref:Measurement . + +:ElectricFlowStorageDevice rdfs:comment "An electric flow storage device is a device in which electrical energy is stored and from which energy may be progressively released."@en ; + rdfs:label "Electric flow storage device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricFlowStorageDevice" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ElectricGenerator + +:ElectricGenerator a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid131 . + +_:genid131 a owl:Restriction ; + owl:onProperty :electricGeneratorEfficiency ; + owl:allValuesFrom saref:Measurement . + +:ElectricGenerator rdfs:subClassOf _:genid132 . + +_:genid132 a owl:Restriction ; + owl:onProperty :powerOutputMax ; + owl:allValuesFrom saref:Measurement . + +:ElectricGenerator rdfs:subClassOf _:genid133 . + +_:genid133 a owl:Restriction ; + owl:onProperty :startCurrentFactor ; + owl:allValuesFrom saref:Measurement . + +:ElectricGenerator rdfs:comment "An electric generator is an engine that is a machine for converting mechanical energy into electrical energy."@en ; + rdfs:label "Electric generator"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricGenerator" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ElectricMotor + +:ElectricMotor a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid134 . + +_:genid134 a owl:Restriction ; + owl:onProperty :electricMotorEfficiency ; + owl:allValuesFrom saref:Measurement . + +:ElectricMotor rdfs:subClassOf _:genid135 . + +_:genid135 a owl:Restriction ; + owl:onProperty :lockedRotorCurrent ; + owl:allValuesFrom saref:Measurement . + +:ElectricMotor rdfs:subClassOf _:genid136 . + +_:genid136 a owl:Restriction ; + owl:onProperty :powerOutputMax ; + owl:allValuesFrom saref:Measurement . + +:ElectricMotor rdfs:subClassOf _:genid137 . + +_:genid137 a owl:Restriction ; + owl:onProperty :startCurrentFactor ; + owl:allValuesFrom saref:Measurement . + +:ElectricMotor rdfs:subClassOf _:genid138 . + +_:genid138 a owl:Restriction ; + owl:onProperty :startingTime ; + owl:allValuesFrom saref:Measurement . + +:ElectricMotor rdfs:subClassOf _:genid139 . + +_:genid139 a owl:Restriction ; + owl:onProperty :teTime ; + owl:allValuesFrom saref:Measurement . + +:ElectricMotor rdfs:subClassOf _:genid140 . + +_:genid140 a owl:Restriction ; + owl:onProperty :frameSize ; + owl:allValuesFrom xsd:string . + +:ElectricMotor rdfs:subClassOf _:genid141 . + +_:genid141 a owl:Restriction ; + owl:onProperty :hasPartWinding ; + owl:allValuesFrom xsd:boolean . + +:ElectricMotor rdfs:subClassOf _:genid142 . + +_:genid142 a owl:Restriction ; + owl:onProperty :isGuarded ; + owl:allValuesFrom xsd:boolean . + +:ElectricMotor rdfs:subClassOf _:genid143 . + +_:genid143 a owl:Restriction ; + owl:onProperty :motorEnclosureType ; + owl:allValuesFrom xsd:string . + +:ElectricMotor rdfs:comment "An electric motor is an engine that is a machine for converting electrical energy into mechanical energy."@en ; + rdfs:label "Electric motor"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricMotor" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ElectricTimeControl + +:ElectricTimeControl a owl:Class ; + rdfs:subClassOf :FlowController ; + rdfs:comment "An electric time control is a device that applies control to the provision or flow of electrical energy over time."@en ; + rdfs:label "Electric time control"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricTimeControl" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/EnergyConversionDevice + +:EnergyConversionDevice a owl:Class ; + rdfs:subClassOf :DistributionFlowDevice ; + rdfs:comment "The distribution flow element EnergyConversionDevice defines the occurrence of a device used to perform energy conversion or heat transfer and typically participates in a flow distribution system."@en ; + rdfs:label "Energy conversion device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEnergyConversionDevice" ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/Engine + +:Engine a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid144 . + +_:genid144 a owl:Restriction ; + owl:onProperty :energySource ; + owl:allValuesFrom xsd:string . + +:Engine rdfs:comment "An engine is a device that converts fuel into mechanical energy through combustion."@en ; + rdfs:label "Engine"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEngine" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/EvaporativeCooler + +:EvaporativeCooler a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid145 . + +_:genid145 a owl:Restriction ; + owl:onProperty :heatExchangeArea ; + owl:allValuesFrom saref:Measurement . + +:EvaporativeCooler rdfs:subClassOf _:genid146 . + +_:genid146 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:EvaporativeCooler rdfs:subClassOf _:genid147 . + +_:genid147 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:EvaporativeCooler rdfs:subClassOf _:genid148 . + +_:genid148 a owl:Restriction ; + owl:onProperty :waterRequirement ; + owl:allValuesFrom saref:Measurement . + +:EvaporativeCooler rdfs:subClassOf _:genid149 . + +_:genid149 a owl:Restriction ; + owl:onProperty :flowArrangement ; + owl:allValuesFrom xsd:string . + +:EvaporativeCooler rdfs:comment "An evaporative cooler is a device that cools air by saturating it with water vapor."@en ; + rdfs:label "Evaporative cooler"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEvaporativeCooler" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Evaporator + +:Evaporator a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid150 . + +_:genid150 a owl:Restriction ; + owl:onProperty :externalSurfaceArea ; + owl:allValuesFrom saref:Measurement . + +:Evaporator rdfs:subClassOf _:genid151 . + +_:genid151 a owl:Restriction ; + owl:onProperty :internalRefrigerantVolume ; + owl:allValuesFrom saref:Measurement . + +:Evaporator rdfs:subClassOf _:genid152 . + +_:genid152 a owl:Restriction ; + owl:onProperty :internalSurfaceArea ; + owl:allValuesFrom saref:Measurement . + +:Evaporator rdfs:subClassOf _:genid153 . + +_:genid153 a owl:Restriction ; + owl:onProperty :internalWaterVolume ; + owl:allValuesFrom saref:Measurement . + +:Evaporator rdfs:subClassOf _:genid154 . + +_:genid154 a owl:Restriction ; + owl:onProperty :nominalHeatTransferArea ; + owl:allValuesFrom saref:Measurement . + +:Evaporator rdfs:subClassOf _:genid155 . + +_:genid155 a owl:Restriction ; + owl:onProperty :nominalHeatTransferCoefficient ; + owl:allValuesFrom saref:Measurement . + +:Evaporator rdfs:subClassOf _:genid156 . + +_:genid156 a owl:Restriction ; + owl:onProperty :evaporationCoolant ; + owl:allValuesFrom xsd:string . + +:Evaporator rdfs:subClassOf _:genid157 . + +_:genid157 a owl:Restriction ; + owl:onProperty :evaporationMediumType ; + owl:allValuesFrom xsd:string . + +:Evaporator rdfs:subClassOf _:genid158 . + +_:genid158 a owl:Restriction ; + owl:onProperty :refrigerantClass ; + owl:allValuesFrom xsd:string . + +:Evaporator rdfs:comment "An evaporator is a device in which a liquid refrigerent is vaporized and absorbs heat from the surrounding fluid."@en ; + rdfs:label "Evaporator"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEvaporator" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Fan + +:Fan a owl:Class ; + rdfs:subClassOf :FlowMovingDevice , _:genid159 . + +_:genid159 a owl:Restriction ; + owl:onProperty :nominalAirFlowRate ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid160 . + +_:genid160 a owl:Restriction ; + owl:onProperty :nominalPowerRate ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid161 . + +_:genid161 a owl:Restriction ; + owl:onProperty :nominalRotationSpeed ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid162 . + +_:genid162 a owl:Restriction ; + owl:onProperty :nominalStaticPressure ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid163 . + +_:genid163 a owl:Restriction ; + owl:onProperty :nominalTotalPressure ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid164 . + +_:genid164 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid165 . + +_:genid165 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid166 . + +_:genid166 a owl:Restriction ; + owl:onProperty :operationalRiterial ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid167 . + +_:genid167 a owl:Restriction ; + owl:onProperty :capacityControlType ; + owl:allValuesFrom xsd:string . + +:Fan rdfs:subClassOf _:genid168 . + +_:genid168 a owl:Restriction ; + owl:onProperty :motorDriveType ; + owl:allValuesFrom xsd:string . + +:Fan rdfs:comment "A fan is a device which imparts mechanical work on a gas. A typical usage of a fan is to induce airflow in a building services air distribution system."@en ; + rdfs:label "Fan"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFan" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Filter + +:Filter a owl:Class ; + rdfs:subClassOf :FlowTreatmentDevice , _:genid169 . + +_:genid169 a owl:Restriction ; + owl:onProperty :finalResistance ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid170 . + +_:genid170 a owl:Restriction ; + owl:onProperty :fluidFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid171 . + +_:genid171 a owl:Restriction ; + owl:onProperty :fluidFlowRateMin ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid172 . + +_:genid172 a owl:Restriction ; + owl:onProperty :initialResistance ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid173 . + +_:genid173 a owl:Restriction ; + owl:onProperty :nominalFilterFaceVelocity ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid174 . + +_:genid174 a owl:Restriction ; + owl:onProperty :nominalFlowRate ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid175 . + +_:genid175 a owl:Restriction ; + owl:onProperty :nominalMediaSurfaceVelocity ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid176 . + +_:genid176 a owl:Restriction ; + owl:onProperty :nominalParticleGeometricMeanDiameter ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid177 . + +_:genid177 a owl:Restriction ; + owl:onProperty :nominalParticleGeometricStandardDeviation ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid178 . + +_:genid178 a owl:Restriction ; + owl:onProperty :nominalPressureDrop ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid179 . + +_:genid179 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid180 . + +_:genid180 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid181 . + +_:genid181 a owl:Restriction ; + owl:onProperty :weight ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:comment "A filter is an apparatus used to remove particulate or gaseous matter from fluids and gases."@en ; + rdfs:label "Filter"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFilter" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/FireSuppressionTerminal + +:FireSuppressionTerminal a owl:Class ; + rdfs:subClassOf :FlowTerminal ; + rdfs:comment """A fire suppression terminal has the purpose of delivering a fluid (gas or liquid) that will suppress a fire. + +A fire suppression terminal provides for all forms of sprinkler, spreader and other form of terminal that is connected to a pipework system and intended to act in the role of suppressing a fire."""@en ; + rdfs:label "Fire suppression terminal"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFireSuppressionTerminal" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/FlowController + +:FlowController a owl:Class ; + rdfs:subClassOf :DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowController defines the occurrence of elements of a distribution system that are used to regulate flow through a distribution system. Examples include dampers, valves, switches, and relays."@en ; + rdfs:label "Flow controller"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowController" ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/FlowInstrument + +:FlowInstrument a owl:Class ; + rdfs:subClassOf :DistributionControlDevice ; + rdfs:comment """A flow instrument reads and displays the value of a particular property of a system at a point, or displays the difference in the value of a property between two points. + +Instrumentation is typically for the purpose of determining the value of the property at a point in time. It is not the purpose of an instrument to record or integrate the values over time (although they may be connected to recording devices that do perform such a function). This entity provides for all forms of mechanical flow instrument (thermometers, pressure gauges etc.) and electrical flow instruments (ammeters, voltmeters etc.)"""@en ; + rdfs:label "Flow instrument"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowInstrument" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/FlowMeter + +:FlowMeter a owl:Class ; + rdfs:subClassOf :FlowController , _:genid182 . + +_:genid182 a owl:Restriction ; + owl:onProperty :readOutType ; + owl:allValuesFrom xsd:string . + +:FlowMeter rdfs:subClassOf _:genid183 . + +_:genid183 a owl:Restriction ; + owl:onProperty :remoteReading ; + owl:allValuesFrom xsd:boolean . + +:FlowMeter rdfs:comment "A flow meter is a device that is used to measure the flow rate in a system."@en ; + rdfs:label "Flow meter"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowMeter" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/FlowMovingDevice + +:FlowMovingDevice a owl:Class ; + rdfs:subClassOf :DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowMovingDevice defines the occurrence of an apparatus used to distribute, circulate or perform conveyance of fluids, including liquids and gases (such as a pump or fan), and typically participates in a flow distribution system."@en ; + rdfs:label "Flow moving device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowMovingDevice" ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/FlowStorageDevice + +:FlowStorageDevice a owl:Class ; + rdfs:subClassOf :DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowStorageDevice defines the occurrence of a device that participates in a distribution system and is used for temporary storage (such as a tank)."@en ; + rdfs:label "Flow storage device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowStorageDevice" ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/FlowTerminal + +:FlowTerminal a owl:Class ; + rdfs:subClassOf :DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowTerminal defines the occurrence of a permanently attached element that acts as a terminus or beginning of a distribution system (such as an air outlet, drain, water closet, or sink). A terminal is typically a point at which a system interfaces with an external environment."@en ; + rdfs:label "Flow terminal"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTerminal" ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/FlowTreatmentDevice + +:FlowTreatmentDevice a owl:Class ; + rdfs:subClassOf :DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowTreatmentDevice defines the occurrence of a device typically used to remove unwanted matter from a fluid, either liquid or gas, and typically participates in a flow distribution system."@en ; + rdfs:label "Flow treatment device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTreatmentDevice" ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/HeatExchanger + +:HeatExchanger a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid184 . + +_:genid184 a owl:Restriction ; + owl:onProperty :arrangement ; + owl:allValuesFrom xsd:string . + +:HeatExchanger rdfs:comment "A heat exchanger is a device used to provide heat transfer between non-mixing media such as plate and shell and tube heat exchangers. HeatExchanger is commonly used on water-side distribution systems to recover energy from a liquid to another liquid (typically water-based), whereas AirToAirHeatRecovery is commonly used on air-side distribution systems to recover energy from a gas to a gas (usually air)."@en ; + rdfs:label "Heat exchanger"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcHeatExchanger" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Humidifier + +:Humidifier a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid185 . + +_:genid185 a owl:Restriction ; + owl:onProperty :nominalAirFlowRate ; + owl:allValuesFrom saref:Measurement . + +:Humidifier rdfs:subClassOf _:genid186 . + +_:genid186 a owl:Restriction ; + owl:onProperty :nominalMoistureGain ; + owl:allValuesFrom saref:Measurement . + +:Humidifier rdfs:subClassOf _:genid187 . + +_:genid187 a owl:Restriction ; + owl:onProperty :waterRequirement ; + owl:allValuesFrom saref:Measurement . + +:Humidifier rdfs:subClassOf _:genid188 . + +_:genid188 a owl:Restriction ; + owl:onProperty :weight ; + owl:allValuesFrom saref:Measurement . + +:Humidifier rdfs:subClassOf _:genid189 . + +_:genid189 a owl:Restriction ; + owl:onProperty :application ; + owl:allValuesFrom xsd:string . + +:Humidifier rdfs:subClassOf _:genid190 . + +_:genid190 a owl:Restriction ; + owl:onProperty :internalControl ; + owl:allValuesFrom xsd:string . + +:Humidifier rdfs:comment "A humidifier is a device that adds moisture into the air."@en ; + rdfs:label "Humidifier"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcHumidifier" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Interceptor + +:Interceptor a owl:Class ; + rdfs:subClassOf :FlowTreatmentDevice , _:genid191 . + +_:genid191 a owl:Restriction ; + owl:onProperty :coverLength ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid192 . + +_:genid192 a owl:Restriction ; + owl:onProperty :coverWidth ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid193 . + +_:genid193 a owl:Restriction ; + owl:onProperty :inletConnectionSize ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid194 . + +_:genid194 a owl:Restriction ; + owl:onProperty :nominalBodyDepth ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid195 . + +_:genid195 a owl:Restriction ; + owl:onProperty :nominalBodyLength ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid196 . + +_:genid196 a owl:Restriction ; + owl:onProperty :nominalBodyWidth ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid197 . + +_:genid197 a owl:Restriction ; + owl:onProperty :outletConnectionSize ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid198 . + +_:genid198 a owl:Restriction ; + owl:onProperty :ventilatingPipeSize ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:comment "An interceptor is a device designed and installed in order to separate and retain deleterious, hazardous or undesirable matter while permitting normal sewage or liquids to discharge into a collection system by gravity."@en ; + rdfs:label "Interceptor"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcInterceptor" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Lamp + +:Lamp a owl:Class ; + rdfs:subClassOf :FlowTerminal , _:genid199 . + +_:genid199 a owl:Restriction ; + owl:onProperty :colorTemperature ; + owl:allValuesFrom saref:Measurement . + +:Lamp rdfs:subClassOf _:genid200 . + +_:genid200 a owl:Restriction ; + owl:onProperty :contributedLuminousFlux ; + owl:allValuesFrom saref:Measurement . + +:Lamp rdfs:subClassOf _:genid201 . + +_:genid201 a owl:Restriction ; + owl:onProperty :lampMaintenanceFactor ; + owl:allValuesFrom saref:Measurement . + +:Lamp rdfs:subClassOf _:genid202 . + +_:genid202 a owl:Restriction ; + owl:onProperty :lightEmitterNominalPower ; + owl:allValuesFrom saref:Measurement . + +:Lamp rdfs:subClassOf _:genid203 . + +_:genid203 a owl:Restriction ; + owl:onProperty :spectrumMax ; + owl:allValuesFrom saref:Measurement . + +:Lamp rdfs:subClassOf _:genid204 . + +_:genid204 a owl:Restriction ; + owl:onProperty :spectrumMin ; + owl:allValuesFrom saref:Measurement . + +:Lamp rdfs:subClassOf _:genid205 . + +_:genid205 a owl:Restriction ; + owl:onProperty :colorAppearance ; + owl:allValuesFrom xsd:string . + +:Lamp rdfs:subClassOf _:genid206 . + +_:genid206 a owl:Restriction ; + owl:onProperty :colorRenderingIndex ; + owl:allValuesFrom xsd:integer . + +:Lamp rdfs:subClassOf _:genid207 . + +_:genid207 a owl:Restriction ; + owl:onProperty :lampBallastType ; + owl:allValuesFrom xsd:string . + +:Lamp rdfs:subClassOf _:genid208 . + +_:genid208 a owl:Restriction ; + owl:onProperty :lampCompensationType ; + owl:allValuesFrom xsd:string . + +:Lamp rdfs:comment "A lamp is an artificial light source such as a light bulb or tube."@en ; + rdfs:label "Lamp"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcLamp" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/MedicalDevice + +:MedicalDevice a owl:Class ; + rdfs:subClassOf :FlowTerminal ; + rdfs:comment "A medical device is attached to a medical piping system and operates upon medical gases to perform a specific function. Medical gases include medical air, medical vacuum, oxygen, carbon dioxide, nitrogen, and nitrous oxide."@en ; + rdfs:label "Medical device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcMedicalDevice" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Outlet + +:Outlet a owl:Class ; + rdfs:subClassOf :FlowTerminal , _:genid209 . + +_:genid209 a owl:Restriction ; + owl:onProperty :isPluggableOutlet ; + owl:allValuesFrom xsd:boolean . + +:Outlet rdfs:subClassOf _:genid210 . + +_:genid210 a owl:Restriction ; + owl:onProperty :numberOsSockets ; + owl:allValuesFrom xsd:integer . + +:Outlet rdfs:comment """An outlet is a device installed at a point to receive one or more inserted plugs for electrical power or communications. + +Power outlets are commonly connected within a junction box; data outlets may be directly connected to a wall. For power outlets sharing the same circuit within a junction box, the ports should indicate the logical wiring relationship to the enclosing junction box, even though they may be physically connected to a cable going to another outlet, switch, or fixture."""@en ; + rdfs:label "Outlet"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcOutlet" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/PhysicalObject + +:PhysicalObject a owl:Class ; + rdfs:subClassOf _:genid211 . + +_:genid211 a owl:Restriction ; + owl:onProperty :contains ; + owl:allValuesFrom :PhysicalObject . + +:PhysicalObject rdfs:subClassOf _:genid212 . + +_:genid212 a owl:Restriction ; + owl:onProperty :isContainedIn ; + owl:allValuesFrom _:genid213 . + +_:genid213 a owl:Class ; + owl:unionOf _:genid215 . + +_:genid215 a rdf:List ; + rdf:first :BuildingSpace ; + rdf:rest _:genid214 . + +_:genid214 a rdf:List ; + rdf:first :PhysicalObject ; + rdf:rest rdf:nil . + +:PhysicalObject rdfs:comment "Any Object that has a proper space region. (Definition extracted from DUL ontology)"@en ; + rdfs:label "Physical object"@en . +# +# https://saref.etsi.org/saref4bldg/ProtectiveDevice + +:ProtectiveDevice a owl:Class ; + rdfs:subClassOf :FlowController ; + rdfs:comment """A protective device breaks an electrical circuit when a stated electric current that passes through it is exceeded. + +A protective device provides protection against electrical current only (not as a general protective device). It may be used to represent the complete set of elements including both the tripping unit and the breaking unit that provide the protection. This may be particularly useful at earlier stages of design where the approach to breaking the electrical supply may be determined but the method of tripping may not. Alternatively, this entity may be used to specifically represent the breaking unit alone (in which case the tripping unit will also be specifically identified). This entity is specific to dedicated protective devices and excludes electrical outlets that may have circuit protection."""@en ; + rdfs:label "Protective device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcProtectiveDevice" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ProtectiveDeviceTrippingUnit + +:ProtectiveDeviceTrippingUnit a owl:Class ; + rdfs:subClassOf :DistributionControlDevice , _:genid216 . + +_:genid216 a owl:Restriction ; + owl:onProperty :limitingTerminalSize ; + owl:allValuesFrom saref:Measurement . + +:ProtectiveDeviceTrippingUnit rdfs:subClassOf _:genid217 . + +_:genid217 a owl:Restriction ; + owl:onProperty :standard ; + owl:allValuesFrom xsd:string . + +:ProtectiveDeviceTrippingUnit rdfs:comment "A protective device tripping unit breaks an electrical circuit at a separate breaking unit when a stated electric current that passes through the unit is exceeded."@en ; + rdfs:label "Protective device tripping unit"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcProtectiveDeviceTrippingUnit" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Pump + +:Pump a owl:Class ; + rdfs:subClassOf :FlowMovingDevice , _:genid218 . + +_:genid218 a owl:Restriction ; + owl:onProperty :connectionSize ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid219 . + +_:genid219 a owl:Restriction ; + owl:onProperty :flowResistanceMax ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid220 . + +_:genid220 a owl:Restriction ; + owl:onProperty :flowResistanceMin ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid221 . + +_:genid221 a owl:Restriction ; + owl:onProperty :netPositiveSuctionHead ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid222 . + +_:genid222 a owl:Restriction ; + owl:onProperty :nomminalRotationSpeed ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid223 . + +_:genid223 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid224 . + +_:genid224 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid225 . + +_:genid225 a owl:Restriction ; + owl:onProperty :pumpFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid226 . + +_:genid226 a owl:Restriction ; + owl:onProperty :pumpFlowRateMin ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:comment "A pump is a device which imparts mechanical work on fluids or slurries to move them through a channel or pipeline. A typical use of a pump is to circulate chilled water or heating hot water in a building services distribution system."@en ; + rdfs:label "Pump"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcPump" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/SanitaryTerminal + +:SanitaryTerminal a owl:Class ; + rdfs:subClassOf :FlowTerminal ; + rdfs:comment "A sanitary terminal is a fixed appliance or terminal usually supplied with water and used for drinking, cleaning or foul water disposal or that is an item of equipment directly used with such an appliance or terminal."@en ; + rdfs:label "Sanitary terminal"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSanitaryTerminal" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Sensor + +:Sensor a owl:Class ; + rdfs:subClassOf :DistributionControlDevice , saref:Sensor ; + rdfs:comment "A sensor is a device that measures a physical quantity and converts it into a signal which can be read by an observer or by an instrument."@en ; + rdfs:label "Sensor"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSensor" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ShadingDevice + +:ShadingDevice a owl:Class ; + rdfs:subClassOf :BuildingDevice , _:genid227 . + +_:genid227 a owl:Restriction ; + owl:onProperty :solarReflectance ; + owl:allValuesFrom saref:Measurement . + +:ShadingDevice rdfs:subClassOf _:genid228 . + +_:genid228 a owl:Restriction ; + owl:onProperty :solarTransmittance ; + owl:allValuesFrom saref:Measurement . + +:ShadingDevice rdfs:subClassOf _:genid229 . + +_:genid229 a owl:Restriction ; + owl:onProperty :thermalTransmittance ; + owl:allValuesFrom saref:Measurement . + +:ShadingDevice rdfs:subClassOf _:genid230 . + +_:genid230 a owl:Restriction ; + owl:onProperty :visibleLightReflectance ; + owl:allValuesFrom saref:Measurement . + +:ShadingDevice rdfs:subClassOf _:genid231 . + +_:genid231 a owl:Restriction ; + owl:onProperty :visibleLightTransmittance ; + owl:allValuesFrom saref:Measurement . + +:ShadingDevice rdfs:subClassOf _:genid232 . + +_:genid232 a owl:Restriction ; + owl:onProperty :isExternal ; + owl:allValuesFrom xsd:boolean . + +:ShadingDevice rdfs:subClassOf _:genid233 . + +_:genid233 a owl:Restriction ; + owl:onProperty :mechanicalOperated ; + owl:allValuesFrom xsd:boolean . + +:ShadingDevice rdfs:subClassOf _:genid234 . + +_:genid234 a owl:Restriction ; + owl:onProperty :roughness ; + owl:allValuesFrom xsd:string . + +:ShadingDevice rdfs:subClassOf _:genid235 . + +_:genid235 a owl:Restriction ; + owl:onProperty :shadingDeviceType ; + owl:allValuesFrom xsd:string . + +:ShadingDevice rdfs:comment "Shading devices are purpose built devices to protect from the sunlight, from natural light, or screening them from view. Shading devices can form part of the facade or can be mounted inside the building, they can be fixed or operable."@en ; + rdfs:label "Shading device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcShadingDevice" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/SolarDevice + +:SolarDevice a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice ; + rdfs:comment "A solar device converts solar radiation into other energy such as electric current or thermal energy."@en ; + rdfs:label "Solar device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSolarDevice" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/SpaceHeater + +:SpaceHeater a owl:Class ; + rdfs:subClassOf :FlowTerminal , _:genid236 . + +_:genid236 a owl:Restriction ; + owl:onProperty :bodyMass ; + owl:allValuesFrom saref:Measurement . + +:SpaceHeater rdfs:subClassOf _:genid237 . + +_:genid237 a owl:Restriction ; + owl:onProperty :outputCapacity ; + owl:allValuesFrom saref:Measurement . + +:SpaceHeater rdfs:subClassOf _:genid238 . + +_:genid238 a owl:Restriction ; + owl:onProperty :thermalEfficiency ; + owl:allValuesFrom saref:Measurement . + +:SpaceHeater rdfs:subClassOf _:genid239 . + +_:genid239 a owl:Restriction ; + owl:onProperty :thermalMassHeatCapacity ; + owl:allValuesFrom saref:Measurement . + +:SpaceHeater rdfs:subClassOf _:genid240 . + +_:genid240 a owl:Restriction ; + owl:onProperty :energySource ; + owl:allValuesFrom xsd:string . + +:SpaceHeater rdfs:subClassOf _:genid241 . + +_:genid241 a owl:Restriction ; + owl:onProperty :heatTransferDimension ; + owl:allValuesFrom xsd:string . + +:SpaceHeater rdfs:subClassOf _:genid242 . + +_:genid242 a owl:Restriction ; + owl:onProperty :heatTransferMedium ; + owl:allValuesFrom xsd:string . + +:SpaceHeater rdfs:subClassOf _:genid243 . + +_:genid243 a owl:Restriction ; + owl:onProperty :numberOfPanels ; + owl:allValuesFrom xsd:integer . + +:SpaceHeater rdfs:subClassOf _:genid244 . + +_:genid244 a owl:Restriction ; + owl:onProperty :numberOfSections ; + owl:allValuesFrom xsd:integer . + +:SpaceHeater rdfs:subClassOf _:genid245 . + +_:genid245 a owl:Restriction ; + owl:onProperty :placementType ; + owl:allValuesFrom xsd:string . + +:SpaceHeater rdfs:subClassOf _:genid246 . + +_:genid246 a owl:Restriction ; + owl:onProperty :temperatureClassification ; + owl:allValuesFrom xsd:string . + +:SpaceHeater rdfs:comment """Space heaters utilize a combination of radiation and/or natural convection using a heating source such as electricity, steam or hot water to heat a limited space or area. Examples of space heaters include radiators, convectors, baseboard and finned-tube heaters. + +UnitaryEquipment should be used for packaged units supporting a combination of heating, cooling, and/or dehumidification; Coil should be used for coil-based floor heating."""@en ; + rdfs:label "Space heater"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSpaceHeater" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/SwitchingDevice + +:SwitchingDevice a owl:Class ; + rdfs:subClassOf :FlowController , _:genid247 . + +_:genid247 a owl:Restriction ; + owl:onProperty :hasLock ; + owl:allValuesFrom xsd:boolean . + +:SwitchingDevice rdfs:subClassOf _:genid248 . + +_:genid248 a owl:Restriction ; + owl:onProperty :isIlluminated ; + owl:allValuesFrom xsd:boolean . + +:SwitchingDevice rdfs:subClassOf _:genid249 . + +_:genid249 a owl:Restriction ; + owl:onProperty :legend ; + owl:allValuesFrom xsd:string . + +:SwitchingDevice rdfs:subClassOf _:genid250 . + +_:genid250 a owl:Restriction ; + owl:onProperty :numberOfGangs ; + owl:allValuesFrom xsd:integer . + +:SwitchingDevice rdfs:subClassOf _:genid251 . + +_:genid251 a owl:Restriction ; + owl:onProperty :switchFunction ; + owl:allValuesFrom xsd:string . + +:SwitchingDevice rdfs:comment """A switch is used in a cable distribution system (electrical circuit) to control or modulate the flow of electricity. + +Switches include those used for electrical power, communications, audio-visual, or other distribution system types as determined by the available ports."""@en ; + rdfs:label "Switching device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSwitchingDevice" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Tank + +:Tank a owl:Class ; + rdfs:subClassOf :FlowStorageDevice , _:genid252 . + +_:genid252 a owl:Restriction ; + owl:onProperty :effectiveCapacity ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid253 . + +_:genid253 a owl:Restriction ; + owl:onProperty :firstCurvatureRadius ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid254 . + +_:genid254 a owl:Restriction ; + owl:onProperty :nominalDepth ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid255 . + +_:genid255 a owl:Restriction ; + owl:onProperty :nominalLengthOrDiameter ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid256 . + +_:genid256 a owl:Restriction ; + owl:onProperty :nominalVolumetricCapacity ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid257 . + +_:genid257 a owl:Restriction ; + owl:onProperty :nominalWidthOrDiameter ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid258 . + +_:genid258 a owl:Restriction ; + owl:onProperty :operatingWeight ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid259 . + +_:genid259 a owl:Restriction ; + owl:onProperty :secondCurvatureRadius ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid260 . + +_:genid260 a owl:Restriction ; + owl:onProperty :accessType ; + owl:allValuesFrom xsd:string . + +:Tank rdfs:subClassOf _:genid261 . + +_:genid261 a owl:Restriction ; + owl:onProperty :endShapeType ; + owl:allValuesFrom xsd:string . + +:Tank rdfs:subClassOf _:genid262 . + +_:genid262 a owl:Restriction ; + owl:onProperty :numberOfSections ; + owl:allValuesFrom xsd:integer . + +:Tank rdfs:subClassOf _:genid263 . + +_:genid263 a owl:Restriction ; + owl:onProperty :patternType ; + owl:allValuesFrom xsd:string . + +:Tank rdfs:subClassOf _:genid264 . + +_:genid264 a owl:Restriction ; + owl:onProperty :storageType ; + owl:allValuesFrom xsd:string . + +:Tank rdfs:comment "A tank is a vessel or container in which a fluid or gas is stored for later use."@en ; + rdfs:label "Tank"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTank" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Transformer + +:Transformer a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid265 . + +_:genid265 a owl:Restriction ; + owl:onProperty :apparentPowerMax ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid266 . + +_:genid266 a owl:Restriction ; + owl:onProperty :imaginaryImpedanceRatio ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid267 . + +_:genid267 a owl:Restriction ; + owl:onProperty :primaryApparentPower ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid268 . + +_:genid268 a owl:Restriction ; + owl:onProperty :primaryCurrent ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid269 . + +_:genid269 a owl:Restriction ; + owl:onProperty :primaryFrequency ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid270 . + +_:genid270 a owl:Restriction ; + owl:onProperty :primaryVoltage ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid271 . + +_:genid271 a owl:Restriction ; + owl:onProperty :realImpedanceRatio ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid272 . + +_:genid272 a owl:Restriction ; + owl:onProperty :secondaryApparentPower ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid273 . + +_:genid273 a owl:Restriction ; + owl:onProperty :secondaryCurrent ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid274 . + +_:genid274 a owl:Restriction ; + owl:onProperty :secondaryFrequency ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid275 . + +_:genid275 a owl:Restriction ; + owl:onProperty :secondaryVoltage ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid276 . + +_:genid276 a owl:Restriction ; + owl:onProperty :isNeutralPrimaryTerminalAvailable ; + owl:allValuesFrom xsd:boolean . + +:Transformer rdfs:subClassOf _:genid277 . + +_:genid277 a owl:Restriction ; + owl:onProperty :isNeutralSecondaryTerminalAvailable ; + owl:allValuesFrom xsd:boolean . + +:Transformer rdfs:subClassOf _:genid278 . + +_:genid278 a owl:Restriction ; + owl:onProperty :secondaryCurrentType ; + owl:allValuesFrom xsd:string . + +:Transformer rdfs:subClassOf _:genid279 . + +_:genid279 a owl:Restriction ; + owl:onProperty :transformerVectorGroup ; + owl:allValuesFrom xsd:string . + +:Transformer rdfs:comment """A transformer is an inductive stationary device that transfers electrical energy from one circuit to another. + +Transformer is used to transform electric power; conversion of electric signals for other purposes is handled at other entities: Controller converts arbitrary signals, AudioVisualAppliance converts signals for audio or video streams, and CommunicationsAppliance converts signals for data or other communications usage."""@en ; + rdfs:label "Transformer"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransformer" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/TransportElement + +:TransportElement a owl:Class ; + rdfs:subClassOf saref:Device , _:genid280 . + +_:genid280 a owl:Restriction ; + owl:onProperty :capacityWeight ; + owl:allValuesFrom saref:Measurement . + +:TransportElement rdfs:subClassOf _:genid281 . + +_:genid281 a owl:Restriction ; + owl:onProperty :capacityPeople ; + owl:allValuesFrom xsd:positiveInteger . + +:TransportElement rdfs:subClassOf _:genid282 . + +_:genid282 a owl:Restriction ; + owl:onProperty :fireExit ; + owl:allValuesFrom xsd:boolean . + +:TransportElement rdfs:comment "A transport element is a generalization of all transport related objects that move people, animals or goods within a building or building complex. The TransportElement defines the occurrence of a transport element. "@en ; + rdfs:label "Transport element"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransportElement" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/TubeBundle + +:TubeBundle a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid283 . + +_:genid283 a owl:Restriction ; + owl:onProperty :foulingFactor ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid284 . + +_:genid284 a owl:Restriction ; + owl:onProperty :horizontalSpacing ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid285 . + +_:genid285 a owl:Restriction ; + owl:onProperty :inLineRowSpacing ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid286 . + +_:genid286 a owl:Restriction ; + owl:onProperty :insideDiameter ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid287 . + +_:genid287 a owl:Restriction ; + owl:onProperty :length ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid288 . + +_:genid288 a owl:Restriction ; + owl:onProperty :nominalDiameter ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid289 . + +_:genid289 a owl:Restriction ; + owl:onProperty :outsideDiameter ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid290 . + +_:genid290 a owl:Restriction ; + owl:onProperty :staggeredRowSpacing ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid291 . + +_:genid291 a owl:Restriction ; + owl:onProperty :thermalConductivity ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid292 . + +_:genid292 a owl:Restriction ; + owl:onProperty :verticalSpacing ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid293 . + +_:genid293 a owl:Restriction ; + owl:onProperty :volumen ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid294 . + +_:genid294 a owl:Restriction ; + owl:onProperty :hasTurbulator ; + owl:allValuesFrom xsd:boolean . + +:TubeBundle rdfs:subClassOf _:genid295 . + +_:genid295 a owl:Restriction ; + owl:onProperty :numberOfCircuits ; + owl:allValuesFrom xsd:integer . + +:TubeBundle rdfs:subClassOf _:genid296 . + +_:genid296 a owl:Restriction ; + owl:onProperty :numberOfRows ; + owl:allValuesFrom xsd:integer . + +:TubeBundle rdfs:comment "A tube bundle is a device consisting of tubes and bundles of tubes used for heat transfer and contained typically within other energy conversion devices, such as a chiller or coil."@en ; + rdfs:label "Tube bundle"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTubeBundle" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/UnitaryControlElement + +:UnitaryControlElement a owl:Class ; + rdfs:subClassOf :DistributionControlDevice ; + rdfs:comment """A unitary control element combines a number of control components into a single product, such as a thermostat or humidistat. + +A unitary control element provides a housing for an aggregation of control or electrical distribution elements that, in combination, perform a singular (unitary) purpose. Each item in the aggregation may have its own geometric representation and location."""@en ; + rdfs:label "Unitary control element"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcUnitaryControlElement" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Valve + +:Valve a owl:Class ; + rdfs:subClassOf :FlowController , _:genid297 . + +_:genid297 a owl:Restriction ; + owl:onProperty :closeOffRating ; + owl:allValuesFrom saref:Measurement . + +:Valve rdfs:subClassOf _:genid298 . + +_:genid298 a owl:Restriction ; + owl:onProperty :flowCoefficient ; + owl:allValuesFrom saref:Measurement . + +:Valve rdfs:subClassOf _:genid299 . + +_:genid299 a owl:Restriction ; + owl:onProperty :size ; + owl:allValuesFrom saref:Measurement . + +:Valve rdfs:subClassOf _:genid300 . + +_:genid300 a owl:Restriction ; + owl:onProperty :testPressure ; + owl:allValuesFrom saref:Measurement . + +:Valve rdfs:subClassOf _:genid301 . + +_:genid301 a owl:Restriction ; + owl:onProperty :workingPressure ; + owl:allValuesFrom saref:Measurement . + +:Valve rdfs:subClassOf _:genid302 . + +_:genid302 a owl:Restriction ; + owl:onProperty :valveMechanism ; + owl:allValuesFrom xsd:string . + +:Valve rdfs:subClassOf _:genid303 . + +_:genid303 a owl:Restriction ; + owl:onProperty :valveOperation ; + owl:allValuesFrom xsd:string . + +:Valve rdfs:subClassOf _:genid304 . + +_:genid304 a owl:Restriction ; + owl:onProperty :valvePattern ; + owl:allValuesFrom xsd:string . + +:Valve rdfs:comment "A valve is used in a building services piping distribution system to control or modulate the flow of the fluid."@en ; + rdfs:label "Valve"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcValve" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/VibrationIsolator + +:VibrationIsolator a owl:Class ; + rdfs:subClassOf saref:Device , _:genid305 . + +_:genid305 a owl:Restriction ; + owl:onProperty :height ; + owl:allValuesFrom saref:Measurement . + +:VibrationIsolator rdfs:subClassOf _:genid306 . + +_:genid306 a owl:Restriction ; + owl:onProperty :isolatorCompressibility ; + owl:allValuesFrom saref:Measurement . + +:VibrationIsolator rdfs:subClassOf _:genid307 . + +_:genid307 a owl:Restriction ; + owl:onProperty :isolatorStaticDeflection ; + owl:allValuesFrom saref:Measurement . + +:VibrationIsolator rdfs:subClassOf _:genid308 . + +_:genid308 a owl:Restriction ; + owl:onProperty :supportedWeightMax ; + owl:allValuesFrom saref:Measurement . + +:VibrationIsolator rdfs:subClassOf _:genid309 . + +_:genid309 a owl:Restriction ; + owl:onProperty :vibrationTransmissibility ; + owl:allValuesFrom saref:Measurement . + +:VibrationIsolator rdfs:comment "A vibration isolator is a device used to minimize the effects of vibration transmissibility in a building."@en ; + rdfs:label "Vibration isolator"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcVibrationIsolator" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/core/Actuator + +saref:Actuator a owl:Class ; + rdfs:comment "A device responsible for moving or controlling a mechanism or system"@en ; + rdfs:isDefinedBy ; + rdfs:label "Actuator"@en . +# +# https://saref.etsi.org/core/Device + +saref:Device a owl:Class ; + rdfs:subClassOf :PhysicalObject ; + rdfs:comment "A tangible object designed to accomplish a particular task in households, common public buildings or offices. 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 the start and stop function."@en ; + rdfs:isDefinedBy ; + rdfs:label "Device"@en . +# +# https://saref.etsi.org/core/Measurement + +saref:Measurement a owl:Class ; + rdfs:subClassOf _:genid310 . + +_:genid310 a owl:Restriction ; + owl:onProperty saref:isMeasuredIn ; + owl:allValuesFrom saref:UnitOfMeasure . + +saref:Measurement rdfs:subClassOf _:genid311 . + +_:genid311 a owl:Restriction ; + owl:onProperty saref:relatesToProperty ; + owl:allValuesFrom saref:Property . + +saref:Measurement rdfs:subClassOf _:genid312 . + +_:genid312 a owl:Restriction ; + owl:onProperty saref:isMeasuredIn ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:UnitOfMeasure . + +saref:Measurement rdfs:subClassOf _:genid313 . + +_:genid313 a owl:Restriction ; + owl:onProperty saref:relatesToProperty ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Property . + +saref:Measurement rdfs:subClassOf _:genid314 . + +_:genid314 a owl:Restriction ; + owl:onProperty saref:hasTimestamp ; + owl:allValuesFrom xsd:dateTime . + + +saref:Measurement owl:disjointWith saref:Property , saref:UnitOfMeasure ; + 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 "https://saref.etsi.org/core/" ; + rdfs:label "Measurement"@en . +# +# https://saref.etsi.org/core/Property + +saref:Property a owl:Class ; + owl:disjointWith saref:UnitOfMeasure ; + rdfs:comment "An aspect of an entity that can be observable by a sensor."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "Property"@en . +# +# https://saref.etsi.org/core/Sensor + +saref:Sensor a owl:Class ; + rdfs:comment """A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. +A device that has category saref:Sensor and performs a saref:SensingFunction."""@en ; + rdfs:isDefinedBy ; + rdfs:label "Sensor"@en . +# +# https://saref.etsi.org/core/UnitOfMeasure + +saref:UnitOfMeasure a 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."@en ; + rdfs:isDefinedBy ; + rdfs:label "Unit of measure"@en . +# +# Generated by the OWL API (version 4.2.5.20160517-0735) https://github.com/owlcs/owlapi diff --git a/jnsm2023/evaluations/ontology/imports/saref4ehaw.ttl b/jnsm2023/evaluations/ontology/imports/saref4ehaw.ttl new file mode 100644 index 0000000..324cda9 --- /dev/null +++ b/jnsm2023/evaluations/ontology/imports/saref4ehaw.ttl @@ -0,0 +1,1472 @@ +@prefix owl: . +@prefix rdf: . +@prefix xsd: . +@prefix foaf: . +@prefix rdfs: . +@prefix vann: . +@prefix voaf: . +@prefix saref: . +@prefix s4ehaw: . +@prefix s4envi: . +@prefix ssn-system: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + dcterms:creator ; + dcterms:contributor , + , + , + ; + dcterms:publisher ; + dcterms:license ; + dcterms:source ; + owl:versionIRI ; + owl:versionInfo "v1.1.1" ; + vann:preferredNamespacePrefix "s4ehaw" ; + vann:preferredNamespaceUri "https://saref.etsi.org/saref4ehaw/" ; + dcterms:issued "2020-02-01"^^xsd:date ; + dcterms:modified "2020-05-01"^^xsd:date ; + dcterms:title "SAREF4EHAW: an extension of SAREF for eHealth Ageing Well domain"@en ; + dcterms:description """The objective of SAREF4EHAW is to extend SAREF ontology for the eHealth/Ageing-well (EHAW) vertical. Clause 4.1 of the present document shortly introduces a high level view of the envisioned SAREF4EHAW semantic model and modular ontology, with the retained concepts (i.e. classes) and their relations. +SAREF4EHAW extension has been specified and formalised by investigating EHAW domain related resources, as reported in ETSI TR 103 509, such as: potential stakeholders, standardization initiatives, alliances/associations, European projects, EC directives, existing ontologies, and data repositories. Therefore, SAREF4EHAW modular ontology shall both: + - Allow the implementation of a limited set of typical EHAW related use cases already identified in ETSI TR 103 509, i.e. + - Use case 1 “elderly at home monitoring and support”, + - Use case 2 “monitoring and support of healthy lifestyles for citizens”, + - Use case 3 “Early Warning System (EWS) and Cardiovascular Accidents detection”. + - Fulfil the eHealth Ageing Well related requirements provided in ETSI TR 103 509, mainly the ontological ones that were mostly taken as input for the ontology specification. + +SAREF4EHAW mainly reuses the following existing ontologies: SAREF, ETSI SmartBAN reference model, SAREF 4 Environment extension and W3C SSN System module. The following figure presents the high level view of SAREF4EHAW ontology. +![SAREF4SYST overview](diagrams/SAREF4EHAW_Model.jpg) +For semantic interoperability handling purposes, an ontology based solution, combined with sensing-as-a-service and WoT strategies, is retained for SAREF4EHAW. Therefore, an upper level ontology, at service level, shall also behas been fully modelled (Service class and sub-classes depicted in the previous figure). +For embedded semantic analytics purposes, SAREF4EHAW shall behas been designed using the modularity principle (see ETSI TR 103 509) and can thus be mainly described by the following self-contained knowledge sub-ontologies (or modules): HealthActor, Ban, HealthDevice, Function (measured data related concepts included) and Service."""^^ . + +################################################################# +# Annotation properties +################################################################# + + +### http://purl.org/dc/terms/contributor +dcterms:contributor 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 . + + +################################################################# +# Object Properties +################################################################# + + +### https://saref.etsi.org/core/consistsOf +saref:consistsOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship indicating a composite entity that consists of other entities (e.g., a temperature/humidity sensor that consists of a temperature sensor and a humidity sensor)"@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "consists of"@en . + + +### https://saref.etsi.org/saref4ehaw/contains +s4ehaw:contains rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range s4ehaw:HealthDevice ; + rdfs:comment "A Body Area Network or BAN contains one or multiple health devices"@en ; + rdfs:label "contains"@en . + + +### https://saref.etsi.org/saref4ehaw/followsUser +s4ehaw:followsUser rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Helper ; + rdfs:range s4ehaw:User ; + rdfs:comment "A helper may follow one or multiple users that can in particular be patients."@en ; + rdfs:label "follows user"@en . + + +### https://saref.etsi.org/saref4ehaw/hasActivity +s4ehaw:hasActivity rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range s4ehaw:Activity ; + rdfs:comment "A health actor may have one or multiple activities."@en ; + rdfs:label "has activity"@en . + + +### https://saref.etsi.org/saref4ehaw/hasAgeCategory +s4ehaw:hasAgeCategory rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range s4ehaw:AgeCategory; + rdfs:comment "The age group of a health actor, e.g. old or young."@en ; + rdfs:label "has age category"@en . + + +### https://saref.etsi.org/saref4ehaw/hasBanApplicationDomain +s4ehaw:hasBanApplicationDomain rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range s4ehaw:BanApplicationDomain ; + rdfs:comment "The BAN application domain - healthcare, telemedicine, assisted living, sport training, pervasive computing, safety and emergency... -."@en ; + rdfs:label "has BAN application domain"@en . + + +### https://saref.etsi.org/saref4ehaw/hasBanCommunicationType +s4ehaw:hasBanCommunicationType rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range s4ehaw:BanCommunicationType ; + rdfs:comment "A BAN has a BAN communication type that is the type of communication carried out between BAN devices and BAN Hub."@en ; + rdfs:label "has BAN communication type"@en . + + +### https://saref.etsi.org/saref4ehaw/hasComputingPower +s4ehaw:hasComputingPower rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:DeviceCharacteristic ; + rdfs:range s4ehaw:ComputingPower ; + rdfs:comment "A health device characteristic describing the processing power or capabilities of the device (e.g. processor ID and manufacturer, duty cycle, available flash/RM memory, maximum flash/RAM memory...)."@en ; + rdfs:label "has computing power"@en . + + +### https://saref.etsi.org/saref4ehaw/hasDataConstraint +s4ehaw:hasDataConstraint rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Data ; + rdfs:range s4ehaw:DataConstraint ; + rdfs:comment "Data has data constraints (validity, legal...)."@en ; + rdfs:label "has data constraint"@en . + + +### https://saref.etsi.org/saref4ehaw/hasContact +s4ehaw:hasContact rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range s4ehaw:Contact ; + rdfs:comment "A BAN has one or multiple contacts (e.g. the patient or user that is monitored through this BAN, the caregiver that is using this BAN for monitoring purposes)."@en ; + rdfs:label "has contact"@en . + + +### https://saref.etsi.org/saref4ehaw/hasData +s4ehaw:hasData rdf:type owl:ObjectProperty ; + rdfs:domain saref:Function ; + rdfs:range s4ehaw:Data ; + rdfs:comment "A function has one or many data, for example a tracking function shall include latitude, longitude and speed data."@en ; + rdfs:label "has data"@en . + + +### https://saref.etsi.org/saref4ehaw/hasDeviceCharacteristic +s4ehaw:hasDeviceCharacteristic rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range s4ehaw:DeviceCharacteristic ; + rdfs:comment "A health device has device characteristic describing the physical characteristics of the health device, e.g. its dimensions."@en ; + rdfs:label "has device characteristic"@en . + + +### https://saref.etsi.org/saref4ehaw/hasHabit +s4ehaw:hasHabit rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:User ; + rdfs:range s4ehaw:Habit ; + rdfs:comment "The habits of a user and a patient (as sub-class of user it also inherits habit), e.g. smoking or overeating."@en ; + rdfs:label "has habit"@en . + + +### https://saref.etsi.org/saref4ehaw/hasHub +s4ehaw:hasHub rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range s4ehaw:BanHub ; + rdfs:comment "A Body Area Network or BAN elects one hub that mainly plays the role of both a data concentrator and a network gateway."@en ; + rdfs:label "has hub"@en . + + +### https://saref.etsi.org/saref4ehaw/hasImpairment +s4ehaw:hasImpairment rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:User ; + rdfs:range s4ehaw:Impairment ; + rdfs:comment "The impairment type of a user and a patient (as sub-class of user it also inherits impairment), e.g. aural, skeletal, ocular, mobility, intellectual..."@en ; + rdfs:label "has impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/hasInterface +s4ehaw:hasInterface rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range s4ehaw:Interface ; + rdfs:comment "A health device has one or multiple interfaces (Bluetooth, UWB, IEEE 802.15.6, serial interface...)."@en ; + rdfs:label "has interface"@en . + + +### https://saref.etsi.org/saref4ehaw/hasLocation +s4ehaw:hasLocation rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range s4ehaw:Location ; + rdfs:comment "The location of an eHealth device, i.e. its position against the body (on body surface or in the body - implant -) and its physical location (i.e. its postal address and/or its current geolocation geolocation when available)."@en ; + rdfs:label "has location"@en . + + +### https://saref.etsi.org/saref4ehaw/hasMeasurement +s4ehaw:hasMeasurement rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Data ; + rdfs:range saref:Measurement ; + rdfs:comment "Defines the relationship between data that has measurement."@en ; + rdfs:label "has measurement"@en . + + +### https://saref.etsi.org/saref4ehaw/hasMode +s4ehaw:hasMode rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:DeviceCharacteristic ; + rdfs:range s4ehaw:Mode ; + rdfs:comment "Each device has modes of operations that model its dynamic characteristic varying during its lifetime, e.g. active, hold, beacon..."@en ; + rdfs:label "has mode"@en . + + +## https://saref.etsi.org/saref4ehaw/hasOperatingConstraint +s4ehaw:hasOperatingConstraint rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range s4ehaw:OperatingConstraint ; + rdfs:comment "The operating constraints of a health device, e.g. recommended humidity and temperature range..."@en ; + rdfs:label "has operating constraint"@en . + + +### https://saref.etsi.org/saref4ehaw/hasParticipant +s4ehaw:hasParticipant rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:MeasurementCollectionSession ; + rdfs:range s4ehaw:HealthActor ; + rdfs:comment "A measurement session has health actors as participants (caregiver controling the session, patient monitored during the session)."@en ; + rdfs:label "has participant"@en . + + +### https://saref.etsi.org/saref4ehaw/hasPatient +s4ehaw:hasPatient rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Caregiver ; + rdfs:range s4ehaw:Patient ; + rdfs:comment "A caregiver may have one or multiple patients."@en ; + rdfs:label "has patient"@en . + + +### https://saref.etsi.org/saref4ehaw/hasPhysicalLocation +s4ehaw:hasPhysicalLocation rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Patient ; + rdfs:range s4ehaw:PhysicalLocation ; + rdfs:comment "Defines the physical location of the patient, i.e. its postal address and/or its geolocation (when available)."@en ; + rdfs:label "has physical location"@en . + + +### https://saref.etsi.org/saref4ehaw/hasPosture +s4ehaw:hasPosture rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:User ; + rdfs:range s4ehaw:Posture ; + rdfs:comment "The posture of a user and a patient (as sub-class of user it also inherits habit), e.g. exercising, lying, running, sitting, walking..."@en ; + rdfs:label "has posture"@en . + + +### https://saref.etsi.org/saref4ehaw/hasPowerSource +s4ehaw:hasPowerSource rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:DeviceCharacteristic ; + rdfs:range s4ehaw:PowerSource ; + rdfs:comment "A health device characteristic is its power sources, mainly describing energy source and battery related capabilities of the health device (number of power source, source type, rechargeable or not, available power level...)."@en ; + rdfs:label "has power source"@en . + + +### https://saref.etsi.org/saref4ehaw/hasResponsibleParty +s4ehaw:hasResponsibleParty rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range s4ehaw:ResponsibleParty ; + rdfs:comment "A BAN that has a responsible party which plays the role of the legal entity responsible for this BAN (e.g. to contact in case of problem). It should be an organization or a person."@en ; + rdfs:label "has responsible party"@en . + + +### https://saref.etsi.org/saref4ehaw/hasTimeSeriesMesurement +s4ehaw:hasTimeSeriesMesurement rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Data ; + rdfs:range s4ehaw:TimeSeriesMeasurement ; + rdfs:comment "Data has time series measurements, a sequence taken at successive equally spaced points in time."@en ; + rdfs:label "has time series measurement"@en . + + +### https://saref.etsi.org/saref4ehaw/inCurrentMode +s4ehaw:inCurrentMode rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range s4ehaw:Mode ; + rdfs:comment "Each eHealth device has modes of operations that model its dynamic characteristic varying during its lifetime, e.g. active, hold, beacon..."@en ; + rdfs:label "in current mode"@en . + + +### https://saref.etsi.org/saref4ehaw/interfaceProtocol +s4ehaw:interfaceProtocol rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Interface ; + rdfs:range s4ehaw:CommunicationProtocol ; + rdfs:comment "The interface communication protocol can be e.g. BLE, serial, Ethernet..."@en ; + rdfs:label "interface protocol"@en . + + +### https://saref.etsi.org/saref4ehaw/isAttachedTo +s4ehaw:isAttachedTo rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range s4ehaw:HealthActor ; + rdfs:comment "A health Device is attached to a health actor such as a patient, a user and or a caregiver."@en ; + rdfs:label "is attached to"@en . + + +### https://saref.etsi.org/saref4ehaw/isDescribedBy +s4ehaw:isDescribedBy rdf:type owl:ObjectProperty ; + rdfs:domain saref:Service ; + rdfs:range s4ehaw:ServiceProcess ; + rdfs:comment "A service is described by a service process (how the service works)."@en ; + rdfs:label "is described by"@en . + + +### https://saref.etsi.org/saref4ehaw/groundingProtocol +s4ehaw:groundingProtocol rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:ServiceGrounding ; + rdfs:range s4ehaw:CommunicationProtocol ; + rdfs:comment "The grounding protocol is the protocol used to transmit the message by the service, e.g. BLE."@en ; + rdfs:label "grounding protocol"@en . + + +### https://saref.etsi.org/saref4ehaw/precision +s4ehaw:precision rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:MeasurementFunction ; + rdfs:range ssn-system:Precision ; + rdfs:comment "Precision refers to the degree of reproducibility of a measured quantity (when the same quantity is measured several times how close are the measurements from each other)."@en ; + rdfs:label "precision"@en . + + +### https://saref.etsi.org/saref4ehaw/presents +s4ehaw:presents rdf:type owl:ObjectProperty ; + rdfs:domain saref:Service ; + rdfs:range s4ehaw:ServiceProfile ; + rdfs:comment "A service presents a service profile (what the service does)."@en ; + rdfs:label "presents"@en . + + +### https://saref.etsi.org/saref4ehaw/supports +s4ehaw:supports rdf:type owl:ObjectProperty ; + rdfs:domain saref:Service ; + rdfs:range s4ehaw:ServiceGrounding ; + rdfs:comment "A service supports a service grounding (how to access the service)." ; + rdfs:label "supports"@en . + + +### https://saref.etsi.org/saref4ehaw/uom +s4ehaw:uom rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:MeasurementFunction ; + rdfs:range saref:UnitOfMeasure ; + rdfs:comment "Defines the unit of measure of a measurement function."@en ; + rdfs:label "unit of measurement"@en . + + +### https://saref.etsi.org/saref4ehaw/usesBan +s4ehaw:usesBan rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range s4ehaw:Ban ; + rdfs:comment "A health actor (e.g. a caregiver, a patient or a helper) uses a BAN for collecting, aggregating and relaying vital parameters."@en ; + rdfs:label "uses ban"@en . + + +### https://saref.etsi.org/saref4ehaw/hasChronicDisease +s4ehaw:hasChronicDisease rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Patient ; + rdfs:range s4ehaw:ChronicDisease ; + rdfs:comment "A patient can suffer from one or more chronic disease like Diabetes, azma, etc."@en ; + rdfs:label "has chronic disease"@en . + + +### https://saref.etsi.org/saref4envi/hasFrequencyMeasurement +s4envi:hasFrequencyMeasurement rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:MeasurementFunction ; + rdfs:range s4envi:FrequencyMeasurement ; + rdfs:comment "A measurement fucntion, in case of complex measurement like time series, has frequency measurement, i.e. the frequency in which it makes measurements."@en ; + rdfs:label "has frequency measurement"@en . + + +################################################################# +# Data properties +################################################################# + +### https://saref.etsi.org/saref4ehaw/activityDuration +s4ehaw:activityDuration rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Activity ; + rdfs:range xsd:float ; + rdfs:comment "The duration of an activity, in second."@en ; + rdfs:label "activity duration"@en . + + +### https://saref.etsi.org/saref4ehaw/activityKind +s4ehaw:activityKind rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Activity ; + rdfs:range xsd:string ; + rdfs:comment "The kind of atcivities that a patient or a user can have, i.e. e.g. sleeping in bed, sitting on a chair, using the shower, etc."@en ; + rdfs:label "activity kind"@en . + + +### https://saref.etsi.org/saref4ehaw/availableFlash +s4ehaw:availableFlash rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range xsd:long ; + rdfs:comment "The available flash memory (in byte) of a health device. It is a dynamic attribute."@en ; + rdfs:label "available flash"@en . + + +### https://saref.etsi.org/saref4ehaw/availableRam +s4ehaw:availableRam rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range xsd:long ; + rdfs:comment "Indicates the available volatile memory space (in byte) of a health device. It is a dynamic attribute."@en ; + rdfs:label "available ram"@en . + + +### https://saref.etsi.org/saref4ehaw/transmissionRate +s4ehaw:transmissionRate rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Interface ; + rdfs:range xsd:float ; + rdfs:comment "The transmission rate of the interface, i.e. the number of bits transmitted per second (usually expressed in kbps or Mbps)."@en ; + rdfs:label "transmission rate"@en . + + +### https://saref.etsi.org/saref4ehaw/dataSize +s4ehaw:dataSize rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Data ; + rdfs:range xsd:positiveInteger ; + rdfs:comment "The data size represents the size of the data in bytes"@en ; + rdfs:label "data size"@en . + + +### https://saref.etsi.org/saref4ehaw/banDensity +s4ehaw:banDensity rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range xsd:long ; + rdfs:comment "The BAN density, i.e. its number of node."@en ; + rdfs:label "BAN density"@en . + + +### https://saref.etsi.org/saref4ehaw/deviceCharacteristicName +s4ehaw:deviceCharacteristicName rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:DeviceCharacteristic ; + rdfs:range xsd:string ; + rdfs:comment "The commercial name of a device."@en ; + rdfs:label "device characteristic name"@en . + + +### https://saref.etsi.org/saref4ehaw/dimension +s4ehaw:dimension rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:DeviceCharacteristic ; + rdfs:range xsd:string ; + rdfs:comment "The dimension of the device i.e. height*weight*length string."@en ; + rdfs:label "dimension"@en . + + +### https://saref.etsi.org/saref4ehaw/dob +s4ehaw:dob rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range xsd:dateTime ; + rdfs:comment "The date of birth of a health actor."@en ; + rdfs:label "date of birth"@en . + + +### https://saref.etsi.org/saref4ehaw/dutyCycle +s4ehaw:dutyCycle rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ComputingPower ; + rdfs:range xsd:int ; + rdfs:comment "The duty cycle for each health device embedded processor, in percent."@en ; + rdfs:label "duty cycle"@en . + + +### https://saref.etsi.org/saref4ehaw/faultTolerence +s4ehaw:faultTolerence rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:MeasurementFunction ; + rdfs:range xsd:double ; + rdfs:comment "Defines the error rate tolerated for a measurement function."@en ; + rdfs:label "fault tolerence"@en . + + +### https://saref.etsi.org/saref4ehaw/firstName +s4ehaw:firstName rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range xsd:string ; + rdfs:comment "The first name of a health actor."@en ; + rdfs:label "first name"@en . + + +### https://saref.etsi.org/saref4ehaw/format +s4ehaw:format rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Data ; + rdfs:range xsd:anyURI ; + rdfs:comment "The format is a URI for a standard format like e.g. integer."@en ; + rdfs:label "format"@en . + + +### https://saref.etsi.org/saref4ehaw/frequency +s4ehaw:frequency rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ComputingPower ; + rdfs:range xsd:float ; + rdfs:comment "The frequency is the number of instructions an embedded processor - within a health device - can perform per second (MIPS)."@en ; + rdfs:label "frequency"@en . + + +### https://saref.etsi.org/saref4ehaw/geolocation +s4ehaw:geolocation rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:PhysicalLocation ; + rdfs:range xsd:string ; + rdfs:comment "The geolocation, when available, shall be given relatively to the current location - geolocation as standardized ISO 6709, e.g. +40.75-074.00/ -."@en ; + rdfs:label "geolocation"@en . + + +### https://saref.etsi.org/saref4ehaw/hasCalculationMethod +s4ehaw:hasCalculationMethod rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProcess ; + rdfs:range xsd:string ; + rdfs:comment "The service process has a calculation method to get the output or result, e.g. the calculation formula to determine the posture of a patient."@en ; + rdfs:label "has calculation method"@en . + + +### https://saref.etsi.org/saref4ehaw/hasEffect +s4ehaw:hasEffect rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProcess ; + rdfs:range xsd:string ; + rdfs:comment "The effect of a service can be an alert, nothing, an activation of another process..."@en ; + rdfs:label "has effect"@en . + + +### https://saref.etsi.org/saref4ehaw/hasGender +s4ehaw:hasGender rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range [ rdf:type rdfs:Datatype ; + owl:oneOf [ rdf:type rdf:List ; + rdf:first "female" ; + rdf:rest [ rdf:type rdf:List ; + rdf:first "male" ; + rdf:rest [ rdf:type rdf:List ; + rdf:first "undetermined" ; + rdf:rest rdf:nil + ] + ] + ] + ] ; + rdfs:comment "The gender of a health actor."@en ; + rdfs:label "has gender"@en . + + +### https://saref.etsi.org/saref4ehaw/banGeolocation +s4ehaw:banGeolocation rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range xsd:string ; + rdfs:comment "The geolocation of the BAN, when available and needed, shall be given relatively to the current location - geolocation as standardized ISO 6709, e.g. +40.75-074.00/ - of the patient wearing the BAN."@en ; + rdfs:label "BAN geolocation"@en . + + +### https://saref.etsi.org/saref4ehaw/hasInput +s4ehaw:hasInput rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProcess ; + rdfs:range xsd:string ; + rdfs:comment "The service process has data input like e.g. the patient ID, the timestamp, the read value from a sensor..."@en ; + rdfs:label "has input"@en . + + +### 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."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "has manufacturer"@en . + + +### https://saref.etsi.org/saref4ehaw/hasMbox +s4ehaw:hasMbox rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range xsd:anyURI ; + rdfs:comment "An email address (or mail box) of an health actor: a URI with the 'mailto' scheme as defined by RFC 6068."@en ; + rdfs:label "has mbox"@en . + + +### https://saref.etsi.org/saref4ehaw/hasOutput +s4ehaw:hasOutput rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProcess ; + rdfs:range xsd:string ; + rdfs:comment "The output is e.g. the calculated value returned by the process, e.g the posture of a patient."@en ; + rdfs:label "has output"@en . + + +### https://saref.etsi.org/saref4ehaw/hasPrecondition +s4ehaw:hasPrecondition rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProcess ; + rdfs:range xsd:string ; + rdfs:comment "The conditions that are imposed over the inputs of the process and the process must hold to be successufully invoked."@en ; + rdfs:label "has precondition"@en . + + +### https://saref.etsi.org/saref4ehaw/hasResult +s4ehaw:hasResult rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProcess ; + rdfs:range xsd:string ; + rdfs:comment "The process can have many results for the same output. Those results may include a message that should be displayed, an alert..."@en ; + rdfs:label "has result"@en . + + +### https://saref.etsi.org/saref4ehaw/hasValues +s4ehaw:hasValues rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:TimeSeriesMeasurement ; + rdfs:range xsd:decimal ; + rdfs:comment "A relationship defining the set of values (an ordered array of numbers) of a certain property, e.g., heart rate. Attention: to assure ordering in the serialization format, it is necessary to use either rdf:Seq (RDF/XML) or @list (JSON-LD)."@en ; + rdfs:label "has values"@en . + + +### https://saref.etsi.org/saref4ehaw/interfaceAddress +s4ehaw:interfaceAddress rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Interface ; + rdfs:range xsd:string ; + rdfs:comment "The interface address. The interface may have many addresses like MAC address, IP address or others."@en ; + rdfs:label "interface address"@en . + + +### https://saref.etsi.org/saref4ehaw/interfaceDescription +s4ehaw:interfaceDescription rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Interface ; + rdfs:range xsd:string ; + rdfs:comment "The interface type description."@en ; + rdfs:label "interface description"@en . + + +### https://saref.etsi.org/saref4ehaw/isDerivedData +s4ehaw:isDerivedData rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Data ; + rdfs:range xsd:boolean ; + rdfs:comment "Is derived data is a Boolean property to indicate if the data is a row data or a calculated/derived data from other one."@en ; + rdfs:label "is derived data"@en . + + +### https://saref.etsi.org/saref4ehaw/isGateway +s4ehaw:isGateway rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Interface ; + rdfs:range xsd:boolean ; + rdfs:comment "This boolean variable indicates if the interface is a gateway or not."@en ; + rdfs:label "is gateway"@en . + + +### https://saref.etsi.org/saref4ehaw/lastName +s4ehaw:lastName rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range xsd:string ; + rdfs:comment "The familly name of a health actor."@en ; + rdfs:label "last name"@en . + + +### https://saref.etsi.org/saref4ehaw/latency +s4ehaw:latency rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:MeasurementFunction ; + rdfs:range xsd:float ; + rdfs:comment "The latency is the time interval between the stimulation and response of a measurement function (in ms)."@en ; + rdfs:label "latency"@en . + + +### https://saref.etsi.org/saref4ehaw/lifetime +s4ehaw:lifetime rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range xsd:float ; + rdfs:comment "The BAN lifetime (in month), e.g. BAN for entertainment purposes should have a lifetime of weeks or few years whereas BAN dedicated for assisted living or anomaly monitoring should last for many years."@en ; + rdfs:label "lifetime"@en . + + +### https://saref.etsi.org/saref4ehaw/maximumFlash +s4ehaw:maximumFlash rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ComputingPower ; + rdfs:range xsd:long ; + rdfs:comment "Indicates the maximum flash memory space (in byte) of a health device."@en ; + rdfs:label "maximum flash"@en . + + +### https://saref.etsi.org/saref4ehaw/maximumRam +s4ehaw:maximumRam rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ComputingPower ; + rdfs:range xsd:long ; + rdfs:comment "Indicates the maximum volatile memory space (in byte) of a health device."@en ; + rdfs:label "maximum ram"@en . + + +### https://saref.etsi.org/saref4ehaw/maximumValue +s4ehaw:maximumValue rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ValidityConstraint ; + rdfs:range xsd:decimal ; + rdfs:comment "The maximum allowable value of a measurement."@en ; + rdfs:label "maximum value"@en . + + +### https://saref.etsi.org/saref4ehaw/minimumValue +s4ehaw:minimumValue rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ValidityConstraint ; + rdfs:range xsd:decimal ; + rdfs:comment "The minimum allowable value of a measurement."@en ; + rdfs:label "minimum value"@en . + + +### https://saref.etsi.org/saref4ehaw/modeName +s4ehaw:modeName rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Mode ; + rdfs:range xsd:string ; + rdfs:comment "The mode name of a device, e.g. sleeping."@en ; + rdfs:label "mode name"@en . + + +### https://saref.etsi.org/saref4ehaw/phenomena +s4ehaw:phenomena rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range xsd:string ; + rdfs:comment "The BAN monitors a specific phenomenon (burned calories during exercises, glucose level...)."@en ; + rdfs:label "phenomena"@en . + + +### https://saref.etsi.org/saref4ehaw/phone +s4ehaw:phone rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range xsd:string ; + rdfs:comment "The phone number of a health actor, in international format."@en ; + rdfs:label "phone"@en . + + +### https://saref.etsi.org/saref4ehaw/portNumber +s4ehaw:portNumber rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceGrounding ; + rdfs:range xsd:positiveInteger ; + rdfs:comment "The port number used to offer the service."@en ; + rdfs:label "port number"@en . + + +### https://saref.etsi.org/saref4ehaw/postalAddress +s4ehaw:postalAddress rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:PhysicalLocation ; + rdfs:range xsd:string ; + rdfs:comment "Defines the postal address."@en ; + rdfs:label "postal address"@en . + + +### https://saref.etsi.org/saref4ehaw/powerSourceType +s4ehaw:powerSourceType rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:PowerSource ; + rdfs:range xsd:string ; + rdfs:comment "The type of power source of a health device. It can be solar, battery, electricity..."@en ; + rdfs:label "power source type"@en . + + +### https://saref.etsi.org/saref4ehaw/rechargeable +s4ehaw:rechargeable rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:PowerSource ; + rdfs:range xsd:boolean ; + rdfs:comment "This boolean variable indicates if the power source is rechargeable or not, e.g. a rechargeable battery."@en ; + rdfs:label "rechargeable"@en . + + +### https://saref.etsi.org/saref4ehaw/remainingBatteryLevel +s4ehaw:remainingBatteryLevel rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range xsd:long ; + rdfs:comment "The level of remaining battery (if any : in percent) for a health device. It is a dynamic attribute."@en ; + rdfs:label "remaining battery level"@en . + + +### https://saref.etsi.org/saref4ehaw/sampleTime +s4ehaw:sampleTime rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:MeasurementFunction ; + rdfs:range xsd:int ; + rdfs:comment "The sample time of a measurement function (a discrete integer)."@en ; + rdfs:label "sample time"@en . + + +### https://saref.etsi.org/saref4ehaw/sendingFrequency +s4ehaw:sendingFrequency rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:PeriodicBanCommunicationType ; + rdfs:range xsd:float ; + rdfs:comment "Defines the sending frequency (in ms), at an health device level, in case of pariodic BAN communication type."@en ; + rdfs:label "sending frequency"@en . + + +### https://saref.etsi.org/saref4ehaw/serialNb +s4ehaw:serialNb rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range xsd:string ; + rdfs:comment "The serial number of a health device."@en ; + rdfs:label "serial number"@en . + + +### https://saref.etsi.org/saref4ehaw/serviceDescription +s4ehaw:serviceDescription rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProfile ; + rdfs:range xsd:string ; + rdfs:comment "The service description should describe the offered service like e.g. heart rate measurement."@en ; + rdfs:label "service description"@en . + + +### https://saref.etsi.org/saref4ehaw/serviceName +s4ehaw:serviceName rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProfile ; + rdfs:range xsd:string ; + rdfs:comment "The service name identify the offered service, e.g heart rate."@en ; + rdfs:label "service name"@en . + + +### https://saref.etsi.org/saref4ehaw/banTopology +s4ehaw:banTopology rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range [ rdf:type rdfs:Datatype ; + owl:oneOf [ rdf:type rdf:List ; + rdf:first "Adhoc" ; + rdf:rest [ rdf:type rdf:List ; + rdf:first "Mesh" ; + rdf:rest [ rdf:type rdf:List ; + rdf:first "Star" ; + rdf:rest rdf:nil + ] + ] + ] + ] ; + rdfs:comment "The BAN physical topology type, i.e Adhoc or Star or Mesh or Others."@ne ; + rdfs:label "BAN topology"@en . + + +### https://saref.etsi.org/saref4ehaw/velocity +s4ehaw:velocity rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:DeviceCharacteristic ; + rdfs:range xsd:float ; + rdfs:comment "The velocity of a moving device (in m/s)."@en ; + rdfs:label "velocity"@en . + + +################################################################# +# Classes +################################################################# + +### http://purl.org/vocommons/voaf#Vocabulary +voaf:Vocabulary rdf:type owl:Class . + + +### http://xmlns.com/foaf/0.1/Agent +foaf:Agent rdf:type owl:Class . + + +### https://saref.etsi.org/saref4ehaw/Activity +s4ehaw:Activity rdf:type owl:Class ; + rdfs:comment "The activity of a patient/user, i.e. daily and nocturnal activities."@en ; + rdfs:label "Activity"@en . + + +### https://saref.etsi.org/saref4ehaw/AgeCategory +s4ehaw:AgeCategory rdf:type owl:Class ; + rdfs:comment "The age group of a health actor, e.g. old or young."@en ; + rdfs:label "Age category"@en . + + +### https://saref.etsi.org/saref4ehaw/AlarmCommand +s4ehaw:AlarmCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command ; + rdfs:comment "A command corresponding to alarm sending."@en ; + rdfs:label "Alarm command"@en . + + +### https://saref.etsi.org/saref4ehaw/Ban +s4ehaw:Ban rdf:type owl:Class ; + rdfs:comment "Body Area Network."@en ; + rdfs:label "BAN"@en . + + +### https://saref.etsi.org/saref4ehaw/BanApplicationDomain +s4ehaw:BanApplicationDomain rdf:type owl:Class ; + rdfs:comment "The BAN application domain, e.g. healthcare, telemedicine, assisted living, sport training, safety and emergency..."@en ; + rdfs:label "BAN application domain"@en . + + +### https://saref.etsi.org/saref4ehaw/BanHub +s4ehaw:BanHub rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthDevice ; + rdfs:comment "Hub of the BAN, mainly playing the role of both a data concentrator and a network gateway."@en ; + rdfs:label "BAN hub"@en . + + +### https://saref.etsi.org/saref4ehaw/BodySurfaceLocation +s4ehaw:BodySurfaceLocation rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:Location ; + rdfs:comment "Defines a health device location in terms of a body surface position (i.e. on body health device)."@en ; + rdfs:label "Body surface location"@en . + + +### https://saref.etsi.org/saref4ehaw/Caregiver +s4ehaw:Caregiver rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthActor ; + rdfs:comment "For caregivers modelling."@en ; + rdfs:label "Caregiver"@en . + + + +### https://saref.etsi.org/saref4ehaw/ChronicDisease +s4ehaw:ChronicDisease rdf:type owl:Class ; + rdfs:comment "For chronic disease modelling, e.g. diabetes, asthma..."@en ; + rdfs:label "Chronic disease"@en . + + + +### https://saref.etsi.org/saref4ehaw/CommunicationProtocol +s4ehaw:CommunicationProtocol rdf:type owl:Class ; + rdfs:comment "The communication protocol, e.g. BLE, serial, Ethernet..."@en ; + rdfs:label "Communication protocol"@en . + + +### https://saref.etsi.org/saref4ehaw/BanCommunicationType +s4ehaw:BanCommunicationType rdf:type owl:Class ; + rdfs:comment "The BAN communication function type, i.e. periodic, event driven or on request."@en ; + rdfs:label "BAN Communication type"@en . + + +### https://saref.etsi.org/saref4ehaw/ComputingPower +s4ehaw:ComputingPower rdf:type owl:Class ; + rdfs:comment "The computing power capabilities of a Health device."@en ; + rdfs:label "Computing power"@en . + + +### https://saref.etsi.org/saref4ehaw/DataConstraint +s4ehaw:DataConstraint rdf:type owl:Class ; + rdfs:comment "The Data constraints, e.g. validity, legal..."@en ; + rdfs:label "Data constraint"@en . + + +### https://saref.etsi.org/saref4ehaw/Contact +s4ehaw:Contact rdf:type owl:Class ; + owl:equivalentClass s4ehaw:HealthActor ; + rdfs:comment "A BAN has one or multiple contacts, i.e. some health actors, e.g. the patient or user that is monitored through this BAN, the caregiver that is using this BAN for monitoring purposes..."@en ; + rdfs:label "Contact"@en . + + +### https://saref.etsi.org/saref4ehaw/DailyActivity +s4ehaw:DailyActivity rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:Activity ; + rdfs:comment "The patient/user activities that occur during daytime."@en ; + rdfs:label "Daily activity"@en . + + +### https://saref.etsi.org/saref4ehaw/Data +s4ehaw:Data rdf:type owl:Class ; + rdfs:comment "A function has one or many data, for example a tracking function shall include latitude, longitude and speed data."@en ; + rdfs:label "Data"@en . + + +### https://saref.etsi.org/saref4ehaw/DeviceCharacteristic +s4ehaw:DeviceCharacteristic rdf:type owl:Class ; + rdfs:comment "A health device has device characteristic describing the physical characteristics of the health device."@en ; + rdfs:label "Device characteristic"@en . + + +### https://saref.etsi.org/saref4ehaw/EventDrivenBanCommunicationType +s4ehaw:EventDrivenBanCommunicationType rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:BanCommunicationType ; + rdfs:comment "BAN communication function way of working of the type event driven."@en ; + rdfs:label "Event driven BAN communication type"@en . + + +### https://saref.etsi.org/saref4ehaw/FunctionalDevice +s4ehaw:FunctionalDevice rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "Functional Devices are non-purely eHealth/ageing-well devices that can be used for modelling/detecting activities or behaviours of patients/users, like for example beacons that can detect indoor positioning of a patient in a house."@en ; + rdfs:label "Functional device"@en . + + +### https://saref.etsi.org/saref4ehaw/Habit +s4ehaw:Habit rdf:type owl:Class ; + rdfs:comment "Defined for users (that can in particular be patients) habits modelling, e.g. smoking, alcohol drinking, overeating, undereating..."@en ; + rdfs:label "Habit"@en . + + +### https://saref.etsi.org/saref4ehaw/HealthActor +s4ehaw:HealthActor rdf:type owl:Class ; + rdfs:subClassOf foaf:Agent ; + rdfs:comment "The eHealth actors like e.g. caregivers, patients, users, helpers..."@en ; + rdfs:label "Health actor"@en . + + +### https://saref.etsi.org/saref4ehaw/HealthActuator +s4ehaw:HealthActuator rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthDevice ; + rdfs:comment "Health-related Actuator, equivalent to SAREF Actuator."@en ; + rdfs:label "Health actuator"@en . + + +### https://saref.etsi.org/saref4ehaw/HealthDevice +s4ehaw:HealthDevice rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "Health devices, e.g. BAN hub, health sensor/actuator/Wereable."@en ; + rdfs:label "Health Device"@en . + + +### https://saref.etsi.org/saref4ehaw/HealthSensor +s4ehaw:HealthSensor rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthDevice ; + rdfs:comment "Health-related Sensor, equivalent to SAREF Sensor."@en ; + rdfs:label "Health sensor"@en . + + +### https://saref.etsi.org/saref4ehaw/HealthWearable +s4ehaw:HealthWearable rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthDevice ; + rdfs:comment "Health-related Wearable, equivalent to SAREF4WEAR Wearable."@en ; + rdfs:label "Health wereable"@en . + + +### https://saref.etsi.org/saref4ehaw/Helper +s4ehaw:Helper rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthActor ; + rdfs:comment "Helper of patients/users, e.g. a patient's relative."@en ; + rdfs:label "Helper"@en . + + +### https://saref.etsi.org/saref4ehaw/Impairment +s4ehaw:Impairment rdf:type owl:Class ; + rdfs:comment "Defined for users (that can in particular be patients) impairments modelling, e.g. aural impairment, skeletal impairment, ocular impairment, mobility impairment, intellectual impairment. Those non exhaustive impairments are compatible with the World Health Organization classification."@en ; + rdfs:label "Impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/ImplantLocation +s4ehaw:ImplantLocation rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:Location ; + rdfs:comment "Implant Device (i.e. in body health device) position."@en ; + rdfs:label "Implant location"@en . + + +### https://saref.etsi.org/saref4ehaw/Interface +s4ehaw:Interface rdf:type owl:Class ; + rdfs:comment "Used for modelling the interfaces of a health device (e.g. Bluetooth, UWB, IEEE 802.15.6, serial interface...)."@en ; + rdfs:label "Interface"@en . + + +### https://saref.etsi.org/saref4ehaw/LegalConstraint +s4ehaw:LegalConstraint rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:DataConstraint ; + rdfs:comment "An empty container for describing the legal constraints a data can be submitted to, like e.g. anonymization."@en ; + rdfs:label "Legal constraint"@en . + + +### https://saref.etsi.org/saref4ehaw/Location +s4ehaw:Location rdf:type owl:Class ; + rdfs:comment "The location, i.e. a position against the body (on - body surface – or in the body – implant –) and a physical location (i.e. a postal address and/or a current geolocation when available)."@en ; + rdfs:label "Location"@en . + + +### https://saref.etsi.org/saref4ehaw/MeasurementCollectionSession +s4ehaw:MeasurementCollectionSession rdf:type owl:Class ; + rdfs:subClassOf saref:Task ; + rdfs:comment "Task in which a health actor (mainly a patient or a user) is subject of measurement collection (recording) by both some measurement-related health Device (e.g. Sensor, Wearable, ECG Device...) and a health actor (mainly a caregiver)."@en ; + rdfs:label "Measurement collection session"@en . + + +### https://saref.etsi.org/saref4ehaw/MeasurementFunction +s4ehaw:MeasurementFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "The functionality necessary to accomplish the measurement task for which a measurement-related health Device (e.g. Sensor, Wearable, ECG Device...) is designed for, e.g. a heart rate measurement function."@en ; + rdfs:label "Measurement function"@en . + + +### https://saref.etsi.org/saref4ehaw/Mode +s4ehaw:Mode rdf:type owl:Class ; + rdfs:comment "The dynamic characteristics of a eHealth Device that vary during its lifetime or its BAN lifetime."@en ; + rdfs:label "Mode"@en . + + +### https://saref.etsi.org/saref4ehaw/NocturnalActivity +s4ehaw:NocturnalActivity rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:Activity ; + rdfs:comment "The patient/user activities that occur during the night."@en ; + rdfs:label "Nocturnal activity"@en . + + +### https://saref.etsi.org/saref4ehaw/OnRequestBanCommunicationType +s4ehaw:OnRequestBanCommunicationType rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:BanCommunicationType ; + rdfs:comment "BAN communication function way of working of the type on request."@en ; + rdfs:label "On request BAN communication type"@en . + + +### https://saref.etsi.org/saref4ehaw/OperatingConstraint +s4ehaw:OperatingConstraint rdf:type owl:Class ; + rdfs:comment "An empty container for describing the operating constraints of a device, e.g. recommended humidity and temperature range..."@en ; + rdfs:label "Operating constraint"@en . + + +### https://saref.etsi.org/saref4ehaw/Patient +s4ehaw:Patient rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:User ; + rdfs:comment "A user of the type patient, i.e. a cared-for person by one or multiple caregivers."@en ; + rdfs:label "Patient"@en . + + +### https://saref.etsi.org/saref4ehaw/PeriodicBanCommunicationType +s4ehaw:PeriodicBanCommunicationType rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:BanCommunicationType ; + rdfs:comment "BAN communication function way of working of the type periodic."@en ; + rdfs:label "Periodic BAN communication type"@en . + + +### https://saref.etsi.org/saref4ehaw/PhysicalLocation +s4ehaw:PhysicalLocation rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:Location ; + rdfs:comment "The physical location, i.e. a postal address and a geolocation when available."@en ; + rdfs:label "Physical location"@en . + + +### https://saref.etsi.org/saref4ehaw/Posture +s4ehaw:Posture rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "The posture of a health actor (mainly a patient or a user), e.g. exercising, lying, running, sitting, walking..."@en ; + rdfs:label "Posture"@en . + + +### https://saref.etsi.org/saref4ehaw/PowerSource +s4ehaw:PowerSource rdf:type owl:Class ; + rdfs:comment "The power sources of a health device, mainly describing energy source and battery related capabilities of the health device (number of power source, source type, rechargeable or not...)."@en ; + rdfs:label "Power source"@en . + + +### https://saref.etsi.org/saref4ehaw/ReminderCommand +s4ehaw:ReminderCommand rdf:type owl:Class ; + rdfs:subClassOf saref:NotifyCommand ; + rdfs:comment "Command used for sending reminder notifications to health actors, e.g. patients, users or Caregivers."@en ; + rdfs:label "Reminder command"@en . + + +### https://saref.etsi.org/saref4ehaw/ResponsibleParty +s4ehaw:ResponsibleParty rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthActor ; + rdfs:comment "The legal entity responsible for a BAN, i.e. to contact in case of problem."@en ; + rdfs:label "Responsible party"@en . + + +### https://saref.etsi.org/saref4ehaw/ServiceGrounding +s4ehaw:ServiceGrounding rdf:type owl:Class ; + rdfs:comment "How to access the service."@en ; + rdfs:label "Service grounding"@en . + + +### https://saref.etsi.org/saref4ehaw/ServiceProcess +s4ehaw:ServiceProcess rdf:type owl:Class ; + rdfs:comment "How the service works."@en ; + rdfs:label "Service process"@en . + + +### https://saref.etsi.org/saref4ehaw/ServiceProfile +s4ehaw:ServiceProfile rdf:type owl:Class ; + rdfs:comment "What the service does."@en ; + rdfs:label "Service profile"@en . + + +### https://saref.etsi.org/saref4ehaw/TimeSeriesMeasurement +s4ehaw:TimeSeriesMeasurement rdf:type owl:Class ; + rdfs:subClassOf saref:Measurement , + [ rdf:type owl:Restriction ; + owl:onProperty s4envi:hasFrequencyMeasurement ; + owl:allValuesFrom s4envi:FrequencyMeasurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4ehaw:hasValues ; + owl:allValuesFrom xsd:decimal + ] ; + rdfs:comment "A sequence of data in a successive equally spaced points in time. The O&M ontology (ISO 19156) defines Time Series Observation as an “observation whose result is a time-series”, while both Hl7 aECG and DICOM standards define the Series element as a sequence of data sharing a common frame of reference. In SAREF4health this concept is termed as Time Series Measurements since this sequence of data refers to time series measured by a health device."@en ; + rdfs:label "Time series measurement"@en . + + +### https://saref.etsi.org/saref4ehaw/User +s4ehaw:User rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthActor ; + rdfs:comment "A health actor (patient included) that can be equiped with BANs or health devices for monitoring, control, care (specific case of patients) or support purposes."@en ; + rdfs:label "User"@en . + + +### https://saref.etsi.org/saref4ehaw/ValidityConstraint +s4ehaw:ValidityConstraint rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:DataConstraint ; + rdfs:comment "Data may have validity constraint such as allowable value range."@en ; + rdfs:label "Validity constraint"@en . + + +### https://saref.etsi.org/saref/core/Command +saref:Command rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/Device +saref:Device rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/Function +saref:Function rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/Measurement +saref:Measurement rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/NotifyCommand +saref:NotifyCommand rdf:type owl:Class . + + +### http://www.w3.org/ns/ssn/systems/Precision +ssn-system:Precision rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/Property +saref:Property rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/Service +saref:Service rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/Task +saref:Task rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/UnitOfMeasure +saref:UnitOfMeasure rdf:type owl:Class . + + +### https://saref.etsi.org/saref4envi/Frequency +s4envi:Frequency rdf:type owl:Class . + + +### https://saref.etsi.org/saref4envi/FrequencyMeasurement +s4envi:FrequencyMeasurement rdf:type owl:Class ; + rdfs:comment "Represents the measured value made over a frequency property. It is also linked to the frequency unit of measure in which the value is expressed and the timestamp of the measurement."@en ; + rdfs:isDefinedBy s4envi: ; + rdfs:label "Frequency measurement"@en . + + +### https://saref.etsi.org/saref4envi/FrequencyUnit +s4envi:FrequencyUnit rdf:type owl:Class . + + + +################################################################# +# Individuals +################################################################# + + +### https://saref.etsi.org/saref4ehaw/AlcoholDrinking +s4ehaw:AlcoholDrinking rdf:type owl:NamedIndividual , + s4ehaw:Habit ; + rdfs:comment "Alcohol drinking habit (User level)."@en ; + rdfs:label "Alcohol drinking"@en . + + +### https://saref.etsi.org/saref4ehaw/AssistedLiving +s4ehaw:AssistedLiving rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Assisted living sub-domain for BAN application."@en ; + rdfs:label "Assisted living"@en . + + +### https://saref.etsi.org/saref4ehaw/AuralImpairment +s4ehaw:AuralImpairment rdf:type owl:NamedIndividual , + s4ehaw:Impairment ; + rdfs:comment "Aural impairment (User level), i.e. impairments of auditory sensitivity."@en ; + rdfs:label "Aural impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/Emergency +s4ehaw:Emergency rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Emergency sub-domain for BAN application."@en ; + rdfs:label "Emergency"@en . + + +### https://saref.etsi.org/saref4ehaw/Exercising +s4ehaw:Exercising rdf:type owl:NamedIndividual , + s4ehaw:Posture ; + rdfs:comment "Posture of user doing exercises."@en ; + rdfs:label "Exercising"@en . + + +### https://saref.etsi.org/saref4ehaw/Healthcare +s4ehaw:Healthcare rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Healthcare domain for BAN application."@en ; + rdfs:label "Healthcare"@en . + + +### https://saref.etsi.org/saref4ehaw/IntellectualImpairment +s4ehaw:IntellectualImpairment rdf:type owl:NamedIndividual , + s4ehaw:Impairment ; + rdfs:comment "Skeletal impairment (User level), e.g. ..."@en ; + rdfs:label "Intellectual impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/Lying +s4ehaw:Lying rdf:type owl:NamedIndividual , + s4ehaw:Posture ; + rdfs:comment "Posture of a lying user."@en ; + rdfs:label "Lying"@en . + + +### https://saref.etsi.org/saref4ehaw/MobilityImpairment +s4ehaw:MobilityImpairment rdf:type owl:NamedIndividual , + s4ehaw:Impairment ; + rdfs:comment "Mobility impairment (User level)."@en ; + rdfs:label "Mobility impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/OcularImpairment +s4ehaw:OcularImpairment rdf:type owl:NamedIndividual , + s4ehaw:Impairment ; + rdfs:comment "Ocular impairment (User level), i.e. impamnents of visual acuity."@en ; + rdfs:label "Ocular impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/Old +s4ehaw:Old rdf:type owl:NamedIndividual , + s4ehaw:AgeCategory ; + rdfs:comment "Old, one user age category."@en ; + rdfs:label "Old"@en . + + +### https://saref.etsi.org/saref4ehaw/Overeating +s4ehaw:Overeating rdf:type owl:NamedIndividual , + s4ehaw:Habit ; + rdfs:comment "Overeating habit (User level)."@en ; + rdfs:label "Overeating"@en . + + +### https://saref.etsi.org/saref4ehaw/PervasiveComputing +s4ehaw:PervasiveComputing rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Pervasive computing sub-domain for BAN application."@en ; + rdfs:label "Pervasive computing"@en . + + +### https://saref.etsi.org/saref4ehaw/Running +s4ehaw:Running rdf:type owl:NamedIndividual , + s4ehaw:Posture ; + rdfs:comment "Posture of a running user."@en ; + rdfs:label "Running"@en . + + +### https://saref.etsi.org/saref4ehaw/Safety +s4ehaw:Safety rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Safety sub-domain for BAN application."@en ; + rdfs:label "Safety"@en . + + +### https://saref.etsi.org/saref4ehaw/Sitting +s4ehaw:Sitting rdf:type owl:NamedIndividual , + s4ehaw:Posture ; + rdfs:comment "Posture of a sitting user."@en ; + rdfs:label "Sitting"@en . + + +### https://saref.etsi.org/saref4ehaw/SkeletalImpairment +s4ehaw:SkeletalImpairment rdf:type owl:NamedIndividual , + s4ehaw:Impairment ; + rdfs:comment "Skeletal impairment (User level), e.g. of head and trunk regions, limbs..."@en ; + rdfs:label "Skeletal impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/Smoking +s4ehaw:Smoking rdf:type owl:NamedIndividual , + s4ehaw:Habit ; + rdfs:comment "Smoking habit (User level)."@en ; + rdfs:label "Smoking"@en . + + +### https://saref.etsi.org/saref4ehaw/SportTraining +s4ehaw:SportTraining rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Sport training sub-domain for BAN application."@en ; + rdfs:label "Sport Training"@en . + + +### https://saref.etsi.org/saref4ehaw/Telemedicine +s4ehaw:Telemedicine rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Telemedicine sub-domain for BAN application."@en ; + rdfs:label "Telemedicine"@en . + + +### https://saref.etsi.org/saref4ehaw/Undereating +s4ehaw:Undereating rdf:type owl:NamedIndividual , + s4ehaw:Habit ; + rdfs:comment "Undereating habit (User level)."@en ; + rdfs:label "Undereating"@en . + + +### https://saref.etsi.org/saref4ehaw/OcularImpairment +s4ehaw:OcularImpairment rdf:type owl:NamedIndividual , + s4ehaw:Impairment ; + rdfs:comment "Ocular impairment (User level)."@en ; + rdfs:label "Ocular impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/Walking +s4ehaw:Walking rdf:type owl:NamedIndividual , + s4ehaw:Posture ; + rdfs:comment "Posture of a walking user."@en ; + rdfs:label "Walking"@en . + + +### https://saref.etsi.org/saref4ehaw/Young +s4ehaw:Young rdf:type owl:NamedIndividual , + s4ehaw:AgeCategory ; + rdfs:comment "Young, one user age category."@en ; + rdfs:label "Young"@en . + +### https://saref.etsi.org/saref4ehaw/ArmpitLocation +s4ehaw:ArmpitLocation rdf:type owl:NamedIndividual , + s4ehaw:BodySurfaceLocation ; + rdfs:comment "Armpit location, a user body surface location."@en ; + rdfs:label "Armpit location"@en . + + +### https://saref.etsi.org/saref4ehaw/Asthma +s4ehaw:Asthma rdf:type owl:NamedIndividual , + s4ehaw:ChronicDisease ; + rdfs:comment "Asthma, a chronical disease that some users can have."@en ; + rdfs:label "Asthma"@en . + + +### https://saref.etsi.org/saref4ehaw/Diabetes +s4ehaw:Diabetes rdf:type owl:NamedIndividual , + s4ehaw:ChronicDisease ; + rdfs:comment "Diabetes, a chronical disease that some users can have."@en ; + rdfs:label "Diabetes"@en . + + +### https://saref.etsi.org/saref4ehaw/WristLocation +s4ehaw:WristLocation rdf:type owl:NamedIndividual , + s4ehaw:BodySurfaceLocation ; + rdfs:comment "Wrist, a user body surface location."@en ; + rdfs:label "Wrist location"@en . + + +### https://saref.etsi.org/saref4ehaw/Prevention +s4ehaw:Prevention rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Prevention sub-domain (e.g. preventive health) for BAN application."@en ; + rdfs:label "Prevention"@en . + + +### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi diff --git a/jnsm2023/evaluations/ontology/imports/saref4wear.ttl b/jnsm2023/evaluations/ontology/imports/saref4wear.ttl new file mode 100644 index 0000000..de9bb4b --- /dev/null +++ b/jnsm2023/evaluations/ontology/imports/saref4wear.ttl @@ -0,0 +1,1114 @@ +@prefix : . +@prefix geo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix foaf: . +@prefix rdfs: . +@prefix vann: . +@prefix voaf: . +@prefix geosp: . +@prefix saref: . +@prefix s4city: . +@prefix s4syst: . +@prefix s4wear: . +@prefix schema: . +@prefix dcterms: . +@prefix ssn-system: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + dcterms:created "2019-01-01"^^xsd:date ; + dcterms:creator , + ; + dcterms:description "SAREF4WEAR is an extension of SAREF for Wearables"@en ; + dcterms:issued "2020-02-01"^^xsd:date ; + dcterms:license ; + dcterms:modified "2020-06-06"^^xsd:date ; + dcterms:publisher ; + dcterms:source ; + dcterms:title "SAREF4WEAR: an extension of SAREF for Wearables"@en ; + vann:preferredNamespacePrefix "s4wear" ; + vann:preferredNamespaceUri "https://saref.etsi.org/saref4wear/" ; + owl:versionInfo "v1.1.1" . + +################################################################# +# 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 . + + +### http://schema.org/affiliation +### schema:affiliation rdf:type owl:AnnotationProperty . + + +### http://schema.org/familyName +schema:familyName rdf:type owl:AnnotationProperty . + + +### http://schema.org/givenName +schema:givenName rdf:type owl:AnnotationProperty . + + +### http://schema.org/name +schema:name rdf:type owl:AnnotationProperty . + + +### http://xmlns.com/foaf/0.1/name +foaf:name rdf:type owl:AnnotationProperty . + + +saref:FeatureOfInterest a owl:Class . + +saref:Measurement a owl:Class . + +saref:isMeasurementOf a owl:ObjectProperty . + +################################################################# +# Object Properties +################################################################# + +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 +geosp:hasGeometry rdf:type owl:ObjectProperty ; + rdfs:comment "A spatial representation for a given feature."@en ; + rdfs:isDefinedBy geosp: ; + rdfs:label "hasGeometry"@en . + + +### http://www.opengis.net/ont/geosparql#sfContains +geosp:sfContains rdf:type owl:ObjectProperty ; + rdfs:comment "Exists if the subject SpatialObject spatially contains the object SpatialObject."@en ; + rdfs:isDefinedBy geosp: ; + rdfs:label "sfContains"@en . + + +### http://www.opengis.net/ont/geosparql#sfWithin +geosp:sfWithin rdf:type owl:ObjectProperty ; + rdfs:comment "Exists if the subject SpatialObject is spatially within the object SpatialObject."@en ; + rdfs:isDefinedBy geosp: ; + rdfs:label "sfWithin"@en . + + +### http://www.w3.org/2003/01/geo/wgs84_pos#location +geo:location rdf:type owl:ObjectProperty ; + rdfs:comment "The relation between something and the point, or other geometrical thing in space, where it is. For example, the relationship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping."@en ; + rdfs:isDefinedBy geo: ; + rdfs:label "location" . + + +### http://www.w3.org/ns/ssn/systems/hasSystemCapability +ssn-system:hasSystemCapability rdf:type owl:ObjectProperty ; + rdfs:comment "Relation from a System to a SystemCapability describing the capabilities of the System under certain Conditions."@en ; + rdfs:isDefinedBy ssn-system: ; + rdfs:label "has system capability"@en . + + +### https://saref.etsi.org/core/consistsOf +saref:consistsOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship indicating a composite entity that consists of other entities (e.g., a temperature/humidity sensor that consists of a temperature sensor and a humidity sensor)"@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "consists of"@en . + + +### https://saref.etsi.org/core/controlsProperty +saref:controlsProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the property that can be controlled by a certain device."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "controls property"@en . + + +### https://saref.etsi.org/core/hasFunction +saref:hasFunction rdf:type owl:ObjectProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range saref:Function ; + rdfs:comment "A relationship identifying the function of a device."@en ; + rdfs:label "has function"@en . + + +### https://saref.etsi.org/core/hasProperty +saref:hasProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a feature of interest and a property of that feature."@en ; + rdfs:label "has property"@en . + + +### https://saref.etsi.org/core/isControlledByDevice +saref:isControlledByDevice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the devices that can control a certain property."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "is controlled by device"@en . + + +### https://saref.etsi.org/core/isMeasuredByDevice +saref:isMeasuredByDevice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the devices that can measure a certain property."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "is measured by device"@en . + + +### 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."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "is measured in"@en . + + +### https://saref.etsi.org/core/makesMeasurement +saref:makesMeasurement rdf:type owl:ObjectProperty ; + owl:inverseOf saref:measurementMadeBy ; + rdfs:comment "A relation between a device and the measurements it makes. Such measurement will link together the value of the measurement, its unit of measure and the property to which it relates."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "makes measurement"@en . + + +### https://saref.etsi.org/core/measurementMadeBy +saref:measurementMadeBy rdf:type owl:ObjectProperty ; + rdfs:comment "A relation between a measurement and the device that made it."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "measurement made by"@en . + + +### https://saref.etsi.org/core/measuresProperty +saref:measuresProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the property that can be measured by a certain device."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "measures property"@en . + + +### https://saref.etsi.org/core/relatesToMeasurement +saref:relatesToMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a property and the measurements it relates to."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "relates to measurement"@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."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "relates to property"@en . + + +### https://saref.etsi.org/saref4city/takesPlaceAtFacility +s4city:takesPlaceAtFacility rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying in which facility and event takes place."@en ; + rdfs:isDefinedBy s4city: ; + rdfs:label "takes place at facility"@en . + + +### https://saref.etsi.org/saref4syst/connectedTo +s4syst:connectedTo rdf:type owl:ObjectProperty ; + rdfs:comment "Links a system to a system it is connected to. Connected systems interact in some way. The exact meaning of \"interact\" is defined by sub properties of s4syst:connectedTo. Property s4syst:connectedTo is symmetric. This property can be qualified using class s4syst:Connection, which connects the two systems. If there is a connection between several systems, then one may infer these systems are pairwise connected."@en ; + rdfs:label "connected to"@en . + + +### https://saref.etsi.org/saref4wear/controlsFeature +s4wear:controlsFeature rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range saref:FeatureOfInterest ; + rdfs:comment "A relationship specifying the features of interest that are controlled by a device."@en ; + rdfs:label "controls feature"@en . + + +### https://saref.etsi.org/saref4wear/featureIsControlledByDevice +s4wear:featureIsControlledByDevice rdf:type owl:ObjectProperty ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Device ; + rdfs:comment "A relationship specifying the devices that control a feature of interest."@en ; + rdfs:label "feature is controlled by device"@en . + + +### https://saref.etsi.org/saref4wear/featureIsMeasuredByDevice +s4wear:featureIsMeasuredByDevice rdf:type owl:ObjectProperty ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Device ; + rdfs:comment "A relationship specifying the devices that measure a feature of interest."@en ; + rdfs:label "feature is measured by device"@en . + + +### https://saref.etsi.org/saref4wear/followsPolicy +s4wear:followsPolicy rdf:type owl:ObjectProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range s4wear:Policy ; + rdfs:comment "A relationship specifying the policy followed by a wearable device."@en ; + rdfs:label "follows policy"@en . + + +### https://saref.etsi.org/saref4wear/hasInterface +s4wear:hasInterface rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range s4wear:Interface ; + rdfs:comment "A relationship specifying the interface with which a device is equipped."@en ; + rdfs:label "has interface"@en . + + +### https://saref.etsi.org/saref4wear/hasPowerSupply +s4wear:hasPowerSupply rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range s4wear:PowerSupply ; + rdfs:comment "A relationship specifying the type of power supply equipping a device."@en ; + rdfs:label "has power supply"@en . + + +### https://saref.etsi.org/saref4wear/hasSensor +s4wear:hasSensor rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range saref:Sensor ; + rdfs:comment "A relationship specifying a sensor integrated into a device."@en ; + rdfs:label "has sensor"@en . + + +### https://saref.etsi.org/saref4wear/installs +s4wear:installs rdf:type owl:ObjectProperty ; + rdfs:domain s4city:Facility ; + rdfs:range saref:Device ; + rdfs:comment "A relationship specifying in which facility a device has been installed."@en ; + rdfs:label "installs"@en . + + +### https://saref.etsi.org/saref4wear/interactsWith +s4wear:interactsWith rdf:type owl:ObjectProperty ; + rdfs:domain s4wear:User ; + rdfs:range saref:Device ; + rdfs:comment "A relationship specifying the interaction between a user and a device."@en ; + rdfs:label "interacts with"@en . + + +### https://saref.etsi.org/saref4wear/isDetectedBy +s4wear:isDetectedBy rdf:type owl:ObjectProperty ; + rdfs:domain s4wear:Occurrence ; + rdfs:range saref:Device ; + rdfs:comment "Defines the relationship between an occurrence and the device detecting it." ; + rdfs:label "is detected by"@en . + + +### https://saref.etsi.org/saref4wear/isLocated +s4wear:isLocated rdf:type owl:ObjectProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range s4wear:Wearer ; + rdfs:comment "A relationship specifying the location of a wearer with respect to a wearable."@en ; + rdfs:label "is located"@en . + + +### https://saref.etsi.org/saref4wear/isLocatedIn +s4wear:isLocatedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf s4wear:isLocated ; + rdfs:domain s4wear:InBodyWearable ; + rdfs:range s4wear:Wearer ; + rdfs:comment "A relationship specifying the location of a wearer with respect to an in-body wearable."@en ; + rdfs:label "is located in"@en . + + +### https://saref.etsi.org/saref4wear/isLocatedNear +s4wear:isLocatedNear rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf s4wear:isLocated ; + rdfs:domain s4wear:NearBodyWearable ; + rdfs:range s4wear:Wearer ; + rdfs:comment "A relationship specifying the location of a wearer with respect to an near-body wearable."@en ; + rdfs:label "is located near"@en . + + +### https://saref.etsi.org/saref4wear/isLocatedOn +s4wear:isLocatedOn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf s4wear:isLocated ; + rdfs:domain s4wear:OnBodyWearable ; + rdfs:range s4wear:Wearer ; + rdfs:comment "A relationship specifying the location of a wearer with respect to an on-body wearable."@en ; + rdfs:label "is located on"@en . + + +### https://saref.etsi.org/saref4wear/isTriggeredBy +s4wear:isTriggeredBy rdf:type owl:ObjectProperty ; + owl:inverseOf s4wear:triggers ; + rdfs:domain saref:ActuatingFunction ; + rdfs:range saref:Device ; + rdfs:comment "A relationship specifying the function actuating the work of a device."@en ; + rdfs:label "is triggered by"@en . + + +### https://saref.etsi.org/saref4wear/measuresFeature +s4wear:measuresFeature rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range saref:FeatureOfInterest ; + rdfs:comment "A relationship specifying the features of interest that are measured by a device."@en ; + rdfs:label "measures feature"@en . + + +### https://saref.etsi.org/saref4wear/monitors +s4wear:monitors rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range saref:Device ; + rdfs:comment "A relationship specifying the monitoring activity of a device on another device."@en ; + rdfs:label "monitors"@en . + + +### https://saref.etsi.org/saref4wear/sendsInformationTo +s4wear:sendsInformationTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf s4syst:connectedTo ; + rdfs:domain s4wear:Wearable ; + rdfs:range s4wear:Wearable ; + rdfs:comment "A relationship specifying the sending information operation between two wearables."@en ; + rdfs:label "sends information to"@en . + + +### https://saref.etsi.org/saref4wear/sendsNotificationsTo +s4wear:sendsNotificationsTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf s4syst:connectedTo ; + rdfs:domain s4wear:Wearable ; + rdfs:range s4wear:Wearer ; + rdfs:comment "A relationship specifying the sending notification operation between two wearables."@en ; + rdfs:label "sends notifications to"@en . + + +### https://saref.etsi.org/saref4wear/takesPlaceAt +s4wear:takesPlaceAt rdf:type owl:ObjectProperty ; + rdfs:comment "The place where an occurrence takes place."@en ; + rdfs:label "takes place at"@en . + + +### https://saref.etsi.org/saref4wear/triggers +s4wear:triggers rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range saref:ActuatingFunction ; + rdfs:comment "A relationship specifying the function actuating the work of a device."@en ; + rdfs:label "triggers"@en . + + +################################################################# +# Data properties +################################################################# + +### 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)."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "has timestamp"@en . + + +### https://saref.etsi.org/core/hasValue +saref:hasValue rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power. Note that, even if numeric values are expected to enable reasoning, measurement values could use other datatypes."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "has value"@en . + + +### https://saref.etsi.org/saref4wear/hasCapacity +s4wear:hasCapacity rdf:type owl:DatatypeProperty ; + rdfs:domain s4city:Facility ; + rdfs:range xsd:long ; + rdfs:comment "A relationship defining the capacity of a facility."@en ; + 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 ; + rdfs:range xsd:double ; + rdfs:comment "A relationship defining the data transmission rate of a wearable."@en ; + rdfs:label "has data transmission rate"@en . + + +### https://saref.etsi.org/saref4wear/hasHeight +s4wear:hasHeight rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range xsd:double ; + rdfs:comment "A relationship defining the height dimension of a wearable."@en ; + rdfs:label "has height"@en . + + +### https://saref.etsi.org/saref4wear/hasLength +s4wear:hasLength rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range xsd:double ; + rdfs:comment "A relationship defining the length dimension of a wearable."@en ; + rdfs:label "has length"@en . + + +### https://saref.etsi.org/saref4wear/hasStorage +s4wear:hasStorage rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range xsd:double ; + rdfs:comment "A relationship defining the storage capacity of a wearable."@en ; + rdfs:label "has storage"@en . + + +### https://saref.etsi.org/saref4wear/hasWeight +s4wear:hasWeight rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range xsd:double ; + rdfs:comment "A relationship defining the weight of a wearable device."@en ; + rdfs:label "has weight"@en . + + +### https://saref.etsi.org/saref4wear/hasWidth +s4wear:hasWidth rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range xsd:double ; + rdfs:comment "A relationship defining the width dimention of a wearable."@en ; + rdfs:label "has width"@en . + + +### https://saref.etsi.org/saref4wear/meansOfTransport +s4wear:meansOfTransport rdf:type owl:DatatypeProperty ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range xsd:string ; + rdfs:comment "A relationship stating the means of transport on which the wearable is operating."@en ; + rdfs:label "means of transport"@en . + + +### https://saref.etsi.org/saref4wear/wearerAgeRange +s4wear:wearerAgeRange rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearer ; + rdfs:range xsd:string ; + rdfs:comment "A relationship stating the age range of a wearer."@en ; + rdfs:label "wearer age range"@en . + + +### https://saref.etsi.org/saref4wear/wearerStatus +s4wear:wearerStatus rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearer ; + rdfs:range xsd:string ; + rdfs:comment "A relationship defining the status of a wearer."@en ; + rdfs:label "wearer status"@en . + + +################################################################# +# Classes +################################################################# + +### http://purl.org/vocommons/voaf#Vocabulary +voaf:Vocabulary rdf:type owl:Class ; + rdfs:comment "A vocabulary used in the linked data cloud. An instance of voaf:Vocabulary relies on or is used by at least another instance of voaf:Vocabulary."@en ; + rdfs:label "Vocabulary"@en . + + +### http://schema.org/Organization +schema:Organization rdf:type owl:Class ; + rdfs:comment "An organization."@en ; + rdfs:label "Organization"@en . + + +### http://schema.org/Person +schema:Person rdf:type owl:Class ; + rdfs:comment "A person."@en ; + rdfs:label "Person"@en . + + +### http://www.opengis.net/ont/geosparql#Feature +geosp:Feature rdf:type owl:Class ; + rdfs:subClassOf geosp: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."@en ; + rdfs:isDefinedBy geosp: ; + rdfs:label "Feature"@en . + + +### http://www.opengis.net/ont/geosparql#Geometry +geosp:Geometry rdf:type owl:Class ; + rdfs:subClassOf geosp: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."@en ; + rdfs:isDefinedBy geosp: ; + rdfs:label "Geometry"@en . + + +### http://www.opengis.net/ont/geosparql#SpatialObject +geosp:SpatialObject rdf:type owl:Class ; + rdfs:comment "The class spatial-object represents everything that can have a spatial representation. It is superclass of feature and geometry."@en ; + rdfs:isDefinedBy geosp: ; + rdfs:label "Spatial object"@en . + + +### http://www.w3.org/2003/01/geo/wgs84_pos#Point +geo:Point rdf:type owl:Class ; + rdfs:subClassOf geosp:Geometry ; + rdfs:comment "A point, typically described using a coordinate system relative to Earth, such as WGS84."@en ; + rdfs:isDefinedBy geo: ; + rdfs:label "Point"@en . + + +### http://www.w3.org/ns/ssn/systems/SystemCapability +ssn-system:SystemCapability rdf:type owl:Class ; + rdfs:comment """Describes normal measurement, actuation, sampling properties such as accuracy, range, precision, etc. of a System under some specified Conditions such as a temperature range. +The capabilities specified here are those that affect the primary purpose of the System, while those in OperatingRange represent the system's normal operating environment, including Conditions that don't affect the Observations or the Actuations."""@en ; + rdfs:isDefinedBy ssn-system: ; + rdfs:label "System capability"@en . + + +### http://xmlns.com/foaf/0.1/Person +foaf:Person rdf:type owl:Class ; + rdfs:comment "A person"@en ; + rdfs:label "Person"@en . + + +### https://saref.etsi.org/core/ActuatingFunction +saref:ActuatingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows to transmit data to actuators, such as level settings (e.g., temperature) or binary switching (e.g., open/close, on/off)."@en ; + rdfs:label "Actuating function"@en . + + +### https://saref.etsi.org/core/Actuator +saref:Actuator rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "A device responsible for moving or controlling a mechanism or system by performing an actuating function."@en ; + rdfs:label "Actuator"@en . + + +### https://saref.etsi.org/core/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: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 saref: ; + rdfs:label "Device"@en . + + +### https://saref.etsi.org/core/EventFunction +saref:EventFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."@en ; + rdfs:label "Event function"@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."@en ; + rdfs:label "Feature of interest"@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."@en ; + rdfs:label "Function"@en . + + +### 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: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 + ] ; + 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"@en . + + +### https://saref.etsi.org/core/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: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"@en . + + +### https://saref.etsi.org/core/SensingFunction +saref:SensingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows to transmit data from sensors, such as measurement values (e.g., temperature) or sensing data (e.g., occupancy)."@en ; + rdfs:label "Sensing function"@en . + + +### https://saref.etsi.org/core/Sensor +saref:Sensor rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. Further, a device of category saref:Sensor that performs a saref:SensingFunction."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "Sensor"@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 SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "Unit of measure"@en . + + +### https://saref.etsi.org/saref4city/AdministrativeArea +s4city:AdministrativeArea rdf:type owl:Class ; + rdfs:subClassOf geosp:Feature ; + rdfs:comment "An administrative division, unit, entity, area or region, also referred to as a subnational entity, constituent unit, or country subdivision, is a portion of a country or other region delineated for the purpose of administration. (https://en.wikipedia.org/wiki/Administrative_division)."@en ; + rdfs:isDefinedBy s4city: ; + rdfs:label "Administrative area"@en . + + +### https://saref.etsi.org/saref4city/CityObject +s4city:CityObject rdf:type owl:Class ; + rdfs:subClassOf geosp:Feature ; + rdfs:comment "Generic class for describing city objects."@en ; + rdfs:isDefinedBy s4city: ; + rdfs:label "City object"@en . + + +### https://saref.etsi.org/saref4city/Event +s4city:Event rdf:type owl:Class ; + rdfs:subClassOf s4wear:Occurrence , + [ rdf:type owl:Restriction ; + owl:onProperty s4city:takesPlaceAtFacility ; + owl:allValuesFrom s4city:Facility + ] ; + rdfs:comment "Temporary and scheduled event, like a festival or competition. (Definition taken from Wikidata)."@en ; + rdfs:isDefinedBy s4city: ; + rdfs:label "Event"@en . + + +### https://saref.etsi.org/saref4city/Facility +s4city:Facility rdf:type owl:Class ; + rdfs:subClassOf geosp:Feature ; + rdfs:comment "A place, amenity, or piece of equipment provided for a particular purpose. (Definition taken from https://en.oxforddictionaries.com/definition/facility)."@en ; + rdfs:isDefinedBy s4city: ; + rdfs:label "Facility"@en . + + +### https://saref.etsi.org/saref4wear/BiometricProperty +s4wear:BiometricProperty rdf:type owl:Class ; + rdfs:subClassOf s4wear:WearerProperty ; + rdfs:comment "Class to group those properties related to the biometric characteristics of wearers."@en ; + rdfs:label "Biometric property"@en . + + +### https://saref.etsi.org/saref4wear/CommunicatingFunction +s4wear:CommunicatingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:EventFunction ; + rdfs:comment "A function that allows a device to communicate with another device."@en ; + rdfs:label "Communicating function"@en . + + +### https://saref.etsi.org/saref4wear/ControllingFunction +s4wear:ControllingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows to control a device from another device."@en ; + rdfs:label "Controlling function"@en . + + +### https://saref.etsi.org/saref4wear/CrowdProperty +s4wear:CrowdProperty rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "Class to group those properties related to crowds."@en ; + rdfs:label "Crowd property"@en . + + +### https://saref.etsi.org/saref4wear/ElectricalProperty +s4wear:ElectricalProperty rdf:type owl:Class ; + rdfs:subClassOf s4wear:WearableProperty ; + rdfs:comment "Class to group those electrical properties related to wearables."@en ; + rdfs:label "Electrical property"@en . + + +### https://saref.etsi.org/saref4wear/ElectricalSafetyProperty +s4wear:ElectricalSafetyProperty rdf:type owl:Class ; + rdfs:subClassOf s4wear:WearableProperty ; + rdfs:comment "Class to group those electrical safety properties related to wearables."@en ; + rdfs:label "Electrical safety property"@en . + + +### https://saref.etsi.org/saref4wear/EmissionProperty +s4wear:EmissionProperty rdf:type owl:Class ; + rdfs:subClassOf s4wear:WearableProperty ; + rdfs:comment "Class to group those emission properties related to wearables."@en ; + rdfs:label "Emission property"@en . + + +### https://saref.etsi.org/saref4wear/EnvironmentalProperty +s4wear:EnvironmentalProperty rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "Class to group those properties related to the environment of a wearer."@en ; + rdfs:label "Environmental property"@en . + + +### https://saref.etsi.org/saref4wear/FabricWearable +s4wear:FabricWearable rdf:type owl:Class ; + rdfs:subClassOf s4wear:TextileBasedWearable ; + rdfs:comment "A fabric wearable is a fabric integrating the sensors directly into its fibers."@en ; + rdfs:label "Fabric wearable"@en . + + +### https://saref.etsi.org/saref4wear/InBodyWearable +s4wear:InBodyWearable rdf:type owl:Class ; + rdfs:subClassOf [ owl:intersectionOf ( s4wear:Wearable + [ rdf:type owl:Restriction ; + owl:onProperty s4wear:isLocatedIn ; + owl:someValuesFrom s4wear:Wearer + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:comment "An in-body wearable is a wearable located inside a physical body."@en ; + rdfs:label "In-body wearable"@en . + + +### https://saref.etsi.org/saref4wear/Interface +s4wear:Interface rdf:type owl:Class ; + rdfs:comment "An interface is the mechanism with which a device can receive or transmit data to another device."@en ; + rdfs:label "Interface"@en . + + +### https://saref.etsi.org/saref4wear/LivingOrganism +s4wear:LivingOrganism rdf:type owl:Class ; + rdfs:subClassOf geosp:Feature , + saref:FeatureOfInterest ; + rdfs:comment "A living organism is any entity composed of cells."@en ; + rdfs:label "Living organism"@en . + + +### https://saref.etsi.org/saref4wear/MemoryStorage +s4wear:MemoryStorage rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "A memory storage is an hardware component intended to store data within the device."@en ; + rdfs:label "Memory storage"@en . + + +### https://saref.etsi.org/saref4wear/NavigatingFunction +s4wear:NavigatingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows a device to provide navigation information."@en ; + rdfs:label "Navigating function"@en . + + +### https://saref.etsi.org/saref4wear/NearBodyWearable +s4wear:NearBodyWearable rdf:type owl:Class ; + rdfs:subClassOf [ owl:intersectionOf ( s4wear:Wearable + [ rdf:type owl:Restriction ; + owl:onProperty s4wear:isLocatedNear ; + owl:someValuesFrom s4wear:Wearer + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:comment "A near-body wearable is a wearable located near a physical body."@en ; + rdfs:label "Near-body wearable"@en . + + +### https://saref.etsi.org/saref4wear/Occurrence +s4wear:Occurrence rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty s4wear:takesPlaceAt ; + owl:allValuesFrom geosp:Feature + ] ; + rdfs:comment "An occurrence is the fact of something existing or being found in a place."@en ; + rdfs:label "Occurrence"@en . + + +### https://saref.etsi.org/saref4wear/OnBodyWearable +s4wear:OnBodyWearable rdf:type owl:Class ; + rdfs:subClassOf [ owl:intersectionOf ( s4wear:Wearable + [ rdf:type owl:Restriction ; + owl:onProperty s4wear:isLocatedOn ; + owl:someValuesFrom s4wear:Wearer + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:comment "An on-body wearable is a wearable having a direct contact with a physical body."@en ; + rdfs:label "On-body wearable"@en . + + +### https://saref.etsi.org/saref4wear/Policy +s4wear:Policy rdf:type owl:Class ; + rdfs:comment "A policy is a set of guidelines adopted during the wearable building process and defining how a wearables operates."@en ; + rdfs:label "Policy"@en . + + +### https://saref.etsi.org/saref4wear/PowerSupply +s4wear:PowerSupply rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "A power supply is an hardware component intended to plug a device to a power grid."@en ; + rdfs:label "Power supply"@en . + + +### https://saref.etsi.org/saref4wear/Software +s4wear:Software rdf:type owl:Class ; + rdfs:subClassOf saref:FeatureOfInterest ; + rdfs:comment "A software is a computer program."@en ; + rdfs:label "Software"@en . + + +### https://saref.etsi.org/saref4wear/TextileBasedSensor +s4wear:TextileBasedSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor ; + rdfs:comment "A textile-based sensor is a sensor directly integrated into a textile artifact."@en ; + rdfs:label "Textile-based sensor"@en . + + +### https://saref.etsi.org/saref4wear/TextileBasedWearable +s4wear:TextileBasedWearable rdf:type owl:Class ; + rdfs:subClassOf s4wear:OnBodyWearable ; + rdfs:comment "A textile-based wearable is a wearable directly integrated into a textile artifact."@en ; + rdfs:label "Textile-based wearable"@en . + + +### https://saref.etsi.org/saref4wear/User +s4wear:User rdf:type owl:Class ; + rdfs:subClassOf saref:FeatureOfInterest ; + rdfs:comment "A user is an entity using a wearable."@en ; + rdfs:label "User"@en . + + +### https://saref.etsi.org/saref4wear/Wearable +s4wear:Wearable rdf:type owl:Class ; + rdfs:subClassOf geosp:Feature , + saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty ssn-system:hasSystemCapability ; + owl:allValuesFrom ssn-system:SystemCapability + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasProperty ; + owl:allValuesFrom s4wear:WearableProperty + ] ; + rdfs:comment "A wearable device is a device that is intended to be located near, on or in an organism."@en ; + rdfs:label "Wearable device"@en . + + +### https://saref.etsi.org/saref4wear/WearableProperty +s4wear:WearableProperty rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "Class to group those properties related to wearables."@en ; + rdfs:label "Wearable property"@en . + + +### https://saref.etsi.org/saref4wear/Wearer +s4wear:Wearer rdf:type owl:Class ; + rdfs:subClassOf geosp:SpatialObject , + [ owl:intersectionOf ( s4wear:LivingOrganism + [ rdf:type owl:Restriction ; + owl:onProperty s4wear:featureIsMeasuredByDevice ; + owl:someValuesFrom s4wear:Wearable + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasProperty ; + owl:allValuesFrom s4wear:WearerProperty + ] ; + rdfs:comment "A wearer is any living organism that is sensed by a wearable."@en ; + rdfs:label "Wearer"@en . + + +### https://saref.etsi.org/saref4wear/WearerProperty +s4wear:WearerProperty rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "Class to group those properties related to wearers."@en ; + rdfs:label "Wearer property"@en . + + +################################################################# +# Individuals +################################################################# + +### http://www.garcia-castro.com/foaf.rdf#me + rdf:type owl:NamedIndividual , + schema:Person ; + schema:affiliation ; + schema:familyName "García-Castro" ; + schema:givenName "Raúl" ; + rdfs:comment "Raul Garcia Castro"@en ; + rdfs:label "Raul Garcia Castro"@en . + + +### https://saref.etsi.org/saref4wear/AcousticEmission +s4wear:AcousticEmission rdf:type owl:NamedIndividual , + s4wear:EmissionProperty ; + rdfs:comment "The acoustic emission of the wearable."@en ; + rdfs:label "Acoustic emission"@en . + + +### https://saref.etsi.org/saref4wear/AirQuality +s4wear:AirQuality rdf:type owl:NamedIndividual , + s4wear:EnvironmentalProperty ; + rdfs:comment "The quality of air in the environment."@en ; + rdfs:label "Air quality"@en . + + +### https://saref.etsi.org/saref4wear/BatteryRemainingTime +s4wear:BatteryRemainingTime rdf:type owl:NamedIndividual , + s4wear:ElectricalProperty ; + rdfs:comment "The time until the battery of the wearable is discharged."@en ; + rdfs:label "Battery remaining time"@en . + + +### https://saref.etsi.org/saref4wear/CrowdSize +s4wear:CrowdSize rdf:type owl:NamedIndividual , + s4wear:CrowdProperty ; + rdfs:comment "The size of a crowd."@en ; + rdfs:label "Crowd size"@en . + + +### https://saref.etsi.org/saref4wear/HeartRate +s4wear:HeartRate rdf:type owl:NamedIndividual , + s4wear:BiometricProperty ; + rdfs:comment "The heart rate of the wearer."@en ; + rdfs:label "Heart rate"@en . + + +### https://saref.etsi.org/saref4wear/HeatEmission +s4wear:HeatEmission rdf:type owl:NamedIndividual , + s4wear:EmissionProperty ; + rdfs:comment "The heat emission of the wearable."@en ; + rdfs:label "Heat emission"@en . + + +### https://saref.etsi.org/saref4wear/QueueSize +s4wear:QueueSize rdf:type owl:NamedIndividual , + s4wear:CrowdProperty ; + rdfs:comment "The size of a queue."@en ; + rdfs:label "Queue size"@en . + + +### https://saref.etsi.org/saref4wear/RadioFrequencyEmission +s4wear:RadioFrequencyEmission rdf:type owl:NamedIndividual , + s4wear:EmissionProperty ; + rdfs:comment "The radio frequency emission of the wearable."@en ; + rdfs:label "Radio frequency emission"@en . + + +### https://saref.etsi.org/saref4wear/SoundLevel +s4wear:SoundLevel rdf:type owl:NamedIndividual , + s4wear:EnvironmentalProperty ; + rdfs:comment "The level of sound in the environment."@en ; + rdfs:label "Sound level"@en . + + +### https://saref.etsi.org/saref4wear/Temperature +s4wear:Temperature rdf:type owl:NamedIndividual , + s4wear:EnvironmentalProperty ; + rdfs:comment "The temperature of the environment."@en ; + rdfs:label "Temperature"@en . + + +### https://saref.etsi.org/saref4wear/WearerTemperature +s4wear:WearerTemperature rdf:type owl:NamedIndividual , + s4wear:BiometricProperty ; + rdfs:comment "The temperature of the wearer."@en ; + rdfs:label "Wearer temperature"@en . + + +### https://www.fbk.eu/ + rdf:type owl:NamedIndividual , + schema:Organization ; + schema:name "Fondazione Bruno Kessler" ; + rdfs:comment "Fondazione Bruno Kessler"@en ; + rdfs:label "Fondazione Bruno Kessler"@en . + + +### https://www.linkedin.com/in/maurodragoni/MauroDragoni + rdf:type owl:NamedIndividual , + schema:Person ; + schema:affiliation ; + schema:familyName "Dragoni" ; + schema:givenName "Mauro" ; + rdfs:comment "Mauro Dragoni"@en ; + rdfs:label "Mauro Dragoni"@en . + + +### https://www.upm.es/ + rdf:type owl:NamedIndividual , + schema:Organization ; + schema:name "Universidad Politécnica de Madrid" ; + rdfs:comment "Universidad Politécnica de Madrid"@en ; + rdfs:label "Universidad Politécnica de Madrid"@en . diff --git a/meta-model/DivideCore.owl b/meta-model/DivideCore.owl new file mode 100644 index 0000000..3cca030 --- /dev/null +++ b/meta-model/DivideCore.owl @@ -0,0 +1,420 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology ; + owl:imports . + +################################################################# +# Object Properties +################################################################# + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasAssociatedComponent +:hasAssociatedComponent rdf:type owl:ObjectProperty ; + rdfs:range :DivideComponent . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasCentralRspEngine +:hasCentralRspEngine rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasRspEngine . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasCorrespondingDivideQuery +:hasCorrespondingDivideQuery rdf:type owl:ObjectProperty ; + rdfs:domain :RspQuery ; + rdfs:range :DivideQuery . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasInputStream +:hasInputStream rdf:type owl:ObjectProperty ; + rdfs:range :RdfStream ; + owl:propertyChainAxiom ( :hasInputStreamWindow + :hasInputStream + ) . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasInputStreamWindow +:hasInputStreamWindow rdf:type owl:ObjectProperty ; + rdfs:range :StreamWindow . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasLocalRspEngine +:hasLocalRspEngine rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasRspEngine . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasQueryDeployment +:hasQueryDeployment rdf:type owl:ObjectProperty ; + rdfs:range :QueryDeployment . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasQueryLocation +:hasQueryLocation rdf:type owl:ObjectProperty ; + rdfs:range :QueryLocation . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasRegisteredQuery +:hasRegisteredQuery rdf:type owl:ObjectProperty ; + owl:inverseOf :isRegisteredTo ; + rdfs:domain :RspEngine ; + rdfs:range :RspQuery . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasRspEngine +:hasRspEngine rdf:type owl:ObjectProperty ; + rdfs:range :RspEngine . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasUpdatedQueryLocation +:hasUpdatedQueryLocation rdf:type owl:ObjectProperty ; + rdfs:domain :DivideQueryLocationUpdateTask ; + rdfs:range :QueryLocation . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hosts +:hosts rdf:type owl:ObjectProperty ; + owl:inverseOf :isHostedBy ; + rdfs:domain . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/isHostedBy +:isHostedBy rdf:type owl:ObjectProperty ; + rdfs:label "is hosted by"@en . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/isRegisteredTo +:isRegisteredTo rdf:type owl:ObjectProperty ; + rdfs:domain :RspQuery ; + rdfs:range :RspEngine . + + +################################################################# +# Data properties +################################################################# + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasID +:hasID rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasIPAddress +:hasIPAddress rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasName +:hasName rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasQuerySlidingStepInSeconds +:hasQuerySlidingStepInSeconds rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasServerPort +:hasServerPort rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasStreamName +:hasStreamName rdf:type owl:DatatypeProperty ; + rdfs:domain :RdfStream ; + rdfs:range xsd:string . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasUpdatedQuerySlidingStepInSeconds +:hasUpdatedQuerySlidingStepInSeconds rdf:type owl:DatatypeProperty ; + rdfs:domain :DivideWindowParameterUpdateTask ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasUpdatedWindowSizeInSeconds +:hasUpdatedWindowSizeInSeconds rdf:type owl:DatatypeProperty ; + rdfs:domain :DivideWindowParameterUpdateTask ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasWindowDefinition +:hasWindowDefinition rdf:type owl:DatatypeProperty ; + rdfs:domain :StreamWindow ; + rdfs:range xsd:string . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasWindowEndInSecondsAgo +:hasWindowEndInSecondsAgo rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasWindowSizeInSeconds +:hasWindowSizeInSeconds rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasWindowStartInSecondsAgo +:hasWindowStartInSecondsAgo rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/isTaskForComponentId +:isTaskForComponentId rdf:type owl:DatatypeProperty ; + rdfs:domain :DivideTask ; + rdfs:range xsd:string . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/isTaskForDivideQueryName +:isTaskForDivideQueryName rdf:type owl:DatatypeProperty ; + rdfs:domain :DivideTask ; + rdfs:range xsd:string . + + +################################################################# +# Classes +################################################################# + +### https://divide.idlab.ugent.be/meta-model/divide-core/CentralLocation +:CentralLocation rdf:type owl:Class ; + rdfs:subClassOf :QueryLocation . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/CsparqlEngine +:CsparqlEngine rdf:type owl:Class ; + rdfs:subClassOf :RspEngine . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideComponent +:DivideComponent rdf:type owl:Class ; + rdfs:subClassOf :DivideEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :isHostedBy ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCentralRspEngine ; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :RspEngine + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasLocalRspEngine ; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :RspEngine + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasID ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideEngine +:DivideEngine rdf:type owl:Class ; + rdfs:subClassOf :DivideEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :isHostedBy ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasID ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideEntity +:DivideEntity rdf:type owl:Class . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideQuery +:DivideQuery rdf:type owl:Class ; + rdfs:subClassOf :DivideEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasQueryDeployment ; + owl:allValuesFrom :QueryDeployment + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasName ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideQueryLocationUpdateTask +:DivideQueryLocationUpdateTask rdf:type owl:Class ; + rdfs:subClassOf :DivideTask , + [ rdf:type owl:Restriction ; + owl:onProperty :hasUpdatedQueryLocation ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :QueryLocation + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideTask +:DivideTask rdf:type owl:Class ; + rdfs:subClassOf :DivideEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :isTaskForComponentId ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isTaskForDivideQueryName ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideWindowParameterUpdateTask +:DivideWindowParameterUpdateTask rdf:type owl:Class ; + rdfs:subClassOf :DivideTask , + [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :hasUpdatedQuerySlidingStepInSeconds ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] + [ rdf:type owl:Restriction ; + owl:onProperty :hasUpdatedWindowSizeInSeconds ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] + ) + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/LocalLocation +:LocalLocation rdf:type owl:Class ; + rdfs:subClassOf :QueryLocation . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/QueryDeployment +:QueryDeployment rdf:type owl:Class ; + rdfs:subClassOf :DivideEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasQueryLocation ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :QueryLocation + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :DivideComponent + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/QueryLocation +:QueryLocation rdf:type owl:Class ; + rdfs:subClassOf :DivideEntity . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RdfStream +:RdfStream rdf:type owl:Class ; + rdfs:subClassOf :RspEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasStreamName ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RspEngine +:RspEngine rdf:type owl:Class ; + rdfs:subClassOf :RspEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasServerPort ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RspEntity +:RspEntity rdf:type owl:Class . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RspQuery +:RspQuery rdf:type owl:Class ; + rdfs:subClassOf :RspEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasInputStreamWindow ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :StreamWindow + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCorrespondingDivideQuery ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :DivideQuery + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isRegisteredTo ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :RspEngine + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasID ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasName ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasQuerySlidingStepInSeconds ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasWindowSizeInSeconds ; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/StreamWindow +:StreamWindow rdf:type owl:Class ; + rdfs:subClassOf :RspEntity , + [ rdf:type owl:Class ; + owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :hasWindowEndInSecondsAgo ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] + [ rdf:type owl:Restriction ; + owl:onProperty :hasWindowStartInSecondsAgo ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] + ) ; + rdf:type owl:Class + ] + [ rdf:type owl:Restriction ; + owl:onProperty :hasWindowSizeInSeconds ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] + ) + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasInputStream ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :RdfStream + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasQuerySlidingStepInSeconds ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasWindowDefinition ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/meta-model/Monitoring.owl b/meta-model/Monitoring.owl new file mode 100644 index 0000000..c6b96cb --- /dev/null +++ b/meta-model/Monitoring.owl @@ -0,0 +1,328 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology ; + owl:imports , + , + . + +################################################################# +# Object Properties +################################################################# + +### https://divide.idlab.ugent.be/meta-model/monitoring/hasHardware +:hasHardware rdf:type owl:ObjectProperty ; + rdfs:range . + + +################################################################# +# Data properties +################################################################# + +### https://divide.idlab.ugent.be/meta-model/monitoring/hasTimestampUTC +:hasTimestampUTC rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty ; + rdfs:range xsd:long . + + +################################################################# +# Classes +################################################################# + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Unit + owl:equivalentClass . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RdfStream + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :RdfStreamEventProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RspEntity + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :RspProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RspQuery + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :RspQueryExecutionProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Bandwidth +:Bandwidth rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/CPU +:CPU rdf:type owl:Class ; + rdfs:subClassOf :Hardware , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :CpuProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Computer +:Computer rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty :hasHardware ; + owl:someValuesFrom + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/CpuLoad +:CpuLoad rdf:type owl:Class ; + rdfs:subClassOf :CpuProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/CpuProperty +:CpuProperty rdf:type owl:Class ; + rdfs:subClassOf :HardwareProperty , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :CPU + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/CpuUsage +:CpuUsage rdf:type owl:Class ; + rdfs:subClassOf :CpuProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Delay +:Delay rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Disk +:Disk rdf:type owl:Class ; + rdfs:subClassOf :Hardware , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :DiskProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/DiskProperty +:DiskProperty rdf:type owl:Class ; + rdfs:subClassOf :HardwareProperty , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :Disk + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/DiskSpaceAvailable +:DiskSpaceAvailable rdf:type owl:Class ; + rdfs:subClassOf :DiskProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/DiskSpaceUsed +:DiskSpaceUsed rdf:type owl:Class ; + rdfs:subClassOf :DiskProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Hardware +:Hardware rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/HardwareProperty +:HardwareProperty rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Jitter +:Jitter rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/NetworkInterface +:NetworkInterface rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :NetworkProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/NetworkProperty +:NetworkProperty rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :NetworkInterface + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/NumberOfStreamEventTriples +:NumberOfStreamEventTriples rdf:type owl:Class ; + rdfs:subClassOf :RdfStreamEventProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/PacketsReceived +:PacketsReceived rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/PacketsReceivedDropped +:PacketsReceivedDropped rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/PacketsSent +:PacketsSent rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/PacketsSentDropped +:PacketsSentDropped rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RAM +:RAM rdf:type owl:Class ; + rdfs:subClassOf :Hardware , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :RamProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RamAvailable +:RamAvailable rdf:type owl:Class ; + rdfs:subClassOf :RamProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RamProperty +:RamProperty rdf:type owl:Class ; + rdfs:subClassOf :HardwareProperty , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :RAM + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RamUsed +:RamUsed rdf:type owl:Class ; + rdfs:subClassOf :RamProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RdfStreamEventProperty +:RdfStreamEventProperty rdf:type owl:Class ; + rdfs:subClassOf :RspProperty , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RoundTripTime +:RoundTripTime rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RspProperty +:RspProperty rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RspQueryExecutionMemoryUsage +:RspQueryExecutionMemoryUsage rdf:type owl:Class ; + rdfs:subClassOf :RspQueryExecutionProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RspQueryExecutionProperty +:RspQueryExecutionProperty rdf:type owl:Class ; + rdfs:subClassOf :RspProperty , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RspQueryExecutionTime +:RspQueryExecutionTime rdf:type owl:Class ; + rdfs:subClassOf :RspQueryExecutionProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RspQueryNumberOfHits +:RspQueryNumberOfHits rdf:type owl:Class ; + rdfs:subClassOf :RspQueryExecutionProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RspQueryProcessingTime +:RspQueryProcessingTime rdf:type owl:Class ; + rdfs:subClassOf :RspQueryExecutionProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RxRate +:RxRate rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Throughput +:Throughput rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/TxRate +:TxRate rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://saref.etsi.org/core/Measurement + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasTimestampUTC ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:long + ] . + + +### https://saref.etsi.org/core/Property + rdfs:subClassOf . + + +### https://saref.etsi.org/core/UnitOfMeasure + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :CpuLoad + :CpuUsage + :DiskSpaceAvailable + :RamAvailable + ) +] . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/meta-model/README.md b/meta-model/README.md index 07a667c..abd7756 100644 --- a/meta-model/README.md +++ b/meta-model/README.md @@ -1 +1,21 @@ -More details to be added in May 2023. \ No newline at end of file +# DIVIDE Meta Model ontology + +This folder contains the DIVIDE Meta Model ontology, which is described in the paper "Enabling efficient semantic stream processing across the IoT network through adaptive distribution with DIVIDE". [This page](../jnsm2023) of this repository is dedicated to this paper. + +## Contents + +This folder contains all files of the DIVIDE Meta Model ontology. This includes the two main modules of the ontology: + +- [`DivideCore.owl`](DivideCore.owl): this module contains all constructs that allow modeling meta-information about DIVIDE. +- [`Monitoring.owl`](Monitoring.owl): this module allows representing +the properties monitored by the DIVIDE Local Monitor and their observations. It builds further on the `DivideCore` module by importing it. + +In addition, this folder also contains the three existing ontologies that are imported by the `DivideCore` module of the Meta Model ontology: + +- [`saref.ttl`](saref.ttl): the Smart Applications REFerence (SAREF) ontology +- [`om-2.0.ttl`](om-2.0.ttl): the Ontology of units of Measure (OM) +- [`denon_ng.ttl`](denon_ng.ttl): the DEN-ng model (a semantic model for the management of computer networks) - mainly used as inspiration but also imported for reference purposes + +## Contact + +The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can email [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../issues/new). diff --git a/meta-model/denon_ng.ttl b/meta-model/denon_ng.ttl new file mode 100644 index 0000000..86a3864 --- /dev/null +++ b/meta-model/denon_ng.ttl @@ -0,0 +1,1636 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2000/01/rdf-schema#comment +rdfs:comment rdf:type owl:AnnotationProperty . + + +################################################################# +# Datatypes +################################################################# + +### http://www.w3.org/2001/XMLSchema#anyType +xsd:anyType rdf:type rdfs:Datatype . + + +################################################################# +# Object Properties +################################################################# + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#bindsTo +:bindsTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#connectedTo +:connectedTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#consistsOf +:consistsOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#consistsOfAtomicPart +:consistsOfAtomicPart rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#contains +:contains rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#controls +:controls rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#governs +:governs rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasCommand +:hasCommand rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasEdge +:hasEdge rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasMetaData +:hasMetaData rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasNode +:hasNode rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasPayload +:hasPayload rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasSoftware +:hasSoftware rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasSource +:hasSource rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasTarget +:hasTarget rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasValue +:hasValue rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#implements +:implements rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#plugsInto +:plugsInto rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#provides +:provides rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#representedBy +:representedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#requiredBy +:requiredBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + owl:inverseOf :requires . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#requires +:requires rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#runsOn +:runsOn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#supports +:supports rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#uses +:uses rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://www.w3.org/2002/07/owl#topObjectProperty +owl:topObjectProperty rdf:type owl:ObjectProperty . + + +################################################################# +# Data properties +################################################################# + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasDescription +:hasDescription rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasID +:hasID rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasName +:hasName rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#inDegree +:inDegree rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#isWeighted +:isWeighted rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#outDegree +:outDegree rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### http://www.w3.org/2002/07/owl#topDataProperty +owl:topDataProperty rdf:type owl:DatatypeProperty . + + +################################################################# +# Classes +################################################################# + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Application +:Application rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource , + [ rdf:type owl:Restriction ; + owl:onProperty :contains ; + owl:someValuesFrom :ApplicationComponent + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :contains ; + owl:someValuesFrom :Engine + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :provides ; + owl:someValuesFrom :Service + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :contains ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :ApplicationComponent + :Engine + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :provides ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :Resource + :Service + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :uses ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :Resource + :Service + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :contains ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Engine + ] ; + rdfs:comment "This is an abstract class that serves as the root of all Application managed entities. An Application is modeled as a Resource that provides Services to the System, other Applications, and/or Users. The set of Services that an Application provides enables the Application to be used to perform a set of tasks." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ApplicationComponent +:ApplicationComponent rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment "This is an abstract class that serves as the root of all entities that are combined to produce an Application. Each ApplicationComponent is modeled as a Resource that provides Services to the System, other ApplicationComponents, and/or Users. The set of Services that an ApplicationComponent provides enables the Application to be used to perform a set of tasks." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#AuxiliaryComponent +:AuxiliaryComponent rdf:type owl:Class ; + rdfs:subClassOf :PhysicalContainer ; + rdfs:comment """This is an abstract base class that represents managed entities, such as power supplies, fans and cables, wihch are required for the proper operation of the Device but have a primary function that is different than the primary end-user function(s) of the Device. + +The difference between AuxiliaryComponents and other subclasses of Equipment are whether or not the physical object performs a function intrinsic to the main function of the Device. This is best understood by way of example. Consider a Router. Its main function is to route and forward packets. A PowerSupply is an AuxiliaryComponent, because even though it is needed for the proper operation of the Router, it does not directly help in routing and forwarding packets. A LineCard (that provides routing functionality) is a subclass of Equipment because its purpose is to route and forward packets. Similar examples exist for different types of equipment, where their criteria may be different. For example, instead of whether it routes or forwards packets, the criterion \"does it carry signal\" may be useful to appropriately classify components.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#BehavioralAspect +:BehavioralAspect rdf:type owl:Class ; + rdfs:subClassOf :ManagedEntity ; + rdfs:comment "This is an abstract class for representing entities that have statically defined behavior, such as behavior that is governed by policy rules or applicable to a specific context or domain." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#BridgingProtocol +:BridgingProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """Bridging Protocols operate at the data link layer of the OSI model, and are used to define communications over different types of homogeneous and heterogeneous local area networks. + +The DEN-ng model defines SRBridging, SRTBridging, and TransparentBridging as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Cable +:Cable rdf:type owl:Class ; + rdfs:subClassOf :PhysicalResource ; + rdfs:comment "This class represents a container of conductors or fibres. At least two connectors will be attached to a cable." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Capability +:Capability rdf:type owl:Class ; + rdfs:subClassOf :EntityMetaData ; + rdfs:comment """Capability is an abstract class .Capabilities are associated with ManagedEntities in the system, and are defined as one or more hardware or software features that represent a service or resource provided by that entity. A ManagedEntity can be a system, network, device, component, or other unit of abstraction. + +Note that capabilities are features, resources, or services that are externally visible and can be monitored and/or controlled. + +The composite pattern is used to model hierarchies of capabilities.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CompoundResource +:CompoundResource rdf:type owl:Class ; + rdfs:subClassOf :Resource , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :Resource + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :Resource + ] . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CompoundResourceAtomic +:CompoundResourceAtomic rdf:type owl:Class ; + rdfs:subClassOf :CompoundResource ; + owl:disjointWith :CompoundResourceComposite . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CompoundResourceComposite +:CompoundResourceComposite rdf:type owl:Class ; + rdfs:subClassOf :CompoundResource , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :CompoundResource + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :CompoundResource + ] . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Context +:Context rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment """The Context of an Entity is a collection of knowledge and data that result from the set of all interrelated conditions in which an Entity exists. Events point out changing conditions that may affect that Entity; an appropriate governance mechanism, such as policy rules, then defines a set of actions in response to the Event(s) to change or maintain the state of the Entity according to these conditions and actions. + +Context can have multiple distinct sets of related data and knowledge that are used to adjust its state in accordance with the changes in the environment that it exists in. The DEN-ng model represents this as a set of aggregations to ContextData, where ContextData is a class that focuses on one specific type of data and/or knowledge that is aggregated by the Entity's Context.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CoordinateSystem +:CoordinateSystem rdf:type owl:Class ; + rdfs:subClassOf :UnManagedEntity ; + rdfs:comment "This class represents the concept of a Coordinate System. In general, this is a system for assigning an n-tuple of numbers to each point in an n-dimensional space. Numbers can be integers, real or complex numbers, or even other more complex units." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CustomerFacingService +:CustomerFacingService rdf:type owl:Class ; + rdfs:subClassOf :ServiceAtomic , + [ rdf:type owl:Restriction ; + owl:onProperty :requires ; + owl:someValuesFrom :ResourceFacingService + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :requires ; + owl:allValuesFrom :ResourceFacingService + ] ; + owl:disjointWith :ResourceFacingService ; + rdfs:comment """This is the base class for defining CustomerFacingServices in the DEN-ng Service model. A CustomerFacingService is an abstraction that defines the characteristics and behavior of a particular Service as seen by the Customer or other appropriate PartyRole. This means that this PartyRole purchases, leases, uses and/or is otherwise directly aware of this type of Service. This is in direct contrast to ResourceFacingServices, which support CustomerFacingServices but are NOT seen or purchased directly by the Customer. For example, a VPN is an example of a CustomerFacingService, while the sub-services that perform different types of routing between network devices making up the VPN are examples of ResourceFacingServices. + +Please see the DEN-ng Service model for more details.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CustomerFacingServiceAtomic +:CustomerFacingServiceAtomic rdf:type owl:Class ; + rdfs:subClassOf :CustomerFacingService ; + owl:disjointWith :CustomerFacingServiceComposite ; + rdfs:comment "This is an abstract base class that defines a stand-alone CustomerFacingService that meets the needs of a Product. Stand-alone CustomerFacingServices may be linked directly to a Product or aggregated by a CustomerFacingServiceProduct." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CustomerFacingServiceComposite +:CustomerFacingServiceComposite rdf:type owl:Class ; + rdfs:subClassOf :CustomerFacingService , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :CustomerFacingService + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :CustomerFacingService + ] ; + rdfs:comment "This is an abstract base class that defines an integrated set of CustomerFacingServices that collectively meets the needs of a Product. For example, the Customer may have requested \"GoldService\", which is a ServicePackage that defines a set of ServiceBundles, each of which has its own QoS. This enables \"GoldService\" to be abstracted and treated as a managed object that provides a CustomerFacingService." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#DeviceInterface +:DeviceInterface rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment "This is an abstract class that represents the (logical) interface or sub-interface of a device. A DeviceInterface is a concrete class that represents the (logical) interface or sub-interface of a device. This is not a transmission entity; rather, DeviceInterfaces are used to program Services and LogicalResources on a Device. For example, it is used to program a logical connection from a device to a network medium. Different types of DeviceInterfaces exist for the different types of network media (e.g., IP vs. ATM) that are used in a network to enable such media to be programmed. The combination of a LogicalDevice and a DeviceInterface is what a developer programs to define Services that run on the device." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Domain +:Domain rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment "A Domain is a collection of Entities that share a common purpose. In addition, each constituent Entity in a Domain is both uniquely addressable and uniquely identifiable within that Domain. Note that a Domain is simply a container with metadata." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#DomainAtomic +:DomainAtomic rdf:type owl:Class ; + rdfs:subClassOf :Domain ; + owl:disjointWith :DomainComposite . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#DomainComposite +:DomainComposite rdf:type owl:Class ; + rdfs:subClassOf :Domain . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#EdgeConcept +:EdgeConcept rdf:type owl:Class ; + rdfs:subClassOf :MetaData , + [ rdf:type owl:Restriction ; + owl:onProperty :hasSource ; + owl:allValuesFrom :Node + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasTarget ; + owl:allValuesFrom :Node + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasSource ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Node + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasTarget ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Node + ] ; + rdfs:comment "This is an abstract class - one of its four subclasses needs to be chosen to instantiate a Graph." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Engine +:Engine rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment "An Engine is an abstract subclass of LogicalResource. It provides resources for instantiating and running different Applications and ApplicationComponents. An Engine provides a generic set of framework services that are molded by an Application and its ApplicationComponents to perform specific tasks." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Entity +:Entity rdf:type owl:Class ; + rdfs:subClassOf :RootEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasMetaData ; + owl:allValuesFrom :MetaData + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasValue ; + owl:allValuesFrom :Value + ] ; + rdfs:comment "This is an abstract class that extends the RootEntity class in order to represent classes of objects that are important to the environment being managed. Some of these may play one or more business functions, while others are required in order to represent characteristics and behavior of the entities in the environment. Entities can be either managed or unmanaged. More formally, an Entity represents objects that have a separate and distinct existence. They are not just a collection of attributes or an abstraction of behavior." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#EntityMetaData +:EntityMetaData rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "EntityMetaData contains data for different types of Entities that describe, but does not contribute to or impact, the state of the Entity." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Equipment +:Equipment rdf:type owl:Class ; + rdfs:subClassOf :PhysicalContainer ; + rdfs:comment """This class is based on the m.3100 specification, and is described as follows: + +The Equipment object class is a class of managed objects that represents physical components of a managed device, including replaceable components. An instance of this object class must be present in only a single geographic location. An Equipment object may be nested within another Equipment object, thereby creating a containment relationship. The Equipment type shall be identified by sub-classing this object class. Either the name of the sub-class or an attribute may be used for identifying the equipment type. + +Changed name of m.3100 attribute AlarmReportingIndicator to AlarmStatus, and enhanced semantics. + +The m.3100 SystemTitle attribute is NOT implemented in this class, we're using CommonName instead. + +We don't support the m.3100 supportedByObjectList attribute. This attribute is intended to list a set of physical and logical objects that directly affect this object. We think that the model should show this via associations, not via an embedded attribute.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#EquipmentHolder +:EquipmentHolder rdf:type owl:Class ; + rdfs:subClassOf :PhysicalContainer ; + rdfs:comment """This class is based on the M.3100 specification, and is a base class that represents physical objects that are both manageable as well as able to host, hold, or contain other physical objects. Examples of physical objects that can be represented by instances of this object class are Racks, Chassis, Shelfs, and Slots. + +The difference between subclasses of EquipmentHolder (such as a Slot or a Chassis) and subclasses of Equipment that have a Holder role (such as a Card) is that the subclasses of EquipmentHolder are dedicated to holding other Hardware. The subclasses of Equipment that have a holder role have a holding capability as a secondary capability, usually for expansion. Their primary function, however, is not to hold other objects.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Event +:Event rdf:type owl:Class ; + rdfs:subClassOf :Entity ; + rdfs:comment "An Event is a significant occurrence which contains data and/or knowledge pertaining to a specific context. An event carries information that may be used by the object to evaluate whether it should make a state transition or not." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#EventAtomic +:EventAtomic rdf:type owl:Class ; + rdfs:subClassOf :Event ; + rdfs:comment "This is a concrete base class for representing an Event when the Event can be modeled as a single, stand-alone object. In other words, this class represents all Events that are atomic in nature (e.g., not made up of multiple distinct Events that can be separately managed)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#EventComposite +:EventComposite rdf:type owl:Class ; + rdfs:subClassOf :Event ; + rdfs:comment "This is a concrete base class for representing Event objects that are composite in nature (e.g., made up of multiple distinct Event objects that can be separately managed). The composite pattern is used to enable EventComposite objects to be made up of Event objects (i.e., either EventAtomic and/or EventComposite objects)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#FederatedDomain +:FederatedDomain rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment """A FederatedDomain is a type of organization in which a set of partially self-governing Domains are united by a set of commonly adhered to governance mechanisms, such as a set of common Policy Rules. The Federation is itself a ManagedEntity, and is typically logically centralized but physically distributed. However, DEN-ng allows for logical distribution as well. + +In a federation, the self-governing status of the component Domains cannot be altered by the FederatedDomain that contains them. + +The basis of the Federation may include social, political, geographical, and/or governance mechanisms that must be applied to all constituent Domains in order to govern behavior that is of mutual interest. Note, however, that each constituent Domain can act autonomously in other matters that are outside the governance provisions of the Federation.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#FederatedDomainAtomic +:FederatedDomainAtomic rdf:type owl:Class ; + rdfs:subClassOf :FederatedDomain . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#FederatedDomainComposite +:FederatedDomainComposite rdf:type owl:Class ; + rdfs:subClassOf :FederatedDomain . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Graph +:Graph rdf:type owl:Class ; + rdfs:subClassOf :MetaData , + [ rdf:type owl:Restriction ; + owl:onProperty :hasEdge ; + owl:someValuesFrom :EdgeConcept + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasNode ; + owl:someValuesFrom :Node + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasEdge ; + owl:allValuesFrom :EdgeConcept + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasNode ; + owl:allValuesFrom :Node + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isWeighted ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:boolean + ] ; + rdfs:comment "A Graph is an abstract class that represents a collection of a set of Nodes and a set of Edges that establish relationships between the Nodes." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Hardware +:Hardware rdf:type owl:Class ; + rdfs:subClassOf :PhysicalResource , + [ rdf:type owl:Restriction ; + owl:onProperty :contains ; + owl:allValuesFrom :Hardware + ] ; + rdfs:comment "This is an abstract base class that represents any type of hardware entity that exists as an atomic unit that is not a PhysicalLink or a PhysicalConnector. Hardware is defined as any component that has a distinct physical identity and can be a component of a PhysicalDevice. An object has a physical identity if it has a physical manifestation that enables it to be held and have a label attached to it. Thus, software, files, protocols, and policies are not physical objects." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#IdentityAspect +:IdentityAspect rdf:type owl:Class ; + rdfs:subClassOf :ManagedEntity ; + rdfs:comment "Identity enables the system to unambiguously identity a ManagedEntity. More than one identifier may be used to identify the ManagedEntity. Each identifier has to be unique in the namespace that the ManagedEntity exists in." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#IdentityAtomic +:IdentityAtomic rdf:type owl:Class ; + rdfs:subClassOf :IdentityAspect ; + owl:disjointWith :IdentityComposite ; + rdfs:comment "This is an abstract class for representing the identification of an Entity when it can be modeled as a single, stand-alone object." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#IdentityComposite +:IdentityComposite rdf:type owl:Class ; + rdfs:subClassOf :IdentityAspect ; + rdfs:comment "This is an abstract class for representing the identity of entities that are composite in nature (e.g., made up of multiple distinct identity objects that can be separately managed). The composite pattern is used to enable IdentityComposite objects to be made up of Identity objects (i.e., either IdentityAtomic and/or IdentityComposite objects)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#IndividualIdentificationLogical +:IndividualIdentificationLogical rdf:type owl:Class ; + rdfs:subClassOf :PersonIdentification ; + owl:disjointWith :IndividualIdentificationPhysical ; + rdfs:comment "This is an abstract class for all logical forms of identification, such as a username-password pair or a retinal scan, that is used to identify an individual." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#IndividualIdentificationPhysical +:IndividualIdentificationPhysical rdf:type owl:Class ; + rdfs:subClassOf :PersonIdentification ; + rdfs:comment "This is an abstract class for all physical forms of identification, such as an electronic card with a picture, that is used to identify an individual." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Interaction +:Interaction rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment "An Interaction is an arrangement, contract, communication or joint activity between one or more Entities and/or EntityRoles. An Interaction may consist of one or more InteractionItems that provide further details on the specifics of the Interaction.There are five types of Interactions: Requests, Responses, Notifications, Agreements, and Orders." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#LANProtocol +:LANProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """LAN Protocols operate at the lowest two levels of the OSI model (i.e., physical and data link) and are used to define communications over different types of local area media. + +The DEN-ng model defines Ethernet, FDDI, and TokenRing as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Language +:Language rdf:type owl:Class ; + rdfs:subClassOf :UnManagedEntity ; + rdfs:comment """This class represents the concept of Language. + +In general, a language is a system for encoding and decoding information. It consists of a systematic creation and usage of systems of symbols, each referring to linguistic concepts with syntactic, semantic and/or or otherwise expressive meanings.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Lifecycle +:Lifecycle rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "This class is the base class for representing the lifecycle of an Entity. A lifecycle is defined as the span of time of ae Entity, from its creation or receipt to its final disposition. Life cycle stages may include creation, active use and maintenance, inactive storage, and permanent storage (archival) or destruction." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Link +:Link rdf:type owl:Class ; + rdfs:subClassOf :PhysicalResource ; + rdfs:comment "A Link defines a communications channel that connects two or more communicating devices. This link may be an actual physical link, an optical link, or it may be a logical link that uses one or more physical links." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Location +:Location rdf:type owl:Class ; + rdfs:subClassOf :UnManagedEntity ; + rdfs:comment "This is an abstract class, and represents the concept of a place or part of a place that hosts objects to be managed, is part of the context of a managed object, or is somehow involved in the interaction of managed objects. Note that locations often come in groups; hence, LocationComposite objects are frequently used to contain sets of Locations." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#LogicalDevice +:LogicalDevice rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCommand ; + owl:someValuesFrom :Software + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :controls ; + owl:allValuesFrom :ManagedHardware + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :governs ; + owl:allValuesFrom :DeviceInterface + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCommand ; + owl:allValuesFrom :Software + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :supports ; + owl:allValuesFrom :Protocol + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :uses ; + owl:allValuesFrom :OperatingSystem + ] ; + rdfs:comment """This is an abstract base class for representing logical concepts and services that can be managed that are associated with the device as a whole. This class represents a convenient aggregation point for combining different aspects of a device (e.g., software contained in the device, protocols that the devices runs, the set of services that it offers, and so forth). It also enables the device itself to have a single logical manifestation. + +Conceptually, this represents the \"brains\" of the Device. For example, it represents the set of entities required for a Router to know how to route packets. + +Please see the DEN-ng Resource model for more details.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#LogicalDeviceAtomic +:LogicalDeviceAtomic rdf:type owl:Class ; + rdfs:subClassOf :LogicalDevice ; + owl:disjointWith :LogicalDeviceComposite ; + rdfs:comment """This is a concrete base class for representing logical concepts and services that can be managed which are associated with the device as a whole. This class represents a convenient aggregation point for combining different aspects of a device (e.g., software contained in the device, protocols that the devices runs, the set of services that it offers, and so forth). It also enables the device itself to have a single logical manifestation. + +This class represents all logical devices that are atomic in nature (e.g., not made up of multiple distinct logical devices that can be separately managed).""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#LogicalDeviceComposite +:LogicalDeviceComposite rdf:type owl:Class ; + rdfs:subClassOf :LogicalDevice , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :LogicalDevice + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :LogicalDevice + ] ; + rdfs:comment """This is a concrete base class for representing logical concepts and services that can be managed which are associated with the device as a whole. This class represents a convenient aggregation point for combining different aspects of a device (e.g., software contained in the device, protocols that the devices runs, the set of services that it offers, and so forth). It also enables the device itself to have a single logical manifestation. + +This class represents all logical devices that are composite in nature (e.g., made up of multiple distinct logical devices that can be separately managed). The composite pattern is used to enable LogicalDeviceComposite objects to be made up of LogicalDevice objects (i.e., either LogicalDeviceAtomic and/or LogicalDeviceComposite objects).""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#LogicalResource +:LogicalResource rdf:type owl:Class ; + rdfs:subClassOf :Resource , + [ rdf:type owl:Restriction ; + owl:onProperty :implements ; + owl:allValuesFrom :ResourceFacingService + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :requiredBy ; + owl:allValuesFrom :PhysicalResource + ] . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ManagedEntity +:ManagedEntity rdf:type owl:Class ; + rdfs:subClassOf :Entity ; + rdfs:comment """This is an abstract base class that is used to represent entities in a managed environment that have the following commonsemantics: (1) each ManagedEntity is associated with at least one ManagementDomain, (2) each ManagedEntity is governed by at least one ManagementApplication, (3) the ManagedEntity is \"important\" from a management and/or functionality point-of-view. As such, it is a point at which semantically important relationships can be created; this avoids duplicating these relationships on multiple subclasses. + +A fundamental characteristic of a ManagedEntity is that it can perform and/or respond to management functions. This distinguishes ManagedEntities from UnManagedEntities.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ManagedHardware +:ManagedHardware rdf:type owl:Class ; + rdfs:subClassOf :Hardware , + [ rdf:type owl:Restriction ; + owl:onProperty :plugsInto ; + owl:allValuesFrom :PhysicalConnector + ] ; + owl:disjointWith :PhysicalConnector ; + rdfs:comment "This is an abstract base class that adds additional semantics to the Hardware base class. These semantics are used to provide management information on the hardware. For example, attributes defined by this class can provide the administrative and operational state of the entity, and tell whether it has any alarms." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ManagedTransmissionEntity +:ManagedTransmissionEntity rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment "This is an abstract base class for describing different types of logical entities that are or help to form connections that transmit and/or receive information. This represents a superclass to various ITU specs (e.g., G.805 and M.3100) as well as IETF concepts (such as those found in various RFCs) so that it can unite ITU and IETF concepts." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ManagementInfo +:ManagementInfo rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment """This is an abstract base class that is used to represent management information for a ManagedEntity that is obtained in a managed environment . Specifically, in the process of managing an entity, information of various forms are created. This class is the base class for defining different types of management information. + +The design of how management information is obtained uses this class to gather specific type of information, and the ManagementMethodEntity class to obtain the desired data using an appropriate method. This combination of class hierarchies enables different management methods (e.g., CLI vs. SNMP) to be used to gather different types of management data, and is unique to the DEN-ng information model.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ManagementMethodEntity +:ManagementMethodEntity rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment """This is an abstract base class for representing the different types of management methods that can be used to gather a particular type of management information. For example, this enables configuration setting classes to be defined as using CLI, while configuration monitoring classes could be defined as using a different method, such as SNMP. + +The design of how management information is obtained uses this class to gather specific type of information, and the ManagementMethodEntity class to obtain the desired data using an appropriate method. This combination of class hierarchies enables different management methods (e.g., CLI vs. SNMP) to be used to gather different types of management data, and is unique to the DEN-ng information model.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ManagementProtocol +:ManagementProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """A ManagementProtocol is an abstract superclass for protocols that are dedicated to exchanging management information between network devices. This type of protocol is an application layer protocol, and is used for configuring, monitoring, and gathering information about devices. + +The DEN-ng model defines SNMP and a framework for proprietary management protocols as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Market +:Market rdf:type owl:Class ; + rdfs:subClassOf :ProducerConsumerAspect ; + rdfs:comment "This is an abstract class that represents any commercial activity where information, goods and/or services are traded, bought and/or sold. Subclasses model the promotion, sale, and distribution of goods and services." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Measurable +:Measurable rdf:type owl:Class ; + rdfs:subClassOf :Observable , + [ rdf:type owl:Restriction ; + owl:onProperty :hasValue ; + owl:someValuesFrom :MeasurableValue + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasValue ; + owl:allValuesFrom :MeasurableValue + ] ; + rdfs:comment "This class represents the concept of values that are observable and measurable." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#MeasurableValue +:MeasurableValue rdf:type owl:Class ; + rdfs:subClassOf :ObservableValue ; + rdfs:comment "All MeasureableValues are ObservableValues, but not all ObservableValues can in fact be measured." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Message +:Message rdf:type owl:Class ; + rdfs:subClassOf :EventAtomic , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPayload ; + owl:allValuesFrom :RootEntity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasSource ; + owl:allValuesFrom :Entity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasTarget ; + owl:allValuesFrom :Entity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasSource ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Entity + ] ; + rdfs:comment "A message is an Event with a payload. This distinguishes simple events with no content (i.e., just a notification) from events that contain additional content that can be filtered." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#MetaData +:MetaData rdf:type owl:Class ; + rdfs:subClassOf :RootEntity ; + rdfs:comment """Metadata is information that describes, but does not directly contribute to or impact, the state of the entity that the MetaData is applied to. + +MetaData is defined as data that describes an individual datum or a collection of data. It can be used to describe how data elements or attributes are defined, and where they are physically located. Metadata may include descriptive information about the context, quality and condition, or characteristics of the data.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#NetworkAddress +:NetworkAddress rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment "This class represents the generic concept of a network address. Its subclasses define different types of addresses of different technologies, such as an IPAddress vs. an IPXAddress. Its utility lies in its ability to serve as a convenient point for sourcing and terminating relationships. This eliminates undue duplication of relationships that interact with the subclasses of NetworkAddress." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Node +:Node rdf:type owl:Class ; + rdfs:subClassOf :MetaData , + [ rdf:type owl:Restriction ; + owl:onProperty :inDegree ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:int + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :outDegree ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:int + ] ; + rdfs:comment """A Node is one of the two fundamental building blocks of a Graph. In a SimpleGraph, the Nodes that an Edge connects are called the endpoints of an Edge; theEdge is said to be incident to each Node. + +The two vertices forming an edge are said to be its endpoints, and the edge is said to be incident to the vertices. A vertex w is said to be adjacent to another vertex v if the graph contains an edge (v,w). The neighborhood of a vertex v is an induced subgraph of the graph, formed by all vertices adjacent to v.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Observable +:Observable rdf:type owl:Class ; + rdfs:subClassOf :Value , + [ rdf:type owl:Restriction ; + owl:onProperty :hasValue ; + owl:someValuesFrom :ObservableValue + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasValue ; + owl:allValuesFrom :ObservableValue + ] ; + owl:disjointWith :ObservableValue ; + rdfs:comment """An Observable is a container that is used to define (1) a concept that is observable but not necessaarily measurable, and (2) categorize the type of concept independent of its values (which is defined as subclasses of ObservableValue). This is critical for ontology support. + +An important subclass of Observable is Measurable, which strengthens the notion of something that can be observed by adding the quality of measurement.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ObservableValue +:ObservableValue rdf:type owl:Class ; + rdfs:subClassOf :Value ; + rdfs:comment "An ObservableValue is a class used to house a Value that is associated with a particular Observable class." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#OperatingSystem +:OperatingSystem rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment """An OperatingSystem is a concrete entity that represents either software and/or firmware that runs the LogicalResource. This entity implements and/or manages the resources, tasks, file systems, security, and data available on the LogicalResource. + +Note that an OperatingSystem is distinct from software applications that are run on the Resource. All aplications and software must communicate with the OperatingSystem for all operations that they need.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#OrchestrationAspect +:OrchestrationAspect rdf:type owl:Class ; + rdfs:subClassOf :ManagedEntity ; + rdfs:comment "This is an abstract class for representing how governance mechanisms are used to orchestrate the behavior of this ManagedEntity. In DEN-ng, orchestration is typically performed using one or more State Machines in conjunction with PolicyRules." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#OrgIdentification +:OrgIdentification rdf:type owl:Class ; + rdfs:subClassOf :IdentityAtomic ; + rdfs:comment "This is an abstract class that contains common information used as proof of identity by an Organization or Organizational Unit. Note that this class and its subclasses contain ALL information that could be used to identify a Person; the OrgPublicIdentification contains only public identification, and hence is a restricted view of this object." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#OrgPublicIdentification +:OrgPublicIdentification rdf:type owl:Class ; + rdfs:subClassOf :IdentityAtomic ; + rdfs:comment "This is an abstract class that contains common information used as proof of identity by an Organization or Organizational Unit that is designated as public information. Note that this is most likely a subset of the full (and private) version of OrgInformation that describes the Organization. In addition, Policy Rules can be used to define the specific type of information that is made available using the ProvidesPublicOrgID association and ProvidesPublicOrgIDDetails association class." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#OrgUnitAtomic +:OrgUnitAtomic rdf:type owl:Class ; + rdfs:subClassOf :Organization ; + owl:disjointWith :OrgUnitComposite ; + rdfs:comment "This is an abstract class for representing OrganizationalUnits that can exist on their own, that are individually manageable, and do NOT form composite, or nested, OrganizationalUnits." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#OrgUnitComposite +:OrgUnitComposite rdf:type owl:Class ; + rdfs:subClassOf :Organization ; + rdfs:comment "This is an abstract class for representing Organizations that are made up of other OrganizationalUnits (i.e., instances of this class as well as the OrgUnitAtomic class). This provides the semantics of collecting a set of OrganizationalUnits, each of which is individually manageable, and being able to manage the set of OrganizationalUnits as a whole. An example is the set of different OrganizationalUnits that make up a Division in a Company." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Organization +:Organization rdf:type owl:Class ; + rdfs:subClassOf :PersonOrOrganization ; + owl:disjointWith :Person ; + rdfs:comment "A group of people identified by shared interests or purpose. Examples include business, department, enterprise. Because of the complex nature of many businesses, both organizations and organizational units are represented by the same business entity in this model. This also facilitates mapping to DAP and LDAP." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Person +:Person rdf:type owl:Class ; + rdfs:subClassOf :PersonOrOrganization ; + rdfs:comment "This is an abstract class, and represents an individual." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PersonIdentification +:PersonIdentification rdf:type owl:Class ; + rdfs:subClassOf :IdentityAtomic ; + rdfs:comment "This is an abstract class that contains common information used as proof of identity by a Person. Note that this class and its subclasses contain ALL information that could be used to identify a Person; the PersonPublicIdentification contains only public identification, and hence is a restricted view of this object." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PersonOrOrganization +:PersonOrOrganization rdf:type owl:Class ; + rdfs:subClassOf :Entity ; + rdfs:comment "This is an abstract class that serves as the superclass of the Person and Organization classes in DEN-ng. Note that it is a peer of ManagedEntity. In general, people must be able to be treated independently of the Products, Services, and Resources that they use." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PersonPublicIdentification +:PersonPublicIdentification rdf:type owl:Class ; + rdfs:subClassOf :IdentityAtomic ; + rdfs:comment "This is an abstract class that contains common information used as proof of identity by a Person that is designated as public information. Note that this is most likely a subset of the full (and private) version of PersonInformation that describes the Person. In addition, Policy Rules can be used to define the specific type of information that is made available using the ProvidesPublicPersonID association and ProvidesPublicPersonIDDetails association class." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalComponent +:PhysicalComponent rdf:type owl:Class ; + rdfs:subClassOf :PhysicalContainer ; + rdfs:comment """This is the base class for different types of PhysicalComponents that can reside either in an Equipment or an EquipmentHolder object. They can NOT be used as a stand-alone object. + +From a management point-of-view, this object either can not or does not need to be split into its constituent parts. For example, an ASIC (or Chip) can not , and a tape for data storage does not, need to be split up into their constituent parts. Any piece of hardware that is not a PhysicalLink, PhysicalConnector, Equipment, or EquipmentHolder, is a subclass of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalConnector +:PhysicalConnector rdf:type owl:Class ; + rdfs:subClassOf :Hardware , + [ rdf:type owl:Restriction ; + owl:onProperty :connectedTo ; + owl:allValuesFrom :PhysicalConnector + ] ; + rdfs:comment "This is a concrete class that represents any type of hardware unit that is used to connect to other hardware units and transmit signals and/or power between them." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalContainer +:PhysicalContainer rdf:type owl:Class ; + rdfs:subClassOf :ManagedHardware , + [ rdf:type owl:Restriction ; + owl:onProperty :hasSoftware ; + owl:allValuesFrom :Software + ] ; + owl:disjointWith :PhysicalPort ; + rdfs:comment "This is an abstract class that is used to add additional semantics to the ManagedHardware class. Its attributes define whether a ManagedHardware object can be removed and/or replaced, and whether this action requires power to be removed or not when the action is performed." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalDevice +:PhysicalDevice rdf:type owl:Class ; + rdfs:subClassOf :PhysicalResource , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :Hardware + ] ; + rdfs:comment "This is an abstract base class for representing hardware devices that can be managed. This class represents a convenient aggregation point for combining different aspects of a device (e.g., the cables, connectors, cards, power supplies, and other objects that together make up the device). Thus, it enables the device itself to have a physical manifestation (e.g., the \"Internet Gateway Router\" can be identified as a PhysicalDevice). Examples of this class include routers and switches, computers, and other end-devices that are managed." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalDeviceAtomic +:PhysicalDeviceAtomic rdf:type owl:Class ; + rdfs:subClassOf :PhysicalDevice ; + owl:disjointWith :PhysicalDeviceComposite ; + rdfs:comment """This is a concrete base class for representing hardware devices that can be managed that contains no sub-ordinate devices. In other words, this physical device is a stand-alone physical device. + +This class represents a convenient aggregation point for combining different aspects of a device (e.g., its physical composition as well as the set of services that it offers). It also enables the device itself to have a physical manifestation. Examples of this class include routers and switches, computers, and other end-devices that are managed.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalDeviceComposite +:PhysicalDeviceComposite rdf:type owl:Class ; + rdfs:subClassOf :PhysicalDevice , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOfAtomicPart ; + owl:allValuesFrom :PhysicalDevice + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOfAtomicPart ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :PhysicalDevice + ] ; + rdfs:comment """This is a concrete base class for representing hardware devices that can be managed that contains one or more sub-ordinate devices. In other words, this physical device is not a stand-alone physical device; rather, it represents an aggregation of physical devices. Each physical device in this aggregation can be managed. + +This class represents a convenient aggregation point for combining different aspects of a device (e.g., its physical composition as well as the set of services that it offers). It also enables the device itself to have a physical manifestation. Examples of this class include routers and switches, computers, and other end-devices that are managed.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalPort +:PhysicalPort rdf:type owl:Class ; + rdfs:subClassOf :ManagedHardware , + [ rdf:type owl:Restriction ; + owl:onProperty :bindsTo ; + owl:allValuesFrom :DeviceInterface + ] ; + rdfs:comment "This class represents an actual or potential end point of a topological (physical) link, and corresponds directly to a physical port on a topology map. PhysicalPorts are always contained by another physical object - they can't exist by themselves. The two most common examples are PhysicalPorts on a Card and on a Chassis." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalResource +:PhysicalResource rdf:type owl:Class ; + rdfs:subClassOf :Resource , + [ rdf:type owl:Restriction ; + owl:onProperty :requiredBy ; + owl:allValuesFrom :LogicalResource + ] ; + rdfs:comment """This is an abstract base class for describing different types of hardware that constitute a Product. It has two main purposes: (1) to collect common attributes and relationships for all hardware, and (2) to provide a convenient, single point where relationships with other managed objects can be defined. + +The HasWarrantyInfo association (not shown) describes warranty information of hardware.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyClause +:PolicyClause rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment """This class models the triplet {variable, operator, value} that is used by the \"atomic\" subclasses of PolicyRuleComponent/ Note that the semantics are reflected in the types of operators that are allowed to be used in each case. + +For events and conditions, we want the semantics of \"variable relates to value\", where \"relates to\" is usually the match operator, but could also be other applicable operators (e.g., a comparison operator). For actions, we want the semantics of \"set variable to value\". + +Both of these semantics are enforced using OCL. + +The ability to use the same basic form for writing PolicyEvents, PolicyConditions and PolicyActions greatly simplifies the design and implementation of a policy management system by enabling such statements to be automatically generated.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyConcept +:PolicyConcept rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment "This is an abstract base class, and is the root of the Policy DEN-ng model. As such, it defines common attributes, methods and relationships that all policy subclasses use and take part in." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyMetaData +:PolicyMetaData rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "This is an abstract class that contains data for different types of policy objects (e.g., policy rules, policy rule components, such as policy events, and policy applications) that describes, but does not contribute to or impact, the state of an entity." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyOperator +:PolicyOperator rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment "This is a concrete class for modeling different types of operators in a PolicyStatement. By restricting the type of operator used in a PolicyStatement, one can effectively restrict the semantics of that PolicyStatement." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyRuleComponentMetaData +:PolicyRuleComponentMetaData rdf:type owl:Class ; + rdfs:subClassOf :PolicyMetaData ; + owl:disjointWith :PolicyRuleMetaData ; + rdfs:comment "This is an abstract class that defines the basic metadata that applies to different types of PolicyRuleComponents, such as PolicyEvents, PolicyConditions, and PolicyActions. This decouples common metadata that different PolicyRuleComponent representation systems need from the actual realization of the PolicyRuleComponents. Hence, ECA and non-ECA Policies can both use the metadata contained in this class. It also decouples the representation and structure of a particular type of PolicyRuleComponent (e.g., an ECAPolicyRuleComponent) from the metadata. This is critical for properly constructing ontologies from policy models." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyRuleComponentStructure +:PolicyRuleComponentStructure rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment """Since different types of Policy Rules have different structural components, the PolicyRuleComponentStructure class is used to represent the different types of Policy Rule Components that can be used in a PolicyRule. Notable subclasses of this class include PolicyEvent, PolicyCondition, and PolicyAction (which are used together to define an ECAPolicyRule). + +This is part of a set of changes introduced in DEN-ng 7.0 that enables the DEN-ng information model to be more easily related to the DEN-ng ontology.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyRuleMetaData +:PolicyRuleMetaData rdf:type owl:Class ; + rdfs:subClassOf :PolicyMetaData ; + rdfs:comment "This is an abstract class that defines the basic metadata that applies to different types of Policies, such as ECAPolicies. This decouples common metadata that different Policy representation systems need from the actual realization of the Policy, enabling all PolicyRules to share common metadata while enabling specific types of PolicyRules to define their own particular metadata. It also decouples the representation and structure of a particular type of policy (e.g., an ECAPolicy) from the metadata. This is critical for properly constructing ontologies from policy models." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyRuleStructure +:PolicyRuleStructure rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment """This is an abstract class; it is used to represent the structure of a policy rule. Supported rule types include CA (condition-action, for backwards compatibility), ECA (event-condition-action, preferred over CA), Goal, and Utility policies. + +More formally, the purpose of this class is to define different subclasses that each formalize the semantics of different types of Policy Rules using a subsumption relationship. This enables a system (such as FOCALE) that uses DEN-ng to import different types of Policy Rules, each with their own specific structure, and represent how each is used. This provides extensibility, so that new Policy Rule types can be added without adversely affecting the overall design of the DEN-ng Policy Hierarchy.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicySubject +:PolicySubject rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment """A PolicySubject defines the set of objects upon which the PolicyStatement is predicated. A PolicySubject is defined as a set of ManagedEntities that can, cannot, must, must not, need, or need not request and/or invoke the action of the policy from and/or on a PolicyTarget. + +The PolicySubject can make policy decision and information requests, and it can direct policies to be enforced at a set of PolicyTargets. Note that a PolicySubject does NOT evaluate PolicyRules, nor does it execute PolicyActions. Rather, it orchestrates the flow of policy evaluation. It is characterized as a managed object in order to build a set of reusable managed entities that can be used to form various PolicyStatements.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyTarget +:PolicyTarget rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment """A PolicyTarget defines the set of ManagedEntities that describe actions that are to be applied to the PolicyTarget. In other words, a PolicyTarget is a set of ManagedEntities that a set of policies will be applied to. This is determined by: (1) agreeing to be a PolicyTarget (i.e., in general a ManagedEntity may or may not be in a state that enables PolicyRules to be applied to it to change its state; hence, a negotiation process may need to occur between the PolicySubject and the PolicyTarget, wherein the PolicyTarget consents to have PolicyRules applied to it), (2) being set as a PolicyTarget by a PolicySubject, and (3) being able to process PolicyRules (which includes being able to receive events and/or messages that trigger the evaluation of the PolicyRule). + +A Policy Target is an entity or set of entities from/on which the action of a policy is requested and/or invoked. + +Note that a PolicyProxy can provide a \"translation function\" between the commands received by the PolicyTarget and the actual ManagedEntity. The objective of applying PolicyRules is to either maintain the current state of the policy target (i.e. the current state is a \"desired\" state), or to transition the policy target to a new desired state. It is characterized as a managed object in order to build a set of reusable managed entities that can be used to form various PolicyStatements.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyValue +:PolicyValue rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment "The PolicyValue class is an abstract base class for modeling different types of values that occur in a PolicyStatement. The PolicyValue specifies an attribute that should either be set or cleared (if used in a PolicyAction) or matched or compared in some way to a value of the PolicyVariable in a PolicyCondition." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyVariable +:PolicyVariable rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment """This is an abstract class for modeling different types of variables that can be used to form a PolicyStatement. The variable specifies an attribute or concept that should either be matched or in some way compared to a value when the condition is evaluated. + +There are three important factors that must be taken into account in the design of variables. The first is that not every combination of a variable and a value creates a meaningful condition. For example, port numbers cannot be negative. Rather, the type of variable in the condition defines the set of matchable value types. + +Second, just because a value has the correct datatype does not mean that it can be meaningfully compared to a variable. To continue the above example, a port of 1,000,000 is meaningless. This is handled in this model by specifying constraints (using OCL) that apply to a particular variable that must be obeyed by any value that it is being compared to. The ExpectedPolicyValuesForVariable association binds a PolicyVariable to a PolicyValue; any constraints that are required in this binding are added to an instance of this association using OCL. + +Third, while the DEN-ng model defines a set of useful PolicyVariables, there is a high likelihood that specific applications will need extensions to these variables. This is accommodated through the notion of implicit and explicit PolicyVariable classes.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Preference +:Preference rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment "A Preference is an attribute of a sender or receiver that indicates the choice of a set of particular type of information or behavior instead of others, even if multiple options are possible." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProducerConsumerAspect +:ProducerConsumerAspect rdf:type owl:Class ; + rdfs:subClassOf :ManagedEntity ; + rdfs:comment "This is an abstract class for representing entities that can be managed that are produced and/or consumed by other entities. Examples are Products, Resources, and Services." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Product +:Product rdf:type owl:Class ; + rdfs:subClassOf :ProducerConsumerAspect , + [ rdf:type owl:Restriction ; + owl:onProperty :provides ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :Resource + :Service + ) + ] + ] ; + rdfs:comment """A Product represents any combination of goods, services, and information that is offered for trial, purchase, or even for free. + +A Product may be realized as one or more Service(s) and/or Resource(s).""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductAtomic +:ProductAtomic rdf:type owl:Class ; + rdfs:subClassOf :Product ; + owl:disjointWith :ProductComposite ; + rdfs:comment "A type of Product that has no subordinate Product(s) and can be sold and used by itself without other Product(s)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductComposite +:ProductComposite rdf:type owl:Class ; + rdfs:subClassOf :Product ; + rdfs:comment "A type of Product that is comprised of other Product(s). The other Product(s) may be ProductComposite(s) and/or ProductAtomic(s)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductLine +:ProductLine rdf:type owl:Class ; + rdfs:subClassOf :ProducerConsumerAspect ; + rdfs:comment "This class defines a group of products that are closely related to each other by one or more factors (e.g., they have similar functions and/or prices)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductOffering +:ProductOffering rdf:type owl:Class ; + rdfs:subClassOf :ProductSpecificationAtomic ; + rdfs:comment """This class represents a set of ProductSpecifications that are made available to a specific Market for sale, rental, or lease for a price, which may be zero. A ProductOffering may target one or more MarketSegments, be included in one or more ProductCatalogs, be present in support of one or more ProductStrategies, and be made available in one or more Locations. + + It can be thought of as a ProductSpecificationAtomic that is offered to a particular Market segment. """ . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductSpecification +:ProductSpecification rdf:type owl:Class ; + rdfs:subClassOf :ProducerConsumerAspect ; + rdfs:comment "This class provides a detailed description of a tangible or intangible object made available externally in the form of a specification describing the invariant attributes and behavior of a Product. A ProductSpecification may include other ProductSpecifications supplied together as a collection." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductSpecificationAtomic +:ProductSpecificationAtomic rdf:type owl:Class ; + rdfs:subClassOf :ProductSpecification ; + owl:disjointWith :ProductSpecificationComposite ; + rdfs:comment "This class represents a stand-alone type of ProductSpecification that does not have any subordinate ProductSpecifications." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductSpecificationComposite +:ProductSpecificationComposite rdf:type owl:Class ; + rdfs:subClassOf :ProductSpecification ; + rdfs:comment "This represents a type of ProductSpecification that is formed by aggregating other ProductSpecifications, which may be Composite or Atomic ProductSpecifications. A ProductSpecificationComposite is an intelligent container, and is used primarily to manage its constituent component ProductSpecifications." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Profile +:Profile rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment "This is an abstract class that describes a specific set of user-programmable capabilities for a specific entity. A profile enables some or all of the functionality of the entity to be programmed. A profile does NOT have to describe ALL functionality in the entity that it is profiling." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Protocol +:Protocol rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource , + [ rdf:type owl:Restriction ; + owl:onProperty :runsOn ; + owl:someValuesFrom :DeviceInterface + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :runsOn ; + owl:allValuesFrom :DeviceInterface + ] ; + rdfs:comment """A Protocol is a formal set of rules and conventions that governs how two entities exchange information (usually over one or more types of network media). + +This is an abstract base class for representing Protocols that can be managed. This class represents a convenient aggregation point for defining how Protocols are managed and used. + +Please see the DEN-ng Service model for more details.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Requirement +:Requirement rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "This is an abstract class that defines metadata to describe different types of requirements and specifications." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Resource +:Resource rdf:type owl:Class ; + rdfs:subClassOf :ProducerConsumerAspect ; + rdfs:comment "This is the abstract base class for all entities that are inherently manageable and make up a Product. Examples which are not Manageable include legacy Hubs that don't support any type of management protocol; rather, they must be manually managed. Entities like Policy are of course manageable, but do not make up or are found packaged inside of a Product." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ResourceFacingService +:ResourceFacingService rdf:type owl:Class ; + rdfs:subClassOf :ServiceAtomic , + [ rdf:type owl:Restriction ; + owl:onProperty :requiredBy ; + owl:allValuesFrom :CustomerFacingService + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :uses ; + owl:allValuesFrom :Protocol + ] ; + rdfs:comment """This is the base class for defining ResourceFacingServices in the DEN-ng Service model. A ResourceFacingService is an abstraction that defines the characteristics and behavior of a particular Service that is not directly seen or purchased by the Customer. ResourceFacingServices are \"internal\" Services that are required to support a CustomerFacingService. The Customer purchases CustomerFacingServices, and is not aware of the ResourceFacingServices which support the CustomerFacingService(s) that is being purchased directly by the Customer. For example, a VPN is an example of a CustomerFacingService. This particular type of VPN may require BGP to support it. Customers don't purchase BGP, and hopefully aren't even aware that BGP is running. Therefore, BGP is an example of a ResourceFacingService. + +Please see the DEN-ng Service model for more details.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ResourceFacingServiceAtomic +:ResourceFacingServiceAtomic rdf:type owl:Class ; + rdfs:subClassOf :ResourceFacingService ; + owl:disjointWith :ResourceFacingServiceComposite ; + rdfs:comment "This is an abstract base class that defines a stand-alone ResourceFacingService that meets the needs of a particular CustomerFacingService. Stand-alone ResourceFacingServices may be linked directly to a CustomerFacingService or aggregated by a ResourceFacingServiceComposite." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ResourceFacingServiceComposite +:ResourceFacingServiceComposite rdf:type owl:Class ; + rdfs:subClassOf :ResourceFacingService , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :ResourceFacingService + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :ResourceFacingService + ] ; + rdfs:comment """This is an abstract base class that defines an integrated set of ResourceFacingServices that collectively meets the needs of a CustomerFacingService. For example, the Customer may have requested \"GoldService\", which is a ServicePackage that defines a set of ServiceBundles, each of which has its own QoS. A set of ResourceFacingServiceProducts can then be defined, one for each different ServiceBundle instance, that provides the required QoS for each ServiceBundle instance. + +Please see the DEN-ng Service Model whitepaper for more information and examples.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Role +:Role rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment """Role is an abstract class that defines the concept of various types of roles used in the DEN-ng model. Each role uses the role-object pattern to define an extensible representation of the concept that it is modeling. + +Roles enable the user to adapt an object to different client's needs through transparently attached role objects, each one representing a role the object has to play in that client's context. Each context may be its own application, which therefore gets decoupled from the other applications. + +The Role Object pattern models context-specific views of an object as separate role objects which are dynamically +attached to and removed from the core object. The resulting object aggregate represents one logical object, even +though it consists of several physically distinct objects.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#RootEntity +:RootEntity rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty :hasDescription ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasID ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:anyType + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasName ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] ; + rdfs:comment "This is the top of the DEN-ng class hierarchy. These properties enable us to name, describe, and identify all objects (manageable and unmanageable) in the environment." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#RoutedProtocol +:RoutedProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """This is an abstract base class for representing different types of routed protocols that can be managed. Routed protocols are those protocols that can be routed by a router. Specifically, the router must be able to interpret the logical internetwork as specified by that routed protocol. This class represents a convenient aggregation point for defining how routed protocols are managed and used. + +The DEN-ng model defines AppleTalk, DecNET, IP, and IPX as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#RoutingProtocol +:RoutingProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """This is an abstract base class for representing different types of routing protocols that can be managed. Routing protocols are used to determine how information is routed (e.g., how it traverses an intermediate system). This class represents a convenient aggregation point for defining how routing protocols are managed and used. + +The DEN-ng model defines LinkStateRoutingProtocols (e.g., OSPF and IS-IS), DistanceVectorRoutingProtocols (e.g., RIP and IGRP), PathVectorRoutingProtocols (e.g., BGP) and HybridRoutingProtocols (e.g., EIGRP) as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#SecurityMetaData +:SecurityMetaData rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "This class defines generic metrics about Security MetaData, and may be applied to different types of Entities (not just ManagedEntities)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#SemanticMetaData +:SemanticMetaData rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "SemanticMetaData represents data and/or knowledge that describes, but does not contribute to or impact, the behavior of the entity that the SemanticMetaData is applied to." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Service +:Service rdf:type owl:Class ; + rdfs:subClassOf :ProducerConsumerAspect ; + rdfs:comment """This class is the base class for the DEN-ng Service hierarchy. A Service represents logical functionality that is packaged as part of a Product. Its two principal subclasses are CustomerFacingService and ResourceFacingService. A Service represents the object that will be instantiated. Each Service instance can be different; therefore, Service is limited to owning just the changeable attributes, methods, relationships, and constraints that can be instantiated. The invariant attributes, methods, relationships, and constraints that can be instantiated are defined by a ServiceSpecification. + +The purpose of this class is twofold. First, it is used to define attributes, methods, and relationships that are common to all Services. Second, it provides a convenient point to define how Services interact with other parts of the DEN-ng model.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ServiceAtomic +:ServiceAtomic rdf:type owl:Class ; + rdfs:subClassOf :Service ; + owl:disjointWith :ServiceComposite ; + rdfs:comment "This class represents a stand-alone customer-facing or resource-facing service." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ServiceComposite +:ServiceComposite rdf:type owl:Class ; + rdfs:subClassOf :Service , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :Service + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :Service + ] ; + rdfs:comment "This class represents a composite Service. It must have at least one ServiceAtomic, and may have zero or more ServiceComposites." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#SignalingProtocol +:SignalingProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """This is an abstract base class for representing different types of signaling protocols that can be managed. Signaling protocols are used to convey information along a specific path. This class represents a convenient aggregation point for defining how signaling protocols are managed and used. + +The DEN-ng model defines COPS and RSVP as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Software +:Software rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource , + [ rdf:type owl:Restriction ; + owl:onProperty :uses ; + owl:allValuesFrom :OperatingSystem + ] ; + rdfs:comment """This is an abstract base class for representing software. Software represents the set of user visible functions and processes that are contained in a device. The HasSoftwareFeatures association is used to define software that is associated in some way with a LogicalDevice, such as programs and operating systems. Since this software can be associated with devices and/or device components, this association is defined between the roots of the two classes. + +Software may be nested within other software, thereby creating a containment relationship (which is part of the system view). + +Currently, the subclasses of this class reflect user-facing features (e.g., features that are manageable, configurable, and executable by users and applications).""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#State +:State rdf:type owl:Class ; + rdfs:subClassOf :OrchestrationAspect ; + rdfs:comment """A state is a unique collection of information, valid during a particular time period during the life of an object, during which one or more of the following apply: +(1) one or more of its attributes each has a range of values that are unique to this particular state +(2) all required relationships meet the following conditions that are unique to this particular state: + a) owned containment attributes contain (or not) references to created (or destroyed) relationships, and + b) in the case of relationships that are realized by association classes, any communication required between classes used to implement the relationship and the classes that the relationship connects has been completed +(2) the object can perform one or more internal actions that are used to either maintain its current state or to transition to a new state. Internal actions are not visible outside of the object, and hence other objects and states do NOT depend on internal actions performed. +(3) the object can perform one or more external services. In contrast to internal activities, external services are visible to other objects and states, and hence represent dependencies and control points that may have far-reaching effects. +(4) the object waits for an external event to trigger a new action +Fundamentally, a state stores information about the past. My problem with the UML 1 and 2 definitions is that they say nothing about containing a unique collection of information which represents the past; rather, they read like an event!""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#StateMachine +:StateMachine rdf:type owl:Class ; + rdfs:subClassOf :OrchestrationAspect ; + rdfs:comment "A StateMachine is an abstract superclass that models different types of behavior that can be represented by State Machines. A State Machine is made up of a set of states, state transitions, and actions." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#StateTransition +:StateTransition rdf:type owl:Class ; + rdfs:subClassOf :OrchestrationAspect ; + rdfs:comment """This is an abstract superclass for defining different types of Transitions that connect different types of States in a StateMachine. + +More formally, a StateTransition defines a relationship between two States indicating that an object in the first State will perform certain specified actions and enter the second State when a specified Event occurs and specified conditions are satisfied. This class is designed to be an intelligent container, whose attributes and relationships are populated by a set of external applications; these attributes and relationships are then used to control the semantics of the aggregation.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Subscription +:Subscription rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment "A Subscription defines the set of Products, Services, and/or Resources that a Subscriber uses and/or procures (e.g., purchase, rent, lease) from this particular ServiceProvider." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#SwitchingProtocol +:SwitchingProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """This is an abstract base class for representing different types of switching protocols that can be managed. Switching protocols are those protocols that enable routing to take into account layer 2 information, such as bandwidth and QoS. (Remember that traditional routing protocols are designed to evaluate each frame's layer 3 header only). + +Several methods are available for accomplishing the task of looking at layer 2 information and defining a next hop. Most now use the concept of a label, which is a means to define the next hop without evaluating all of the information of a traditional header. + +The DEN-ng model currently concentrates on defining MPLS as an example of a SwitchingProtocol.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Topology +:Topology rdf:type owl:Class ; + rdfs:subClassOf :MetaData , + [ rdf:type owl:Restriction ; + owl:onProperty :representedBy ; + owl:allValuesFrom :Graph + ] ; + rdfs:comment "This class represents the arrangement or mapping of the physical and/or logical elements of an entity and their interconnections between the nodes of an entity." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Type +:Type rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "Type entities are metadata that are used to categorize sets of objects. Multiple Types can be related to each other using the RelatedTypes association." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#UnManagedEntity +:UnManagedEntity rdf:type owl:Class ; + rdfs:subClassOf :Entity ; + rdfs:comment """The UnManagedEntity class is a concrete class that extends the Entity class in order to represent Entities that are not manageable. Specifically, this means that an UnManagedEntity is one that has no management information associated with it, and cannot perform management functions. + +A corollary of the above is that an UnManagedEntity is a type of Entity that can only be manually controlled. + +Note that management information can be associated with components of an UnManagedEntity (e.g., antennae in a Tower), or indirectly with the UnManagedEntity (e.g., a temperature sensor for a Tower or Building).""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Value +:Value rdf:type owl:Class ; + rdfs:subClassOf :RootEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasMetaData ; + owl:allValuesFrom :MetaData + ] ; + rdfs:comment "A Value is an abstract class whose subclasses are used to reify the notion of something that exists that does NOT have a distinct associated identity (like subclasses from Entity do)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ValueMetaData +:ValueMetaData rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "ValueMetaData contains data for different types of Value objects that describe, but does not contribute to or impact, the state of the Value." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Version +:Version rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "This is an abstract class, and is used to define different versions of an entity." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#WANProtocol +:WANProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """WAN Protocols operate at the lowest three levels of the OSI model (i.e., physical, data link, and network) and are used to define communications over different types of wide-area media. + +The DEN-ng model defines ATM, FrameRelay, HDLC, ISDN, PPP, SLIP, SMDS, and X.25 as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#WorldGeodeticSystem +:WorldGeodeticSystem rdf:type owl:Class ; + rdfs:subClassOf :UnManagedEntity ; + rdfs:comment "The World Geodetic System is a standard for use in cartography, geodesy, and navigation. It comprises a standard coordinate frame for the Earth, a standard spheroidal reference surface (the datum or reference ellipsoid) for raw altitude data, and a gravitational equipotential surface (the geoid) that defines the nominal sea level." . + + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Application + :ApplicationComponent + :DeviceInterface + :Engine + :LogicalDevice + :ManagedTransmissionEntity + :ManagementInfo + :ManagementMethodEntity + :NetworkAddress + :OperatingSystem + :Protocol + :Software + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :AuxiliaryComponent + :Equipment + :EquipmentHolder + :PhysicalComponent + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :BehavioralAspect + :IdentityAspect + :OrchestrationAspect + :ProducerConsumerAspect + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :BridgingProtocol + :LANProtocol + :ManagementProtocol + :RoutedProtocol + :RoutingProtocol + :SignalingProtocol + :SwitchingProtocol + :WANProtocol + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Cable + :Hardware + :Link + :PhysicalDevice + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :CompoundResource + :LogicalResource + :PhysicalResource + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Context + :Domain + :FederatedDomain + :Interaction + :PolicyConcept + :Preference + :Profile + :Subscription + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :CoordinateSystem + :Language + :Location + :WorldGeodeticSystem + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :EdgeConcept + :EntityMetaData + :Graph + :Lifecycle + :Node + :PolicyMetaData + :Requirement + :Role + :SecurityMetaData + :SemanticMetaData + :Topology + :Type + :ValueMetaData + :Version + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Entity + :MetaData + :Value + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Event + :ManagedEntity + :PersonOrOrganization + :UnManagedEntity + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Market + :Product + :ProductSpecification + :Resource + :Service + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :OrgIdentification + :OrgPublicIdentification + :PersonIdentification + :PersonPublicIdentification + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :PolicyClause + :PolicyOperator + :PolicyRuleComponentStructure + :PolicyRuleStructure + :PolicySubject + :PolicyTarget + :PolicyValue + :PolicyVariable + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :State + :StateMachine + :StateTransition + ) +] . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/meta-model/om-2.0.ttl b/meta-model/om-2.0.ttl new file mode 100644 index 0000000..85cad22 --- /dev/null +++ b/meta-model/om-2.0.ttl @@ -0,0 +1,40057 @@ +@prefix : . +@prefix dc: . +@prefix om: . +@prefix wv: . +@prefix dct: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix bibo: . +@prefix foaf: . +@prefix rdfs: . +@prefix skos: . +@prefix ombibo: . +@base . + + rdf:type owl:Ontology ; + dc:creator "Hajo Rijgersberg, Don Willems, Jan Top"@en ; + dc:date "2022/06/11" ; + dc:identifier "http://www.ontology-of-units-of-measure.org/vocabularies/om-2/" ; + dct:license ; + rdfs:comment "The Ontology of units of Measure (OM) 2.0 models concepts and relations important to scientific research. It has a strong focus on units, quantities, measurements, and dimensions."@en , + "測定単位のオントロジー (Ontology of units of Measure; OM) は,科学技術にとって重要な概念及び関係をモデル化する。OMは,単位・量・測定・次元に特に焦点を当てている。"@ja ; + rdfs:label "Ontology of units of Measure (OM)"@en , + "測定単位のオントロジー (OM)"@ja ; + owl:versionInfo "2.0.37"@en ; + wv:illustration "http://www.wurvoc.org/images/vocabularies/om-illustration.jpg" ; + wv:logo "http://www.wurvoc.org/images/vocabularies/om-logo.jpg" . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/elements/1.1/creator +dc:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/date +dc:date rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/identifier +dc:identifier rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/isPartOf +dc:isPartOf rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/publisher +dc:publisher rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/subject +dc:subject rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/title +dc:title rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/license +dct:license rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/authorList +bibo:authorList rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/chapter +bibo:chapter rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/degree +bibo:degree rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/edition +bibo:edition rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/isbn10 +bibo:isbn10 rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/isbn13 +bibo:isbn13 rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/issuer +bibo:issuer rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/pageEnd +bibo:pageEnd rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/pageStart +bibo:pageStart rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/reproducedIn +bibo:reproducedIn rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/shortTitle +bibo:shortTitle rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/uri +bibo:uri rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/volume +bibo:volume rdf:type owl:AnnotationProperty . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand +om:LaTeXCommand rdf:type owl:AnnotationProperty ; + om:alternativeLabel "typeset by LaTeX command"@en ; + rdfs:comment "OMLaTeX command that can be used to render this quantity or unit."@en ; + rdfs:label "LaTeX command"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol +om:LaTeXSymbol rdf:type owl:AnnotationProperty ; + om:alternativeLabel "LaTeX formatted symbol"@en , + "has LaTeX symbol"@en ; + rdfs:comment "OMLaTeX formatted symbol may include commands such as \\unit and \\E as defined in OMLaTeX."@en ; + rdfs:label "LaTeX symbol"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abbreviation +om:abbreviation rdf:type owl:AnnotationProperty ; + om:alternativeLabel "has abbreviation"@en , + "略記がある"@ja ; + rdfs:label "abbreviation"@en , + "略記"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLaTeXSymbol +om:alternativeLaTeXSymbol rdf:type owl:AnnotationProperty ; + om:alternativeLabel "alternative LaTeX formatted symbol"@en , + "has alternative LaTeX symbol"@en ; + rdfs:comment "An alternative OMLaTeX formatted symbol, which may include commands such as \\unit and \\E as defined in OMLaTeX."@en ; + rdfs:label "alternative LaTeX symbol"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel +om:alternativeLabel rdf:type owl:AnnotationProperty ; + rdfs:label "alternative label"@en , + "標識の別名"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol +om:alternativeSymbol rdf:type owl:AnnotationProperty ; + om:alternativeLabel "has alternative symbol"@en , + "別の記号を持つ"@ja ; + rdfs:label "alternative symbol"@en , + "別の記号"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment +om:longcomment rdf:type owl:AnnotationProperty ; + om:alternativeLabel "has longcomment"@en , + "long comment"@en , + "詳細な注釈がある"@ja ; + rdfs:label "longcomment"@en , + "詳細な注釈"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/symbol +om:symbol rdf:type owl:AnnotationProperty ; + om:alternativeLabel "has symbol"@en , + "記号を持つ"@ja ; + rdfs:label "symbol"@en , + "記号"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation +om:unofficialAbbreviation rdf:type owl:AnnotationProperty ; + om:alternativeLabel "has unofficial abbreviation"@en , + "非公式な略記がある"@ja ; + rdfs:comment "Used to specify abbreviations that are used in e.g. every day speech but are not defined in any standard." ; + rdfs:label "unofficial abbreviation"@en , + "非公式な略記"@ja ; + rdfs:subPropertyOf skos:hiddenLabel . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel +om:unofficialLabel rdf:type owl:AnnotationProperty ; + om:alternativeLabel "has unofficial label"@en , + "非公式な記号を持つ"@ja ; + rdfs:comment "Used to specify labels that are used in e.g. every day speech but are not defined in any standard." ; + rdfs:label "unofficial label"@en , + "非公式な記号"@ja ; + rdfs:subPropertyOf skos:hiddenLabel . + + +### http://www.w3.org/2004/02/skos/core#hiddenLabel +skos:hiddenLabel rdf:type owl:AnnotationProperty . + + +### http://www.wurvoc.org/vocabularies/WV/illustration +wv:illustration rdf:type owl:AnnotationProperty . + + +### http://www.wurvoc.org/vocabularies/WV/logo +wv:logo rdf:type owl:AnnotationProperty . + + +### http://xmlns.com/foaf/0.1/based_near +foaf:based_near rdf:type owl:AnnotationProperty . + + +### http://xmlns.com/foaf/0.1/name +foaf:name rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit +om:commonlyHasUnit rdf:type owl:ObjectProperty ; + rdfs:domain om:Quantity ; + rdfs:range om:Unit ; + om:alternativeLabel "commonly has unit of measure"@en , + "通常は測定単位を持つ"@ja ; + rdfs:comment "This property indicates a commonly-used unit." ; + rdfs:label "commonly has unit"@en , + "通常は単位を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasAggregateFunction +om:hasAggregateFunction rdf:type owl:ObjectProperty ; + rdfs:domain om:Quantity ; + rdfs:range om:Function ; + rdfs:label "has aggregate function"@en , + "集計関数を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase +om:hasBase rdf:type owl:ObjectProperty ; + rdfs:domain om:UnitExponentiation ; + rdfs:range om:Unit ; + rdfs:label "has base"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseQuantity +om:hasBaseQuantity rdf:type owl:ObjectProperty ; + rdfs:domain om:SystemOfUnits ; + rdfs:range om:Quantity ; + rdfs:label "has base quantity"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseUnit +om:hasBaseUnit rdf:type owl:ObjectProperty ; + rdfs:domain om:SystemOfUnits ; + rdfs:range om:Unit ; + rdfs:label "has base unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasContext +om:hasContext rdf:type owl:ObjectProperty ; + rdfs:domain om:Quantity ; + rdfs:label "has context"@en , + "文脈を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator +om:hasDenominator rdf:type owl:ObjectProperty ; + rdfs:domain om:UnitDivision ; + rdfs:range om:Unit ; + rdfs:label "has denominator"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedQuantity +om:hasDerivedQuantity rdf:type owl:ObjectProperty ; + rdfs:domain om:SystemOfUnits ; + rdfs:range om:Quantity ; + rdfs:label "has derived quantity"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedUnit +om:hasDerivedUnit rdf:type owl:ObjectProperty ; + rdfs:domain om:SystemOfUnits ; + rdfs:range om:Unit ; + rdfs:label "has derived unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension +om:hasDimension rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:Quantity + om:Scale + om:Unit + ) + ] ; + rdfs:range om:Dimension ; + rdfs:label "has dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator +om:hasNumerator rdf:type owl:ObjectProperty ; + rdfs:domain om:UnitDivision ; + rdfs:range om:Unit ; + rdfs:label "has numerator"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasPhenomenon +om:hasPhenomenon rdf:type owl:ObjectProperty ; + rdfs:domain om:Quantity ; + rdfs:label "has phenomenon"@en , + "現象がある"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint +om:hasPoint rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:FixedPoint + om:IntervalScale + om:RatioScale + ) + ] ; + rdfs:range om:Point ; + rdfs:label "has point"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix +om:hasPrefix rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain om:PrefixedUnit ; + rdfs:range om:Prefix ; + rdfs:label "has prefix"@en , + "補助単位を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity +om:hasQuantity rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:FixedPoint + om:SingularUnit + ) + ] ; + rdfs:range om:Quantity ; + rdfs:label "has quantity"@en , + "量を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale +om:hasScale rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:ApplicationArea + om:Quantity + om:Scale + ) + ] ; + rdfs:range om:Scale ; + rdfs:label "has scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1 +om:hasTerm1 rdf:type owl:ObjectProperty ; + rdfs:domain om:UnitMultiplication ; + rdfs:range om:Unit ; + rdfs:label "has term 1"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2 +om:hasTerm2 rdf:type owl:ObjectProperty ; + rdfs:domain om:UnitMultiplication ; + rdfs:range om:Unit ; + rdfs:label "has term 2"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit +om:hasUnit rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:IntervalScale + om:Measure + om:PrefixedUnit + om:RatioScale + om:SingularUnit + om:UnitMultiple + ) + ] ; + rdfs:range om:Unit ; + rdfs:label "has unit"@en , + "単位を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue +om:hasValue rdf:type owl:ObjectProperty ; + rdfs:domain om:Quantity ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( om:Measure + om:Point + ) + ] ; + rdfs:label "has value"@en , + "値を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity +om:usesQuantity rdf:type owl:ObjectProperty ; + rdfs:domain om:ApplicationArea ; + rdfs:range om:Quantity ; + rdfs:label "uses quantity"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit +om:usesUnit rdf:type owl:ObjectProperty ; + rdfs:domain om:ApplicationArea ; + rdfs:range om:Unit ; + rdfs:label "uses unit"@en . + + +### http://www.wurvoc.org/bibliography/om-2/reference +ombibo:reference rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain bibo:Document ; + rdfs:label "reference"@en . + + +################################################################# +# Data properties +################################################################# + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent +om:hasExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:UnitExponentiation ; + rdfs:range xsd:integer ; + rdfs:label "has exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor +om:hasFactor rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:Prefix + om:Scale + om:SingularUnit + om:UnitMultiple + ) + ] ; + rdfs:range xsd:float ; + rdfs:label "has factor"@en , + "因子を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue +om:hasNumericalValue rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:Measure + om:Point + ) + ] ; + rdfs:label "has numerical value"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasOff-Set +om:hasOff-Set rdf:type owl:DatatypeProperty ; + rdfs:domain om:Scale ; + rdfs:range xsd:float ; + rdfs:label "has off-set"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent +om:hasSIAmountOfSubstanceDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI amount of substance dimension exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent +om:hasSIElectricCurrentDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI electric current dimension exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent +om:hasSILengthDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI length dimension exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent +om:hasSILuminousIntensityDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI luminous intensity dimension exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent +om:hasSIMassDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI mass dimension exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent +om:hasSIThermodynamicTemperatureDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI thermodynamic temperature dimension exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent +om:hasSITimeDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI time dimension exponent"@en . + + +################################################################# +# Classes +################################################################# + +### http://purl.org/ontology/bibo/Article +bibo:Article rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/Book +bibo:Book rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/BookSection +bibo:BookSection rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/Chapter +bibo:Chapter rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/Document +bibo:Document rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/Journal +bibo:Journal rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/Standard +bibo:Standard rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/Thesis +bibo:Thesis rdf:type owl:Class . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Aberration +om:Aberration rdf:type owl:Class ; + rdfs:subClassOf om:AngularDisplacement . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AberrationInLatitude +om:AberrationInLatitude rdf:type owl:Class ; + rdfs:subClassOf om:AngularDisplacement . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AberrationInLongitude +om:AberrationInLongitude rdf:type owl:Class ; + rdfs:subClassOf om:AngularDisplacement . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsoluteBolometricMagnitude +om:AbsoluteBolometricMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:BolometricMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsoluteMagnitude +om:AbsoluteMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDose +om:AbsorbedDose rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AbsorbedDoseUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseRate +om:AbsorbedDoseRate rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AbsorbedDoseRateUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:absorbedDoseRate-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseRateUnit +om:AbsorbedDoseRateUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:grayPerSecond-Time + om:milligrayPerSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "absorbed dose rate unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseUnit +om:AbsorbedDoseUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedGray + [ rdf:type owl:Class ; + owl:oneOf ( om:gray + om:joulePerKilogram + om:kilojoulePerHectogram + om:rad + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "absorbed dose unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Acceleration +om:Acceleration rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AccelerationUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:acceleration-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AccelerationUnit +om:AccelerationUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:MetrePerPrefixedSecond-TimeSquared + om:PrefixedMetrePerPrefixedSecond-TimeSquared + om:PrefixedMetrePerSecond-TimeSquared + [ rdf:type owl:Class ; + owl:oneOf ( om:gal + om:metrePerSecond-TimeSquared + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "acceleration unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AceticAcidMassFraction +om:AceticAcidMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Acidity +om:Acidity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AcousticFirmness +om:AcousticFirmness rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Action +om:Action rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ActionUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:actionOrAngularMomentum-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ActionUnit +om:ActionUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:ergSecond-Time + om:jouleSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "action unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Activity +om:Activity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ActivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:frequency-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ActivityUnit +om:ActivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedBecquerel + [ rdf:type owl:Class ; + owl:oneOf ( om:becquerel + om:curie + om:reciprocalSecond-Time + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "activity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Admittance +om:Admittance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Albedo +om:Albedo rdf:type owl:Class ; + rdfs:subClassOf om:QuantityOfDimensionOne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AlfvenNumber +om:AlfvenNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AlfvenNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AlfvenNumberUnit +om:AlfvenNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Alfvén number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Altitude +om:Altitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmbientDoseEquivalent +om:AmbientDoseEquivalent rdf:type owl:Class ; + rdfs:subClassOf om:DoseEquivalent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfMoney +om:AmountOfMoney rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AmountOfMoneyUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfMoneyUnit +om:AmountOfMoneyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:AustralianDollar + om:BrazilianReal + om:CanadianDollar + om:ChineseYuan + om:HongKongDollar + om:IndianRupee + om:JapaneseYen + om:MexicanPeso + om:NewZealandDollar + om:NorwegianKrone + om:RussianRuble + om:SingaporeDollar + om:SouthAfricanRand + om:SouthKoreanWon + om:SwedishKrona + om:SwissFranc + om:TurkishLira + om:UnitedStatesDollar + om:euro + om:megaeuro + om:poundSterling + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "amount of money unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstance +om:AmountOfSubstance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AmountOfSubstanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:amountOfSubstance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceConcentration +om:AmountOfSubstanceConcentration rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AmountOfSubstanceConcentrationUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:amountOfSubstanceConcentration-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceConcentrationUnit +om:AmountOfSubstanceConcentrationUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:MolePerPrefixedLitre + om:PrefixedMolar + om:PrefixedMolePerLitre + om:PrefixedMolePerPrefixedLitre + [ rdf:type owl:Class ; + owl:oneOf ( om:molar + om:molePerCubicmetre + om:molePerLitre + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "amount of substance concentration unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFlow +om:AmountOfSubstanceFlow rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AmountOfSubstanceFlowUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFlowUnit +om:AmountOfSubstanceFlowUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:micromolePerSecond-Time + om:molePerSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "amount of substance flow unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFraction +om:AmountOfSubstanceFraction rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AmountOfSubstanceFractionUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFractionFlow +om:AmountOfSubstanceFractionFlow rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFractionUnit +om:AmountOfSubstanceFractionUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:micromolePerMole + om:molePerMole + om:one + om:partsPerMillion + om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "amount of substance fraction unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceUnit +om:AmountOfSubstanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedMole + [ rdf:type owl:Class ; + owl:oneOf ( om:mole + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "amount of substance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Amphiphilicity +om:Amphiphilicity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Amplitude +om:Amplitude rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Angle +om:Angle rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AngleUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngleUnit +om:AngleUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedRadian + [ rdf:type owl:Class ; + owl:oneOf ( om:degree + om:gon + om:metrePerMetre + om:microsecond-Angle + om:mil-Angle + om:millisecond-Angle + om:minute-Angle + om:radian + om:revolution + om:second-Angle + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "angle unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularAcceleration +om:AngularAcceleration rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AngularAccelerationUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:angularAcceleration-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularAccelerationUnit +om:AngularAccelerationUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:radianPerSecond-TimeSquared + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "angular acceleration unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularDisplacement +om:AngularDisplacement rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularMomentum +om:AngularMomentum rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AngularMomentumUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:actionOrAngularMomentum-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularMomentumUnit +om:AngularMomentumUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:ergSecond-Time + om:jouleSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "angular momentum unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSize +om:AngularSize rdf:type owl:Class ; + rdfs:subClassOf om:SolidAngle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSpeed +om:AngularSpeed rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AngularSpeedUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:angularSpeed-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSpeedUnit +om:AngularSpeedUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:millisecond-AnglePerYear + om:radianPerSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "angular speed unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularVelocity +om:AngularVelocity rdf:type owl:Class ; + rdfs:subClassOf om:AngularSpeed . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AnnualAberration +om:AnnualAberration rdf:type owl:Class ; + rdfs:subClassOf om:AngularDisplacement . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentDiameter +om:ApparentDiameter rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentDistanceModulus +om:ApparentDistanceModulus rdf:type owl:Class ; + rdfs:subClassOf om:DistanceModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentMagnitude +om:ApparentMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea +om:ApplicationArea rdf:type owl:Class ; + rdfs:comment "An application area groups quantities and units of measure for application areas such as scientific disciplines (e.g., thermodynamics, mechanics)."@en ; + rdfs:label "application area"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Area +om:Area rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AreaUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:area-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensity +om:AreaDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AreaDensityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityRate +om:AreaDensityRate rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AreaDensityRateUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityRateUnit +om:AreaDensityRateUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:kilogramPerHectareDay + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "area density rate unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityUnit +om:AreaDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:gramPerSquareMetre + om:kilogramPerHectare + om:kilogramPerSquareMetre + om:ounceAvoirdupoisPerSquareYard-International + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "area density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFraction +om:AreaFraction rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AreaFractionUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFractionUnit +om:AreaFractionUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + om:partsPerMillion + om:percent + om:squareMetrePerSquareMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "area fraction unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaUnit +om:AreaUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedAre + om:SquarePrefixedMetre + [ rdf:type owl:Class ; + owl:oneOf ( om:acre-International + om:acre-USSurvey + om:are + om:barn + om:circularMil + om:squareFoot-International + om:squareInch-International + om:squareMetre + om:squareMile-International + om:squareYard-International + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "area unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AtomicMass +om:AtomicMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AverageSpeed +om:AverageSpeed rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasAggregateFunction ; + owl:hasValue om:average + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:Speed . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Azimuth +om:Azimuth rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitude +om:BMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:JohnsonMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitudeAtMaximumBrightness +om:BMagnitudeAtMaximumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:BMagnitude , + om:MagnitudeAtMaximumBrightness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitudeAtMinimumBrightness +om:BMagnitudeAtMinimumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:BMagnitude , + om:MagnitudeAtMinimumBrightness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BetaNarrowMagnitude +om:BetaNarrowMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:StroemgrenMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BetaWideMagnitude +om:BetaWideMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:StroemgrenMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BinaryPrefix +om:BinaryPrefix rdf:type owl:Class ; + rdfs:subClassOf om:Prefix ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "binary prefix"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BodyLabelMass +om:BodyLabelMass rdf:type owl:Class ; + rdfs:subClassOf om:LabelMass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BodyMass +om:BodyMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricCorrection +om:BolometricCorrection rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricMagnitude +om:BolometricMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BondAlbedo +om:BondAlbedo rdf:type owl:Class ; + rdfs:subClassOf om:Albedo . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Breadth +om:Breadth rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BrightnessTemperature +om:BrightnessTemperature rdf:type owl:Class ; + rdfs:subClassOf om:ThermodynamicTemperature . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadium +om:BudStadium rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay0 +om:BudStadiumDay0 rdf:type owl:Class ; + rdfs:subClassOf om:BudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay4 +om:BudStadiumDay4 rdf:type owl:Class ; + rdfs:subClassOf om:BudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay7 +om:BudStadiumDay7 rdf:type owl:Class ; + rdfs:subClassOf om:BudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BulkModulus +om:BulkModulus rdf:type owl:Class ; + rdfs:subClassOf om:DynamicModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CapMass +om:CapMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Capacitance +om:Capacitance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:CapacitanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:capacitance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CapacitanceUnit +om:CapacitanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedFarad + [ rdf:type owl:Class ; + owl:oneOf ( om:abfarad + om:coulombPerVolt + om:farad + om:statfarad + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "capacitance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CartonMass +om:CartonMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivity +om:CatalyticActivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:CatalyticActivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:catalyticActivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityConcentration +om:CatalyticActivityConcentration rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:CatalyticActivityConcentrationUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:catalyticActivityConcentration-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityConcentrationUnit +om:CatalyticActivityConcentrationUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:katalPerCubicmetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "catalytic activity concentration unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityUnit +om:CatalyticActivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedKatal + [ rdf:type owl:Class ; + owl:oneOf ( om:amylaseUnit + om:deltaA450PerSecond-Time + om:katal + om:molePerSecond-Time + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "catalytic activity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedBuds +om:CauseEndOfVaseLifeAbscisedBuds rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedFlowers +om:CauseEndOfVaseLifeAbscisedFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedLeaves +om:CauseEndOfVaseLifeAbscisedLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeBlueFlowers +om:CauseEndOfVaseLifeBlueFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeBotrytis +om:CauseEndOfVaseLifeBotrytis rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryBuds +om:CauseEndOfVaseLifeDryBuds rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryFlowers +om:CauseEndOfVaseLifeDryFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryLeaves +om:CauseEndOfVaseLifeDryLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeMalformedBuds +om:CauseEndOfVaseLifeMalformedBuds rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeMalformedFlowers +om:CauseEndOfVaseLifeMalformedFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeNonturgidFlowers +om:CauseEndOfVaseLifeNonturgidFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeNonturgidLeaves +om:CauseEndOfVaseLifeNonturgidLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeRottenFlowers +om:CauseEndOfVaseLifeRottenFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeRottenLeaves +om:CauseEndOfVaseLifeRottenLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeWiltedFlowers +om:CauseEndOfVaseLifeWiltedFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeWiltedLeaves +om:CauseEndOfVaseLifeWiltedLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeYellowLeaves +om:CauseEndOfVaseLifeYellowLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperature +om:CelsiusTemperature rdf:type owl:Class ; + rdfs:subClassOf om:Temperature , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:CelsiusTemperatureScale + om:CelsiusTemperatureUnit + ) + ] + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasScale ; + owl:hasValue om:CelsiusScale + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperatureScale +om:CelsiusTemperatureScale rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:CelsiusScale + ) + ] ; + rdfs:subClassOf om:Scale ; + rdfs:label "Celsius temperature scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperatureUnit +om:CelsiusTemperatureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedDegreeCelsius + [ rdf:type owl:Class ; + owl:oneOf ( om:degreeCelsius + ) + ] + ) + ] ; + rdfs:subClassOf om:TemperatureUnit ; + rdfs:label "Celsius temperature unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Circumference +om:Circumference rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Co-RotationRadius +om:Co-RotationRadius rdf:type owl:Class ; + rdfs:subClassOf om:Radius . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColdGasMassFraction +om:ColdGasMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CollisionFrequency +om:CollisionFrequency rdf:type owl:Class ; + rdfs:subClassOf om:Frequency . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColorAreaFraction +om:ColorAreaFraction rdf:type owl:Class ; + rdfs:subClassOf om:AreaFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColourIndex +om:ColourIndex rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColourTemperature +om:ColourTemperature rdf:type owl:Class ; + rdfs:subClassOf om:ThermodynamicTemperature . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColumnNumberDensity +om:ColumnNumberDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ColumnNumberDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:columnNumberDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColumnNumberDensityUnit +om:ColumnNumberDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:reciprocalSquareCentimetre + om:reciprocalSquareMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "column number density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CompoundUnit +om:CompoundUnit rdf:type owl:Class ; + rdfs:subClassOf om:Unit ; + rdfs:label "compound unit"@en , + "複合単位"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CompressiveStress +om:CompressiveStress rdf:type owl:Class ; + rdfs:subClassOf om:Stress . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ContactAngle +om:ContactAngle rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CosmologicalConstant +om:CosmologicalConstant rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Cost +om:Cost rdf:type owl:Class ; + rdfs:subClassOf om:AmountOfMoney . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CousinsMagnitude +om:CousinsMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Coverage +om:Coverage rdf:type owl:Class ; + rdfs:subClassOf om:AreaFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CowlingNumber +om:CowlingNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:CowlingNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CowlingNumberUnit +om:CowlingNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Cowling number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CriticalDensity +om:CriticalDensity rdf:type owl:Class ; + rdfs:subClassOf om:Density . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre +om:CubicPrefixedMetre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasBase ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasBase ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasExponent ; + owl:hasValue "3"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasExponent ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitExponentiation ; + rdfs:label "cubic prefixed metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CurrentDensity +om:CurrentDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:CurrentDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:currentDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CurrentDensityUnit +om:CurrentDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:amperePerSquareMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "current density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CurvatureConstant +om:CurvatureConstant rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:CurvatureConstantUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CurvatureConstantUnit +om:CurvatureConstantUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "curvature constant unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Cut-OffWavelength +om:Cut-OffWavelength rdf:type owl:Class ; + rdfs:subClassOf om:Wavelength . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DarkNoise +om:DarkNoise rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Date +om:Date rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DecelerationParameter +om:DecelerationParameter rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DecelerationParameterUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DecelerationParameterUnit +om:DecelerationParameterUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "deceleration parameter unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Declination +om:Declination rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Density +om:Density rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:density-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameter +om:DensityParameter rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DensityParameterUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForBaryonicMatter +om:DensityParameterForBaryonicMatter rdf:type owl:Class ; + rdfs:subClassOf om:DensityParameter . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForMatter +om:DensityParameterForMatter rdf:type owl:Class ; + rdfs:subClassOf om:DensityParameter . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForRadiation +om:DensityParameterForRadiation rdf:type owl:Class ; + rdfs:subClassOf om:DensityParameter . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForVacuum +om:DensityParameterForVacuum rdf:type owl:Class ; + rdfs:subClassOf om:DensityParameter . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterUnit +om:DensityParameterUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "density parameter unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityUnit +om:DensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:GramPerPrefixedLitre + om:PrefixedGramPerLitre + om:PrefixedGramPerPrefixedLitre + [ rdf:type owl:Class ; + owl:oneOf ( om:gramPerCubicCentimetre + om:gramPerCubicmetre + om:gramPerLitre + om:kilogramPerCubicDecimetre + om:kilogramPerCubicmetre + om:microgramPerCubicCentimetre + om:milligramPerCubicmetre + om:solarMassPerCubicParsec + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Depth +om:Depth rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DetectiveQuantumEfficiency +om:DetectiveQuantumEfficiency rdf:type owl:Class ; + rdfs:subClassOf om:QuantumEfficiency . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Detectivity +om:Detectivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DetectivityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DetectivityUnit +om:DetectivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:reciprocalWatt + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "detectivity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Diameter +om:Diameter rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Diameter-Angle +om:Diameter-Angle rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension +om:Dimension rdf:type owl:Class ; + rdfs:comment "Dimensions are abstract properties of units and quantities neglecting their vectorial or tensorial character and all numerical factors including their sign."@en ; + rdfs:label "dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DirectionalDoseEquivalent +om:DirectionalDoseEquivalent rdf:type owl:Class ; + rdfs:subClassOf om:DoseEquivalent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DisodiumEthyleneDiamineTetreAcetateMassFraction +om:DisodiumEthyleneDiamineTetreAcetateMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Displacement +om:Displacement rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Distance +om:Distance rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DistanceModulus +om:DistanceModulus rdf:type owl:Class ; + rdfs:subClassOf om:Distance . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DiurnalAberration +om:DiurnalAberration rdf:type owl:Class ; + rdfs:subClassOf om:AngularDisplacement . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalent +om:DoseEquivalent rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DoseEquivalentUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalentUnit +om:DoseEquivalentUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedSievert + [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKilogram + om:kilojoulePerHectogram + om:rem + om:sievert + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "dose equivalent unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DrainageSpeed +om:DrainageSpeed rdf:type owl:Class ; + rdfs:subClassOf om:Speed . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DryBodyMass +om:DryBodyMass rdf:type owl:Class ; + rdfs:subClassOf om:DryMass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DryMass +om:DryMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DryMatterMassFraction +om:DryMatterMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Duration +om:Duration rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicModulus +om:DynamicModulus rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:StressUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:pressure-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicRange +om:DynamicRange rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DynamicRangeUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicRangeUnit +om:DynamicRangeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "dynamic range unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicViscosity +om:DynamicViscosity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DynamicViscosityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dynamicViscosity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicViscosityUnit +om:DynamicViscosityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedPoise + [ rdf:type owl:Class ; + owl:oneOf ( om:pascalSecond-Time + om:poise + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "dynamic viscosity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Eccentricity +om:Eccentricity rdf:type owl:Class ; + rdfs:subClassOf om:QuantityOfDimensionOne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EclipticLatitude +om:EclipticLatitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EclipticLongitude +om:EclipticLongitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EggMassFraction +om:EggMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElasticityTensor +om:ElasticityTensor rdf:type owl:Class ; + rdfs:subClassOf om:DynamicModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCharge +om:ElectricCharge rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricChargeUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricCharge-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeDensity +om:ElectricChargeDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricChargeDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricChargeDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeDensityUnit +om:ElectricChargeDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:coulombPerCubicmetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric charge density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeUnit +om:ElectricChargeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedCoulomb + [ rdf:type owl:Class ; + owl:oneOf ( om:abcoulomb + om:ampereHour + om:coulomb + om:faraday + om:franklin + om:milliampereHour + om:second-TimeAmpere + om:statcoulomb + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric charge unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent +om:ElectricCurrent rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricCurrentUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricCurrent-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrentUnit +om:ElectricCurrentUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedAmpere + [ rdf:type owl:Class ; + owl:oneOf ( om:abampere + om:ampere + om:biot + om:statampere + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric current unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricDipoleMoment +om:ElectricDipoleMoment rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricDipoleMomentUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricDipoleMoment-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricDipoleMomentUnit +om:ElectricDipoleMomentUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:coulombMetre + om:debye + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric dipole moment unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricField +om:ElectricField rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricFieldUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricField-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFieldUnit +om:ElectricFieldUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:newtonPerCoulomb + om:voltPerMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric field unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFluxDensity +om:ElectricFluxDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricFluxDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricFluxDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFluxDensityUnit +om:ElectricFluxDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:coulombPerSquareMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric flux density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential +om:ElectricPotential rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricPotentialUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricPotential-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotentialUnit +om:ElectricPotentialUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedVolt + [ rdf:type owl:Class ; + owl:oneOf ( om:abvolt + om:statvolt + om:volt + om:wattPerAmpere + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric potential unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductance +om:ElectricalConductance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricalConductanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricalConductance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductanceUnit +om:ElectricalConductanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedSiemens + [ rdf:type owl:Class ; + owl:oneOf ( om:abmho + om:amperePerVolt + om:mho + om:siemens + om:statmho + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electrical conductance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductivity +om:ElectricalConductivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricalConductivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricalConductivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductivityUnit +om:ElectricalConductivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:siemensPerMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electrical conductivity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistance +om:ElectricalResistance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricalResistanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricalResistance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistanceUnit +om:ElectricalResistanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedOhm + [ rdf:type owl:Class ; + owl:oneOf ( om:abohm + om:ohm + om:statohm + om:voltPerAmpere + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electrical resistance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistivity +om:ElectricalResistivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricalResistivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricalResistivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistivityUnit +om:ElectricalResistivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:ohmMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electrical resistivity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectromotiveForce +om:ElectromotiveForce rdf:type owl:Class ; + rdfs:subClassOf om:ElectricPotential . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectronTemperature +om:ElectronTemperature rdf:type owl:Class ; + rdfs:subClassOf om:ThermodynamicTemperature . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Ellipticity +om:Ellipticity rdf:type owl:Class ; + rdfs:subClassOf om:QuantityOfDimensionOne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Energy +om:Energy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:EnergyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:energy-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyDensity +om:EnergyDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:EnergyDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:energyDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyDensityUnit +om:EnergyDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerCubicmetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "energy density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyUnit +om:EnergyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedCalorie-Mean + om:PrefixedElectronvolt + om:PrefixedJoule + [ rdf:type owl:Class ; + owl:oneOf ( om:BritishThermalUnit-39F + om:BritishThermalUnit-59F + om:BritishThermalUnit-60F + om:BritishThermalUnit-InternationalTable + om:BritishThermalUnit-Mean + om:BritishThermalUnit-Thermochemical + om:calorie-15C + om:calorie-20C + om:calorie-InternationalTable + om:calorie-Mean + om:calorie-Thermochemical + om:electronvolt + om:erg + om:footPoundal + om:gigaelectronvolt + om:joule + om:kiloelectronvolt + om:kilowattHour + om:megaelectronvolt + om:micronewtonMetre + om:millinewtonMetre + om:newtonMetre + om:quad + om:terawattHour + om:therm-EC + om:therm-US + om:tonOfTNT + om:wattHour + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "energy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Enthalpy +om:Enthalpy rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Entropy +om:Entropy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:EntropyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:entropyOrHeatCapacity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EntropyUnit +om:EntropyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvin + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "entropy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Epoch +om:Epoch rdf:type owl:Class ; + rdfs:subClassOf om:Date . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EpochAtMaximumBrightness +om:EpochAtMaximumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:Epoch . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EulerNumber +om:EulerNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:EulerNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EulerNumberUnit +om:EulerNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Euler number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Exposure +om:Exposure rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ExposureUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:exposure-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureToXAndGammaRays +om:ExposureToXAndGammaRays rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ExposureToXAndGammaRaysUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:exposureToXAndGammaRays-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureToXAndGammaRaysUnit +om:ExposureToXAndGammaRaysUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:coulombPerKilogram + om:röntgen + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "exposure to x and γ rays unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureUnit +om:ExposureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:luxSecond-Time + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "exposure unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExternalBrowning +om:ExternalBrowning rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Extinction +om:Extinction rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWaveband +om:ExtinctionAtWaveband rdf:type owl:Class ; + rdfs:subClassOf om:Extinction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWavelength +om:ExtinctionAtWavelength rdf:type owl:Class ; + rdfs:subClassOf om:Extinction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInB +om:ExtinctionInB rdf:type owl:Class ; + rdfs:subClassOf om:ExtinctionAtWaveband . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInU +om:ExtinctionInU rdf:type owl:Class ; + rdfs:subClassOf om:ExtinctionAtWaveband . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInV +om:ExtinctionInV rdf:type owl:Class ; + rdfs:subClassOf om:ExtinctionAtWaveband . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperature +om:FahrenheitTemperature rdf:type owl:Class ; + rdfs:subClassOf om:Temperature , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:FahrenheitTemperatureScale + om:FahrenheitTemperatureUnit + ) + ] + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasScale ; + owl:hasValue om:FahrenheitScale + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperatureScale +om:FahrenheitTemperatureScale rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:FahrenheitScale + ) + ] ; + rdfs:subClassOf om:Scale ; + rdfs:label "Fahrenheit temperature scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperatureUnit +om:FahrenheitTemperatureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:degreeFahrenheit + ) + ] + ) + ] ; + rdfs:subClassOf om:TemperatureUnit ; + rdfs:label "Fahrenheit temperature unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FatMassFraction +om:FatMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Firmness-Penetrometer-Method1 +om:Firmness-Penetrometer-Method1 rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Firmness-Penetrometer-Method2 +om:Firmness-Penetrometer-Method2 rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FirstCowlingNumber +om:FirstCowlingNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FirstCowlingNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FirstCowlingNumberUnit +om:FirstCowlingNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "first Cowling number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint +om:FixedPoint rdf:type owl:Class ; + rdfs:subClassOf om:Point , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPoint ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:FixedPoint + ) + ] + ] ; + rdfs:label "fixed point"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FixedZeroPoint +om:FixedZeroPoint rdf:type owl:Class ; + rdfs:subClassOf om:FixedPoint ; + rdfs:label "fixed zero point"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FlowpackMass +om:FlowpackMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Fluidity +om:Fluidity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FluidityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:fluidity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FluidityUnit +om:FluidityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:reciprocalPascalSecond-Time + om:rhe + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "fluidity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FontSize +om:FontSize rdf:type owl:Class ; + rdfs:subClassOf om:Length , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FontSizeUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FontSizeUnit +om:FontSizeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:cicero + om:pica-ATA + om:pica-Postscript + om:pica-TeX + om:point-ATA + om:point-Didot + om:point-Postscript + om:point-TeX + ) + ] ; + rdfs:subClassOf om:LengthUnit ; + rdfs:label "font size unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Force +om:Force rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ForceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:force-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ForceUnit +om:ForceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedNewton + [ rdf:type owl:Class ; + owl:oneOf ( om:dyne + om:kip + om:metreKilogramPerSecond-TimeSquared + om:newton + om:pound-Force + om:poundal + om:ton-Force-Short + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "force unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumber +om:FourierNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FourierNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberForMassTransfer +om:FourierNumberForMassTransfer rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FourierNumberForMassTransferUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberForMassTransferUnit +om:FourierNumberForMassTransferUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Fourier number for mass transfer unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberUnit +om:FourierNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Fourier number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Frequency +om:Frequency rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FrequencyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:frequency-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FrequencyUnit +om:FrequencyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedHertz + [ rdf:type owl:Class ; + owl:oneOf ( om:hertz + om:reciprocalDay + om:reciprocalHour + om:reciprocalMinute-Time + om:reciprocalSecond-Time + om:reciprocalYear + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "frequency unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Friction +om:Friction rdf:type owl:Class ; + rdfs:subClassOf om:Force . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FroudeNumber +om:FroudeNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FroudeNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FroudeNumberUnit +om:FroudeNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Froude number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Function +om:Function rdf:type owl:Class ; + rdfs:label "function"@en , + "関数"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticCylindricalPolarAngleCoordinate +om:GalacticCylindricalPolarAngleCoordinate rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticLatitude +om:GalacticLatitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticLongitude +om:GalacticLongitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GasConstant +om:GasConstant rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:GasConstantUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GasConstantUnit +om:GasConstantUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvinMole + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "gas constant unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GelatinMassFraction +om:GelatinMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GeometricalAlbedo +om:GeometricalAlbedo rdf:type owl:Class ; + rdfs:subClassOf om:Albedo . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre +om:GramPerPrefixedLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedLitre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:hasValue om:gram + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "gram per prefixed litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumber +om:GrashofNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:GrashofNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberForMassTransfer +om:GrashofNumberForMassTransfer rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:GrashofNumberForMassTransferUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberForMassTransferUnit +om:GrashofNumberForMassTransferUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Grashof number for mass transfer unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberUnit +om:GrashofNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Grashof number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GravitationalAcceleration +om:GravitationalAcceleration rdf:type owl:Class ; + rdfs:subClassOf om:Acceleration . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GuarGumMassFraction +om:GuarGumMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Half-Life +om:Half-Life rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HartmannNumber +om:HartmannNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:HartmannNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HartmannNumberUnit +om:HartmannNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Hartmann number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Heat +om:Heat rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatCapacity +om:HeatCapacity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:HeatCapacityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:entropyOrHeatCapacity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatCapacityUnit +om:HeatCapacityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvin + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "heat capacity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatFlowRate +om:HeatFlowRate rdf:type owl:Class ; + rdfs:subClassOf om:Power . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatFluxDensity +om:HeatFluxDensity rdf:type owl:Class ; + rdfs:subClassOf om:PowerDensity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatTransferCoefficient +om:HeatTransferCoefficient rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:HeatTransferCoefficientUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:heatTransferCoefficient-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatTransferCoefficientUnit +om:HeatTransferCoefficientUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:wattPerSquareMetreKelvin + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "heat transfer coefficient unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Height +om:Height rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HourAngle +om:HourAngle rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstant +om:HubbleConstant rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:HubbleConstantUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstantAtPresentEpoch +om:HubbleConstantAtPresentEpoch rdf:type owl:Class ; + rdfs:subClassOf om:HubbleConstant . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstantUnit +om:HubbleConstantUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:kilometrePerSecond-TimePerMegaparsec + om:metrePerSecond-TimePerMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Hubble constant unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Hydrophilicity +om:Hydrophilicity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Hydrophobicity +om:Hydrophobicity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IMagnitude +om:IMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:CousinsMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Illuminance +om:Illuminance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:IlluminanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:illuminance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IlluminanceUnit +om:IlluminanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedLux + [ rdf:type owl:Class ; + owl:oneOf ( om:footcandle + om:lumenPerSquareMetre + om:lux + om:phot + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "illuminance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Impulse +om:Impulse rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Inductance +om:Inductance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:InductanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:inductanceOrPermeance-Electromagnetic-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InductanceUnit +om:InductanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedHenry + [ rdf:type owl:Class ; + owl:oneOf ( om:abhenry + om:henry + om:stathenry + om:weberPerAmpere + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "inductance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InformationCapacity +om:InformationCapacity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:InformationCapacityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InformationCapacityUnit +om:InformationCapacityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedBit + om:PrefixedByte + [ rdf:type owl:Class ; + owl:oneOf ( om:bit + om:byte + om:hartley + om:shannon + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "information capacity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InitialMassFunction +om:InitialMassFunction rdf:type owl:Class ; + rdfs:subClassOf om:NumberDensity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IntegratedMagnitude +om:IntegratedMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InternalEnergy +om:InternalEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IntervalScale +om:IntervalScale rdf:type owl:Class ; + rdfs:subClassOf om:Scale ; + rdfs:label "interval scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IntrinsicColourIndex +om:IntrinsicColourIndex rdf:type owl:Class ; + rdfs:subClassOf om:ColourIndex . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IonizationTemperature +om:IonizationTemperature rdf:type owl:Class ; + rdfs:subClassOf om:ThermodynamicTemperature . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Irradiance +om:Irradiance rdf:type owl:Class ; + rdfs:subClassOf om:PowerDensity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/JeansMass +om:JeansMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/JohnsonMagnitude +om:JohnsonMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Kerma +om:Kerma rdf:type owl:Class ; + rdfs:subClassOf om:AbsorbedDose . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KinematicViscosity +om:KinematicViscosity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:KinematicViscosityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:kinematicViscosityOrThermalDiffusivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KinematicViscosityUnit +om:KinematicViscosityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedStokes + [ rdf:type owl:Class ; + owl:oneOf ( om:squareMetrePerSecond-Time + om:stokes + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "kinematic viscosity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KineticEnergy +om:KineticEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KnudsenNumber +om:KnudsenNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:KnudsenNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KnudsenNumberUnit +om:KnudsenNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Knudsen number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LabelMass +om:LabelMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LactoseMassFraction +om:LactoseMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Length +om:Length rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LengthUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:length-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LengthFraction +om:LengthFraction rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LengthUnit +om:LengthUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedMetre + [ rdf:type owl:Class ; + owl:oneOf ( om:BirminghamGauge + om:FrenchGauge + om:angstrom + om:astronomicalUnit + om:chain + om:cicero + om:fathom-USSurvey + om:fermi + om:foot-International + om:foot-USSurvey + om:furlong-International + om:gigaparsec + om:inch-International + om:kiloparsec + om:lightYear + om:megaparsec + om:metre + om:micron + om:mil-Length + om:mile-Statute + om:mile-USSurvey + om:nauticalMile-International + om:parsec + om:pica-ATA + om:pica-Postscript + om:pica-TeX + om:point-ATA + om:point-Didot + om:point-Postscript + om:point-TeX + om:rod-US + om:solarRadius + om:yard-International + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "length unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LewisNumber +om:LewisNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LewisNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LewisNumberUnit +om:LewisNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Lewis number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LightTime +om:LightTime rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LimitingMagnitude +om:LimitingMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LinearStrain +om:LinearStrain rdf:type owl:Class ; + rdfs:subClassOf om:Strain . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Lipophilicity +om:Lipophilicity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LocustBeanGumMassFraction +om:LocustBeanGumMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LossModulus +om:LossModulus rdf:type owl:Class ; + rdfs:subClassOf om:DynamicModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Luminance +om:Luminance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LuminanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:luminance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminanceUnit +om:LuminanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:candelaPerSquareCentimetre + om:candelaPerSquareMetre + om:footlambert + om:lambert + om:stilb + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "luminance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminosityFunction +om:LuminosityFunction rdf:type owl:Class ; + rdfs:subClassOf om:NumberDensity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEfficacy +om:LuminousEfficacy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LuminousEfficacyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:luminousEfficacy-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEfficacyUnit +om:LuminousEfficacyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:lumenPerWatt + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "luminous efficacy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEnergy +om:LuminousEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LuminousEnergyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:luminousEnergy-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEnergyUnit +om:LuminousEnergyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:lumenSecond-Time + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "luminous energy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousFlux +om:LuminousFlux rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LuminousFluxUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:luminousFlux-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousFluxUnit +om:LuminousFluxUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedLumen + [ rdf:type owl:Class ; + owl:oneOf ( om:candelaSteradian + om:lumen + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "luminous flux unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousIntensity +om:LuminousIntensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LuminousIntensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:luminousIntensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousIntensityUnit +om:LuminousIntensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedCandela + [ rdf:type owl:Class ; + owl:oneOf ( om:candela + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "luminous intensity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MachNumber +om:MachNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MachNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MachNumberUnit +om:MachNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Mach number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField +om:MagneticField rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MagneticFieldUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:MagneticField-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFieldUnit +om:MagneticFieldUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:amperePerMetre + om:oersted + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "magnetic field unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFlux +om:MagneticFlux rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MagneticFluxUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:magneticFlux-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensity +om:MagneticFluxDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MagneticFluxDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:magneticFluxDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensityUnit +om:MagneticFluxDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedTesla + [ rdf:type owl:Class ; + owl:oneOf ( om:gamma + om:gauss + om:milligauss + om:stattesla + om:tesla + om:weberPerSquareMetre + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "magnetic flux density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxUnit +om:MagneticFluxUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedWeber + [ rdf:type owl:Class ; + owl:oneOf ( om:maxwell + om:statweber + om:unitPole + om:voltSecond-Time + om:weber + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "magnetic flux unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticReynoldsNumber +om:MagneticReynoldsNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MagneticReynoldsNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticReynoldsNumberUnit +om:MagneticReynoldsNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "magnetic Reynolds number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForce +om:MagnetomotiveForce rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MagnetomotiveForceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricCurrent-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForceUnit +om:MagnetomotiveForceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedAmpere + [ rdf:type owl:Class ; + owl:oneOf ( om:gilbert + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "magnetomotive force unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude +om:Magnitude rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MagnitudeUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMaximumBrightness +om:MagnitudeAtMaximumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMinimumBrightness +om:MagnitudeAtMinimumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeUnit +om:MagnitudeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:magnitude + om:micromagnitude + om:millimagnitude + om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "magnitude unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ManualFirmness +om:ManualFirmness rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Mass +om:Mass rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MassUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:mass-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassFlow +om:MassFlow rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MassFlowUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:massFlow-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassFlowUnit +om:MassFlowUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:gramPerDay + om:kilogramPerSecond-Time + om:milligramPerDay + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "mass flow unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction +om:MassFraction rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MassFractionUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassFractionUnit +om:MassFractionUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:gramPerGram + om:gramPerHectogram + om:gramPerKilogram + om:kilogramPerKilogram + om:microgramPerHectogram + om:milligramPerHectogram + om:milligramPerKilogram + om:one + om:partsPerMillion + om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "mass fraction unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassUnit +om:MassUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedGram + om:PrefixedTonne + om:PrefixedUnifiedAtomicMassUnit + [ rdf:type owl:Class ; + owl:oneOf ( om:InternationalUnit + om:carat-Mass + om:grain + om:gram + om:hundredweight-British + om:hundredweight-US + om:milligramRAE + om:ounceApothecaries + om:ounceAvoirdupois + om:pennyweight-Troy + om:poundApothecaries + om:poundAvoirdupois + om:slug + om:solarMass + om:ton-Long + om:ton-Short + om:ton-ShortAssay + om:tonne + om:unifiedAtomicMassUnit + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "mass unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Measure +om:Measure rdf:type owl:Class ; + rdfs:comment "A measure combines a number to a unit of measure. For example, \"3 m\" is a measure."@en ; + rdfs:label "measure"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Metallicity +om:Metallicity rdf:type owl:Class ; + rdfs:subClassOf om:QuantityOfDimensionOne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time +om:MetrePerPrefixedSecond-Time rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedSecond-Time + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:hasValue om:metre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "metre per prefixed second (time)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared +om:MetrePerPrefixedSecond-TimeSquared rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedSecond-TimeSquared + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:hasValue om:metre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "metre per prefixed second (time) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ModeratedStarchMassFraction +om:ModeratedStarchMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ModulusOfElasticity +om:ModulusOfElasticity rdf:type owl:Class ; + rdfs:subClassOf om:DynamicModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Molality +om:Molality rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MolalityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolalityUnit +om:MolalityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:molePerKilogram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "molality unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEnergy +om:MolarEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MolarEnergyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:molarEnergy-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEnergyUnit +om:MolarEnergyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerMole + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "molar energy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEntropy +om:MolarEntropy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MolarEntropyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEntropyUnit +om:MolarEntropyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvinMole + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "molar entropy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarHeatCapacity +om:MolarHeatCapacity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MolarHeatCapacityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarHeatCapacityUnit +om:MolarHeatCapacityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvinMole + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "molar heat capacity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarMass +om:MolarMass rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MolarMassUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarMassUnit +om:MolarMassUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:kilogramPerMole + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "molar mass unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarVolume +om:MolarVolume rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MolarVolumeUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarVolumeUnit +om:MolarVolumeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:cubicMetrePerMole + om:litrePerMole + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "molar volume unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre +om:MolePerPrefixedLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedLitre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:hasValue om:mole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "mole per prefixed litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre +om:MolePerPrefixedMetre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:hasValue om:mole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "mole per prefixed metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfForce +om:MomentOfForce rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MomentOfForceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:energy-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfForceUnit +om:MomentOfForceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:micronewtonMetre + om:millinewtonMetre + om:newtonMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "moment of force unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfInertia +om:MomentOfInertia rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MomentOfInertiaUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfInertiaUnit +om:MomentOfInertiaUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:kilogramSquareMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "moment of inertia unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Momentum +om:Momentum rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MomentumUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentumUnit +om:MomentumUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:metreKilogramPerSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "momentum unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MustardPowderMassFraction +om:MustardPowderMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NeckRingMass +om:NeckRingMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NoiseEquivalentPower +om:NoiseEquivalentPower rdf:type owl:Class ; + rdfs:subClassOf om:Power . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalAlbedo +om:NormalAlbedo rdf:type owl:Class ; + rdfs:subClassOf om:Albedo . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalStrain +om:NormalStrain rdf:type owl:Class ; + rdfs:subClassOf om:Strain . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalStress +om:NormalStress rdf:type owl:Class ; + rdfs:subClassOf om:Stress . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalisedDetectivity +om:NormalisedDetectivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Number +om:Number rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:NumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedBuds +om:NumberAbscisedBuds rdf:type owl:Class ; + rdfs:subClassOf om:NumberBuds . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedFlowers +om:NumberAbscisedFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedLeaves +om:NumberAbscisedLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBlue-DiscoloredFlowers +om:NumberBlue-DiscoloredFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis +om:NumberBotrytis rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis0 +om:NumberBotrytis0 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBotrytis . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis1 +om:NumberBotrytis1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBotrytis . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis2 +om:NumberBotrytis2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBotrytis . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis3 +om:NumberBotrytis3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBotrytis . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis4 +om:NumberBotrytis4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBotrytis . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium +om:NumberBudStadium rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium1 +om:NumberBudStadium1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium2 +om:NumberBudStadium2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium3 +om:NumberBudStadium3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium4 +om:NumberBudStadium4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium5 +om:NumberBudStadium5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBuds +om:NumberBuds rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor +om:NumberColor rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor1 +om:NumberColor1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor2 +om:NumberColor2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor3 +om:NumberColor3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor4 +om:NumberColor4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor5 +om:NumberColor5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDensity +om:NumberDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:NumberDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:numberDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDensityUnit +om:NumberDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:reciprocalCubicCentimetre + om:reciprocalCubicMetre + om:reciprocalCubicParsec + om:reciprocalLitre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "number density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryBuds +om:NumberDryBuds rdf:type owl:Class ; + rdfs:subClassOf om:NumberBuds . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryFlowers +om:NumberDryFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryLeaves +om:NumberDryLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning +om:NumberExternalBrowning rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning1 +om:NumberExternalBrowning1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning2 +om:NumberExternalBrowning2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning3 +om:NumberExternalBrowning3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning4 +om:NumberExternalBrowning4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning5 +om:NumberExternalBrowning5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers +om:NumberFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberLeaves +om:NumberLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberMalformedBuds +om:NumberMalformedBuds rdf:type owl:Class ; + rdfs:subClassOf om:NumberBuds . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberMalformedFlowers +om:NumberMalformedFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness +om:NumberManualFirmness rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness0 +om:NumberManualFirmness0 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness0.5 +om:NumberManualFirmness0.5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness1 +om:NumberManualFirmness1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness1.5 +om:NumberManualFirmness1.5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness2 +om:NumberManualFirmness2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness2.5 +om:NumberManualFirmness2.5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness3 +om:NumberManualFirmness3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness3.5 +om:NumberManualFirmness3.5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness4 +om:NumberManualFirmness4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness4.5 +om:NumberManualFirmness4.5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness5 +om:NumberManualFirmness5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberNonturgidFlowers +om:NumberNonturgidFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberNonturgidLeaves +om:NumberNonturgidLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning +om:NumberPulpBrowning rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning1 +om:NumberPulpBrowning1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning2 +om:NumberPulpBrowning2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning3 +om:NumberPulpBrowning3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning4 +om:NumberPulpBrowning4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning5 +om:NumberPulpBrowning5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberRottenFlowers +om:NumberRottenFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberRottenLeaves +om:NumberRottenLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberUnit +om:NumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:dozen + om:gross + om:halfDozen + om:hundredCount + om:one + om:thousandPiece + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning +om:NumberVascularBrowning rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning1 +om:NumberVascularBrowning1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning2 +om:NumberVascularBrowning2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning3 +om:NumberVascularBrowning3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning4 +om:NumberVascularBrowning4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning5 +om:NumberVascularBrowning5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberWiltedFlowers +om:NumberWiltedFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberWiltedLeaves +om:NumberWiltedLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberYellowLeaves +om:NumberYellowLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumber +om:NusseltNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:NusseltNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberForMassTransfer +om:NusseltNumberForMassTransfer rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:NusseltNumberForMassTransferUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberForMassTransferUnit +om:NusseltNumberForMassTransferUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Nusselt number for mass transfer unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberUnit +om:NusseltNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Nusselt number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/OrganDoseEquivalent +om:OrganDoseEquivalent rdf:type owl:Class ; + rdfs:subClassOf om:DoseEquivalent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Overrun +om:Overrun rdf:type owl:Class ; + rdfs:subClassOf om:VolumeFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PeakWavelength +om:PeakWavelength rdf:type owl:Class ; + rdfs:subClassOf om:Wavelength . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumber +om:PecletNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PecletNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberForMassTransfer +om:PecletNumberForMassTransfer rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PecletNumberForMassTransferUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberForMassTransferUnit +om:PecletNumberForMassTransferUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Péclet number for mass transfer unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberUnit +om:PecletNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Péclet number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Percentage +om:Percentage rdf:type owl:Class ; + rdfs:subClassOf om:Ratio , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PercentageUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PercentageUnit +om:PercentageUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "percentage unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Period +om:Period rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PeriodOfVariability +om:PeriodOfVariability rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeability-EarthScience +om:Permeability-EarthScience rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:Permeability-EarthScienceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:area-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeability-EarthScienceUnit +om:Permeability-EarthScienceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:SquarePrefixedMetre + [ rdf:type owl:Class ; + owl:oneOf ( om:darcy + om:squareMetre + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "permeability (earth science) unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PermeabilityOfFreeSpace +om:PermeabilityOfFreeSpace rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PermeabilityOfFreeSpaceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:permeabilityOfFreeSpace-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PermeabilityOfFreeSpaceUnit +om:PermeabilityOfFreeSpaceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:henryPerMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "permeability of free space unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-Electromagnetic +om:Permeance-Electromagnetic rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:Permeance-ElectromagneticUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:inductanceOrPermeance-Electromagnetic-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-ElectromagneticUnit +om:Permeance-ElectromagneticUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:weberPerAmpere + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "permeance (electromagnetic) unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-MaterialsScience +om:Permeance-MaterialsScience rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:Permeance-MaterialsScienceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:permeance-MaterialsScience-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-MaterialsScienceUnit +om:Permeance-MaterialsScienceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:kilogramPerPascalSecond-TimeSquareMetre + om:perm-0C + om:perm-23C + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "permeance (materials science) unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permittivity +om:Permittivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PermittivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:permittivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PermittivityUnit +om:PermittivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:faradPerMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "permittivity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PersonalDoseEquivalent +om:PersonalDoseEquivalent rdf:type owl:Class ; + rdfs:subClassOf om:DoseEquivalent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicAmplitude +om:PhotographicAmplitude rdf:type owl:Class ; + rdfs:subClassOf om:Amplitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitude +om:PhotographicMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitudeAtMaximumBrightness +om:PhotographicMagnitudeAtMaximumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:MagnitudeAtMaximumBrightness , + om:PhotographicMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitudeAtMinimumBrightness +om:PhotographicMagnitudeAtMinimumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:MagnitudeAtMinimumBrightness , + om:PhotographicMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PixelCount +om:PixelCount rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PixelCountUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PixelCountUnit +om:PixelCountUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:pixel + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "pixel count unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PlanetaryAberration +om:PlanetaryAberration rdf:type owl:Class ; + rdfs:subClassOf om:Aberration . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Point +om:Point rdf:type owl:Class ; + rdfs:comment "A point is an element of an interval scale or a ratio scale, for example, 273.16 on the Kelvin scale indicates the triple point of water thermodynamic temperature."@en ; + rdfs:label "point"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PotassiumSorbateMassFraction +om:PotassiumSorbateMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PotentialDifference +om:PotentialDifference rdf:type owl:Class ; + rdfs:subClassOf om:ElectricPotential . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PotentialEnergy +om:PotentialEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Power +om:Power rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PowerUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:power-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PowerDensity +om:PowerDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PowerDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:powerDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PowerDensityUnit +om:PowerDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:wattPerSquareMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "power density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PowerUnit +om:PowerUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedWatt + [ rdf:type owl:Class ; + owl:oneOf ( om:horsepower-Boiler + om:horsepower-British + om:horsepower-Electric + om:horsepower-Metric + om:horsepower-Water + om:joulePerSecond-Time + om:kilocalorie-MeanPerDay + om:solarLuminosity + om:tonOfRefrigeration + om:watt + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "power unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrandtlNumber +om:PrandtlNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PrandtlNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrandtlNumberUnit +om:PrandtlNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Prandtl number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Prefix +om:Prefix rdf:type owl:Class ; + rdfs:comment "A prefix is a name that precedes a basic unit of measure to indicate a decimal or binary multiple or fraction of the unit. Each prefix has a unique symbol that is prepended to the unit symbol. For example, an electric current of 0.000 000 001 ampere is written by using the SI-prefix nano as 1 nanoampere or 1 nA."@en ; + rdfs:label "prefix"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedAmpere +om:PrefixedAmpere rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:ampere + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed ampere"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedAre +om:PrefixedAre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:are + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed are"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedBecquerel +om:PrefixedBecquerel rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:becquerel + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed becquerel"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedBit +om:PrefixedBit rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:Prefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:bit + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed bit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedByte +om:PrefixedByte rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:Prefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:byte + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed byte"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedCalorie-Mean +om:PrefixedCalorie-Mean rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:calorie-Mean + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed calorie (mean)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedCandela +om:PrefixedCandela rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:candela + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed candela"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedCoulomb +om:PrefixedCoulomb rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:coulomb + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed coulomb"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedDegreeCelsius +om:PrefixedDegreeCelsius rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:degreeCelsius + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed degree Celsius"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedElectronvolt +om:PrefixedElectronvolt rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:electronvolt + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed electronvolt"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedFarad +om:PrefixedFarad rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:farad + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed farad"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGram +om:PrefixedGram rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:gram + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed gram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre +om:PrefixedGramPerLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedGram + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:hasValue om:litre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed gram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerPrefixedLitre +om:PrefixedGramPerPrefixedLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedLitre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedGram + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed gram per prefixed litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGray +om:PrefixedGray rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:gray + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed gray"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedHenry +om:PrefixedHenry rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:henry + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed henry"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedHertz +om:PrefixedHertz rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:hertz + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed hertz"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedJoule +om:PrefixedJoule rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:joule + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed joule"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedKatal +om:PrefixedKatal rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:katal + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed katal"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedKelvin +om:PrefixedKelvin rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:kelvin + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed kelvin"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLitre +om:PrefixedLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:litre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLumen +om:PrefixedLumen rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:lumen + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed lumen"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLux +om:PrefixedLux rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:lux + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed lux"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre +om:PrefixedMetre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:metre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerPrefixedSecond-Time +om:PrefixedMetrePerPrefixedSecond-Time rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedSecond-Time + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed metre per prefixed second (time)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerPrefixedSecond-TimeSquared +om:PrefixedMetrePerPrefixedSecond-TimeSquared rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedSecond-TimeSquared + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed metre per prefixed secon (time) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time +om:PrefixedMetrePerSecond-Time rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:hasValue om:second-Time + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed metre per second (time)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared +om:PrefixedMetrePerSecond-TimeSquared rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:hasValue om:second-TimeSquared + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed metre per second (time) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePrefixedGram +om:PrefixedMetrePrefixedGram rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasTerm1 ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasTerm2 ; + owl:allValuesFrom om:PrefixedGram + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasTerm1 ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasTerm2 ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitMultiplication ; + rdfs:label "prefixed metre prefixed gram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolar +om:PrefixedMolar rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:molar + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed molar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMole +om:PrefixedMole rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:mole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre +om:PrefixedMolePerLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:hasValue om:litre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed mole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre +om:PrefixedMolePerMetre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:hasValue om:metre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed mole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerPrefixedLitre +om:PrefixedMolePerPrefixedLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedLitre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed mole per prefixed litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerPrefixedMetre +om:PrefixedMolePerPrefixedMetre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed mole per prefixed metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedNewton +om:PrefixedNewton rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:newton + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed newton"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedOhm +om:PrefixedOhm rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:ohm + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed ohm"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedPascal +om:PrefixedPascal rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:pascal + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed pascal"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedPoise +om:PrefixedPoise rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:poise + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed poise"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedRadian +om:PrefixedRadian rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:radian + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed radian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-Time +om:PrefixedSecond-Time rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:second-Time + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed second (time)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared +om:PrefixedSecond-TimeSquared rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasBase ; + owl:allValuesFrom om:PrefixedSecond-Time + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasBase ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasExponent ; + owl:hasValue "2"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasExponent ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitExponentiation ; + rdfs:label "prefixed second (time) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSiemens +om:PrefixedSiemens rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:siemens + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed siemens"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSievert +om:PrefixedSievert rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:sievert + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed sievert"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSteradian +om:PrefixedSteradian rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:steradian + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed steradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedStokes +om:PrefixedStokes rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:stokes + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed stokes"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedTesla +om:PrefixedTesla rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:tesla + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed tesla"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedTonne +om:PrefixedTonne rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:tonne + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed tonne"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnifiedAtomicMassUnit +om:PrefixedUnifiedAtomicMassUnit rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:unifiedAtomicMassUnit + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed unified atomic mass unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit +om:PrefixedUnit rdf:type owl:Class ; + rdfs:subClassOf om:Unit , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SingularUnit + ] ; + rdfs:label "prefixed unit"@en , + "補助単位"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedVolt +om:PrefixedVolt rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:volt + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed volt"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedWatt +om:PrefixedWatt rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:watt + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed watt"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedWeber +om:PrefixedWeber rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:weber + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed weber"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Pressure +om:Pressure rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PressureUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:pressure-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PressureUnit +om:PressureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedPascal + [ rdf:type owl:Class ; + owl:oneOf ( om:atmosphere-Standard + om:atmosphere-Technical + om:bar + om:barye + om:centimetreOfMercury + om:decibar + om:kilogramSecond-TimeToThePower-2ReciprocalMetre + om:metreOfMercury + om:microbar + om:millibar + om:millimetreOfMercury + om:newtonPerSquareMetre + om:pascal + om:torr + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "pressure unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ProteinMassFraction +om:ProteinMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PulpBrowning +om:PulpBrowning rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMark +om:QualityMark rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkFlower +om:QualityMarkFlower rdf:type owl:Class ; + rdfs:subClassOf om:QualityMark . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkLeaf +om:QualityMarkLeaf rdf:type owl:Class ; + rdfs:subClassOf om:QualityMark . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkTotal +om:QualityMarkTotal rdf:type owl:Class ; + rdfs:subClassOf om:QualityMark . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity +om:Quantity rdf:type owl:Class ; + rdfs:comment "A quantity is a representation of a quantifiable (standardised) aspect (such as length, mass, and time) of a phenomenon (e.g., a star, a molecule, or a food product). Quantities are classified according to similarity in their (implicit) metrological aspect, e.g. the length of my table and the length of my chair are both classified as length."@en , + "量とは,ある現象(例: 星・分子・食品)の定量化できる(標準化された)性質(例: 長さ・質量・時間)の表現である。量は(暗黙の)計量的類似性に従って分離される。例: 机の長さ及び椅子の長さは双方とも長さに分類される。"@ja ; + rdfs:label "quantity"@en , + "量"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOne +om:QuantityOfDimensionOne rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:QuantityOfDimensionOneUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOneUnit +om:QuantityOfDimensionOneUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:dozen + om:gross + om:halfDozen + om:hundredCount + om:one + om:partsPerMillion + om:percent + om:thousandPiece + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "quantity of dimension one unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QuantumEfficiency +om:QuantumEfficiency rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:QuantumEfficiencyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QuantumEfficiencyUnit +om:QuantumEfficiencyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "quantum efficiency unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RMagnitude +om:RMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:CousinsMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Radiance +om:Radiance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:RadianceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:radiance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadianceUnit +om:RadianceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:wattPerSquareMetreSteradian + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "radiance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantEnergy +om:RadiantEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantFlux +om:RadiantFlux rdf:type owl:Class ; + rdfs:subClassOf om:Power . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantIntensity +om:RadiantIntensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:RadiantIntensityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantIntensityUnit +om:RadiantIntensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:wattPerSteradian + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "radiant intensity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Radius +om:Radius rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Radius-Angle +om:Radius-Angle rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperature +om:RankineTemperature rdf:type owl:Class ; + rdfs:subClassOf om:Temperature , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:RankineTemperatureScale + om:RankineTemperatureUnit + ) + ] + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasScale ; + owl:hasValue om:RankineScale + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperatureScale +om:RankineTemperatureScale rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:RankineScale + ) + ] ; + rdfs:subClassOf om:Scale ; + rdfs:label "Rankine temperature scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperatureUnit +om:RankineTemperatureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:degreeRankine + ) + ] + ) + ] ; + rdfs:subClassOf om:TemperatureUnit ; + rdfs:label "Rankine temperature unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Ratio +om:Ratio rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:RatioUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RatioScale +om:RatioScale rdf:type owl:Class ; + rdfs:subClassOf om:Scale ; + rdfs:label "ratio scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RatioUnit +om:RatioUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + om:partsPerMillion + om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "ratio unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RayleighNumber +om:RayleighNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:RayleighNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RayleighNumberUnit +om:RayleighNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Rayleigh number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperature +om:ReaumurTemperature rdf:type owl:Class ; + rdfs:subClassOf om:Temperature , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:ReaumurTemperatureScale + om:ReaumurTemperatureUnit + ) + ] + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasScale ; + owl:hasValue om:ReaumurScale + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperatureScale +om:ReaumurTemperatureScale rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:ReaumurScale + ) + ] ; + rdfs:subClassOf om:Scale ; + rdfs:label "Réaumur temperature scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperatureUnit +om:ReaumurTemperatureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:degreeReaumur + ) + ] + ) + ] ; + rdfs:subClassOf om:TemperatureUnit ; + rdfs:label "Réaumur temperature unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RedMagnitude +om:RedMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Reddening +om:Reddening rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReddeningB-V +om:ReddeningB-V rdf:type owl:Class ; + rdfs:subClassOf om:Reddening . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReddeningU-B +om:ReddeningU-B rdf:type owl:Class ; + rdfs:subClassOf om:Reddening . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RelativeHumidity +om:RelativeHumidity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:RelativeHumidityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RelativeHumidityUnit +om:RelativeHumidityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "relative humidity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Reluctance +om:Reluctance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ReluctanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:reluctance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReluctanceUnit +om:ReluctanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:reciprocalHenry + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "reluctance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ResonanceEnergy +om:ResonanceEnergy rdf:type owl:Class ; + rdfs:subClassOf om:MolarEnergy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Responsivity +om:Responsivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ResponsivityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ResponsivityUnit +om:ResponsivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:amperePerWatt + om:voltPerWatt + ) + ] ; + rdfs:subClassOf om:Unit . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReynoldsNumber +om:ReynoldsNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ReynoldsNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReynoldsNumberUnit +om:ReynoldsNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Reynolds number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RightAscension +om:RightAscension rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix +om:SIPrefix rdf:type owl:Class ; + rdfs:subClassOf om:Prefix ; + rdfs:label "SI prefix"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SaltMassFraction +om:SaltMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SaltStrength +om:SaltStrength rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Scale +om:Scale rdf:type owl:Class ; + om:alternativeLabel "measurement scale"@en , + "meetschaal"@nl , + "schaal"@nl ; + rdfs:label "scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleFactor +om:ScaleFactor rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleHeight +om:ScaleHeight rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleLength +om:ScaleLength rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SchmidtNumber +om:SchmidtNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SchmidtNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SchmidtNumberUnit +om:SchmidtNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Schmidt number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SecularAberration +om:SecularAberration rdf:type owl:Class ; + rdfs:subClassOf om:AngularDisplacement . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearLossModulus +om:ShearLossModulus rdf:type owl:Class ; + rdfs:subClassOf om:StorageModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearModulus +om:ShearModulus rdf:type owl:Class ; + rdfs:subClassOf om:DynamicModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearRate +om:ShearRate rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ShearRateUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearRateUnit +om:ShearRateUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:reciprocalSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "shear rate unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStorageModulus +om:ShearStorageModulus rdf:type owl:Class ; + rdfs:subClassOf om:StorageModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStrain +om:ShearStrain rdf:type owl:Class ; + rdfs:subClassOf om:Strain . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStress +om:ShearStress rdf:type owl:Class ; + rdfs:subClassOf om:Stress . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit +om:SingularUnit rdf:type owl:Class ; + rdfs:subClassOf om:Unit ; + rdfs:label "singular unit"@en , + "単数単位"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Slope +om:Slope rdf:type owl:Class ; + rdfs:subClassOf om:LengthFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SolidAngle +om:SolidAngle rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SolidAngleUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SolidAngleUnit +om:SolidAngleUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedSteradian + [ rdf:type owl:Class ; + owl:oneOf ( om:degreeSquared + om:second-AngleSquared + om:squareMetrePerSquareMetre + om:steradian + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "solid angle unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SoyBeanMassFraction +om:SoyBeanMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificAmountOfMoney +om:SpecificAmountOfMoney rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificAmountOfMoneyUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificAmountOfMoneyUnit +om:SpecificAmountOfMoneyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:euroPerTonne + om:megaeuroPerMegatonne + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific amount of money unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificAmylaseActivity +om:SpecificAmylaseActivity rdf:type owl:Class ; + rdfs:subClassOf om:SpecificCatalyticActivity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCatalyticActivity +om:SpecificCatalyticActivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificCatalyticActivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificCatalyticActivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCatalyticActivityUnit +om:SpecificCatalyticActivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:deltaA450PerSecond-TimePerMilligram + om:nanokatalPerMilligram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific catalytic activity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificColiformBacterieCount +om:SpecificColiformBacterieCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCorynebacteriumBovisCount +om:SpecificCorynebacteriumBovisCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCorynebacteriumCount +om:SpecificCorynebacteriumCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCost +om:SpecificCost rdf:type owl:Class ; + rdfs:subClassOf om:SpecificAmountOfMoney . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergy +om:SpecificEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificEnergyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergyImparted +om:SpecificEnergyImparted rdf:type owl:Class ; + rdfs:subClassOf om:AbsorbedDose . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergyUnit +om:SpecificEnergyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKilogram + om:kilocalorie-MeanPerHectogram + om:kilojoulePerHectogram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific energy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnterobacteriaceaeCount +om:SpecificEnterobacteriaceaeCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnterococcusCount +om:SpecificEnterococcusCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEntropy +om:SpecificEntropy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificEntropyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificEntropyOrSpecificHeatCapacity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEntropyUnit +om:SpecificEntropyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvinKilogram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific entropy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEscherichiaColiCount +om:SpecificEscherichiaColiCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificHeatCapacity +om:SpecificHeatCapacity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificHeatCapacityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificEntropyOrSpecificHeatCapacity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificHeatCapacityUnit +om:SpecificHeatCapacityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvinKilogram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific heat capacity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificKlebsiellaCount +om:SpecificKlebsiellaCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificListeriaMonocytogenesCount +om:SpecificListeriaMonocytogenesCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificProteaseActivity +om:SpecificProteaseActivity rdf:type owl:Class ; + rdfs:subClassOf om:SpecificCatalyticActivity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificSalmonellaCount +om:SpecificSalmonellaCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificSerratiaMarcescensCount +om:SpecificSerratiaMarcescensCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStaphylococcusAureusCount +om:SpecificStaphylococcusAureusCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusAgalactiaeCount +om:SpecificStreptococcusAgalactiaeCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusDysgalactiaeCount +om:SpecificStreptococcusDysgalactiaeCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusUberisCount +om:SpecificStreptococcusUberisCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount +om:SpecificViableCount rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificViableCountUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCountUnit +om:SpecificViableCountUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:colonyFormingUnitPerGram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific viable count unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificVolume +om:SpecificVolume rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificVolumeUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificVolume-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificVolumeUnit +om:SpecificVolumeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:cubicMetrePerKilogram + om:litrePerKilogram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific volume unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificYeastAndFungiCount +om:SpecificYeastAndFungiCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpectralResponse +om:SpectralResponse rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Speed +om:Speed rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpeedUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:speed-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpeedUnit +om:SpeedUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:MetrePerPrefixedSecond-Time + om:PrefixedMetrePerPrefixedSecond-Time + om:PrefixedMetrePerSecond-Time + [ rdf:type owl:Class ; + owl:oneOf ( om:centimetrePerDay + om:kilometrePerHour + om:knot-International + om:metrePerDay + om:metrePerSecond-Time + om:mile-StatutePerHour + om:millimetrePerDay + om:millimetrePerHour + om:nauticalMile-InternationalPerHour + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "speed unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre +om:SquarePrefixedMetre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasBase ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasBase ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasExponent ; + owl:hasValue "2"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasExponent ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitExponentiation ; + rdfs:label "square prefixed metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumber +om:StantonNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:StantonNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberForMassTransfer +om:StantonNumberForMassTransfer rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:StantonNumberForMassTransferUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberForMassTransferUnit +om:StantonNumberForMassTransferUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Stanton number for mass transfer unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberUnit +om:StantonNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Stanton number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StarchMassFraction +om:StarchMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StarchVA40MassFraction +om:StarchVA40MassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StarchVA85MassFraction +om:StarchVA85MassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StellarAberration +om:StellarAberration rdf:type owl:Class ; + rdfs:subClassOf om:Aberration . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StemEndRot +om:StemEndRot rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StemEndRotAreaFraction +om:StemEndRotAreaFraction rdf:type owl:Class ; + rdfs:subClassOf om:AreaFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StickStone +om:StickStone rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StorageModulus +om:StorageModulus rdf:type owl:Class ; + rdfs:subClassOf om:DynamicModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Strain +om:Strain rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:StrainUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrainTensor +om:StrainTensor rdf:type owl:Class ; + rdfs:subClassOf om:Strain . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrainUnit +om:StrainUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "strain unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrawMass +om:StrawMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Stress +om:Stress rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:StressUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:pressure-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StressTensor +om:StressTensor rdf:type owl:Class ; + rdfs:subClassOf om:Stress . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StressUnit +om:StressUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedPascal + [ rdf:type owl:Class ; + owl:oneOf ( om:atmosphere-Standard + om:atmosphere-Technical + om:bar + om:barye + om:centimetreOfMercury + om:decibar + om:kilogramSecond-TimeToThePower-2ReciprocalMetre + om:metreOfMercury + om:microbar + om:millibar + om:millimetreOfMercury + om:newtonPerSquareMetre + om:pascal + om:torr + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "stress unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StroemgrenMagnitude +om:StroemgrenMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrouhalNumber +om:StrouhalNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:StrouhalNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrouhalNumberUnit +om:StrouhalNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Strouhal number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SugarMassFraction +om:SugarMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SupergalacticLatitude +om:SupergalacticLatitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SupergalacticLongitude +om:SupergalacticLongitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SurfaceTension +om:SurfaceTension rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SurfaceTensionUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:surfaceTension-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SurfaceTensionUnit +om:SurfaceTensionUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:newtonPerMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "surface tension unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SymbolRate +om:SymbolRate rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SymbolRateUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SymbolRateUnit +om:SymbolRateUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:baud + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "symbol rate unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits +om:SystemOfUnits rdf:type owl:Class ; + rdfs:comment "In order to achieve a coherent, interdependent set of units of measure in the wide variety of units that exist, units are organised in systems of units. A system of units is based on a set of units chosen by convention to be the system’s base units, units that are considered to be mutually independent (i.e., can’t be expressed in terms of each other)."@en ; + rdfs:label "system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature +om:Temperature rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasScale ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:oneOf ( om:CelsiusScale + om:FahrenheitScale + om:KelvinScale + om:RankineScale + om:ReaumurScale + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:TemperatureUnit + om:Temperature_scale + ) + ] + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:thermodynamicTemperature-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureRate +om:TemperatureRate rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:TemperatureRateUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureRateUnit +om:TemperatureRateUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:degreeCelsiusPerHour + om:degreeCelsiusPerMinute-Time + om:degreeCelsiusPerSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "temperature rate unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureUnit +om:TemperatureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedDegreeCelsius + om:PrefixedKelvin + [ rdf:type owl:Class ; + owl:oneOf ( om:degreeCelsius + om:degreeFahrenheit + om:degreeRankine + om:degreeReaumur + om:kelvin + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "temperature unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature_scale +om:Temperature_scale rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:CelsiusScale + om:FahrenheitScale + om:KelvinScale + om:RankineScale + om:ReaumurScale + ) + ] ; + rdfs:subClassOf om:Scale . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalConductivity +om:ThermalConductivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ThermalConductivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:thermalConductivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalConductivityUnit +om:ThermalConductivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:wattPerMetreKelvin + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "thermal conductivity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalDiffusivity +om:ThermalDiffusivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ThermalDiffusivityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalDiffusivityUnit +om:ThermalDiffusivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:squareMetrePerSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "thermal diffusivity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalInsulance +om:ThermalInsulance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ThermalInsulanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:thermalInsulance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalInsulanceUnit +om:ThermalInsulanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:squareMetreKelvinPerWatt + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "thermal insulance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalResistance +om:ThermalResistance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ThermalResistanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:thermalResistance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalResistanceUnit +om:ThermalResistanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:kelvinPerWatt + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "thermal resistance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature +om:ThermodynamicTemperature rdf:type owl:Class ; + rdfs:subClassOf om:Temperature , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:ThermodynamicTemperatureScale + om:ThermodynamicTemperatureUnit + ) + ] + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasScale ; + owl:hasValue om:KelvinScale + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperatureScale +om:ThermodynamicTemperatureScale rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:KelvinScale + ) + ] ; + rdfs:subClassOf om:Scale ; + rdfs:label "thermodynamic temperature scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperatureUnit +om:ThermodynamicTemperatureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedKelvin + [ rdf:type owl:Class ; + owl:oneOf ( om:kelvin + ) + ] + ) + ] ; + rdfs:subClassOf om:TemperatureUnit ; + rdfs:label "thermodynamic temperature unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Thickness +om:Thickness rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Thrust +om:Thrust rdf:type owl:Class ; + rdfs:subClassOf om:Force . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThuanAndGunnMagnitude +om:ThuanAndGunnMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Time +om:Time rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:TimeUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:time-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TimeConstant +om:TimeConstant rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TimeUnit +om:TimeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedSecond-Time + [ rdf:type owl:Class ; + owl:oneOf ( om:day + om:day-Sidereal + om:gigayear + om:hour + om:hour-Sidereal + om:minute-Sidereal + om:minute-Time + om:second-Sidereal + om:second-Time + om:shake + om:year + om:year-Sidereal + om:year-Tropical + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "time unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TopMass +om:TopMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Torque +om:Torque rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:TorqueUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:energy-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TorqueUnit +om:TorqueUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:micronewtonMetre + om:millinewtonMetre + om:newtonMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "torque unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Total3DStartEndDistance +om:Total3DStartEndDistance rdf:type owl:Class ; + rdfs:subClassOf om:Distance . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalDensityParameter +om:TotalDensityParameter rdf:type owl:Class ; + rdfs:subClassOf om:DensityParameter . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalDistanceTravelled +om:TotalDistanceTravelled rdf:type owl:Class ; + rdfs:subClassOf om:Distance . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberBuds +om:TotalNumberBuds rdf:type owl:Class ; + rdfs:subClassOf om:NumberBuds . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberFlowers +om:TotalNumberFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberLeaves +om:TotalNumberLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TrueDistanceModulus +om:TrueDistanceModulus rdf:type owl:Class ; + rdfs:subClassOf om:DistanceModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TweenMassFraction +om:TweenMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TychoBroadbandMagnitude +om:TychoBroadbandMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UMagnitude +om:UMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:JohnsonMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Unit +om:Unit rdf:type owl:Class ; + om:alternativeLabel "unit of measure"@en , + "unit of measurement"@en , + "測定の単位"@ja , + "測定単位"@ja ; + rdfs:comment "A unit of measure is a definite magnitude of a quantity, defined and adopted by convention or by law. It is used as a standard for measurement of the same quantity, where any other value of the quantity can be expressed as a simple multiple of the unit. For example, length is a quantity; the metre is a unit of length that represents a definite predetermined length. When we say 10 metre (or 10 m), we actually mean 10 times the definite predetermined length called \"metre\"."@en , + "測定単位とは,量の確定的な大きさであり,慣例又は法律によって定義し採用されている。同じ量の測定の標準として用いられ,他の如何なる量の値も当該単位の単純な倍数として表わせる。例えば,長さも量である; メートルは長さの単位であり,確定的な所定の長さを表している。10メートル(又は10 m)とは,「メートル」と呼ばれる確定的な所定の長さの10倍を,実際に意味している。"@ja ; + rdfs:label "unit"@en , + "単位"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision +om:UnitDivision rdf:type owl:Class ; + rdfs:subClassOf om:CompoundUnit ; + rdfs:label "unit division"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation +om:UnitExponentiation rdf:type owl:Class ; + rdfs:subClassOf om:CompoundUnit ; + rdfs:label "unit exponentiation"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiple +om:UnitMultiple rdf:type owl:Class ; + rdfs:subClassOf om:Unit ; + rdfs:label "unit multiple"@en , + "単位倍量"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication +om:UnitMultiplication rdf:type owl:Class ; + rdfs:subClassOf om:CompoundUnit ; + rdfs:label "unit multiplication"@en , + "単位乗算"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VAmplitude +om:VAmplitude rdf:type owl:Class ; + rdfs:subClassOf om:Amplitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitude +om:VMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:JohnsonMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitudeAtMaximumBrightness +om:VMagnitudeAtMaximumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:MagnitudeAtMaximumBrightness , + om:VMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitudeAtMinimumBrightness +om:VMagnitudeAtMinimumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:MagnitudeAtMinimumBrightness , + om:VMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VascularBrowning +om:VascularBrowning rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VaseLife +om:VaseLife rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VasePlusWaterMass +om:VasePlusWaterMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VasePlusWaterPlusFlowerMass +om:VasePlusWaterPlusFlowerMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Velocity +om:Velocity rdf:type owl:Class ; + rdfs:subClassOf om:Speed . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ViableCount +om:ViableCount rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ViableCountUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ViableCountUnit +om:ViableCountUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:_1000ColonyFormingUnit + om:colonyFormingUnit + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "viable count unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VisualAlbedo +om:VisualAlbedo rdf:type owl:Class ; + rdfs:subClassOf om:Albedo . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Volume +om:Volume rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:VolumeUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:volume-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeFraction +om:VolumeFraction rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:VolumeFractionUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeFractionUnit +om:VolumeFractionUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:cubicCentimetrePerCubicCentimetre + om:cubicMetrePerCubicmetre + om:cubicMillimetrePerCubicMillimetre + om:one + om:partsPerMillion + om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "volume fraction unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeStrain +om:VolumeStrain rdf:type owl:Class ; + rdfs:subClassOf om:Strain . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeUnit +om:VolumeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:CubicPrefixedMetre + om:PrefixedLitre + [ rdf:type owl:Class ; + owl:oneOf ( om:acreFoot + om:barrel-US + om:bushel-US + om:cord + om:cubicKiloparsec + om:cubicMetre + om:cubicParsec + om:cup-USCustomary + om:dessertspoon + om:dryGallon-US + om:dryPint-US + om:dryQuart-US + om:fluidOunce-Imperial + om:fluidOunce-US + om:gallon-Imperial + om:gallon-US + om:gill-Imperial + om:gill-US + om:liquidPint-US + om:liquidQuart-US + om:litre + om:peck-US + om:pint-Imperial + om:quart-Imperial + om:stere + om:tablespoon-US + om:teaspoon-US + om:ton-Register + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "volume unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricColiformBacterieCount +om:VolumetricColiformBacterieCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricCorynebacteriumBovisCount +om:VolumetricCorynebacteriumBovisCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricCorynebacteriumCount +om:VolumetricCorynebacteriumCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEnterobacteriaceaeCount +om:VolumetricEnterobacteriaceaeCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEnterococcusCount +om:VolumetricEnterococcusCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEscherichiaColiCount +om:VolumetricEscherichiaColiCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricFlowRate +om:VolumetricFlowRate rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:VolumetricFlowRateUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:volumetricFlowRate-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricFlowRateUnit +om:VolumetricFlowRateUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:cubicMetrePerSecond-Time + om:cubicMetrePerYear + om:litrePerHour + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "volumetric flow rate unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricHeatCapacity +om:VolumetricHeatCapacity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:VolumetricHeatCapacityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:volumetricHeatCapacity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricHeatCapacityUnit +om:VolumetricHeatCapacityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerCubicMetreKelvin + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "volumetric heat capacity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricKlebsiellaCount +om:VolumetricKlebsiellaCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricListeriaMonocytogenesCount +om:VolumetricListeriaMonocytogenesCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricSalmonellaCount +om:VolumetricSalmonellaCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricSerratiaMarcescensCount +om:VolumetricSerratiaMarcescensCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStaphylococcusAureusCount +om:VolumetricStaphylococcusAureusCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusAgalactiaeCount +om:VolumetricStreptococcusAgalactiaeCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusDysgalactiaeCount +om:VolumetricStreptococcusDysgalactiaeCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusUberisCount +om:VolumetricStreptococcusUberisCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount +om:VolumetricViableCount rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:VolumetricViableCountUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCountUnit +om:VolumetricViableCountUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:_1000ColonyFormingUnitPerMillilitre + om:colonyFormingUnitPer25Millilitre + om:colonyFormingUnitPerMillilitre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "volumetric viable count unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricYeastAndFungiCount +om:VolumetricYeastAndFungiCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WaterMassFraction +om:WaterMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Wavelength +om:Wavelength rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Wavenumber +om:Wavenumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:WavenumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:wavenumber-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WavenumberUnit +om:WavenumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:kayser + om:reciprocalMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "wave number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WeberNumber +om:WeberNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:WeberNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WeberNumberUnit +om:WeberNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Weber number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Weight +om:Weight rdf:type owl:Class ; + rdfs:subClassOf om:Force . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WettingAngle +om:WettingAngle rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinAggregateMassFraction +om:WheyProteinAggregateMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinBeadsMassFraction +om:WheyProteinBeadsMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinMassFraction +om:WheyProteinMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitude +om:WhiteLightMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitudeAtMaximumBrightness +om:WhiteLightMagnitudeAtMaximumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:MagnitudeAtMaximumBrightness , + om:WhiteLightMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitudeAtMinimumBrightness +om:WhiteLightMagnitudeAtMinimumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:MagnitudeAtMinimumBrightness , + om:WhiteLightMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Width +om:Width rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Work +om:Work rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/XanthanMassFraction +om:XanthanMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ZenithDistance +om:ZenithDistance rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1040NanometreLockwoodMagnitude +om:_1040NanometreLockwoodMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bMagnitude +om:bMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:StroemgrenMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gMagnitude +om:gMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:ThuanAndGunnMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/uMagnitude +om:uMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:StroemgrenMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/vMagnitude +om:vMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:StroemgrenMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/xRange +om:xRange rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/xy2DStartEndDistance +om:xy2DStartEndDistance rdf:type owl:Class ; + rdfs:subClassOf om:Distance . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/xyDistanceTravelled +om:xyDistanceTravelled rdf:type owl:Class ; + rdfs:subClassOf om:Distance . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yMagnitude +om:yMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:StroemgrenMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yRange +om:yRange rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zRange +om:zRange rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq +rdf:Seq rdf:type owl:Class . + + +### http://xmlns.com/foaf/0.1/Organization +foaf:Organization rdf:type owl:Class . + + +### http://xmlns.com/foaf/0.1/Person +foaf:Person rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### http://www.iau.org/static/resolutions/IAU2012_English.pdf + rdf:type owl:NamedIndividual , + bibo:Standard ; + dc:creator ombibo:IAUDiv1WG ; + dc:date "2012" ; + dc:publisher ombibo:International_Astronomical_Union ; + dc:title "IAU 2012" ; + bibo:uri "http://www.iau.org/static/resolutions/IAU2012_English.pdf" . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2 + rdf:type owl:NamedIndividual ; + ombibo:reference . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AFS +om:AFS rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + rdfs:label "AFS"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Aberration +om:Aberration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AberrationInLatitude +om:AberrationInLatitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Angle ; + ombibo:reference ombibo:chapter23_Astronomical_Algorithms . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AberrationInLongitude +om:AberrationInLongitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Anglee ; + ombibo:reference ombibo:chapter23_Astronomical_Algorithms . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsoluteBolometricMagnitude +om:AbsoluteBolometricMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsoluteMagnitude +om:AbsoluteMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:micromagnitude , + om:millimagnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDose +om:AbsorbedDose rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attogray , + om:centigray , + om:decagray , + om:decigray , + om:exagray , + om:femtogray , + om:gigagray , + om:gray , + om:hectogray , + om:joulePerKilogram , + om:kilogray , + om:megagray , + om:microgray , + om:milligray , + om:nanogray , + om:petagray , + om:picogray , + om:rad , + om:teragray . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseRate +om:AbsorbedDoseRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:grayPerSecond-Time , + om:milligrayPerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Acceleration +om:Acceleration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attometrePerSecond-TimeSquared , + om:centimetrePerSecond-TimeSquared , + om:decametrePerSecond-TimeSquared , + om:decimetrePerSecond-TimeSquared , + om:exametrePerSecond-TimeSquared , + om:femtometrePerSecond-TimeSquared , + om:gal , + om:gigametrePerSecond-TimeSquared , + om:hectometrePerSecond-TimeSquared , + om:kilometrePerSecond-TimeSquared , + om:megametrePerSecond-TimeSquared , + om:metrePerAttosecond-TimeSquared , + om:metrePerCentisecond-TimeSquared , + om:metrePerDecasecond-TimeSquared , + om:metrePerDecisecond-TimeSquared , + om:metrePerExasecond-TimeSquared , + om:metrePerFemtosecond-TimeSquared , + om:metrePerGigasecond-TimeSquared , + om:metrePerHectosecond-TimeSquared , + om:metrePerKilosecond-TimeSquared , + om:metrePerMegasecond-TimeSquared , + om:metrePerMicrosecond-TimeSquared , + om:metrePerMillisecond-TimeSquared , + om:metrePerNanosecond-TimeSquared , + om:metrePerPetasecond-TimeSquared , + om:metrePerPicosecond-TimeSquared , + om:metrePerSecond-TimeSquared , + om:metrePerTerasecond-TimeSquared , + om:micrometrePerSecond-TimeSquared , + om:millimetrePerSecond-TimeSquared , + om:nanometrePerSecond-TimeSquared , + om:petametrePerSecond-TimeSquared , + om:picometrePerSecond-TimeSquared , + om:terametrePerSecond-TimeSquared . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AceticAcidMassFraction +om:AceticAcidMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Acidity +om:Acidity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AcousticFirmness +om:AcousticFirmness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:AFS . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Action +om:Action rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:ergSecond-Time , + om:jouleSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Activity +om:Activity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attobecquerel , + om:becquerel , + om:centibecquerel , + om:curie , + om:decabecquerel , + om:decibecquerel , + om:exabecquerel , + om:femtobecquerel , + om:gigabecquerel , + om:hectobecquerel , + om:kilobecquerel , + om:megabecquerel , + om:microbecquerel , + om:millibecquerel , + om:nanobecquerel , + om:petabecquerel , + om:picobecquerel , + om:reciprocalSecond-Time , + om:terabecquerel . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Admittance +om:Admittance rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Albedo +om:Albedo rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AlfvenNumber +om:AlfvenNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Altitude +om:Altitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmbientDoseEquivalent +om:AmbientDoseEquivalent rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosievert , + om:centisievert , + om:decasievert , + om:decisievert , + om:exasievert , + om:femtosievert , + om:gigasievert , + om:hectosievert , + om:kilosievert , + om:megasievert , + om:microsievert , + om:millisievert , + om:nanosievert , + om:petasievert , + om:picosievert , + om:rem , + om:sievert , + om:terasievert . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfMoney +om:AmountOfMoney rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:AustralianDollar , + om:BrazilianReal , + om:CanadianDollar , + om:ChineseYuan , + om:HongKongDollar , + om:IndianRupee , + om:JapaneseYen , + om:MexicanPeso , + om:NewZealandDollar , + om:NorwegianKrone , + om:RussianRuble , + om:SingaporeDollar , + om:SouthAfricanRand , + om:SouthKoreanWon , + om:SwedishKrona , + om:SwissFranc , + om:TurkishLira , + om:UnitedStatesDollar , + om:euro , + om:megaeuro , + om:poundSterling . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstance +om:AmountOfSubstance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attomole , + om:centimole , + om:decamole , + om:decimole , + om:examole , + om:femtomole , + om:gigamole , + om:hectomole , + om:kilomole , + om:megamole , + om:micromole , + om:millimole , + om:mole , + om:nanomole , + om:petamole , + om:picomole , + om:teramole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceConcentration +om:AmountOfSubstanceConcentration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attomolar , + om:attomolePerLitre , + om:centimolePerLitre , + om:decamolePerLitre , + om:decimolePerLitre , + om:examolePerLitre , + om:femtomolar , + om:femtomolePerLitre , + om:gigamolePerLitre , + om:hectomolePerLitre , + om:kilomolePerLitre , + om:megamolar , + om:megamolePerLitre , + om:micromolar , + om:micromolePerLitre , + om:millimolar , + om:millimolePerLitre , + om:molar , + om:molePerAttolitre , + om:molePerCentilitre , + om:molePerCubicmetre , + om:molePerDecalitre , + om:molePerDecilitre , + om:molePerExalitre , + om:molePerFemtolitre , + om:molePerGigalitre , + om:molePerHectolitre , + om:molePerKilolitre , + om:molePerLitre , + om:molePerMegalitre , + om:molePerMicrolitre , + om:molePerMillilitre , + om:molePerNanolitre , + om:molePerPetalitre , + om:molePerPicolitre , + om:molePerTeralitre , + om:nanomolar , + om:nanomolePerLitre , + om:petamolePerLitre , + om:picomolar , + om:picomolePerLitre , + om:teramolePerLitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFlow +om:AmountOfSubstanceFlow rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:micromolePerSecond-Time , + om:molePerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFraction +om:AmountOfSubstanceFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:micromolePerMole , + om:molePerMole , + om:one , + om:partsPerMillion , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFractionFlow +om:AmountOfSubstanceFractionFlow rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Amphiphilicity +om:Amphiphilicity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Amplitude +om:Amplitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Angle +om:Angle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attoradian , + om:centiradian , + om:deciradian , + om:degree , + om:femtoradian , + om:gon , + om:metrePerMetre , + om:microradian , + om:microsecond-Angle , + om:mil-Angle , + om:milliradian , + om:millisecond-Angle , + om:minute-Angle , + om:nanoradian , + om:picoradian , + om:radian , + om:revolution , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularAcceleration +om:AngularAcceleration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:radianPerSecond-TimeSquared . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularDisplacement +om:AngularDisplacement rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attoradian , + om:centiradian , + om:deciradian , + om:degree , + om:femtoradian , + om:gon , + om:metrePerMetre , + om:microradian , + om:microsecond-Angle , + om:mil-Angle , + om:milliradian , + om:millisecond-Angle , + om:minute-Angle , + om:nanoradian , + om:picoradian , + om:radian , + om:revolution , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularMomentum +om:AngularMomentum rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:ergSecond-Time , + om:jouleSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSize +om:AngularSize rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degreeSquared , + om:second-AngleSquared . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSpeed +om:AngularSpeed rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:millisecond-AnglePerYear , + om:radianPerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularVelocity +om:AngularVelocity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:radianPerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AnnualAberration +om:AnnualAberration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentDiameter +om:ApparentDiameter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:minute-Angle , + om:radian , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentDistanceModulus +om:ApparentDistanceModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentMagnitude +om:ApparentMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:micromagnitude , + om:millimagnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Area +om:Area rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:acre-International , + om:acre-USSurvey , + om:are , + om:barn , + om:centiare , + om:circularMil , + om:hectare , + om:squareAttometre , + om:squareCentimetre , + om:squareDecametre , + om:squareDecimetre , + om:squareExametre , + om:squareFemtometre , + om:squareFoot-International , + om:squareGigametre , + om:squareHectometre , + om:squareInch-International , + om:squareKilometre , + om:squareMegametre , + om:squareMetre , + om:squareMicrometre , + om:squareMile-International , + om:squareMillimetre , + om:squareNanometre , + om:squarePetametre , + om:squarePicometre , + om:squareTerametre , + om:squareYard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensity +om:AreaDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerSquareMetre , + om:kilogramPerHectare , + om:kilogramPerSquareMetre , + om:ounceAvoirdupoisPerSquareYard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityRate +om:AreaDensityRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramPerHectareDay . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFraction +om:AreaFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:partsPerMillion , + om:percent , + om:squareMetrePerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AtomicMass +om:AtomicMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:nanounifiedAtomicMassUnit , + om:unifiedAtomicMassUnit . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AustralianDollar +om:AustralianDollar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Australian dollar"@en , + "澳元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AverageSpeed +om:AverageSpeed rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attometrePerSecond-Time , + om:centimetrePerDay , + om:centimetrePerSecond-Time , + om:decametrePerSecond-Time , + om:decimetrePerSecond-Time , + om:exametrePerSecond-Time , + om:femtometrePerSecond-Time , + om:gigametrePerSecond-Time , + om:hectometrePerSecond-Time , + om:kilometrePerHour , + om:kilometrePerSecond-Time , + om:knot-International , + om:megametrePerSecond-Time , + om:metrePerAttosecond-Time , + om:metrePerCentisecond-Time , + om:metrePerDay , + om:metrePerDecasecond-Time , + om:metrePerDecisecond-Time , + om:metrePerExasecond-Time , + om:metrePerFemtosecond-Time , + om:metrePerGigasecond-Time , + om:metrePerHectosecond-Time , + om:metrePerKilosecond-Time , + om:metrePerMegasecond-Time , + om:metrePerMicrosecond-Time , + om:metrePerMillisecond-Time , + om:metrePerNanosecond-Time , + om:metrePerPetasecond-Time , + om:metrePerPicosecond-Time , + om:metrePerSecond-Time , + om:metrePerTerasecond-Time , + om:micrometrePerSecond-Time , + om:mile-StatutePerHour , + om:millimetrePerDay , + om:millimetrePerHour , + om:millimetrePerSecond-Time , + om:nanometrePerSecond-Time , + om:nauticalMile-InternationalPerHour , + om:petametrePerSecond-Time , + om:picometrePerSecond-Time , + om:terametrePerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Azimuth +om:Azimuth rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitude +om:BMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:micromagnitude , + om:millimagnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitudeAtMaximumBrightness +om:BMagnitudeAtMaximumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitudeAtMinimumBrightness +om:BMagnitudeAtMinimumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BetaNarrowMagnitude +om:BetaNarrowMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BetaWideMagnitude +om:BetaWideMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BirminghamGauge +om:BirminghamGauge rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:alternativeSymbol "GA" ; + om:symbol "G" ; + rdfs:label "Birmingham gauge"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BodyLabelMass +om:BodyLabelMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BodyMass +om:BodyMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricCorrection +om:BolometricCorrection rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricMagnitude +om:BolometricMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BondAlbedo +om:BondAlbedo rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BrazilianReal +om:BrazilianReal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Brazilian real"@en , + "巴西里拉"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Breadth +om:Breadth rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BrightnessTemperature +om:BrightnessTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-39F +om:BritishThermalUnit-39F rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXCommand "\\BritishTermalUnitThirtyNineF" ; + om:alternativeLabel "39 °F British thermal unit"@en ; + om:symbol "Btu" ; + rdfs:label "British thermal unit (39 °F)"@en , + "英国热力单位(39°F)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-59F +om:BritishThermalUnit-59F rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXCommand "\\BritishTermalUnitFiftyNineF" ; + om:alternativeLabel "59 °F British thermal unit"@en ; + om:symbol "Btu" ; + rdfs:label "British thermal unit (59 °F)"@en , + "英国热力单位(59°F)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-60F +om:BritishThermalUnit-60F rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXCommand "\\BritishTermalUnitSixtyF" ; + om:alternativeLabel "60 °F British thermal unit"@en ; + om:symbol "Btu" ; + rdfs:label "British thermal unit (60 °F)"@en , + "英国热力单位(60°F)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable +om:BritishThermalUnit-InternationalTable rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXSymbol "Btu_{IT}" ; + om:alternativeLabel "International Table British thermal unit"@en ; + om:symbol "Btu_IT" ; + rdfs:label "British thermal unit (International Table)"@en , + "英国热力单位(国际表)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Mean +om:BritishThermalUnit-Mean rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:alternativeLabel "mean British thermal unit"@en ; + om:symbol "Btu" ; + rdfs:label "British thermal unit (mean)"@en , + "英国热力单位(平均)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Thermochemical +om:BritishThermalUnit-Thermochemical rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXSymbol "BTU_{th}" ; + om:alternativeLabel "thermochemical British thermal unit"@en ; + om:symbol "Btu_th" ; + rdfs:label "British thermal unit (thermochemical)"@en , + "英国热力单位(热力化学)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadium +om:BudStadium rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay0 +om:BudStadiumDay0 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay4 +om:BudStadiumDay4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay7 +om:BudStadiumDay7 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BulkModulus +om:BulkModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CanadianDollar +om:CanadianDollar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Canadian dollar"@en , + "加元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CapMass +om:CapMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Capacitance +om:Capacitance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abfarad , + om:attofarad , + om:centifarad , + om:coulombPerVolt , + om:decafarad , + om:decifarad , + om:exafarad , + om:farad , + om:femtofarad , + om:gigafarad , + om:hectofarad , + om:kilofarad , + om:megafarad , + om:microfarad , + om:millifarad , + om:nanofarad , + om:petafarad , + om:picofarad , + om:statfarad , + om:terafarad . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CartonMass +om:CartonMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivity +om:CatalyticActivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:amylaseUnit , + om:attokatal , + om:centikatal , + om:decakatal , + om:decikatal , + om:deltaA450PerSecond-Time , + om:exakatal , + om:femtokatal , + om:gigakatal , + om:hectokatal , + om:katal , + om:kilokatal , + om:megakatal , + om:microkatal , + om:millikatal , + om:molePerSecond-Time , + om:nanokatal , + om:petakatal , + om:picokatal , + om:terakatal . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityConcentration +om:CatalyticActivityConcentration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:katalPerCubicmetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedBuds +om:CauseEndOfVaseLifeAbscisedBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedFlowers +om:CauseEndOfVaseLifeAbscisedFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedLeaves +om:CauseEndOfVaseLifeAbscisedLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeBlueFlowers +om:CauseEndOfVaseLifeBlueFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeBotrytis +om:CauseEndOfVaseLifeBotrytis rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryBuds +om:CauseEndOfVaseLifeDryBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryFlowers +om:CauseEndOfVaseLifeDryFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryLeaves +om:CauseEndOfVaseLifeDryLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeMalformedBuds +om:CauseEndOfVaseLifeMalformedBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeMalformedFlowers +om:CauseEndOfVaseLifeMalformedFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeNonturgidFlowers +om:CauseEndOfVaseLifeNonturgidFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeNonturgidLeaves +om:CauseEndOfVaseLifeNonturgidLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeRottenFlowers +om:CauseEndOfVaseLifeRottenFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeRottenLeaves +om:CauseEndOfVaseLifeRottenLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeWiltedFlowers +om:CauseEndOfVaseLifeWiltedFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeWiltedLeaves +om:CauseEndOfVaseLifeWiltedLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeYellowLeaves +om:CauseEndOfVaseLifeYellowLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale +om:CelsiusScale rdf:type owl:NamedIndividual , + om:IntervalScale ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPoint om:_-189.3442OnTheCelsiusScale , + om:_-218.7916OnTheCelsiusScale , + om:_-248.5939OnTheCelsiusScale , + om:_-259.3467OnTheCelsiusScale , + om:_-270.15To-268.15OnTheCelsiusScale , + om:_-38.8344OnTheCelsiusScale , + om:_0.01OnTheCelsiusScale , + om:_1064.18OnTheCelsiusScale , + om:_1084.62OnTheCelsiusScale , + om:_156.5985OnTheCelsiusScale , + om:_231.928OnTheCelsiusScale , + om:_29.7646OnTheCelsiusScale , + om:_419.527OnTheCelsiusScale , + om:_660.323OnTheCelsiusScale , + om:_961.78OnTheCelsiusScale , + om:approximately-252.85OnTheCelsiusScale , + om:approximately-256.15OnTheCelsiusScale ; + om:hasScale om:KelvinScale ; + om:hasUnit om:degreeCelsius ; + om:hasFactor "1.0"^^xsd:float ; + om:hasOff-Set "-273.15"^^xsd:float ; + om:alternativeLabel "International Celsius Temperature scale of 1990"@en ; + rdfs:label "Celsius scale"@en , + "Celsiusschaal"@nl , + "摄氏温标"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperature +om:CelsiusTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attodegreeCelsius , + om:centidegreeCelsius , + om:decidegreeCelsius , + om:degreeCelsius , + om:femtodegreeCelsius , + om:microdegreeCelsius , + om:millidegreeCelsius , + om:nanodegreeCelsius , + om:picodegreeCelsius . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ChineseYuan +om:ChineseYuan rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Chinese yuan"@en , + "中国元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Circumference +om:Circumference rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Co-RotationRadius +om:Co-RotationRadius rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:astronomicalUnit , + om:kiloparsec , + om:lightYear , + om:parsec . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColdGasMassFraction +om:ColdGasMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CollisionFrequency +om:CollisionFrequency rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColorAreaFraction +om:ColorAreaFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColourIndex +om:ColourIndex rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColourTemperature +om:ColourTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColumnNumberDensity +om:ColumnNumberDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalSquareCentimetre , + om:reciprocalSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CompressiveStress +om:CompressiveStress rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ContactAngle +om:ContactAngle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attoradian , + om:centiradian , + om:deciradian , + om:degree , + om:femtoradian , + om:gon , + om:metrePerMetre , + om:microradian , + om:microsecond-Angle , + om:mil-Angle , + om:milliradian , + om:millisecond-Angle , + om:minute-Angle , + om:nanoradian , + om:picoradian , + om:radian , + om:revolution , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CosmologicalConstant +om:CosmologicalConstant rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Cost +om:Cost rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:AustralianDollar , + om:BrazilianReal , + om:CanadianDollar , + om:ChineseYuan , + om:HongKongDollar , + om:IndianRupee , + om:JapaneseYen , + om:MexicanPeso , + om:NewZealandDollar , + om:NorwegianKrone , + om:RussianRuble , + om:SingaporeDollar , + om:SouthAfricanRand , + om:SouthKoreanWon , + om:SwedishKrona , + om:SwissFranc , + om:TurkishLira , + om:UnitedStatesDollar , + om:euro , + om:megaeuro , + om:poundSterling . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CousinsMagnitude +om:CousinsMagnitude rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Coverage +om:Coverage rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:partsPerMillion , + om:percent , + om:squareMetrePerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CowlingNumber +om:CowlingNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CriticalDensity +om:CriticalDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerCubicCentimetre , + om:gramPerCubicmetre , + om:kilogramPerCubicDecimetre , + om:kilogramPerCubicmetre , + om:microgramPerCubicCentimetre , + om:milligramPerCubicmetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CurrentDensity +om:CurrentDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:amperePerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CurvatureConstant +om:CurvatureConstant rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Cut-OffWavelength +om:Cut-OffWavelength rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DarkNoise +om:DarkNoise rdf:type owl:NamedIndividual ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Date +om:Date rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosecond-Time , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decasecond-Time , + om:decisecond-Time , + om:exasecond-Time , + om:femtosecond-Time , + om:gigasecond-Time , + om:gigayear , + om:hectosecond-Time , + om:hour , + om:hour-Sidereal , + om:kilosecond-Time , + om:megasecond-Time , + om:microsecond-Time , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanosecond-Time , + om:petasecond-Time , + om:picosecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DecelerationParameter +om:DecelerationParameter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Declination +om:Declination rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Density +om:Density rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attogramPerLitre , + om:centigramPerLitre , + om:decagramPerLitre , + om:decigramPerLitre , + om:exagramPerLitre , + om:femtogramPerLitre , + om:gigagramPerLitre , + om:gramPerAttolitre , + om:gramPerCentilitre , + om:gramPerCubicCentimetre , + om:gramPerCubicmetre , + om:gramPerDecalitre , + om:gramPerDecilitre , + om:gramPerExalitre , + om:gramPerFemtolitre , + om:gramPerGigalitre , + om:gramPerHectolitre , + om:gramPerKilolitre , + om:gramPerLitre , + om:gramPerMegalitre , + om:gramPerMicrolitre , + om:gramPerMillilitre , + om:gramPerNanolitre , + om:gramPerPetalitre , + om:gramPerPicolitre , + om:gramPerTeralitre , + om:hectogramPerLitre , + om:kilogramPerCubicDecimetre , + om:kilogramPerCubicmetre , + om:kilogramPerLitre , + om:megagramPerLitre , + om:microgramPerCubicCentimetre , + om:microgramPerLitre , + om:milligramPerCubicmetre , + om:milligramPerLitre , + om:nanogramPerLitre , + om:petagramPerLitre , + om:picogramPerLitre , + om:teragramPerLitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameter +om:DensityParameter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForBaryonicMatter +om:DensityParameterForBaryonicMatter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForMatter +om:DensityParameterForMatter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForRadiation +om:DensityParameterForRadiation rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForVacuum +om:DensityParameterForVacuum rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Depth +om:Depth rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DetectiveQuantumEfficiency +om:DetectiveQuantumEfficiency rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Detectivity +om:Detectivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalWatt ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Diameter +om:Diameter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Diameter-Angle +om:Diameter-Angle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:minute-Angle , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DirectionalDoseEquivalent +om:DirectionalDoseEquivalent rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosievert , + om:centisievert , + om:decasievert , + om:decisievert , + om:exasievert , + om:femtosievert , + om:gigasievert , + om:hectosievert , + om:kilosievert , + om:megasievert , + om:microsievert , + om:millisievert , + om:nanosievert , + om:petasievert , + om:picosievert , + om:rem , + om:sievert , + om:terasievert . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DisodiumEthyleneDiamineTetreAcetateMassFraction +om:DisodiumEthyleneDiamineTetreAcetateMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Displacement +om:Displacement rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Distance +om:Distance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DistanceModulus +om:DistanceModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DiurnalAberration +om:DiurnalAberration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalent +om:DoseEquivalent rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosievert , + om:centisievert , + om:decasievert , + om:decisievert , + om:exasievert , + om:femtosievert , + om:gigasievert , + om:hectosievert , + om:kilosievert , + om:megasievert , + om:microsievert , + om:millisievert , + om:nanosievert , + om:petasievert , + om:picosievert , + om:rem , + om:sievert , + om:terasievert . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DrainageSpeed +om:DrainageSpeed rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attometrePerSecond-Time , + om:centimetrePerDay , + om:centimetrePerSecond-Time , + om:decametrePerSecond-Time , + om:decimetrePerSecond-Time , + om:exametrePerSecond-Time , + om:femtometrePerSecond-Time , + om:gigametrePerSecond-Time , + om:hectometrePerSecond-Time , + om:kilometrePerHour , + om:kilometrePerSecond-Time , + om:knot-International , + om:megametrePerSecond-Time , + om:metrePerAttosecond-Time , + om:metrePerCentisecond-Time , + om:metrePerDay , + om:metrePerDecasecond-Time , + om:metrePerDecisecond-Time , + om:metrePerExasecond-Time , + om:metrePerFemtosecond-Time , + om:metrePerGigasecond-Time , + om:metrePerHectosecond-Time , + om:metrePerKilosecond-Time , + om:metrePerMegasecond-Time , + om:metrePerMicrosecond-Time , + om:metrePerMillisecond-Time , + om:metrePerNanosecond-Time , + om:metrePerPetasecond-Time , + om:metrePerPicosecond-Time , + om:metrePerSecond-Time , + om:metrePerTerasecond-Time , + om:micrometrePerSecond-Time , + om:mile-StatutePerHour , + om:millimetrePerDay , + om:millimetrePerHour , + om:millimetrePerSecond-Time , + om:nanometrePerSecond-Time , + om:nauticalMile-InternationalPerHour , + om:petametrePerSecond-Time , + om:picometrePerSecond-Time , + om:terametrePerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DryBodyMass +om:DryBodyMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DryMass +om:DryMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DryMatterMassFraction +om:DryMatterMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Duration +om:Duration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosecond-Time , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decasecond-Time , + om:decisecond-Time , + om:exasecond-Time , + om:femtosecond-Time , + om:gigasecond-Time , + om:gigayear , + om:hectosecond-Time , + om:hour , + om:hour-Sidereal , + om:kilosecond-Time , + om:megasecond-Time , + om:microsecond-Time , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanosecond-Time , + om:petasecond-Time , + om:picosecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicModulus +om:DynamicModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicRange +om:DynamicRange rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicViscosity +om:DynamicViscosity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:centipoise , + om:pascalSecond-Time , + om:poise . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Eccentricity +om:Eccentricity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EclipticLatitude +om:EclipticLatitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:chapter13_Astronomical_Algorithms . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EclipticLongitude +om:EclipticLongitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:chapter13_Astronomical_Algorithms . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EggMassFraction +om:EggMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElasticityTensor +om:ElasticityTensor rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCharge +om:ElectricCharge rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abcoulomb , + om:amperehour , + om:attocoulomb , + om:centicoulomb , + om:coulomb , + om:decacoulomb , + om:decicoulomb , + om:exacoulomb , + om:faraday , + om:femtocoulomb , + om:franklin , + om:gigacoulomb , + om:hectocoulomb , + om:kilocoulomb , + om:megacoulomb , + om:microcoulomb , + om:milliamperehour , + om:millicoulomb , + om:nanocoulomb , + om:petacoulomb , + om:picocoulomb , + om:second-TimeAmpere , + om:statcoulomb , + om:teracoulomb . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeDensity +om:ElectricChargeDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:coulombPerCubicmetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent +om:ElectricCurrent rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abampere , + om:ampere , + om:attoampere , + om:biot , + om:centiampere , + om:decaampere , + om:deciampere , + om:exaampere , + om:femtoampere , + om:gigaampere , + om:hectoampere , + om:kiloampere , + om:megaampere , + om:microampere , + om:milliampere , + om:nanoampere , + om:petaampere , + om:picoampere , + om:statampere , + om:teraampere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricDipoleMoment +om:ElectricDipoleMoment rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:coulombMetre , + om:debye . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricField +om:ElectricField rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:newtonPerCoulomb , + om:voltPerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFluxDensity +om:ElectricFluxDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:coulombPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential +om:ElectricPotential rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abvolt , + om:attovolt , + om:centivolt , + om:decavolt , + om:decivolt , + om:exavolt , + om:femtovolt , + om:gigavolt , + om:hectovolt , + om:kilovolt , + om:megavolt , + om:microvolt , + om:millivolt , + om:nanovolt , + om:petavolt , + om:picovolt , + om:statvolt , + om:teravolt , + om:volt , + om:wattPerAmpere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductance +om:ElectricalConductance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abmho , + om:amperePerVolt , + om:attosiemens , + om:centisiemens , + om:decasiemens , + om:decisiemens , + om:exasiemens , + om:femtosiemens , + om:gigasiemens , + om:hectosiemens , + om:kilosiemens , + om:megasiemens , + om:mho , + om:microsiemens , + om:millisiemens , + om:nanosiemens , + om:petasiemens , + om:picosiemens , + om:siemens , + om:statmho , + om:terasiemens . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductivity +om:ElectricalConductivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:siemensPerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistance +om:ElectricalResistance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abohm , + om:attoohm , + om:centiohm , + om:decaohm , + om:deciohm , + om:exaohm , + om:femtoohm , + om:gigaohm , + om:hectoohm , + om:kilohm , + om:megohm , + om:microohm , + om:milliohm , + om:nanoohm , + om:ohm , + om:petaohm , + om:picoohm , + om:statohm , + om:teraohm , + om:voltPerAmpere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistivity +om:ElectricalResistivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:ohmMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectromotiveForce +om:ElectromotiveForce rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abvolt , + om:attovolt , + om:centivolt , + om:decavolt , + om:decivolt , + om:exavolt , + om:femtovolt , + om:gigavolt , + om:hectovolt , + om:kilovolt , + om:megavolt , + om:microvolt , + om:millivolt , + om:nanovolt , + om:petavolt , + om:picovolt , + om:statvolt , + om:teravolt , + om:volt , + om:wattPerAmpere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectronTemperature +om:ElectronTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Ellipticity +om:Ellipticity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Energy +om:Energy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyDensity +om:EnergyDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerCubicmetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Enthalpy +om:Enthalpy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Entropy +om:Entropy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Epoch +om:Epoch rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:second-Time , + om:year . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EpochAtMaximumBrightness +om:EpochAtMaximumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:second-Time , + om:year . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EulerNumber +om:EulerNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Exposure +om:Exposure rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:luxSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureToXAndGammaRays +om:ExposureToXAndGammaRays rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:coulombPerKilogram , + om:röntgen . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExternalBrowning +om:ExternalBrowning rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Extinction +om:Extinction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWaveband +om:ExtinctionAtWaveband rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWavelength +om:ExtinctionAtWavelength rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInB +om:ExtinctionInB rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInU +om:ExtinctionInU rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInV +om:ExtinctionInV rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitScale +om:FahrenheitScale rdf:type owl:NamedIndividual , + om:IntervalScale ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasScale om:KelvinScale ; + om:hasUnit om:degreeFahrenheit ; + om:hasFactor "1.8"^^xsd:float ; + om:hasOff-Set "-459.67"^^xsd:float ; + rdfs:label "Fahrenheit scale"@en , + "Fahrenheitschaal"@nl , + "华氏温标"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperature +om:FahrenheitTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degreeFahrenheit . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FatMassFraction +om:FatMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Firmness-Penetrometer-Method1 +om:Firmness-Penetrometer-Method1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Firmness-Penetrometer-Method2 +om:Firmness-Penetrometer-Method2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FirstCowlingNumber +om:FirstCowlingNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FlowpackMass +om:FlowpackMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Fluidity +om:Fluidity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalPascalSecond-Time , + om:rhe . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FontSize +om:FontSize rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:megametre , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Force +om:Force rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attonewton , + om:centinewton , + om:decanewton , + om:decinewton , + om:dyne , + om:exanewton , + om:femtonewton , + om:giganewton , + om:hectonewton , + om:kilonewton , + om:kip , + om:meganewton , + om:metreKilogramPerSecond-TimeSquared , + om:micronewton , + om:millinewton , + om:nanonewton , + om:newton , + om:petanewton , + om:piconewton , + om:pound-Force , + om:poundal , + om:teranewton , + om:ton-Force-Short . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumber +om:FourierNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberForMassTransfer +om:FourierNumberForMassTransfer rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FrenchGauge +om:FrenchGauge rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:alternativeSymbol "CH" , + "Ch" , + "F" , + "FR" , + "Fg" ; + om:symbol "Fr" ; + rdfs:label "French gauge"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Frequency +om:Frequency rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attohertz , + om:centihertz , + om:decahertz , + om:decihertz , + om:exahertz , + om:femtohertz , + om:gigahertz , + om:hectohertz , + om:hertz , + om:kilohertz , + om:megahertz , + om:microhertz , + om:millihertz , + om:nanohertz , + om:petahertz , + om:picohertz , + om:reciprocalDay , + om:reciprocalHour , + om:reciprocalMinute-Time , + om:reciprocalSecond-Time , + om:reciprocalYear , + om:terahertz . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Friction +om:Friction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attonewton , + om:centinewton , + om:decanewton , + om:decinewton , + om:dyne , + om:exanewton , + om:femtonewton , + om:giganewton , + om:hectonewton , + om:kilonewton , + om:kip , + om:meganewton , + om:metreKilogramPerSecond-TimeSquared , + om:micronewton , + om:millinewton , + om:nanonewton , + om:newton , + om:petanewton , + om:piconewton , + om:pound-Force , + om:poundal , + om:teranewton , + om:ton-Force-Short . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FroudeNumber +om:FroudeNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticCylindricalPolarAngleCoordinate +om:GalacticCylindricalPolarAngleCoordinate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:radian . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticLatitude +om:GalacticLatitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:chapter13_Astronomical_Algorithms . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticLongitude +om:GalacticLongitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:chapter13_Astronomical_Algorithms . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GasConstant +om:GasConstant rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvinMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GaussianSystemOfUnits +om:GaussianSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:centimetre , + om:gram , + om:second-Time ; + om:hasDerivedQuantity om:Capacitance , + om:ElectricCharge , + om:ElectricCurrent , + om:ElectricPotential , + om:ElectricalConductance , + om:ElectricalResistance , + om:Inductance , + om:MagneticField , + om:MagneticFlux , + om:MagneticFluxDensity , + om:MagnetomotiveForce ; + om:hasDerivedUnit om:abampere , + om:abcoulomb , + om:abfarad , + om:abhenry , + om:abmho , + om:abohm , + om:abvolt , + om:gauss , + om:gilbert , + om:maxwell , + om:oersted , + om:statampere , + om:statcoulomb , + om:statfarad , + om:stathenry , + om:statmho , + om:statohm , + om:stattesla , + om:statvolt , + om:statweber ; + om:alternativeLabel "Gaussian CGS system of units"@en , + "mixed CGS system of units"@en , + "symmetrised CGS system of units"@en ; + rdfs:label "Gaussian system of units"@en , + "Gaussische eenhedenstelsel"@nl , + "高斯系统单位"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GelatinMassFraction +om:GelatinMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GeometricalAlbedo +om:GeometricalAlbedo rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumber +om:GrashofNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberForMassTransfer +om:GrashofNumberForMassTransfer rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GravitationalAcceleration +om:GravitationalAcceleration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attometrePerSecond-TimeSquared , + om:centimetrePerSecond-TimeSquared , + om:decametrePerSecond-TimeSquared , + om:decimetrePerSecond-TimeSquared , + om:exametrePerSecond-TimeSquared , + om:femtometrePerSecond-TimeSquared , + om:gal , + om:gigametrePerSecond-TimeSquared , + om:hectometrePerSecond-TimeSquared , + om:kilometrePerSecond-TimeSquared , + om:megametrePerSecond-TimeSquared , + om:metrePerAttosecond-TimeSquared , + om:metrePerCentisecond-TimeSquared , + om:metrePerDecasecond-TimeSquared , + om:metrePerDecisecond-TimeSquared , + om:metrePerExasecond-TimeSquared , + om:metrePerFemtosecond-TimeSquared , + om:metrePerGigasecond-TimeSquared , + om:metrePerHectosecond-TimeSquared , + om:metrePerKilosecond-TimeSquared , + om:metrePerMegasecond-TimeSquared , + om:metrePerMicrosecond-TimeSquared , + om:metrePerMillisecond-TimeSquared , + om:metrePerNanosecond-TimeSquared , + om:metrePerPetasecond-TimeSquared , + om:metrePerPicosecond-TimeSquared , + om:metrePerSecond-TimeSquared , + om:metrePerTerasecond-TimeSquared , + om:micrometrePerSecond-TimeSquared , + om:millimetrePerSecond-TimeSquared , + om:nanometrePerSecond-TimeSquared , + om:petametrePerSecond-TimeSquared , + om:picometrePerSecond-TimeSquared , + om:terametrePerSecond-TimeSquared . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GuarGumMassFraction +om:GuarGumMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Half-Life +om:Half-Life rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosecond-Time , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decasecond-Time , + om:decisecond-Time , + om:exasecond-Time , + om:femtosecond-Time , + om:gigasecond-Time , + om:gigayear , + om:hectosecond-Time , + om:hour , + om:hour-Sidereal , + om:kilosecond-Time , + om:megasecond-Time , + om:microsecond-Time , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanosecond-Time , + om:petasecond-Time , + om:picosecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HartmannNumber +om:HartmannNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Heat +om:Heat rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatCapacity +om:HeatCapacity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatFlowRate +om:HeatFlowRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attowatt , + om:centiwatt , + om:decawatt , + om:deciwatt , + om:exawatt , + om:femtowatt , + om:gigawatt , + om:hectowatt , + om:horsepower-Boiler , + om:horsepower-British , + om:horsepower-Electric , + om:horsepower-Metric , + om:horsepower-Water , + om:joulePerSecond-Time , + om:kilowatt , + om:megawatt , + om:microwatt , + om:milliwatt , + om:nanowatt , + om:petawatt , + om:picowatt , + om:solarLuminosity , + om:terawatt , + om:tonOfRefrigeration , + om:watt . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatFluxDensity +om:HeatFluxDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatTransferCoefficient +om:HeatTransferCoefficient rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerSquareMetreKelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Height +om:Height rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HongKongDollar +om:HongKongDollar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Hong Kong dollar"@en , + "港元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HourAngle +om:HourAngle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:hour-HourAngle , + om:minute-HourAngle , + om:second-HourAngle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstant +om:HubbleConstant rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilometrePerSecond-TimePerMegaparsec , + om:metrePerSecond-TimePerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstantAtPresentEpoch +om:HubbleConstantAtPresentEpoch rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilometrePerSecond-TimePerMegaparsec , + om:metrePerSecond-TimePerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Hydrophilicity +om:Hydrophilicity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Hydrophobicity +om:Hydrophobicity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IMagnitude +om:IMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Illuminance +om:Illuminance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attolux , + om:centilux , + om:decalux , + om:decilux , + om:exalux , + om:femtolux , + om:footcandle , + om:gigalux , + om:hectolux , + om:kilolux , + om:lumenPerSquareMetre , + om:lux , + om:megalux , + om:microlux , + om:millilux , + om:nanolux , + om:petalux , + om:phot , + om:picolux , + om:teralux . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Impulse +om:Impulse rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IndianRupee +om:IndianRupee rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Indian rupee"@en , + "印度卢比"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Inductance +om:Inductance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abhenry , + om:attohenry , + om:centihenry , + om:decahenry , + om:decihenry , + om:exahenry , + om:femtohenry , + om:gigahenry , + om:hectohenry , + om:henry , + om:kilohenry , + om:megahenry , + om:microhenry , + om:millihenry , + om:nanohenry , + om:petahenry , + om:picohenry , + om:stathenry , + om:terahenry , + om:weberPerAmpere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InformationCapacity +om:InformationCapacity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:bit , + om:byte , + om:exabit , + om:exabyte , + om:exbibit , + om:exbibyte , + om:gibibit , + om:gibibyte , + om:gigabit , + om:gigabyte , + om:hartley , + om:kibibit , + om:kibibyte , + om:kilobit , + om:kilobyte , + om:mebibit , + om:mebibyte , + om:megabit , + om:megabyte , + om:pebibit , + om:pebibyte , + om:petabit , + om:petabyte , + om:shannon , + om:tebibit , + om:tebibyte , + om:terabit , + om:terabyte , + om:yobibit , + om:yobibyte , + om:yottabit , + om:yottabyte , + om:zebibit , + om:zebibyte , + om:zettabit , + om:zettabyte . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InitialMassFunction +om:InitialMassFunction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalCubicParsec . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IntegratedMagnitude +om:IntegratedMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InternalEnergy +om:InternalEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InternationalSystemOfUnits +om:InternationalSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:AmountOfSubstance , + om:ElectricCurrent , + om:Length , + om:LuminousIntensity , + om:Mass , + om:ThermodynamicTemperature , + om:Time ; + om:hasBaseUnit om:ampere , + om:candela , + om:kelvin , + om:kilogram , + om:metre , + om:mole , + om:second-Time ; + om:hasDerivedQuantity om:AbsorbedDose , + om:AbsorbedDoseRate , + om:Acceleration , + om:Action , + om:Activity , + om:Angle , + om:AngularAcceleration , + om:AngularMomentum , + om:AngularSpeed , + om:Area , + om:Capacitance , + om:CatalyticActivity , + om:CurrentDensity , + om:Density , + om:DoseEquivalent , + om:DynamicViscosity , + om:ElectricCharge , + om:ElectricPotential , + om:ElectricalConductance , + om:ElectricalConductivity , + om:ElectricalResistance , + om:ElectricalResistivity , + om:Energy , + om:Exposure , + om:Force , + om:Frequency , + om:HeatCapacity , + om:Illuminance , + om:Inductance , + om:Irradiance , + om:Luminance , + om:LuminousEfficacy , + om:LuminousEnergy , + om:LuminousFlux , + om:MagneticFlux , + om:MagneticFluxDensity , + om:MagnetomotiveForce , + om:MolarHeatCapacity , + om:MolarMass , + om:Momentum , + om:PermeabilityOfFreeSpace , + om:Permittivity , + om:Power , + om:Pressure , + om:SolidAngle , + om:SpecificHeatCapacity , + om:SpecificVolume , + om:Speed , + om:SurfaceTension , + om:Torque , + om:Volume , + om:Wavenumber ; + om:hasDerivedUnit om:amperePerMetre , + om:amperePerSquareMetre , + om:attoampere , + om:attobecquerel , + om:attocandela , + om:attocoulomb , + om:attodegreeCelsius , + om:attofarad , + om:attogram , + om:attogray , + om:attohenry , + om:attohertz , + om:attojoule , + om:attokatal , + om:attokelvin , + om:attolumen , + om:attolux , + om:attometre , + om:attometrePerSecond-Time , + om:attometrePerSecond-TimeSquared , + om:attomole , + om:attonewton , + om:attoohm , + om:attopascal , + om:attoradian , + om:attosecond-Time , + om:attosiemens , + om:attosievert , + om:attosteradian , + om:attotesla , + om:attovolt , + om:attowatt , + om:attoweber , + om:becquerel , + om:candelaPerSquareMetre , + om:centiampere , + om:centibecquerel , + om:centicandela , + om:centicoulomb , + om:centidegreeCelsius , + om:centifarad , + om:centigram , + om:centigray , + om:centihenry , + om:centihertz , + om:centijoule , + om:centikatal , + om:centikelvin , + om:centilumen , + om:centilux , + om:centimetre , + om:centimetrePerSecond-Time , + om:centimetrePerSecond-TimeSquared , + om:centimole , + om:centinewton , + om:centiohm , + om:centipascal , + om:centiradian , + om:centisecond-Time , + om:centisiemens , + om:centisievert , + om:centisteradian , + om:centitesla , + om:centivolt , + om:centiwatt , + om:centiweber , + om:coulomb , + om:coulombPerCubicmetre , + om:coulombPerKilogram , + om:coulombPerSquareMetre , + om:cubicAttometre , + om:cubicCentimetre , + om:cubicDecametre , + om:cubicDecimetre , + om:cubicExametre , + om:cubicFemtometre , + om:cubicGigametre , + om:cubicHectometre , + om:cubicKilometre , + om:cubicMegametre , + om:cubicMetre , + om:cubicMetrePerKilogram , + om:cubicMicrometre , + om:cubicMillimetre , + om:cubicNanometre , + om:cubicPetametre , + om:cubicPicometre , + om:cubicTerametre , + om:cubicYoctometre , + om:cubicYottametre , + om:cubicZeptometre , + om:cubicZettametre , + om:decaampere , + om:decabecquerel , + om:decacandela , + om:decacoulomb , + om:decafarad , + om:decagram , + om:decagray , + om:decahenry , + om:decahertz , + om:decajoule , + om:decakatal , + om:decakelvin , + om:decalumen , + om:decalux , + om:decametre , + om:decametrePerSecond-Time , + om:decametrePerSecond-TimeSquared , + om:decamole , + om:decanewton , + om:decaohm , + om:decapascal , + om:decasecond-Time , + om:decasiemens , + om:decasievert , + om:decatesla , + om:decavolt , + om:decawatt , + om:decaweber , + om:deciampere , + om:decibecquerel , + om:decicandela , + om:decicoulomb , + om:decidegreeCelsius , + om:decifarad , + om:decigram , + om:decigray , + om:decihenry , + om:decihertz , + om:decijoule , + om:decikatal , + om:decikelvin , + om:decilumen , + om:decilux , + om:decimetre , + om:decimetrePerSecond-Time , + om:decimetrePerSecond-TimeSquared , + om:decimole , + om:decinewton , + om:deciohm , + om:decipascal , + om:deciradian , + om:decisecond-Time , + om:decisiemens , + om:decisievert , + om:decisteradian , + om:decitesla , + om:decivolt , + om:deciwatt , + om:deciweber , + om:degreeCelsius , + om:exaampere , + om:exabecquerel , + om:exacandela , + om:exacoulomb , + om:exafarad , + om:exagram , + om:exagray , + om:exahenry , + om:exahertz , + om:exajoule , + om:exakatal , + om:exakelvin , + om:exalumen , + om:exalux , + om:exametre , + om:exametrePerSecond-Time , + om:exametrePerSecond-TimeSquared , + om:examole , + om:exanewton , + om:exaohm , + om:exapascal , + om:exasecond-Time , + om:exasiemens , + om:exasievert , + om:exatesla , + om:exavolt , + om:exawatt , + om:exaweber , + om:farad , + om:faradPerMetre , + om:femtoampere , + om:femtobecquerel , + om:femtocandela , + om:femtocoulomb , + om:femtodegreeCelsius , + om:femtofarad , + om:femtogram , + om:femtogray , + om:femtohenry , + om:femtohertz , + om:femtojoule , + om:femtokatal , + om:femtokelvin , + om:femtolumen , + om:femtolux , + om:femtometre , + om:femtometrePerSecond-Time , + om:femtometrePerSecond-TimeSquared , + om:femtomole , + om:femtonewton , + om:femtoohm , + om:femtopascal , + om:femtoradian , + om:femtosecond-Time , + om:femtosiemens , + om:femtosievert , + om:femtosteradian , + om:femtotesla , + om:femtovolt , + om:femtowatt , + om:femtoweber , + om:gigaampere , + om:gigabecquerel , + om:gigacandela , + om:gigacoulomb , + om:gigafarad , + om:gigagram , + om:gigagray , + om:gigahenry , + om:gigahertz , + om:gigajoule , + om:gigakatal , + om:gigakelvin , + om:gigalumen , + om:gigalux , + om:gigametre , + om:gigametrePerSecond-Time , + om:gigametrePerSecond-TimeSquared , + om:gigamole , + om:giganewton , + om:gigaohm , + om:gigapascal , + om:gigasecond-Time , + om:gigasiemens , + om:gigasievert , + om:gigatesla , + om:gigavolt , + om:gigawatt , + om:gigaweber , + om:gram , + om:gramPerCubicCentimetre , + om:gramPerCubicmetre , + om:gray , + om:grayPerSecond-Time , + om:hectoampere , + om:hectobecquerel , + om:hectocandela , + om:hectocoulomb , + om:hectofarad , + om:hectogram , + om:hectogray , + om:hectohenry , + om:hectohertz , + om:hectojoule , + om:hectokatal , + om:hectokelvin , + om:hectolumen , + om:hectolux , + om:hectometre , + om:hectometrePerSecond-Time , + om:hectometrePerSecond-TimeSquared , + om:hectomole , + om:hectonewton , + om:hectoohm , + om:hectopascal , + om:hectosecond-Time , + om:hectosiemens , + om:hectosievert , + om:hectotesla , + om:hectovolt , + om:hectowatt , + om:hectoweber , + om:henry , + om:henryPerMetre , + om:hertz , + om:joule , + om:joulePerCubicmetre , + om:joulePerKelvin , + om:joulePerKelvinKilogram , + om:joulePerKelvinMole , + om:joulePerKilogram , + om:joulePerMole , + om:katal , + om:kiloampere , + om:kilobecquerel , + om:kilocandela , + om:kilocoulomb , + om:kilofarad , + om:kilogramPerCubicDecimetre , + om:kilogramPerCubicmetre , + om:kilogray , + om:kilohenry , + om:kilohertz , + om:kilohm , + om:kilojoule , + om:kilojoulePerHectogram , + om:kilokatal , + om:kilokelvin , + om:kilolumen , + om:kilolux , + om:kilometre , + om:kilometrePerSecond-Time , + om:kilometrePerSecond-TimeSquared , + om:kilomole , + om:kilonewton , + om:kilopascal , + om:kilosecond-Time , + om:kilosiemens , + om:kilosievert , + om:kilotesla , + om:kilovolt , + om:kilowatt , + om:kiloweber , + om:litrePerKilogram , + om:lumen , + om:lux , + om:megaampere , + om:megabecquerel , + om:megacandela , + om:megacoulomb , + om:megafarad , + om:megagram , + om:megagray , + om:megahenry , + om:megahertz , + om:megajoule , + om:megakatal , + om:megakelvin , + om:megalumen , + om:megalux , + om:megametre , + om:megametrePerSecond-Time , + om:megametrePerSecond-TimeSquared , + om:megamole , + om:meganewton , + om:megapascal , + om:megasecond-Time , + om:megasiemens , + om:megasievert , + om:megatesla , + om:megavolt , + om:megawatt , + om:megaweber , + om:megohm , + om:metrePerAttosecond-Time , + om:metrePerAttosecond-TimeSquared , + om:metrePerCentisecond-Time , + om:metrePerCentisecond-TimeSquared , + om:metrePerDecasecond-Time , + om:metrePerDecasecond-TimeSquared , + om:metrePerDecisecond-Time , + om:metrePerDecisecond-TimeSquared , + om:metrePerExasecond-Time , + om:metrePerExasecond-TimeSquared , + om:metrePerFemtosecond-Time , + om:metrePerFemtosecond-TimeSquared , + om:metrePerGigasecond-Time , + om:metrePerGigasecond-TimeSquared , + om:metrePerHectosecond-Time , + om:metrePerHectosecond-TimeSquared , + om:metrePerKilosecond-Time , + om:metrePerKilosecond-TimeSquared , + om:metrePerMegasecond-Time , + om:metrePerMegasecond-TimeSquared , + om:metrePerMicrosecond-Time , + om:metrePerMicrosecond-TimeSquared , + om:metrePerMillisecond-Time , + om:metrePerMillisecond-TimeSquared , + om:metrePerNanosecond-Time , + om:metrePerNanosecond-TimeSquared , + om:metrePerPetasecond-Time , + om:metrePerPetasecond-TimeSquared , + om:metrePerPicosecond-Time , + om:metrePerPicosecond-TimeSquared , + om:metrePerSecond-Time , + om:metrePerSecond-TimeSquared , + om:metrePerTerasecond-Time , + om:metrePerTerasecond-TimeSquared , + om:metrePerYoctosecond-Time , + om:metrePerYoctosecond-TimeSquared , + om:metrePerYottasecond-Time , + om:metrePerYottasecond-TimeSquared , + om:metrePerZeptosecond-Time , + om:metrePerZeptosecond-TimeSquared , + om:metrePerZettasecond-Time , + om:metrePerZettasecond-TimeSquared , + om:microampere , + om:microbecquerel , + om:microcandela , + om:microcoulomb , + om:microdegreeCelsius , + om:microfarad , + om:microgram , + om:microgramPerCubicCentimetre , + om:microgray , + om:microhenry , + om:microhertz , + om:microjoule , + om:microkatal , + om:microkelvin , + om:microlumen , + om:microlux , + om:micrometre , + om:micrometrePerSecond-Time , + om:micrometrePerSecond-TimeSquared , + om:micromole , + om:micronewton , + om:microohm , + om:micropascal , + om:microradian , + om:microsecond-Time , + om:microsiemens , + om:microsievert , + om:microsteradian , + om:microtesla , + om:microvolt , + om:microwatt , + om:microweber , + om:milliampere , + om:millibecquerel , + om:millicandela , + om:millicoulomb , + om:millidegreeCelsius , + om:millifarad , + om:milligram , + om:milligramPerCubicmetre , + om:milligray , + om:milligrayPerSecond-Time , + om:millihenry , + om:millihertz , + om:millijoule , + om:millikatal , + om:millikelvin , + om:millilumen , + om:millilux , + om:millimetre , + om:millimetrePerSecond-Time , + om:millimetrePerSecond-TimeSquared , + om:millimole , + om:millinewton , + om:milliohm , + om:millipascal , + om:milliradian , + om:millisecond-Time , + om:millisiemens , + om:millisievert , + om:millisteradian , + om:millitesla , + om:millivolt , + om:milliwatt , + om:milliweber , + om:molePerCubicmetre , + om:nanoampere , + om:nanobecquerel , + om:nanocandela , + om:nanocoulomb , + om:nanodegreeCelsius , + om:nanofarad , + om:nanogram , + om:nanogray , + om:nanohenry , + om:nanohertz , + om:nanojoule , + om:nanokatal , + om:nanokelvin , + om:nanolumen , + om:nanolux , + om:nanometre , + om:nanometrePerSecond-Time , + om:nanometrePerSecond-TimeSquared , + om:nanomole , + om:nanonewton , + om:nanoohm , + om:nanopascal , + om:nanoradian , + om:nanosecond-Time , + om:nanosiemens , + om:nanosievert , + om:nanosteradian , + om:nanotesla , + om:nanovolt , + om:nanowatt , + om:nanoweber , + om:newton , + om:newtonMetre , + om:ohm , + om:pascal , + om:pascalSecond-Time , + om:petaampere , + om:petabecquerel , + om:petacandela , + om:petacoulomb , + om:petafarad , + om:petagram , + om:petagray , + om:petahenry , + om:petahertz , + om:petajoule , + om:petakatal , + om:petakelvin , + om:petalumen , + om:petalux , + om:petametre , + om:petametrePerSecond-Time , + om:petametrePerSecond-TimeSquared , + om:petamole , + om:petanewton , + om:petaohm , + om:petapascal , + om:petasecond-Time , + om:petasiemens , + om:petasievert , + om:petatesla , + om:petavolt , + om:petawatt , + om:petaweber , + om:picoampere , + om:picobecquerel , + om:picocandela , + om:picocoulomb , + om:picodegreeCelsius , + om:picofarad , + om:picogram , + om:picogray , + om:picohenry , + om:picohertz , + om:picojoule , + om:picokatal , + om:picokelvin , + om:picolumen , + om:picolux , + om:picometre , + om:picometrePerSecond-Time , + om:picometrePerSecond-TimeSquared , + om:picomole , + om:piconewton , + om:picoohm , + om:picopascal , + om:picoradian , + om:picosecond-Time , + om:picosiemens , + om:picosievert , + om:picosteradian , + om:picotesla , + om:picovolt , + om:picowatt , + om:picoweber , + om:radian , + om:radianPerSecond-Time , + om:radianPerSecond-TimeSquared , + om:reciprocalMetre , + om:siemens , + om:sievert , + om:squareAttometre , + om:squareCentimetre , + om:squareDecametre , + om:squareDecimetre , + om:squareExametre , + om:squareFemtometre , + om:squareGigametre , + om:squareHectometre , + om:squareKilometre , + om:squareMegametre , + om:squareMetre , + om:squareMicrometre , + om:squareMillimetre , + om:squareNanometre , + om:squarePetametre , + om:squarePicometre , + om:squareTerametre , + om:squareYoctometre , + om:squareYottametre , + om:squareZeptometre , + om:squareZettametre , + om:steradian , + om:teraampere , + om:terabecquerel , + om:teracandela , + om:teracoulomb , + om:terafarad , + om:teragram , + om:teragray , + om:terahenry , + om:terahertz , + om:terajoule , + om:terakatal , + om:terakelvin , + om:teralumen , + om:teralux , + om:terametre , + om:terametrePerSecond-Time , + om:terametrePerSecond-TimeSquared , + om:teramole , + om:teranewton , + om:teraohm , + om:terapascal , + om:terasecond-Time , + om:terasiemens , + om:terasievert , + om:teratesla , + om:teravolt , + om:terawatt , + om:teraweber , + om:tesla , + om:volt , + om:voltPerMetre , + om:watt , + om:wattPerMetreKelvin , + om:wattPerSquareMetre , + om:wattPerSquareMetreSteradian , + om:wattPerSteradian , + om:weber , + om:yoctoampere , + om:yoctobecquerel , + om:yoctocandela , + om:yoctocoulomb , + om:yoctodegreeCelsius , + om:yoctofarad , + om:yoctogram , + om:yoctogray , + om:yoctohenry , + om:yoctohertz , + om:yoctojoule , + om:yoctokatal , + om:yoctokelvin , + om:yoctolumen , + om:yoctolux , + om:yoctometre , + om:yoctometrePerSecond-Time , + om:yoctometrePerSecond-TimeSquared , + om:yoctomole , + om:yoctonewton , + om:yoctoohm , + om:yoctopascal , + om:yoctoradian , + om:yoctosecond-Time , + om:yoctosiemens , + om:yoctosievert , + om:yoctosteradian , + om:yoctotesla , + om:yoctovolt , + om:yoctowatt , + om:yoctoweber , + om:yottaampere , + om:yottabecquerel , + om:yottacandela , + om:yottacoulomb , + om:yottafarad , + om:yottagram , + om:yottagray , + om:yottahenry , + om:yottahertz , + om:yottajoule , + om:yottakatal , + om:yottakelvin , + om:yottalumen , + om:yottalux , + om:yottametre , + om:yottametrePerSecond-Time , + om:yottametrePerSecond-TimeSquared , + om:yottamole , + om:yottanewton , + om:yottaohm , + om:yottapascal , + om:yottasecond-Time , + om:yottasiemens , + om:yottasievert , + om:yottatesla , + om:yottavolt , + om:yottawatt , + om:yottaweber , + om:zeptoampere , + om:zeptobecquerel , + om:zeptocandela , + om:zeptocoulomb , + om:zeptodegreeCelsius , + om:zeptofarad , + om:zeptogram , + om:zeptogray , + om:zeptohenry , + om:zeptohertz , + om:zeptojoule , + om:zeptokatal , + om:zeptokelvin , + om:zeptolumen , + om:zeptolux , + om:zeptometre , + om:zeptometrePerSecond-Time , + om:zeptometrePerSecond-TimeSquared , + om:zeptomole , + om:zeptonewton , + om:zeptoohm , + om:zeptopascal , + om:zeptoradian , + om:zeptosecond-Time , + om:zeptosiemens , + om:zeptosievert , + om:zeptosteradian , + om:zeptotesla , + om:zeptovolt , + om:zeptowatt , + om:zeptoweber , + om:zettaampere , + om:zettabecquerel , + om:zettacandela , + om:zettacoulomb , + om:zettafarad , + om:zettagram , + om:zettagray , + om:zettahenry , + om:zettahertz , + om:zettajoule , + om:zettakatal , + om:zettakelvin , + om:zettalumen , + om:zettalux , + om:zettametre , + om:zettametrePerSecond-Time , + om:zettametrePerSecond-TimeSquared , + om:zettamole , + om:zettanewton , + om:zettaohm , + om:zettapascal , + om:zettasecond-Time , + om:zettasiemens , + om:zettasievert , + om:zettatesla , + om:zettavolt , + om:zettawatt , + om:zettaweber ; + om:abbreviation "SI" ; + rdfs:label "International System of Units"@en , + "Internationale Stelsel van Eenheden"@nl , + "国际单位制"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InternationalUnit +om:InternationalUnit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:symbol "IU" ; + rdfs:label "International Unit"@en , + "国际单位"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IntrinsicColourIndex +om:IntrinsicColourIndex rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IonizationTemperature +om:IonizationTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Irradiance +om:Irradiance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/JapaneseYen +om:JapaneseYen rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Japanese yen"@en , + "日元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/JeansMass +om:JeansMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogram , + om:solarMass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/JohnsonMagnitude +om:JohnsonMagnitude rdf:type owl:NamedIndividual ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale +om:KelvinScale rdf:type owl:NamedIndividual , + om:RatioScale ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPoint om:_1234.93OnTheKelvinScale , + om:_13.8033OnTheKelvinScale , + om:_1337.33OnTheKelvinScale , + om:_1357.77OnTheKelvinScale , + om:_234.3156OnTheKelvinScale , + om:_24.5561OnTheKelvinScale , + om:_273.16OnTheKelvinScale , + om:_302.9146OnTheKelvinScale , + om:_3To5OnTheKelvinScale , + om:_429.7485OnTheKelvinScale , + om:_505.078OnTheKelvinScale , + om:_54.3584OnTheKelvinScale , + om:_692.677OnTheKelvinScale , + om:_83.8058OnTheKelvinScale , + om:_933.473OnTheKelvinScale , + om:approximately17OnTheKelvinScale , + om:approximately203OnTheKelvinScale ; + om:hasUnit om:kelvin ; + om:alternativeLabel "International Kelvin Temperature scale of 1990"@en ; + rdfs:label "Kelvin scale"@en , + "Kelvinschaal"@nl , + "开氏温标"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Kerma +om:Kerma rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attogray , + om:centigray , + om:decagray , + om:decigray , + om:exagray , + om:femtogray , + om:gigagray , + om:gray , + om:hectogray , + om:joulePerKilogram , + om:kilogray , + om:megagray , + om:microgray , + om:milligray , + om:nanogray , + om:petagray , + om:picogray , + om:rad , + om:teragray . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KinematicViscosity +om:KinematicViscosity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:centistokes , + om:squareMetrePerSecond-Time , + om:stokes . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KineticEnergy +om:KineticEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KnudsenNumber +om:KnudsenNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LabelMass +om:LabelMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LactoseMassFraction +om:LactoseMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Length +om:Length rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LengthFraction +om:LengthFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:metrePerMetre , + om:millimetrePerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LewisNumber +om:LewisNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LightTime +om:LightTime rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:second-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LimitingMagnitude +om:LimitingMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LinearStrain +om:LinearStrain rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Lipophilicity +om:Lipophilicity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LocustBeanGumMassFraction +om:LocustBeanGumMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LossModulus +om:LossModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Luminance +om:Luminance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:candelaPerSquareCentimetre , + om:candelaPerSquareMetre , + om:footlambert , + om:lambert , + om:stilb . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminosityFunction +om:LuminosityFunction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalCubicParsec . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEfficacy +om:LuminousEfficacy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:lumenPerWatt . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEnergy +om:LuminousEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:lumenSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousFlux +om:LuminousFlux rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attolumen , + om:candelaSteradian , + om:centilumen , + om:decalumen , + om:decilumen , + om:exalumen , + om:femtolumen , + om:gigalumen , + om:hectolumen , + om:kilolumen , + om:lumen , + om:megalumen , + om:microlumen , + om:millilumen , + om:nanolumen , + om:petalumen , + om:picolumen , + om:teralumen . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousIntensity +om:LuminousIntensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attocandela , + om:candela , + om:centicandela , + om:decacandela , + om:decicandela , + om:exacandela , + om:femtocandela , + om:gigacandela , + om:hectocandela , + om:kilocandela , + om:megacandela , + om:microcandela , + om:millicandela , + om:nanocandela , + om:petacandela , + om:picocandela , + om:teracandela . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MachNumber +om:MachNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField +om:MagneticField rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:amperePerMetre , + om:oersted . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField-Dimension +om:MagneticField-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "magnetic field dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFlux +om:MagneticFlux rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attoweber , + om:centiweber , + om:decaweber , + om:deciweber , + om:exaweber , + om:femtoweber , + om:gigaweber , + om:hectoweber , + om:kiloweber , + om:maxwell , + om:megaweber , + om:microweber , + om:milliweber , + om:nanoweber , + om:petaweber , + om:picoweber , + om:statweber , + om:teraweber , + om:unitPole , + om:voltSecond-Time , + om:weber . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensity +om:MagneticFluxDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attotesla , + om:centitesla , + om:decatesla , + om:decitesla , + om:exatesla , + om:femtotesla , + om:gamma , + om:gauss , + om:gigatesla , + om:hectotesla , + om:kilotesla , + om:megatesla , + om:microtesla , + om:milligauss , + om:millitesla , + om:nanotesla , + om:petatesla , + om:picotesla , + om:stattesla , + om:teratesla , + om:tesla , + om:weberPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticReynoldsNumber +om:MagneticReynoldsNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForce +om:MagnetomotiveForce rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:ampere , + om:attoampere , + om:centiampere , + om:decaampere , + om:deciampere , + om:exaampere , + om:femtoampere , + om:gigaampere , + om:gilbert , + om:hectoampere , + om:kiloampere , + om:megaampere , + om:microampere , + om:milliampere , + om:nanoampere , + om:petaampere , + om:picoampere , + om:teraampere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude +om:Magnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:micromagnitude , + om:millimagnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:IntroAstronomicalPhotometry_chapter_2 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMaximumBrightness +om:MagnitudeAtMaximumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMinimumBrightness +om:MagnitudeAtMinimumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ManualFirmness +om:ManualFirmness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_0-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Mass +om:Mass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:InternationalUnit , + om:attogram , + om:carat-Mass , + om:centigram , + om:decagram , + om:decigram , + om:exagram , + om:femtogram , + om:gigagram , + om:grain , + om:gram , + om:hectogram , + om:hundredweight-British , + om:hundredweight-US , + om:kilogram , + om:kilotonne , + om:megagram , + om:megatonne , + om:microgram , + om:milligram , + om:milligramRAE , + om:nanogram , + om:nanounifiedAtomicMassUnit , + om:ounceApothecaries , + om:ounceAvoirdupois , + om:pennyweight-Troy , + om:petagram , + om:picogram , + om:poundApothecaries , + om:poundAvoirdupois , + om:slug , + om:solarMass , + om:teragram , + om:ton-Long , + om:ton-Short , + om:ton-ShortAssay , + om:tonne , + om:unifiedAtomicMassUnit . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassFlow +om:MassFlow rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramPerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction +om:MassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:gramPerHectogram , + om:gramPerKilogram , + om:kilogramPerKilogram , + om:microgramPerHectogram , + om:milligramPerHectogram , + om:milligramPerKilogram , + om:one , + om:partsPerMillion , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Metallicity +om:Metallicity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso +om:MexicanPeso rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Mexican peso"@en , + "墨西哥比索"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ModeratedStarchMassFraction +om:ModeratedStarchMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ModulusOfElasticity +om:ModulusOfElasticity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Molality +om:Molality rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:molePerKilogram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEnergy +om:MolarEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEntropy +om:MolarEntropy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvinMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarHeatCapacity +om:MolarHeatCapacity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvinMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarMass +om:MolarMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramPerMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarVolume +om:MolarVolume rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:cubicMetrePerMole , + om:litrePerMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfForce +om:MomentOfForce rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:micronewtonMetre , + om:millinewtonMetre , + om:newtonMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfInertia +om:MomentOfInertia rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Momentum +om:Momentum rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:metreKilogramPerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MustardPowderMassFraction +om:MustardPowderMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NeckRingMass +om:NeckRingMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NewZealandDollar +om:NewZealandDollar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "New Zealand dollar"@en , + "新西兰美元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NoiseEquivalentPower +om:NoiseEquivalentPower rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:watt ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalAlbedo +om:NormalAlbedo rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalStrain +om:NormalStrain rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalStress +om:NormalStress rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalisedDetectivity +om:NormalisedDetectivity rdf:type owl:NamedIndividual ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NorwegianKrone +om:NorwegianKrone rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Norwegian krone"@en , + "挪威克朗"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Number +om:Number rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedBuds +om:NumberAbscisedBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedFlowers +om:NumberAbscisedFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedLeaves +om:NumberAbscisedLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBlue-DiscoloredFlowers +om:NumberBlue-DiscoloredFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis +om:NumberBotrytis rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis0 +om:NumberBotrytis0 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis1 +om:NumberBotrytis1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis2 +om:NumberBotrytis2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis3 +om:NumberBotrytis3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis4 +om:NumberBotrytis4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium +om:NumberBudStadium rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium1 +om:NumberBudStadium1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium2 +om:NumberBudStadium2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium3 +om:NumberBudStadium3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium4 +om:NumberBudStadium4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium5 +om:NumberBudStadium5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBuds +om:NumberBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor +om:NumberColor rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor1 +om:NumberColor1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor2 +om:NumberColor2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor3 +om:NumberColor3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor4 +om:NumberColor4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor5 +om:NumberColor5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDensity +om:NumberDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalCubicCentimetre , + om:reciprocalCubicMetre , + om:reciprocalCubicParsec , + om:reciprocalLitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryBuds +om:NumberDryBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryFlowers +om:NumberDryFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryLeaves +om:NumberDryLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning +om:NumberExternalBrowning rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning1 +om:NumberExternalBrowning1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning2 +om:NumberExternalBrowning2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning3 +om:NumberExternalBrowning3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning4 +om:NumberExternalBrowning4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning5 +om:NumberExternalBrowning5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers +om:NumberFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberLeaves +om:NumberLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberMalformedBuds +om:NumberMalformedBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberMalformedFlowers +om:NumberMalformedFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness +om:NumberManualFirmness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness0 +om:NumberManualFirmness0 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness0.5 +om:NumberManualFirmness0.5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness1 +om:NumberManualFirmness1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness1.5 +om:NumberManualFirmness1.5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness2 +om:NumberManualFirmness2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness2.5 +om:NumberManualFirmness2.5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness3 +om:NumberManualFirmness3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness3.5 +om:NumberManualFirmness3.5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness4 +om:NumberManualFirmness4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness4.5 +om:NumberManualFirmness4.5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness5 +om:NumberManualFirmness5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberNonturgidFlowers +om:NumberNonturgidFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberNonturgidLeaves +om:NumberNonturgidLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning +om:NumberPulpBrowning rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning1 +om:NumberPulpBrowning1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning2 +om:NumberPulpBrowning2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning3 +om:NumberPulpBrowning3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning4 +om:NumberPulpBrowning4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning5 +om:NumberPulpBrowning5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberRottenFlowers +om:NumberRottenFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberRottenLeaves +om:NumberRottenLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning +om:NumberVascularBrowning rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning1 +om:NumberVascularBrowning1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning2 +om:NumberVascularBrowning2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning3 +om:NumberVascularBrowning3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning4 +om:NumberVascularBrowning4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning5 +om:NumberVascularBrowning5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberWiltedFlowers +om:NumberWiltedFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberWiltedLeaves +om:NumberWiltedLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberYellowLeaves +om:NumberYellowLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumber +om:NusseltNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberForMassTransfer +om:NusseltNumberForMassTransfer rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/OrganDoseEquivalent +om:OrganDoseEquivalent rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosievert , + om:centisievert , + om:decasievert , + om:decisievert , + om:exasievert , + om:femtosievert , + om:gigasievert , + om:hectosievert , + om:kilosievert , + om:megasievert , + om:microsievert , + om:millisievert , + om:nanosievert , + om:petasievert , + om:picosievert , + om:rem , + om:sievert , + om:terasievert . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Overrun +om:Overrun rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:cubicCentimetrePerCubicCentimetre , + om:cubicMetrePerCubicmetre , + om:cubicMillimetrePerCubicMillimetre , + om:one , + om:partsPerMillion , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PeakWavelength +om:PeakWavelength rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumber +om:PecletNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberForMassTransfer +om:PecletNumberForMassTransfer rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Percentage +om:Percentage rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Period +om:Period rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosecond-Time , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decasecond-Time , + om:decisecond-Time , + om:exasecond-Time , + om:femtosecond-Time , + om:gigasecond-Time , + om:gigayear , + om:hectosecond-Time , + om:hour , + om:hour-Sidereal , + om:kilosecond-Time , + om:megasecond-Time , + om:microsecond-Time , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanosecond-Time , + om:petasecond-Time , + om:picosecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PeriodOfVariability +om:PeriodOfVariability rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosecond-Time , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decasecond-Time , + om:decisecond-Time , + om:exasecond-Time , + om:femtosecond-Time , + om:gigasecond-Time , + om:gigayear , + om:hectosecond-Time , + om:hour , + om:hour-Sidereal , + om:kilosecond-Time , + om:megasecond-Time , + om:microsecond-Time , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanosecond-Time , + om:petasecond-Time , + om:picosecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeability-EarthScience +om:Permeability-EarthScience rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:darcy , + om:squareAttometre , + om:squareCentimetre , + om:squareDecametre , + om:squareDecimetre , + om:squareExametre , + om:squareFemtometre , + om:squareGigametre , + om:squareHectometre , + om:squareKilometre , + om:squareMegametre , + om:squareMetre , + om:squareMicrometre , + om:squareMillimetre , + om:squareNanometre , + om:squarePetametre , + om:squarePicometre , + om:squareTerametre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PermeabilityOfFreeSpace +om:PermeabilityOfFreeSpace rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:henryPerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-Electromagnetic +om:Permeance-Electromagnetic rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attohenry , + om:centihenry , + om:decahenry , + om:decihenry , + om:exahenry , + om:femtohenry , + om:gigahenry , + om:hectohenry , + om:kilohenry , + om:megahenry , + om:microhenry , + om:millihenry , + om:nanohenry , + om:petahenry , + om:picohenry , + om:terahenry , + om:weberPerAmpere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-MaterialsScience +om:Permeance-MaterialsScience rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramPerPascalSecond-TimeSquareMetre , + om:perm-0C , + om:perm-23C . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permittivity +om:Permittivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:faradPerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PersonalDoseEquivalent +om:PersonalDoseEquivalent rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosievert , + om:centisievert , + om:decasievert , + om:decisievert , + om:exasievert , + om:femtosievert , + om:gigasievert , + om:hectosievert , + om:kilosievert , + om:megasievert , + om:microsievert , + om:millisievert , + om:nanosievert , + om:petasievert , + om:picosievert , + om:rem , + om:sievert , + om:terasievert . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicAmplitude +om:PhotographicAmplitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitude +om:PhotographicMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitudeAtMaximumBrightness +om:PhotographicMagnitudeAtMaximumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitudeAtMinimumBrightness +om:PhotographicMagnitudeAtMinimumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PixelCount +om:PixelCount rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PlanetaryAberration +om:PlanetaryAberration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PotassiumSorbateMassFraction +om:PotassiumSorbateMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PotentialDifference +om:PotentialDifference rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abvolt , + om:attovolt , + om:centivolt , + om:decavolt , + om:decivolt , + om:exavolt , + om:femtovolt , + om:gigavolt , + om:hectovolt , + om:kilovolt , + om:megavolt , + om:microvolt , + om:millivolt , + om:nanovolt , + om:petavolt , + om:picovolt , + om:statvolt , + om:teravolt , + om:volt , + om:wattPerAmpere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PotentialEnergy +om:PotentialEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Power +om:Power rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attowatt , + om:centiwatt , + om:decawatt , + om:deciwatt , + om:exawatt , + om:femtowatt , + om:gigawatt , + om:hectowatt , + om:horsepower-Boiler , + om:horsepower-British , + om:horsepower-Electric , + om:horsepower-Metric , + om:horsepower-Water , + om:joulePerSecond-Time , + om:kilowatt , + om:megawatt , + om:microwatt , + om:milliwatt , + om:nanowatt , + om:petawatt , + om:picowatt , + om:solarLuminosity , + om:terawatt , + om:tonOfRefrigeration , + om:watt . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PowerDensity +om:PowerDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrandtlNumber +om:PrandtlNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Pressure +om:Pressure rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ProteinMassFraction +om:ProteinMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PulpBrowning +om:PulpBrowning rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMark +om:QualityMark rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-10 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkFlower +om:QualityMarkFlower rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-10 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkLeaf +om:QualityMarkLeaf rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-10 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkTotal +om:QualityMarkTotal rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-10 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOne +om:QuantityOfDimensionOne rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:dozen , + om:gross , + om:halfDozen , + om:hundredCount , + om:one , + om:partsPerMillion , + om:percent , + om:thousandPiece . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QuantumEfficiency +om:QuantumEfficiency rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RMagnitude +om:RMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Radiance +om:Radiance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerSquareMetreSteradian . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantEnergy +om:RadiantEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantFlux +om:RadiantFlux rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attowatt , + om:centiwatt , + om:decawatt , + om:deciwatt , + om:exawatt , + om:femtowatt , + om:gigawatt , + om:hectowatt , + om:horsepower-Boiler , + om:horsepower-British , + om:horsepower-Electric , + om:horsepower-Metric , + om:horsepower-Water , + om:joulePerSecond-Time , + om:kilowatt , + om:megawatt , + om:microwatt , + om:milliwatt , + om:nanowatt , + om:petawatt , + om:picowatt , + om:solarLuminosity , + om:terawatt , + om:tonOfRefrigeration , + om:watt . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantIntensity +om:RadiantIntensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerSteradian . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Radius +om:Radius rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Radius-Angle +om:Radius-Angle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:minute-Angle , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RankineScale +om:RankineScale rdf:type owl:NamedIndividual , + om:RatioScale ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasScale om:KelvinScale ; + om:hasUnit om:degreeRankine ; + om:hasFactor "1.8"^^xsd:float ; + om:hasOff-Set "0.0"^^xsd:float ; + rdfs:label "Rankine scale"@en , + "Rankineschaal"@nl , + "兰金规模"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperature +om:RankineTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degreeRankine . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Ratio +om:Ratio rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:partsPerMillion , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RayleighNumber +om:RayleighNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurScale +om:ReaumurScale rdf:type owl:NamedIndividual , + om:IntervalScale ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasScale om:KelvinScale ; + om:hasUnit om:degreeReaumur ; + om:hasFactor "1.0"^^xsd:float ; + om:hasOff-Set "-218.52"^^xsd:float ; + rdfs:label "Réaumur scale"@en , + "Réaumurschaal"@nl , + "列氏温标"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperature +om:ReaumurTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degreeReaumur . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RedMagnitude +om:RedMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Reddening +om:Reddening rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReddeningB-V +om:ReddeningB-V rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReddeningU-B +om:ReddeningU-B rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RelativeHumidity +om:RelativeHumidity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Reluctance +om:Reluctance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalHenry . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ResonanceEnergy +om:ResonanceEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Responsivity +om:Responsivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:amperePerWatt , + om:voltPerWatt ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ResponsivityUnit +om:ResponsivityUnit rdf:type owl:NamedIndividual ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReynoldsNumber +om:ReynoldsNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RightAscension +om:RightAscension rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:hour-HourAngle , + om:minute-HourAngle , + om:second-HourAngle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RussianRuble +om:RussianRuble rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "RussianRuble"@en , + "俄罗斯卢布"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SaltMassFraction +om:SaltMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SaltStrength +om:SaltStrength rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleFactor +om:ScaleFactor rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleHeight +om:ScaleHeight rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kiloparsec , + om:parsec . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleLength +om:ScaleLength rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kiloparsec . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SchmidtNumber +om:SchmidtNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SecularAberration +om:SecularAberration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Anglee ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearLossModulus +om:ShearLossModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearModulus +om:ShearModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearRate +om:ShearRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStorageModulus +om:ShearStorageModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStrain +om:ShearStrain rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStress +om:ShearStress rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SingaporeDollar +om:SingaporeDollar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Singapore dollar"@en , + "新加坡元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Slope +om:Slope rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SolidAngle +om:SolidAngle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosteradian , + om:centisteradian , + om:decisteradian , + om:degreeSquared , + om:femtosteradian , + om:microsteradian , + om:millisteradian , + om:nanosteradian , + om:picosteradian , + om:second-AngleSquared , + om:squareMetrePerSquareMetre , + om:steradian . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SouthAfricanRand +om:SouthAfricanRand rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "South African rand"@en , + "南非兰特"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SouthKoreanWon +om:SouthKoreanWon rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "South Korean won"@en , + "韩元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SoyBeanMassFraction +om:SoyBeanMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificAmountOfMoney +om:SpecificAmountOfMoney rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:euroPerTonne , + om:megaeuroPerMegatonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificAmylaseActivity +om:SpecificAmylaseActivity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCatalyticActivity +om:SpecificCatalyticActivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:deltaA450PerSecond-TimePerMilligram , + om:nanokatalPerMilligram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificColiformBacterieCount +om:SpecificColiformBacterieCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCorynebacteriumBovisCount +om:SpecificCorynebacteriumBovisCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCorynebacteriumCount +om:SpecificCorynebacteriumCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCost +om:SpecificCost rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:euroPerTonne , + om:megaeuroPerMegatonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergy +om:SpecificEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKilogram , + om:kilocalorie-MeanPerHectogram , + om:kilojoulePerHectogram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergyImparted +om:SpecificEnergyImparted rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attogray , + om:centigray , + om:decagray , + om:decigray , + om:exagray , + om:femtogray , + om:gigagray , + om:gray , + om:hectogray , + om:joulePerKilogram , + om:kilogray , + om:megagray , + om:microgray , + om:milligray , + om:nanogray , + om:petagray , + om:picogray , + om:rad , + om:teragray . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnterobacteriaceaeCount +om:SpecificEnterobacteriaceaeCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnterococcusCount +om:SpecificEnterococcusCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEntropy +om:SpecificEntropy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvinKilogram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEscherichiaColiCount +om:SpecificEscherichiaColiCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificHeatCapacity +om:SpecificHeatCapacity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvinKilogram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificKlebsiellaCount +om:SpecificKlebsiellaCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificListeriaMonocytogenesCount +om:SpecificListeriaMonocytogenesCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificProteaseActivity +om:SpecificProteaseActivity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificSalmonellaCount +om:SpecificSalmonellaCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificSerratiaMarcescensCount +om:SpecificSerratiaMarcescensCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStaphylococcusAureusCount +om:SpecificStaphylococcusAureusCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusAgalactiaeCount +om:SpecificStreptococcusAgalactiaeCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusDysgalactiaeCount +om:SpecificStreptococcusDysgalactiaeCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusUberisCount +om:SpecificStreptococcusUberisCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount +om:SpecificViableCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificVolume +om:SpecificVolume rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:cubicMetrePerKilogram , + om:litrePerKilogram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificYeastAndFungiCount +om:SpecificYeastAndFungiCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpectralResponse +om:SpectralResponse rdf:type owl:NamedIndividual ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Speed +om:Speed rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attometrePerSecond-Time , + om:centimetrePerDay , + om:centimetrePerSecond-Time , + om:decametrePerSecond-Time , + om:decimetrePerSecond-Time , + om:exametrePerSecond-Time , + om:femtometrePerSecond-Time , + om:gigametrePerSecond-Time , + om:hectometrePerSecond-Time , + om:kilometrePerHour , + om:kilometrePerSecond-Time , + om:knot-International , + om:megametrePerSecond-Time , + om:metrePerAttosecond-Time , + om:metrePerCentisecond-Time , + om:metrePerDay , + om:metrePerDecasecond-Time , + om:metrePerDecisecond-Time , + om:metrePerExasecond-Time , + om:metrePerFemtosecond-Time , + om:metrePerGigasecond-Time , + om:metrePerHectosecond-Time , + om:metrePerKilosecond-Time , + om:metrePerMegasecond-Time , + om:metrePerMicrosecond-Time , + om:metrePerMillisecond-Time , + om:metrePerNanosecond-Time , + om:metrePerPetasecond-Time , + om:metrePerPicosecond-Time , + om:metrePerSecond-Time , + om:metrePerTerasecond-Time , + om:micrometrePerSecond-Time , + om:mile-StatutePerHour , + om:millimetrePerDay , + om:millimetrePerHour , + om:millimetrePerSecond-Time , + om:nanometrePerSecond-Time , + om:nauticalMile-InternationalPerHour , + om:petametrePerSecond-Time , + om:picometrePerSecond-Time , + om:terametrePerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumber +om:StantonNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberForMassTransfer +om:StantonNumberForMassTransfer rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StarchMassFraction +om:StarchMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StarchVA40MassFraction +om:StarchVA40MassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StarchVA85MassFraction +om:StarchVA85MassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StellarAberration +om:StellarAberration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StemEndRot +om:StemEndRot rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StemEndRotAreaFraction +om:StemEndRotAreaFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StickStone +om:StickStone rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StorageModulus +om:StorageModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Strain +om:Strain rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrainTensor +om:StrainTensor rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrawMass +om:StrawMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Stress +om:Stress rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StressTensor +om:StressTensor rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StroemgrenMagnitude +om:StroemgrenMagnitude rdf:type owl:NamedIndividual ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 , + ombibo:Stroemgren1956 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrouhalNumber +om:StrouhalNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SugarMassFraction +om:SugarMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SupergalacticLatitude +om:SupergalacticLatitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SupergalacticLongitude +om:SupergalacticLongitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SurfaceTension +om:SurfaceTension rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:newtonPerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SwedishKrona +om:SwedishKrona rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Swedish krona"@en , + "瑞典克朗"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc +om:SwissFranc rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Swiss franc"@en , + "瑞士法郎"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SymbolRate +om:SymbolRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:baud . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature +om:Temperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attodegreeCelsius , + om:attokelvin , + om:centidegreeCelsius , + om:centikelvin , + om:decakelvin , + om:decidegreeCelsius , + om:decikelvin , + om:degreeCelsius , + om:degreeFahrenheit , + om:degreeRankine , + om:degreeReaumur , + om:exakelvin , + om:femtodegreeCelsius , + om:femtokelvin , + om:gigakelvin , + om:hectokelvin , + om:kelvin , + om:kilokelvin , + om:megakelvin , + om:microdegreeCelsius , + om:microkelvin , + om:millidegreeCelsius , + om:millikelvin , + om:nanodegreeCelsius , + om:nanokelvin , + om:petakelvin , + om:picodegreeCelsius , + om:picokelvin , + om:terakelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureRate +om:TemperatureRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degreeCelsiusPerHour , + om:degreeCelsiusPerMinute-Time , + om:degreeCelsiusPerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalConductivity +om:ThermalConductivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerMetreKelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalDiffusivity +om:ThermalDiffusivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:squareMetrePerSecond-Time ; + om:hasDimension om:kinematicViscosityOrThermalDiffusivity-Dimension . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalInsulance +om:ThermalInsulance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:squareMetreKelvinPerWatt . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalResistance +om:ThermalResistance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kelvinPerWatt . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature +om:ThermodynamicTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attokelvin , + om:centikelvin , + om:decakelvin , + om:decikelvin , + om:exakelvin , + om:femtokelvin , + om:gigakelvin , + om:hectokelvin , + om:kelvin , + om:kilokelvin , + om:megakelvin , + om:microkelvin , + om:millikelvin , + om:nanokelvin , + om:petakelvin , + om:picokelvin , + om:terakelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Thickness +om:Thickness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Thrust +om:Thrust rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attonewton , + om:centinewton , + om:decanewton , + om:decinewton , + om:dyne , + om:exanewton , + om:femtonewton , + om:giganewton , + om:hectonewton , + om:kilonewton , + om:kip , + om:meganewton , + om:metreKilogramPerSecond-TimeSquared , + om:micronewton , + om:millinewton , + om:nanonewton , + om:newton , + om:petanewton , + om:piconewton , + om:pound-Force , + om:poundal , + om:teranewton , + om:ton-Force-Short . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThuanAndGunnMagnitude +om:ThuanAndGunnMagnitude rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Time +om:Time rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosecond-Time , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decasecond-Time , + om:decisecond-Time , + om:exasecond-Time , + om:femtosecond-Time , + om:gigasecond-Time , + om:gigayear , + om:hectosecond-Time , + om:hour , + om:hour-Sidereal , + om:kilosecond-Time , + om:megasecond-Time , + om:microsecond-Time , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanosecond-Time , + om:petasecond-Time , + om:picosecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TimeConstant +om:TimeConstant rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:second-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TopMass +om:TopMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Torque +om:Torque rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:micronewtonMetre , + om:millinewtonMetre , + om:newtonMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Total3DStartEndDistance +om:Total3DStartEndDistance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalDensityParameter +om:TotalDensityParameter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalDistanceTravelled +om:TotalDistanceTravelled rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberBuds +om:TotalNumberBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberFlowers +om:TotalNumberFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberLeaves +om:TotalNumberLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TrueDistanceModulus +om:TrueDistanceModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TurkishLira +om:TurkishLira rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Turkish lira"@en , + "土耳其里拉"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TweenMassFraction +om:TweenMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TychoBroadbandMagnitude +om:TychoBroadbandMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UMagnitude +om:UMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:micromagnitude , + om:millimagnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UnitedStatesDollar +om:UnitedStatesDollar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "United States dollar"@en , + "美国美元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VAmplitude +om:VAmplitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitude +om:VMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:micromagnitude , + om:millimagnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitudeAtMaximumBrightness +om:VMagnitudeAtMaximumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitudeAtMinimumBrightness +om:VMagnitudeAtMinimumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VascularBrowning +om:VascularBrowning rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VaseLife +om:VaseLife rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:day . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VasePlusWaterMass +om:VasePlusWaterMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VasePlusWaterPlusFlowerMass +om:VasePlusWaterPlusFlowerMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Velocity +om:Velocity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attometrePerSecond-Time , + om:centimetrePerDay , + om:centimetrePerSecond-Time , + om:decametrePerSecond-Time , + om:decimetrePerSecond-Time , + om:exametrePerSecond-Time , + om:femtometrePerSecond-Time , + om:gigametrePerSecond-Time , + om:hectometrePerSecond-Time , + om:kilometrePerHour , + om:kilometrePerSecond-Time , + om:knot-International , + om:megametrePerSecond-Time , + om:metrePerAttosecond-Time , + om:metrePerCentisecond-Time , + om:metrePerDay , + om:metrePerDecasecond-Time , + om:metrePerDecisecond-Time , + om:metrePerExasecond-Time , + om:metrePerFemtosecond-Time , + om:metrePerGigasecond-Time , + om:metrePerHectosecond-Time , + om:metrePerKilosecond-Time , + om:metrePerMegasecond-Time , + om:metrePerMicrosecond-Time , + om:metrePerMillisecond-Time , + om:metrePerNanosecond-Time , + om:metrePerPetasecond-Time , + om:metrePerPicosecond-Time , + om:metrePerSecond-Time , + om:metrePerTerasecond-Time , + om:micrometrePerSecond-Time , + om:mile-StatutePerHour , + om:millimetrePerDay , + om:millimetrePerHour , + om:millimetrePerSecond-Time , + om:nanometrePerSecond-Time , + om:nauticalMile-InternationalPerHour , + om:petametrePerSecond-Time , + om:picometrePerSecond-Time , + om:terametrePerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ViableCount +om:ViableCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnit , + om:colonyFormingUnit . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VisualAlbedo +om:VisualAlbedo rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Volume +om:Volume rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:acreFoot , + om:attolitre , + om:barrel-US , + om:bushel-US , + om:centilitre , + om:cord , + om:cubicAttometre , + om:cubicCentimetre , + om:cubicDecametre , + om:cubicDecimetre , + om:cubicExametre , + om:cubicFemtometre , + om:cubicGigametre , + om:cubicHectometre , + om:cubicKilometre , + om:cubicKiloparsec , + om:cubicMegametre , + om:cubicMetre , + om:cubicMicrometre , + om:cubicMillimetre , + om:cubicNanometre , + om:cubicParsec , + om:cubicPetametre , + om:cubicPicometre , + om:cubicTerametre , + om:cup-USCustomary , + om:decalitre , + om:decilitre , + om:dessertspoon , + om:dryGallon-US , + om:dryPint-US , + om:dryQuart-US , + om:exalitre , + om:femtolitre , + om:fluidOunce-Imperial , + om:fluidOunce-US , + om:gallon-Imperial , + om:gallon-US , + om:gigalitre , + om:gill-Imperial , + om:gill-US , + om:hectolitre , + om:kilolitre , + om:liquidPint-US , + om:liquidQuart-US , + om:litre , + om:megalitre , + om:microlitre , + om:millilitre , + om:nanolitre , + om:peck-US , + om:petalitre , + om:picolitre , + om:pint-Imperial , + om:quart-Imperial , + om:stere , + om:tablespoon-US , + om:teaspoon-US , + om:teralitre , + om:ton-Register . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeFraction +om:VolumeFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:cubicCentimetrePerCubicCentimetre , + om:cubicMetrePerCubicmetre , + om:cubicMillimetrePerCubicMillimetre , + om:one , + om:partsPerMillion , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeStrain +om:VolumeStrain rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricColiformBacterieCount +om:VolumetricColiformBacterieCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricCorynebacteriumBovisCount +om:VolumetricCorynebacteriumBovisCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricCorynebacteriumCount +om:VolumetricCorynebacteriumCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEnterobacteriaceaeCount +om:VolumetricEnterobacteriaceaeCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEnterococcusCount +om:VolumetricEnterococcusCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEscherichiaColiCount +om:VolumetricEscherichiaColiCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricFlowRate +om:VolumetricFlowRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:cubicMetrePerSecond-Time , + om:cubicMetrePerYear , + om:litrePerHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricHeatCapacity +om:VolumetricHeatCapacity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerCubicMetreKelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricKlebsiellaCount +om:VolumetricKlebsiellaCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricListeriaMonocytogenesCount +om:VolumetricListeriaMonocytogenesCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricSalmonellaCount +om:VolumetricSalmonellaCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricSerratiaMarcescensCount +om:VolumetricSerratiaMarcescensCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStaphylococcusAureusCount +om:VolumetricStaphylococcusAureusCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusAgalactiaeCount +om:VolumetricStreptococcusAgalactiaeCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusDysgalactiaeCount +om:VolumetricStreptococcusDysgalactiaeCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusUberisCount +om:VolumetricStreptococcusUberisCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount +om:VolumetricViableCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricYeastAndFungiCount +om:VolumetricYeastAndFungiCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WaterMassFraction +om:WaterMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Wavelength +om:Wavelength rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Wavenumber +om:Wavenumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kayser , + om:reciprocalMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WeberNumber +om:WeberNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Weight +om:Weight rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attonewton , + om:centinewton , + om:decanewton , + om:decinewton , + om:dyne , + om:exanewton , + om:femtonewton , + om:giganewton , + om:hectonewton , + om:kilonewton , + om:kip , + om:meganewton , + om:metreKilogramPerSecond-TimeSquared , + om:micronewton , + om:millinewton , + om:nanonewton , + om:newton , + om:petanewton , + om:piconewton , + om:pound-Force , + om:poundal , + om:teranewton , + om:ton-Force-Short . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WettingAngle +om:WettingAngle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attoradian , + om:centiradian , + om:deciradian , + om:degree , + om:femtoradian , + om:gon , + om:metrePerMetre , + om:microradian , + om:microsecond-Angle , + om:mil-Angle , + om:milliradian , + om:millisecond-Angle , + om:minute-Angle , + om:nanoradian , + om:picoradian , + om:radian , + om:revolution , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinAggregateMassFraction +om:WheyProteinAggregateMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinBeadsMassFraction +om:WheyProteinBeadsMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinMassFraction +om:WheyProteinMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitude +om:WhiteLightMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitudeAtMaximumBrightness +om:WhiteLightMagnitudeAtMaximumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitudeAtMinimumBrightness +om:WhiteLightMagnitudeAtMinimumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Width +om:Width rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Work +om:Work rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/XanthanMassFraction +om:XanthanMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ZenithDistance +om:ZenithDistance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_-189.3442OnTheCelsiusScale +om:_-189.3442OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_83.8058OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "-189.3442" ; + rdfs:label "-189.3442 on the Celsius scale"@en , + "-189.3442摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_-218.7916OnTheCelsiusScale +om:_-218.7916OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_54.3584OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "-218.7916" ; + rdfs:label "-218.7916 on the Celsius scale"@en , + "-218.7916摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_-248.5939OnTheCelsiusScale +om:_-248.5939OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_24.5561OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "-248.5939" ; + rdfs:label "-248.5939 on the Celsius scale"@en , + "-248.5939摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_-259.3467OnTheCelsiusScale +om:_-259.3467OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_13.8033OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "-259.3467" ; + rdfs:label "-259.3467 on the Celsius scale"@en , + "-259.3467摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_-270.15To-268.15OnTheCelsiusScale +om:_-270.15To-268.15OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_3To5OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "-270.15 to -268.15" ; + rdfs:comment "One of the fixed points defining the Celsius scale"@en ; + rdfs:label "-270.15 to -268.15 on the Celsius scale"@en , + "-270.15至-268.15摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_-38.8344OnTheCelsiusScale +om:_-38.8344OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_234.3156OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "-38.8344" ; + rdfs:label "-38.8344 on the Celsius scale"@en , + "-38.8344摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_0-100 +om:_0-100 rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + rdfs:label "0-100"@en , + "0-100"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_0-5 +om:_0-5 rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + rdfs:label "0-5"@en , + "0-5"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_0.01OnTheCelsiusScale +om:_0.01OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_273.16OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "0.01" ; + rdfs:label "0.01 on the Celsius scale"@en , + "0.01摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0 +om:_1-0 rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + rdfs:label "1/0"@en , + "1/0"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1-10 +om:_1-10 rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + rdfs:label "1-10"@en , + "1-10"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1-5 +om:_1-5 rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + rdfs:label "1-5"@en , + "1-5"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnit +om:_1000ColonyFormingUnit rdf:type owl:NamedIndividual , + om:UnitDivision , + om:UnitMultiple ; + om:hasUnit om:colonyFormingUnit ; + om:hasFactor "1000.0"^^xsd:float ; + om:symbol "1000 CFU" ; + rdfs:label "1000 colony forming unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre +om:_1000ColonyFormingUnitPerMillilitre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:millilitre ; + om:hasNumerator om:_1000ColonyFormingUnit ; + om:symbol "1000 CFU/ml" ; + om:unofficialAbbreviation "1000 CFU/ml" ; + rdfs:label "1000 colony forming unit per millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_100Kilometre +om:_100Kilometre rdf:type owl:NamedIndividual , + om:UnitMultiple ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:kilometre ; + om:hasFactor "100.0"^^xsd:float ; + om:symbol "100 km" ; + rdfs:label "100 kilometer"@nl , + "100 kilometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1040NanometreLockwoodMagnitude +om:_1040NanometreLockwoodMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1064.18OnTheCelsiusScale +om:_1064.18OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_1337.33OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "1064.18" ; + rdfs:label "1064.18 on the Celsius scale"@en , + "1064.18摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1084.62OnTheCelsiusScale +om:_1084.62OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_1357.77OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "1084.62" ; + rdfs:label "1084.62 on the Celsius scale"@en , + "1084.62摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1234.93OnTheKelvinScale +om:_1234.93OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "1234.93" ; + rdfs:label "1234.93 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_127316OfTheThermodynamicTemperatureOfTheTriplePointOfWater +om:_127316OfTheThermodynamicTemperatureOfTheTriplePointOfWater rdf:type owl:NamedIndividual , + om:ThermodynamicTemperature ; + rdfs:label "1/273.16 of the thermodynamic temperature of the triple point of water"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_13.8033OnTheKelvinScale +om:_13.8033OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "13.8033" ; + rdfs:label "13.8033 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1337.33OnTheKelvinScale +om:_1337.33OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "1337.33" ; + rdfs:label "1337.33 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1357.77OnTheKelvinScale +om:_1357.77OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "1357.77" ; + rdfs:label "1357.77 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_156.5985OnTheCelsiusScale +om:_156.5985OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_429.7485OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "156.5985" ; + rdfs:label "156.5985 on the Celsius scale"@en , + "156.5985摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_231.928OnTheCelsiusScale +om:_231.928OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_505.078OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "231.928" ; + rdfs:label "231.928 on the Celsius scale"@en , + "231.928摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_234.3156OnTheKelvinScale +om:_234.3156OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "234.3156" ; + rdfs:label "234.3156 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_24.5561OnTheKelvinScale +om:_24.5561OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "24.5561" ; + rdfs:label "24.5561 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_25Millilitre +om:_25Millilitre rdf:type owl:NamedIndividual , + om:UnitMultiple ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:millilitre ; + om:hasFactor "25.0"^^xsd:float ; + om:symbol "25 ml" ; + rdfs:label "25 milliliter"@nl , + "25 millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_273.16OnTheKelvinScale +om:_273.16OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasQuantity om:thermodynamicTemperatureOfTheTriplePointOfWater ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "273.16" ; + rdfs:label "273.16 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_29.7646OnTheCelsiusScale +om:_29.7646OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_302.9146OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "29.7646" ; + rdfs:label "29.7646 on the Celsius scale"@en , + "29.7646摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_302.9146OnTheKelvinScale +om:_302.9146OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "302.9146" ; + rdfs:label "302.9146 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_3To5OnTheKelvinScale +om:_3To5OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "3 to 5" ; + rdfs:label "3 to 5 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_419.527OnTheCelsiusScale +om:_419.527OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_692.677OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "419.527" ; + rdfs:label "419.527 on the Celsius scale"@en , + "419.527摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_429.7485OnTheKelvinScale +om:_429.7485OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "429.7485" ; + rdfs:label "429.7485 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_505.078OnTheKelvinScale +om:_505.078OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "505.078" ; + rdfs:label "505.078 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_54.3584OnTheKelvinScale +om:_54.3584OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "54.3584" ; + rdfs:label "54.3584 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_660.323OnTheCelsiusScale +om:_660.323OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_933.473OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "660.323" ; + rdfs:label "660.323 on the Celsius scale"@en , + "660.323摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_692.677OnTheKelvinScale +om:_692.677OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "692.677" ; + rdfs:label "692.677 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_83.8058OnTheKelvinScale +om:_83.8058OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "83.8058" ; + rdfs:label "83.8058 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom +om:_9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom rdf:type owl:NamedIndividual , + owl:Thing ; + rdfs:label "9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_933.473OnTheKelvinScale +om:_933.473OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "933.473" ; + rdfs:label "933.473 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_961.78OnTheCelsiusScale +om:_961.78OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_1234.93OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "961.78" ; + rdfs:label "961.78 on the Celsius scale"@en , + "961.78摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abampere +om:abampere rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasUnit om:ampere ; + om:hasFactor "10.0"^^xsd:float ; + om:symbol "abA" ; + rdfs:comment "The abampere is a unit of electric current defined as 10 ampere."@en ; + rdfs:label "abampere"@en , + "abampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abcoulomb +om:abcoulomb rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasUnit om:coulomb ; + om:hasFactor "10.0"^^xsd:float ; + om:symbol "abC" ; + rdfs:comment "The abcoulomb is a unit of electric charge defined as 10 coulomb."@en ; + rdfs:label "abcoulomb"@en , + "abcoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abfarad +om:abfarad rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:capacitance-Dimension ; + om:hasUnit om:farad ; + om:hasFactor "1.0E9"^^xsd:float ; + om:symbol "abF" ; + rdfs:comment "The abfarad is a unit of capacitance defined as 1.0e9 farad."@en ; + rdfs:label "abfarad"@en , + "abfarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abhenry +om:abhenry rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasUnit om:henry ; + om:hasFactor "1.0E-9"^^xsd:float ; + om:symbol "abH" ; + rdfs:comment "The abhenry is a unit of inductance defined as 1.0e-9 henry."@en ; + rdfs:label "abhenry"@en , + "abhenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abmho +om:abmho rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasUnit om:siemens ; + om:hasFactor "1.0E9"^^xsd:float ; + om:alternativeLabel "absiemens"@en , + "absiemens"@nl ; + rdfs:comment "The abmho is a unit of electrical conductance defined as 1.0e9 siemens."@en ; + rdfs:label "abmho"@en , + "abmho"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abohm +om:abohm rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasUnit om:ohm ; + om:hasFactor "1.0E-9"^^xsd:float ; + om:symbol "abΩ" ; + rdfs:comment "The abohm is a unit of electrical resistance defined as 1.0e-9 ohm."@en ; + rdfs:label "abohm"@en , + "abohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/absorbedDoseRate-Dimension +om:absorbedDoseRate-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "absorbed dose rate dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt +om:abvolt rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasUnit om:volt ; + om:hasFactor "1.0E-8"^^xsd:float ; + om:symbol "abV" ; + rdfs:comment "The abvolt is a unit of electric potential defined as 1.0e-8 volt."@en ; + rdfs:label "abvolt"@en , + "abvolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dimension +om:acceleration-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "acceleration dimension"@en , + "versnellingdimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/acoustics +om:acoustics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesUnit om:bel , + om:decibel ; + rdfs:label "acoustics"@en , + "akoestiek"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/acre-International +om:acre-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:area-Dimension ; + om:hasUnit om:squareMetre ; + om:hasFactor "4046.8564"^^xsd:float ; + om:alternativeLabel "international acre"@en ; + om:symbol "ac" ; + rdfs:comment "The international acre is a unit of area defined as 4.0468564224e3 square metre."@en ; + rdfs:label "acre (international)"@en , + "英亩(国际)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/acre-USSurvey +om:acre-USSurvey rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:area-Dimension ; + om:hasUnit om:squareMetre ; + om:hasFactor "4046.8726"^^xsd:float ; + om:alternativeLabel "US survey acre"@en ; + om:symbol "ac" ; + rdfs:comment "The US survey acre is a unit of area defined as 4.046872609874252e3 square metre."@en ; + rdfs:label "acre (US survey)"@en , + "英亩(美国调查)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/acreFoot +om:acreFoot rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "1233.489"^^xsd:float ; + rdfs:comment "The acre foot is a unit of volume defined as 1.233489e3 cubic metre."@en ; + rdfs:label "acre foot"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/actionOrAngularMomentum-Dimension +om:actionOrAngularMomentum-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "action or angular momentum dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension +om:amountOfSubstance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "N" ; + rdfs:label "amount of substance dimension"@en , + "stofhoeveelheiddimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension +om:amountOfSubstanceConcentration-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "amount of substance concentration dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceOfASystemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12 +om:amountOfSubstanceOfASystemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12 rdf:type owl:NamedIndividual , + om:AmountOfSubstance ; + om:hasPhenomenon om:systemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12 ; + rdfs:label "amount of substance of a system that contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 12"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ampere +om:ampere rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasQuantity om:constantCurrentThatProducesAnAttractiveForceOf2e-7NewtonPerMetreOfLengthBetweenTwoStraightParallelConductorsOfInfiniteLengthAndNegligibleCircularCrossSectionPlacedOneMetreApartInAVacuum ; + om:longcomment "The ampere is a unit of electric current defined as the constant current that produces an attractive force of 2e–7 newton per metre of length between two straight, parallel conductors of infinite length and negligible circular cross section placed one metre apart in a vacuum. The ampere is a base unit in the International System of Units." ; + om:symbol "A" ; + rdfs:comment "The ampere is a unit of electric current defined as the constant current that produces an attractive force of 2e–7 newton per metre of length between two straight, parallel conductors of infinite length and negligible circular cross section placed one metre apart in a vacuum."@en ; + rdfs:label "ampere"@en , + "ampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ampereHour +om:ampereHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:electricCharge-Dimension ; + om:hasTerm1 om:ampere ; + om:hasTerm2 om:hour ; + om:alternativeSymbol "Ah" , + "A·h" ; + om:symbol "A h" ; + rdfs:label "ampere hour"@en , + "ampère-uur"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerMetre +om:amperePerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:MagneticField-Dimension ; + om:hasNumerator om:ampere ; + om:alternativeSymbol "A m-1" , + "A·m-1" ; + om:longcomment "Ampere per metre is a unit of magnetic field defined as ampere divided by metre. Ampere per metre is a derived unit in the International System of Units." ; + om:symbol "A/m" ; + rdfs:comment "Ampere per metre is a unit of magnetic field defined as ampere divided by metre."@en ; + rdfs:label "ampere per metre"@en , + "ampère per meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerSquareMetre +om:amperePerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:currentDensity-Dimension ; + om:hasNumerator om:ampere ; + om:alternativeSymbol "A m-2" , + "A·m-2" ; + om:longcomment "Ampere per square metre is a unit of current density defined as ampere divided by square metre. Ampere per square metre is a derived unit in the International System of Units." ; + om:symbol "A/m2" ; + rdfs:comment "Ampere per square metre is a unit of current density defined as ampere divided by square metre."@en ; + rdfs:label "ampere per square metre"@en , + "ampère per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerVolt +om:amperePerVolt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:volt ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasNumerator om:ampere ; + om:alternativeSymbol "A V-1" , + "A·V-1" ; + om:symbol "A/V" ; + rdfs:label "ampere per volt"@en , + "ampère per volt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerWatt +om:amperePerWatt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:watt ; + om:hasNumerator om:ampere ; + om:alternativeSymbol "A W-1" , + "A·W-1" ; + om:symbol "A/W" ; + rdfs:label "ampere per watt"@en , + "ampere per watt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amperehour +om:amperehour rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amylaseUnit +om:amylaseUnit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:alternativeSymbol "U" ; + om:symbol "AU" ; + rdfs:comment "The amylase unit is a unit of catalytic activity."@en ; + rdfs:label "amylase unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom +om:angstrom rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1.0E-10"^^xsd:float ; + om:alternativeLabel "angstrom"@en , + "angstrom"@nl ; + om:symbol "Å" ; + rdfs:comment "The ångström is a unit of length defined as 1.0e-10 metre. The unit is often used for wavelengths of electromagnetic radiation or to express the sizes of atoms and molecules."@en ; + rdfs:label "ångström"@en , + "ångström"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/angularAcceleration-Dimension +om:angularAcceleration-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "angular acceleration dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/angularSpeed-Dimension +om:angularSpeed-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "angular speed dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/approximately-252.85OnTheCelsiusScale +om:approximately-252.85OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:approximately203OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "~-252.85" ; + rdfs:label "~-252.85 on the Celsius scale"@en , + "〜-252.85摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/approximately-256.15OnTheCelsiusScale +om:approximately-256.15OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:approximately17OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "~-256.15" ; + rdfs:label "~-256.15 on the Celsius scale"@en , + "〜-256.15摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/approximately17OnTheKelvinScale +om:approximately17OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "~17" ; + rdfs:label "~17 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/approximately203OnTheKelvinScale +om:approximately203OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "~20.3" ; + rdfs:label "~20.3 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/are +om:are rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:area-Dimension ; + om:hasUnit om:squareMetre ; + om:hasFactor "100.0"^^xsd:float ; + om:symbol "a" ; + rdfs:comment "The are is a unit of area defined as 100 square metre."@en ; + rdfs:label "are"@en , + "are"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension +om:area-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "area dimension"@en , + "oppervlaktedimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit +om:astronomicalUnit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + ombibo:reference ombibo:IAU_2012_Resolution_B2 ; + om:hasFactor "1.49597864E11"^^xsd:float ; + om:alternativeSymbol "AU" ; + om:symbol "au" ; + rdfs:comment "The atronomical unit is a unit of length defined as 149 597 870 700 metre (IAU 2012 Resolution)."@en ; + rdfs:label "astronomical unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/astronomyAndAstrophysics +om:astronomyAndAstrophysics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Aberration , + om:AberrationInLatitude , + om:AberrationInLongitude , + om:AbsoluteBolometricMagnitude , + om:AbsoluteMagnitude , + om:Albedo , + om:Altitude , + om:Amplitude , + om:AngularSize , + om:AnnualAberration , + om:ApparentDiameter , + om:ApparentDistanceModulus , + om:ApparentMagnitude , + om:Azimuth , + om:BMagnitude , + om:BMagnitudeAtMaximumBrightness , + om:BMagnitudeAtMinimumBrightness , + om:BetaNarrowMagnitude , + om:BetaWideMagnitude , + om:BolometricCorrection , + om:BolometricMagnitude , + om:BondAlbedo , + om:BrightnessTemperature , + om:Co-RotationRadius , + om:ColdGasMassFraction , + om:ColourIndex , + om:ColourTemperature , + om:CousinsMagnitude , + om:Cut-OffWavelength , + om:DarkNoise , + om:Declination , + om:DetectiveQuantumEfficiency , + om:Detectivity , + om:Diameter-Angle , + om:DistanceModulus , + om:DiurnalAberration , + om:DynamicRange , + om:Eccentricity , + om:EclipticLatitude , + om:EclipticLongitude , + om:ElectronTemperature , + om:Ellipticity , + om:Epoch , + om:EpochAtMaximumBrightness , + om:Extinction , + om:ExtinctionAtWaveband , + om:ExtinctionAtWavelength , + om:ExtinctionInB , + om:ExtinctionInU , + om:ExtinctionInV , + om:GalacticCylindricalPolarAngleCoordinate , + om:GalacticLatitude , + om:GalacticLongitude , + om:GeometricalAlbedo , + om:HourAngle , + om:IMagnitude , + om:InitialMassFunction , + om:IntegratedMagnitude , + om:IntrinsicColourIndex , + om:IonizationTemperature , + om:JeansMass , + om:JohnsonMagnitude , + om:LightTime , + om:LimitingMagnitude , + om:LuminosityFunction , + om:Magnitude , + om:MagnitudeAtMaximumBrightness , + om:MagnitudeAtMinimumBrightness , + om:Metallicity , + om:NoiseEquivalentPower , + om:NormalAlbedo , + om:NormalisedDetectivity , + om:PeakWavelength , + om:PhotographicAmplitude , + om:PhotographicMagnitude , + om:PhotographicMagnitudeAtMaximumBrightness , + om:PhotographicMagnitudeAtMinimumBrightness , + om:PlanetaryAberration , + om:QuantumEfficiency , + om:RMagnitude , + om:Radius-Angle , + om:RedMagnitude , + om:Reddening , + om:ReddeningB-V , + om:ReddeningU-B , + om:Responsivity , + om:RightAscension , + om:ScaleHeight , + om:ScaleLength , + om:SecularAberration , + om:SpectralResponse , + om:StellarAberration , + om:StroemgrenMagnitude , + om:SupergalacticLatitude , + om:SupergalacticLongitude , + om:ThuanAndGunnMagnitude , + om:TimeConstant , + om:TrueDistanceModulus , + om:TychoBroadbandMagnitude , + om:UMagnitude , + om:VAmplitude , + om:VMagnitude , + om:VMagnitudeAtMaximumBrightness , + om:VMagnitudeAtMinimumBrightness , + om:VisualAlbedo , + om:WhiteLightMagnitude , + om:WhiteLightMagnitudeAtMaximumBrightness , + om:WhiteLightMagnitudeAtMinimumBrightness , + om:ZenithDistance , + om:_1040NanometreLockwoodMagnitude , + om:bMagnitude , + om:gMagnitude , + om:uMagnitude , + om:vMagnitude , + om:yMagnitude ; + om:usesUnit om:amperePerWatt , + om:angstrom , + om:bitPerSecond-Time , + om:candelaPerSquareMetre , + om:centimetre , + om:cubicParsec , + om:day , + om:degreeSquared , + om:gigaelectronvolt , + om:gigaparsec , + om:hour-HourAngle , + om:jansky , + om:kelvin , + om:kiloelectronvolt , + om:kilometrePerSecond-TimePerMegaparsec , + om:kiloparsec , + om:lightYear , + om:magnitude , + om:magnitudePerSecond-AngleSquared , + om:megaelectronvolt , + om:megaparsec , + om:metreKilogramPerSecond-Time , + om:metrePerSecond-TimePerMetre , + om:micromagnitude , + om:microsecond-Angle , + om:millimagnitude , + om:millisecond-Angle , + om:millisecond-AnglePerYear , + om:minute-Angle , + om:minute-HourAngle , + om:nanometre , + om:one , + om:percent , + om:radian , + om:reciprocalCubicMetre , + om:reciprocalCubicParsec , + om:second-Angle , + om:second-AngleSquared , + om:second-HourAngle , + om:second-Time , + om:solarLuminosity , + om:solarMass , + om:solarMassPerCubicParsec , + om:solarMassPerGigayearCubicKiloparsec , + om:solarMassPerGigayearCubicParsec , + om:solarRadius , + om:voltPerWatt , + om:watt , + om:wattPerCubicmetre , + om:wattPerHertz , + om:wattPerNanometre , + om:wattPerSecond-AngleSquared , + om:wattPerSquareMetreHertz , + om:wattPerSquareMetreNanometre , + om:wattPerSteradianSquareMetre , + om:wattPerSteradianSquareMetreHertz , + om:year ; + rdfs:label "astronomie en astrofysica"@nl , + "astronomy and astrophysics"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard +om:atmosphere-Standard rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:pascal ; + om:hasFactor "101325.0"^^xsd:float ; + om:alternativeLabel "standard atmosphere"@en ; + om:symbol "atm" ; + rdfs:comment "The standard atmosphere is a unit of pressure defined as 1.01325e5 pascal."@en ; + rdfs:label "atmosfeer (standaard)"@nl , + "atmosphere (standard)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical +om:atmosphere-Technical rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:pascal ; + om:hasFactor "98066.5"^^xsd:float ; + om:alternativeLabel "technical atmosphere"@en ; + om:symbol "at" ; + rdfs:comment "The technical atmosphere is a unit of pressure defined as 9.80665e4 pascal."@en ; + rdfs:label "atmosphere (technical)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/atto +om:atto rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-18"^^xsd:float ; + om:symbol "a" ; + rdfs:label "atto"@en , + "atto"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attoampere +om:attoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:ampere ; + om:symbol "aA" ; + rdfs:comment "The attoampere is a unit of electric current defined as 1.0e-18 ampere."@en ; + rdfs:label "attoampere"@en , + "attoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attobecquerel +om:attobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:becquerel ; + om:symbol "aBq" ; + rdfs:comment "The attobecquerel is a unit of activity defined as 1.0e-18 becquerel."@en ; + rdfs:label "attobecquerel"@en , + "attobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attocandela +om:attocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:candela ; + om:symbol "acd" ; + rdfs:comment "The attocandela is a unit of luminous intensity defined as 1.0e-18 candela."@en ; + rdfs:label "attocandela"@en , + "attocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attocoulomb +om:attocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:coulomb ; + om:symbol "aC" ; + rdfs:comment "The attocoulomb is a unit of electric charge defined as 1.0e-18 coulomb."@en ; + rdfs:label "attocoulomb"@en , + "attocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attodegreeCelsius +om:attodegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:degreeCelsius ; + om:symbol "a°C" ; + rdfs:comment "The attodegree Celsius is a unit of temperature defined as 1.0e-18 degree Celsius."@en ; + rdfs:label "attodegree Celsius"@en , + "attograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attofarad +om:attofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:farad ; + om:symbol "aF" ; + rdfs:comment "The attofarad is a unit of capacitance defined as 1.0e-18 farad."@en ; + rdfs:label "attofarad"@en , + "attofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attogram +om:attogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:gram ; + om:symbol "ag" ; + rdfs:comment "The attogram is a unit of mass defined as 1.0e-18 gram."@en ; + rdfs:label "attogram"@en , + "attogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attogramPerLitre +om:attogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:attogram ; + om:alternativeSymbol "ag l-1" , + "ag·l-1" ; + om:symbol "ag/l" ; + rdfs:comment "Attogram per litre is a unit of density defined as attogram divided by litre."@en ; + rdfs:label "attogram per liter"@nl , + "attogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attogray +om:attogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:gray ; + om:symbol "aGy" ; + rdfs:comment "The attogray is a unit of absorbed dose defined as 1.0e-18 gray."@en ; + rdfs:label "attogray"@en , + "attogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attohenry +om:attohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:henry ; + om:symbol "aH" ; + rdfs:comment "The attohenry is a unit of inductance defined as 1.0e-18 henry."@en ; + rdfs:label "attohenry"@en , + "attohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attohertz +om:attohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:hertz ; + om:symbol "aHz" ; + rdfs:comment "The attohertz is a unit of frequency defined as 1.0e-18 hertz."@en ; + rdfs:label "attohertz"@en , + "attohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attojoule +om:attojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:joule ; + om:symbol "aJ" ; + rdfs:comment "The attojoule is a unit of energy defined as 1.0e-18 joule."@en ; + rdfs:label "attojoule"@en , + "attojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attokatal +om:attokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:katal ; + om:symbol "akat" ; + rdfs:comment "The attokatal is a unit of catalytic activity defined as 1.0e-18 katal."@en ; + rdfs:label "attokatal"@en , + "attokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attokelvin +om:attokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:kelvin ; + om:symbol "aK" ; + rdfs:comment "The attokelvin is a unit of temperature defined as 1.0e-18 kelvin."@en ; + rdfs:label "attokelvin"@en , + "attokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attolitre +om:attolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:litre ; + om:symbol "al" ; + rdfs:label "attoliter"@nl , + "attolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attolumen +om:attolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:lumen ; + om:symbol "alm" ; + rdfs:label "attolumen"@en , + "attolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attolux +om:attolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:lux ; + om:symbol "alx" ; + rdfs:label "attolux"@en , + "attolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attometre +om:attometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:metre ; + om:symbol "am" ; + rdfs:comment "The attometre is a unit of length defined as 1.0e-18 metre."@en ; + rdfs:label "attometer"@nl , + "attometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-Time +om:attometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:attometre ; + om:alternativeSymbol "am s-1" , + "am·s-1" ; + om:symbol "am/s" ; + rdfs:comment "Attometre per second is a unit of speed defined as attometre divided by second."@en ; + rdfs:label "attometer per seconde"@nl , + "attometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-TimeSquared +om:attometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:attometre ; + om:alternativeSymbol "am s-2" , + "am·s-2" ; + om:symbol "am/s2" ; + rdfs:comment "Attometre per second squared is a unit of acceleration defined as attometre divided by second squared."@en ; + rdfs:label "attometer per seconde kwadraat"@nl , + "attometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attomolar +om:attomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:molar ; + om:symbol "aM" ; + rdfs:comment "The attomolar is a unit of amount of substance concentration defined as 1.0e-18 molar."@en ; + rdfs:label "attomolair"@nl , + "attomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attomole +om:attomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:mole ; + om:symbol "amol" ; + rdfs:label "attomol"@nl , + "attomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attomolePerLitre +om:attomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:attomole ; + om:alternativeSymbol "amol l-1" , + "amol·l-1" ; + om:symbol "amol/l" ; + rdfs:comment "Attomole per litre is a unit of amount of substance concentration defined as attomole divided by litre."@en ; + rdfs:label "attomole per liter"@nl , + "attomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attomolePerMetre +om:attomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:attomole ; + om:alternativeSymbol "amol m-1" , + "amol·m-1" ; + om:symbol "amol/m" ; + rdfs:label "attomole per meter"@nl , + "attomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attonewton +om:attonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:newton ; + om:symbol "aN" ; + rdfs:label "attonewton"@en , + "attonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attoohm +om:attoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:ohm ; + om:symbol "aΩ" ; + rdfs:label "attoohm"@en , + "attoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal +om:attopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:pascal ; + om:symbol "aPa" ; + rdfs:label "attopascal"@en , + "attopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attoradian +om:attoradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:atto ; + om:hasUnit om:radian ; + om:symbol "arad" ; + rdfs:label "attoradiaal"@nl , + "attoradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time +om:attosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:second-Time ; + om:symbol "as" ; + rdfs:label "attosecond"@en , + "attoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-TimeSquared +om:attosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:attosecond-Time ; + om:hasExponent 2 ; + om:symbol "as2" ; + rdfs:label "attosecond squared"@en , + "attoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attosiemens +om:attosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:siemens ; + om:symbol "aS" ; + rdfs:label "attosiemens"@en , + "attosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attosievert +om:attosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:sievert ; + om:symbol "aSv" ; + rdfs:label "attosievert"@en , + "attosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attosteradian +om:attosteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:atto ; + om:hasUnit om:steradian ; + om:symbol "asr" ; + rdfs:label "attosteradiaal"@nl , + "attosteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attotesla +om:attotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:tesla ; + om:symbol "aT" ; + rdfs:label "attotesla"@en , + "attotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attovolt +om:attovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:volt ; + om:symbol "aV" ; + rdfs:label "attovolt"@en , + "attovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attowatt +om:attowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:watt ; + om:symbol "aW" ; + rdfs:label "attowatt"@en , + "attowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attoweber +om:attoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:weber ; + om:symbol "aWb" ; + rdfs:label "attoweber"@en , + "attoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/average +om:average rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "average"@en , + "平均"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bMagnitude +om:bMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 , + ombibo:Stroemgren1956 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bar +om:bar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:pascal ; + om:hasFactor "100000.0"^^xsd:float ; + om:LaTeXCommand "\\barUnit" ; + om:symbol "bar" ; + rdfs:comment "The bar is a unit of pressure defined as 100 000 pascal."@en ; + rdfs:label "bar"@en , + "bar"@nl , + "巴(压力计量单位)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bar-Food +om:bar-Food rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "bar (food)"@en , + "reep"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/barn +om:barn rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:area-Dimension ; + om:hasUnit om:squareMetre ; + om:hasFactor "1.0E-28"^^xsd:float ; + om:symbol "b" ; + rdfs:comment "The barn is a unit of area defined as 1.0e-28 square metre."@en ; + rdfs:label "barn"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/barrel-US +om:barrel-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.1589873"^^xsd:float ; + om:alternativeLabel "US barrel"@en ; + om:symbol "bbl" ; + rdfs:comment "The US barrel is a unit of volume defined as 1.589873e-1 cubic metre."@en ; + rdfs:label "barrel (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/barye +om:barye rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:pascal ; + om:hasFactor "0.1"^^xsd:float ; + om:symbol "ba" ; + rdfs:comment "The barye is a unit of pressure defined as 0.1 pascal."@en ; + rdfs:label "barye"@en , + "barye"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/baud +om:baud rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasQuantity om:oneDistinctSymbolChangeOrSignallingEventMadeToTheTransmissionMediumPerSecondInADigitallyModulatedSignalOrALineCode ; + om:symbol "Bd" ; + rdfs:comment "The baud is a unit of symbol rate defined as one distinct symbol change or signalling event made to the transmission medium per second in a digitally modulated signal or a line code."@en ; + rdfs:label "baud"@en , + "baud"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel +om:becquerel rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:frequency-Dimension ; + om:hasUnit om:reciprocalSecond-Time ; + om:longcomment "The becquerel is a unit of activity defined as the activity of a quantity of radioactive material in which one nucleus decays per second. Algebraically it is defined as 1 divided by second. The becquerel is a derived unit in the International System of Units." ; + om:symbol "Bq" ; + rdfs:comment "The becquerel is a unit of activity defined as the activity of a quantity of radioactive material in which one nucleus decays per second. Algebraically it is defined as 1 divided by second."@en ; + rdfs:label "becquerel"@en , + "becquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bel +om:bel rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:symbol "B" ; + rdfs:label "bel"@en , + "bel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/biot +om:biot rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasUnit om:ampere ; + om:hasFactor "10.0"^^xsd:float ; + om:symbol "Bi" ; + rdfs:comment "The biot is a unit of electric current defined as 10 ampere."@en ; + rdfs:label "biot"@en , + "biot"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bit +om:bit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasQuantity om:informationCapacityOfOneBinaryDigit ; + om:symbol "bit" ; + rdfs:comment "The bit is a unit of information capacity defined as the information capacity of one binary digit."@en ; + rdfs:label "bit"@en , + "bit"@nl , + "指二进制中的一位"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bitPerSecond-Time +om:bitPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasNumerator om:bit ; + om:alternativeSymbol "bit s-1" , + "bit·s-1" ; + om:symbol "bit/s" ; + rdfs:label "bit per second"@en , + "bit per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bottle +om:bottle rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "bottle"@en , + "fles"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bowl +om:bowl rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "bowl"@en , + "schaaltje"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bushel-US +om:bushel-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.03523907"^^xsd:float ; + om:alternativeLabel "US bushel"@en ; + om:symbol "bu" ; + rdfs:comment "The US bushel is a unit of volume defined as 3.523907e-2 cubic metre."@en ; + rdfs:label "bushel (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/byte +om:byte rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasUnit om:bit ; + om:hasFactor "8.0"^^xsd:float ; + om:symbol "B" ; + rdfs:comment "The byte is a unit of information capacity defined as 8 bit."@en ; + rdfs:label "byte"@en , + "byte"@nl , + "字节"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-15C +om:calorie-15C rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXSymbol "cal_{15}" ; + om:alternativeLabel "15 °C calorie"@en , + "15 °C calorie"@nl ; + om:symbol "cal_15" ; + rdfs:label "calorie (15 °C)"@en , + "calorie (15 °C)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-20C +om:calorie-20C rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXCommand "\\calorieTwentyC" ; + om:LaTeXSymbol "cal_{20}" ; + om:alternativeLabel "20 °C calorie"@en , + "20 °C calorie"@nl ; + om:symbol "cal_20" ; + rdfs:label "calorie (20 °C)"@en , + "calorie (20 °C)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-InternationalTable +om:calorie-InternationalTable rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXSymbol "cal_{IT}" ; + om:alternativeLabel "International Steam Table calorie"@en , + "International Table calorie"@en , + "calorie (International Steam Table)"@en ; + om:symbol "cal_IT" ; + rdfs:label "calorie (International Table)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean +om:calorie-Mean rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "4.19002"^^xsd:float ; + om:alternativeLabel "mean calorie"@en ; + om:alternativeSymbol "c" ; + om:symbol "cal" ; + rdfs:comment "The mean calorie is a unit of energy defined as 4.19002 joule."@en ; + rdfs:label "calorie (mean)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Thermochemical +om:calorie-Thermochemical rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXSymbol "cal_{th}" ; + om:alternativeLabel "thermochemical calorie"@en ; + om:symbol "cal_th" ; + rdfs:label "calorie (thermochemical)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/candela +om:candela rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasQuantity om:luminousIntensityInAGivenDirectionOfASourceThatEmitsMonochromaticRadiationOfFrequency540e12HertzAndThatHasARadiantIntensityInThatDirectionOf1683WattPerSteradian ; + om:longcomment "The candela is a unit of luminous intensity defined as the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540e12 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian. The candela is a base unit in the International System of Units." ; + om:symbol "cd" ; + rdfs:comment "The candela is a unit of luminous intensity defined as the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540e12 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian."@en ; + rdfs:label "candela"@en , + "candela"@nl , + "坎德拉"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareCentimetre +om:candelaPerSquareCentimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareCentimetre ; + om:hasDimension om:luminance-Dimension ; + om:hasNumerator om:candela ; + om:alternativeSymbol "cd cm-1" , + "cd·cm-1" ; + om:symbol "cd/cm" ; + rdfs:label "candela per square centimetre"@en , + "candela per vierkante centimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareMetre +om:candelaPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:luminance-Dimension ; + om:hasNumerator om:candela ; + om:alternativeSymbol "cd m-1" , + "cd·m-1" ; + om:longcomment "Candela per square metre is a unit of luminance defined as candela divided by square metre. Candela per square metre is a derived unit in the Internationa; System of Units." ; + om:symbol "cd/m" ; + rdfs:comment "Candela per square metre is a unit of luminance defined as candela divided by square metre."@en ; + rdfs:label "candela per square metre"@en , + "candela per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/candelaSteradian +om:candelaSteradian rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasTerm1 om:candela ; + om:hasTerm2 om:steradian ; + om:alternativeSymbol "cd·sr" ; + om:symbol "cd sr" ; + rdfs:label "candela steradiaal"@nl , + "candela steradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension +om:capacitance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 2 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 4 ; + rdfs:label "capacitance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/carat-Mass +om:carat-Mass rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "2.0E-4"^^xsd:float ; + rdfs:comment "The carat (mass) is a unit of mass defined as 2.0e-4 kilogram."@en ; + rdfs:label "carat (mass)"@en , + "karaat (massa)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension +om:catalyticActivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "catalytic activity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivityConcentration-Dimension +om:catalyticActivityConcentration-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "catalytic activity concentration dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centi +om:centi rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "0.01"^^xsd:float ; + om:symbol "c" ; + rdfs:label "centi"@en , + "centi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centiampere +om:centiampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:ampere ; + om:symbol "cA" ; + rdfs:comment "The centiampere is a unit of electric current defined as 1.0e-2 ampere."@en ; + rdfs:label "centiampere"@en , + "centiampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centiare +om:centiare rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:area-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:are ; + om:symbol "ca" ; + rdfs:comment "The centiare is a unit of area defined as 1.0e-2 are."@en ; + rdfs:label "centiare"@en , + "centiare"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centibecquerel +om:centibecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:becquerel ; + om:symbol "cBq" ; + rdfs:comment "The centibecquerel is a unit of activity defined as 1.0e-2 becquerel."@en ; + rdfs:label "centibecquerel"@en , + "centibecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centicandela +om:centicandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:candela ; + om:symbol "ccd" ; + rdfs:comment "The centicandela is a unit of luminous intensity defined as 1.0e-2 candela."@en ; + rdfs:label "centicandela"@en , + "centicandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centicoulomb +om:centicoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:coulomb ; + om:symbol "cC" ; + rdfs:comment "The centicoulomb is a unit of electric charge defined as 1.0e-2 coulomb."@en ; + rdfs:label "centicoulomb"@en , + "centicoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centidegreeCelsius +om:centidegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:degreeCelsius ; + om:symbol "c°C" ; + rdfs:comment "The centidegree Celsius is a unit of temperature defined as 1.0e-2 degree Celsius."@en ; + rdfs:label "centidegree Celsius"@en , + "centigraad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centifarad +om:centifarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:farad ; + om:symbol "cF" ; + rdfs:comment "The centifarad is a unit of capacitance defined as 1.0e-2 farad."@en ; + rdfs:label "centifarad"@en , + "centifarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centigram +om:centigram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:gram ; + om:symbol "cg" ; + rdfs:comment "The centigram is a unit of mass defined as 1.0e-2 gram."@en ; + rdfs:label "centigram"@en , + "centigram"@nl , + "百分之一克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centigramPerLitre +om:centigramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:centigram ; + om:alternativeSymbol "cg l-1" , + "cg·l-1" ; + om:symbol "cg/l" ; + rdfs:comment "Centigram per litre is a unit of density defined as centigram divided by litre."@en ; + rdfs:label "centigram per liter"@nl , + "centigram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centigray +om:centigray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:gray ; + om:symbol "cGy" ; + rdfs:comment "The centigray is a unit of absorbed dose defined as 1.0e-2 gray."@en ; + rdfs:label "centigray"@en , + "centigray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centihenry +om:centihenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:henry ; + om:symbol "cH" ; + rdfs:comment "The centihenry is a unit of inductance defined as 1.0e-2 henry."@en ; + rdfs:label "centihenry"@en , + "centihenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centihertz +om:centihertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:hertz ; + om:symbol "cHz" ; + rdfs:comment "The centihertz is a unit of frequency defined as 1.0e-2 hertz."@en ; + rdfs:label "centihertz"@en , + "centihertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centijoule +om:centijoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:joule ; + om:symbol "cJ" ; + rdfs:comment "The centijoule is a unit of energy defined as 1.0e-2 joule."@en ; + rdfs:label "centijoule"@en , + "centijoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centikatal +om:centikatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:katal ; + om:symbol "ckat" ; + rdfs:comment "The centikatal is a unit of catalytic activity defined as 1.0e-2 katal."@en ; + rdfs:label "centikatal"@en , + "centikatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centikelvin +om:centikelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:kelvin ; + om:symbol "cK" ; + rdfs:comment "The centikelvin is a unit of temperature defined as 1.0e-2 kelvin."@en ; + rdfs:label "centikelvin"@en , + "centikelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centilitre +om:centilitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:litre ; + om:symbol "cl" ; + rdfs:label "centiliter"@nl , + "centilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centilumen +om:centilumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:lumen ; + om:symbol "clm" ; + rdfs:label "centilumen"@en , + "centilumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centilux +om:centilux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:lux ; + om:symbol "clx" ; + rdfs:label "centilux"@en , + "centilux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre +om:centimetre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:metre ; + om:symbol "cm" ; + rdfs:comment "The centimetre is a unit of length defined as 1.0e-2 metre."@en ; + rdfs:label "centimeter"@nl , + "centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-Second-BiotSystemOfUnits +om:centimetre-Gram-Second-BiotSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:ElectricCurrent , + om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:biot , + om:centimetre , + om:gram , + om:second-Time ; + om:abbreviation "cm-g-s-Bi"^^xsd:string ; + rdfs:label "centimeter-gram-seconde-biot-systeem"@nl , + "centimetre-gram-second-biot system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-Second-FranklinSystemOfUnits +om:centimetre-Gram-Second-FranklinSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:ElectricCharge , + om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:centimetre , + om:franklin , + om:gram , + om:second-Time ; + om:abbreviation "cm-g-s-Fr"^^xsd:string ; + rdfs:label "centimeter-gram-seconde-franklin-systeem"@nl , + "centimetre-gram-second-franklin system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-SecondElectromagneticSystemOfUnits +om:centimetre-Gram-SecondElectromagneticSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:centimetre , + om:gram , + om:second-Time ; + om:hasDerivedQuantity om:Capacitance , + om:ElectricCharge , + om:ElectricCurrent , + om:ElectricPotential , + om:ElectricalConductance , + om:ElectricalResistance , + om:Inductance , + om:MagneticField , + om:MagneticFlux , + om:MagneticFluxDensity , + om:MagnetomotiveForce ; + om:hasDerivedUnit om:abampere , + om:abcoulomb , + om:abfarad , + om:abhenry , + om:abmho , + om:abohm , + om:abvolt , + om:gauss , + om:gilbert , + om:maxwell , + om:oersted ; + om:abbreviation "EMU"^^xsd:string , + "emu"^^xsd:string ; + om:alternativeLabel "CGS electromagnetic system of units"@en , + "centimetre, gram, second electromagnetic system of units"@en , + "electromagnetic CGS system of units"@en ; + rdfs:label "centimeter-gram-seconde electromagnetische systeem"@nl , + "centimetre-gram-second electromagnetic system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-SecondElectrostaticSystemOfUnits +om:centimetre-Gram-SecondElectrostaticSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:centimetre , + om:gram , + om:second-Time ; + om:hasDerivedQuantity om:Capacitance , + om:ElectricCharge , + om:ElectricCurrent , + om:ElectricPotential , + om:ElectricalConductance , + om:ElectricalResistance , + om:Inductance , + om:MagneticFlux , + om:MagneticFluxDensity , + om:MagnetomotiveForce ; + om:hasDerivedUnit om:statampere , + om:statcoulomb , + om:statfarad , + om:stathenry , + om:statmho , + om:statohm , + om:stattesla , + om:statvolt , + om:statweber ; + om:abbreviation "ESU"^^xsd:string , + "esu"^^xsd:string ; + om:alternativeLabel "CGS electrostatic system of units"@en , + "electrostatic CGS system of units"@en ; + rdfs:label "centimeter-gram-seconde electrostatische systeem"@nl , + "centimetre-gram-second electrostatic system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-SecondSystemOfUnits +om:centimetre-Gram-SecondSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:centimetre , + om:gram , + om:second-Time ; + om:hasDerivedQuantity om:Acceleration , + om:DynamicViscosity , + om:Energy , + om:Force , + om:Frequency , + om:Illuminance , + om:KinematicViscosity , + om:Luminance , + om:Pressure ; + om:hasDerivedUnit om:dyne , + om:erg , + om:gal , + om:hertz , + om:microbar , + om:phot , + om:poise , + om:stilb , + om:stokes ; + om:abbreviation "CGS"^^xsd:string , + "cgs"^^xsd:string ; + rdfs:label "centimeter-gram-seconde-systeem"@nl , + "centimetre-gram-second system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury +om:centimetreOfMercury rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:metreOfMercury ; + om:symbol "cm Hg" ; + rdfs:comment "The centimetre of mercury is a unit of pressure defined as 1.0e-2 metre of mercury."@en ; + rdfs:label "centimeter kwik"@nl , + "centimetre of mercury"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerCubicCentimetre +om:centimetrePerCubicCentimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicCentimetre ; + om:hasNumerator om:centimetre ; + om:alternativeSymbol "cm cm-3" , + "cm·cm-3" ; + om:symbol "cm/cm3" ; + rdfs:label "centimeter per kubieke centimeter"@nl , + "centimetre per cubic centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerDay +om:centimetrePerDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasNumerator om:centimetre ; + om:alternativeSymbol "cm d-1" , + "cm·d-1" ; + om:symbol "cm/d" ; + rdfs:comment "Centimetre per day is a unit of speed defined as centimetre divided by day."@en ; + rdfs:label "centimeter per dag"@nl , + "centimetre per day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-Time +om:centimetrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:centimetre ; + om:alternativeSymbol "cm s-1" , + "cm·s-1" ; + om:symbol "cm/s" ; + rdfs:comment "Centimetre per second is a unit of speed defined as centimetre divided by second."@en ; + rdfs:label "centimeter per seconde"@nl , + "centimetre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-TimeSquared +om:centimetrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:centimetre ; + om:alternativeSymbol "cm s-2" , + "cm·s-2" ; + om:symbol "cm/s2" ; + rdfs:comment "Centimetre per second squared is a unit of acceleration defined as centimetre divided by second squared."@en ; + rdfs:label "centimeter per seconde kwadraat"@nl , + "centimetre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimolar +om:centimolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:molar ; + om:symbol "cM" ; + rdfs:comment "The centimolar is a unit of amount of substance concentration defined as 1.0e-2 molar."@en ; + rdfs:label "centimolair"@nl , + "centimolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimole +om:centimole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:mole ; + om:symbol "cmol" ; + rdfs:label "centimol"@nl , + "centimole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimolePerLitre +om:centimolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:centimole ; + om:alternativeSymbol "cmol l-1" , + "cmol·l-1" ; + om:symbol "cmol/l" ; + rdfs:comment "Centimole per litre is a unit of amount of substance concentration defined as centimole divided by litre."@en ; + rdfs:label "centimole per liter"@nl , + "centimole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimolePerMetre +om:centimolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:centimole ; + om:alternativeSymbol "cmol m-1" , + "cmol·m-1" ; + om:symbol "cmol/m" ; + rdfs:label "centimole per meter"@nl , + "centimole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centinewton +om:centinewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:newton ; + om:symbol "cN" ; + rdfs:label "centinewton"@en , + "centinewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centiohm +om:centiohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:ohm ; + om:symbol "cΩ" ; + rdfs:label "centiohm"@en , + "centiohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal +om:centipascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:pascal ; + om:symbol "cPa" ; + rdfs:label "centipascal"@en , + "centipascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centipoise +om:centipoise rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dynamicViscosity-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:poise ; + om:symbol "cP" ; + rdfs:label "centipoise"@en , + "centipoise"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centiradian +om:centiradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:centi ; + om:hasUnit om:radian ; + om:symbol "crad" ; + rdfs:label "centiradiaal"@nl , + "centiradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time +om:centisecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:second-Time ; + om:symbol "cs" ; + rdfs:label "centisecond"@en , + "centiseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-TimeSquared +om:centisecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:centisecond-Time ; + om:hasExponent 2 ; + om:symbol "cs2" ; + rdfs:label "centisecond squared"@en , + "centiseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centisiemens +om:centisiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:siemens ; + om:symbol "cS" ; + rdfs:label "centisiemens"@en , + "centisiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centisievert +om:centisievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:sievert ; + om:symbol "cSv" ; + rdfs:label "centisievert"@en , + "centisievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centisteradian +om:centisteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:centi ; + om:hasUnit om:steradian ; + om:symbol "csr" ; + rdfs:label "centisteradiaal"@nl , + "centisteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centistokes +om:centistokes rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:kinematicViscosityOrThermalDiffusivity-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:stokes ; + om:symbol "cSt" ; + rdfs:label "centistokes"@en , + "centistokes"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centitesla +om:centitesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:tesla ; + om:symbol "cT" ; + rdfs:label "centitesla"@en , + "centitesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centivolt +om:centivolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:volt ; + om:symbol "cV" ; + rdfs:label "centivolt"@en , + "centivolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centiwatt +om:centiwatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:watt ; + om:symbol "cW" ; + rdfs:label "centiwatt"@en , + "centiwatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centiweber +om:centiweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:weber ; + om:symbol "cWb" ; + rdfs:label "centiweber"@en , + "centiweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/chain +om:chain rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "20.1168"^^xsd:float ; + om:symbol "ch" ; + rdfs:comment "The chain is a unit of length defined as 20.1168 metre."@en ; + rdfs:label "chain"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/chemicalPhysics +om:chemicalPhysics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:AmountOfSubstance , + om:AmountOfSubstanceConcentration , + om:AmountOfSubstanceFlow , + om:AmountOfSubstanceFraction , + om:AmountOfSubstanceFractionFlow , + om:Molality , + om:MolarEnergy , + om:MolarEntropy , + om:MolarHeatCapacity , + om:MolarMass , + om:MolarVolume , + om:ResonanceEnergy ; + om:usesUnit om:attomolar , + om:attomole , + om:attomolePerLitre , + om:attomolePerMetre , + om:centimole , + om:centimolePerLitre , + om:centimolePerMetre , + om:cubicMetrePerMole , + om:decamole , + om:decamolePerLitre , + om:decamolePerMetre , + om:decimole , + om:decimolePerLitre , + om:decimolePerMetre , + om:examole , + om:examolePerLitre , + om:examolePerMetre , + om:femtomolar , + om:femtomole , + om:femtomolePerLitre , + om:femtomolePerMetre , + om:gigamole , + om:gigamolePerLitre , + om:gigamolePerMetre , + om:hectomole , + om:hectomolePerLitre , + om:hectomolePerMetre , + om:joulePerKelvinMole , + om:joulePerMole , + om:kelvinMole , + om:kilogramPerMole , + om:kilomole , + om:kilomolePerLitre , + om:kilomolePerMetre , + om:litrePerMole , + om:megamolar , + om:megamole , + om:megamolePerLitre , + om:megamolePerMetre , + om:micromolar , + om:micromole , + om:micromolePerLitre , + om:micromolePerMetre , + om:micromolePerMole , + om:micromolePerSecond-TimeGram , + om:millimolar , + om:millimole , + om:millimolePerLitre , + om:millimolePerMetre , + om:molar , + om:mole , + om:moleMicrometre , + om:moleMicrometreReciprocalSquareCentimetre , + om:moleMicrometreReciprocalSquareCentimetreReciprocalSecond-Time , + om:molePerAttolitre , + om:molePerAttometre , + om:molePerCentilitre , + om:molePerCentimetre , + om:molePerCubicmetre , + om:molePerDecalitre , + om:molePerDecametre , + om:molePerDecilitre , + om:molePerDecimetre , + om:molePerExalitre , + om:molePerExametre , + om:molePerFemtolitre , + om:molePerFemtometre , + om:molePerGigalitre , + om:molePerGigametre , + om:molePerHectolitre , + om:molePerHectometre , + om:molePerKilogram , + om:molePerKilolitre , + om:molePerKilometre , + om:molePerLitre , + om:molePerMegalitre , + om:molePerMetre , + om:molePerMicrolitre , + om:molePerMicrometre , + om:molePerMillilitre , + om:molePerMillimetre , + om:molePerMole , + om:molePerNanolitre , + om:molePerNanometre , + om:molePerPetalitre , + om:molePerPetametre , + om:molePerPicolitre , + om:molePerPicometre , + om:molePerTeralitre , + om:molePerTerametre , + om:molePerYoctometre , + om:molePerYottametre , + om:molePerZeptometre , + om:molePerZettametre , + om:molePermegametre , + om:nanomolar , + om:nanomole , + om:nanomolePerLitre , + om:nanomolePerMetre , + om:one , + om:partsPerMillion , + om:percent , + om:petamole , + om:petamolePerLitre , + om:petamolePerMetre , + om:picomolar , + om:picomole , + om:picomolePerLitre , + om:picomolePerMetre , + om:teramole , + om:teramolePerLitre , + om:teramolePerMetre ; + rdfs:label "chemical physics"@en , + "fysische chemie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/chemistry +om:chemistry rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Acidity , + om:Amphiphilicity , + om:CatalyticActivity , + om:CatalyticActivityConcentration , + om:CollisionFrequency , + om:Hydrophilicity , + om:Hydrophobicity , + om:Lipophilicity , + om:SaltStrength , + om:SpecificAmylaseActivity , + om:SpecificCatalyticActivity , + om:SpecificProteaseActivity ; + om:usesUnit om:amylaseUnit , + om:attokatal , + om:centikatal , + om:decakatal , + om:decikatal , + om:deltaA450 , + om:deltaA450PerSecond-Time , + om:deltaA450PerSecond-TimePerMilligram , + om:exakatal , + om:femtokatal , + om:gigakatal , + om:hectokatal , + om:katal , + om:katalPerCubicmetre , + om:kilokatal , + om:megakatal , + om:microkatal , + om:micromolePerSecond-Time , + om:millikatal , + om:molePerSecond-Time , + om:nanokatal , + om:nanokatalPerMilligram , + om:petakatal , + om:picokatal , + om:terakatal ; + rdfs:label "chemie"@nl , + "chemistry"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cicero +om:cicero rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:point-Didot ; + om:hasFactor "12.0"^^xsd:float ; + rdfs:comment "The cicero is a unit of length defined as 12 point (Didot)."@en ; + rdfs:label "cicero"@en , + "cicero"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/circularMil +om:circularMil rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:area-Dimension ; + om:hasUnit om:squareMetre ; + om:hasFactor "5.067075E-10"^^xsd:float ; + rdfs:comment "The cicular mil is a unit of area defined as 5.067075e-10 square metre."@en ; + rdfs:label "circular mil"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnit +om:colonyFormingUnit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit , + om:UnitDivision ; + om:symbol "CFU" ; + rdfs:label "colony forming unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre +om:colonyFormingUnitPer25Millilitre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:_25Millilitre ; + om:hasNumerator om:colonyFormingUnit ; + om:symbol "CFU/ml" ; + rdfs:label "colony forming unit per 25 millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram +om:colonyFormingUnitPerGram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gram ; + om:hasNumerator om:colonyFormingUnit ; + om:symbol "CFU/g" ; + rdfs:label "colony forming unit per gram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre +om:colonyFormingUnitPerMillilitre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:millilitre ; + om:hasNumerator om:colonyFormingUnit ; + om:symbol "CFU/ml" ; + rdfs:label "colony forming unit per millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/columnNumberDensity-Dimension +om:columnNumberDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "column number density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/commonApplicationArea +om:commonApplicationArea rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Area , + om:Density , + om:ElectricCurrent , + om:ElectricPotential , + om:Energy , + om:Force , + om:Frequency , + om:Length , + om:Mass , + om:MassFraction , + om:Power , + om:Speed , + om:Temperature , + om:Time , + om:Volume ; + om:usesUnit om:acre-International , + om:acre-USSurvey , + om:ampere , + om:are , + om:centilitre , + om:centimetre , + om:cubicCentimetre , + om:cubicMetre , + om:day , + om:decilitre , + om:degreeCelsius , + om:degreeFahrenheit , + om:foot-International , + om:gallon-Imperial , + om:gallon-US , + om:gram , + om:gramPerKilogram , + om:gramPerLitre , + om:hectare , + om:hertz , + om:hour , + om:inch-International , + om:joule , + om:kelvin , + om:kilocalorie-Mean , + om:kilogram , + om:kilohertz , + om:kilojoule , + om:kilometre , + om:kilometrePerHour , + om:kilonewton , + om:kilowatt , + om:kilowattHour , + om:liquidPint-US , + om:litre , + om:megahertz , + om:megawatt , + om:metre , + om:metrePerSecond-Time , + om:mile-Statute , + om:mile-StatutePerHour , + om:milliampere , + om:milligram , + om:milligramPerLitre , + om:millilitre , + om:millimetre , + om:millisecond-Time , + om:millivolt , + om:milliwatt , + om:minute-Time , + om:month , + om:newton , + om:ounceAvoirdupois , + om:percent , + om:pint-Imperial , + om:pound-Force , + om:poundAvoirdupois , + om:second-Time , + om:squareCentimetre , + om:squareKilometre , + om:squareMetre , + om:volt , + om:watt , + om:week , + om:yard-International , + om:year ; + rdfs:label "algemeen toepassingsgebied"@nl , + "common application area"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/constantCurrentThatProducesAnAttractiveForceOf2e-7NewtonPerMetreOfLengthBetweenTwoStraightParallelConductorsOfInfiniteLengthAndNegligibleCircularCrossSectionPlacedOneMetreApartInAVacuum +om:constantCurrentThatProducesAnAttractiveForceOf2e-7NewtonPerMetreOfLengthBetweenTwoStraightParallelConductorsOfInfiniteLengthAndNegligibleCircularCrossSectionPlacedOneMetreApartInAVacuum rdf:type owl:NamedIndividual , + om:ElectricCurrent ; + rdfs:label "constant current that produces an attractive force of 2e–7 newton per metre of length between two straight, parallel conductors of infinite length and negligible circular cross section placed one metre apart in a vacuum"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cord +om:cord rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "3.624556"^^xsd:float ; + rdfs:comment "The cord is a unit of volume defined as 3.624556 cubic metre."@en ; + rdfs:label "cord"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cosmology +om:cosmology rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:CosmologicalConstant , + om:CriticalDensity , + om:CurvatureConstant , + om:DecelerationParameter , + om:DensityParameter , + om:DensityParameterForBaryonicMatter , + om:DensityParameterForMatter , + om:DensityParameterForRadiation , + om:DensityParameterForVacuum , + om:HubbleConstant , + om:HubbleConstantAtPresentEpoch , + om:ScaleFactor , + om:TotalDensityParameter ; + om:usesUnit om:gigaelectronvolt , + om:gigaparsec , + om:kiloelectronvolt , + om:megaelectronvolt , + om:megaparsec ; + rdfs:label "cosmology"@en , + "kosmologie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb +om:coulomb rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasUnit om:second-TimeAmpere ; + om:longcomment "The coulomb is a unit of electric charge defined as ampere times second = farad times volt. The coulomb is a derived unit in the International System of Units." ; + om:symbol "C" ; + rdfs:comment "The coulomb is a unit of electric charge defined as ampere times second = farad times volt."@en ; + rdfs:label "coulomb"@en , + "coulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/coulombMetre +om:coulombMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:electricDipoleMoment-Dimension ; + om:hasTerm1 om:coulomb ; + om:hasTerm2 om:metre ; + om:alternativeSymbol "C·m" ; + om:symbol "C m" ; + rdfs:label "coulomb meter"@nl , + "coulomb metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerCubicmetre +om:coulombPerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:electricChargeDensity-Dimension ; + om:hasNumerator om:coulomb ; + om:alternativeSymbol "C m-3" , + "C·m-3" ; + om:symbol "C/m3" ; + rdfs:label "coulomb per cubic metre"@en , + "coulomb per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerKilogram +om:coulombPerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:exposureToXAndGammaRays-Dimension ; + om:hasNumerator om:coulomb ; + om:alternativeSymbol "C kg-1" , + "C·kg-1" ; + om:symbol "C/kg" ; + rdfs:label "coulomb per kilogram"@en , + "coulomb per kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerSquareMetre +om:coulombPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:electricFluxDensity-Dimension ; + om:hasNumerator om:coulomb ; + om:alternativeSymbol "C m-2" , + "C·m-2" ; + om:symbol "C/m2" ; + rdfs:label "coulomb per square metre"@en , + "coulomb per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerVolt +om:coulombPerVolt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:volt ; + om:hasDimension om:capacitance-Dimension ; + om:hasNumerator om:coulomb ; + om:alternativeSymbol "C V-1" , + "C·V-1" ; + om:symbol "C/V" ; + rdfs:label "coulomb per volt"@en , + "coulomb per volt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/count +om:count rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "count"@en , + "回数"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicAttometre +om:cubicAttometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:attometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "am3" ; + rdfs:label "cubic attometre"@en , + "kubieke attometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetre +om:cubicCentimetre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:centimetre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "cm3" ; + rdfs:label "cubic centimetre"@en , + "kubieke centimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetrePerCubicCentimetre +om:cubicCentimetrePerCubicCentimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicCentimetre ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:cubicCentimetre ; + om:alternativeSymbol "cm3 cm-3" , + "cm3·cm-3" ; + om:symbol "cm3/cm3" ; + rdfs:label "cubic centimetre per cubic centimetre"@en , + "kubieke centimeter per kubieke centimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecametre +om:cubicDecametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:decametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "dam3" ; + rdfs:label "cubic decametre"@en , + "kubieke decameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecimetre +om:cubicDecimetre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:decimetre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "dm3" ; + rdfs:label "cubic decimetre"@en , + "kubieke decimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicExametre +om:cubicExametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:exametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Em3" ; + rdfs:label "cubic exametre"@en , + "kubieke exameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicFemtometre +om:cubicFemtometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:femtometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "fm3" ; + rdfs:label "cubic femtometre"@en , + "kubieke femtometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicGigametre +om:cubicGigametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:gigametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Gm3" ; + rdfs:label "cubic gigametre"@en , + "kubieke gigameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicHectometre +om:cubicHectometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:hectometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "hm3" ; + rdfs:label "cubic hectometre"@en , + "kubieke hectometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKilometre +om:cubicKilometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:kilometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "km3" ; + rdfs:label "cubic kilometre"@en , + "kubieke kilometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKiloparsec +om:cubicKiloparsec rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:kiloparsec ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "kpc3" ; + rdfs:label "cubic kiloparsec"@en , + "kubieke kiloparsec"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMegametre +om:cubicMegametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:megametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Mm3" ; + rdfs:label "cubic megametre"@en , + "kubieke megameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre +om:cubicMetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:metre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:longcomment "Cubic metre is a unit of volume defined as the volume of a cube whose sides measure exactly one metre. Cubic metre is a derived unit in the International System of Units." ; + om:symbol "m3" ; + rdfs:comment "Cubic metre is a unit of volume defined as the volume of a cube whose sides measure exactly one metre."@en ; + rdfs:label "cubic metre"@en , + "kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetreKelvin +om:cubicMetreKelvin rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:cubicMetre ; + om:hasTerm2 om:kelvin ; + om:alternativeSymbol "m3·K" ; + om:symbol "m3 K" ; + rdfs:label "cubic metre kelvin"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerCubicmetre +om:cubicMetrePerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:cubicMetre ; + om:alternativeSymbol "m3 m-3" , + "m3·m-3" ; + om:symbol "m3/m3" ; + rdfs:label "cubic metre per cubic metre"@en , + "kubieke meter per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerKilogram +om:cubicMetrePerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:specificVolume-Dimension ; + om:hasNumerator om:cubicMetre ; + om:alternativeSymbol "m3 kg-1" , + "m3·kg-1" ; + om:longcomment "Cubic metre per kilogram is a unit of specific volume defined as cubic metre divided by kilogram. Cubic metre per kilogram is a derived unit in the International System of Units." ; + om:symbol "m3/kg" ; + rdfs:comment "Cubic metre per kilogram is a unit of specific volume defined as cubic metre divided by kilogram."@en ; + rdfs:label "cubic metre per kilogram"@en , + "kubieke meter per kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerMole +om:cubicMetrePerMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:mole ; + om:hasNumerator om:cubicMetre ; + om:alternativeSymbol "m3 mol-1" , + "m3·mol-1" ; + om:symbol "m3/mol" ; + rdfs:label "cubic metre per mole"@en , + "kubieke meter per mol"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerSecond-Time +om:cubicMetrePerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:volumetricFlowRate-Dimension ; + om:hasNumerator om:cubicMetre ; + om:alternativeSymbol "m3 s-1" , + "m3·s-1" ; + om:symbol "m3/s" ; + rdfs:label "cubic metre per second"@en , + "kubieke meter per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerYear +om:cubicMetrePerYear rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:year ; + om:hasDimension om:volumetricFlowRate-Dimension ; + om:hasNumerator om:cubicMetre ; + rdfs:label "cubic metre per year"@en , + "kubieke meter per jaar"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMicrometre +om:cubicMicrometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:micrometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "μm3" ; + rdfs:label "cubic micrometre"@en , + "kubieke micrometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetre +om:cubicMillimetre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:millimetre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "mm3" ; + rdfs:label "cubic millimetre"@en , + "kubieke millimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetrePerCubicMillimetre +om:cubicMillimetrePerCubicMillimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMillimetre ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:cubicMillimetre ; + om:alternativeSymbol "mm3 mm-3" , + "mm3·mm-3" ; + om:symbol "mm3/mm3" ; + rdfs:label "cubic millimetre per cubic millimetre"@en , + "kubieke millimeter per kubieke millimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicNanometre +om:cubicNanometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:nanometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "nm3" ; + rdfs:label "cubic nanometre"@en , + "kubieke nanometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicParsec +om:cubicParsec rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:parsec ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "pc3" ; + rdfs:label "cubic parsec"@en , + "kubieke parsec"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicPetametre +om:cubicPetametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:petametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Pm3" ; + rdfs:label "cubic petametre"@en , + "kubieke petameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicPicometre +om:cubicPicometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:picometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "pm3" ; + rdfs:label "cubic picometre"@en , + "kubieke picometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicTerametre +om:cubicTerametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:terametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Tm3" ; + rdfs:label "cubic terametre"@en , + "kubieke terameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicYoctometre +om:cubicYoctometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:yoctometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "ym3" ; + rdfs:label "cubic yoctometre"@en , + "kubieke yoctometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicYottametre +om:cubicYottametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:yottametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Ym3" ; + rdfs:label "cubic yottametre"@en , + "kubieke yottameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicZeptometre +om:cubicZeptometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:zeptometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "zm3" ; + rdfs:label "cubic zeptometre"@en , + "kubieke zeptometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicZettametre +om:cubicZettametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:zettametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Zm3" ; + rdfs:label "cubic zettametre"@en , + "kubieke zettameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cup +om:cup rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "cup"@en , + "kopje"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cup-USCustomary +om:cup-USCustomary rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "2.365882E-4"^^xsd:float ; + om:LaTeXCommand "\\cupUnit" ; + om:alternativeLabel "US customary cup"@en ; + rdfs:comment "The US customary cup is a unit of volume defined as 2.365882e-4 cubic metre."@en ; + rdfs:label "cup (US customary)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/curie +om:curie rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:frequency-Dimension ; + om:hasUnit om:becquerel ; + om:hasFactor "3.6999999E10"^^xsd:float ; + om:symbol "Ci" ; + rdfs:comment "The curie is a unit of activity defined as 3.7e10 becquerel."@en ; + rdfs:label "curie"@en , + "curie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/currentDensity-Dimension +om:currentDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "current density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/darcy +om:darcy rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:area-Dimension ; + om:hasUnit om:squareMetre ; + om:hasFactor "9.869233E-13"^^xsd:float ; + rdfs:comment "The darcy is a unit of area defined as 9.869233e-13 square metre."@en ; + rdfs:label "darcy"@en , + "darcy"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dash +om:dash rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "dash"@en , + "scheutje"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/day +om:day rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "86400.0"^^xsd:float ; + om:LaTeXCommand "\\dayUnit" ; + om:symbol "d" ; + rdfs:comment "The day is a unit of time defined as 86400 second."@en ; + rdfs:label "dag"@nl , + "day"@en , + "天"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/day-Sidereal +om:day-Sidereal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "86164.09"^^xsd:float ; + om:alternativeLabel "sidereal day"@en ; + rdfs:comment "The sidereal day is a unit of time defined as 8.616409e4 second."@en ; + rdfs:label "day (sidereal)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/debye +om:debye rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricDipoleMoment-Dimension ; + om:hasUnit om:coulombMetre ; + om:hasFactor "3.33564E-30"^^xsd:float ; + om:symbol "D" ; + rdfs:comment "The debye is a unit of electric dipole moment defined as 3.33564e-30 coulomb metre."@en ; + rdfs:label "debye"@en , + "debye"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deca +om:deca rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "10.0"^^xsd:float ; + om:alternativeLabel "deka"@en ; + om:symbol "da" ; + rdfs:label "deca"@en , + "deca"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decaampere +om:decaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:ampere ; + om:symbol "daA" ; + rdfs:comment "The decaampere is a unit of electric current defined as 1.0e1 ampere."@en ; + rdfs:label "decaampere"@en , + "decaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decabecquerel +om:decabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:becquerel ; + om:symbol "daBq" ; + rdfs:comment "The decabecquerel is a unit of activity defined as 1.0e1 becquerel."@en ; + rdfs:label "decabecquerel"@en , + "decabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decacandela +om:decacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:candela ; + om:symbol "dacd" ; + rdfs:comment "The decacandela is a unit of luminous intensity defined as 1.0e1 candela."@en ; + rdfs:label "decacandela"@en , + "decacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decacoulomb +om:decacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:coulomb ; + om:symbol "daC" ; + rdfs:comment "The decacoulomb is a unit of electric charge defined as 1.0e1 coulomb."@en ; + rdfs:label "decacoulomb"@en , + "decacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decafarad +om:decafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:farad ; + om:symbol "daF" ; + rdfs:comment "The decafarad is a unit of capacitance defined as 1.0e1 farad."@en ; + rdfs:label "decafarad"@en , + "decafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decagram +om:decagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:gram ; + om:symbol "dag" ; + rdfs:comment "The decagram is a unit of mass defined as 1.0e1 gram."@en ; + rdfs:label "decagram"@en , + "decagram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decagramPerLitre +om:decagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:decagram ; + om:alternativeSymbol "dag l-1" , + "dag·l-1" ; + om:symbol "dag/l" ; + rdfs:comment "Decagram per litre is a unit of density defined as decagram divided by litre."@en ; + rdfs:label "decagram per liter"@nl , + "decagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decagray +om:decagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:gray ; + om:symbol "daGy" ; + rdfs:comment "The decagray is a unit of absorbed dose defined as 1.0e1 gray."@en ; + rdfs:label "decagray"@en , + "decagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decahenry +om:decahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:henry ; + om:symbol "daH" ; + rdfs:comment "The decahenry is a unit of inductance defined as 1.0e1 henry."@en ; + rdfs:label "decahenry"@en , + "decahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decahertz +om:decahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:hertz ; + om:symbol "daHz" ; + rdfs:comment "The decahertz is a unit of frequency defined as 1.0e1 hertz."@en ; + rdfs:label "decahertz"@en , + "decahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decajoule +om:decajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:joule ; + om:symbol "daJ" ; + rdfs:comment "The decajoule is a unit of energy defined as 1.0e1 joule."@en ; + rdfs:label "decajoule"@en , + "decajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decakatal +om:decakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:katal ; + om:symbol "dakat" ; + rdfs:comment "The decakatal is a unit of catalytic activity defined as 1.0e1 katal."@en ; + rdfs:label "decakatal"@en , + "decakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decakelvin +om:decakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:kelvin ; + om:symbol "daK" ; + rdfs:comment "The decakelvin is a unit of thermodynamic temperature defined as 1.0e1 kelvin."@en ; + rdfs:label "decakelvin"@en , + "decakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decalitre +om:decalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:litre ; + om:symbol "dal" ; + rdfs:label "decaliter"@nl , + "decalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decalumen +om:decalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:lumen ; + om:symbol "dalm" ; + rdfs:label "decalumen"@en , + "decalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decalux +om:decalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:lux ; + om:symbol "dalx" ; + rdfs:label "decalux"@en , + "decalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decametre +om:decametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:metre ; + om:symbol "dam" ; + rdfs:comment "The decametre is a unit of length defined as 1.0e1 metre."@en ; + rdfs:label "decameter"@nl , + "decametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-Time +om:decametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:decametre ; + om:alternativeSymbol "dam s-1" , + "dam·s-1" ; + om:symbol "dam/s" ; + rdfs:comment "Decametre per second is a unit of speed defined as decametre divided by second."@en ; + rdfs:label "decameter per seconde"@nl , + "decametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-TimeSquared +om:decametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:decametre ; + om:alternativeSymbol "dam s-2" , + "dam·s-2" ; + om:symbol "dam/s2" ; + rdfs:comment "Decametre per second squared is a unit of acceleration defined as decametre divided by second squared."@en ; + rdfs:label "decameter per seconde kwadraat"@nl , + "decametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decamolar +om:decamolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:molar ; + om:symbol "daM" ; + rdfs:comment "The decamolar is a unit of amount of substance concentration defined as 1.0e1 molar."@en ; + rdfs:label "decamolair"@nl , + "decamolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decamole +om:decamole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:mole ; + om:symbol "damol" ; + rdfs:label "decamol"@nl , + "decamole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decamolePerLitre +om:decamolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:decamole ; + om:alternativeSymbol "damol l-1" , + "damol·l-1" ; + om:symbol "damol/l" ; + rdfs:comment "Decamole per litre is a unit of amount of substance concentration defined as decamole divided by litre."@en ; + rdfs:label "decamole per liter"@nl , + "decamole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decamolePerMetre +om:decamolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:decamole ; + om:alternativeSymbol "damol m-1" , + "damol·m-1" ; + om:symbol "damol/m" ; + rdfs:label "decamole per meter"@nl , + "decamole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decanewton +om:decanewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:newton ; + om:symbol "daN" ; + rdfs:label "decanewton"@en , + "decanewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decaohm +om:decaohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:ohm ; + om:symbol "daΩ" ; + rdfs:label "decaohm"@en , + "decaohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal +om:decapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:pascal ; + om:symbol "daPa" ; + rdfs:label "decapascal"@en , + "decapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time +om:decasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:second-Time ; + om:symbol "das" ; + rdfs:label "decasecond"@en , + "decaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-TimeSquared +om:decasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:decasecond-Time ; + om:hasExponent 2 ; + om:symbol "das2" ; + rdfs:label "decasecond squared"@en , + "decaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decasiemens +om:decasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:siemens ; + om:symbol "daS" ; + rdfs:label "decasiemens"@en , + "decasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decasievert +om:decasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:sievert ; + om:symbol "daSv" ; + rdfs:label "decasievert"@en , + "decasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decatesla +om:decatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:tesla ; + om:symbol "daT" ; + rdfs:label "decatesla"@en , + "decatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decavolt +om:decavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:volt ; + om:symbol "daV" ; + rdfs:label "decavolt"@en , + "decavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decawatt +om:decawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:watt ; + om:symbol "daW" ; + rdfs:label "decawatt"@en , + "decawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decaweber +om:decaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:weber ; + om:symbol "daWb" ; + rdfs:label "decaweber"@en , + "decaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deci +om:deci rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "0.1"^^xsd:float ; + om:symbol "d" ; + rdfs:label "deci"@en , + "deci"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deciampere +om:deciampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:ampere ; + om:symbol "dA" ; + rdfs:comment "The deciampere is a unit of electric current defined as 1.0e-1 ampere."@en ; + rdfs:label "deciampere"@en , + "deciampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decibar +om:decibar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:bar ; + om:symbol "dbar" ; + rdfs:comment "The decibar is a unit of pressure defined as 1.0e-1 bar."@en ; + rdfs:label "decibar"@en , + "decibar"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decibecquerel +om:decibecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:becquerel ; + om:symbol "dBq" ; + rdfs:comment "The decibecquerel is a unit of activity defined as 1.0e-1 becquerel."@en ; + rdfs:label "decibecquerel"@en , + "decibecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decibel +om:decibel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:deci ; + om:hasUnit om:bel ; + om:symbol "dB" ; + rdfs:label "decibel"@en , + "decibel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decicandela +om:decicandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:candela ; + om:symbol "dcd" ; + rdfs:comment "The decicandela is a unit of luminous intensity defined as 1.0e-1 candela."@en ; + rdfs:label "decicandela"@en , + "decicandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decicoulomb +om:decicoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:coulomb ; + om:symbol "dC" ; + rdfs:comment "The decicoulomb is a unit of electric charge defined as 1.0e-1 coulomb."@en ; + rdfs:label "decicoulomb"@en , + "decicoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decidegreeCelsius +om:decidegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:degreeCelsius ; + om:symbol "d°C" ; + rdfs:comment "The decidegree Celsius is a unit of temperature defined as 1.0e-1 degree Celsius."@en ; + rdfs:label "decidegree Celsius"@en , + "decigraad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decifarad +om:decifarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:farad ; + om:symbol "dF" ; + rdfs:comment "The decifarad is a unit of capacitance defined as 1.0e-1 farad."@en ; + rdfs:label "decifarad"@en , + "decifarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decigram +om:decigram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:gram ; + om:symbol "dg" ; + rdfs:comment "The decigram is a unit of mass defined as 1.0e-1 gram."@en ; + rdfs:label "decigram"@en , + "decigram"@nl , + "十分之一克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decigramPerLitre +om:decigramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:decigram ; + om:alternativeSymbol "dg l-1" , + "dg·l-1" ; + om:symbol "dg/l" ; + rdfs:comment "Decigram per litre is a unit of density defined as decigram divided by litre."@en ; + rdfs:label "decigram per liter"@nl , + "decigram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decigray +om:decigray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:gray ; + om:symbol "dGy" ; + rdfs:comment "The decigray is a unit of absorbed dose defined as 1.0e-1 gray."@en ; + rdfs:label "decigray"@en , + "decigray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decihenry +om:decihenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:henry ; + om:symbol "dH" ; + rdfs:comment "The decihenry is a unit of inductance defined as 1.0e-1 henry."@en ; + rdfs:label "decihenry"@en , + "decihenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decihertz +om:decihertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:hertz ; + om:symbol "dHz" ; + rdfs:comment "The decihertz is a unit of frequency defined as 1.0e-1 hertz."@en ; + rdfs:label "decihertz"@en , + "decihertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decijoule +om:decijoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:joule ; + om:symbol "dJ" ; + rdfs:comment "The decijoule is a unit of energy defined as 1.0e-1 joule."@en ; + rdfs:label "decijoule"@en , + "decijoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decikatal +om:decikatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:katal ; + om:symbol "dkat" ; + rdfs:comment "The decikatal is a unit of catalytic activity defined as 1.0e-1 katal."@en ; + rdfs:label "decikatal"@en , + "decikatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decikelvin +om:decikelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:kelvin ; + om:symbol "dK" ; + rdfs:comment "The decikelvin is a unit of temperature defined as 1.0e-1 kelvin."@en ; + rdfs:label "decikelvin"@en , + "decikelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decilitre +om:decilitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:litre ; + om:symbol "dl" ; + rdfs:label "deciliter"@nl , + "decilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decilumen +om:decilumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:lumen ; + om:symbol "dlm" ; + rdfs:label "decilumen"@en , + "decilumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decilux +om:decilux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:lux ; + om:symbol "dlx" ; + rdfs:label "decilux"@en , + "decilux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre +om:decimetre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:metre ; + om:symbol "dm" ; + rdfs:comment "The decimetre is a unit of length defined as 1.0e-1 metre."@en ; + rdfs:label "decimeter"@nl , + "decimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-Time +om:decimetrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:decimetre ; + om:alternativeSymbol "dm s-1" , + "dm·s-1" ; + om:symbol "dm/s" ; + rdfs:comment "Decimetre per second is a unit of speed defined as decimetre divided by second."@en ; + rdfs:label "decimeter per seconde"@nl , + "decimetre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-TimeSquared +om:decimetrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:decimetre ; + om:alternativeSymbol "dm s-2" , + "dm·s-2" ; + om:symbol "dm/s2" ; + rdfs:comment "Decimetre per second squared is a unit of acceleration defined as decimetre divided by second squared."@en ; + rdfs:label "decimeter per seconde kwadraat"@nl , + "decimetre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimolar +om:decimolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:molar ; + om:symbol "dM" ; + rdfs:comment "The decimolar is a unit of amount of substance concentration defined as 1.0e-1 molar."@en ; + rdfs:label "decimolair"@nl , + "decimolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimole +om:decimole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:mole ; + om:symbol "dmol" ; + rdfs:label "decimol"@nl , + "decimole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimolePerLitre +om:decimolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:decimole ; + om:alternativeSymbol "dmol l-1" , + "dmol·l-1" ; + om:symbol "dmol/l" ; + rdfs:comment "Decimole per litre is a unit of amount of substance concentration defined as decimole divided by litre."@en ; + rdfs:label "decimole per liter"@nl , + "decimole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimolePerMetre +om:decimolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:decimole ; + om:alternativeSymbol "dmol m-1" , + "dmol·m-1" ; + om:symbol "dmol/m" ; + rdfs:label "decimole per meter"@nl , + "decimole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decinewton +om:decinewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:newton ; + om:symbol "dN" ; + rdfs:label "decinewton"@en , + "decinewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deciohm +om:deciohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:ohm ; + om:symbol "dΩ" ; + rdfs:label "deciohm"@en , + "deciohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal +om:decipascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:pascal ; + om:symbol "dPa" ; + rdfs:label "decipascal"@en , + "decipascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deciradian +om:deciradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:deci ; + om:hasUnit om:radian ; + om:symbol "drad" ; + rdfs:label "deciradiaal"@nl , + "deciradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time +om:decisecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:second-Time ; + om:symbol "ds" ; + rdfs:label "decisecond"@en , + "deciseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-TimeSquared +om:decisecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:decisecond-Time ; + om:hasExponent 2 ; + om:symbol "ds2" ; + rdfs:label "decisecond squared"@en , + "deciseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decisiemens +om:decisiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:siemens ; + om:symbol "dS" ; + rdfs:label "decisiemens"@en , + "decisiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decisievert +om:decisievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:sievert ; + om:symbol "dSv" ; + rdfs:label "decisievert"@en , + "decisievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decisteradian +om:decisteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:deci ; + om:hasUnit om:steradian ; + om:symbol "dsr" ; + rdfs:label "decisteradiaal"@nl , + "decisteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decitesla +om:decitesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:tesla ; + om:symbol "dT" ; + rdfs:label "decitesla"@en , + "decitesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decivolt +om:decivolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:volt ; + om:symbol "dV" ; + rdfs:label "decivolt"@en , + "decivolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deciwatt +om:deciwatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:watt ; + om:symbol "dW" ; + rdfs:label "deciwatt"@en , + "deciwatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deciweber +om:deciweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:weber ; + om:symbol "dWb" ; + rdfs:label "deciweber"@en , + "deciweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deepBowl +om:deepBowl rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "deep bowl"@en , + "diep bord"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degree +om:degree rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:radian ; + om:hasFactor "0.01745329"^^xsd:float ; + om:symbol "°" ; + rdfs:comment "The degree is a unit of angle defined as 1.745329e-2 radian."@en ; + rdfs:label "degree"@en , + "graad"@nl , + "度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius +om:degreeCelsius rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasUnit om:kelvin ; + om:alternativeLabel "centigrade"@en ; + om:longcomment "The degree Celsius is a unit of temperature defined as 1 kelvin. The degree Celsius is a derived unit in the International System of Units." ; + om:symbol "°C" ; + rdfs:comment "The degree Celsius is a unit of temperature defined as 1 kelvin."@en ; + rdfs:label "degree Celsius"@en , + "graad Celsius"@nl , + "摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusDay +om:degreeCelsiusDay rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:degreeCelsius ; + om:hasTerm2 om:day ; + om:alternativeSymbol "°C·d" ; + om:symbol "°C d" ; + rdfs:label "degree Celsius day"@en , + "graad Celsius dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerHour +om:degreeCelsiusPerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasNumerator om:degreeCelsius ; + om:alternativeSymbol "°C h-1" , + "°C·h-1" ; + om:symbol "°C/h" ; + rdfs:label "degree Celsius per hour"@en , + "graad Celsius per uur"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerMinute-Time +om:degreeCelsiusPerMinute-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:minute-Time ; + om:hasNumerator om:degreeCelsius ; + om:alternativeSymbol "°C min-1" , + "°C·min-1" ; + om:symbol "°C/min" ; + rdfs:label "degree Celsius per minute"@en , + "graad Celsius per minuut"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerSecond-Time +om:degreeCelsiusPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasNumerator om:degreeCelsius ; + om:alternativeSymbol "°C s-1" , + "°C·s-1" ; + om:symbol "°C/s" ; + rdfs:label "degree Celsius per second"@en , + "graad Celsius per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit +om:degreeFahrenheit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasUnit om:kelvin ; + om:hasFactor "0.5555556"^^xsd:float ; + om:symbol "°F" ; + rdfs:comment "The degree Fahrenheit is a unit of temperature defined as 5.555556e-1 kelvin."@en ; + rdfs:label "degree Fahrenheit"@en , + "graad Fahrenheit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine +om:degreeRankine rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasUnit om:kelvin ; + om:hasFactor "0.5555556"^^xsd:float ; + om:alternativeSymbol "°Ra" ; + om:symbol "°R" ; + rdfs:comment "The degree Rankine is a unit of temperature defined as 5.555556e-1 kelvin."@en ; + rdfs:label "degree Rankine"@en , + "graad Rankine"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeReaumur +om:degreeReaumur rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasUnit om:kelvin ; + om:hasFactor "1.25"^^xsd:float ; + om:alternativeSymbol "°R" , + "°Re" ; + om:symbol "°Ré" ; + rdfs:comment "The degree Réaumur is a unit of temperature defined as 1.25 kelvin."@en ; + rdfs:label "degree Réaumur"@en , + "graad Réaumur"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeSquared +om:degreeSquared rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:degree ; + om:hasDimension om:dimensionOne ; + om:hasExponent 2 ; + rdfs:label "degree squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450 +om:deltaA450 rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "delta A450"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-Time +om:deltaA450PerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasNumerator om:deltaA450 ; + rdfs:label "delta A450 per second"@en , + "delta A450 per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-TimePerMilligram +om:deltaA450PerSecond-TimePerMilligram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:milligram ; + om:hasDimension om:specificCatalyticActivity-Dimension ; + om:hasNumerator om:deltaA450PerSecond-Time ; + rdfs:label "delta A450 per second per milligram"@en , + "delta A450 per seconde per milligram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension +om:density-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "density dimension"@en , + "dichtheiddimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dessertspoon +om:dessertspoon rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:teaspoon-US ; + om:hasFactor "2.0"^^xsd:float ; + rdfs:comment "The desserspoon is a unit of volume defined as 2 teaspoon."@en ; + rdfs:label "dessertspoon"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne +om:dimensionOne rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "1" ; + rdfs:label "dimensionOne"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dozen +om:dozen rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "12.0"^^xsd:float ; + rdfs:comment "Dozen is a unit of dimension one defined as 12."@en ; + rdfs:label "dozen"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/drop +om:drop rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "drop"@en , + "druppel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dryGallon-US +om:dryGallon-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.004404884"^^xsd:float ; + om:alternativeLabel "US dry gallon"@en , + "gallon (US dry)"@en ; + om:symbol "gal" ; + rdfs:comment "The US dry gallon is a unit of volume defined as 4.40488377086e-3 cubic metre."@en ; + rdfs:label "dry gallon (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dryPint-US +om:dryPint-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "5.506105E-4"^^xsd:float ; + om:alternativeLabel "US dry pint"@en , + "pint (US dry)"@en ; + om:symbol "dry pt" ; + rdfs:comment "The US dry pint is a unit of volume defined as 5.506105e-4 cubic metre."@en ; + rdfs:label "dry pint (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dryQuart-US +om:dryQuart-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.001101221"^^xsd:float ; + om:alternativeLabel "US dry quart"@en , + "quart (US dry)"@en ; + om:symbol "dry qt" ; + rdfs:comment "The US dry quart is a unit of volume defined as 1.101221e-3 cubic metre."@en ; + rdfs:label "dry quart (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/durationOf9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom +om:durationOf9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom rdf:type owl:NamedIndividual , + om:Duration ; + om:hasPhenomenon om:_9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom ; + rdfs:label "duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dynamicViscosity-Dimension +om:dynamicViscosity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "dynamic viscosity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dyne +om:dyne rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:force-Dimension ; + om:hasUnit om:newton ; + om:hasFactor "1.0E-5"^^xsd:float ; + om:symbol "dyn" ; + rdfs:comment "The dyne is a unit of force defined as 1.0e-5 newton."@en ; + rdfs:label "dyne"@en , + "dyne"@nl , + "达因"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/economics +om:economics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:AmountOfMoney , + om:Cost , + om:SpecificAmountOfMoney ; + om:usesUnit om:AustralianDollar , + om:BrazilianReal , + om:CanadianDollar , + om:ChineseYuan , + om:HongKongDollar , + om:IndianRupee , + om:JapaneseYen , + om:MexicanPeso , + om:NewZealandDollar , + om:NorwegianKrone , + om:RussianRuble , + om:SingaporeDollar , + om:SouthAfricanRand , + om:SouthKoreanWon , + om:SwedishKrona , + om:SwissFranc , + om:TurkishLira , + om:UnitedStatesDollar , + om:euro , + om:euroPerTonne , + om:megaeuro , + om:megaeuroPerMegatonne , + om:poundSterling ; + rdfs:label "economics"@en , + "economie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension +om:electricCharge-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "electric charge dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricChargeDensity-Dimension +om:electricChargeDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "electric charge density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension +om:electricCurrent-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "I" ; + rdfs:label "electric current dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricDipoleMoment-Dimension +om:electricDipoleMoment-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "electric dipole moment dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricField-Dimension +om:electricField-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -1 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "electric field dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricFluxDensity-Dimension +om:electricFluxDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "electric flux density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension +om:electricPotential-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -1 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "electric potential dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension +om:electricalConductance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 2 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 3 ; + rdfs:label "electrical conductance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductivity-Dimension +om:electricalConductivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 2 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 3 ; + rdfs:label "electrical conductivity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension +om:electricalResistance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -2 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "electrical resistance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistivity-Dimension +om:electricalResistivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -2 ; + om:hasSILengthDimensionExponent 3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "electrical resistivity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electromagnetism +om:electromagnetism rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Admittance , + om:Capacitance , + om:CurrentDensity , + om:ElectricCharge , + om:ElectricChargeDensity , + om:ElectricCurrent , + om:ElectricDipoleMoment , + om:ElectricField , + om:ElectricFluxDensity , + om:ElectricPotential , + om:ElectricalConductance , + om:ElectricalConductivity , + om:ElectricalResistance , + om:ElectricalResistivity , + om:ElectromotiveForce , + om:Inductance , + om:MagneticField , + om:MagneticFlux , + om:MagneticFluxDensity , + om:MagnetomotiveForce , + om:PermeabilityOfFreeSpace , + om:Permeance-Electromagnetic , + om:Permittivity , + om:PotentialDifference , + om:Reluctance ; + om:usesUnit om:abampere , + om:abcoulomb , + om:abfarad , + om:abhenry , + om:abmho , + om:abohm , + om:abvolt , + om:ampere , + om:amperePerMetre , + om:amperePerSquareMetre , + om:amperePerVolt , + om:attoampere , + om:attocoulomb , + om:attofarad , + om:attohenry , + om:attoohm , + om:attosiemens , + om:attotesla , + om:attovolt , + om:attoweber , + om:biot , + om:centiampere , + om:centicoulomb , + om:centifarad , + om:centihenry , + om:centiohm , + om:centisiemens , + om:centitesla , + om:centivolt , + om:centiweber , + om:coulomb , + om:coulombMetre , + om:coulombPerCubicmetre , + om:coulombPerSquareMetre , + om:coulombPerVolt , + om:debye , + om:decaampere , + om:decacoulomb , + om:decafarad , + om:decahenry , + om:decaohm , + om:decasiemens , + om:decatesla , + om:decavolt , + om:decaweber , + om:deciampere , + om:decicoulomb , + om:decifarad , + om:decihenry , + om:deciohm , + om:decisiemens , + om:decitesla , + om:decivolt , + om:deciweber , + om:exaampere , + om:exacoulomb , + om:exafarad , + om:exahenry , + om:exaohm , + om:exasiemens , + om:exatesla , + om:exavolt , + om:exaweber , + om:farad , + om:faradPerMetre , + om:faraday , + om:femtoampere , + om:femtocoulomb , + om:femtofarad , + om:femtohenry , + om:femtoohm , + om:femtosiemens , + om:femtotesla , + om:femtovolt , + om:femtoweber , + om:franklin , + om:gamma , + om:gauss , + om:gigaampere , + om:gigacoulomb , + om:gigafarad , + om:gigahenry , + om:gigaohm , + om:gigasiemens , + om:gigatesla , + om:gigavolt , + om:gigaweber , + om:gilbert , + om:hectoampere , + om:hectocoulomb , + om:hectofarad , + om:hectohenry , + om:hectoohm , + om:hectosiemens , + om:hectotesla , + om:hectovolt , + om:hectoweber , + om:henry , + om:henryPerMetre , + om:kiloampere , + om:kilocoulomb , + om:kilofarad , + om:kilohenry , + om:kilohm , + om:kilosiemens , + om:kilotesla , + om:kilovolt , + om:kiloweber , + om:maxwell , + om:megaampere , + om:megacoulomb , + om:megafarad , + om:megahenry , + om:megasiemens , + om:megatesla , + om:megavolt , + om:megaweber , + om:megohm , + om:mho , + om:microampere , + om:microcoulomb , + om:microfarad , + om:microhenry , + om:microohm , + om:microsiemens , + om:microtesla , + om:microvolt , + om:microweber , + om:milliampere , + om:millicoulomb , + om:millifarad , + om:milligauss , + om:millihenry , + om:milliohm , + om:millisiemens , + om:millitesla , + om:millivolt , + om:milliweber , + om:nanoampere , + om:nanocoulomb , + om:nanofarad , + om:nanohenry , + om:nanoohm , + om:nanosiemens , + om:nanotesla , + om:nanovolt , + om:nanoweber , + om:newtonPerCoulomb , + om:oersted , + om:ohm , + om:ohmMetre , + om:petaampere , + om:petacoulomb , + om:petafarad , + om:petahenry , + om:petaohm , + om:petasiemens , + om:petatesla , + om:petavolt , + om:petaweber , + om:picoampere , + om:picocoulomb , + om:picofarad , + om:picohenry , + om:picoohm , + om:picosiemens , + om:picotesla , + om:picovolt , + om:picoweber , + om:reciprocalHenry , + om:second-TimeAmpere , + om:siemens , + om:siemensPerMetre , + om:statampere , + om:statcoulomb , + om:statfarad , + om:stathenry , + om:statmho , + om:statohm , + om:stattesla , + om:statvolt , + om:statweber , + om:teraampere , + om:teracoulomb , + om:terafarad , + om:terahenry , + om:teraohm , + om:terasiemens , + om:teratesla , + om:teravolt , + om:teraweber , + om:tesla , + om:unitPole , + om:volt , + om:voltPerAmpere , + om:voltPerMetre , + om:voltSecond-Time , + om:wattPerAmpere , + om:weber , + om:weberPerAmpere , + om:weberPerSquareMetre ; + rdfs:label "electromagnetism"@en , + "elektromagnetisme"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt +om:electronvolt rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "1.602177E-19"^^xsd:float ; + om:symbol "eV" ; + rdfs:comment "The electronvolt is a unit of energy defined as 1.602177e-19 joule."@en ; + rdfs:label "electronvolt"@en , + "electronvolt"@nl , + "电子伏特"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension +om:energy-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "energy dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/energyDensity-Dimension +om:energyDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "energy density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/entropyOrHeatCapacity-Dimension +om:entropyOrHeatCapacity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent -1 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "entropy or heat capacity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/erg +om:erg rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "1.0E-7"^^xsd:float ; + om:symbol "erg" ; + rdfs:comment "The erg is a unit of energy defined as 1.0e-7 joule."@en ; + rdfs:label "erg"@en , + "erg"@nl , + "尔格"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ergSecond-Time +om:ergSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:actionOrAngularMomentum-Dimension ; + om:hasTerm1 om:erg ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "erg·s" ; + om:symbol "erg s" ; + rdfs:label "erg second"@en , + "erg seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/euro +om:euro rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "euro"@en , + "欧元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/euroPerTonne +om:euroPerTonne rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:tonne ; + om:hasNumerator om:euro ; + rdfs:label "euro per tonne"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exa +om:exa rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "9.9999998E17"^^xsd:float ; + om:symbol "E" ; + rdfs:label "exa"@en , + "exa"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exaampere +om:exaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:ampere ; + om:symbol "EA" ; + rdfs:comment "The exaampere is a unit of electric current defined as 1.0e18 ampere."@en ; + rdfs:label "exaampere"@en , + "exaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exabecquerel +om:exabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:becquerel ; + om:symbol "EBq" ; + rdfs:comment "The exabecquerel is a unit of activity defined as 1.0e18 becquerel."@en ; + rdfs:label "exabecquerel"@en , + "exabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exabit +om:exabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:exa ; + om:hasUnit om:bit ; + om:symbol "Ebit" ; + rdfs:label "exabit"@en , + "exabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exabyte +om:exabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:exa ; + om:hasUnit om:byte ; + om:symbol "EB" ; + rdfs:label "exabyte"@en , + "exabyte"@nl , + "千兆兆字节"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exacandela +om:exacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:candela ; + om:symbol "Ecd" ; + rdfs:comment "The exacandela is a unit of luminous intensity defined as 1.0e18 candela."@en ; + rdfs:label "exacandela"@en , + "exacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exacoulomb +om:exacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:coulomb ; + om:symbol "EC" ; + rdfs:comment "The exacoulomb is a unit of electric charge defined as 1.0e18 coulomb."@en ; + rdfs:label "exacoulomb"@en , + "exacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exafarad +om:exafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:farad ; + om:symbol "EF" ; + rdfs:comment "The exafarad is a unit of capacitance defined as 1.0e18 farad."@en ; + rdfs:label "exafarad"@en , + "exafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exagram +om:exagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:gram ; + om:symbol "Eg" ; + rdfs:comment "The exagram is a unit of mass defined as 1.0e18 gram."@en ; + rdfs:label "exagram"@en , + "exagram"@nl , + "千兆兆克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exagramPerLitre +om:exagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:exagram ; + om:alternativeSymbol "Eg l-1" , + "Eg·l-1" ; + om:symbol "Eg/l" ; + rdfs:comment "Exagram per litre is a unit of density defined as exagram divided by litre."@en ; + rdfs:label "exagram per liter"@nl , + "exagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exagray +om:exagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:gray ; + om:symbol "EGy" ; + rdfs:comment "The exagray is a unit of absorbed dose defined as 1.0e18 gray."@en ; + rdfs:label "exagray"@en , + "exagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exahenry +om:exahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:henry ; + om:symbol "EH" ; + rdfs:comment "The exahenry is a unit of inductance defined as 1.0e18 henry."@en ; + rdfs:label "exahenry"@en , + "exahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exahertz +om:exahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:hertz ; + om:symbol "EHz" ; + rdfs:comment "The exahertz is a unit of frequency defined as 1.0e18 hertz."@en ; + rdfs:label "exahertz"@en , + "exahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exajoule +om:exajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:joule ; + om:symbol "EJ" ; + rdfs:comment "The exajoule is a unit of energy defined as 1.0e18 joule."@en ; + rdfs:label "exajoule"@en , + "exajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exakatal +om:exakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:katal ; + om:symbol "Ekat" ; + rdfs:comment "The exakatal is a unit of catalytic activity defined as 1.0e18 katal."@en ; + rdfs:label "exakatal"@en , + "exakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exakelvin +om:exakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:kelvin ; + om:symbol "EK" ; + rdfs:comment "The exakelvin is a unit of thermodynamic temperature defined as 1.0e18 kelvin."@en ; + rdfs:label "exakelvin"@en , + "exakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exalitre +om:exalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:litre ; + om:symbol "El" ; + rdfs:label "exaliter"@nl , + "exalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exalumen +om:exalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:lumen ; + om:symbol "Elm" ; + rdfs:label "exalumen"@en , + "exalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exalux +om:exalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:lux ; + om:symbol "Elx" ; + rdfs:label "exalux"@en , + "exalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exametre +om:exametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:metre ; + om:symbol "Em" ; + rdfs:comment "The exametre is a unit of length defined as 1.0e18 metre."@en ; + rdfs:label "exameter"@nl , + "exametre"@en , + "千兆兆米"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-Time +om:exametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:exametre ; + om:alternativeSymbol "Em s-1" , + "Em·s-1" ; + om:symbol "Em/s" ; + rdfs:comment "Exametre per second is a unit of speed defined as exametre divided by second."@en ; + rdfs:label "exameter per seconde"@nl , + "exametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-TimeSquared +om:exametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:exametre ; + om:alternativeSymbol "Em s-2" , + "Em·s-2" ; + om:symbol "Em/s2" ; + rdfs:comment "Exametre per second squared is a unit of acceleration defined as exametre divided by second squared."@en ; + rdfs:label "exameter per seconde kwadraat"@nl , + "exametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/examolar +om:examolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:molar ; + om:symbol "EM" ; + rdfs:comment "The examolar is a unit of amount of substance concentration defined as 1.0e18 molar."@en ; + rdfs:label "examolair"@nl , + "examolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/examole +om:examole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:mole ; + om:symbol "Emol" ; + rdfs:label "examol"@nl , + "examole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/examolePerLitre +om:examolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:examole ; + om:alternativeSymbol "Emol l-1" , + "Emol·l-1" ; + om:symbol "Emol/l" ; + rdfs:comment "Examole per litre is a unit of amount of substance concentration defined as examole divided by litre."@en ; + rdfs:label "examole per liter"@nl , + "examole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/examolePerMetre +om:examolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:examole ; + om:alternativeSymbol "Emol m-1" , + "Emol·m-1" ; + om:symbol "Emol/m" ; + rdfs:label "examole per meter"@nl , + "examole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exanewton +om:exanewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:newton ; + om:symbol "EN" ; + rdfs:label "exanewton"@en , + "exanewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exaohm +om:exaohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:ohm ; + om:symbol "EΩ" ; + rdfs:label "exaohm"@en , + "exaohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal +om:exapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:pascal ; + om:symbol "EPa" ; + rdfs:label "exapascal"@en , + "exapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time +om:exasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:second-Time ; + om:symbol "Es" ; + rdfs:label "exasecond"@en , + "exaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-TimeSquared +om:exasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:exasecond-Time ; + om:hasExponent 2 ; + om:symbol "Es2" ; + rdfs:label "exasecond squared"@en , + "exaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exasiemens +om:exasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:siemens ; + om:symbol "ES" ; + rdfs:label "exasiemens"@en , + "exasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exasievert +om:exasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:sievert ; + om:symbol "ESv" ; + rdfs:label "exasievert"@en , + "exasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exatesla +om:exatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:tesla ; + om:symbol "ET" ; + rdfs:label "exatesla"@en , + "exatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exavolt +om:exavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:volt ; + om:symbol "EV" ; + rdfs:label "exavolt"@en , + "exavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exawatt +om:exawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:watt ; + om:symbol "EW" ; + rdfs:label "exawatt"@en , + "exawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exaweber +om:exaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:weber ; + om:symbol "EWb" ; + rdfs:label "exaweber"@en , + "exaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exbi +om:exbi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1.1529215E18"^^xsd:float ; + om:alternativeLabel "exabinary"@en ; + om:symbol "Ei" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "exbi"@en , + "exbi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exbibit +om:exbibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:exbi ; + om:hasUnit om:bit ; + om:symbol "Eibit" ; + rdfs:label "exbibit"@en , + "exbibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exbibyte +om:exbibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:exbi ; + om:hasUnit om:byte ; + om:symbol "EiB" ; + rdfs:label "exbibyte"@en , + "exbibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exposure-Dimension +om:exposure-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "exposure dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exposureToXAndGammaRays-Dimension +om:exposureToXAndGammaRays-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "exposure to x and γ rays dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/farad +om:farad rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:capacitance-Dimension ; + om:hasUnit om:coulombPerVolt ; + om:longcomment "The farad is a unit of capacitance defined as ampere times second divided by volt = coulomb divided by volt = coulomb squared divided by joule = coulomb squared divided by newton times metre = second squared times coulomb squared divided by square metre times kilogram = second to the power 4 times ampere squared divided by square metre times kilogram. The farad is a derived unit in the International System of Units." ; + om:symbol "F" ; + rdfs:comment "The farad is a unit of capacitance defined as ampere times second divided by volt = coulomb divided by volt = coulomb squared divided by joule = coulomb squared divided by newton times metre = second squared times coulomb squared divided by square metre times kilogram = second to the power 4 times ampere squared divided by square metre times kilogram."@en ; + rdfs:label "farad"@en , + "farad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/faradPerMetre +om:faradPerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:permittivity-Dimension ; + om:hasNumerator om:farad ; + om:alternativeSymbol "F m-1" , + "F·m-1" ; + om:symbol "F/m" ; + rdfs:label "farad per meter"@nl , + "farad per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/faraday +om:faraday rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCharge-Dimension ; + rdfs:comment "The faraday is a unit of electric charge defined as 9.648531e4 coulomb."@en ; + rdfs:label "faraday"@en , + "faraday"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey +om:fathom-USSurvey rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1.828804"^^xsd:float ; + om:alternativeLabel "US survey fathom"@en ; + rdfs:comment "The US survey fathom is a unit of length defined as 1.828804 metre."@en ; + rdfs:label "fathom (US survey)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femto +om:femto rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-15"^^xsd:float ; + om:symbol "f" ; + rdfs:label "femto"@en , + "femto"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtoampere +om:femtoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:ampere ; + om:symbol "fA" ; + rdfs:comment "The femtoampere is a unit of electric current defined as 1.0e-15 ampere."@en ; + rdfs:label "femtoampere"@en , + "femtoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtobecquerel +om:femtobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:becquerel ; + om:symbol "fBq" ; + rdfs:comment "The femtobecquerel is a unit of activity defined as 1.0e-15 becquerel."@en ; + rdfs:label "femtobecquerel"@en , + "femtobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtocandela +om:femtocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:candela ; + om:symbol "fcd" ; + rdfs:comment "The femtocandela is a unit of luminous intensity defined as 1.0e-15 candela."@en ; + rdfs:label "femtocandela"@en , + "femtocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtocoulomb +om:femtocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:coulomb ; + om:symbol "fC" ; + rdfs:comment "The femtocoulomb is a unit of electric charge defined as 1.0e-15 coulomb."@en ; + rdfs:label "femtocoulomb"@en , + "femtocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtodegreeCelsius +om:femtodegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:degreeCelsius ; + om:symbol "f°C" ; + rdfs:comment "The femtodegree Celsius is a unit of temperature defined as 1.0e-15 degree Celsius."@en ; + rdfs:label "femtodegree Celsius"@en , + "femtograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtofarad +om:femtofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:farad ; + om:symbol "fF" ; + rdfs:comment "The femtofarad is a unit of capacitance defined as 1.0e-15 farad."@en ; + rdfs:label "femtofarad"@en , + "femtofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtogram +om:femtogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:gram ; + om:symbol "fg" ; + rdfs:comment "The femtogram is a unit of mass defined as 1.0e-15 gram."@en ; + rdfs:label "femtogram"@en , + "femtogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtogramPerLitre +om:femtogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:femtogram ; + om:alternativeSymbol "fm s-1" , + "fm·s-1" ; + om:symbol "fg/l" ; + rdfs:comment "Femtogram per litre is a unit of density defined as femtogram divided by litre."@en ; + rdfs:label "femtogram per liter"@nl , + "femtogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtogray +om:femtogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:gray ; + om:symbol "fGy" ; + rdfs:comment "The femtogray is a unit of absorbed dose defined as 1.0e-15 gray."@en ; + rdfs:label "femtogray"@en , + "femtogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtohenry +om:femtohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:henry ; + om:symbol "fH" ; + rdfs:comment "The femtohenry is a unit of inductance defined as 1.0e-15 henry."@en ; + rdfs:label "femtohenry"@en , + "femtohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtohertz +om:femtohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:hertz ; + om:symbol "fHz" ; + rdfs:comment "The femtohertz is a unit of frequency defined as 1.0e-15 hertz."@en ; + rdfs:label "femtohertz"@en , + "femtohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtojoule +om:femtojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:joule ; + om:symbol "fJ" ; + rdfs:comment "The femtojoule is a unit of energy defined as 1.0e-15 joule."@en ; + rdfs:label "femtojoule"@en , + "femtojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtokatal +om:femtokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:katal ; + om:symbol "fkat" ; + rdfs:comment "The femtokatal is a unit of catalytic activity defined as 1.0e-15 katal."@en ; + rdfs:label "femtokatal"@en , + "femtokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtokelvin +om:femtokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:kelvin ; + om:symbol "fK" ; + rdfs:comment "The femtokelvin is a unit of temperature defined as 1.0e-15 kelvin."@en ; + rdfs:label "femtokelvin"@en , + "femtokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtolitre +om:femtolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:litre ; + om:symbol "fl" ; + rdfs:label "femtoliter"@nl , + "femtolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtolumen +om:femtolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:lumen ; + om:symbol "flm" ; + rdfs:label "femtolumen"@en , + "femtolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtolux +om:femtolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:lux ; + om:symbol "flx" ; + rdfs:label "femtolux"@en , + "femtolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre +om:femtometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:metre ; + om:symbol "fm" ; + rdfs:comment "The femtometre is a unit of length defined as 1.0e-15 metre."@en ; + rdfs:label "1/(10^15)米"@zh , + "femtometer"@nl , + "femtometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-Time +om:femtometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:femtometre ; + om:alternativeSymbol "fm s-1" , + "fm·s-1" ; + om:symbol "fm/s" ; + rdfs:comment "Femtometre per second is a unit of speed defined as femtometre divided by second."@en ; + rdfs:label "femtometer per seconde"@nl , + "femtometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-TimeSquared +om:femtometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:femtometre ; + om:alternativeSymbol "fm s-2" , + "fm·s-2" ; + om:symbol "fm/s2" ; + rdfs:comment "Femtometre per second squared is a unit of acceleration defined as femtometre divided by second squared."@en ; + rdfs:label "femtometer per seconde kwadraat"@nl , + "femtometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolar +om:femtomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:molar ; + om:symbol "fM" ; + rdfs:comment "The femtomolar is a unit of amount of substance concentration defined as 1.0e-15 molar."@en ; + rdfs:label "femtomolair"@nl , + "femtomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtomole +om:femtomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:mole ; + om:symbol "fmol" ; + rdfs:label "femtomol"@nl , + "femtomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolePerLitre +om:femtomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:femtomole ; + om:alternativeSymbol "fm s-1" , + "fm·s-1" ; + om:symbol "fmol/l" ; + rdfs:comment "Femtomole per litre is a unit of amount of substance concentration defined as femtomole divided by litre."@en ; + rdfs:label "femtomole per liter"@nl , + "femtomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolePerMetre +om:femtomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:femtomole ; + om:alternativeSymbol "fm s-1" , + "fm·s-1" ; + om:symbol "fmol/m" ; + rdfs:label "femtomole per meter"@nl , + "femtomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtonewton +om:femtonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:newton ; + om:symbol "fN" ; + rdfs:label "femtonewton"@en , + "femtonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtoohm +om:femtoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:ohm ; + om:symbol "fΩ" ; + rdfs:label "femtoohm"@en , + "femtoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal +om:femtopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:pascal ; + om:symbol "fPa" ; + rdfs:label "femtopascal"@en , + "femtopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtoradian +om:femtoradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:femto ; + om:hasUnit om:radian ; + om:symbol "frad" ; + rdfs:label "femtoradiaal"@nl , + "femtoradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time +om:femtosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:second-Time ; + om:symbol "fs" ; + rdfs:label "femtosecond"@en , + "femtoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-TimeSquared +om:femtosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:femtosecond-Time ; + om:hasExponent 2 ; + om:symbol "fs2" ; + rdfs:label "femtosecond squared"@en , + "femtoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtosiemens +om:femtosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:siemens ; + om:symbol "fS" ; + rdfs:label "femtosiemens"@en , + "femtosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtosievert +om:femtosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:sievert ; + om:symbol "fSv" ; + rdfs:label "femtosievert"@en , + "femtosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtosteradian +om:femtosteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:femto ; + om:hasUnit om:steradian ; + om:symbol "fsr" ; + rdfs:label "femtosteradiaal"@nl , + "femtosteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtotesla +om:femtotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:tesla ; + om:symbol "fT" ; + rdfs:label "femtotesla"@en , + "femtotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtovolt +om:femtovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:volt ; + om:symbol "fV" ; + rdfs:label "femtovolt"@en , + "femtovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtowatt +om:femtowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:watt ; + om:symbol "fW" ; + rdfs:label "femtowatt"@en , + "femtowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtoweber +om:femtoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:weber ; + om:symbol "fWb" ; + rdfs:label "femtoweber"@en , + "femtoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fermi +om:fermi rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1.0E-15"^^xsd:float ; + rdfs:comment "The fermi is a unit of length defined as 1.0e-15 metre."@en ; + rdfs:label "fermi"@en , + "fermi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fillet +om:fillet rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "filet"@nl , + "fillet"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/first +om:first rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "first"@en , + "最初"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fluidMechanics +om:fluidMechanics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:BulkModulus , + om:CompressiveStress , + om:ContactAngle , + om:DynamicModulus , + om:ElasticityTensor , + om:LinearStrain , + om:LossModulus , + om:ModulusOfElasticity , + om:NormalStrain , + om:NormalStress , + om:ShearLossModulus , + om:ShearModulus , + om:ShearRate , + om:ShearStorageModulus , + om:ShearStrain , + om:ShearStress , + om:StorageModulus , + om:Strain , + om:StrainTensor , + om:Stress , + om:StressTensor , + om:SurfaceTension , + om:VolumeStrain , + om:WettingAngle ; + om:usesUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:attoradian , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:centiradian , + om:decapascal , + om:decibar , + om:decipascal , + om:deciradian , + om:exapascal , + om:femtopascal , + om:femtoradian , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:microradian , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:milliradian , + om:nanopascal , + om:nanoradian , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:picoradian , + om:terapascal , + om:torr ; + rdfs:label "fluid mechanics"@en , + "vloeistofmechanica"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fluidMechanicsDimensionlessNumbers +om:fluidMechanicsDimensionlessNumbers rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:AlfvenNumber , + om:CowlingNumber , + om:EulerNumber , + om:FirstCowlingNumber , + om:FourierNumber , + om:FourierNumberForMassTransfer , + om:FroudeNumber , + om:GrashofNumber , + om:GrashofNumberForMassTransfer , + om:HartmannNumber , + om:KnudsenNumber , + om:LewisNumber , + om:MachNumber , + om:MagneticReynoldsNumber , + om:NusseltNumber , + om:NusseltNumberForMassTransfer , + om:PecletNumber , + om:PecletNumberForMassTransfer , + om:PrandtlNumber , + om:RayleighNumber , + om:ReynoldsNumber , + om:SchmidtNumber , + om:StantonNumber , + om:StantonNumberForMassTransfer , + om:StrouhalNumber , + om:WeberNumber ; + rdfs:label "fluid mechanics dimensionless numbers"@en , + "vloeistofmechanica dimensieloze getallen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fluidOunce-Imperial +om:fluidOunce-Imperial rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "2.841306E-5"^^xsd:float ; + om:alternativeLabel "imperial fluid ounce"@en , + "ounce (imperial fluid)"@en ; + om:symbol "fl oz" ; + rdfs:comment "The imperial fluid ounce is a unit of volume defined as 2.841306e-5 cubic metre."@en ; + rdfs:label "fluid ounce (imperial)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fluidOunce-US +om:fluidOunce-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "2.957353E-5"^^xsd:float ; + om:alternativeLabel "US fluid ounce"@en , + "ounce (US fluid)"@en ; + om:symbol "fl oz" ; + rdfs:comment "The US fluid ounce is a unit of volume defined as 2.957353e-5 cubic metre."@en ; + rdfs:label "fluid ounce (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fluidity-Dimension +om:fluidity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "fluidity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International +om:foot-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "0.3048"^^xsd:float ; + om:alternativeLabel "international foot"@en ; + om:symbol "ft" ; + rdfs:comment "The international foot is a unit of length defined as 3.048e-1 metre."@en ; + rdfs:label "foot (international)"@en , + "英尺(国际)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey +om:foot-USSurvey rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "0.3048006"^^xsd:float ; + om:alternativeLabel "US survey foot"@en ; + om:symbol "ft" ; + rdfs:comment "The US survey foot is a unit of length defined as 3.048006e-1 metre."@en ; + rdfs:label "foot (US survey)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal +om:footPoundal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "0.04214011"^^xsd:float ; + rdfs:comment "The foot poundal is a unit of energy defined as 4.214011e-2 joule."@en ; + rdfs:label "foot poundal"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/footcandle +om:footcandle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:illuminance-Dimension ; + om:hasUnit om:lux ; + om:hasFactor "10.76391"^^xsd:float ; + rdfs:comment "The footcandle is a unit of illuminance defined as 1.076391e1 lux."@en ; + rdfs:label "footcandle"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/footlambert +om:footlambert rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:luminance-Dimension ; + om:hasUnit om:candelaPerSquareMetre ; + om:hasFactor "3.426259"^^xsd:float ; + rdfs:comment "The footlambert is a unit of luminance defined as 3.426259 candela per square metre."@en ; + rdfs:label "footlambert"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension +om:force-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "force dimension"@en , + "krachtdimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/franklin +om:franklin rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasUnit om:coulomb ; + om:hasFactor "3.335641E-10"^^xsd:float ; + om:symbol "Fr" ; + rdfs:comment "The franklin is a unit of electric charge defined as 3.335641e-10 coulomb."@en ; + rdfs:label "franklin"@en , + "franklin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension +om:frequency-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "frequency dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International +om:furlong-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "201.168"^^xsd:float ; + om:alternativeLabel "international furlong"@en ; + rdfs:comment "The international furlong is a unit of length defined as 201.168 metre."@en ; + rdfs:label "furlong (international)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gMagnitude +om:gMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gal +om:gal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:acceleration-Dimension ; + om:hasUnit om:centimetrePerSecond-TimeSquared ; + om:alternativeLabel "galileo"@en , + "galileo"@nl ; + om:symbol "Gal" ; + rdfs:comment "The gal is a unit of acceleration defined as centimetre per second (time) squared."@en ; + rdfs:label "gal"@en , + "gal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-Imperial +om:gallon-Imperial rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.00454609"^^xsd:float ; + om:alternativeLabel "imperial gallon"@en ; + om:symbol "gal" ; + rdfs:comment "The imperial gallon is a unit of volume defined as 4.54609e-3 cubic metre."@en ; + rdfs:label "gallon (imperial)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-US +om:gallon-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.003785412"^^xsd:float ; + om:alternativeLabel "US gallon"@en ; + om:symbol "gal" ; + rdfs:comment "The US gallon is a unit of volume defined as 3.785412e-3 cubic metre."@en ; + rdfs:label "gallon (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gamma +om:gamma rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasUnit om:tesla ; + om:hasFactor "1.0E-9"^^xsd:float ; + om:LaTeXCommand "\\gammaUnit" ; + om:symbol "γ" ; + rdfs:comment "The gamma is a unit of magnetic flux density defined as 1.0e-9 tesla."@en ; + rdfs:label "gamma"@en , + "gamma"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gauss +om:gauss rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasUnit om:tesla ; + om:hasFactor "1.0E-4"^^xsd:float ; + om:alternativeLabel "abtesla"@en , + "abtesla"@nl ; + om:alternativeSymbol "Gs" ; + om:symbol "G" ; + rdfs:comment "The gauss is a unit of magnetic flux density defined as 1.0e-4 tesla."@en ; + rdfs:label "gauss"@en , + "gauss"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/geometry +om:geometry rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Angle , + om:Area , + om:Breadth , + om:Circumference , + om:Diameter , + om:Height , + om:Length , + om:LengthFraction , + om:Radius , + om:Slope , + om:SolidAngle , + om:Thickness , + om:Volume , + om:Width ; + om:usesUnit om:acre-International , + om:acre-USSurvey , + om:acreFoot , + om:angstrom , + om:are , + om:astronomicalUnit , + om:attolitre , + om:attometre , + om:attoradian , + om:attosteradian , + om:barn , + om:barrel-US , + om:bushel-US , + om:centiare , + om:centilitre , + om:centimetre , + om:centiradian , + om:centisteradian , + om:chain , + om:cicero , + om:circularMil , + om:cord , + om:cubicAttometre , + om:cubicCentimetre , + om:cubicDecametre , + om:cubicDecimetre , + om:cubicExametre , + om:cubicFemtometre , + om:cubicGigametre , + om:cubicHectometre , + om:cubicKilometre , + om:cubicKiloparsec , + om:cubicMegametre , + om:cubicMetre , + om:cubicMicrometre , + om:cubicMillimetre , + om:cubicNanometre , + om:cubicParsec , + om:cubicPetametre , + om:cubicPicometre , + om:cubicTerametre , + om:cup-USCustomary , + om:decalitre , + om:decametre , + om:decilitre , + om:decimetre , + om:deciradian , + om:decisteradian , + om:degree , + om:degreeSquared , + om:dessertspoon , + om:dryGallon-US , + om:dryPint-US , + om:dryQuart-US , + om:exalitre , + om:exametre , + om:fathom-USSurvey , + om:femtolitre , + om:femtometre , + om:femtoradian , + om:femtosteradian , + om:fermi , + om:fluidOunce-Imperial , + om:fluidOunce-US , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gallon-Imperial , + om:gallon-US , + om:gigalitre , + om:gigametre , + om:gill-Imperial , + om:gill-US , + om:gon , + om:hectare , + om:hectolitre , + om:hectometre , + om:inch-International , + om:kilolitre , + om:kilometre , + om:lightYear , + om:liquidPint-US , + om:liquidQuart-US , + om:litre , + om:megalitre , + om:megametre , + om:megaparsec , + om:metre , + om:metrePerMetre , + om:microlitre , + om:micrometre , + om:micron , + om:microradian , + om:microsecond-Angle , + om:microsteradian , + om:mil-Angle , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millilitre , + om:millimetre , + om:millimetrePerMetre , + om:milliradian , + om:millisecond-Angle , + om:millisteradian , + om:minute-Angle , + om:nanolitre , + om:nanometre , + om:nanoradian , + om:nanosteradian , + om:nauticalMile-International , + om:parsec , + om:peck-US , + om:petalitre , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picolitre , + om:picometre , + om:picoradian , + om:picosteradian , + om:pint-Imperial , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:quart-Imperial , + om:radian , + om:revolution , + om:rod-US , + om:second-Angle , + om:squareAttometre , + om:squareCentimetre , + om:squareDecametre , + om:squareDecimetre , + om:squareExametre , + om:squareFemtometre , + om:squareFoot-International , + om:squareGigametre , + om:squareHectometre , + om:squareInch-International , + om:squareKilometre , + om:squareMegametre , + om:squareMetre , + om:squareMicrometre , + om:squareMile-International , + om:squareMillimetre , + om:squareNanometre , + om:squarePetametre , + om:squarePicometre , + om:squareTerametre , + om:squareYard-International , + om:steradian , + om:stere , + om:tablespoon-US , + om:teaspoon-US , + om:teralitre , + om:terametre , + om:ton-Register , + om:yard-International ; + rdfs:label "geometrie"@nl , + "geometry"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gibi +om:gibi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1.07374182E9"^^xsd:float ; + om:alternativeLabel "gigabinary"@en ; + om:symbol "Gi" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "gibi"@en , + "gibi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gibibit +om:gibibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:gibi ; + om:hasUnit om:bit ; + om:symbol "Gibit" ; + rdfs:label "gibibit"@en , + "gibibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gibibyte +om:gibibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:gibi ; + om:hasUnit om:byte ; + om:symbol "GiB" ; + rdfs:label "gibibyte"@en , + "gibibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/giga +om:giga rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E9"^^xsd:float ; + om:symbol "G" ; + rdfs:label "giga"@en , + "giga"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigaampere +om:gigaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:ampere ; + om:symbol "GA" ; + rdfs:comment "The gigaampere is a unit of electric current defined as 1.0e9 ampere."@en ; + rdfs:label "gigaampere"@en , + "gigaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigabecquerel +om:gigabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:becquerel ; + om:symbol "GBq" ; + rdfs:comment "The gigabecquerel is a unit of activity defined as 1.0e9 becquerel."@en ; + rdfs:label "gigabecquerel"@en , + "gigabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigabit +om:gigabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:giga ; + om:hasUnit om:bit ; + om:symbol "Gbit" ; + rdfs:label "gigabit"@en , + "gigabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigabyte +om:gigabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:giga ; + om:hasUnit om:byte ; + om:symbol "GB" ; + rdfs:label "gigabyte"@en , + "gigabyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigacandela +om:gigacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:candela ; + om:symbol "Gcd" ; + rdfs:comment "The gigacandela is a unit of luminous intensity defined as 1.0e9 candela."@en ; + rdfs:label "gigacandela"@en , + "gigacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigacoulomb +om:gigacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:coulomb ; + om:symbol "GC" ; + rdfs:comment "The gigacoulomb is a unit of electric charge defined as 1.0e9 coulomb."@en ; + rdfs:label "gigacoulomb"@en , + "gigacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt +om:gigaelectronvolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:electronvolt ; + om:symbol "GeV" ; + rdfs:comment "The gigaelectronvolt is a unit of energy defined as 1.0e9 electronvolt."@en ; + rdfs:label "gigaelectronvolt"@en , + "gigaelectronvolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigafarad +om:gigafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:farad ; + om:symbol "GF" ; + rdfs:comment "The gigafarad is a unit of capacitance defined as 1.0e9 farad."@en ; + rdfs:label "gigafarad"@en , + "gigafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigagram +om:gigagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:gram ; + om:symbol "Gg" ; + rdfs:comment "The gigagram is a unit of mass defined as 1.0e9 gram."@en ; + rdfs:label "gigagram"@en , + "gigagram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigagramPerLitre +om:gigagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gigagram ; + om:alternativeSymbol "Gg l-1" , + "Gg·l-1" ; + om:symbol "Gg/l" ; + rdfs:comment "Gigagram per litre is a unit of density defined as gigagram divided by litre."@en ; + rdfs:label "gigagram per liter"@nl , + "gigagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigagray +om:gigagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:gray ; + om:symbol "GGy" ; + rdfs:comment "The gigagray is a unit of absorbed dose defined as 1.0e9 gray."@en ; + rdfs:label "gigagray"@en , + "gigagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigahenry +om:gigahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:henry ; + om:symbol "GH" ; + rdfs:comment "The gigahenry is a unit of inductance defined as 1.0e9 henry."@en ; + rdfs:label "gigahenry"@en , + "gigahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigahertz +om:gigahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:hertz ; + om:symbol "GHz" ; + rdfs:comment "The gigahertz is a unit of frequency defined as 1.0e9 hertz."@en ; + rdfs:label "gigahertz"@en , + "gigahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule +om:gigajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:joule ; + om:symbol "GJ" ; + rdfs:comment "The gigajoule is a unit of energy defined as 1.0e9 joule."@en ; + rdfs:label "gigajoule"@en , + "gigajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigakatal +om:gigakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:katal ; + om:symbol "Gkat" ; + rdfs:comment "The gigakatal is a unit of catalytic activity defined as 1.0e9 katal."@en ; + rdfs:label "gigakatal"@en , + "gigakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigakelvin +om:gigakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:kelvin ; + om:symbol "GK" ; + rdfs:comment "The gigakelvin is a unit of thermodynamic temperature defined as 1.0e9 kelvin."@en ; + rdfs:label "gigakelvin"@en , + "gigakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigalitre +om:gigalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:litre ; + om:symbol "Gl" ; + rdfs:label "gigaliter"@nl , + "gigalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigalumen +om:gigalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:lumen ; + om:symbol "Glm" ; + rdfs:label "gigalumen"@en , + "gigalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigalux +om:gigalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:lux ; + om:symbol "Glx" ; + rdfs:label "gigalux"@en , + "gigalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre +om:gigametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:metre ; + om:symbol "Gm" ; + rdfs:comment "The gigametre is a unit of length defined as 1.0e9 metre."@en ; + rdfs:label "10^9米"@zh , + "gigameter"@nl , + "gigametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-Time +om:gigametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:gigametre ; + om:alternativeSymbol "Gm s-1" , + "Gm·s-1" ; + om:symbol "Gm/s" ; + rdfs:comment "Gigametre per second is a unit of speed defined as gigametre divided by second."@en ; + rdfs:label "gigameter per seconde"@nl , + "gigametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-TimeSquared +om:gigametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:gigametre ; + om:alternativeSymbol "Gm s-2" , + "Gm·s-2" ; + om:symbol "Gm/s2" ; + rdfs:comment "Gigametre per second squared is a unit of acceleration defined as gigametre divided by second squared."@en ; + rdfs:label "gigameter per seconde kwadraat"@nl , + "gigametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigamolar +om:gigamolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:molar ; + om:symbol "GM" ; + rdfs:comment "The gigamolar is a unit of amount of substance concentration defined as 1.0e9 molar."@en ; + rdfs:label "gigamolair"@nl , + "gigamolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigamole +om:gigamole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:mole ; + om:symbol "Gmol" ; + rdfs:label "gigamol"@nl , + "gigamole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigamolePerLitre +om:gigamolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:gigamole ; + om:alternativeSymbol "Gmol l-1" , + "Gmol·l-1" ; + om:symbol "Gmol/l" ; + rdfs:comment "Gigamole per litre is a unit of amount of substance concentration defined as gigamole divided by litre."@en ; + rdfs:label "gigamole per liter"@nl , + "gigamole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigamolePerMetre +om:gigamolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:gigamole ; + om:alternativeSymbol "Gmol m-1" , + "Gmol·m-1" ; + om:symbol "Gmol/m" ; + rdfs:label "gigamole per meter"@nl , + "gigamole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/giganewton +om:giganewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:newton ; + om:symbol "GN" ; + rdfs:label "giganewton"@en , + "giganewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigaohm +om:gigaohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:ohm ; + om:symbol "GΩ" ; + rdfs:label "gigaohm"@en , + "gigaohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec +om:gigaparsec rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:parsec ; + om:symbol "Gpc" ; + rdfs:comment "The gigaparsec is a unit of length defined as 1.0e9 parsec. Gebruikt voor de afstand op de schaal van het heelal."@en ; + rdfs:label "gigaparsec"@en , + "gigaparsec"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal +om:gigapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:pascal ; + om:symbol "GPa" ; + rdfs:label "gigapascal"@en , + "gigapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time +om:gigasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:second-Time ; + om:symbol "Gs" ; + rdfs:label "gigasecond"@en , + "gigaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-TimeSquared +om:gigasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:gigasecond-Time ; + om:hasExponent 2 ; + om:symbol "Gs2" ; + rdfs:label "gigasecond squared"@en , + "gigaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigasiemens +om:gigasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:siemens ; + om:symbol "GS" ; + rdfs:label "gigasiemens"@en , + "gigasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigasievert +om:gigasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:sievert ; + om:symbol "GSv" ; + rdfs:label "gigasievert"@en , + "gigasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigatesla +om:gigatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:tesla ; + om:symbol "GT" ; + rdfs:label "gigatesla"@en , + "gigatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigavolt +om:gigavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:volt ; + om:symbol "GV" ; + rdfs:label "gigavolt"@en , + "gigavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigawatt +om:gigawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:watt ; + om:symbol "GW" ; + rdfs:label "gigawatt"@en , + "gigawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigawattHour +om:gigawattHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:gigawatt ; + om:hasTerm2 om:hour ; + om:alternativeLabel "gigawatt-hour"@en , + "gigawatthour"@en ; + om:alternativeSymbol "GWh" , + "GW·h" ; + om:symbol "GW h" ; + rdfs:label "gigawatt hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigaweber +om:gigaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:weber ; + om:symbol "GWb" ; + rdfs:label "gigaweber"@en , + "gigaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear +om:gigayear rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:year ; + om:symbol "Gyr" ; + rdfs:label "gigajaar"@nl , + "gigayear"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigayearCubicKiloparsec +om:gigayearCubicKiloparsec rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:gigayear ; + om:hasTerm2 om:cubicKiloparsec ; + om:alternativeSymbol "Gyr·kpc3" ; + om:symbol "Gyr kpc3" ; + rdfs:label "gigajaar kubieke kiloparsec"@nl , + "gigayear cubic kiloparsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigayearCubicParsec +om:gigayearCubicParsec rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:gigayear ; + om:hasTerm2 om:cubicParsec ; + om:alternativeSymbol "Gyr·pc3" ; + om:symbol "Gyr pc3" ; + rdfs:label "gigajaar kubieke parsec"@nl , + "gigayear cubic parsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gilbert +om:gilbert rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasUnit om:ampere ; + om:hasFactor "0.7957747"^^xsd:float ; + om:symbol "Gb" ; + rdfs:comment "The gilbert is a unit of electric current defined as 7.957747e-1 ampere."@en ; + rdfs:label "gilbert"@en , + "gilbert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gill-Imperial +om:gill-Imperial rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "1.420653E-4"^^xsd:float ; + om:alternativeLabel "imperial gill"@en ; + om:symbol "gi" ; + rdfs:comment "The imperial gill is a unit of volume defined as 1.420653e-4 cubic metre."@en ; + rdfs:label "gill (imperial)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gill-US +om:gill-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "1.182941E-4"^^xsd:float ; + om:alternativeLabel "US gill"@en ; + om:symbol "gi" ; + rdfs:comment "The US gill is a unit of volume defined as 1.182941e-4 cubic metre."@en ; + rdfs:label "gill (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/glass +om:glass rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "glas"@nl , + "glass"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gon +om:gon rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:radian ; + om:hasFactor "0.01570796"^^xsd:float ; + om:alternativeLabel "grade"@en ; + om:symbol "gon" ; + rdfs:comment "The gon is a unit of angle defined as 1.570796e-2 radian."@en ; + rdfs:label "gon"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/grain +om:grain rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "6.479891E-5"^^xsd:float ; + om:symbol "gr" ; + rdfs:comment "The grain is a unit of mass defined as 6.479891e-5 kilogram."@en ; + rdfs:label "grain"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gram +om:gram rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.001"^^xsd:float ; + om:symbol "g" ; + rdfs:comment "The gram is a unit of mass defined as 1.0e-3 kilogram."@en ; + rdfs:label "gram"@en , + "gram"@nl , + "克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerAttolitre +om:gramPerAttolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:attolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g al-1" , + "g·al-1" ; + om:symbol "g/al" ; + rdfs:comment "Gram per attolitre is a unit of density defined as gram divided by attolitre."@en ; + rdfs:label "gram per attoliter"@nl , + "gram per attolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCentilitre +om:gramPerCentilitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:centilitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g cl-1" , + "g·cl-1" ; + om:symbol "g/cl" ; + rdfs:comment "Gram per centilitre is a unit of density defined as gram divided by centilitre."@en ; + rdfs:label "gram per centiliter"@nl , + "gram per centilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicCentimetre +om:gramPerCubicCentimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicCentimetre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g cm-3" , + "g·cm-3" ; + om:longcomment "Gram per cubic centimetre is a unit of density defined as gram divided by cubic centimetre. Gram per cubic centimetre is a derived unit in the International System of Units." ; + om:symbol "g/cm3" ; + rdfs:comment "Gram per cubic centimetre is a unit of density defined as gram divided by cubic centimetre."@en ; + rdfs:label "gram per cubic centimetre"@en , + "gram per kubieke centimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicmetre +om:gramPerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g m-3" , + "g·m-3" ; + om:longcomment "Gram per cubic metre is a unit of density defined as gram divided by cubic metre. Gram per cubic metre is a derived unit in the International System of Units." ; + om:symbol "g/m3" ; + rdfs:comment "Gram per cubic metre is a unit of density defined as gram divided by cubic metre."@en ; + rdfs:label "gram per cubic metre"@en , + "gram per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerDay +om:gramPerDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasDimension om:massFlow-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g d-1" , + "g·d-1" ; + om:symbol "g/d" ; + rdfs:label "gram per dag"@nl , + "gram per day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerDecalitre +om:gramPerDecalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:decalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g dal-1" , + "g·dal-1" ; + om:symbol "g/dal" ; + rdfs:comment "Gram per decalitre is a unit of density defined as gram divided by decalitre."@en ; + rdfs:label "gram per decaliter"@nl , + "gram per decalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerDecilitre +om:gramPerDecilitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:decilitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g dl-1" , + "g·dl-1" ; + om:symbol "g/dl" ; + rdfs:comment "Gram per decilitre is a unit of density defined as gram divided by decilitre."@en ; + rdfs:label "gram per deciliter"@nl , + "gram per decilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerExalitre +om:gramPerExalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:exalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g El-1" , + "g·El-1" ; + om:symbol "g/El" ; + rdfs:comment "Gram per exalitre is a unit of density defined as gram divided by exalitre."@en ; + rdfs:label "gram per exaliter"@nl , + "gram per exalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerFemtolitre +om:gramPerFemtolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:femtolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g fl-1" , + "g·fl-1" ; + om:symbol "g/fl" ; + rdfs:comment "Gram per femtolitre is a unit of density defined as gram divided by femtolitre."@en ; + rdfs:label "gram per femtoliter"@nl , + "gram per femtolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGigalitre +om:gramPerGigalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:gigalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g Gl-1" , + "g·Gl-1" ; + om:symbol "g/Gl" ; + rdfs:comment "Gram per gigalitre is a unit of density defined as gram divided by gigalitre."@en ; + rdfs:label "gram per gigaliter"@nl , + "gram per gigalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram +om:gramPerGram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g g-1" , + "g·g-1" ; + om:symbol "g/g" ; + rdfs:label "gram per gram"@en , + "gram per gram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerHectogram +om:gramPerHectogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectogram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:gram ; + om:alternativeLabel "gram per 100 gram"@en , + "gram per 100 gram"@nl ; + om:alternativeSymbol "g hg-1" , + "g/100 g" , + "g·hg-1" ; + om:symbol "g/hg" ; + rdfs:label "gram per hectogram"@en , + "gram per hectogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerHectolitre +om:gramPerHectolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:hectolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g hl-1" , + "g·hl-1" ; + om:symbol "g/hl" ; + rdfs:comment "Gram per hectolitre is a unit of density defined as gram divided by hectolitre."@en ; + rdfs:label "gram per hectoliter"@nl , + "gram per hectolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerJoule +om:gramPerJoule rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:joule ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g J-1" , + "g·J-1" ; + om:longcomment "Gram per joule is a unit of energy consumption defined as gram divided by joule. Gram per joule is a derived unit in the International System of Units." ; + om:symbol "g/J" ; + rdfs:comment "Gram per joule is a unit of energy consumption."@en ; + rdfs:label "gram per joule"@en , + "gram per joule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerKilogram +om:gramPerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:gram ; + om:hasUnit om:one ; + om:hasFactor "0.001"^^xsd:float ; + om:alternativeSymbol "g kg-1" , + "g·kg-1" ; + om:symbol "g/kg" ; + rdfs:label "gram per kilogram"@en , + "gram per kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerKilolitre +om:gramPerKilolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:kilolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g kl-1" , + "g·kl-1" ; + om:symbol "g/kl" ; + rdfs:comment "Gram per kilolitre is a unit of density defined as gram divided by kilolitre."@en ; + rdfs:label "gram per kiloliter"@nl , + "gram per kilolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerLitre +om:gramPerLitre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g l-1" , + "g·l-1" ; + om:longcomment "Gram per litre is a unit of density defined as gram divided by litre. Gram per litre is a derived unit in the International System of Units." ; + om:symbol "g/l" ; + rdfs:comment "Gram per litre is a unit of density defined as gram divided by litre."@en ; + rdfs:label "gram per liter"@nl , + "gram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMegajoule +om:gramPerMegajoule rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:megajoule ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g MJ-1" , + "g·MJ-1" ; + om:symbol "g/MJ" ; + rdfs:label "gram per megajoule"@en , + "gram per megajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMegalitre +om:gramPerMegalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:megalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g Ml-1" , + "g·Ml-1" ; + om:symbol "g/Ml" ; + rdfs:comment "Gram per megalitre is a unit of density defined as gram divided by megalitre."@en ; + rdfs:label "gram per megaliter"@nl , + "gram per megalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMetre +om:gramPerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g m-1" , + "g·m-1" ; + om:symbol "g/m" ; + rdfs:label "gram per meter"@nl , + "gram per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMicrolitre +om:gramPerMicrolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:microlitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g μl-1" , + "g·μl-1" ; + om:symbol "g/μl" ; + rdfs:comment "Gram per microlitre is a unit of density defined as gram divided by microlitre."@en ; + rdfs:label "gram per microliter"@nl , + "gram per microlitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMillilitre +om:gramPerMillilitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:millilitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g ml-1" , + "g·ml-1" ; + om:symbol "g/ml" ; + rdfs:comment "Gram per millilitre is a unit of density defined as gram divided by millilitre."@en ; + rdfs:label "gram per milliliter"@nl , + "gram per millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerNanolitre +om:gramPerNanolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:nanolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g nl-1" , + "g·nl-1" ; + om:symbol "g/nl" ; + rdfs:comment "Gram per nanolitre is a unit of density defined as gram divided by nanolitre."@en ; + rdfs:label "gram per nanoliter"@nl , + "gram per nanolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerPetalitre +om:gramPerPetalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:petalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g Pl-1" , + "g·Pl-1" ; + om:symbol "g/Pl" ; + rdfs:comment "Gram per petalitre is a unit of density defined as gram divided by petalitre."@en ; + rdfs:label "gram per petaliter"@nl , + "gram per petalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerPicolitre +om:gramPerPicolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:picolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g pl-1" , + "g·pl-1" ; + om:symbol "g/pl" ; + rdfs:comment "Gram per picolitre is a unit of density defined as gram divided by picolitre."@en ; + rdfs:label "gram per picoliter"@nl , + "gram per picolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetre +om:gramPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g m-2" , + "g·m-2" ; + om:symbol "g/m2" ; + rdfs:label "gram per square metre"@en , + "gram per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetreCentimetre +om:gramPerSquareMetreCentimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:centimetre ; + om:hasNumerator om:gramPerSquareMetre ; + om:alternativeSymbol "g m-2 cm-1" , + "g·m-2·cm-1" ; + om:symbol "g/(m2 cm)" ; + rdfs:label "gram per square metre centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetreDay +om:gramPerSquareMetreDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreDay ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g m-2 d-1" , + "g·m-2·d-1" ; + om:symbol "g/(m2 d)" ; + rdfs:label "gram per square metre day"@en , + "gram per vierkante meter dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetreMetre +om:gramPerSquareMetreMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasNumerator om:gramPerSquareMetre ; + om:alternativeSymbol "g m-2 m-1" , + "g·m-2·m-1" ; + om:symbol "g/(m2 m)" ; + rdfs:label "gram per square metre metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetreSecond-Time +om:gramPerSquareMetreSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreSecond-Time ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g m-2 s-1" , + "g·m-2·s-1" ; + om:symbol "g/(m2 s)" ; + rdfs:label "gram per square metre second"@en , + "gram per vierkante meter seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerTeralitre +om:gramPerTeralitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:teralitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g Tl-1" , + "g·Tl-1" ; + om:symbol "g/Tl" ; + rdfs:comment "Gram per teralitre is a unit of density defined as gram divided by teralitre."@en ; + rdfs:label "gram per teraliter"@nl , + "gram per teralitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerYoctolitre +om:gramPerYoctolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:yoctolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g yl-1" , + "g·yl-1" ; + om:symbol "g/yl" ; + rdfs:comment "Gram per yoctolitre is a unit of density defined as gram divided by yoctolitre."@en ; + rdfs:label "gram per yoctoliter"@nl , + "gram per yoctolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerYottalitre +om:gramPerYottalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:yottalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g Yl-1" , + "g·Yl-1" ; + om:symbol "g/Yl" ; + rdfs:comment "Gram per yottalitre is a unit of density defined as gram divided by yottalitre."@en ; + rdfs:label "gram per yottaliter"@nl , + "gram per yottalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerZeptolitre +om:gramPerZeptolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:zeptolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g zl-1" , + "g·zl-1" ; + om:symbol "g/zl" ; + rdfs:comment "Gram per zeptolitre is a unit of density defined as gram divided by zeptolitre."@en ; + rdfs:label "gram per zeptoliter"@nl , + "gram per zeptolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerZettalitre +om:gramPerZettalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:zettalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g Zl-1" , + "g·Zl-1" ; + om:symbol "g/Zl" ; + rdfs:comment "Gram per zettalitre is a unit of density defined as gram divided by zettalitre."@en ; + rdfs:label "gram per zettaliter"@nl , + "gram per zettalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gray +om:gray rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasUnit om:joulePerKilogram ; + om:longcomment "The gray is a unit of absorbed dose defined as joule divided by kilogram = square metre divided by second squared. The gray is a derived unit is the International System of Units." ; + om:symbol "Gy" ; + rdfs:comment "The gray is a unit of absorbed dose defined as joule divided by kilogram = square metre divided by second squared."@en ; + rdfs:label "gray"@en , + "gray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/grayPerSecond-Time +om:grayPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:absorbedDoseRate-Dimension ; + om:hasNumerator om:gray ; + om:alternativeSymbol "Gy s-1" , + "Gy·s-1" ; + om:symbol "Gy/s" ; + rdfs:label "gray per second"@en , + "gray per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gross +om:gross rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "144.0"^^xsd:float ; + rdfs:comment "Gross is a unit of dimension one defined as 144."@en ; + rdfs:label "gross"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/halfDozen +om:halfDozen rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "6.0"^^xsd:float ; + rdfs:comment "Half dozen is a unit of dimension one defined as 6."@en ; + rdfs:label "half dozen"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/handful +om:handful rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "handful"@en , + "handje"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hartley +om:hartley rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasUnit om:bit ; + om:hasFactor "3.321928"^^xsd:float ; + om:symbol "Hart" ; + rdfs:comment "The hartley is a unit of information capacity defined as 3.321928095 bit."@en ; + rdfs:label "hartley"@en , + "hartley"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/heatTransferCoefficient-Dimension +om:heatTransferCoefficient-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent -1 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "heat transfer coefficient dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectare +om:hectare rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:area-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:are ; + om:symbol "ha" ; + rdfs:comment "The hectare is a unit of area defined as 1.0e2 are."@en ; + rdfs:label "hectare"@en , + "hectare"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectareDay +om:hectareDay rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:hectare ; + om:hasTerm2 om:day ; + om:alternativeSymbol "ha·d" ; + om:symbol "ha d" ; + rdfs:label "hectare dag"@nl , + "hectare day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hecto +om:hecto rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "100.0"^^xsd:float ; + om:symbol "h" ; + rdfs:label "hecto"@en , + "hecto"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectoampere +om:hectoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:ampere ; + om:symbol "hA" ; + rdfs:comment "The hectoampere is a unit of electric current defined as 1.0e2 ampere."@en ; + rdfs:label "hectoampere"@en , + "hectoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectobecquerel +om:hectobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:becquerel ; + om:symbol "hBq" ; + rdfs:comment "The hectobecquerel is a unit of activity defined as 1.0e2 becquerel."@en ; + rdfs:label "hectobecquerel"@en , + "hectobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectocandela +om:hectocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:candela ; + om:symbol "hcd" ; + rdfs:comment "The hectocandela is a unit of luminous intensity defined as 1.0e2 candela."@en ; + rdfs:label "hectocandela"@en , + "hectocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectocoulomb +om:hectocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:coulomb ; + om:symbol "hC" ; + rdfs:comment "The hectocoulomb is a unit of electric charge defined as 1.0e2 coulomb."@en ; + rdfs:label "hectocoulomb"@en , + "hectocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectofarad +om:hectofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:farad ; + om:symbol "hF" ; + rdfs:comment "The hectofarad is a unit of capacitance defined as 1.0e2 farad."@en ; + rdfs:label "hectofarad"@en , + "hectofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectogram +om:hectogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:gram ; + om:alternativeLabel "100 gram"@en ; + om:symbol "hg" ; + rdfs:comment "The hectogram is a unit of mass defined as 1.0e2 gram."@en ; + rdfs:label "hectogram"@en , + "hectogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectogramPerLitre +om:hectogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:hectogram ; + om:alternativeSymbol "hg l-1" , + "hg·l-1" ; + om:symbol "hg/l" ; + rdfs:comment "Hectogram per litre is a unit of density defined as hectogram divided by litre."@en ; + rdfs:label "hectogram per liter"@nl , + "hectogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectogray +om:hectogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:gray ; + om:symbol "hGy" ; + rdfs:comment "The hectogray is a unit of absorbed dose defined as 1.0e2 gray."@en ; + rdfs:label "hectogray"@en , + "hectogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectohenry +om:hectohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:henry ; + om:symbol "hH" ; + rdfs:comment "The hectohenry is a unit of inductance defined as 1.0e2 henry."@en ; + rdfs:label "hectohenry"@en , + "hectohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectohertz +om:hectohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:hertz ; + om:symbol "hHz" ; + rdfs:comment "The hectohertz is a unit of frequency defined as 1.0e2 hertz."@en ; + rdfs:label "hectohertz"@en , + "hectohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectojoule +om:hectojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:joule ; + om:symbol "hJ" ; + rdfs:comment "The hectojoule is a unit of energy defined as 1.0e2 joule."@en ; + rdfs:label "hectojoule"@en , + "hectojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectokatal +om:hectokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:katal ; + om:symbol "hkat" ; + rdfs:comment "The hectokatal is a unit of catalytic activity defined as 1.0e2 katal."@en ; + rdfs:label "hectokatal"@en , + "hectokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectokelvin +om:hectokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:kelvin ; + om:symbol "hK" ; + rdfs:comment "The hectokelvin is a unit of thermodynamic temperature defined as 1.0e2 kelvin."@en ; + rdfs:label "hectokelvin"@en , + "hectokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectolitre +om:hectolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:litre ; + om:symbol "hl" ; + rdfs:label "hectoliter"@nl , + "hectolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectolumen +om:hectolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:lumen ; + om:symbol "hlm" ; + rdfs:label "hectolumen"@en , + "hectolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectolux +om:hectolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:lux ; + om:symbol "hlx" ; + rdfs:label "hectolux"@en , + "hectolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre +om:hectometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:metre ; + om:symbol "hm" ; + rdfs:comment "The hectometre is a unit of length defined as 1.0e2 metre."@en ; + rdfs:label "hectometer"@nl , + "hectometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-Time +om:hectometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:hectometre ; + om:alternativeSymbol "hm s-1" , + "hm·s-1" ; + om:symbol "hm/s" ; + rdfs:comment "Hectometre per second is a unit of speed defined as hectometre divided by second."@en ; + rdfs:label "hectometer per seconde"@nl , + "hectometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-TimeSquared +om:hectometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:hectometre ; + om:alternativeSymbol "hm s-2" , + "hm·s-2" ; + om:symbol "hm/s2" ; + rdfs:comment "Hectometre per second squared is a unit of acceleration defined as hectometre divided by second squared."@en ; + rdfs:label "hectometer per seconde kwadraat"@nl , + "hectometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectomolar +om:hectomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:molar ; + om:symbol "hM" ; + rdfs:comment "The hectomolar is a unit of amount of substance concentration defined as 1.0e2 molar."@en ; + rdfs:label "hectomolair"@nl , + "hectomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectomole +om:hectomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:mole ; + om:symbol "hmol" ; + rdfs:label "hectomol"@nl , + "hectomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectomolePerLitre +om:hectomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:hectomole ; + om:alternativeSymbol "hmol l-1" , + "hmol·l-1" ; + om:symbol "hmol/l" ; + rdfs:comment "Hectomole per litre is a unit of amount of substance concentration defined as hectomole divided by litre."@en ; + rdfs:label "hectomole per liter"@nl , + "hectomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectomolePerMetre +om:hectomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:hectomole ; + om:alternativeSymbol "hmol m-1" , + "hmol·m-1" ; + om:symbol "hmol/m" ; + rdfs:label "hectomole per meter"@nl , + "hectomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectonewton +om:hectonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:newton ; + om:symbol "hN" ; + rdfs:label "hectonewton"@en , + "hectonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectoohm +om:hectoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:ohm ; + om:symbol "hΩ" ; + rdfs:label "hectoohm"@en , + "hectoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal +om:hectopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:pascal ; + om:symbol "hPa" ; + rdfs:label "hectopascal"@en , + "hectopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time +om:hectosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:second-Time ; + om:symbol "hs" ; + rdfs:label "hectosecond"@en , + "hectoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-TimeSquared +om:hectosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:hectosecond-Time ; + om:hasExponent 2 ; + om:symbol "hs2" ; + rdfs:label "hectosecond squared"@en , + "hectoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectosiemens +om:hectosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:siemens ; + om:symbol "hS" ; + rdfs:label "hectosiemens"@en , + "hectosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectosievert +om:hectosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:sievert ; + om:symbol "hSv" ; + rdfs:label "hectosievert"@en , + "hectosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectotesla +om:hectotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:tesla ; + om:symbol "hT" ; + rdfs:label "hectotesla"@en , + "hectotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectovolt +om:hectovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:volt ; + om:symbol "hV" ; + rdfs:label "hectovolt"@en , + "hectovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectowatt +om:hectowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:watt ; + om:symbol "hW" ; + rdfs:label "hectowatt"@en , + "hectowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectoweber +om:hectoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:weber ; + om:symbol "hWb" ; + rdfs:label "hectoweber"@en , + "hectoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/henry +om:henry rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasUnit om:weberPerAmpere ; + om:longcomment "The henry is a unit of inductance defined as square metre times kilogram divided by second squared times ampere squared = weber divided by ampere = volt second divided by ampere = (joule divided by coulomb) times second divided by (coulomb divided by second) = joule times second squared divided by coulomb squared = square metre times kilogram divided by coulomb squared. The henry is a derived unit in the International System of Units." ; + om:symbol "H" ; + rdfs:comment "The henry is a unit of inductance defined as square metre times kilogram divided by second squared times ampere squared = weber divided by ampere = volt second divided by ampere = (joule divided by coulomb) times second divided by (coulomb divided by second) = joule times second squared divided by coulomb squared = square metre times kilogram divided by coulomb squared."@en ; + rdfs:label "henry"@en , + "henry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/henryPerMetre +om:henryPerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:permeabilityOfFreeSpace-Dimension ; + om:hasNumerator om:henry ; + om:alternativeSymbol "H m-1" , + "H·m-1" ; + om:symbol "H/m" ; + rdfs:label "henry per meter"@nl , + "henry per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hertz +om:hertz rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:frequency-Dimension ; + om:hasUnit om:reciprocalSecond-Time ; + om:longcomment "The hertz is a unit of frequency defined as 1 divided by second. The hertz is a derived unit in the International System of Units." ; + om:symbol "Hz" ; + rdfs:comment "The hertz is a unit of frequency defined as 1 divided by second."@en ; + rdfs:label "hertz"@en , + "hertz"@nl , + "赫兹"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Boiler +om:horsepower-Boiler rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "9809.5"^^xsd:float ; + om:alternativeLabel "boiler horsepower"@en ; + rdfs:comment "The boiler horsepower is a unit of power defined as 9.80950e3 watt."@en ; + rdfs:label "horsepower (boiler)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-British +om:horsepower-British rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "745.7"^^xsd:float ; + om:alternativeLabel "British horsepower"@en , + "imperial horsepower"@en ; + rdfs:comment "The British horsepower is a unit of power defined as 7.4570e2 watt."@en ; + rdfs:label "horsepower (British)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Electric +om:horsepower-Electric rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "746.0"^^xsd:float ; + om:alternativeLabel "electric horsepower"@en ; + rdfs:comment "The electric horsepower is a unit of power defined as 7.46e2 watt."@en ; + rdfs:label "horsepower (electric)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Metric +om:horsepower-Metric rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "735.4988"^^xsd:float ; + om:alternativeLabel "metric horsepower"@en ; + om:symbol "PS" ; + rdfs:comment "The metric horsepower is a unit of power defined as 7.354988e2 watt."@en ; + rdfs:label "horsepower (metric)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Water +om:horsepower-Water rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "746.043"^^xsd:float ; + om:alternativeLabel "water horsepower"@en ; + rdfs:comment "The water horsepower is a unit of power defined as 7.46043e2 watt."@en ; + rdfs:label "horsepower (water)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hour +om:hour rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "3600.0"^^xsd:float ; + om:alternativeSymbol "u" ; + om:symbol "h" ; + rdfs:comment "The hour is a unit of time defined as 3600 second."@en ; + rdfs:label "hour"@en , + "uur"@nl , + "小时"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hour-HourAngle +om:hour-HourAngle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:degree ; + om:hasFactor "15.0"^^xsd:float ; + om:symbol "h" ; + rdfs:comment "Wordt gebruikt als hoek (360°=24) voor o.a. rechte klimming. De h wordt meestal als superscript achter de waarde gezet gevolgd door de verdere opdeling naar minuten en seconden. Zoals in 5h34m12s09. Vaak wordt de fractie in seconden zonder punt geschreven, de s wordt als afscheiding gebruikt (http://en.wikipedia.org/wiki/Right_ascension)."@nl ; + rdfs:label "hour (hour angle)"@en , + "uur (uurhoek)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hour-Sidereal +om:hour-Sidereal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "3590.17"^^xsd:float ; + om:alternativeLabel "sidereal hour"@en ; + rdfs:label "hour (sidereal)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hundredCount +om:hundredCount rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "100.0"^^xsd:float ; + rdfs:comment "Hundred count is a unit of dimension one defined as 100."@en ; + rdfs:label "hundred count"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hundredweight-British +om:hundredweight-British rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "50.80235"^^xsd:float ; + om:alternativeLabel "British hundredweight"@en ; + rdfs:comment "The British hundredweight is a unit of mass defined as 5.080235e1 kilogram."@en ; + rdfs:label "hundredweight (British)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hundredweight-US +om:hundredweight-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "45.35924"^^xsd:float ; + om:alternativeLabel "US hundredweight"@en ; + rdfs:comment "The US hundredweight is a unit of mass defined as 4.535924e1 kilogram."@en ; + rdfs:label "hundredweight (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension +om:illuminance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "illuminance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International +om:inch-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "0.0254"^^xsd:float ; + om:alternativeLabel "international inch"@en ; + om:symbol "in" ; + rdfs:comment "The international inch is a unit of length defined as 2.54e-2 metre."@en ; + rdfs:label "inch (international)"@en , + "英寸(国际)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension +om:inductanceOrPermeance-Electromagnetic-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -2 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "inductance or permeance (electromagnetic) dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/informationCapacityOfOneBinaryDigit +om:informationCapacityOfOneBinaryDigit rdf:type owl:NamedIndividual , + om:InformationCapacity ; + om:hasPhenomenon om:oneBinaryDigit ; + rdfs:label "information capacity of one binary digit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/informationTechnology +om:informationTechnology rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:InformationCapacity , + om:PixelCount , + om:SymbolRate ; + om:usesUnit om:bit , + om:bitPerSecond-Time , + om:byte , + om:exabit , + om:exbibit , + om:gibibit , + om:gigabit , + om:hartley , + om:kibibit , + om:kilobit , + om:mebibit , + om:megabit , + om:pebibit , + om:petabit , + om:pixel , + om:shannon , + om:tebibit , + om:terabit , + om:yobibit , + om:yottabit , + om:zebibit , + om:zettabit ; + rdfs:label "informatietechnologie"@nl , + "information technology"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/internationalPrototypeOfTheKilogram +om:internationalPrototypeOfTheKilogram rdf:type owl:NamedIndividual , + owl:Thing ; + rdfs:label "international prototype of the kilogram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/jansky +om:jansky rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:alternativeLabel "flux unit"@en ; + om:symbol "Jy" ; + rdfs:label "jansky"@en , + "jansky"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joule +om:joule rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:newtonMetre ; + om:longcomment "The joule is a unit of energy defined as kilogram times square metre divided by second squared. The joule is a derived unit in the International System of Units." ; + om:symbol "J" ; + rdfs:comment "The joule is a unit of energy defined as kilogram times square metre divided by second squared."@en ; + rdfs:label "joule"@en , + "joule"@nl , + "焦耳"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerCubicMetreKelvin +om:joulePerCubicMetreKelvin rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetreKelvin ; + om:hasDimension om:volumetricHeatCapacity-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J-1 m3 K" , + "J-1·m3·K" , + "J/(m3·K)" ; + om:symbol "J/m3 K" ; + rdfs:label "joule per cubic metre kelvin"@en , + "joule per kubieke meter kelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerCubicmetre +om:joulePerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:energyDensity-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J m-3" , + "J·m-3" ; + om:symbol "J/m3" ; + rdfs:label "joule per cubic metre"@en , + "joule per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvin +om:joulePerKelvin rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kelvin ; + om:hasDimension om:entropyOrHeatCapacity-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J K-1" , + "J·K-1" ; + om:symbol "J/K" ; + rdfs:label "joule per kelvin"@en , + "joule per kelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinKilogram +om:joulePerKelvinKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kelvinKilogram ; + om:hasDimension om:specificEntropyOrSpecificHeatCapacity-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J K-1 kg-1" , + "J/(K·kg)" , + "J·K-1·kg-1" ; + om:symbol "J/(K kg)" ; + rdfs:label "joule per kelvin kilogram"@en , + "joule per kelvin kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinMole +om:joulePerKelvinMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kelvinMole ; + om:hasDimension om:molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J K-1 mol-1" , + "J/(K·mol)" , + "J·K-1·mol-1" ; + om:symbol "J/(K mol)" ; + rdfs:label "joule per kelvin mol"@nl , + "joule per kelvin mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram +om:joulePerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J kg-1" , + "J·kg-1" ; + om:symbol "J/kg" ; + rdfs:label "joule per kilogram"@en , + "joule per kilogram"@nl , + "焦耳每千克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerMole +om:joulePerMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:mole ; + om:hasDimension om:molarEnergy-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J mol-1" , + "J·mol-1" ; + om:symbol "J/mol" ; + rdfs:label "joule per mol"@nl , + "joule per mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSecond-Time +om:joulePerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:power-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J s-1" , + "J·s-1" ; + om:symbol "J/s" ; + rdfs:label "joule per second"@en , + "joule per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSquareMetre +om:joulePerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J m-2" , + "J·m-2" ; + om:symbol "J/m2" ; + rdfs:label "joule per square metre"@en , + "joule per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSquareMetreDay +om:joulePerSquareMetreDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreDay ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J m-2 d-1" , + "J·m-2·d-1" ; + om:symbol "J/(m2 d)" ; + rdfs:label "joule per square metre day"@en , + "joule per vierkante meter dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSquareMetreSecond-Time +om:joulePerSquareMetreSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreSecond-Time ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J m-2 s-1" , + "J·m-2·s-1" ; + om:symbol "J/(m2 s)" ; + rdfs:label "joule per square metre second"@en , + "joule per vierkante meter seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/jouleSecond-Time +om:jouleSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:actionOrAngularMomentum-Dimension ; + om:hasTerm1 om:joule ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "J·s" ; + om:symbol "J s" ; + rdfs:label "joule second"@en , + "joule seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/katal +om:katal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasUnit om:molePerSecond-Time ; + om:longcomment "The katal is a unit of catalytic activity defined as mole divided by second. The katal is a derived unit in the International System of Units." ; + om:symbol "kat" ; + rdfs:comment "The katal is a unit of catalytic activity defined as mole divided by second."@en ; + rdfs:label "katal"@en , + "katal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/katalPerCubicmetre +om:katalPerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:catalyticActivityConcentration-Dimension ; + om:hasNumerator om:katal ; + om:alternativeSymbol "kat m-3" , + "kat·m-3" ; + om:symbol "kat/m3" ; + rdfs:label "katal per cubic metre"@en , + "katal per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kayser +om:kayser rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:wavenumber-Dimension ; + om:hasUnit om:reciprocalMetre ; + om:hasFactor "100.0"^^xsd:float ; + om:alternativeLabel "rydberg"@en , + "rydberg"@nl ; + rdfs:comment "The kayser is a unit of wavenumber defined as 100 reciprocal metre."@en ; + rdfs:label "kayser"@en , + "kayser"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin +om:kelvin rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasQuantity om:_127316OfTheThermodynamicTemperatureOfTheTriplePointOfWater ; + om:longcomment "The kelvin is a unit of temperature defined as 1/273.16 of the thermodynamic temperature of the triple point of water. The kelvin is a base unit in the International System of Units." ; + om:symbol "K" ; + rdfs:comment "The kelvin is a unit of temperature defined as 1/273.16 of the thermodynamic temperature of the triple point of water."@en ; + rdfs:label "kelvin"@en , + "kelvin"@nl , + "开"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinKilogram +om:kelvinKilogram rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:kelvin ; + om:hasTerm2 om:kilogram ; + om:alternativeSymbol "K·kg" ; + om:symbol "K kg" ; + rdfs:label "kelvin kilogram"@en , + "kelvin kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinMole +om:kelvinMole rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:kelvin ; + om:hasTerm2 om:mole ; + om:alternativeSymbol "K·mol" ; + om:symbol "K mol" ; + rdfs:label "kelvin mol"@nl , + "kelvin mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinPerWatt +om:kelvinPerWatt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:watt ; + om:hasDimension om:thermalResistance-Dimension ; + om:hasNumerator om:kelvin ; + om:alternativeSymbol "K W-1" , + "K·W-1" ; + om:symbol "K/W" ; + rdfs:label "kelvin per watt"@en , + "kelvin per watt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kibi +om:kibi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1024.0"^^xsd:float ; + om:alternativeLabel "kilobinary"@en ; + om:symbol "Ki" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "kibi"@en , + "kibi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kibibit +om:kibibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:kibi ; + om:hasUnit om:bit ; + om:symbol "Kibit" ; + rdfs:label "kibibit"@en , + "kibibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kibibyte +om:kibibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:kibi ; + om:hasUnit om:byte ; + om:symbol "KiB" ; + rdfs:label "kibibyte"@en , + "kibibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilo +om:kilo rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1000.0"^^xsd:float ; + om:symbol "k" ; + rdfs:label "kilo"@en , + "kilo"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kiloampere +om:kiloampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:ampere ; + om:symbol "kA" ; + rdfs:comment "The kiloampere is a unit of electric current defined as 1.0e3 ampere."@en ; + rdfs:label "kiloampere"@en , + "kiloampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilobecquerel +om:kilobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:becquerel ; + om:symbol "kBq" ; + rdfs:comment "The kilobecquerel is a unit of activity defined as 1.0e3 becquerel."@en ; + rdfs:label "kilobecquerel"@en , + "kilobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilobit +om:kilobit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:kilo ; + om:hasUnit om:bit ; + om:symbol "kbit" ; + rdfs:label "kilobit"@en , + "kilobit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilobyte +om:kilobyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:kilo ; + om:hasUnit om:byte ; + om:symbol "kB" ; + rdfs:label "kilobyte"@en , + "kilobyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-Mean +om:kilocalorie-Mean rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:calorie-Mean ; + om:symbol "kcal" ; + rdfs:comment "The kilocalorie (mean) is a unit of energy defined as 1.0e3 calorie (mean)."@en ; + rdfs:label "kilocalorie (mean)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-MeanPerDay +om:kilocalorie-MeanPerDay rdf:type owl:NamedIndividual , + om:Unit , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasDimension om:power-Dimension ; + om:hasNumerator om:kilocalorie-Mean ; + om:alternativeSymbol "kcal d-1" , + "kcal·d-1" ; + om:symbol "kcal/d" ; + rdfs:label "kilocalorie (mean) per day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-MeanPerHectogram +om:kilocalorie-MeanPerHectogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectogram ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasNumerator om:kilocalorie-Mean ; + om:alternativeLabel "kilocalorie per 100 gram"@en ; + om:alternativeSymbol "kcal hg-1" , + "kcal/100 g" , + "kcal·hg-1" ; + om:symbol "kcal/hg" ; + rdfs:label "kilocalorie (mean) per hectogram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilocandela +om:kilocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:candela ; + om:symbol "kcd" ; + rdfs:comment "The kilocandela is a unit of luminous intensity defined as 1.0e3 candela."@en ; + rdfs:label "kilocandela"@en , + "kilocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilocoulomb +om:kilocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:coulomb ; + om:symbol "kC" ; + rdfs:comment "The kilocoulomb is a unit of electric charge defined as 1.0e3 coulomb."@en ; + rdfs:label "kilocoulomb"@en , + "kilocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt +om:kiloelectronvolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:electronvolt ; + om:symbol "keV" ; + rdfs:comment "The kiloelectronvolt is a unit of energy defined as 1.0e3 electronvolt."@en ; + rdfs:label "kiloelectronvolt"@en , + "kiloelectronvolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilofarad +om:kilofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:farad ; + om:symbol "kF" ; + rdfs:comment "The kilofarad is a unit of capacitance defined as 1.0e3 farad."@en ; + rdfs:label "kilofarad"@en , + "kilofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram +om:kilogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:kilo ; + om:hasQuantity om:massOfTheInternationalPrototypeOfTheKilogram ; + om:hasUnit om:gram ; + om:longcomment "The kilogram is a unit of mass defined as the mass of the international prototype of the kilogram. The kilogram is a base unit in the International System of Units." ; + om:symbol "kg" ; + rdfs:comment "The kilogram is a unit of mass defined as the mass of the international prototype of the kilogram."@en ; + rdfs:label "kilogram"@en , + "kilogram"@nl , + "公斤"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicDecimetre +om:kilogramPerCubicDecimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicDecimetre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg dm-3" , + "kg·dm-3" ; + om:longcomment "Kilogram per cubic decimetre is a unit of density defined as kilogram divided by cubic decimetre. Kilogram per cubic decimetre is a derived unit in the International System of Units." ; + om:symbol "kg/dm3" ; + rdfs:comment "Kilogram per cubic decimetre is a unit of density defined as kilogram divided by cubic decimetre."@en ; + rdfs:label "kilogram per cubic decimetre"@en , + "kilogram per kubieke decimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicmetre +om:kilogramPerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg m-3" , + "kg·m-3" ; + om:longcomment "Kilogram per cubic metre is a unit of density defined as kilogram divided by cubic metre. Kilogram per cubic metre is a derived unit in the International System of Units." ; + om:symbol "kg/m3" ; + rdfs:comment "Kilogram per cubic metre is a unit of density defined as kilogram divided by cubic metre."@en ; + rdfs:label "kilogram per cubic metre"@en , + "kilogram per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerGigajoule +om:kilogramPerGigajoule rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gigajoule ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg GJ-1" , + "kg·GJ-1" ; + om:longcomment "Kilogram per gigajoule is a unit of energy consumption defined as kilogram divided by gigajoule. Kilogram per gigajoule is a derived unit in the International System of Units." ; + om:symbol "kg/GJ" ; + rdfs:comment "Kilogram per gigajoule is a unit of energy consumption."@en ; + rdfs:label "kilogram per gigajoule"@en , + "kilogram per gigajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerHectare +om:kilogramPerHectare rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectare ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg ha-1" , + "kg·ha-1" ; + om:symbol "kg/ha" ; + rdfs:label "kilogram per hectare"@en , + "kilogram per hectare"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerHectareDay +om:kilogramPerHectareDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectareDay ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg ha-1 d-1" , + "kg·ha-1·d-1" ; + om:symbol "kg/(ha d)" ; + rdfs:label "kilogram per hectare dag"@nl , + "kilogram per hectare day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerKilogram +om:kilogramPerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg kg-1" , + "kg·kg-1" ; + om:symbol "kg/kg" ; + rdfs:label "kilogram per kilogram"@en , + "kilogram per kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerLitre +om:kilogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg l-1" , + "kg·l-1" ; + om:symbol "kg/l" ; + rdfs:comment "Kilogram per litre is a unit of density defined as kilogram divided by litre."@en ; + rdfs:label "kilogram per liter"@nl , + "kilogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerMole +om:kilogramPerMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:mole ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg mol-1" , + "kg·mol-1" ; + om:symbol "kg/mol" ; + rdfs:label "kilogram per mol"@nl , + "kilogram per mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerPascalSecond-TimeSquareMetre +om:kilogramPerPascalSecond-TimeSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:pascalSecond-TimeSquareMetre ; + om:hasDimension om:permeance-MaterialsScience-Dimension ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg/(Pa s m2)" , + "kg/(Pa·s·m2)" , + "kg·Pa-1·s-1·m-2" ; + om:symbol "kg Pa-1 s-1 m-2" ; + rdfs:label "kilogram per pascal second square metre"@en , + "kilogram per pascal seconde vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerSecond-Time +om:kilogramPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:massFlow-Dimension ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg s-1" , + "kg·s-1" ; + om:symbol "kg/s" ; + rdfs:label "kilogram per second"@en , + "kilogram per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerSquareMetre +om:kilogramPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg m-2" , + "kg·m-2" ; + om:symbol "kg/m2" ; + rdfs:label "kilogram per square metre"@en , + "kilogram per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2 +om:kilogramSecond-TimeToThePower-2 rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:kilogram ; + om:hasTerm2 om:second-TimeToThePower-2 ; + om:alternativeSymbol "kg·s-2" ; + om:symbol "kg s-2" ; + rdfs:label "kilogram second to the power -2"@en , + "kilogram seconde tot de macht -2"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre +om:kilogramSecond-TimeToThePower-2ReciprocalMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:pressure-Dimension ; + om:hasTerm1 om:kilogramSecond-TimeToThePower-2 ; + om:hasTerm2 om:reciprocalMetre ; + om:alternativeSymbol "m-1·kg·s-2" ; + om:symbol "m-1 kg s-2" ; + rdfs:label "omgekeerde meter kilogram seconde tot de macht -2"@nl , + "reciprocal metre kilogram second to the power -2"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSquareMetre +om:kilogramSquareMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:kilogram ; + om:hasTerm2 om:squareMetre ; + om:alternativeSymbol "kg·m2" ; + om:symbol "kg m2" ; + rdfs:label "kilogram square metre"@en , + "kilogram vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogray +om:kilogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:gray ; + om:symbol "kGy" ; + rdfs:comment "The kilogray is a unit of absorbed dose defined as 1.0e3 gray."@en ; + rdfs:label "kilogray"@en , + "kilogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilohenry +om:kilohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:henry ; + om:symbol "kH" ; + rdfs:comment "The kilohenry is a unit of inductance defined as 1.0e3 henry."@en ; + rdfs:label "kilohenry"@en , + "kilohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilohertz +om:kilohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:hertz ; + om:symbol "kHz" ; + rdfs:comment "The kilohertz is a unit of frequency defined as 1.0e3 hertz."@en ; + rdfs:label "kilohertz"@en , + "kilohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilohm +om:kilohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:ohm ; + om:alternativeLabel "kiloohm"@en ; + om:symbol "kΩ" ; + rdfs:label "kilohm"@en , + "kilohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule +om:kilojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:joule ; + om:symbol "kJ" ; + rdfs:comment "The kilojoule is a unit of energy defined as 1.0e3 joule."@en ; + rdfs:label "kilojoule"@en , + "kilojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoulePerHectogram +om:kilojoulePerHectogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectogram ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasNumerator om:kilojoule ; + om:alternativeLabel "kilojoule per 100 gram"@en , + "kilojoule per 100 gram"@nl ; + om:alternativeSymbol "kJ hg-1" , + "kJ/100 g" , + "kJ·hg-1" ; + om:symbol "kJ/hg" ; + rdfs:label "kilojoule per hectogram"@en , + "kilojoule per hectogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoulePerSquareMetreDay +om:kilojoulePerSquareMetreDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreDay ; + om:hasNumerator om:kilojoule ; + om:alternativeSymbol "kJ m-2 d-1" , + "kJ·m-2·d-1" ; + om:symbol "kJ/(m2 d)" ; + rdfs:label "kilojoule per square metre day"@en , + "kilojoule per vierkante meter dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilokatal +om:kilokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:katal ; + om:symbol "kkat" ; + rdfs:comment "The kilokatal is a unit of catalytic activity defined as 1.0e3 katal."@en ; + rdfs:label "kilokatal"@en , + "kilokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilokelvin +om:kilokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:kelvin ; + om:symbol "kK" ; + rdfs:comment "The kilokelvin is a unit of thermodynamic temperature defined as 1.0e3 kelvin."@en ; + rdfs:label "kilokelvin"@en , + "kilokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilolitre +om:kilolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:litre ; + om:symbol "kl" ; + rdfs:label "kiloliter"@nl , + "kilolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilolumen +om:kilolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:lumen ; + om:symbol "klm" ; + rdfs:label "kilolumen"@en , + "kilolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilolux +om:kilolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:lux ; + om:symbol "klx" ; + rdfs:label "kilolux"@en , + "kilolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre +om:kilometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:metre ; + om:symbol "km" ; + rdfs:comment "The kilometre is a unit of length defined as 1.0e3 metre."@en ; + rdfs:label "kilometer"@nl , + "kilometre"@en , + "公里"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour +om:kilometrePerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:kilometre ; + om:alternativeSymbol "km h-1" , + "km·h-1" ; + om:symbol "km/h" ; + rdfs:comment "Kilometre per hour is a unit of speed defined as kilometre divided by hour."@en ; + rdfs:label "kilometer per uur"@nl , + "kilometre per hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-Time +om:kilometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:kilometre ; + om:alternativeSymbol "km s-1" , + "km·s-1" ; + om:symbol "km/s" ; + rdfs:comment "Kilometre per second is a unit of speed defined as kilometre divided by second."@en ; + rdfs:label "kilometer per seconde"@nl , + "kilometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimePerMegaparsec +om:kilometrePerSecond-TimePerMegaparsec rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:megaparsec ; + om:hasNumerator om:kilometrePerSecond-Time ; + om:symbol "km s-1 Mpc-1" ; + rdfs:comment "De eenheid van de Hubble constante (die niet constant is!) (http://en.wikipedia.org/wiki/Hubble_constant)."@en ; + rdfs:label "kilometer per seconde per megaparsec"@nl , + "kilometre per second per megaparsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimeSquared +om:kilometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:kilometre ; + om:alternativeSymbol "km s-2" , + "km·s-2" ; + om:symbol "km/s2" ; + rdfs:comment "Kilometre per second squared is a unit of acceleration defined as kilometre divided by second squared."@en ; + rdfs:label "kilometer per seconde kwadraat"@nl , + "kilometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilomolar +om:kilomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:molar ; + om:symbol "kM" ; + rdfs:comment "The kilomolar is a unit of amount of substance concentration defined as 1.0e3 molar."@en ; + rdfs:label "kilomolair"@nl , + "kilomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilomole +om:kilomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:mole ; + om:symbol "kmol" ; + rdfs:label "kilomol"@nl , + "kilomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilomolePerLitre +om:kilomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:kilomole ; + om:alternativeSymbol "kmol l-1" , + "kmol·l-1" ; + om:symbol "kmol/l" ; + rdfs:comment "Kilomole per litre is a unit of amount of substance concentration defined as kilomole divided by litre."@en ; + rdfs:label "kilomole per liter"@nl , + "kilomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilomolePerMetre +om:kilomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:kilomole ; + om:alternativeSymbol "kmol m-1" , + "kmol·m-1" ; + om:symbol "kmol/m" ; + rdfs:label "kilomole per meter"@nl , + "kilomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilonewton +om:kilonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:newton ; + om:symbol "kN" ; + rdfs:label "kilonewton"@en , + "kilonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec +om:kiloparsec rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:parsec ; + om:symbol "kpc" ; + rdfs:comment "The kiloparsec is a unit of length defined as 1.0e3 parsec. Gebruikt voor afstanden op de schaal van het melkwegstelsel."@en ; + rdfs:label "kiloparsec"@en , + "kiloparsec"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal +om:kilopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:pascal ; + om:symbol "kPa" ; + rdfs:label "kilopascal"@en , + "kilopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time +om:kilosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:second-Time ; + om:symbol "ks" ; + rdfs:label "kilosecond"@en , + "kiloseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-TimeSquared +om:kilosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:kilosecond-Time ; + om:hasExponent 2 ; + om:symbol "ks2" ; + rdfs:label "kilosecond squared"@en , + "kiloseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilosiemens +om:kilosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:siemens ; + om:symbol "kS" ; + rdfs:label "kilosiemens"@en , + "kilosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilosievert +om:kilosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:sievert ; + om:symbol "kSv" ; + rdfs:label "kilosievert"@en , + "kilosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilotesla +om:kilotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:tesla ; + om:symbol "kT" ; + rdfs:label "kilotesla"@en , + "kilotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilotonne +om:kilotonne rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:tonne ; + om:symbol "kt" ; + rdfs:label "kiloton"@nl , + "kilotonne"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilovolt +om:kilovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:volt ; + om:symbol "kV" ; + rdfs:label "kilovolt"@en , + "kilovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilowatt +om:kilowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:watt ; + om:symbol "kW" ; + rdfs:label "kilowatt"@en , + "kilowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour +om:kilowattHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:kilowatt ; + om:hasTerm2 om:hour ; + om:alternativeLabel "kilowatt-hour"@en , + "kilowatthour"@en ; + om:alternativeSymbol "kWh" , + "kW·h" ; + om:symbol "kW h" ; + rdfs:label "kilowatt hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kiloweber +om:kiloweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:weber ; + om:symbol "kWb" ; + rdfs:label "kiloweber"@en , + "kiloweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kinematicViscosityOrThermalDiffusivity-Dimension +om:kinematicViscosityOrThermalDiffusivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "kinematic viscosity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kip +om:kip rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:force-Dimension ; + om:hasUnit om:newton ; + om:hasFactor "4448.222"^^xsd:float ; + rdfs:comment "The kip is a unit of force defined as 4.448222e3 newton."@en ; + rdfs:label "kip"@en , + "kip"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/knot-International +om:knot-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:speed-Dimension ; + om:hasUnit om:nauticalMile-InternationalPerHour ; + om:alternativeLabel "international knot"@en ; + rdfs:comment "The international knot is a unit of speed defined as nautical mile per hour."@en ; + rdfs:label "knoop (internationaal)"@nl , + "knot (international)"@en , + "海里/小时(国际)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lambert +om:lambert rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:luminance-Dimension ; + om:hasUnit om:candelaPerSquareMetre ; + om:hasFactor "3183.099"^^xsd:float ; + rdfs:comment "The lambert is a unit of luminance defined as 3.183099e3 candela per square metre."@en ; + rdfs:label "lambert"@en , + "lambert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/last +om:last rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "last"@en , + "最後"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension +om:length-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "L" ; + rdfs:label "lengtedimensie"@nl , + "length dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lengthOfThePathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond +om:lengthOfThePathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond rdf:type owl:NamedIndividual , + om:Length ; + om:hasPhenomenon om:pathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond ; + rdfs:label "length of the path travelled by light in vacuum during a time interval of 1/299 792 458 of a second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear +om:lightYear rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "9.4607295E15"^^xsd:float ; + om:alternativeLabel "lightyear"@en ; + om:symbol "ly" ; + rdfs:comment "The light year is a unit of length defined as 9.46073e15 metre."@en ; + rdfs:label "lichtjaar"@nl , + "light year"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/liquidPint-US +om:liquidPint-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "4.731765E-4"^^xsd:float ; + om:alternativeLabel "US liquid pint"@en , + "pint (US liquid)"@en ; + om:symbol "liq pt" ; + rdfs:comment "The US liquid pint is a unit of volume defined as 4.731765e-4 cubic metre."@en ; + rdfs:label "liquid pint (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/liquidQuart-US +om:liquidQuart-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "9.463529E-4"^^xsd:float ; + om:alternativeLabel "US liquid quart"@en , + "quart (US liquid)"@en ; + om:symbol "liq qt" ; + rdfs:comment "The US liquid quart is a unit of volume defined as 9.463529e-4 cubic metre."@en ; + rdfs:label "liquid quart (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/litre +om:litre rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.001"^^xsd:float ; + om:alternativeLabel "liter"@en ; + om:alternativeSymbol "L" ; + om:symbol "l" ; + rdfs:comment "The litre is a unit of volume defined as 1.0e-3 cubic metre."@en ; + rdfs:label "liter"@nl , + "litre"@en , + "升"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/litrePer100Kilometre +om:litrePer100Kilometre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:_100Kilometre ; + om:hasNumerator om:litre ; + om:alternativeLabel "liter per 100 kilometer"@nl , + "litre per 100 kilometre"@en ; + om:symbol "l/100 km" ; + rdfs:label "liter per 100 kilometer"@nl , + "litre per 100 kilometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerHour +om:litrePerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasNumerator om:litre ; + om:alternativeSymbol "l h-1" , + "l·h-1" ; + om:symbol "l/h" ; + rdfs:label "liter per uur"@nl , + "litre per hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerKilogram +om:litrePerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:specificVolume-Dimension ; + om:hasNumerator om:litre ; + om:alternativeSymbol "l kg-1" , + "l·kg-1" ; + om:longcomment "Litre per kilogram is a unit of specific volume defined as litre divided by kilogram. Litre per kilogram is a derived unit in the International System of Units." ; + om:symbol "l/kg" ; + rdfs:comment "Litre per kilogram is a unit of specific volume defined as litre divided by kilogram."@en ; + rdfs:label "liter per kilogram"@nl , + "litre per kilogram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerMole +om:litrePerMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:mole ; + om:hasNumerator om:litre ; + om:alternativeSymbol "l mol-1" , + "l·mol-1" ; + om:symbol "l/mol" ; + rdfs:label "liter per mol"@nl , + "litre per mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lumen +om:lumen rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasUnit om:candelaSteradian ; + om:longcomment "The lumen is a unit of luminous flux defined as candela times steradian = lux times square metre. The lumen is a derived unit in the International System of Units." ; + om:symbol "lm" ; + rdfs:comment "The lumen is a unit of luminous flux defined as candela times steradian = lux times square metre."@en ; + rdfs:label "lumen"@en , + "lumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerSquareMetre +om:lumenPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:illuminance-Dimension ; + om:hasNumerator om:lumen ; + om:alternativeSymbol "lm m-2" , + "lm·m-2" ; + om:symbol "lm/m2" ; + rdfs:label "lumen per square metre"@en , + "lumen per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerWatt +om:lumenPerWatt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:watt ; + om:hasDimension om:luminousEfficacy-Dimension ; + om:hasNumerator om:lumen ; + om:alternativeSymbol "lm W-1" , + "lm·W-1" ; + om:symbol "lm/W" ; + rdfs:label "lumen per watt"@en , + "lumen per watt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lumenSecond-Time +om:lumenSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:luminousEnergy-Dimension ; + om:hasTerm1 om:lumen ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "lm·s" ; + om:symbol "lm s" ; + rdfs:label "lumen second"@en , + "lumen seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luminance-Dimension +om:luminance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "luminance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luminousEfficacy-Dimension +om:luminousEfficacy-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 3 ; + rdfs:label "luminous efficacy dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luminousEnergy-Dimension +om:luminousEnergy-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "luminous energy dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension +om:luminousFlux-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "luminous flux dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension +om:luminousIntensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "J" ; + rdfs:label "lichtsterktedimensie"@nl , + "luminous intensity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensityInAGivenDirectionOfASourceThatEmitsMonochromaticRadiationOfFrequency540e12HertzAndThatHasARadiantIntensityInThatDirectionOf1683WattPerSteradian +om:luminousIntensityInAGivenDirectionOfASourceThatEmitsMonochromaticRadiationOfFrequency540e12HertzAndThatHasARadiantIntensityInThatDirectionOf1683WattPerSteradian rdf:type owl:NamedIndividual , + om:LuminousIntensity ; + rdfs:label "luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540e12 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lux +om:lux rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:illuminance-Dimension ; + om:hasUnit om:lumenPerSquareMetre ; + om:longcomment "The lux is a unit of illuminance defined as lumen divided by square metre = candela times steradian divided by square metre. The lux is a derived unit in the International System of Units." ; + om:symbol "lx" ; + rdfs:comment "The lux is a unit of illuminance defined as lumen divided by square metre = candela times steradian divided by square metre."@en ; + rdfs:label "lux"@en , + "lux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luxSecond-Time +om:luxSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:exposure-Dimension ; + om:hasTerm1 om:lux ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "lx·s" ; + om:symbol "lx s" ; + rdfs:label "lux second"@en , + "lux seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension +om:magneticFlux-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -1 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "magnetic flux dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension +om:magneticFluxDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -1 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "magnetic flux density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude +om:magnitude rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:symbol "mag" ; + rdfs:comment "Eenheid waarmee de helderheid van sterren wordt aangegeven. Meestal wordt het symbool niet aangeduid (http://en.wikipedia.org/wiki/Magnitude_(astronomy))."@en ; + rdfs:label "magnitude"@en , + "magnitude"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/magnitudePerSecond-AngleSquared +om:magnitudePerSecond-AngleSquared rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-AngleSquared ; + om:hasNumerator om:magnitude ; + om:alternativeSymbol "mag arcsec-2" , + "mag·arcsec-2" ; + om:symbol "mag/arcsec2" ; + rdfs:comment "The brightness (in magnitudes) of an area on the celestial sphere of 1 arcsecond by 1 arcsecond."@en ; + rdfs:label "magnitude per second (angle) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension +om:mass-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "M" ; + rdfs:label "mass dimension"@en , + "massadimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/massFlow-Dimension +om:massFlow-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "mass flow dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/massOfTheInternationalPrototypeOfTheKilogram +om:massOfTheInternationalPrototypeOfTheKilogram rdf:type owl:NamedIndividual , + om:Mass ; + om:hasPhenomenon om:internationalPrototypeOfTheKilogram ; + rdfs:label "mass of the international prototype of the kilogram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/maximum +om:maximum rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "maximum"@en , + "最大"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/maxwell +om:maxwell rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasUnit om:weber ; + om:hasFactor "1.0E-8"^^xsd:float ; + om:symbol "Mx" ; + rdfs:comment "The maxwell is a unit of magnetic flux defined as 1.0e-8 weber."@en ; + rdfs:label "maxwell"@en , + "maxwell"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mebi +om:mebi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1048576.0"^^xsd:float ; + om:alternativeLabel "megabinary"@en ; + om:symbol "Mi" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "mebi"@en , + "mebi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mebibit +om:mebibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:mebi ; + om:hasUnit om:bit ; + om:symbol "Mibit" ; + rdfs:label "mebibit"@en , + "mebibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mebibyte +om:mebibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:mebi ; + om:hasUnit om:byte ; + om:symbol "MiB" ; + rdfs:label "mebibyte"@en , + "mebibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mechanics +om:mechanics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Acceleration , + om:Action , + om:AngularAcceleration , + om:AngularMomentum , + om:AngularSpeed , + om:AreaFraction , + om:Density , + om:DynamicViscosity , + om:Energy , + om:Enthalpy , + om:Force , + om:Frequency , + om:Impulse , + om:KinematicViscosity , + om:KineticEnergy , + om:Mass , + om:MassFraction , + om:MomentOfInertia , + om:Momentum , + om:Period , + om:PotentialEnergy , + om:Power , + om:Pressure , + om:SpecificVolume , + om:Speed , + om:Time , + om:Torque , + om:Velocity , + om:VolumeFraction , + om:Wavelength , + om:Wavenumber , + om:Weight , + om:Work ; + om:usesUnit om:attohertz , + om:attometrePerSecond-Time , + om:attometrePerSecond-TimeSquared , + om:attosecond-Time , + om:centihertz , + om:centimetrePerDay , + om:centimetrePerSecond-Time , + om:centimetrePerSecond-TimeSquared , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decahertz , + om:decametrePerSecond-Time , + om:decametrePerSecond-TimeSquared , + om:decasecond-Time , + om:decihertz , + om:decimetrePerSecond-Time , + om:decimetrePerSecond-TimeSquared , + om:decisecond-Time , + om:exahertz , + om:exametrePerSecond-Time , + om:exametrePerSecond-TimeSquared , + om:exasecond-Time , + om:femtohertz , + om:femtometrePerSecond-Time , + om:femtometrePerSecond-TimeSquared , + om:femtosecond-Time , + om:gal , + om:gigahertz , + om:gigametrePerSecond-Time , + om:gigametrePerSecond-TimeSquared , + om:gigasecond-Time , + om:gigayear , + om:hectohertz , + om:hectometrePerSecond-Time , + om:hectometrePerSecond-TimeSquared , + om:hectosecond-Time , + om:hertz , + om:hour , + om:hour-Sidereal , + om:kayser , + om:kilohertz , + om:kilometrePerHour , + om:kilometrePerSecond-Time , + om:kilometrePerSecond-TimeSquared , + om:kilosecond-Time , + om:knot-International , + om:megahertz , + om:megametrePerSecond-Time , + om:megametrePerSecond-TimeSquared , + om:megasecond-Time , + om:metrePerAttosecond-Time , + om:metrePerAttosecond-TimeSquared , + om:metrePerCentisecond-Time , + om:metrePerCentisecond-TimeSquared , + om:metrePerDay , + om:metrePerDecasecond-Time , + om:metrePerDecasecond-TimeSquared , + om:metrePerDecisecond-Time , + om:metrePerDecisecond-TimeSquared , + om:metrePerExasecond-Time , + om:metrePerExasecond-TimeSquared , + om:metrePerFemtosecond-Time , + om:metrePerFemtosecond-TimeSquared , + om:metrePerGigasecond-Time , + om:metrePerGigasecond-TimeSquared , + om:metrePerHectosecond-Time , + om:metrePerHectosecond-TimeSquared , + om:metrePerKilosecond-Time , + om:metrePerKilosecond-TimeSquared , + om:metrePerMegasecond-Time , + om:metrePerMegasecond-TimeSquared , + om:metrePerMicrosecond-Time , + om:metrePerMicrosecond-TimeSquared , + om:metrePerMillisecond-Time , + om:metrePerMillisecond-TimeSquared , + om:metrePerNanosecond-Time , + om:metrePerNanosecond-TimeSquared , + om:metrePerPetasecond-Time , + om:metrePerPetasecond-TimeSquared , + om:metrePerPicosecond-Time , + om:metrePerPicosecond-TimeSquared , + om:metrePerSecond-Time , + om:metrePerSecond-TimeSquared , + om:metrePerTerasecond-Time , + om:metrePerTerasecond-TimeSquared , + om:microhertz , + om:micrometrePerSecond-Time , + om:micrometrePerSecond-TimeSquared , + om:microsecond-Time , + om:millihertz , + om:millimetrePerDay , + om:millimetrePerHour , + om:millimetrePerSecond-Time , + om:millimetrePerSecond-TimeSquared , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanohertz , + om:nanometrePerSecond-Time , + om:nanometrePerSecond-TimeSquared , + om:nanosecond-Time , + om:nauticalMile-InternationalPerHour , + om:petahertz , + om:petametrePerSecond-Time , + om:petametrePerSecond-TimeSquared , + om:petasecond-Time , + om:picohertz , + om:picometrePerSecond-Time , + om:picometrePerSecond-TimeSquared , + om:picosecond-Time , + om:radianPerSecond-TimeSquared , + om:reciprocalMetre , + om:reciprocalSecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terahertz , + om:terametrePerSecond-Time , + om:terametrePerSecond-TimeSquared , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical ; + rdfs:label "mechanica"@nl , + "mechanics"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/median +om:median rdf:type owl:NamedIndividual , + om:Function ; + om:alternativeLabel "50th percentile"@en ; + rdfs:label "median"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mega +om:mega rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1000000.0"^^xsd:float ; + om:symbol "M" ; + rdfs:label "mega"@en , + "mega"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaampere +om:megaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:ampere ; + om:symbol "MA" ; + rdfs:comment "The megaampere is a unit of electric current defined as 1.0e6 ampere."@en ; + rdfs:label "megaampere"@en , + "megaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megabecquerel +om:megabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:becquerel ; + om:symbol "MBq" ; + rdfs:comment "The megabecquerel is a unit of activity defined as 1.0e6 becquerel."@en ; + rdfs:label "megabecquerel"@en , + "megabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megabit +om:megabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:mega ; + om:hasUnit om:bit ; + om:symbol "Mbit" ; + rdfs:label "megabit"@en , + "megabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megabyte +om:megabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:mega ; + om:hasUnit om:byte ; + om:symbol "MB" ; + rdfs:label "megabyte"@en , + "megabyte"@nl , + "百万字节"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megacandela +om:megacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:candela ; + om:symbol "Mcd" ; + rdfs:comment "The megacandela is a unit of luminous intensity defined as 1.0e6 candela."@en ; + rdfs:label "megacandela"@en , + "megacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megacoulomb +om:megacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:coulomb ; + om:symbol "MC" ; + rdfs:comment "The megacoulomb is a unit of electric charge defined as 1.0e6 coulomb."@en ; + rdfs:label "megacoulomb"@en , + "megacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt +om:megaelectronvolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:electronvolt ; + om:symbol "MeV" ; + rdfs:comment "The megaelectronvolt is a unit of energy defined as 1.0e6 electronvolt."@en ; + rdfs:label "megaelectronvolt"@en , + "megaelectronvolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaerg +om:megaerg rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:erg ; + om:alternativeLabel "megalerg"@en ; + om:symbol "Merg" ; + rdfs:comment "The megaerg is a unit of energy defined as 1.0e6 erg."@en ; + rdfs:label "megaerg"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuro +om:megaeuro rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:mega ; + om:hasUnit om:euro ; + rdfs:label "megaeuro"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuroPerMegatonne +om:megaeuroPerMegatonne rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:megatonne ; + om:hasNumerator om:megaeuro ; + rdfs:label "megaeuro per megatonne"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuroPerMegawatt +om:megaeuroPerMegawatt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:megawatt ; + om:hasNumerator om:megaeuro ; + rdfs:label "megaeuro per megawatt"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuroPerPetajoule +om:megaeuroPerPetajoule rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:petajoule ; + om:hasNumerator om:megaeuro ; + rdfs:label "megaeuro per petajoule"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megafarad +om:megafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:farad ; + om:symbol "MF" ; + rdfs:comment "The megafarad is a unit of capacitance defined as 1.0e6 farad."@en ; + rdfs:label "megafarad"@en , + "megafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megagram +om:megagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:gram ; + om:symbol "Mg" ; + rdfs:comment "The megagram is a unit of mass defined as 1.0e6 gram."@en ; + rdfs:label "megagram"@en , + "megagram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megagramPerLitre +om:megagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:megagram ; + om:alternativeSymbol "Mg l-1" , + "Mg·l-1" ; + om:symbol "Mg/l" ; + rdfs:comment "Megagram per litre is a unit of density defined as megagram divided by litre."@en ; + rdfs:label "megagram per liter"@nl , + "megagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megagray +om:megagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:gray ; + om:symbol "MGy" ; + rdfs:comment "The megagray is a unit of absorbed dose defined as 1.0e6 gray."@en ; + rdfs:label "megagray"@en , + "megagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megahenry +om:megahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:henry ; + om:symbol "MH" ; + rdfs:comment "The megahenry is a unit of inductance defined as 1.0e6 henry."@en ; + rdfs:label "megahenry"@en , + "megahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megahertz +om:megahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:hertz ; + om:symbol "MHz" ; + rdfs:comment "The megahertz is a unit of frequency defined as 1.0e6 hertz."@en ; + rdfs:label "megahertz"@en , + "megahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule +om:megajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:joule ; + om:symbol "MJ" ; + rdfs:comment "The megajoule is a unit of energy defined as 1.0e6 joule."@en ; + rdfs:label "megajoule"@en , + "megajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megajoulePerSquareMetre +om:megajoulePerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasNumerator om:megajoule ; + om:alternativeSymbol "MJ m-2" , + "MJ·m-2" ; + om:symbol "MJ/m2" ; + rdfs:label "megajoule per square metre"@en , + "megajoule per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megajoulePerSquareMetreDay +om:megajoulePerSquareMetreDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreDay ; + om:hasNumerator om:megajoule ; + om:alternativeSymbol "MJ m-2 d-1" , + "MJ·m-2·d-1" ; + om:symbol "MJ/(m2 d)" ; + rdfs:label "megajoule per square metre day"@en , + "megajoule per vierkante meter dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megakatal +om:megakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:katal ; + om:symbol "Mkat" ; + rdfs:comment "The megakatal is a unit of catalytic activity defined as 1.0e6 katal."@en ; + rdfs:label "megakatal"@en , + "megakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megakelvin +om:megakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:kelvin ; + om:symbol "MK" ; + rdfs:comment "The megakelvin is a unit of thermodynamic temperature defined as 1.0e6 kelvin."@en ; + rdfs:label "megakelvin"@en , + "megakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megalitre +om:megalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:litre ; + om:symbol "Ml" ; + rdfs:label "megaliter"@nl , + "megalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megalumen +om:megalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:lumen ; + om:symbol "Mlm" ; + rdfs:label "megalumen"@en , + "megalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megalux +om:megalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:lux ; + om:symbol "Mlx" ; + rdfs:label "megalux"@en , + "megalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megametre +om:megametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:metre ; + om:symbol "Mm" ; + rdfs:comment "The megametre is a unit of length defined as 1.0e6 metre."@en ; + rdfs:label "megameter"@nl , + "megametre"@en , + "百万米"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerKilojoule +om:megametrePerKilojoule rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilojoule ; + om:hasNumerator om:megametre ; + om:alternativeLabel "1000 kilometre per kilojoule"@en ; + om:symbol "Mm/kJ" ; + om:unofficialAbbreviation "1000 km/kJ" ; + rdfs:label "megametre per kilojoule"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-Time +om:megametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:megametre ; + om:alternativeSymbol "Mm s-1" , + "Mm·s-1" ; + om:symbol "Mm/s" ; + rdfs:comment "Megametre per second is a unit of speed defined as megametre divided by second."@en ; + rdfs:label "megameter per seconde"@nl , + "megametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-TimeSquared +om:megametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:megametre ; + om:alternativeSymbol "Mm s-2" , + "Mm·s-2" ; + om:symbol "Mm/s2" ; + rdfs:comment "Megametre per second squared is a unit of acceleration defined as megametre divided by second squared."@en ; + rdfs:label "megameter per seconde kwadraat"@nl , + "megametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megamolar +om:megamolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:molar ; + om:symbol "MM" ; + rdfs:comment "The megamolar is a unit of amount of substance concentration defined as 1.0e6 molar."@en ; + rdfs:label "megamolair"@nl , + "megamolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megamole +om:megamole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:mole ; + om:symbol "Mmol" ; + rdfs:label "megamol"@nl , + "megamole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megamolePerLitre +om:megamolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:megamole ; + om:alternativeSymbol "Mmol l-1" , + "Mmol·l-1" ; + om:symbol "Mmol/l" ; + rdfs:comment "Megamole per litre is a unit of amount of substance concentration defined as megamole divided by litre."@en ; + rdfs:label "megamole per liter"@nl , + "megamole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megamolePerMetre +om:megamolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:megamole ; + om:alternativeSymbol "Mmol m-1" , + "Mmol·m-1" ; + om:symbol "Mmol/m" ; + rdfs:label "megamole per meter"@nl , + "megamole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/meganewton +om:meganewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:newton ; + om:symbol "MN" ; + rdfs:label "meganewton"@en , + "meganewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec +om:megaparsec rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:parsec ; + om:symbol "Mpc" ; + rdfs:comment "The megaparsec is a unit of length defined as 1.0e6 parsec. Gebruikt voor afstanden op de schaal van clusters."@en ; + rdfs:label "megaparsec"@en , + "megaparsec"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal +om:megapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:pascal ; + om:symbol "MPa" ; + rdfs:label "megapascal"@en , + "megapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time +om:megasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:second-Time ; + om:symbol "Ms" ; + rdfs:label "megasecond"@en , + "megaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-TimeSquared +om:megasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:megasecond-Time ; + om:hasExponent 2 ; + om:symbol "Ms2" ; + rdfs:label "megasecond squared"@en , + "megaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megasiemens +om:megasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:siemens ; + om:symbol "MS" ; + rdfs:label "megasiemens"@en , + "megasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megasievert +om:megasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:sievert ; + om:symbol "MSv" ; + rdfs:label "megasievert"@en , + "megasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megatesla +om:megatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:tesla ; + om:symbol "MT" ; + rdfs:label "megatesla"@en , + "megatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megatonne +om:megatonne rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:tonne ; + om:symbol "Mt" ; + rdfs:label "megaton"@nl , + "megatonne"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megavolt +om:megavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:volt ; + om:symbol "MV" ; + rdfs:label "megavolt"@en , + "megavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megawatt +om:megawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:watt ; + om:symbol "MW" ; + rdfs:label "megawatt"@en , + "megawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megawattHour +om:megawattHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:megawatt ; + om:hasTerm2 om:hour ; + om:alternativeLabel "megawatt-hour"@en , + "megawatthour"@en ; + om:alternativeSymbol "MWh" , + "MW·h" ; + om:symbol "MW h" ; + rdfs:label "megawatt hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaweber +om:megaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:weber ; + om:symbol "MWb" ; + rdfs:label "megaweber"@en , + "megaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megohm +om:megohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:ohm ; + om:alternativeLabel "megaohm"@en ; + om:symbol "MΩ" ; + rdfs:label "megohm"@en , + "megohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metre +om:metre rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasQuantity om:lengthOfThePathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond ; + om:alternativeLabel "meter"@en ; + om:longcomment "The metre is a unit of length defined as the length of the path travelled by light in vacuum during a time interval of 1/299 792 458 of a second. The metre is a base unit in the International System of Units." ; + om:symbol "m" ; + rdfs:comment "The metre is a unit of length defined as the length of the path travelled by light in vacuum during a time interval of 1/299 792 458 of a second."@en ; + rdfs:label "meter"@nl , + "metre"@en , + "米"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metre-Kilogram-Second-AmpereSystemOfUnits +om:metre-Kilogram-Second-AmpereSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:ElectricCurrent , + om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:ampere , + om:kilogram , + om:metre , + om:second-Time ; + om:hasDerivedQuantity om:Capacitance , + om:ElectricCharge , + om:ElectricPotential , + om:ElectricalResistance , + om:Energy , + om:Force , + om:Frequency , + om:Inductance , + om:MagneticFlux , + om:MagneticFluxDensity , + om:MagnetomotiveForce , + om:Power ; + om:hasDerivedUnit om:coulomb , + om:farad , + om:henry , + om:hertz , + om:joule , + om:newton , + om:ohm , + om:tesla , + om:volt , + om:watt , + om:weber ; + om:abbreviation "m-kg-s-A"^^xsd:string ; + om:alternativeLabel "Giorgi system of units"@en , + "Giorgi-stelsel"@nl ; + rdfs:label "meter-kilogram-seconde-ampère-systeem"@nl , + "metre-kilogram-second-ampere system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metreKelvin +om:metreKelvin rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:metre ; + om:hasTerm2 om:kelvin ; + om:alternativeSymbol "m·K" ; + om:symbol "m K" ; + rdfs:label "meter kelvin"@nl , + "metre kelvin"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogram +om:metreKilogram rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:metre ; + om:hasTerm2 om:kilogram ; + om:alternativeSymbol "m·kg" ; + om:symbol "m kg" ; + rdfs:label "meter kilogram"@nl , + "metre kilogram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-Time +om:metreKilogramPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasNumerator om:metreKilogram ; + om:alternativeSymbol "m kg s-1" , + "m·kg/s" , + "m·kg·s-1" ; + om:symbol "m kg/s" ; + rdfs:label "meter kilogram per seconde"@nl , + "metre kilogram per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-TimeSquared +om:metreKilogramPerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:force-Dimension ; + om:hasNumerator om:metreKilogram ; + om:alternativeSymbol "m kg s-2" , + "m·kg/s2" , + "m·kg·s-2" ; + om:symbol "m kg/s2" ; + rdfs:label "meter kilogram per seconde kwadraat"@nl , + "metre kilogram per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury +om:metreOfMercury rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:pascal ; + om:hasFactor "133322.0"^^xsd:float ; + om:symbol "m Hg" ; + rdfs:comment "The metre of mercury is a unit of pressure defined as 133 322 pascal."@en ; + rdfs:label "meter kwik"@nl , + "metre of mercury"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-Time +om:metrePerAttosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:attosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m as-1" , + "m·as-1" ; + om:symbol "m/as" ; + rdfs:comment "Metre per attosecond is a unit of speed defined as metre divided by attosecond."@en ; + rdfs:label "meter per attoseconde"@nl , + "metre per attosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-TimeSquared +om:metrePerAttosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:attosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m as-2" , + "m·as-2" ; + om:symbol "m/as2" ; + rdfs:comment "Metre per attosecond squared is a unit of acceleration defined as metre divided by attosecond squared."@en ; + rdfs:label "meter per attoseconde kwadraat"@nl , + "metre per attosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-Time +om:metrePerCentisecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:centisecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m cs-1" , + "m·cs-1" ; + om:symbol "m/cs" ; + rdfs:comment "Metre per centisecond is a unit of speed defined as metre divided by centisecond."@en ; + rdfs:label "meter per centiseconde"@nl , + "metre per centisecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-TimeSquared +om:metrePerCentisecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:centisecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m cs-2" , + "m·cs-2" ; + om:symbol "m/cs2" ; + rdfs:comment "Metre per centisecond squared is a unit of acceleration defined as metre divided by centisecond squared."@en ; + rdfs:label "meter per centiseconde kwadraat"@nl , + "metre per centisecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCubicMetre +om:metrePerCubicMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m m-3" , + "m·m-3" ; + om:symbol "m/m3" ; + rdfs:label "meter per kubieke meter"@nl , + "metre per cubic metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDay +om:metrePerDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m d-1" , + "m·d-1" ; + om:symbol "m/d" ; + rdfs:comment "Metre per day is a unit of speed defined as metre divided by day."@en ; + rdfs:label "meter per dag"@nl , + "metre per day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-Time +om:metrePerDecasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:decasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m das-1" , + "m·das-1" ; + om:symbol "m/das" ; + rdfs:comment "Metre per decasecond is a unit of speed defined as metre divided by decasecond."@en ; + rdfs:label "meter per decaseconde"@nl , + "metre per decasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-TimeSquared +om:metrePerDecasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:decasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m das-2" , + "m·das-2" ; + om:symbol "m/das2" ; + rdfs:comment "Metre per decasecond squared is a unit of acceleration defined as metre divided by decasecond squared."@en ; + rdfs:label "meter per decaseconde kwadraat"@nl , + "metre per decasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-Time +om:metrePerDecisecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:decisecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ds-1" , + "m·ds-1" ; + om:symbol "m/ds" ; + rdfs:comment "Metre per decisecond is a unit of speed defined as metre divided by decisecond."@en ; + rdfs:label "meter per deciseconde"@nl , + "metre per decisecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-TimeSquared +om:metrePerDecisecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:decisecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ds-2" , + "m·ds-2" ; + om:symbol "m/ds2" ; + rdfs:comment "Metre per decisecond squared is a unit of acceleration defined as metre divided by decisecond squared."@en ; + rdfs:label "meter per deciseconde kwadraat"@nl , + "metre per decisecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-Time +om:metrePerExasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:exasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Es-1" , + "m·Es-1" ; + om:symbol "m/Es" ; + rdfs:comment "Metre per exasecond is a unit of speed defined as metre divided by exasecond."@en ; + rdfs:label "meter per exaseconde"@nl , + "metre per exasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-TimeSquared +om:metrePerExasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:exasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Es-2" , + "m·Es-2" ; + om:symbol "m/Es2" ; + rdfs:comment "Metre per exasecond squared is a unit of acceleration defined as metre divided by exasecond squared."@en ; + rdfs:label "meter per exaseconde kwadraat"@nl , + "metre per exasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-Time +om:metrePerFemtosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:femtosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m fs-1" , + "m·fs-1" ; + om:symbol "m/fs" ; + rdfs:comment "Metre per femtosecond is a unit of speed defined as metre divided by femtosecond."@en ; + rdfs:label "meter per femtoseconde"@nl , + "metre per femtosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-TimeSquared +om:metrePerFemtosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:femtosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m fs-2" , + "m·fs-2" ; + om:symbol "m/fs2" ; + rdfs:comment "Metre per femtosecond squared is a unit of acceleration defined as metre divided by femtosecond squared."@en ; + rdfs:label "meter per femtoseconde kwadraat"@nl , + "metre per femtosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-Time +om:metrePerGigasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:gigasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Gs-1" , + "m·Gs-1" ; + om:symbol "m/Gs" ; + rdfs:comment "Metre per gigasecond is a unit of speed defined as metre divided by gigasecond."@en ; + rdfs:label "meter per gigaseconde"@nl , + "metre per gigasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-TimeSquared +om:metrePerGigasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:gigasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Gs-2" , + "m·Gs-2" ; + om:symbol "m/Gs2" ; + rdfs:comment "Metre per gigasecond squared is a unit of acceleration defined as metre divided by gigasecond squared."@en ; + rdfs:label "meter per gigaseconde kwadraat"@nl , + "metre per gigasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-Time +om:metrePerHectosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:hectosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m hs-1" , + "m·hs-1" ; + om:symbol "m/hs" ; + rdfs:comment "Metre per hectosecond is a unit of speed defined as metre divided by hectosecond."@en ; + rdfs:label "meter per hectoseconde"@nl , + "metre per hectosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-TimeSquared +om:metrePerHectosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:hectosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m hs-2" , + "m·hs-2" ; + om:symbol "m/hs2" ; + rdfs:comment "Metre per hectosecond squared is a unit of acceleration defined as metre divided by hectosecond squared."@en ; + rdfs:label "meter per hectoseconde kwadraat"@nl , + "metre per hectosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-Time +om:metrePerKilosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:kilosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ks-1" , + "m·ks-1" ; + om:symbol "m/ks" ; + rdfs:comment "Metre per kilosecond is a unit of speed defined as metre divided by kilosecond."@en ; + rdfs:label "meter per kiloseconde"@nl , + "metre per kilosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-TimeSquared +om:metrePerKilosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:kilosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ks-2" , + "m·ks-2" ; + om:symbol "m/ks2" ; + rdfs:comment "Metre per kilosecond squared is a unit of acceleration defined as metre divided by kilosecond squared."@en ; + rdfs:label "meter per kiloseconde kwadraat"@nl , + "metre per kilosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-Time +om:metrePerMegasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:megasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ms-1" , + "m·Ms-1" ; + om:symbol "m/Ms" ; + rdfs:comment "Metre per megasecond is a unit of speed defined as metre divided by megasecond."@en ; + rdfs:label "meter per megaseconde"@nl , + "metre per megasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-TimeSquared +om:metrePerMegasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:megasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ms-2" , + "m·Ms-2" ; + om:symbol "m/Ms2" ; + rdfs:comment "Metre per megasecond squared is a unit of acceleration defined as metre divided by megasecond squared."@en ; + rdfs:label "meter per megaseconde kwadraat"@nl , + "metre per megasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMetre +om:metrePerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m m-1" , + "m·m-1" ; + om:symbol "m/m" ; + rdfs:label "meter per meter"@nl , + "metre per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-Time +om:metrePerMicrosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:microsecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m μs-1" , + "m·μs-1" ; + om:symbol "m/μs" ; + rdfs:comment "Metre per microsecond is a unit of speed defined as metre divided by microsecond."@en ; + rdfs:label "meter per microseconde"@nl , + "metre per microsecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-TimeSquared +om:metrePerMicrosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:microsecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m μs-2" , + "m·μs-2" ; + om:symbol "m/μs2" ; + rdfs:comment "Metre per microsecond squared is a unit of acceleration defined as metre divided by microsecond squared."@en ; + rdfs:label "meter per microseconde kwadraat"@nl , + "metre per microsecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-Time +om:metrePerMillisecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:millisecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ms-1" , + "m·ms-1" ; + om:symbol "m/ms" ; + rdfs:comment "Metre per millisecond is a unit of speed defined as metre divided by millisecond."@en ; + rdfs:label "meter per milliseconde"@nl , + "metre per millisecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-TimeSquared +om:metrePerMillisecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:millisecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ms-2" , + "m·ms-2" ; + om:symbol "m/ms2" ; + rdfs:comment "Metre per millisecond squared is a unit of acceleration defined as metre divided by millisecond squared."@en ; + rdfs:label "meter per milliseconde kwadraat"@nl , + "metre per millisecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-Time +om:metrePerNanosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:nanosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ns-1" , + "m·ns-1" ; + om:symbol "m/ns" ; + rdfs:comment "Metre per nanosecond is a unit of speed defined as metre divided by nanosecond."@en ; + rdfs:label "meter per nanoseconde"@nl , + "metre per nanosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-TimeSquared +om:metrePerNanosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:nanosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ns-2" , + "m·ns-2" ; + om:symbol "m/ns2" ; + rdfs:comment "Metre per nanosecond squared is a unit of acceleration defined as metre divided by nanosecond squared."@en ; + rdfs:label "meter per nanoseconde kwadraat"@nl , + "metre per nanosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-Time +om:metrePerPetasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:petasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ps-1" , + "m·Ps-1" ; + om:symbol "m/Ps" ; + rdfs:comment "Metre per petasecond is a unit of speed defined as metre divided by petasecond."@en ; + rdfs:label "meter per petaseconde"@nl , + "metre per petasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-TimeSquared +om:metrePerPetasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:petasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ps-2" , + "m·Ps-2" ; + om:symbol "m/Ps2" ; + rdfs:comment "Metre per petasecond squared is a unit of acceleration defined as metre divided by petasecond squared."@en ; + rdfs:label "meter per petaseconde kwadraat"@nl , + "metre per petasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-Time +om:metrePerPicosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:picosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ps-1" , + "m·ps-1" ; + om:symbol "m/ps" ; + rdfs:comment "Metre per picosecond is a unit of speed defined as metre divided by picosecond."@en ; + rdfs:label "meter per picoseconde"@nl , + "metre per picosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-TimeSquared +om:metrePerPicosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:picosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ps-2" , + "m·ps-2" ; + om:symbol "m/ps2" ; + rdfs:comment "Metre per picosecond squared is a unit of acceleration defined as metre divided by picosecond squared."@en ; + rdfs:label "meter per picoseconde kwadraat"@nl , + "metre per picosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time +om:metrePerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m s-1" , + "mps" , + "m·s-1" ; + om:longcomment "Metre per second is a unit of speed defined as metre divided by second. Metre per second is a derived unit in the International System of Units." ; + om:symbol "m/s" ; + rdfs:comment "Metre per second is a unit of speed defined as metre divided by second."@en ; + rdfs:label "meter per seconde"@nl , + "metre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimePerMetre +om:metrePerSecond-TimePerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasNumerator om:metrePerSecond-Time ; + om:symbol "m/s/m" ; + rdfs:label "meter per seconde per metre"@nl , + "metre per second per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimeSquared +om:metrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m s-2" , + "m·s-2" ; + om:longcomment "Metre per second squared is a unit of acceleration defined as metre divided by second squared. Metre per second squared is a derived unit in the International System of Units." ; + om:symbol "m/s2" ; + rdfs:comment "Metre per second squared is a unit of acceleration defined as metre divided by second squared."@en ; + rdfs:label "meter per seconde kwadraat"@nl , + "metre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-Time +om:metrePerTerasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:terasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ts-1" , + "m·Ts-1" ; + om:symbol "m/Ts" ; + rdfs:comment "Metre per terasecond is a unit of speed defined as metre divided by terasecond."@en ; + rdfs:label "meter per teraseconde"@nl , + "metre per terasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-TimeSquared +om:metrePerTerasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:terasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ts-2" , + "m·Ts-2" ; + om:symbol "m/Ts2" ; + rdfs:comment "Metre per terasecond squared is a unit of acceleration defined as metre divided by terasecond squared."@en ; + rdfs:label "meter per teraseconde kwadraat"@nl , + "metre per terasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYoctosecond-Time +om:metrePerYoctosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:yoctosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ys-1" , + "m·ys-1" ; + om:symbol "m/ys" ; + rdfs:comment "Metre per yoctosecond is a unit of speed defined as metre divided by yoctosecond."@en ; + rdfs:label "meter per yoctoseconde"@nl , + "metre per yoctosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYoctosecond-TimeSquared +om:metrePerYoctosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:yoctosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ys-2" , + "m·ys-2" ; + om:symbol "m/ys2" ; + rdfs:comment "Metre per yoctosecond squared is a unit of acceleration defined as metre divided by yoctosecond squared."@en ; + rdfs:label "meter per yoctoseconde kwadraat"@nl , + "metre per yoctosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYottasecond-Time +om:metrePerYottasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:yottasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ys-1" , + "m·Ys-1" ; + om:symbol "m/Ys" ; + rdfs:comment "Metre per yottasecond is a unit of speed defined as metre divided by yottasecond."@en ; + rdfs:label "meter per yottaseconde"@nl , + "metre per yottasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYottasecond-TimeSquared +om:metrePerYottasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:yottasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ys-2" , + "m·Ys-2" ; + om:symbol "m/Ys2" ; + rdfs:comment "Metre per yottasecond squared is a unit of acceleration defined as metre divided by yottasecond squared."@en ; + rdfs:label "meter per yottaseconde kwadraat"@nl , + "metre per yottasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZeptosecond-Time +om:metrePerZeptosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:zeptosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m zs-1" , + "m·zs-1" ; + om:symbol "m/zs" ; + rdfs:comment "Metre per zeptosecond is a unit of speed defined as metre divided by zeptosecond."@en ; + rdfs:label "meter per zeptoseconde"@nl , + "metre per zeptosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZeptosecond-TimeSquared +om:metrePerZeptosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:zeptosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m zs-2" , + "m·zs-2" ; + om:symbol "m/zs2" ; + rdfs:comment "Metre per zeptosecond squared is a unit of acceleration defined as metre divided by zeptosecond squared."@en ; + rdfs:label "meter per zeptoseconde kwadraat"@nl , + "metre per zeptosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZettasecond-Time +om:metrePerZettasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:zettasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Zs-1" , + "m·Zs-1" ; + om:symbol "m/Zs" ; + rdfs:comment "Metre per zettasecond is a unit of speed defined as metre divided by zettasecond."@en ; + rdfs:label "meter per zettaseconde"@nl , + "metre per zettasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZettasecond-TimeSquared +om:metrePerZettasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:zettasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Zs-2" , + "m·Zs-2" ; + om:symbol "m/Zs2" ; + rdfs:comment "Metre per zettasecond squared is a unit of acceleration defined as metre divided by zettasecond squared."@en ; + rdfs:label "meter per zettaseconde kwadraat"@nl , + "metre per zettasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mho +om:mho rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasUnit om:siemens ; + om:LaTeXCommand "\\mhoUnit" ; + rdfs:comment "The mho is a unit of electrical conductance defined as 1 siemens."@en ; + rdfs:label "mho"@en , + "mho"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micro +om:micro rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-6"^^xsd:float ; + om:alternativeSymbol "u" ; + om:symbol "μ" ; + rdfs:label "micro"@en , + "micro"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microampere +om:microampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:ampere ; + om:symbol "μA" ; + rdfs:comment "The microampere is a unit of electric current defined as 1.0e-6 ampere."@en ; + rdfs:label "microampere"@en , + "microampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microbar +om:microbar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:bar ; + om:symbol "μbar" ; + rdfs:comment "The microbar is a unit of pressure defined as 1.0e-6 bar."@en ; + rdfs:label "microbar"@en , + "microbar"@nl , + "微巴"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microbecquerel +om:microbecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:becquerel ; + om:symbol "μBq" ; + rdfs:comment "The microbecquerel is a unit of activity defined as 1.0e-6 becquerel."@en ; + rdfs:label "microbecquerel"@en , + "microbecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microcandela +om:microcandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:candela ; + om:symbol "μcd" ; + rdfs:comment "The microcandela is a unit of luminous intensity defined as 1.0e-6 candela."@en ; + rdfs:label "microcandela"@en , + "microcandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microcoulomb +om:microcoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:coulomb ; + om:symbol "μC" ; + rdfs:comment "The microcoulomb is a unit of electric charge defined as 1.0e-6 coulomb."@en ; + rdfs:label "microcoulomb"@en , + "microcoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microdegreeCelsius +om:microdegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:degreeCelsius ; + om:symbol "μ°C" ; + rdfs:comment "The microdegree Celsius is a unit of temperature defined as 1.0e-6 degree Celsius."@en ; + rdfs:label "microdegree Celsius"@en , + "micrograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microfarad +om:microfarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:farad ; + om:symbol "μF" ; + rdfs:comment "The microfarad is a unit of capacitance defined as 1.0e-6 farad."@en ; + rdfs:label "microfarad"@en , + "microfarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgram +om:microgram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:gram ; + om:symbol "μg" ; + om:unofficialAbbreviation "mcg" , + "ug" ; + rdfs:comment "The microgram is a unit of mass defined as 1.0e-6 gram."@en ; + rdfs:label "microgram"@en , + "microgram"@nl , + "微克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerCubicCentimetre +om:microgramPerCubicCentimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicCentimetre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:microgram ; + om:alternativeSymbol "μg cm-3" , + "μg·cm-3" ; + om:longcomment "Microgram per cubic centimetre is a unit of density defined as microgram divided by cubic centimetre. Microgram per cubic centimetre is a derived unit in the International System of Units." ; + om:symbol "μg/cm3" ; + rdfs:comment "Microram per cubic centimetre is a unit of density defined as microgram divided by cubic centimetre."@en ; + rdfs:label "microgram per cubic centimetre"@en , + "microgram per kubieke centimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerHectogram +om:microgramPerHectogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectogram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:microgram ; + om:alternativeLabel "microgram per 100 gram"@en , + "microgram per 100 gram"@nl ; + om:alternativeSymbol "μg hg-1" , + "μg/100 g" , + "μg·hg-1" ; + om:symbol "μg/hg" ; + rdfs:label "microgram per hectogram"@en , + "microgram per hectogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerJoule +om:microgramPerJoule rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:joule ; + om:hasNumerator om:microgram ; + om:alternativeSymbol "mg J-1" , + "mg·J-1" ; + om:symbol "mg/J" ; + rdfs:label "microgram per joule"@en , + "microgram per joule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerLitre +om:microgramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:microgram ; + om:alternativeSymbol "μg l-1" , + "μg·l-1" ; + om:symbol "μg/l" ; + rdfs:comment "Microgram per litre is a unit of density defined as microgram divided by litre."@en ; + rdfs:label "microgram per liter"@nl , + "microgram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerSquareMetreSecond-Time +om:microgramPerSquareMetreSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreSecond-Time ; + om:hasNumerator om:microgram ; + om:alternativeSymbol "mg m-2 s-1" , + "mg·m-2·s-1" ; + om:symbol "mg/(m2 s)" ; + rdfs:label "microgram per square metre second"@en , + "microgram per vierkante meter seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgray +om:microgray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:gray ; + om:symbol "μGy" ; + rdfs:comment "The microgray is a unit of absorbed dose defined as 1.0e-6 gray."@en ; + rdfs:label "microgray"@en , + "microgray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microhenry +om:microhenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:henry ; + om:symbol "μH" ; + rdfs:comment "The microhenry is a unit of inductance defined as 1.0e-6 henry."@en ; + rdfs:label "microhenry"@en , + "microhenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microhertz +om:microhertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:hertz ; + om:symbol "μHz" ; + rdfs:comment "The microhertz is a unit of frequency defined as 1.0e-6 hertz."@en ; + rdfs:label "microhertz"@en , + "microhertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microjoule +om:microjoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:joule ; + om:symbol "μJ" ; + rdfs:comment "The microjoule is a unit of energy defined as 1.0e-6 joule."@en ; + rdfs:label "microjoule"@en , + "microjoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microkatal +om:microkatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:katal ; + om:symbol "μkat" ; + rdfs:comment "The microkatal is a unit of catalytic activity defined as 1.0e-6 katal."@en ; + rdfs:label "microkatal"@en , + "microkatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microkelvin +om:microkelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:kelvin ; + om:symbol "μK" ; + rdfs:comment "The microkelvin is a unit of temperature defined as 1.0e-6 kelvin."@en ; + rdfs:label "microkelvin"@en , + "microkelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microlitre +om:microlitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:litre ; + om:symbol "μl" ; + om:unofficialAbbreviation "ul" ; + rdfs:label "microliter"@nl , + "microlitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microlumen +om:microlumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:lumen ; + om:symbol "μlm" ; + rdfs:label "microlumen"@en , + "microlumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microlux +om:microlux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:lux ; + om:symbol "μlx" ; + rdfs:label "microlux"@en , + "microlux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromagnitude +om:micromagnitude rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:micro ; + om:hasUnit om:magnitude ; + om:symbol "μmag" ; + rdfs:comment "The micromagnitude is a unit of magnitude defined as 1.0e-6 magnitude."@en ; + rdfs:label "micromagnitude"@en , + "micromagnitude"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre +om:micrometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:metre ; + om:symbol "μm" ; + rdfs:comment "The micrometre is a unit of length defined as 1.0e-6 metre."@en ; + rdfs:label "micrometer"@nl , + "micrometre"@en , + "微米"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-Time +om:micrometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:micrometre ; + om:alternativeSymbol "μm s-1" , + "μm·s-1" ; + om:symbol "μm/s" ; + rdfs:comment "Micrometre per second is a unit of speed defined as micrometre divided by second."@en ; + rdfs:label "micrometer per seconde"@nl , + "micrometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-TimeSquared +om:micrometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:micrometre ; + om:alternativeSymbol "μm s-2" , + "μm·s-2" ; + om:symbol "μm/s2" ; + rdfs:comment "Micrometre per second squared is a unit of acceleration defined as micrometre divided by second squared."@en ; + rdfs:label "micrometer per seconde kwadraat"@nl , + "micrometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromolar +om:micromolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:molar ; + om:symbol "μM" ; + rdfs:comment "The micromolar is a unit of amount of substance concentration defined as 1.0e-6 molar."@en ; + rdfs:label "micromolair"@nl , + "micromolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromole +om:micromole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:mole ; + om:symbol "μmol" ; + rdfs:label "micromol"@nl , + "micromole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerLitre +om:micromolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:micromole ; + om:alternativeSymbol "μmol l-1" , + "μmol·l-1" ; + om:symbol "μmol/l" ; + rdfs:comment "Micromole per litre is a unit of amount of substance concentration defined as micromole divided by litre."@en ; + rdfs:label "micromole per liter"@nl , + "micromole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerMetre +om:micromolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:micromole ; + om:alternativeSymbol "μmol m-1" , + "μmol·m-1" ; + om:symbol "μmol/m" ; + rdfs:label "micromole per meter"@nl , + "micromole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerMole +om:micromolePerMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:mole ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:micromole ; + om:alternativeSymbol "μmol mol-1" , + "μmol·mol-1" ; + om:symbol "μmol/mol" ; + rdfs:label "micromol per mol"@nl , + "micromole per mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerSecond-Time +om:micromolePerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasNumerator om:micromole ; + om:alternativeSymbol "μmol s-1" , + "μmol·s-1" ; + om:symbol "μmol/s" ; + rdfs:label "micromol per seconde"@nl , + "micromole per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerSecond-TimeGram +om:micromolePerSecond-TimeGram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gram ; + om:hasNumerator om:micromolePerSecond-Time ; + om:alternativeSymbol "μmol s-1 g-1" , + "μmol·s-1·g-1" ; + om:symbol "μmol/(s g)" ; + rdfs:label "micromole per second gram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micron +om:micron rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1.0E-6"^^xsd:float ; + om:symbol "μ" ; + rdfs:comment "The micron is a unit of length defined as 1.0e-6 metre."@en ; + rdfs:label "micron"@en , + "micron"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micronewton +om:micronewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:newton ; + om:symbol "μN" ; + rdfs:label "micronewton"@en , + "micronewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre +om:micronewtonMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:micronewton ; + om:hasTerm2 om:metre ; + om:alternativeSymbol "μN·m" ; + om:symbol "μN m" ; + rdfs:label "micronewton meter"@nl , + "micronewton metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microohm +om:microohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:ohm ; + om:symbol "μΩ" ; + rdfs:label "microohm"@en , + "microohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal +om:micropascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:pascal ; + om:symbol "μPa" ; + rdfs:label "micropascal"@en , + "micropascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microradian +om:microradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:micro ; + om:hasUnit om:radian ; + om:symbol "μrad" ; + rdfs:label "microradiaal"@nl , + "microradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle +om:microsecond-Angle rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:milli ; + om:hasUnit om:second-Angle ; + om:alternativeLabel "microarcsecond"@en , + "microboogseconde"@nl , + "microsecond of arc"@en ; + om:symbol "μas" ; + rdfs:comment "The microsecond (angle) is a unit of length defined as 1.0e-6 second (angle). Used in astronomy (measurements of positions of stars, galaxies, etc.) to represent the error."@en ; + rdfs:label "microsecond (angle)"@en , + "microseconde (hoek)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time +om:microsecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:second-Time ; + om:symbol "μs" ; + rdfs:label "microsecond"@en , + "microseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-TimeSquared +om:microsecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:microsecond-Time ; + om:hasExponent 2 ; + om:symbol "μs2" ; + rdfs:label "microsecond squared"@en , + "microseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microsiemens +om:microsiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:siemens ; + om:symbol "μS" ; + rdfs:label "microsiemens"@en , + "microsiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microsievert +om:microsievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:sievert ; + om:symbol "μSv" ; + rdfs:label "microsievert"@en , + "microsievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microsteradian +om:microsteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:micro ; + om:hasUnit om:steradian ; + om:symbol "μsr" ; + rdfs:label "microsteradiaal"@nl , + "microsteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microtesla +om:microtesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:tesla ; + om:symbol "μT" ; + rdfs:label "microtesla"@en , + "microtesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microvolt +om:microvolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:volt ; + om:symbol "μV" ; + rdfs:label "microvolt"@en , + "microvolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microwatt +om:microwatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:watt ; + om:symbol "μW" ; + rdfs:label "microwatt"@en , + "microwatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microweber +om:microweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:weber ; + om:symbol "μWb" ; + rdfs:label "microweber"@en , + "microweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Angle +om:mil-Angle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:radian ; + om:hasFactor "9.817478E-4"^^xsd:float ; + rdfs:comment "The mil (angle) is a unit of angle defined as 9.817477e-4 radian."@en ; + rdfs:label "mil (angle)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length +om:mil-Length rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "2.54E-5"^^xsd:float ; + om:alternativeLabel "thou"@en ; + rdfs:comment "The mil (length) is a unit of length defined as 2.54e-5 metre."@en ; + rdfs:label "mil (length)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mile-International +om:mile-International rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute +om:mile-Statute rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1609.344"^^xsd:float ; + om:alternativeLabel "statute mile"@en ; + om:symbol "mi" ; + rdfs:comment "The statute mile is a unit of length defined as 1.609344e3 metre."@en ; + rdfs:label "mile (statute)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mile-StatutePerHour +om:mile-StatutePerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:mile-Statute ; + om:alternativeSymbol "mi h-1" , + "mi·h-1" ; + om:symbol "mi/h" ; + rdfs:comment "Mile (statute) per hour is a unit of speed defined as mile (statute) divided by hour."@en ; + rdfs:label "mijl per uur"@nl , + "mile (statute) per hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey +om:mile-USSurvey rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1609.347"^^xsd:float ; + om:alternativeLabel "US survey mile"@en ; + rdfs:comment "The US survey mile is a unit of length defined as 1.609347e3 metre."@en ; + rdfs:label "mile (US survey)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milli +om:milli rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "0.001"^^xsd:float ; + om:symbol "m" ; + rdfs:label "milli"@en , + "milli"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliampere +om:milliampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:ampere ; + om:symbol "mA" ; + rdfs:comment "The milliampere is a unit of electric current defined as 1.0e-3 ampere."@en ; + rdfs:label "milliampere"@en , + "milliampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliampereHour +om:milliampereHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:electricCharge-Dimension ; + om:hasTerm1 om:milliampere ; + om:hasTerm2 om:hour ; + om:alternativeSymbol "mAh" , + "mA·h" ; + om:symbol "mA h" ; + rdfs:label "milliampere hour"@en , + "milliampère-uur"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliamperehour +om:milliamperehour rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millibar +om:millibar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:bar ; + om:symbol "mbar" ; + rdfs:comment "The millibar is a unit of pressure defined as 1.0e-3 bar."@en ; + rdfs:label "millibar"@en , + "millibar"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millibecquerel +om:millibecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:becquerel ; + om:symbol "mBq" ; + rdfs:comment "The millibecquerel is a unit of activity defined as 1.0e-3 becquerel."@en ; + rdfs:label "millibecquerel"@en , + "millibecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millicandela +om:millicandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:candela ; + om:symbol "mcd" ; + rdfs:comment "The millicandela is a unit of luminous intensity defined as 1.0e-3 candela."@en ; + rdfs:label "millicandela"@en , + "millicandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millicoulomb +om:millicoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:coulomb ; + om:symbol "mC" ; + rdfs:comment "The millicoulomb is a unit of electric charge defined as 1.0e-3 coulomb."@en ; + rdfs:label "millicoulomb"@en , + "millicoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millidegreeCelsius +om:millidegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:degreeCelsius ; + om:symbol "m°C" ; + rdfs:comment "The millidegree Celsius is a unit of temperature defined as 1.0e-3 degree Celsius."@en ; + rdfs:label "millidegree Celsius"@en , + "milligraad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millifarad +om:millifarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:farad ; + om:symbol "mF" ; + rdfs:comment "The millifarad is a unit of capacitance defined as 1.0e-3 farad."@en ; + rdfs:label "millifarad"@en , + "millifarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligauss +om:milligauss rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:gauss ; + om:symbol "mG" ; + rdfs:comment "The milligauss is a unit of magnetic flux density defined as 1.0e-3 gauss."@en ; + rdfs:label "milligauss"@en , + "milligauss"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligram +om:milligram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:gram ; + om:symbol "mg" ; + rdfs:comment "The milligram is a unit of mass defined as 1.0e-3 gram."@en ; + rdfs:label "milligram"@en , + "milligram"@nl , + "毫克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerCubicmetre +om:milligramPerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:milligram ; + om:alternativeSymbol "mg m-3" , + "mg·m-3" ; + om:longcomment "Milligram per cubic metre is a unit of density defined as milligram divided by cubic metre. Milligram per cubic metre is a derived unit in the International System of Units." ; + om:symbol "mg/m3" ; + rdfs:comment "Milligram per cubic metre is a unit of density defined as milligram divided by cubic metre."@en ; + rdfs:label "milligram per cubic metre"@en , + "milligram per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerDay +om:milligramPerDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasDimension om:massFlow-Dimension ; + om:hasNumerator om:milligram ; + om:alternativeSymbol "mg d-1" , + "mg·d-1" ; + om:symbol "mg/d" ; + rdfs:label "milligram per dag"@nl , + "milligram per day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerHectogram +om:milligramPerHectogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectogram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:milligram ; + om:alternativeLabel "milligram per 100 gram"@en , + "milligram per 100 gram"@nl ; + om:alternativeSymbol "mg hg-1" , + "mg/100 g" , + "mg·hg-1" ; + om:symbol "mg/hg" ; + rdfs:label "milligram per hectogram"@en , + "milligram per hectogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerKilogram +om:milligramPerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:milligram ; + om:alternativeSymbol "mg kg-1" , + "mg·kg-1" ; + om:symbol "mg/kg" ; + rdfs:label "milligram per kilogram"@en , + "milligram per kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerKilometre +om:milligramPerKilometre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilometre ; + om:hasNumerator om:milligram ; + om:alternativeSymbol "mg km-1" , + "mg·km-1" ; + om:symbol "mg/km" ; + rdfs:label "milligram per kilometer"@nl , + "milligram per kilometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerLitre +om:milligramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:milligram ; + om:alternativeSymbol "mg l-1" , + "mg·l-1" ; + om:symbol "mg/l" ; + rdfs:comment "Milligram per litre is a unit of density defined as milligram divided by litre."@en ; + rdfs:label "milligram per liter"@nl , + "milligram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramRAE +om:milligramRAE rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + rdfs:label "milligram RAE"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligray +om:milligray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:gray ; + om:symbol "mGy" ; + rdfs:comment "The milligray is a unit of absorbed dose defined as 1.0e-3 gray."@en ; + rdfs:label "milligray"@en , + "milligray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligrayPerSecond-Time +om:milligrayPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:absorbedDoseRate-Dimension ; + om:hasNumerator om:milligray ; + om:alternativeSymbol "mGy s-1" , + "mGy·s-1" ; + om:symbol "mGy/s" ; + rdfs:label "milligray per second"@en , + "milligray per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millihenry +om:millihenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:henry ; + om:symbol "mH" ; + rdfs:comment "The millihenry is a unit of inductance defined as 1.0e-3 henry."@en ; + rdfs:label "millihenry"@en , + "millihenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millihertz +om:millihertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:hertz ; + om:symbol "mHz" ; + rdfs:comment "The millihertz is a unit of frequency defined as 1.0e-3 hertz."@en ; + rdfs:label "millihertz"@en , + "millihertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millijoule +om:millijoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:joule ; + om:symbol "mJ" ; + rdfs:comment "The millijoule is a unit of energy defined as 1.0e-3 joule."@en ; + rdfs:label "millijoule"@en , + "millijoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millikatal +om:millikatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:katal ; + om:symbol "mkat" ; + rdfs:comment "The millikatal is a unit of catalytic activity defined as 1.0e-3 katal."@en ; + rdfs:label "millikatal"@en , + "millikatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millikelvin +om:millikelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:kelvin ; + om:symbol "mK" ; + rdfs:comment "The millikelvin is a unit of temperature defined as 1.0e-3 kelvin."@en ; + rdfs:label "millikelvin"@en , + "millikelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millilitre +om:millilitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:litre ; + om:symbol "ml" ; + rdfs:label "milliliter"@nl , + "millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millilumen +om:millilumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:lumen ; + om:symbol "mlm" ; + rdfs:label "millilumen"@en , + "millilumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millilux +om:millilux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:lux ; + om:symbol "mlx" ; + rdfs:label "millilux"@en , + "millilux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimagnitude +om:millimagnitude rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:milli ; + om:hasUnit om:magnitude ; + om:symbol "mmag" ; + rdfs:comment "The millimagnitude is a unit of magnitude defined as 1.0e-3 magnitude."@en ; + rdfs:label "millimagnitude"@en , + "millimagnitude"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre +om:millimetre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:metre ; + om:symbol "mm" ; + rdfs:comment "The millimetre is a unit of length defined as 1.0e-3 metre."@en ; + rdfs:label "millimeter"@nl , + "millimetre"@en , + "毫米"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury +om:millimetreOfMercury rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:metreOfMercury ; + om:symbol "mm Hg" ; + rdfs:comment "The millimetre of mercury is a unit of pressure defined as 1.0e-3 metre of mercury."@en ; + rdfs:label "millimeter kwik"@nl , + "millimetre of mercury"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerDay +om:millimetrePerDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:millimetre ; + om:alternativeSymbol "mm d-1" , + "mm·d-1" ; + om:symbol "mm/d" ; + rdfs:comment "Millimetre per day is a unit of speed defined as millimetre divided by day."@en ; + rdfs:label "millimeter per dag"@nl , + "millimetre per day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerHour +om:millimetrePerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:millimetre ; + om:alternativeSymbol "mm h-1" , + "mm·h-1" ; + om:symbol "mm/h" ; + rdfs:comment "Millimetre per hour is a unit of speed defined as millimetre divided by hour."@en ; + rdfs:label "millimeter per uur"@nl , + "millimetre per hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerMetre +om:millimetrePerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:millimetre ; + om:alternativeSymbol "mm m-1" , + "mm·m-1" ; + om:symbol "mm/m" ; + rdfs:label "millimeter per meter"@nl , + "millimetre per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-Time +om:millimetrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:millimetre ; + om:alternativeSymbol "mm s-1" , + "mm·s-1" ; + om:symbol "mm/s" ; + rdfs:comment "Millimetre per second is a unit of speed defined as millimetre divided by second."@en ; + rdfs:label "millimeter per seconde"@nl , + "millimetre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-TimeSquared +om:millimetrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:millimetre ; + om:alternativeSymbol "mm s-2" , + "mm·s-2" ; + om:symbol "mm/s2" ; + rdfs:comment "Millimetre per second squared is a unit of acceleration defined as millimetre divided by second squared."@en ; + rdfs:label "millimeter per seconde kwadraat"@nl , + "millimetre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimolar +om:millimolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:molar ; + om:symbol "mM" ; + rdfs:comment "The millimolar is a unit of amount of substance concentration defined as 1.0e-3 molar."@en ; + rdfs:label "millimolair"@nl , + "millimolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimole +om:millimole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:mole ; + om:symbol "mmol" ; + rdfs:label "millimol"@nl , + "millimole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimolePerLitre +om:millimolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:millimole ; + om:alternativeSymbol "mmol l-1" , + "mmol·l-1" ; + om:symbol "mmol/l" ; + rdfs:comment "Millimole per litre is a unit of amount of substance concentration defined as millimole divided by litre."@en ; + rdfs:label "millimole per liter"@nl , + "millimole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimolePerMetre +om:millimolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:millimole ; + om:alternativeSymbol "mmol m-1" , + "mmol·m-1" ; + om:symbol "mmol/m" ; + rdfs:label "millimole per meter"@nl , + "millimole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millinewton +om:millinewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:newton ; + om:symbol "mN" ; + rdfs:label "millinewton"@en , + "millinewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre +om:millinewtonMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:millinewton ; + om:hasTerm2 om:metre ; + om:alternativeSymbol "mN·m" ; + om:symbol "mN m" ; + rdfs:label "millinewton meter"@nl , + "millinewton metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliohm +om:milliohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:ohm ; + om:symbol "mΩ" ; + rdfs:label "milliohm"@en , + "milliohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal +om:millipascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:pascal ; + om:symbol "mPa" ; + rdfs:label "millipascal"@en , + "millipascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliradian +om:milliradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:milli ; + om:hasUnit om:radian ; + om:symbol "mrad" ; + rdfs:label "milliradiaal"@nl , + "milliradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle +om:millisecond-Angle rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:milli ; + om:hasUnit om:second-Angle ; + om:alternativeLabel "milliarcsecond"@en , + "milliboogseconde"@nl , + "millisecond of arc"@en ; + om:symbol "mas" ; + rdfs:comment "The millisecond (angle) is a unit of length defined as 1.0e-3 second (angle). Used in astronomy (measurements of positions of stars, galaxies, etc.) to represent the error."@en ; + rdfs:label "millisecond (angle)"@en , + "milliseconde (hoek)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-AnglePerYear +om:millisecond-AnglePerYear rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:year ; + om:hasDimension om:angularSpeed-Dimension ; + om:hasNumerator om:millisecond-Angle ; + om:symbol "mas/yr" ; + rdfs:comment "Wordt gebruikt om de waargenomen verandering van de positie van sterren uit te drukken (de proper motion)."@nl ; + rdfs:label "millisecond (angle) per year"@en , + "milliseconde (hoek) per jaar"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time +om:millisecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:second-Time ; + om:symbol "ms" ; + rdfs:label "millisecond"@en , + "milliseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-TimeSquared +om:millisecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:millisecond-Time ; + om:hasExponent 2 ; + om:symbol "ms2" ; + rdfs:label "millisecond squared"@en , + "milliseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisiemens +om:millisiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:siemens ; + om:symbol "mS" ; + rdfs:label "millisiemens"@en , + "millisiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisievert +om:millisievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:sievert ; + om:symbol "mSv" ; + rdfs:label "millisievert"@en , + "millisievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisteradian +om:millisteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:milli ; + om:hasUnit om:steradian ; + om:symbol "msr" ; + rdfs:label "millisteradiaal"@nl , + "millisteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millitesla +om:millitesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:tesla ; + om:symbol "mT" ; + rdfs:label "millitesla"@en , + "millitesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt +om:millivolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:volt ; + om:symbol "mV" ; + rdfs:label "millivolt"@en , + "millivolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliwatt +om:milliwatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:watt ; + om:symbol "mW" ; + rdfs:label "milliwatt"@en , + "milliwatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliweber +om:milliweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:weber ; + om:symbol "mWb" ; + rdfs:label "milliweber"@en , + "milliweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/minimum +om:minimum rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "minimum"@en , + "最小"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle +om:minute-Angle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:radian ; + om:hasFactor "2.908882E-4"^^xsd:float ; + om:alternativeLabel "arcminute"@en , + "arcminuut"@nl , + "minute of arc"@en ; + om:symbol "'" ; + rdfs:comment "The minute (angle) is a unit of angle defined as 2.908882e-4 radian."@en ; + rdfs:label "minute (angle)"@en , + "minuut (hoek)"@nl , + "分钟(角)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/minute-HourAngle +om:minute-HourAngle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:degree ; + om:hasFactor "0.25"^^xsd:float ; + om:symbol "m" ; + rdfs:comment "Wordt gebruikt als hoek (360°=1440) voor o.a. rechte klimming. De m wordt meestal als superscript achter de waarde gezet gevolgd door de verdere opdeling naar seconden. Zoals in 5h34m12s09. Vaak wordt de fractie in seconden zonder punt geschreven, de s wordt als afscheiding gebruikt (http://en.wikipedia.org/wiki/Right_ascension)."@nl ; + rdfs:label "minute (hour angle)"@en , + "minuut (uurhoek)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Sidereal +om:minute-Sidereal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "59.83617"^^xsd:float ; + om:alternativeLabel "sidereal minute"@en ; + rdfs:comment "The sidereal minute is a unit of time defined as 5.983617e1 second."@en ; + rdfs:label "minute (sidereal)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time +om:minute-Time rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "60.0"^^xsd:float ; + om:symbol "min" ; + rdfs:comment "The minute (time) is a unit of time defined as 60 second."@en ; + rdfs:label "minute"@en , + "minuut"@nl , + "分钟"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molar +om:molar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasUnit om:molePerLitre ; + om:symbol "M" ; + rdfs:comment "Molar is a unit of amount of substance concentration defined as 1 mole per litre."@en ; + rdfs:label "molair"@nl , + "molar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molarEnergy-Dimension +om:molarEnergy-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent -1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "molaire-energiedimensie"@nl , + "molar energy dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension +om:molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent -1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent -1 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "molar entropy, molar heat capacity, or gas constant dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mole +om:mole rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasQuantity om:amountOfSubstanceOfASystemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12 ; + om:longcomment "The mole is a unit of amount of substance defined as the amount of substance of a system that contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 12. The mole is a base unit in the International System of Units." ; + om:symbol "mol" ; + rdfs:comment "The mole is a unit of amount of substance defined as the amount of substance of a system that contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 12."@en ; + rdfs:label "mol"@nl , + "mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometre +om:moleMicrometre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:mole ; + om:hasTerm2 om:micrometre ; + om:alternativeSymbol "mol·μm" ; + om:symbol "mol μm" ; + rdfs:label "mol micrometer"@nl , + "mole micrometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometreReciprocalSquareCentimetre +om:moleMicrometreReciprocalSquareCentimetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:moleMicrometre ; + om:hasTerm2 om:reciprocalSquareCentimetre ; + om:alternativeSymbol "mol·μm·cm-2" ; + om:symbol "mol μm cm-2" ; + rdfs:label "mol micrometer omgekeerde vierkante centimeter"@nl , + "mole micrometre reciprocal square centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometreReciprocalSquareCentimetreReciprocalSecond-Time +om:moleMicrometreReciprocalSquareCentimetreReciprocalSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:moleMicrometreReciprocalSquareCentimetre ; + om:hasTerm2 om:reciprocalSecond-Time ; + om:alternativeSymbol "mol·μm·cm-2·s-1" ; + om:symbol "mol μm cm-2 s-1" ; + rdfs:label "mol micrometer omgekeerde vierkante centimeter omgekeerde seconde"@nl , + "mole micrometre reciprocal square centimetre reciprocal second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerAttolitre +om:molePerAttolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:attolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol al-1" , + "mol·al-1" ; + om:symbol "mol/al" ; + rdfs:comment "Mole per attolitre is a unit of amount of substance concentration defined as mole divided by attolitre."@en ; + rdfs:label "mole per attoliter"@nl , + "mole per attolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerAttometre +om:molePerAttometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:attometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol am-1" , + "mol·am-1" ; + om:symbol "mol/am" ; + rdfs:label "mole per attometer"@nl , + "mole per attometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCentilitre +om:molePerCentilitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:centilitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol cl-1" , + "mol·cl-1" ; + om:symbol "mol/cl" ; + rdfs:comment "Mole per centilitre is a unit of amount of substance concentration defined as mole divided by centilitre."@en ; + rdfs:label "mole per centiliter"@nl , + "mole per centilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCentimetre +om:molePerCentimetre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:centimetre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol cm-1" , + "mol·cm-1" ; + om:symbol "mol/cm" ; + rdfs:label "mole per centimeter"@nl , + "mole per centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCubicmetre +om:molePerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol m-3" , + "mol·m-3" ; + om:longcomment "Mole per cubic metre is a unit of amount of substance concentration defined as mole divided by cubic metre. Mole per cubic metre is a derived unit in the International System of Units." ; + om:symbol "mol/m3" ; + rdfs:comment "Mole per cubic metre is a unit of amount of substance concentration defined as mole divided by cubic metre."@en ; + rdfs:label "mol per kubieke meter"@nl , + "mole per cubic metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecalitre +om:molePerDecalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:decalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol dal-1" , + "mol·dal-1" ; + om:symbol "mol/dal" ; + rdfs:comment "Mole per decalitre is a unit of amount of substance concentration defined as mole divided by decalitre."@en ; + rdfs:label "mole per decaliter"@nl , + "mole per decalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecametre +om:molePerDecametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:decametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol dam-1" , + "mol·dam-1" ; + om:symbol "mol/dam" ; + rdfs:label "mole per decameter"@nl , + "mole per decametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecilitre +om:molePerDecilitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:decilitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol dl-1" , + "mol·dl-1" ; + om:symbol "mol/dl" ; + rdfs:comment "Mole per decilitre is a unit of amount of substance concentration defined as mole divided by decilitre."@en ; + rdfs:label "mole per deciliter"@nl , + "mole per decilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecimetre +om:molePerDecimetre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:decimetre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol dm-1" , + "mol·dm-1" ; + om:symbol "mol/dm" ; + rdfs:label "mole per decimeter"@nl , + "mole per decimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerExalitre +om:molePerExalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:exalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol El-1" , + "mol·El-1" ; + om:symbol "mol/El" ; + rdfs:comment "Mole per exalitre is a unit of amount of substance concentration defined as mole divided by exalitre."@en ; + rdfs:label "mole per exaliter"@nl , + "mole per exalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerExametre +om:molePerExametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:exametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Em-1" , + "mol·Em-1" ; + om:symbol "mol/Em" ; + rdfs:label "mole per exameter"@nl , + "mole per exametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerFemtolitre +om:molePerFemtolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:femtolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol fl-1" , + "mol·fl-1" ; + om:symbol "mol/fl" ; + rdfs:comment "Mole per femtolitre is a unit of amount of substance concentration defined as mole divided by femtolitre."@en ; + rdfs:label "mole per femtoliter"@nl , + "mole per femtolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerFemtometre +om:molePerFemtometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:femtometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol fm-1" , + "mol·fm-1" ; + om:symbol "mol/fm" ; + rdfs:label "mole per femtometer"@nl , + "mole per femtometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerGigalitre +om:molePerGigalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:gigalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Gl-1" , + "mol·Gl-1" ; + om:symbol "mol/Gl" ; + rdfs:comment "Mole per gigalitre is a unit of amount of substance concentration defined as mole divided by gigalitre."@en ; + rdfs:label "mole per gigaliter"@nl , + "mole per gigalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerGigametre +om:molePerGigametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:gigametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Gm-1" , + "mol·Gm-1" ; + om:symbol "mol/Gm" ; + rdfs:label "mole per gigameter"@nl , + "mole per gigametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerHectolitre +om:molePerHectolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:hectolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol hl-1" , + "mol·hl-1" ; + om:symbol "mol/hl" ; + rdfs:comment "Mole per hectolitre is a unit of amount of substance concentration defined as mole divided by hectolitre."@en ; + rdfs:label "mole per hectoliter"@nl , + "mole per hectolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerHectometre +om:molePerHectometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:hectometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol hm-1" , + "mol·hm-1" ; + om:symbol "mol/hm" ; + rdfs:label "mole per hectometer"@nl , + "mole per hectometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilogram +om:molePerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol kg-1" , + "mol·kg-1" ; + om:symbol "mol/kg" ; + rdfs:label "mol per kilogram"@nl , + "mole per kilogram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilolitre +om:molePerKilolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:kilolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol kl-1" , + "mol·kl-1" ; + om:symbol "mol/kl" ; + rdfs:comment "Mole per kilolitre is a unit of amount of substance concentration defined as mole divided by kilolitre."@en ; + rdfs:label "mole per kiloliter"@nl , + "mole per kilolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilometre +om:molePerKilometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:kilometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol km-1" , + "mol·km-1" ; + om:symbol "mol/km" ; + rdfs:label "mole per kilometer"@nl , + "mole per kilometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerLitre +om:molePerLitre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol l-1" , + "mol·l-1" ; + om:longcomment "Mole per litre is a unit of amount of substance concentration defined as mole divided by litre. Mole per litre is a derived unit in the International System of Units." ; + om:symbol "mol/l" ; + rdfs:comment "Mole per litre is a unit of amount of substance concentration defined as mole divided by litre."@en ; + rdfs:label "mole per liter"@nl , + "mole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMegalitre +om:molePerMegalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:megalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Ml-1" , + "mol·Ml-1" ; + om:symbol "mol/Ml" ; + rdfs:comment "Mole per megalitre is a unit of amount of substance concentration defined as mole divided by megalitre."@en ; + rdfs:label "mole per megaliter"@nl , + "mole per megalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMetre +om:molePerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol m-1" , + "mol·m-1" ; + om:symbol "mol/m" ; + rdfs:label "mole per meter"@nl , + "mole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMicrolitre +om:molePerMicrolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:microlitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol μl-1" , + "mol·μl-1" ; + om:symbol "mol/μl" ; + rdfs:comment "Mole per microlitre is a unit of amount of substance concentration defined as mole divided by microlitre."@en ; + rdfs:label "mole per microliter"@nl , + "mole per microlitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMicrometre +om:molePerMicrometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:micrometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol μm-1" , + "mol·μm-1" ; + om:symbol "mol/μm" ; + rdfs:label "mole per micrometer"@nl , + "mole per micrometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMillilitre +om:molePerMillilitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:millilitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol ml-1" , + "mol·ml-1" ; + om:symbol "mol/ml" ; + rdfs:comment "Mole per millilitre is a unit of amount of substance concentration defined as mole divided by millilitre."@en ; + rdfs:label "mole per milliliter"@nl , + "mole per millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMillimetre +om:molePerMillimetre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:millimetre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol mm-1" , + "mol·mm-1" ; + om:symbol "mol/mm" ; + rdfs:label "mole per millimeter"@nl , + "mole per millimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMole +om:molePerMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:mole ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol mol-1" , + "mol·mol-1" ; + om:symbol "mol/mol" ; + rdfs:label "mol per mol"@nl , + "mole per mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerNanolitre +om:molePerNanolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:nanolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol nl-1" , + "mol·nl-1" ; + om:symbol "mol/nl" ; + rdfs:comment "Mole per nanolitre is a unit of amount of substance concentration defined as mole divided by nanolitre."@en ; + rdfs:label "mole per nanoliter"@nl , + "mole per nanolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerNanometre +om:molePerNanometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:nanometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol nm-1" , + "mol·nm-1" ; + om:symbol "mol/nm" ; + rdfs:label "mole per nanometer"@nl , + "mole per nanometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPetalitre +om:molePerPetalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:petalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Pl-1" , + "mol·Pl-1" ; + om:symbol "mol/Pl" ; + rdfs:comment "Mole per petalitre is a unit of amount of substance concentration defined as mole divided by petalitre."@en ; + rdfs:label "mole per petaliter"@nl , + "mole per petalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPetametre +om:molePerPetametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:petametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Pm-1" , + "mol·Pm-1" ; + om:symbol "mol/Pm" ; + rdfs:label "mole per petameter"@nl , + "mole per petametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPicolitre +om:molePerPicolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:picolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol pl-1" , + "mol·pl-1" ; + om:symbol "mol/pl" ; + rdfs:comment "Mole per picolitre is a unit of amount of substance concentration defined as mole divided by picolitre."@en ; + rdfs:label "mole per picoliter"@nl , + "mole per picolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPicometre +om:molePerPicometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:picometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol pm-1" , + "mol·pm-1" ; + om:symbol "mol/pm" ; + rdfs:label "mole per picometer"@nl , + "mole per picometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerSecond-Time +om:molePerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol s-1" , + "mol·s-1" ; + om:symbol "mol/s" ; + rdfs:label "mol per seconde"@nl , + "mole per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerTeralitre +om:molePerTeralitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:teralitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Tl-1" , + "mol·Tl-1" ; + om:symbol "mol/Tl" ; + rdfs:comment "Mole per teralitre is a unit of amount of substance concentration defined as mole divided by teralitre."@en ; + rdfs:label "mole per teraliter"@nl , + "mole per teralitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerTerametre +om:molePerTerametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:terametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Tm-1" , + "mol·Tm-1" ; + om:symbol "mol/Tm" ; + rdfs:label "mole per terameter"@nl , + "mole per terametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYoctolitre +om:molePerYoctolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:yoctolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol yl-1" , + "mol·yl-1" ; + om:symbol "mol/yl" ; + rdfs:comment "Mole per yoctolitre is a unit of amount of substance concentration defined as mole divided by yoctolitre."@en ; + rdfs:label "mole per yoctoliter"@nl , + "mole per yoctolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYoctometre +om:molePerYoctometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:yoctometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol ym-1" , + "mol·ym-1" ; + om:symbol "mol/ym" ; + rdfs:label "mole per yoctometer"@nl , + "mole per yoctometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYottalitre +om:molePerYottalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:yottalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Yl-1" , + "mol·Yl-1" ; + om:symbol "mol/Yl" ; + rdfs:comment "Mole per yottalitre is a unit of amount of substance concentration defined as mole divided by yottalitre."@en ; + rdfs:label "mole per yottaliter"@nl , + "mole per yottalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYottametre +om:molePerYottametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:yottametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Ym-1" , + "mol·Ym-1" ; + om:symbol "mol/Ym" ; + rdfs:label "mole per yottameter"@nl , + "mole per yottametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZeptolitre +om:molePerZeptolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:zeptolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol zl-1" , + "mol·zl-1" ; + om:symbol "mol/zl" ; + rdfs:comment "Mole per zeptolitre is a unit of amount of substance concentration defined as mole divided by zeptolitre."@en ; + rdfs:label "mole per zeptoliter"@nl , + "mole per zeptolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZeptometre +om:molePerZeptometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:zeptometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol zm-1" , + "mol·zm-1" ; + om:symbol "mol/zm" ; + rdfs:label "mole per zeptometer"@nl , + "mole per zeptometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZettalitre +om:molePerZettalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:zettalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Zl-1" , + "mol·Zl-1" ; + om:symbol "mol/Zl" ; + rdfs:comment "Mole per zettalitre is a unit of amount of substance concentration defined as mole divided by zettalitre."@en ; + rdfs:label "mole per zettaliter"@nl , + "mole per zettalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZettametre +om:molePerZettametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:zettametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Zm-1" , + "mol·Zm-1" ; + om:symbol "mol/Zm" ; + rdfs:label "mole per zettameter"@nl , + "mole per zettametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePermegametre +om:molePermegametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:megametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Mm-1" , + "mol·Mm-1" ; + om:symbol "mol/Mm" ; + rdfs:label "mole per megameter"@nl , + "mole per megametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/month +om:month rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:LaTeXCommand "\\monthUnit" ; + rdfs:comment "The month is a unit of time."@en ; + rdfs:label "maand"@nl , + "month"@en , + "月"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nano +om:nano rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-9"^^xsd:float ; + om:symbol "n" ; + rdfs:label "nano"@en , + "nano"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanoampere +om:nanoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:ampere ; + om:symbol "nA" ; + rdfs:comment "The nanoampere is a unit of electric current defined as 1.0e-9 ampere."@en ; + rdfs:label "nanoampere"@en , + "nanoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanobecquerel +om:nanobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:becquerel ; + om:symbol "nBq" ; + rdfs:comment "The nanobecquerel is a unit of activity defined as 1.0e-9 becquerel."@en ; + rdfs:label "nanobecquerel"@en , + "nanobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanocandela +om:nanocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:candela ; + om:symbol "ncd" ; + rdfs:comment "The nanocandela is a unit of luminous intensity defined as 1.0e-9 candela."@en ; + rdfs:label "nanocandela"@en , + "nanocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanocoulomb +om:nanocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:coulomb ; + om:symbol "nC" ; + rdfs:comment "The nanocoulomb is a unit of electric charge defined as 1.0e-9 coulomb."@en ; + rdfs:label "nanocoulomb"@en , + "nanocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanodegreeCelsius +om:nanodegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:degreeCelsius ; + om:symbol "n°C" ; + rdfs:comment "The nanodegree Celsius is a unit of temperature defined as 1.0e-9 degree Celsius."@en ; + rdfs:label "nanodegree Celsius"@en , + "nanograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanofarad +om:nanofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:farad ; + om:symbol "nF" ; + rdfs:comment "The nanofarad is a unit of capacitance defined as 1.0e-9 farad."@en ; + rdfs:label "nanofarad"@en , + "nanofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanogram +om:nanogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:gram ; + om:symbol "ng" ; + rdfs:comment "The nanogram is a unit of mass defined as 1.0e-9 gram."@en ; + rdfs:label "nanogram"@en , + "nanogram"@nl , + "纳克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanogramPerLitre +om:nanogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:nanogram ; + om:alternativeSymbol "ng l-1" , + "ng·l-1" ; + om:symbol "ng/l" ; + rdfs:comment "Nanogram per litre is a unit of density defined as nanogram divided by litre."@en ; + rdfs:label "nanogram per liter"@nl , + "nanogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanogray +om:nanogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:gray ; + om:symbol "nGy" ; + rdfs:comment "The nanogray is a unit of absorbed dose defined as 1.0e-9 gray."@en ; + rdfs:label "nanogray"@en , + "nanogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanohenry +om:nanohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:henry ; + om:symbol "nH" ; + rdfs:comment "The nanohenry is a unit of inductance defined as 1.0e-9 henry."@en ; + rdfs:label "nanohenry"@en , + "nanohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanohertz +om:nanohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:hertz ; + om:symbol "nHz" ; + rdfs:comment "The nanohertz is a unit of frequency defined as 1.0e-9 hertz."@en ; + rdfs:label "nanohertz"@en , + "nanohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanojoule +om:nanojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:joule ; + om:symbol "nJ" ; + rdfs:comment "The nanojoule is a unit of energy defined as 1.0e-9 joule."@en ; + rdfs:label "nanojoule"@en , + "nanojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatal +om:nanokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:katal ; + om:symbol "nkat" ; + rdfs:comment "The nanokatal is a unit of catalytic activity defined as 1.0e-9 katal."@en ; + rdfs:label "nanokatal"@en , + "nanokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatalPerMilligram +om:nanokatalPerMilligram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:milligram ; + om:hasDimension om:specificCatalyticActivity-Dimension ; + om:hasNumerator om:nanokatal ; + om:alternativeSymbol "nkat mg-1" , + "nkat·mg-1" ; + om:symbol "nkat/mg" ; + rdfs:label "nanokatal per milligram"@en , + "nanokatal per milligram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanokelvin +om:nanokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:kelvin ; + om:symbol "nK" ; + rdfs:comment "The nanokelvin is a unit of temperature defined as 1.0e-9 kelvin."@en ; + rdfs:label "nanokelvin"@en , + "nanokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanolitre +om:nanolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:litre ; + om:symbol "nl" ; + rdfs:label "nanoliter"@nl , + "nanolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanolumen +om:nanolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:lumen ; + om:symbol "nlm" ; + rdfs:label "nanolumen"@en , + "nanolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanolux +om:nanolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:lux ; + om:symbol "nlx" ; + rdfs:label "nanolux"@en , + "nanolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre +om:nanometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:metre ; + om:symbol "nm" ; + rdfs:comment "The nanometre is a unit of length defined as 1.0e-9 metre."@en ; + rdfs:label "nanometer"@nl , + "nanometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-Time +om:nanometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:nanometre ; + om:alternativeSymbol "nm s-1" , + "nm·s-1" ; + om:symbol "nm/s" ; + rdfs:comment "Nanometre per second is a unit of speed defined as nanometre divided by second."@en ; + rdfs:label "nanometer per seconde"@nl , + "nanometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-TimeSquared +om:nanometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:nanometre ; + om:alternativeSymbol "nm s-2" , + "nm·s-2" ; + om:symbol "nm/s2" ; + rdfs:comment "Nanometre per second squared is a unit of acceleration defined as nanometre divided by second squared."@en ; + rdfs:label "nanometer per seconde kwadraat"@nl , + "nanometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolar +om:nanomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:molar ; + om:symbol "nM" ; + rdfs:comment "The nanomolar is a unit of amount of substance concentration defined as 1.0e-9 molar."@en ; + rdfs:label "nanomolair"@nl , + "nanomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanomole +om:nanomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:mole ; + om:symbol "nmol" ; + rdfs:label "nanomol"@nl , + "nanomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerHour +om:nanomolePerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasNumerator om:nanomole ; + om:alternativeSymbol "nmol h-1" , + "nmol·h-1" ; + om:symbol "nmol/h" ; + rdfs:label "nanomole per hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerHourMillilitre +om:nanomolePerHourMillilitre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:millilitre ; + om:hasNumerator om:nanomolePerHour ; + om:alternativeSymbol "nmol h-1 ml-1" , + "nmol·h-1·ml-1" ; + om:symbol "nmol/(h ml)" ; + rdfs:label "nanomole per hour millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerLitre +om:nanomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:nanomole ; + om:alternativeSymbol "nmol l-1" , + "nmol·l-1" ; + om:symbol "nmol/l" ; + rdfs:comment "Nanomole per litre is a unit of amount of substance concentration defined as nanomole divided by litre."@en ; + rdfs:label "nanomole per liter"@nl , + "nanomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerMetre +om:nanomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:nanomole ; + om:alternativeSymbol "nmol m-1" , + "nmol·m-1" ; + om:symbol "nmol/m" ; + rdfs:label "nanomole per meter"@nl , + "nanomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanonewton +om:nanonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:newton ; + om:symbol "nN" ; + rdfs:label "nanonewton"@en , + "nanonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanoohm +om:nanoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:ohm ; + om:symbol "nΩ" ; + rdfs:label "nanoohm"@en , + "nanoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal +om:nanopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:pascal ; + om:symbol "nPa" ; + rdfs:label "nanopascal"@en , + "nanopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanoradian +om:nanoradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:nano ; + om:hasUnit om:radian ; + om:symbol "nrad" ; + rdfs:label "nanoradiaal"@nl , + "nanoradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time +om:nanosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:second-Time ; + om:symbol "ns" ; + rdfs:label "nanosecond"@en , + "nanoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-TimeSquared +om:nanosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:nanosecond-Time ; + om:hasExponent 2 ; + om:symbol "ns2" ; + rdfs:label "nanosecond squared"@en , + "nanoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanosiemens +om:nanosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:siemens ; + om:symbol "nS" ; + rdfs:label "nanosiemens"@en , + "nanosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanosievert +om:nanosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:sievert ; + om:symbol "nSv" ; + rdfs:label "nanosievert"@en , + "nanosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanosteradian +om:nanosteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:nano ; + om:hasUnit om:steradian ; + om:symbol "nsr" ; + rdfs:label "nanosteradiaal"@nl , + "nanosteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanotesla +om:nanotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:tesla ; + om:symbol "nT" ; + rdfs:label "nanotesla"@en , + "nanotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanounifiedAtomicMassUnit +om:nanounifiedAtomicMassUnit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:unifiedAtomicMassUnit ; + om:symbol "nu" ; + rdfs:label "nanounified atomic mass unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanovolt +om:nanovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:volt ; + om:symbol "nV" ; + rdfs:label "nanovolt"@en , + "nanovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanowatt +om:nanowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:watt ; + om:symbol "nW" ; + rdfs:label "nanowatt"@en , + "nanowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanoweber +om:nanoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:weber ; + om:symbol "nWb" ; + rdfs:label "nanoweber"@en , + "nanoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International +om:nauticalMile-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1852.0"^^xsd:float ; + om:alternativeLabel "international nautical mile"@en ; + om:alternativeSymbol "M" , + "NM" , + "nm" ; + om:symbol "nmi" ; + rdfs:comment "The international nautical mile is a unit of length defined as 1852 metre."@en ; + rdfs:label "nautical mile (international)"@en , + "zeemijl (internationaal)"@nl , + "海里(国际)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-InternationalPerHour +om:nauticalMile-InternationalPerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:nauticalMile-International ; + om:alternativeSymbol "M h-1" , + "M·h-1" , + "NM h-1" , + "NM/h" , + "NM·h-1" , + "nm h-1" , + "nm/h" , + "nmi h-1" , + "nmi·h-1" , + "nm·h-1" ; + om:symbol "M/h" , + "nmi/h" ; + rdfs:comment "Nautical mile per hour is a unit of speed defined as nautical mile divided by hour."@en ; + rdfs:label "nautical mile per hour"@en , + "zeemijl per uur"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/newton +om:newton rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:force-Dimension ; + om:hasUnit om:metreKilogramPerSecond-TimeSquared ; + om:longcomment "The newton is a unit of force defined as kilogram times metre divided by second squared. The newton is a derived unit in the International System of Units." ; + om:symbol "N" ; + rdfs:comment "The newton is a unit of force defined as kilogram timesmetre divided by second squared."@en ; + rdfs:label "newton"@en , + "newton"@nl , + "牛顿"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre +om:newtonMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:newton ; + om:hasTerm2 om:metre ; + om:alternativeSymbol "N·m" ; + om:symbol "N m" ; + rdfs:label "newton meter"@nl , + "newton metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerCoulomb +om:newtonPerCoulomb rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:coulomb ; + om:hasDimension om:electricField-Dimension ; + om:hasNumerator om:newton ; + om:alternativeSymbol "N C-1" , + "N·C-1" ; + om:symbol "N/C" ; + rdfs:label "newton per coulomb"@en , + "newton per coulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerMetre +om:newtonPerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:surfaceTension-Dimension ; + om:hasNumerator om:newton ; + om:alternativeSymbol "N m-1" , + "N·m-1" ; + om:symbol "N/m" ; + rdfs:label "newton per meter"@nl , + "newton per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre +om:newtonPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:pressure-Dimension ; + om:hasNumerator om:newton ; + om:alternativeSymbol "N m-2" , + "N·m-2" ; + om:symbol "N/m2" ; + rdfs:label "newton per square metre"@en , + "newton per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/numberDensity-Dimension +om:numberDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "number density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/oersted +om:oersted rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:MagneticField-Dimension ; + om:hasUnit om:amperePerMetre ; + om:hasFactor "79.57747"^^xsd:float ; + om:symbol "Oe" ; + rdfs:comment "The oersted is a unit of magnetic field defined as 7.957747e1 ampere per metre."@en ; + rdfs:label "oersted"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ohm +om:ohm rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasUnit om:voltPerAmpere ; + om:longcomment "The ohm is a unit of electrical resistance defined as volt divided by ampere = square metre times kilogram divided by second to the power 3 times ampere squared. The ohm is a derived unit in the International System of Units." ; + om:symbol "Ω" ; + rdfs:comment "The ohm is a unit of electrical resistance defined as volt divided by ampere = square metre times kilogram divided by second to the power 3 times ampere squared."@en ; + rdfs:label "ohm"@en , + "ohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ohmMetre +om:ohmMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:electricalResistivity-Dimension ; + om:hasTerm1 om:ohm ; + om:hasTerm2 om:metre ; + om:alternativeSymbol "Ω·m" ; + om:symbol "Ω m" ; + rdfs:label "ohm meter"@nl , + "ohm metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/one +om:one rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:alternativeLabel "unit one"@en ; + om:symbol "1" ; + rdfs:comment "Unit one is a unit of dimension one."@en ; + rdfs:label "one"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/oneBinaryDigit +om:oneBinaryDigit rdf:type owl:NamedIndividual , + owl:Thing ; + rdfs:label "one binary digit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/oneDistinctSymbolChangeOrSignallingEventMadeToTheTransmissionMediumPerSecondInADigitallyModulatedSignalOrALineCode +om:oneDistinctSymbolChangeOrSignallingEventMadeToTheTransmissionMediumPerSecondInADigitallyModulatedSignalOrALineCode rdf:type owl:NamedIndividual , + om:SymbolRate . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ounceApothecaries +om:ounceApothecaries rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.03110348"^^xsd:float ; + om:alternativeLabel "apothecaries' ounce"@en , + "ounce (troy)"@en , + "troy ounce"@en ; + om:alternativeSymbol "oz (apoth)" ; + om:symbol "oz (ap.)" ; + rdfs:comment "The apothecaries' ounce is a unit of mass defined as 3.110348e-2 kilogram."@en ; + rdfs:label "ounce (apothecaries')"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ounceAvoirdupois +om:ounceAvoirdupois rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.02834952"^^xsd:float ; + om:alternativeLabel "avoirdupois ounce"@en ; + om:alternativeSymbol "oz (av.)" , + "oz avdp" ; + om:symbol "oz" ; + rdfs:comment "The avoirdupois ounce is a unit of mass defined as 2.834952e-2 kilogram."@en ; + rdfs:label "ounce (avoirdupois)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ounceAvoirdupoisPerSquareYard-International +om:ounceAvoirdupoisPerSquareYard-International rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareYard-International ; + om:hasNumerator om:ounceAvoirdupois ; + om:alternativeSymbol "oz yd-2" , + "oz·yd-1" ; + om:symbol "oz/yd2" ; + rdfs:label "ounce (avoirdupois) per square yard (international)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/parsec +om:parsec rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "3.08567759E16"^^xsd:float ; + om:symbol "pc" ; + rdfs:comment "The parsec is a unit of length defined as 3.08567758149137e16 metre."@en ; + rdfs:label "parsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion +om:partsPerMillion rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "1.0E-6"^^xsd:float ; + om:symbol "ppm" ; + rdfs:comment "Parts per million is a unit of dimension one defined as 1/1 000 000."@en ; + rdfs:label "parts per million"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillionPerYear +om:partsPerMillionPerYear rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:year ; + om:hasNumerator om:partsPerMillion ; + om:alternativeSymbol "ppm a-1" , + "ppm y-1" , + "ppm yr-1" , + "ppm/y" , + "ppm/yr" , + "ppm·a-1" , + "ppm·y-1" , + "ppm·yr-1" ; + om:symbol "ppm/a" ; + rdfs:label "parts per million per year"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pascal +om:pascal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:newtonPerSquareMetre ; + om:longcomment "The pascal is a unit of pressure and stress defined as newton divided by square metre = joule divided by cubic metre = kilogram divided by metre second squared. The pascal is a derived unit in the International System of Units." ; + om:symbol "Pa" ; + rdfs:comment "The pascal is a unit of pressure and stress defined as newton divided by square metre = joule divided by cubic metre = kilogram divided by metre second squared."@en ; + rdfs:label "pascal"@en , + "pascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-Time +om:pascalSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:dynamicViscosity-Dimension ; + om:hasTerm1 om:pascal ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "Pa·s" ; + om:symbol "Pa s" ; + rdfs:label "pascal second"@en , + "pascal seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-TimeSquareMetre +om:pascalSecond-TimeSquareMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:pascalSecond-Time ; + om:hasTerm2 om:squareMetre ; + om:alternativeSymbol "Pa·s·m2" ; + om:symbol "Pa s m2" ; + rdfs:label "pascal second square metre"@en , + "pascal seconde vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond +om:pathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond rdf:type owl:NamedIndividual , + owl:Thing ; + rdfs:label "path travelled by light in vacuum during a time interval of 1/299 792 458 of a second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pebi +om:pebi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1.12589991E15"^^xsd:float ; + om:alternativeLabel "petabinary"@en ; + om:symbol "Pi" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "pebi"@en , + "pebi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pebibit +om:pebibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:pebi ; + om:hasUnit om:bit ; + om:symbol "Pibit" ; + rdfs:label "pebibit"@en , + "pebibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pebibyte +om:pebibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:pebi ; + om:hasUnit om:byte ; + om:symbol "PiB" ; + rdfs:label "pebibyte"@en , + "pebibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/peck-US +om:peck-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.008809768"^^xsd:float ; + om:alternativeLabel "US peck"@en ; + om:symbol "pk" ; + rdfs:comment "The US peck is a unit of volume defined as 8.809768e-3 cubic metre."@en ; + rdfs:label "peck (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pennyweight-Troy +om:pennyweight-Troy rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.001555174"^^xsd:float ; + om:alternativeLabel "Troy pennyweight"@en ; + om:symbol "dwt" ; + rdfs:comment "The Troy pennyweight is a unit of mass defined as 1.555174e-3 kilogram."@en ; + rdfs:label "pennyweight (Troy)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/percent +om:percent rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "0.01"^^xsd:float ; + om:LaTeXSymbol "\\%" ; + om:symbol "%" ; + rdfs:comment "The percent is a unit of dimension one defined as 1/100."@en ; + rdfs:label "percent"@en , + "procent"@nl , + "百分"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/perm-0C +om:perm-0C rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:permeance-MaterialsScience-Dimension ; + om:hasUnit om:kilogramPerPascalSecond-TimeSquareMetre ; + om:hasFactor "5.72135E-11"^^xsd:float ; + om:alternativeLabel "0 °C perm"@en , + "0 °C perm"@nl ; + rdfs:comment "The 0 °C perm is a unit ofpermeance defined as 5.72135e-11 kilogram per pascal second (time) square metre."@en ; + rdfs:label "perm (0 °C)"@en , + "perm (0 °C)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/perm-23C +om:perm-23C rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:permeance-MaterialsScience-Dimension ; + om:hasUnit om:kilogramPerPascalSecond-TimeSquareMetre ; + om:hasFactor "5.74525E-11"^^xsd:float ; + om:alternativeLabel "23 °C perm"@en , + "23 °C perm"@nl ; + rdfs:comment "The 23 °C perm is a unit of permeance defined as 5.74525e-11 kilogram per pascal second (time) square metre."@en ; + rdfs:label "perm (23 °C)"@en , + "perm (23 °C)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/permeabilityOfFreeSpace-Dimension +om:permeabilityOfFreeSpace-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -2 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "permeability of free space dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/permeance-MaterialsScience-Dimension +om:permeance-MaterialsScience-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "permeance (materials science) dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/permittivity-Dimension +om:permittivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 2 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 4 ; + rdfs:label "permittivity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/peta +om:peta rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "9.9999999E14"^^xsd:float ; + om:symbol "P" ; + rdfs:label "peta"@en , + "peta"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petaampere +om:petaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:ampere ; + om:symbol "PA" ; + rdfs:comment "The petaampere is a unit of electric current defined as 1.0e15 ampere."@en ; + rdfs:label "petaampere"@en , + "petaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petabecquerel +om:petabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:becquerel ; + om:symbol "PBq" ; + rdfs:comment "The petabecquerel is a unit of activity defined as 1.0e15 becquerel."@en ; + rdfs:label "petabecquerel"@en , + "petabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petabit +om:petabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:peta ; + om:hasUnit om:bit ; + om:symbol "Pbit" ; + rdfs:label "petabit"@en , + "petabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petabyte +om:petabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:peta ; + om:hasUnit om:byte ; + om:symbol "PB" ; + rdfs:label "10^15字节"@zh , + "petabyte"@en , + "petabyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petacandela +om:petacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:candela ; + om:symbol "Pcd" ; + rdfs:comment "The petacandela is a unit of luminous intensity defined as 1.0e15 candela."@en ; + rdfs:label "petacandela"@en , + "petacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petacoulomb +om:petacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:coulomb ; + om:symbol "PC" ; + rdfs:comment "The petacoulomb is a unit of electric charge defined as 1.0e15 coulomb."@en ; + rdfs:label "petacoulomb"@en , + "petacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petafarad +om:petafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:farad ; + om:symbol "PF" ; + rdfs:comment "The petafarad is a unit of capacitance defined as 1.0e15 farad."@en ; + rdfs:label "petafarad"@en , + "petafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petagram +om:petagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:gram ; + om:symbol "Pg" ; + rdfs:comment "The petagram is a unit of mass defined as 1.0e15 gram."@en ; + rdfs:label "10^15克"@zh , + "petagram"@en , + "petagram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petagramPerLitre +om:petagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:petagram ; + om:alternativeSymbol "Pg l-1" , + "Pg·l-1" ; + om:symbol "Pg/l" ; + rdfs:comment "Petagram per litre is a unit of density defined as petagram divided by litre."@en ; + rdfs:label "petagram per liter"@nl , + "petagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petagray +om:petagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:gray ; + om:symbol "PGy" ; + rdfs:comment "The petagray is a unit of absorbed dose defined as 1.0e15 gray."@en ; + rdfs:label "petagray"@en , + "petagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petahenry +om:petahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:henry ; + om:symbol "PH" ; + rdfs:comment "The petahenry is a unit of inductance defined as 1.0e15 henry."@en ; + rdfs:label "petahenry"@en , + "petahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petahertz +om:petahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:hertz ; + om:symbol "PHz" ; + rdfs:comment "The petahertz is a unit of frequency defined as 1.0e15 hertz."@en ; + rdfs:label "petahertz"@en , + "petahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule +om:petajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:joule ; + om:symbol "PJ" ; + rdfs:comment "The petajoule is a unit of energy defined as 1.0e15 joule."@en ; + rdfs:label "petajoule"@en , + "petajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petakatal +om:petakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:katal ; + om:symbol "Pkat" ; + rdfs:comment "The petakatal is a unit of catalytic activity defined as 1.0e15 katal."@en ; + rdfs:label "petakatal"@en , + "petakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petakelvin +om:petakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:kelvin ; + om:symbol "PK" ; + rdfs:comment "The petakelvin is a unit of thermodynamic temperature defined as 1.0e15 kelvin."@en ; + rdfs:label "petakelvin"@en , + "petakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petalitre +om:petalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:litre ; + om:symbol "Pl" ; + rdfs:label "petaliter"@nl , + "petalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petalumen +om:petalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:lumen ; + om:symbol "Plm" ; + rdfs:label "petalumen"@en , + "petalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petalux +om:petalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:lux ; + om:symbol "Plx" ; + rdfs:label "petalux"@en , + "petalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petametre +om:petametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:metre ; + om:symbol "Pm" ; + rdfs:comment "The petametre is a unit of length defined as 1.0e15 metre."@en ; + rdfs:label "10^15米"@zh , + "petameter"@nl , + "petametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-Time +om:petametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:petametre ; + om:alternativeSymbol "Pm s-1" , + "Pm·s-1" ; + om:symbol "Pm/s" ; + rdfs:comment "Petametre per second is a unit of speed defined as petametre divided by second."@en ; + rdfs:label "petameter per seconde"@nl , + "petametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-TimeSquared +om:petametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:petametre ; + om:alternativeSymbol "Pm s-2" , + "Pm·s-2" ; + om:symbol "Pm/s2" ; + rdfs:comment "Petametre per second squared is a unit of acceleration defined as petametre divided by second squared."@en ; + rdfs:label "petameter per seconde kwadraat"@nl , + "petametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petamolar +om:petamolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:molar ; + om:symbol "PM" ; + rdfs:comment "The petamolar is a unit of amount of substance concentration defined as 1.0e15 molar."@en ; + rdfs:label "petamolair"@nl , + "petamolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petamole +om:petamole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:mole ; + om:symbol "Pmol" ; + rdfs:label "petamol"@nl , + "petamole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petamolePerLitre +om:petamolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:petamole ; + om:alternativeSymbol "Pmol l-1" , + "Pmol·l-1" ; + om:symbol "Pmol/l" ; + rdfs:comment "Petamole per litre is a unit of amount of substance concentration defined as petamole divided by litre."@en ; + rdfs:label "petamole per liter"@nl , + "petamole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petamolePerMetre +om:petamolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:petamole ; + om:alternativeSymbol "Pmol m-1" , + "Pmol·m-1" ; + om:symbol "Pmol/m" ; + rdfs:label "petamole per meter"@nl , + "petamole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petanewton +om:petanewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:newton ; + om:symbol "PN" ; + rdfs:label "petanewton"@en , + "petanewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petaohm +om:petaohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:ohm ; + om:symbol "PΩ" ; + rdfs:label "petaohm"@en , + "petaohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal +om:petapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:pascal ; + om:symbol "PPa" ; + rdfs:label "petapascal"@en , + "petapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time +om:petasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:second-Time ; + om:symbol "Ps" ; + rdfs:label "petasecond"@en , + "petaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-TimeSquared +om:petasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:petasecond-Time ; + om:hasExponent 2 ; + om:symbol "Ps2" ; + rdfs:label "petasecond squared"@en , + "petaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petasiemens +om:petasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:siemens ; + om:symbol "PS" ; + rdfs:label "petasiemens"@en , + "petasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petasievert +om:petasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:sievert ; + om:symbol "PSv" ; + rdfs:label "petasievert"@en , + "petasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petatesla +om:petatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:tesla ; + om:symbol "PT" ; + rdfs:label "petatesla"@en , + "petatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petavolt +om:petavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:volt ; + om:symbol "PV" ; + rdfs:label "petavolt"@en , + "petavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petawatt +om:petawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:watt ; + om:symbol "PW" ; + rdfs:label "petawatt"@en , + "petawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petaweber +om:petaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:weber ; + om:symbol "PWb" ; + rdfs:label "petaweber"@en , + "petaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/phot +om:phot rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:illuminance-Dimension ; + om:hasUnit om:lux ; + om:hasFactor "10000.0"^^xsd:float ; + om:symbol "ph" ; + rdfs:comment "The phot is a unit of illuminance defined as 1.0e4 lux."@en ; + rdfs:label "phot"@en , + "phot"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/photometry +om:photometry rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Exposure , + om:Illuminance , + om:Luminance , + om:LuminousEfficacy , + om:LuminousEnergy , + om:LuminousFlux , + om:LuminousIntensity ; + om:usesUnit om:attocandela , + om:attolumen , + om:attolux , + om:candela , + om:candelaPerSquareCentimetre , + om:candelaPerSquareMetre , + om:candelaSteradian , + om:centicandela , + om:centilumen , + om:centilux , + om:decacandela , + om:decalumen , + om:decalux , + om:decicandela , + om:decilumen , + om:decilux , + om:exacandela , + om:exalumen , + om:exalux , + om:femtocandela , + om:femtolumen , + om:femtolux , + om:footcandle , + om:footlambert , + om:gigacandela , + om:gigalumen , + om:gigalux , + om:hectocandela , + om:hectolumen , + om:hectolux , + om:kilocandela , + om:kilolumen , + om:kilolux , + om:lambert , + om:lumen , + om:lumenPerSquareMetre , + om:lumenPerWatt , + om:lumenSecond-Time , + om:lux , + om:luxSecond-Time , + om:megacandela , + om:megalumen , + om:megalux , + om:microcandela , + om:microlumen , + om:microlux , + om:millicandela , + om:millilumen , + om:millilux , + om:nanocandela , + om:nanolumen , + om:nanolux , + om:petacandela , + om:petalumen , + om:petalux , + om:phot , + om:picocandela , + om:picolumen , + om:picolux , + om:stilb , + om:teracandela , + om:teralumen , + om:teralux ; + rdfs:label "fotometrie"@nl , + "photometry"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA +om:pica-ATA rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:point-ATA ; + om:hasFactor "12.0"^^xsd:float ; + om:alternativeLabel "ATA pica"@en ; + rdfs:comment "The ATA pica is a unit of length defined as 12 point (ATA)."@en ; + rdfs:label "pica (ATA)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript +om:pica-Postscript rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:point-Postscript ; + om:hasFactor "12.0"^^xsd:float ; + om:alternativeLabel "Postscript pica"@en ; + rdfs:comment "The Postscript pica is a unit of length defined as 12 point (Postscript)."@en ; + rdfs:label "pica (Postscript)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX +om:pica-TeX rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:point-TeX ; + om:hasFactor "12.0"^^xsd:float ; + om:alternativeLabel "TeX pica"@en ; + rdfs:comment "The TeX pica is a unit of length defined as 12 point (TeX)."@en ; + rdfs:label "pica (TeX)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pico +om:pico rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-12"^^xsd:float ; + om:symbol "p" ; + rdfs:label "pico"@en , + "pico"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picoampere +om:picoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:ampere ; + om:symbol "pA" ; + rdfs:comment "The picoampere is a unit of electric current defined as 1.0e-12 ampere."@en ; + rdfs:label "picoampere"@en , + "picoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picobecquerel +om:picobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:becquerel ; + om:symbol "pBq" ; + rdfs:comment "The picobecquerel is a unit of activity defined as 1.0e-12 becquerel."@en ; + rdfs:label "picobecquerel"@en , + "picobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picocandela +om:picocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:candela ; + om:symbol "pcd" ; + rdfs:comment "The picocandela is a unit of luminous intensity defined as 1.0e-12 candela."@en ; + rdfs:label "picocandela"@en , + "picocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picocoulomb +om:picocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:coulomb ; + om:symbol "pC" ; + rdfs:comment "The picocoulomb is a unit of electric charge defined as 1.0e-12 coulomb."@en ; + rdfs:label "picocoulomb"@en , + "picocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picodegreeCelsius +om:picodegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:degreeCelsius ; + om:symbol "p°C" ; + rdfs:comment "The picodegree Celsius is a unit of temperature defined as 1.0e-12 degree Celsius."@en ; + rdfs:label "picodegree Celsius"@en , + "picograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picofarad +om:picofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:farad ; + om:symbol "pF" ; + rdfs:comment "The picofarad is a unit of capacitance defined as 1.0e-12 farad."@en ; + rdfs:label "picofarad"@en , + "picofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picogram +om:picogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:gram ; + om:symbol "pg" ; + rdfs:comment "The picogram is a unit of mass defined as 1.0e-12 gram."@en ; + rdfs:label "picogram"@en , + "picogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picogramPerLitre +om:picogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:picogram ; + om:alternativeSymbol "pg l-1" , + "pg·l-1" ; + om:symbol "pg/l" ; + rdfs:comment "Picogram per litre is a unit of density defined as picogram divided by litre."@en ; + rdfs:label "picogram per liter"@nl , + "picogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picogray +om:picogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:gray ; + om:symbol "pGy" ; + rdfs:comment "The picogray is a unit of absorbed dose defined as 1.0e-12 gray."@en ; + rdfs:label "picogray"@en , + "picogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picohenry +om:picohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:henry ; + om:symbol "pH" ; + rdfs:comment "The picohenry is a unit of inductance defined as 1.0e-12 henry."@en ; + rdfs:label "picohenry"@en , + "picohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picohertz +om:picohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:hertz ; + om:symbol "pHz" ; + rdfs:comment "The picohertz is a unit of frequency defined as 1.0e-12 hertz."@en ; + rdfs:label "picohertz"@en , + "picohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picojoule +om:picojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:joule ; + om:symbol "pJ" ; + rdfs:comment "The picojoule is a unit of energy defined as 1.0e-12 joule."@en ; + rdfs:label "picojoule"@en , + "picojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picokatal +om:picokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:katal ; + om:symbol "pkat" ; + rdfs:comment "The picokatal is a unit of catalytic activity defined as 1.0e-12 katal."@en ; + rdfs:label "picokatal"@en , + "picokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picokelvin +om:picokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:kelvin ; + om:symbol "pK" ; + rdfs:comment "The picokelvin is a unit of temperature defined as 1.0e-12 kelvin."@en ; + rdfs:label "picokelvin"@en , + "picokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picolitre +om:picolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:litre ; + om:symbol "pl" ; + rdfs:label "picoliter"@nl , + "picolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picolumen +om:picolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:lumen ; + om:symbol "plm" ; + rdfs:label "picolumen"@en , + "picolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picolux +om:picolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:lux ; + om:symbol "plx" ; + rdfs:label "picolux"@en , + "picolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picometre +om:picometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:metre ; + om:symbol "pm" ; + rdfs:comment "The picometre is a unit of length defined as 1.0e-12 metre."@en ; + rdfs:label "1/(10^12)米"@zh , + "picometer"@nl , + "picometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-Time +om:picometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:picometre ; + om:alternativeSymbol "pm s-1" , + "pm·s-1" ; + om:symbol "pm/s" ; + rdfs:comment "Picometre per second is a unit of speed defined as picometre divided by second."@en ; + rdfs:label "picometer per seconde"@nl , + "picometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-TimeSquared +om:picometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:picometre ; + om:alternativeSymbol "pm s-2" , + "pm·s-2" ; + om:symbol "pm/s2" ; + rdfs:comment "Picometre per second squared is a unit of acceleration defined as picometre divided by second squared."@en ; + rdfs:label "picometer per seconde kwadraat"@nl , + "picometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picomolar +om:picomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:molar ; + om:symbol "pM" ; + rdfs:comment "The picomolar is a unit of amount of substance concentration defined as 1.0e-12 molar."@en ; + rdfs:label "picomolair"@nl , + "picomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picomole +om:picomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:mole ; + om:symbol "pmol" ; + rdfs:label "picomol"@nl , + "picomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picomolePerLitre +om:picomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:picomole ; + om:alternativeSymbol "pmol l-1" , + "pmol·l-1" ; + om:symbol "pmol/l" ; + rdfs:comment "Picomole per litre is a unit of amount of substance concentration defined as picomole divided by litre."@en ; + rdfs:label "picomole per liter"@nl , + "picomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picomolePerMetre +om:picomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:picomole ; + om:alternativeSymbol "pmol m-1" , + "pmol·m-1" ; + om:symbol "pmol/m" ; + rdfs:label "picomole per meter"@nl , + "picomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/piconewton +om:piconewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:newton ; + om:symbol "pN" ; + rdfs:label "piconewton"@en , + "piconewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picoohm +om:picoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:ohm ; + om:symbol "pΩ" ; + rdfs:label "picoohm"@en , + "picoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal +om:picopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:pascal ; + om:symbol "pPa" ; + rdfs:label "picopascal"@en , + "picopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picoradian +om:picoradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:pico ; + om:hasUnit om:radian ; + om:symbol "prad" ; + rdfs:label "picoradiaal"@nl , + "picoradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time +om:picosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:second-Time ; + om:symbol "ps" ; + rdfs:label "picosecond"@en , + "picoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-TimeSquared +om:picosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:picosecond-Time ; + om:hasExponent 2 ; + om:symbol "ps2" ; + rdfs:label "picosecond squared"@en , + "picoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picosiemens +om:picosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:siemens ; + om:symbol "pS" ; + rdfs:label "picosiemens"@en , + "picosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picosievert +om:picosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:sievert ; + om:symbol "pSv" ; + rdfs:label "picosievert"@en , + "picosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picosteradian +om:picosteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:pico ; + om:hasUnit om:steradian ; + om:symbol "psr" ; + rdfs:label "picosteradiaal"@nl , + "picosteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picotesla +om:picotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:tesla ; + om:symbol "pT" ; + rdfs:label "picotesla"@en , + "picotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picovolt +om:picovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:volt ; + om:symbol "pV" ; + rdfs:label "picovolt"@en , + "picovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picowatt +om:picowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:watt ; + om:symbol "pW" ; + rdfs:label "picowatt"@en , + "picowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picoweber +om:picoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:weber ; + om:symbol "pWb" ; + rdfs:label "picoweber"@en , + "picoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/piece +om:piece rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "piece"@en , + "stuks"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pinch +om:pinch rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "mespunt"@nl , + "pinch"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pint-Imperial +om:pint-Imperial rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:millilitre ; + om:hasFactor "568.2612"^^xsd:float ; + om:alternativeLabel "imperial pint"@en ; + rdfs:comment "The pint is a unit of volume defined as 568.26125 millilitre."@en ; + rdfs:label "pint (imperial)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pixel +om:pixel rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "pixel"@en , + "pixel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA +om:point-ATA rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "3.514598E-4"^^xsd:float ; + om:alternativeLabel "ATA point"@en ; + om:symbol "pt" ; + rdfs:comment "The ATA point is a unit of length defined as 0.3514598e-3 metre."@en ; + rdfs:label "point (ATA)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot +om:point-Didot rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "3.759E-4"^^xsd:float ; + om:alternativeLabel "Didot point"@en ; + om:symbol "pt" ; + rdfs:comment "The Didot point is a unit of length defined as 0.3759e-3 metre."@en ; + rdfs:label "point (Didot)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript +om:point-Postscript rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:inch-International ; + om:hasFactor "0.013888889"^^xsd:float ; + om:alternativeLabel "Postscript point"@en ; + om:symbol "pt" ; + rdfs:comment "The Postscript point is a unit of length defined as 0.013888888888888888888888888888889 inch."@en ; + rdfs:label "point (Postscript)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX +om:point-TeX rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:inch-International ; + om:hasFactor "0.013837"^^xsd:float ; + om:alternativeLabel "TeX point"@en ; + om:symbol "pt" ; + rdfs:comment "The TeX point is a unit of length defined as 0.01383700013837000138370001383 inch."@en ; + rdfs:label "point (TeX)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/poise +om:poise rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dynamicViscosity-Dimension ; + om:hasUnit om:pascalSecond-Time ; + om:hasFactor "0.1"^^xsd:float ; + om:symbol "P" ; + rdfs:comment "The poise is a unit of dynamic viscosity defined as 1.0e-1 pascal second (time)."@en ; + rdfs:label "poise"@en , + "poise"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/portion +om:portion rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "portie"@nl , + "portion"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pound-Force +om:pound-Force rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:force-Dimension ; + om:hasUnit om:newton ; + om:hasFactor "4.448222"^^xsd:float ; + om:symbol "lbf" ; + rdfs:comment "The pound-force is a unit of force defined as 4.448222 newton."@en ; + rdfs:label "pound-force"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/poundApothecaries +om:poundApothecaries rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.3732417"^^xsd:float ; + om:alternativeLabel "apothecaries' pound"@en , + "pound (troy)"@en , + "troy pound"@en ; + om:symbol "lb" ; + rdfs:comment "The apothecaries' pound is a unit of mass defined as 3.732417e-1 kilogram."@en ; + rdfs:label "pound (apthecaries')"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/poundAvoirdupois +om:poundAvoirdupois rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.45359236"^^xsd:float ; + om:alternativeLabel "avoirdupois pound"@en ; + om:symbol "lb" ; + rdfs:comment "The avoirdupois pound is a unit of mass defined as 4.535924e-1 kilogram."@en ; + rdfs:label "pound (avoirdupois)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/poundSterling +om:poundSterling rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "pound sterling"@en , + "英镑"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/poundal +om:poundal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:force-Dimension ; + om:hasUnit om:newton ; + om:hasFactor "0.138255"^^xsd:float ; + rdfs:comment "The poundal is a unit of force defined as 1.382550e-1 newton."@en ; + rdfs:label "poundal"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension +om:power-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "power dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/powerDensity-Dimension +om:powerDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "power density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension +om:pressure-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "pressure dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/product +om:product rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "product"@en , + "積"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/quad +om:quad rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:BritishThermalUnit-InternationalTable ; + om:hasFactor "9.9999999E14"^^xsd:float ; + om:LaTeXCommand "\\quadUnit" ; + rdfs:comment "The quad is a unit of energy defined as 1.0e15 British thermal unit (International Table)."@en ; + rdfs:label "quad"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/quart-Imperial +om:quart-Imperial rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:litre ; + om:hasFactor "1.1365"^^xsd:float ; + om:alternativeLabel "imperial quart"@en ; + rdfs:comment "The imperial quart is a unit of volume defined as 1.1365 litre."@en ; + rdfs:label "quart (imperial)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/rad +om:rad rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasUnit om:gray ; + om:hasFactor "0.01"^^xsd:float ; + om:symbol "rad" ; + rdfs:comment "The rad is a unit of absorbed dose defined as 1.0e-2 gray."@en ; + rdfs:label "rad"@en , + "rad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/radian +om:radian rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:metrePerMetre ; + om:longcomment "The radian is a unit of angle defined as the angle subtended at the center of a circle by an arc that is equal in length to the radius of the circle. The radian is a derived unit in the International System of Units." ; + om:symbol "rad" ; + rdfs:comment "The radian is a unit of angle defined as the angle subtended at the center of a circle by an arc that is equal in length to the radius of the circle."@en ; + rdfs:label "radiaal"@nl , + "radian"@en , + "弧度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-Time +om:radianPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:angularSpeed-Dimension ; + om:hasNumerator om:radian ; + om:alternativeSymbol "rad s-1" , + "rad·s-1" ; + om:symbol "rad/s" ; + rdfs:label "radiaal per seconde"@nl , + "radian per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-TimeSquared +om:radianPerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:angularAcceleration-Dimension ; + om:hasNumerator om:radian ; + om:alternativeSymbol "rad s-2" , + "rad·s-2" ; + om:symbol "rad/s2" ; + rdfs:label "radiaal per seconde kwadraat"@nl , + "radian per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/radiance-Dimension +om:radiance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "radiance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/radiometryAndRadiobiology +om:radiometryAndRadiobiology rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:AbsorbedDose , + om:AbsorbedDoseRate , + om:Activity , + om:AmbientDoseEquivalent , + om:DirectionalDoseEquivalent , + om:DoseEquivalent , + om:ExposureToXAndGammaRays , + om:Irradiance , + om:Kerma , + om:OrganDoseEquivalent , + om:PersonalDoseEquivalent , + om:Radiance , + om:RadiantEnergy , + om:RadiantFlux , + om:RadiantIntensity , + om:SpecificEnergyImparted ; + om:usesUnit om:attobecquerel , + om:attogray , + om:attosievert , + om:becquerel , + om:centibecquerel , + om:centigray , + om:centisievert , + om:coulombPerKilogram , + om:curie , + om:decabecquerel , + om:decagray , + om:decasievert , + om:decibecquerel , + om:decigray , + om:decisievert , + om:exabecquerel , + om:exagray , + om:exasievert , + om:femtobecquerel , + om:femtogray , + om:femtosievert , + om:gigabecquerel , + om:gigagray , + om:gigasievert , + om:gray , + om:grayPerSecond-Time , + om:hectobecquerel , + om:hectogray , + om:hectosievert , + om:kilobecquerel , + om:kilogray , + om:kilosievert , + om:megabecquerel , + om:megagray , + om:megasievert , + om:microbecquerel , + om:microgray , + om:microsievert , + om:millibecquerel , + om:milligray , + om:milligrayPerSecond-Time , + om:millisievert , + om:nanobecquerel , + om:nanogray , + om:nanosievert , + om:petabecquerel , + om:petagray , + om:petasievert , + om:picobecquerel , + om:picogray , + om:picosievert , + om:rad , + om:rem , + om:röntgen , + om:sievert , + om:terabecquerel , + om:teragray , + om:terasievert ; + rdfs:label "radiometrie en radiobiologie"@nl , + "radiometry and radiobiology"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalAtmosphere-Standard +om:reciprocalAtmosphere-Standard rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:atmosphere-Standard ; + om:hasExponent -1 ; + om:symbol "atm-1" ; + rdfs:label "omgekeerde atmosfeer (standaard)"@nl , + "reciprocal atmosphere (standard)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicCentimetre +om:reciprocalCubicCentimetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:centimetre ; + om:hasDimension om:numberDensity-Dimension ; + om:hasExponent -3 ; + om:symbol "cm-3" ; + rdfs:label "omgekeerde kubieke centimeter"@nl , + "reciprocal cubic centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicMetre +om:reciprocalCubicMetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:metre ; + om:hasDimension om:numberDensity-Dimension ; + om:hasExponent -3 ; + om:symbol "m-3" ; + rdfs:label "omgekeerde kubieke meter"@nl , + "reciprocal cubic metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicParsec +om:reciprocalCubicParsec rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:parsec ; + om:hasDimension om:numberDensity-Dimension ; + om:hasExponent -3 ; + om:symbol "pc-3" ; + rdfs:label "omgekeerde kubieke parsec"@nl , + "reciprocal cubic parsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalDay +om:reciprocalDay rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:day ; + om:hasDimension om:frequency-Dimension ; + om:hasExponent -1 ; + om:symbol "d-1" ; + rdfs:label "omgekeerde dag"@nl , + "reciprocal day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalDegreeCelsius +om:reciprocalDegreeCelsius rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:degreeCelsius ; + om:hasExponent -1 ; + om:symbol "°C-1" ; + rdfs:label "omgekeerde graad Celsius"@nl , + "reciprocal degree Celsius"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalDegreeCelsiusDay +om:reciprocalDegreeCelsiusDay rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:degreeCelsiusDay ; + om:hasExponent -1 ; + om:symbol "(°C d)-1" ; + rdfs:label "omgekeerde graad Celsius dag"@nl , + "reciprocal degree Celsius day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalGram +om:reciprocalGram rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:gram ; + om:hasExponent -1 ; + om:symbol "g-1" ; + rdfs:label "omgekeerde gram"@nl , + "reciprocal gram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalHenry +om:reciprocalHenry rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:henry ; + om:hasDimension om:reluctance-Dimension ; + om:hasExponent -1 ; + om:symbol "H-1" ; + rdfs:label "omgekeerde henry"@nl , + "reciprocal henry"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalHour +om:reciprocalHour rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:hour ; + om:hasDimension om:frequency-Dimension ; + om:hasExponent -1 ; + om:symbol "h-1" ; + rdfs:label "omgekeerd uur"@nl , + "reciprocal hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalKelvin +om:reciprocalKelvin rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:kelvin ; + om:hasExponent -1 ; + om:symbol "K-1" ; + rdfs:label "omgekeerde kelvin"@nl , + "reciprocal kelvin"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalLitre +om:reciprocalLitre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:litre ; + om:hasDimension om:numberDensity-Dimension ; + om:hasExponent -1 ; + om:symbol "l-1" ; + rdfs:label "omgekeerde liter"@nl , + "reciprocal litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalMetre +om:reciprocalMetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:metre ; + om:hasDimension om:wavenumber-Dimension ; + om:hasExponent -1 ; + om:longcomment "Reciprocal metre is a unit of wavenumber defined as 1 divided by metre. Reciprocal metre is a derived unit in the International System of Units." ; + om:symbol "m-1" ; + rdfs:comment "Reciprocal metre is a unit of wavenumber defined as 1 divided by metre."@en ; + rdfs:label "omgekeerder meter"@nl , + "reciprocal metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalMinute-Time +om:reciprocalMinute-Time rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:minute-Time ; + om:hasDimension om:frequency-Dimension ; + om:hasExponent -1 ; + om:symbol "min-1" ; + rdfs:label "omgekeerde minuut"@nl , + "reciprocal minute"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalPartsPerMillionPerYear +om:reciprocalPartsPerMillionPerYear rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:partsPerMillion ; + om:hasExponent -1 ; + om:symbol "ppm-1" ; + rdfs:label "reciprocal parts per million"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalPascalSecond-Time +om:reciprocalPascalSecond-Time rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:pascalSecond-Time ; + om:hasDimension om:fluidity-Dimension ; + om:hasExponent -1 ; + om:alternativeSymbol "(Pa s)-1" , + "(Pa·s)-1" , + "Pa-1·s-1" ; + om:symbol "Pa-1 s-1" ; + rdfs:label "omgekeerde pascal seconde"@nl , + "reciprocal pascal second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time +om:reciprocalSecond-Time rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:second-Time ; + om:hasDimension om:frequency-Dimension ; + om:hasExponent -1 ; + om:symbol "s-1" ; + rdfs:label "omgekeerde seconde"@nl , + "reciprocal second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareCentimetre +om:reciprocalSquareCentimetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:centimetre ; + om:hasDimension om:columnNumberDensity-Dimension ; + om:hasExponent -2 ; + om:symbol "cm-2" ; + rdfs:label "omgekeerde vierkante centimeter"@nl , + "reciprocal square centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetre +om:reciprocalSquareMetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:metre ; + om:hasDimension om:columnNumberDensity-Dimension ; + om:hasExponent -2 ; + om:symbol "m-2" ; + rdfs:label "omgekeerde vierkante meter"@nl , + "reciprocal square metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetreReciprocalGram +om:reciprocalSquareMetreReciprocalGram rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:reciprocalSquareMetre ; + om:hasTerm2 om:reciprocalGram ; + om:alternativeSymbol "m-2·g-1" ; + om:symbol "m-2 g-1" ; + rdfs:label "omgekeerde vierkante meter omgekeerde gram"@nl , + "reciprocal square metre reciprocal gram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetreReciprocalMetre +om:reciprocalSquareMetreReciprocalMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:reciprocalSquareMetre ; + om:hasTerm2 om:reciprocalMetre ; + om:alternativeSymbol "m-2·m-1" ; + om:symbol "m-2 m-1" ; + rdfs:label "omgekeerde vierkante meter omgekeerde meter"@nl , + "reciprocal square metre reciprocal metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalWatt +om:reciprocalWatt rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:watt ; + om:hasExponent -1 ; + om:symbol "W-1" ; + rdfs:label "omgekeerde watt"@nl , + "reciprocal watt"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalYear +om:reciprocalYear rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:year ; + om:hasDimension om:frequency-Dimension ; + om:hasExponent -1 ; + om:symbol "a-1" ; + rdfs:label "omgekeerd jaar"@nl , + "reciprocal year"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reluctance-Dimension +om:reluctance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 2 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 2 ; + rdfs:label "reluctance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/rem +om:rem rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasUnit om:sievert ; + om:hasFactor "0.01"^^xsd:float ; + om:symbol "rem" ; + rdfs:comment "The rem is a unit of dose equivalent defined as 1.0e-2 sievert."@en ; + rdfs:label "rem"@en , + "rem"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/revolution +om:revolution rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:radian ; + om:hasFactor "6.283185"^^xsd:float ; + om:symbol "r" ; + rdfs:comment "The revolution is a unit of angle defined as 6.283185 radian."@en ; + rdfs:label "revolution"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/rhe +om:rhe rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:fluidity-Dimension ; + om:hasUnit om:reciprocalPascalSecond-Time ; + om:hasFactor "10.0"^^xsd:float ; + rdfs:comment "The rhe is a unit of fluidity defined as 10 reciprocal pascal second (time)."@en ; + rdfs:label "rhe"@en , + "rhe"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US +om:rod-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "5.02921"^^xsd:float ; + om:alternativeLabel "US rod"@en , + "perch"@en , + "pole"@en ; + om:symbol "rd" ; + rdfs:comment "The US rod is a unit of length defined as 5.029210 metre."@en ; + rdfs:label "rod (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/röntgen +om:röntgen rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:exposureToXAndGammaRays-Dimension ; + om:hasUnit om:coulombPerKilogram ; + om:hasFactor "2.58E-4"^^xsd:float ; + om:symbol "R" ; + rdfs:comment "The röntgen is a unit of exposure to x and γ rays defined as 2.58e-4 coulomb per kilogram."@en ; + rdfs:label "röntgen"@en , + "röntgen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/scoop +om:scoop rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "bolletje"@nl , + "scoop"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle +om:second-Angle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:radian ; + om:hasFactor "4.848137E-6"^^xsd:float ; + om:alternativeLabel "arcsecond"@en , + "boogseconde"@nl , + "second of arc"@en ; + om:symbol "\"" ; + rdfs:comment "The second (angle) is a unit of angle defined as 4.848137e-6 radian."@en ; + rdfs:label "second (angle)"@en , + "seconde (hoek)"@nl , + "秒(角度)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-AngleSquared +om:second-AngleSquared rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:second-Angle ; + om:hasDimension om:dimensionOne ; + om:hasExponent 2 ; + om:alternativeLabel "arcsecond squared"@en ; + om:symbol "arcsec2" ; + rdfs:label "second (angle) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-Anglee +om:second-Anglee rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-HourAngle +om:second-HourAngle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:degree ; + om:hasFactor "0.004166667"^^xsd:float ; + om:symbol "s" ; + rdfs:comment "Wordt gebruikt als hoek (360°=864000) voor o.a. rechte klimming. De s wordt meestal als superscript achter de waarde gezet. Zoals in 5h34m12s09. Vaak wordt de fractie in seconden zonder punt geschreven, de s wordt als afscheiding gebruikt (http://en.wikipedia.org/wiki/Right_ascension)."@nl ; + rdfs:label "second (hour angle)"@en , + "seconde (uurhoek)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-Sidereal +om:second-Sidereal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "0.9972696"^^xsd:float ; + om:alternativeLabel "second (sidereal)"@en , + "sidereal second"@en ; + rdfs:comment "The sidereal second is a unit of time defined as 9.972696e-1 second."@en ; + rdfs:label "second (sidereal)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time +om:second-Time rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasQuantity om:durationOf9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom ; + om:longcomment "The second is a unit of time defined as the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom. The second is a base unit in the International System of Units." ; + om:symbol "s" ; + om:unofficialAbbreviation "sec" ; + rdfs:comment "The second is a unit of time defined as the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ; + rdfs:label "second"@en , + "seconde"@nl , + "秒"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeAmpere +om:second-TimeAmpere rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:electricCharge-Dimension ; + om:hasTerm1 om:second-Time ; + om:hasTerm2 om:ampere ; + om:alternativeSymbol "s·A" ; + om:symbol "s A" ; + rdfs:label "second ampere"@en , + "seconde ampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimePerDay +om:second-TimePerDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasNumerator om:second-Time ; + om:alternativeSymbol "s d-1" , + "s·d-1" ; + om:symbol "s/d" ; + rdfs:label "second per day"@en , + "seconde per dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimePerSquareMetre +om:second-TimePerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasNumerator om:second-Time ; + om:alternativeSymbol "s m-2" , + "s·m-2" ; + om:symbol "s/m2" ; + rdfs:label "second per square metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared +om:second-TimeSquared rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:second-Time ; + om:hasExponent 2 ; + om:symbol "s2" ; + rdfs:label "second squared"@en , + "seconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeToThePower-2 +om:second-TimeToThePower-2 rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:second-Time ; + om:hasExponent -2 ; + om:symbol "s-2" ; + rdfs:label "second to the power -2"@en , + "seconde tot de macht -2"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/servingSpoon +om:servingSpoon rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "opscheplepel"@nl , + "serving spoon"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/shake +om:shake rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "1.0E-8"^^xsd:float ; + rdfs:comment "The shake is a unit of time defined as 1.0e-8 second."@en ; + rdfs:label "shake"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/shannon +om:shannon rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasUnit om:bit ; + om:symbol "Sh" ; + rdfs:comment "The shannon is a unit of information capacity defined as 1 bit."@en ; + rdfs:label "shannon"@en , + "shannon"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/shipping +om:shipping rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Length , + om:Speed ; + om:usesUnit om:knot-International , + om:nauticalMile-International , + om:nauticalMile-InternationalPerHour ; + rdfs:label "shipping"@en , + "shipping"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/siemens +om:siemens rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasUnit om:amperePerVolt ; + om:longcomment "The siemens is a unit of electrical conductance defined as 1 divided by ohm = ampere divided by volt = coulomb squared times second divided by kilogram times square metre = ampere squared times second to the power 3 divided by kilogram times square metre. The siemens is a derived unit in the International System of Units." ; + om:symbol "S" ; + rdfs:comment "The siemens is a unit of electrical conductance defined as 1 divided by ohm = ampere divided by volt = coulomb squared times second divided by kilogram times square metre = ampere squared times second to the power 3 divided by kilogram times square metre."@en ; + rdfs:label "siemens"@en , + "siemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/siemensPerMetre +om:siemensPerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:electricalConductivity-Dimension ; + om:hasNumerator om:siemens ; + om:alternativeSymbol "S m-1" , + "S·m-1" ; + om:symbol "S/m" ; + rdfs:label "siemens per meter"@nl , + "siemens per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/sievert +om:sievert rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasUnit om:joulePerKilogram ; + om:longcomment "The sievert is a unit of dose equivalent defined as joule divided by kilogram = square metre divided by second squared. The sievert is a derived unit is the International System of Units." ; + om:symbol "Sv" ; + rdfs:comment "The sievert is a unit of dose equivalent defined as joule divided by kilogram = square metre divided by second squared."@en ; + rdfs:label "sievert"@en , + "sievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/slice +om:slice rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "slice"@en , + "snee"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/slug +om:slug rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "14.5939"^^xsd:float ; + om:symbol "slug" ; + rdfs:comment "The slug is a unit of mass defined as 1.459390e1 kilogram."@en ; + rdfs:label "slug"@en , + "金属块"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/solarLuminosity +om:solarLuminosity rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "3.839E26"^^xsd:float ; + om:LaTeXSymbol "L_{\\astrosun}" ; + om:symbol "L_☉" ; + rdfs:comment "Solar luminosity is a unit used in astronomy to denote stellar or galactic radiant fluxes (http://en.wikipedia.org/wiki/SolarLuminosity)."@en ; + rdfs:label "solar luminosity"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass +om:solarMass rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "1.98892E30"^^xsd:float ; + om:LaTeXSymbol "M_{\\astrosun}" ; + om:symbol "M_☉" ; + rdfs:comment "Solar mass is a unit used in astronomy to denote stellar or galactic masses (http://en.wikipedia.org/wiki/SolarMass)."@en ; + rdfs:label "solar mass"@en , + "zonsmassa"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerCubicParsec +om:solarMassPerCubicParsec rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicParsec ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:solarMass ; + om:LaTeXSymbol "M_{\\astrosun} pc^{-3}" ; + om:alternativeSymbol "M_☉ pc-3" , + "M_☉·pc-3" ; + om:symbol "M_☉/pc3" ; + rdfs:comment "The mass (in solar masses) per cubic parsec."@en ; + rdfs:label "solar mass per cubic parsec"@en , + "zonsmassa per kubieke parsec"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerGigayearCubicKiloparsec +om:solarMassPerGigayearCubicKiloparsec rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gigayearCubicKiloparsec ; + om:hasNumerator om:solarMass ; + om:LaTeXSymbol "M_{\\astrosun}Gyr^{-1}kpc^{-1}" ; + om:alternativeSymbol "M_☉ Gyr-1 kpc-3" , + "M_☉·Gyr-1·kpc-3" ; + om:symbol "M_☉/(Gyr kpc3)" ; + rdfs:comment "The amount of stellar mass created per cubic kiloparsec in each billion years."@en ; + rdfs:label "solar mass per gigayear cubic kiloparsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerGigayearCubicParsec +om:solarMassPerGigayearCubicParsec rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gigayearCubicParsec ; + om:hasNumerator om:solarMass ; + om:alternativeSymbol "M_☉ Gyr-1 pc-3" , + "M_☉·Gyr-1·pc-3" ; + om:symbol "M_☉/(Gyr pc3)" ; + rdfs:comment "The amount of stellar mass created per cubic parsec in each billion years."@en ; + rdfs:label "solar mass per gigayear cubic parsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius +om:solarRadius rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "6.9550003E8"^^xsd:float ; + om:LaTeXSymbol "R_{\\astrosun}" ; + om:symbol "R_☉" ; + rdfs:comment "Solar radius is a unit used in astronomy to denote stellar or stellar system radii (http://en.wikipedia.org/wiki/solarRadius)."@en ; + rdfs:label "solar radius"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/specificCatalyticActivity-Dimension +om:specificCatalyticActivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -2 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "specific catalytic activity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension +om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "specific energy, absorbed dose, or dose equivalent dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/specificEntropyOrSpecificHeatCapacity-Dimension +om:specificEntropyOrSpecificHeatCapacity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent -1 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "specific entropy or specific heat capacity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/specificVolume-Dimension +om:specificVolume-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "specific volume dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension +om:speed-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "snelheiddimensie"@nl , + "speed dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/spread +om:spread rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "broodbelegging"@nl , + "spread"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareAttometre +om:squareAttometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:attometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "am2" ; + rdfs:label "square attometre"@en , + "vierkante attometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareCentimetre +om:squareCentimetre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:centimetre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "cm2" ; + rdfs:label "square centimetre"@en , + "vierkante centimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecametre +om:squareDecametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:decametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "dam2" ; + rdfs:label "square decametre"@en , + "vierkante decameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecimetre +om:squareDecimetre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:decimetre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "dm2" ; + rdfs:label "square decimetre"@en , + "vierkante decimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareExametre +om:squareExametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:exametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Em2" ; + rdfs:label "square exametre"@en , + "vierkante exameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareFemtometre +om:squareFemtometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:femtometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "fm2" ; + rdfs:label "square femtometre"@en , + "vierkante femtometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareFoot-International +om:squareFoot-International rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:foot-International ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "ft2" ; + rdfs:label "square foot (international)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareGigametre +om:squareGigametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:gigametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Gm2" ; + rdfs:label "square gigametre"@en , + "vierkante gigameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareHectometre +om:squareHectometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:hectometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "hm2" ; + rdfs:label "square hectometre"@en , + "vierkante hectometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareInch-International +om:squareInch-International rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:inch-International ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "in2" ; + rdfs:label "square inch (international)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareKilometre +om:squareKilometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:kilometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "km2" ; + om:unofficialAbbreviation "10^6 m2" ; + rdfs:label "square kilometre"@en , + "vierkante kilometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMegametre +om:squareMegametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:megametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Mm2" ; + rdfs:label "square megametre"@en , + "vierkante megameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre +om:squareMetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:metre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:longcomment "Square metre is a unit of area defined as the area of a square whose sides measure exactly one metre. Square metre is a derived unit in the International System of Units." ; + om:symbol "m2" ; + rdfs:comment "Square metre is a unit of area defined as the area of a square whose sides measure exactly one metre."@en ; + rdfs:label "square metre"@en , + "vierkante meter"@nl , + "平方米"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreDay +om:squareMetreDay rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:squareMetre ; + om:hasTerm2 om:day ; + om:alternativeSymbol "m2·d" ; + om:symbol "m2 d" ; + rdfs:label "square metre day"@en , + "vierkante meter dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreHertz +om:squareMetreHertz rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:squareMetre ; + om:hasTerm2 om:hertz ; + om:alternativeSymbol "m2·Hz" ; + om:symbol "m2 Hz" ; + rdfs:label "square metre hertz"@en , + "vierkante meter hertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreKelvin +om:squareMetreKelvin rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:squareMetre ; + om:hasTerm2 om:kelvin ; + om:alternativeSymbol "m2·K" ; + om:symbol "m2 K" ; + rdfs:label "square metre kelvin"@en , + "vierkante meter kelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreKelvinPerWatt +om:squareMetreKelvinPerWatt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:watt ; + om:hasDimension om:thermalInsulance-Dimension ; + om:hasNumerator om:squareMetreKelvin ; + om:alternativeSymbol "m2 K W-1" , + "m2·K/W" , + "m2·K·W-1" ; + om:symbol "m2 K/W" ; + rdfs:label "square metre kelvin per watt"@en , + "vierkante meter kelvin per watt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreNanometre +om:squareMetreNanometre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:squareMetre ; + om:hasTerm2 om:nanometre ; + om:alternativeSymbol "m2·nm" ; + om:symbol "m2 nm" ; + rdfs:label "square metre nanometre"@en , + "vierkante meter nanometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerGram +om:squareMetrePerGram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gram ; + om:hasNumerator om:squareMetre ; + om:alternativeSymbol "m2 g-1" , + "m2·g-1" ; + om:symbol "m2/g" ; + rdfs:label "square metre per gram"@en , + "vierkante meter per gram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSecond-Time +om:squareMetrePerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:kinematicViscosityOrThermalDiffusivity-Dimension ; + om:hasNumerator om:squareMetre ; + om:alternativeSymbol "m2 s-1" , + "m2·s-1" ; + om:symbol "m2/s" ; + rdfs:label "square metre per second"@en , + "vierkante meter per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetre +om:squareMetrePerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:squareMetre ; + om:alternativeSymbol "m2 m-2" , + "m2·m-2" ; + om:symbol "m2/m2" ; + rdfs:label "square metre per square metre"@en , + "vierkante meter per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetreDay +om:squareMetrePerSquareMetreDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasNumerator om:squareMetrePerSquareMetre ; + om:alternativeSymbol "m2 m-2 d-1" , + "m2·m-2·d-1" ; + om:symbol "m2/(m2 d)" ; + rdfs:label "square metre per square metre day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreSecond-Time +om:squareMetreSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:squareMetre ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "m2·s" ; + om:symbol "m2 s" ; + rdfs:label "square metre second"@en , + "vierkante meter seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreSteradian +om:squareMetreSteradian rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:squareMetre ; + om:hasTerm2 om:steradian ; + om:alternativeSymbol "m2·sr" ; + om:symbol "m2 sr" ; + rdfs:label "square metre steradian"@en , + "vierkante meter steradian"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMicrometre +om:squareMicrometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:micrometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "μm2" ; + rdfs:label "square micrometre"@en , + "vierkante micrometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMile-International +om:squareMile-International rdf:type owl:NamedIndividual , + om:UnitExponentiation . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMile-Statute +om:squareMile-Statute rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:mile-International ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "mi2" ; + rdfs:label "square mile (statute)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMillimetre +om:squareMillimetre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:millimetre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "mm2" ; + rdfs:label "square millimetre"@en , + "vierkante millimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareNanometre +om:squareNanometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:nanometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "nm2" ; + rdfs:label "square nanometre"@en , + "vierkante nanometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squarePetametre +om:squarePetametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:petametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Pm2" ; + rdfs:label "square petametre"@en , + "vierkante petameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squarePicometre +om:squarePicometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:picometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "pm2" ; + rdfs:label "square picometre"@en , + "vierkante picometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareTerametre +om:squareTerametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:terametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Tm2" ; + rdfs:label "square terametre"@en , + "vierkante terameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareYard-International +om:squareYard-International rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:yard-International ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "yd2" ; + rdfs:label "square yard (international)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareYoctometre +om:squareYoctometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:yoctometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "ym2" ; + rdfs:label "square yoctometre"@en , + "vierkante yoctometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareYottametre +om:squareYottametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:yottametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Ym2" ; + rdfs:label "square yottametre"@en , + "vierkante yottameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareZeptometre +om:squareZeptometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:zeptometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "zm2" ; + rdfs:label "square zeptometre"@en , + "vierkante zeptometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareZettametre +om:squareZettametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:zettametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Zm2" ; + rdfs:label "square zettametre"@en , + "vierkante zettameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/standardDeviation +om:standardDeviation rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "standard deviation"@en , + "標準偏差"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statampere +om:statampere rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasUnit om:ampere ; + om:hasFactor "3.335641E-10"^^xsd:float ; + om:symbol "statA" ; + rdfs:comment "The statampere is a unit of electric current defined as 3.335641e-10 ampere."@en ; + rdfs:label "statampere"@en , + "statampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statcoulomb +om:statcoulomb rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasUnit om:coulomb ; + om:hasFactor "3.335641E-10"^^xsd:float ; + om:symbol "statC" ; + rdfs:comment "The statcoulomb is a unit of electric charge defined as 3.335641e-10 coulomb."@en ; + rdfs:label "statcoulomb"@en , + "statcoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statfarad +om:statfarad rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:capacitance-Dimension ; + om:hasUnit om:farad ; + om:hasFactor "1.11265E-12"^^xsd:float ; + om:symbol "statF" ; + rdfs:comment "The statfarad is a unit of capacitance defined as 1.112650e-12 farad."@en ; + rdfs:label "statfarad"@en , + "statfarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/stathenry +om:stathenry rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasUnit om:henry ; + om:hasFactor "8.987552E11"^^xsd:float ; + om:symbol "statH" ; + rdfs:comment "The stathenry is a unit of inductance defined as 8.987552e11 henry."@en ; + rdfs:label "stathenry"@en , + "stathenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statmho +om:statmho rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasUnit om:siemens ; + om:hasFactor "1.11265E-12"^^xsd:float ; + om:alternativeLabel "statsiemens"@en , + "statsiemens"@nl ; + rdfs:comment "The statmho is a unit of electrical conductance defined as 1.112650e-12 siemens."@en ; + rdfs:label "statmho"@en , + "statmho"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statohm +om:statohm rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasUnit om:ohm ; + om:hasFactor "8.987552E11"^^xsd:float ; + om:symbol "statΩ" ; + rdfs:comment "The statohm is a unit of electrical resistance defined as 8.987552e11 ohm."@en ; + rdfs:label "statohm"@en , + "statohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/stattesla +om:stattesla rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasUnit om:tesla ; + om:hasFactor "2997900.0"^^xsd:float ; + om:symbol "statT" ; + rdfs:comment "The stattesla is a unit of magnetic flux density defined as 2.9979e6 tesla."@en ; + rdfs:label "stattesla"@en , + "stattesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt +om:statvolt rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasUnit om:volt ; + om:hasFactor "299.7925"^^xsd:float ; + om:symbol "statV" ; + rdfs:comment "The statvolt is a unit of electric potential defined as 2.997925e2 volt."@en ; + rdfs:label "statvolt"@en , + "statvolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statweber +om:statweber rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasUnit om:weber ; + om:hasFactor "299.79"^^xsd:float ; + om:symbol "statWb" ; + rdfs:comment "The statweber is a unit of magnetic flux defined as 2.9979e2 weber."@en ; + rdfs:label "statweber"@en , + "statweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/steradian +om:steradian rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:squareMetrePerSquareMetre ; + om:longcomment "The steradian is a unit of solid angle defined as the solid angle subtended at the center of a sphere by a portion of the surface of the sphere that has an area equal to the square of the radius of the sphere. The steradian is a derived unit in the International System of Units." ; + om:symbol "sr" ; + rdfs:comment "The steradian is a unit of solid angle defined as the solid angle subtended at the center of a sphere by a portion of the surface of the sphere that has an area equal to the square of the radius of the sphere."@en ; + rdfs:label "steradiaal"@nl , + "steradian"@en , + "球面度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/steradianSquareMetre +om:steradianSquareMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:steradian ; + om:hasTerm2 om:squareMetre ; + om:alternativeSymbol "sr·m2" ; + om:symbol "sr m2" ; + rdfs:label "steradiaal vierkante meter"@nl , + "steradian square metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/steradianSquareMetreHertz +om:steradianSquareMetreHertz rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:steradianSquareMetre ; + om:hasTerm2 om:hertz ; + om:alternativeSymbol "sr·m2·Hz" ; + om:symbol "sr m2 Hz" ; + rdfs:label "steradiaal vierkante meter hertz"@nl , + "steradian square metre hertz"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/stere +om:stere rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + rdfs:comment "The stere is a unit of volume defined as cubic metre."@en ; + rdfs:label "stere"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/stilb +om:stilb rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:luminance-Dimension ; + om:hasUnit om:candelaPerSquareMetre ; + om:hasFactor "10000.0"^^xsd:float ; + om:symbol "sb" ; + rdfs:comment "The stilb is a unit of luminance defined as 1.0e4 candela per square metre."@en ; + rdfs:label "stilb"@en , + "stilb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/stokes +om:stokes rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:kinematicViscosityOrThermalDiffusivity-Dimension ; + om:hasUnit om:squareMetrePerSecond-Time ; + om:hasFactor "1.0E-4"^^xsd:float ; + om:symbol "St" ; + rdfs:comment "The stokes is a unit of kinematic viscosity defined as 1.0e-4 square metre per second (time)."@en ; + rdfs:label "stokes"@en , + "stokes"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/sum +om:sum rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "sum"@en , + "合計"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/surfaceTension-Dimension +om:surfaceTension-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "oppervlaktespanningdimensie"@nl , + "surface tension dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/systemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12 +om:systemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12 rdf:type owl:NamedIndividual , + owl:Thing ; + rdfs:label "system that contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 122"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tablespoon-US +om:tablespoon-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "1.478676E-5"^^xsd:float ; + om:alternativeLabel "US tablespoon"@en ; + rdfs:comment "The US tablespoon is a unit of volume defined as 1.478676e-5 cubic metre."@en ; + rdfs:label "tablespoon (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teaspoon-US +om:teaspoon-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "4.928922E-6"^^xsd:float ; + om:alternativeLabel "US teaspoon"@en ; + rdfs:comment "The US teaspoon is a unit of volume defined as 4.928922e-6 cubic metre."@en ; + rdfs:label "teaspoon (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tebi +om:tebi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1.09951163E12"^^xsd:float ; + om:alternativeLabel "terabinary"@en ; + om:symbol "Ti" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "tebi"@en , + "tebi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tebibit +om:tebibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:tebi ; + om:hasUnit om:bit ; + om:symbol "Tibit" ; + rdfs:label "tebibit"@en , + "tebibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tebibyte +om:tebibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:tebi ; + om:hasUnit om:byte ; + om:symbol "TiB" ; + rdfs:label "tebibyte"@en , + "tebibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tera +om:tera rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E12"^^xsd:float ; + om:symbol "T" ; + rdfs:label "tera"@en , + "tera"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teraampere +om:teraampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:ampere ; + om:symbol "TA" ; + rdfs:comment "The teraampere is a unit of electric current defined as 1.0e12 ampere."@en ; + rdfs:label "teraampere"@en , + "teraampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terabecquerel +om:terabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:becquerel ; + om:symbol "TBq" ; + rdfs:comment "The terabecquerel is a unit of activity defined as 1.0e12 becquerel."@en ; + rdfs:label "terabecquerel"@en , + "terabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terabit +om:terabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:tera ; + om:hasUnit om:bit ; + om:symbol "Tbit" ; + rdfs:label "terabit"@en , + "terabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terabyte +om:terabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:tera ; + om:hasUnit om:byte ; + om:symbol "TB" ; + rdfs:label "10^12字节"@zh , + "terabyte"@en , + "terabyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teracandela +om:teracandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:candela ; + om:symbol "Tcd" ; + rdfs:comment "The teracandela is a unit of luminous intensity defined as 1.0e12 candela."@en ; + rdfs:label "teracandela"@en , + "teracandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teracoulomb +om:teracoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:coulomb ; + om:symbol "TC" ; + rdfs:comment "The teracoulomb is a unit of electric charge defined as 1.0e12 coulomb."@en ; + rdfs:label "teracoulomb"@en , + "teracoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terafarad +om:terafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:farad ; + om:symbol "TF" ; + rdfs:comment "The terafarad is a unit of capacitance defined as 1.0e12 farad."@en ; + rdfs:label "terafarad"@en , + "terafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teragram +om:teragram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:gram ; + om:symbol "Tg" ; + rdfs:comment "The teragram is a unit of mass defined as 1.0e12 gram."@en ; + rdfs:label "10^12克"@zh , + "teragram"@en , + "teragram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teragramPerLitre +om:teragramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:teragram ; + om:alternativeSymbol "Tg l-1" , + "Tg·l-1" ; + om:symbol "Tg/l" ; + rdfs:comment "Teragram per litre is a unit of density defined as teragram divided by litre."@en ; + rdfs:label "teragram per liter"@nl , + "teragram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teragray +om:teragray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:gray ; + om:symbol "TGy" ; + rdfs:comment "The teragray is a unit of absorbed dose defined as 1.0e12 gray."@en ; + rdfs:label "teragray"@en , + "teragray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terahenry +om:terahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:henry ; + om:symbol "TH" ; + rdfs:comment "The terahenry is a unit of inductance defined as 1.0e12 henry."@en ; + rdfs:label "terahenry"@en , + "terahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terahertz +om:terahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:hertz ; + om:symbol "THz" ; + rdfs:comment "The terahertz is a unit of frequency defined as 1.0e12 hertz."@en ; + rdfs:label "terahertz"@en , + "terahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terajoule +om:terajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:joule ; + om:symbol "TJ" ; + rdfs:comment "The terajoule is a unit of energy defined as 1.0e12 joule."@en ; + rdfs:label "terajoule"@en , + "terajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terakatal +om:terakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:katal ; + om:symbol "Tkat" ; + rdfs:comment "The terakatal is a unit of catalytic activity defined as 1.0e12 katal."@en ; + rdfs:label "terakatal"@en , + "terakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terakelvin +om:terakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:kelvin ; + om:symbol "TK" ; + rdfs:comment "The terakelvin is a unit of thermodynamic temperature defined as 1.0e12 kelvin."@en ; + rdfs:label "terakelvin"@en , + "terakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teralitre +om:teralitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:litre ; + om:symbol "Tl" ; + rdfs:label "teraliter"@nl , + "teralitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teralumen +om:teralumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:lumen ; + om:symbol "Tlm" ; + rdfs:label "teralumen"@en , + "teralumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teralux +om:teralux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:lux ; + om:symbol "Tlx" ; + rdfs:label "teralux"@en , + "teralux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terametre +om:terametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:metre ; + om:symbol "Tm" ; + om:unofficialAbbreviation "10^9 km" ; + rdfs:comment "The terametre is a unit of length defined as 1.0e12 metre."@en ; + rdfs:label "10^12米"@zh , + "terameter"@nl , + "terametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-Time +om:terametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:terametre ; + om:alternativeSymbol "Tm s-1" , + "Tm·s-1" ; + om:symbol "Tm/s" ; + rdfs:comment "Terametre per second is a unit of speed defined as terametre divided by second."@en ; + rdfs:label "terameter per seconde"@nl , + "terametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-TimeSquared +om:terametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:terametre ; + om:alternativeSymbol "Tm s-2" , + "Tm·s-2" ; + om:symbol "Tm/s2" ; + rdfs:comment "Terametre per second squared is a unit of acceleration defined as terametre divided by second squared."@en ; + rdfs:label "terameter per seconde kwadraat"@nl , + "terametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teramolar +om:teramolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:molar ; + om:symbol "TM" ; + rdfs:comment "The teramolar is a unit of amount of substance concentration defined as 1.0e12 molar."@en ; + rdfs:label "teramolair"@nl , + "teramolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teramole +om:teramole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:mole ; + om:symbol "Tmol" ; + rdfs:label "teramol"@nl , + "teramole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teramolePerLitre +om:teramolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:teramole ; + om:alternativeSymbol "Tmol l-1" , + "Tmol·l-1" ; + om:symbol "Tmol/l" ; + rdfs:comment "Teramole per litre is a unit of amount of substance concentration defined as teramole divided by litre."@en ; + rdfs:label "teramole per liter"@nl , + "teramole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teramolePerMetre +om:teramolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:teramole ; + om:alternativeSymbol "Tmol m-1" , + "Tmol·m-1" ; + om:symbol "Tmol/m" ; + rdfs:label "teramole per meter"@nl , + "teramole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teranewton +om:teranewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:newton ; + om:symbol "TN" ; + rdfs:label "teranewton"@en , + "teranewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teraohm +om:teraohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:ohm ; + om:symbol "TΩ" ; + rdfs:label "teraohm"@en , + "teraohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal +om:terapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:pascal ; + om:symbol "TPa" ; + rdfs:label "terapascal"@en , + "terapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time +om:terasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:second-Time ; + om:symbol "Ts" ; + rdfs:label "terasecond"@en , + "teraseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-TimeSquared +om:terasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:terasecond-Time ; + om:hasExponent 2 ; + om:symbol "Ts2" ; + rdfs:label "terasecond squared"@en , + "teraseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terasiemens +om:terasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:siemens ; + om:symbol "TS" ; + rdfs:label "terasiemens"@en , + "terasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terasievert +om:terasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:sievert ; + om:symbol "TSv" ; + rdfs:label "terasievert"@en , + "terasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teratesla +om:teratesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:tesla ; + om:symbol "TT" ; + rdfs:label "teratesla"@en , + "teratesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teravolt +om:teravolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:volt ; + om:symbol "TV" ; + rdfs:label "teravolt"@en , + "teravolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terawatt +om:terawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:watt ; + om:symbol "TW" ; + rdfs:label "terawatt"@en , + "terawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terawattHour +om:terawattHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:terawatt ; + om:hasTerm2 om:hour ; + om:alternativeLabel "terawatt-hour"@en , + "terawatthour"@en ; + om:alternativeSymbol "TWh" , + "TW·h" ; + om:symbol "TW h" ; + rdfs:label "terawatt hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teraweber +om:teraweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:weber ; + om:symbol "TWb" ; + rdfs:label "teraweber"@en , + "teraweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tesla +om:tesla rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasUnit om:weberPerSquareMetre ; + om:longcomment "The tesla is a unit of magnetic flux density defined as volt times second divided by square metre = newton divided by ampere times metre = weber divided by square metre = kilogram divided by coulomb times second = kilogram divided by ampere times second squared. The tesla is a derived unit in the International System of Units." ; + om:symbol "T" ; + rdfs:comment "The tesla is a unit of magnetic flux density defined as volt times second divided by square metre = newton divided by ampere times metre = weber divided by square metre = kilogram divided by coulomb times second = kilogram divided by ampere times second squared."@en ; + rdfs:label "tesla"@en , + "tesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/therm-EC +om:therm-EC rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "1.05506E8"^^xsd:float ; + om:alternativeLabel "EC therm"@en ; + rdfs:comment "The EC therm is a unit of energy defined as 1.05506e8 joule."@en ; + rdfs:label "therm (EC)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/therm-US +om:therm-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "1.054804E8"^^xsd:float ; + om:alternativeLabel "US therm"@en ; + rdfs:comment "The US therm is a unit of energy defined as 1.054804e8 joule."@en ; + rdfs:label "therm (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thermalConductivity-Dimension +om:thermalConductivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent -1 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "thermal conductivity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thermalInsulance-Dimension +om:thermalInsulance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 1 ; + om:hasSITimeDimensionExponent 3 ; + rdfs:label "thermal insulance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thermalResistance-Dimension +om:thermalResistance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 1 ; + om:hasSITimeDimensionExponent 3 ; + rdfs:label "thermal resistance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension +om:thermodynamicTemperature-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 1 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "Θ" ; + rdfs:label "absolute-temperatuurdimensie"@nl , + "thermodynamic temperature dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperatureOfTheTriplePointOfWater +om:thermodynamicTemperatureOfTheTriplePointOfWater rdf:type owl:NamedIndividual , + om:ThermodynamicTemperature ; + om:hasPhenomenon om:triplePointOfWater ; + rdfs:label "triple point of water thermodynamic temperature"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamics +om:thermodynamics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:CelsiusTemperature , + om:Entropy , + om:FahrenheitTemperature , + om:Heat , + om:HeatCapacity , + om:HeatFlowRate , + om:HeatFluxDensity , + om:HeatTransferCoefficient , + om:InternalEnergy , + om:RankineTemperature , + om:ReaumurTemperature , + om:SpecificEntropy , + om:SpecificHeatCapacity , + om:Temperature , + om:TemperatureRate , + om:ThermalConductivity , + om:ThermalResistance , + om:ThermodynamicTemperature ; + om:usesUnit om:attodegreeCelsius , + om:attokelvin , + om:centidegreeCelsius , + om:centikelvin , + om:decakelvin , + om:decidegreeCelsius , + om:decikelvin , + om:degreeCelsius , + om:degreeCelsiusPerMinute-Time , + om:degreeFahrenheit , + om:degreeRankine , + om:degreeReaumur , + om:exakelvin , + om:femtodegreeCelsius , + om:femtokelvin , + om:gigakelvin , + om:hectokelvin , + om:joulePerKelvin , + om:joulePerKelvinKilogram , + om:kelvin , + om:kilokelvin , + om:megakelvin , + om:microdegreeCelsius , + om:microkelvin , + om:millidegreeCelsius , + om:millikelvin , + om:nanodegreeCelsius , + om:nanokelvin , + om:petakelvin , + om:picodegreeCelsius , + om:picokelvin , + om:squareMetreKelvinPerWatt , + om:terakelvin , + om:wattPerMetreKelvin , + om:wattPerSquareMetreKelvin ; + rdfs:label "thermodynamica"@nl , + "thermodynamics"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thousandPiece +om:thousandPiece rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "1000.0"^^xsd:float ; + rdfs:comment "Thousand is a unit of dimension one defined as 1000."@en ; + rdfs:label "thousand piece"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension +om:time-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + om:symbol "T" ; + rdfs:label "dimensie van tijd"@nl , + "time dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Force-Short +om:ton-Force-Short rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:force-Dimension ; + om:hasUnit om:newton ; + om:hasFactor "8896.443"^^xsd:float ; + om:alternativeLabel "short ton-force"@en ; + rdfs:comment "The short ton-force is a unit of force defined as 8.896443e3 newton."@en ; + rdfs:label "ton-force (short)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Long +om:ton-Long rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "1016.047"^^xsd:float ; + om:alternativeLabel "long ton"@en ; + rdfs:comment "The long ton is a unit of mass defined as 1.016047e3 kilogram."@en ; + rdfs:label "ton (long)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Register +om:ton-Register rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:alternativeLabel "register ton"@en ; + rdfs:comment "The register ton is a unit of volume defined as 100 cubic foot = 2.8316846592 cubic metre."@en ; + rdfs:label "ton (register)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Short +om:ton-Short rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "907.1847"^^xsd:float ; + om:alternativeLabel "short ton"@en ; + rdfs:comment "The short ton is a unit of mass defined as 9.071847e2 kilogram."@en ; + rdfs:label "ton (short)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ton-ShortAssay +om:ton-ShortAssay rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.02916667"^^xsd:float ; + om:alternativeLabel "short assay ton"@en ; + rdfs:comment "The short assay ton is a unit of mass defined as 2.916667e-2 kilogram."@en ; + rdfs:label "ton (short assay)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfRefrigeration +om:tonOfRefrigeration rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "3516.853"^^xsd:float ; + rdfs:comment "The ton of refrigeration is a unit of power defined as 3.516853e3 watt."@en ; + rdfs:label "ton of refrigeration"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfTNT +om:tonOfTNT rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "4.184E9"^^xsd:float ; + rdfs:comment "The ton of TNT is a unit of energy defined as 4.184e9 joule."@en ; + rdfs:label "ton of TNT"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tonne +om:tonne rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "1000.0"^^xsd:float ; + om:alternativeLabel "metric ton"@en ; + om:symbol "t" ; + rdfs:comment "The tonne is a unit of mass defined as 1000 kilogram."@en ; + rdfs:label "ton"@nl , + "tonne"@en , + "公吨"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tonnePerCubicmetre +om:tonnePerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasNumerator om:tonne ; + om:alternativeSymbol "t m-3" , + "t·m-3" ; + om:symbol "t/m3" ; + rdfs:label "ton per kubieke meter"@nl , + "tonne per cubic metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tonnePerHectare +om:tonnePerHectare rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectare ; + om:hasNumerator om:tonne ; + om:alternativeSymbol "t ha-1" , + "t·ha-1" ; + om:symbol "t/ha" ; + rdfs:label "tonne per hectare"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/torr +om:torr rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:pascal ; + om:hasFactor "133.32237"^^xsd:float ; + om:symbol "Torr" ; + rdfs:comment "The torr is a unit of pressure defined as 1.333224e2 pascal."@en ; + rdfs:label "torr"@en , + "torr"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/triplePointOfWater +om:triplePointOfWater rdf:type owl:NamedIndividual , + owl:Thing ; + rdfs:label "triple point of water"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/typography +om:typography rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:FontSize ; + om:usesUnit om:cicero , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX ; + rdfs:label "typografie"@nl , + "typography"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/uMagnitude +om:uMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 , + ombibo:Stroemgren1956 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/unifiedAtomicMassUnit +om:unifiedAtomicMassUnit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:symbol "u" ; + rdfs:comment "The unified atomic mass unit is a unit of mass defined as 1.660538782(83)e-27 kilogram."@en ; + rdfs:label "unified atomic mass unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/unitPole +om:unitPole rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasUnit om:weber ; + om:hasFactor "1.256637E-7"^^xsd:float ; + rdfs:comment "The unit pole is a unit of magnetic flux defined as 1.256637e-7 weber."@en ; + rdfs:label "unit pole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/vMagnitude +om:vMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 , + ombibo:Stroemgren1956 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/volt +om:volt rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasUnit om:wattPerAmpere ; + om:longcomment "The volt is a unit of electric potential defined as watt divided by ampere = joule divided by coulomb = newton times metre divided by ampere times second = kilogram times square metre divided by ampere times second to the power 3. The volt is a derived unit in the International System of Units." ; + om:symbol "V" ; + rdfs:comment "The volt is a unit of electric potential defined as watt divided by ampere = joule divided by coulomb = newton times metre divided by ampere times second = kilogram times square metre divided by ampere times second to the power 3."@en ; + rdfs:label "volt"@en , + "volt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerAmpere +om:voltPerAmpere rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:ampere ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasNumerator om:volt ; + om:alternativeSymbol "V A-1" , + "V·A-1" ; + om:symbol "V/A" ; + rdfs:label "volt per ampere"@en , + "volt per ampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerMetre +om:voltPerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:electricField-Dimension ; + om:hasNumerator om:volt ; + om:alternativeSymbol "V m-1" , + "V·m-1" ; + om:symbol "V/m" ; + rdfs:label "volt per meter"@nl , + "volt per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerWatt +om:voltPerWatt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:watt ; + om:hasNumerator om:volt ; + om:alternativeSymbol "V W-1" , + "V·W-1" ; + om:symbol "V/W" ; + rdfs:label "volt per watt"@en , + "volt per watt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/voltSecond-Time +om:voltSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasTerm1 om:volt ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "V·s" ; + om:symbol "V s" ; + rdfs:label "volt second"@en , + "volt seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension +om:volume-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "volume dimension"@en , + "volumedimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/volumetricFlowRate-Dimension +om:volumetricFlowRate-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "volumetric flow rate dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/volumetricHeatCapacity-Dimension +om:volumetricHeatCapacity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent -1 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "volumetric heat capacity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/watt +om:watt rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:joulePerSecond-Time ; + om:longcomment "The watt is a unit of power defined as joule divided by second = newton times metre divided by second = volt times ampere = kilogram times square metre divided by second to the power 3. The watt is a derived unit in the International System of Units." ; + om:symbol "W" ; + rdfs:comment "The watt is a unit of power defined as joule divided by second = newton times metre divided by second = volt times ampere = kilogram times square metre divided by second to the power 3."@en ; + rdfs:label "watt"@en , + "watt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattHour +om:wattHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:watt ; + om:hasTerm2 om:hour ; + om:alternativeLabel "watt-hour"@en , + "watthour"@en ; + om:alternativeSymbol "Wh" , + "W·h" ; + om:symbol "W h" ; + rdfs:label "watt hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerAmpere +om:wattPerAmpere rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:ampere ; + om:hasDimension om:electricPotential-Dimension ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W A-1" , + "W·A-1" ; + om:symbol "W/A" ; + rdfs:label "watt per ampere"@en , + "watt per ampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerCubicmetre +om:wattPerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W m-3" , + "W·m-3" ; + om:symbol "W/m3" ; + rdfs:label "watt per cubic metre"@en , + "watt per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerHertz +om:wattPerHertz rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hertz ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W Hz-1" , + "W·Hz-1" ; + om:symbol "W/Hz" ; + rdfs:label "watt per hertz"@en , + "watt per hertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerMetreKelvin +om:wattPerMetreKelvin rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metreKelvin ; + om:hasDimension om:thermalConductivity-Dimension ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W m-1 K-1" , + "W/(m·K)" , + "W·m-1·K-1" ; + om:symbol "W/(m K)" ; + rdfs:label "watt per meter kelvin"@nl , + "watt per metre kelvin"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerNanometre +om:wattPerNanometre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:nanometre ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W nm-1" , + "W·nm-1" ; + om:symbol "W/nm" ; + rdfs:label "watt per nanometer"@nl , + "watt per nanometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSecond-AngleSquared +om:wattPerSecond-AngleSquared rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-AngleSquared ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W arcsec-2" , + "W·arcsec-2" ; + om:symbol "W/arcsec2" ; + rdfs:comment "The radiative intensity (in watts) of an area on the celestial sphere of 1 arcsecond by 1 arcsecond."@en ; + rdfs:label "watt per second (angle) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetre +om:wattPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:powerDensity-Dimension ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W m-2" , + "W·m-2" ; + om:symbol "W/m2" ; + rdfs:label "watt per square metre"@en , + "watt per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreHertz +om:wattPerSquareMetreHertz rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreHertz ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W m-2 Hz-1" , + "W·m-2·Hz-1" ; + om:symbol "W/(m2 Hz)" ; + rdfs:label "watt per square metre hertz"@en , + "watt per vierkante meter hertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreKelvin +om:wattPerSquareMetreKelvin rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreKelvin ; + om:hasDimension om:heatTransferCoefficient-Dimension ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W-1 m2 K" , + "W-1·m2·K" , + "W/(m2·K)" ; + om:symbol "W/m2 K" ; + rdfs:label "watt per square metre kelvin"@en , + "watt per vierkante meter kelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreNanometre +om:wattPerSquareMetreNanometre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreNanometre ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W m-2 nm-1" , + "W·m-2·nm-1" ; + om:symbol "W/(m2 nm)" ; + rdfs:label "watt per square metre nanometre"@en , + "watt per vierkante meter nanometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreSteradian +om:wattPerSquareMetreSteradian rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreSteradian ; + om:hasDimension om:radiance-Dimension ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W m-2 sr-1" , + "W/(m2·sr)" , + "W·m-2·sr-1" ; + om:symbol "W/(m2 sr)" ; + rdfs:label "watt per square metre steradian"@en , + "watt per vierkante meter steradiaal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradian +om:wattPerSteradian rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:steradian ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W sr-1" , + "W·sr-1" ; + om:symbol "W/sr" ; + rdfs:label "watt per steradiaal"@nl , + "watt per steradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradianSquareMetre +om:wattPerSteradianSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:steradianSquareMetre ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W sr-1 m-2" , + "W·sr-1·m-2" ; + om:symbol "W/(sr m2)" ; + rdfs:label "watt per steradiaal vierkante meter"@nl , + "watt per steradian square metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradianSquareMetreHertz +om:wattPerSteradianSquareMetreHertz rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:steradianSquareMetreHertz ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W sr-1 m-2 Hz-1" , + "W·sr-1·m-2·Hz-1" ; + om:symbol "W/(sr m2 Hz)" ; + rdfs:label "watt per steradiaal vierkante meter hertz"@nl , + "watt per steradian square metre hertz"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattSquareMetre +om:wattSquareMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:watt ; + om:hasTerm2 om:squareMetre ; + om:alternativeSymbol "W·m2" ; + om:symbol "W m2" ; + rdfs:label "watt square metre"@en , + "watt vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wavenumber-Dimension +om:wavenumber-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "golfgetaldimensie"@nl , + "wavenumber dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/weber +om:weber rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasUnit om:voltSecond-Time ; + om:longcomment "The weber is a unit of magnetic flux defined as kilogram times square metre divided by second squared times ampere = volt times second = joule divided by ampere. The weber is a derived unit in the International System of Units." ; + om:symbol "Wb" ; + rdfs:comment "The weber is a unit of magnetic flux defined as kilogram times square metre divided by second squared times ampere = volt times second = joule divided by ampere."@en ; + rdfs:label "weber"@en , + "weber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerAmpere +om:weberPerAmpere rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:ampere ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasNumerator om:weber ; + om:alternativeSymbol "Wb A-1" , + "Wb·A-1" ; + om:symbol "Wb/A" ; + rdfs:label "weber per ampere"@en , + "weber per ampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerSquareMetre +om:weberPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasNumerator om:weber ; + om:alternativeSymbol "Wb m-2" , + "Wb·m-2" ; + om:symbol "Wb/m2" ; + rdfs:label "weber per square metre"@en , + "weber per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wedge +om:wedge rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "punt"@nl , + "wedge"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/week +om:week rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "604800.0"^^xsd:float ; + rdfs:comment "The week is a unit of time defined as 6.04800e5 second."@en ; + rdfs:label "week"@en , + "week"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wineGlass +om:wineGlass rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "wijnglas"@nl , + "wine glass"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/xRange +om:xRange rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/xy2DStartEndDistance +om:xy2DStartEndDistance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/xyDistanceTravelled +om:xyDistanceTravelled rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yMagnitude +om:yMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 , + ombibo:Stroemgren1956 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yRange +om:yRange rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International +om:yard-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "0.9144"^^xsd:float ; + om:alternativeLabel "international yard"@en ; + om:symbol "yd" ; + rdfs:comment "The international yard is a unit of length defined as 9.144e-1 metre."@en ; + rdfs:label "yard (international)"@en , + "码(国际)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/year +om:year rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "3.1556952E7"^^xsd:float ; + om:LaTeXCommand "\\yearUnit" ; + om:alternativeSymbol "y" , + "yr" ; + om:symbol "a" ; + rdfs:comment "The year is a unit of time defined as 31556952 second."@en ; + rdfs:label "jaar"@nl , + "year"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/year-Sidereal +om:year-Sidereal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "3.155815E7"^^xsd:float ; + om:alternativeLabel "sidereal year"@en ; + rdfs:comment "The sidereal year is a unit of time defined as 3.155815e7 second."@en ; + rdfs:label "year (sidereal)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/year-Tropical +om:year-Tropical rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "3.155693E7"^^xsd:float ; + om:alternativeLabel "tropical year"@en ; + rdfs:comment "The tropical year is a unit of time defined as 3.155693e7 second."@en ; + rdfs:label "year (tropical)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yobi +om:yobi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1.2089258E24"^^xsd:float ; + om:symbol "Yi" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "yobi"@en , + "yobi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yobibit +om:yobibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:yobi ; + om:hasUnit om:bit ; + om:symbol "Yibit" ; + rdfs:label "yobibit"@en , + "yobibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yobibyte +om:yobibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:yobi ; + om:hasUnit om:byte ; + om:symbol "YiB" ; + rdfs:label "yobibyte"@en , + "yobibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yocto +om:yocto rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-24"^^xsd:float ; + om:symbol "y" ; + rdfs:label "yocto"@en , + "yocto"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoampere +om:yoctoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:ampere ; + om:symbol "yA" ; + rdfs:comment "The yoctoampere is a unit of electric current defined as 1.0e-24 ampere."@en ; + rdfs:label "yoctoampere"@en , + "yoctoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctobecquerel +om:yoctobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:becquerel ; + om:symbol "yBq" ; + rdfs:comment "The yoctobecquerel is a unit of activity defined as 1.0e-24 becquerel."@en ; + rdfs:label "yoctobecquerel"@en , + "yoctobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctocandela +om:yoctocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:candela ; + om:symbol "ycd" ; + rdfs:comment "The yoctocandela is a unit of luminous intensity defined as 1.0e-24 candela."@en ; + rdfs:label "yoctocandela"@en , + "yoctocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctocoulomb +om:yoctocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:coulomb ; + om:symbol "yC" ; + rdfs:comment "The yoctocoulomb is a unit of electric charge defined as 1.0e-24 coulomb."@en ; + rdfs:label "yoctocoulomb"@en , + "yoctocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctodegreeCelsius +om:yoctodegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:degreeCelsius ; + om:symbol "y°C" ; + rdfs:comment "The yoctodegree Celsius is a unit of temperature defined as 1.0e-24 degree Celsius."@en ; + rdfs:label "yoctodegree Celsius"@en , + "yoctograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctofarad +om:yoctofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:farad ; + om:symbol "yF" ; + rdfs:comment "The yoctofarad is a unit of capacitance defined as 1.0e-24 farad."@en ; + rdfs:label "yoctofarad"@en , + "yoctofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctogram +om:yoctogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:gram ; + om:symbol "yg" ; + rdfs:comment "The yoctogram is a unit of mass defined as 1.0e-24 gram."@en ; + rdfs:label "yoctogram"@en , + "yoctogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctogramPerLitre +om:yoctogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:yoctogram ; + om:alternativeSymbol "yg l-1" , + "yg·l-1" ; + om:symbol "yg/l" ; + rdfs:comment "Yoctogram per litre is a unit of density defined as yoctogram divided by litre."@en ; + rdfs:label "yoctogram per liter"@nl , + "yoctogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctogray +om:yoctogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:gray ; + om:symbol "yGy" ; + rdfs:comment "The yoctogray is a unit of absorbed dose defined as 1.0e-24 gray."@en ; + rdfs:label "yoctogray"@en , + "yoctogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctohenry +om:yoctohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:henry ; + om:symbol "yH" ; + rdfs:comment "The yoctohenry is a unit of inductance defined as 1.0e-24 henry."@en ; + rdfs:label "yoctohenry"@en , + "yoctohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctohertz +om:yoctohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:hertz ; + om:symbol "yHz" ; + rdfs:comment "The yoctohertz is a unit of frequency defined as 1.0e-24 hertz."@en ; + rdfs:label "yoctohertz"@en , + "yoctohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctojoule +om:yoctojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:joule ; + om:symbol "yJ" ; + rdfs:comment "The yoctojoule is a unit of energy defined as 1.0e-24 joule."@en ; + rdfs:label "yoctojoule"@en , + "yoctojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctokatal +om:yoctokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:katal ; + om:symbol "ykat" ; + rdfs:comment "The yoctokatal is a unit of catalytic activity defined as 1.0e-24 katal."@en ; + rdfs:label "yoctokatal"@en , + "yoctokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctokelvin +om:yoctokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:kelvin ; + om:symbol "yK" ; + rdfs:comment "The yoctokelvin is a unit of temperature defined as 1.0e-24 kelvin."@en ; + rdfs:label "yoctokelvin"@en , + "yoctokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolitre +om:yoctolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:litre ; + om:symbol "yl" ; + rdfs:label "yoctoliter"@nl , + "yoctolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolumen +om:yoctolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:lumen ; + om:symbol "ylm" ; + rdfs:label "yoctolumen"@en , + "yoctolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolux +om:yoctolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:lux ; + om:symbol "ylx" ; + rdfs:label "yoctolux"@en , + "yoctolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometre +om:yoctometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:metre ; + om:symbol "ym" ; + rdfs:comment "The yoctometre is a unit of length defined as 1.0e-24 metre."@en ; + rdfs:label "yoctometer"@nl , + "yoctometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometrePerSecond-Time +om:yoctometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:yoctometre ; + om:alternativeSymbol "ym s-1" , + "ym·s-1" ; + om:symbol "ym/s" ; + rdfs:comment "Yoctometre per second is a unit of speed defined as yoctometre divided by second."@en ; + rdfs:label "yoctometer per seconde"@nl , + "yoctometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometrePerSecond-TimeSquared +om:yoctometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:yoctometre ; + om:alternativeSymbol "ym s-2" , + "ym·s-2" ; + om:symbol "ym/s2" ; + rdfs:comment "Yoctometre per second squared is a unit of acceleration defined as yoctometre divided by second squared."@en ; + rdfs:label "yoctometer per seconde kwadraat"@nl , + "yoctometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomolar +om:yoctomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:molar ; + om:symbol "yM" ; + rdfs:comment "The yoctomolar is a unit of amount of substance concentration defined as 1.0e-24 molar."@en ; + rdfs:label "yoctomolair"@nl , + "yoctomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomole +om:yoctomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:mole ; + om:symbol "ymol" ; + rdfs:label "yoctomol"@nl , + "yoctomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomolePerLitre +om:yoctomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:yoctomole ; + om:alternativeSymbol "ymol l-1" , + "ymol·l-1" ; + om:symbol "ymol/l" ; + rdfs:comment "Yoctomole per litre is a unit of amount of substance concentration defined as yoctomole divided by litre."@en ; + rdfs:label "yoctomole per liter"@nl , + "yoctomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomolePerMetre +om:yoctomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:yoctomole ; + om:alternativeSymbol "ymol m-1" , + "ymol·m-1" ; + om:symbol "ymol/m" ; + rdfs:label "yoctomole per meter"@nl , + "yoctomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctonewton +om:yoctonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:newton ; + om:symbol "yN" ; + rdfs:label "yoctonewton"@en , + "yoctonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoohm +om:yoctoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:ohm ; + om:symbol "yΩ" ; + rdfs:label "yoctoohm"@en , + "yoctoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctopascal +om:yoctopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:pascal ; + om:symbol "yPa" ; + rdfs:label "yoctopascal"@en , + "yoctopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoradian +om:yoctoradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:yocto ; + om:hasUnit om:radian ; + om:symbol "yrad" ; + rdfs:label "yoctoradiaal"@nl , + "yoctoradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosecond-Time +om:yoctosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:second-Time ; + om:symbol "ys" ; + rdfs:label "yoctosecond"@en , + "yoctoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosecond-TimeSquared +om:yoctosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:yoctosecond-Time ; + om:hasExponent 2 ; + om:symbol "ys2" ; + rdfs:label "yoctosecond squared"@en , + "yoctoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosiemens +om:yoctosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:siemens ; + om:symbol "yS" ; + rdfs:label "yoctosiemens"@en , + "yoctosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosievert +om:yoctosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:sievert ; + om:symbol "ySv" ; + rdfs:label "yoctosievert"@en , + "yoctosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosteradian +om:yoctosteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:yocto ; + om:hasUnit om:steradian ; + om:symbol "ysr" ; + rdfs:label "yoctosteradiaal"@nl , + "yoctosteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctotesla +om:yoctotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:tesla ; + om:symbol "yT" ; + rdfs:label "yoctotesla"@en , + "yoctotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctovolt +om:yoctovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:volt ; + om:symbol "yV" ; + rdfs:label "yoctovolt"@en , + "yoctovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctowatt +om:yoctowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:watt ; + om:symbol "yW" ; + rdfs:label "yoctowatt"@en , + "yoctowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoweber +om:yoctoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:weber ; + om:symbol "yWb" ; + rdfs:label "yoctoweber"@en , + "yoctoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yotta +om:yotta rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E24"^^xsd:float ; + om:symbol "Y" ; + rdfs:label "yotta"@en , + "yotta"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottaampere +om:yottaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:ampere ; + om:symbol "YA" ; + rdfs:comment "The yottaampere is a unit of electric current defined as 1.0e24 ampere."@en ; + rdfs:label "yottaampere"@en , + "yottaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottabecquerel +om:yottabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:becquerel ; + om:symbol "YBq" ; + rdfs:comment "The yottabecquerel is a unit of activity defined as 1.0e24 becquerel."@en ; + rdfs:label "yottabecquerel"@en , + "yottabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottabit +om:yottabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:yotta ; + om:hasUnit om:bit ; + om:symbol "Ybit" ; + rdfs:label "yottabit"@en , + "yottabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottabyte +om:yottabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:yotta ; + om:hasUnit om:byte ; + om:symbol "YB" ; + rdfs:label "10^24字节"@zh , + "yottabyte"@en , + "yottabyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottacandela +om:yottacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:candela ; + om:symbol "Ycd" ; + rdfs:comment "The yottacandela is a unit of luminous intensity defined as 1.0e24 candela."@en ; + rdfs:label "yottacandela"@en , + "yottacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottacoulomb +om:yottacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:coulomb ; + om:symbol "YC" ; + rdfs:comment "The yottacoulomb is a unit of electric charge defined as 1.0e24 coulomb."@en ; + rdfs:label "yottacoulomb"@en , + "yottacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottafarad +om:yottafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:farad ; + om:symbol "YF" ; + rdfs:comment "The yottafarad is a unit of capacitance defined as 1.0e24 farad."@en ; + rdfs:label "yottafarad"@en , + "yottafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottagram +om:yottagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:gram ; + om:symbol "YG" ; + rdfs:comment "The yottagram is a unit of mass defined as 1.0e24 gram."@en ; + rdfs:label "yottagram"@en , + "yottagram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottagramPerLitre +om:yottagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:yottagram ; + om:alternativeSymbol "Yg l-1" , + "Yg·l-1" ; + om:symbol "Yg/l" ; + rdfs:comment "Yottagram per litre is a unit of density defined as yottagram divided by litre."@en ; + rdfs:label "yottagram per liter"@nl , + "yottagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottagray +om:yottagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:gray ; + om:symbol "YGy" ; + rdfs:comment "The yottagray is a unit of absorbed dose defined as 1.0e24 gray."@en ; + rdfs:label "yottagray"@en , + "yottagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottahenry +om:yottahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:henry ; + om:symbol "YH" ; + rdfs:comment "The yottahenry is a unit of inductance defined as 1.0e24 henry."@en ; + rdfs:label "yottahenry"@en , + "yottahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottahertz +om:yottahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:hertz ; + om:symbol "YHz" ; + rdfs:comment "The yottahertz is a unit of frequency defined as 1.0e24 hertz."@en ; + rdfs:label "yottahertz"@en , + "yottahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottajoule +om:yottajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:joule ; + om:symbol "YJ" ; + rdfs:comment "The yottajoule is a unit of energy defined as 1.0e24 joule."@en ; + rdfs:label "yottajoule"@en , + "yottajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottakatal +om:yottakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:katal ; + om:symbol "Ykat" ; + rdfs:comment "The yottakatal is a unit of catalytic activity defined as 1.0e24 katal."@en ; + rdfs:label "yottakatal"@en , + "yottakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottakelvin +om:yottakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:kelvin ; + om:symbol "YK" ; + rdfs:comment "The yottakelvin is a unit of thermodynamic temperature defined as 1.0e24 kelvin."@en ; + rdfs:label "yottakelvin"@en , + "yottakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottalitre +om:yottalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:litre ; + om:symbol "Yl" ; + rdfs:label "yottaliter"@nl , + "yottalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottalumen +om:yottalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:lumen ; + om:symbol "Ylm" ; + rdfs:label "yottalumen"@en , + "yottalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottalux +om:yottalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:lux ; + om:symbol "Ylx" ; + rdfs:label "yottalux"@en , + "yottalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottametre +om:yottametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:metre ; + om:symbol "Ym" ; + rdfs:comment "The yottametre is a unit of length defined as 1.0e24 metre."@en ; + rdfs:label "10^24米"@zh , + "yottameter"@nl , + "yottametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottametrePerSecond-Time +om:yottametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:yottametre ; + om:alternativeSymbol "Ym s-1" , + "Ym·s-1" ; + om:symbol "Ym/s" ; + rdfs:comment "Yottametre per second is a unit of speed defined as yottametre divided by second."@en ; + rdfs:label "yottameter per seconde"@nl , + "yottametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottametrePerSecond-TimeSquared +om:yottametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:yottametre ; + om:alternativeSymbol "Ym s-2" , + "Ym·s-2" ; + om:symbol "Ym/s2" ; + rdfs:comment "Yottametre per second squared is a unit of acceleration defined as yottametre divided by second squared."@en ; + rdfs:label "yottameter per seconde kwadraat"@nl , + "yottametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottamolar +om:yottamolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:molar ; + om:symbol "YM" ; + rdfs:comment "The yottamolar is a unit of amount of substance concentration defined as 1.0e24 molar."@en ; + rdfs:label "yottamolair"@nl , + "yottamolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottamole +om:yottamole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:mole ; + om:symbol "Ymol" ; + rdfs:label "yottamol"@nl , + "yottamole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottamolePerLitre +om:yottamolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:yottamole ; + om:alternativeSymbol "Ymol l-1" , + "Ymol·l-1" ; + om:symbol "Ymol/l" ; + rdfs:comment "Yottamole per litre is a unit of amount of substance concentration defined as yottamole divided by litre."@en ; + rdfs:label "yottamole per liter"@nl , + "yottamole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottamolePerMetre +om:yottamolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:yottamole ; + om:alternativeSymbol "Ymol m-1" , + "Ymol·m-1" ; + om:symbol "Ymol/m" ; + rdfs:label "yottamole per meter"@nl , + "yottamole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottanewton +om:yottanewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:newton ; + om:symbol "YN" ; + rdfs:label "yottanewton"@en , + "yottanewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottaohm +om:yottaohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:ohm ; + om:symbol "YΩ" ; + rdfs:label "yottaohm"@en , + "yottaohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottapascal +om:yottapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:pascal ; + om:symbol "YPa" ; + rdfs:label "yottapascal"@en , + "yottapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottasecond-Time +om:yottasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:second-Time ; + om:symbol "Ys" ; + rdfs:label "yottasecond"@en , + "yottaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottasecond-TimeSquared +om:yottasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:yottasecond-Time ; + om:hasExponent 2 ; + om:symbol "Ys2" ; + rdfs:label "yottasecond squared"@en , + "yottaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottasiemens +om:yottasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:siemens ; + om:symbol "YS" ; + rdfs:label "yottasiemens"@en , + "yottasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottasievert +om:yottasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:sievert ; + om:symbol "YSv" ; + rdfs:label "yottasievert"@en , + "yottasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottatesla +om:yottatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:tesla ; + om:symbol "YT" ; + rdfs:label "yottatesla"@en , + "yottatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottavolt +om:yottavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:volt ; + om:symbol "YV" ; + rdfs:label "yottavolt"@en , + "yottavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottawatt +om:yottawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:watt ; + om:symbol "YW" ; + rdfs:label "yottawatt"@en , + "yottawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottaweber +om:yottaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:weber ; + om:symbol "YWb" ; + rdfs:label "yottaweber"@en , + "yottaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zRange +om:zRange rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zebi +om:zebi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1.1805916E21"^^xsd:float ; + om:symbol "Zi" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "zebi"@en , + "zebi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zebibit +om:zebibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:zebi ; + om:hasUnit om:bit ; + om:symbol "Zibit" ; + rdfs:label "zebibit"@en , + "zebibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zebibyte +om:zebibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:zebi ; + om:hasUnit om:byte ; + om:symbol "ZiB" ; + rdfs:label "zebibyte"@en , + "zebibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zepto +om:zepto rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-21"^^xsd:float ; + om:symbol "z" ; + rdfs:label "zepto"@en , + "zepto"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoampere +om:zeptoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:ampere ; + om:symbol "zA" ; + rdfs:comment "The zeptampere is a unit of electric current defined as 1.0e-21 ampere."@en ; + rdfs:label "zeptoampere"@en , + "zeptoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptobecquerel +om:zeptobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:becquerel ; + om:symbol "zBq" ; + rdfs:comment "The zeptbecquerel is a unit of activity defined as 1.0e-21 becquerel."@en ; + rdfs:label "zeptobecquerel"@en , + "zeptobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptocandela +om:zeptocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:candela ; + om:symbol "zcd" ; + rdfs:comment "The zeptcandela is a unit of luminous intensity defined as 1.0e-21 candela."@en ; + rdfs:label "zeptocandela"@en , + "zeptocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptocoulomb +om:zeptocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:coulomb ; + om:symbol "zC" ; + rdfs:comment "The zeptcoulomb is a unit of electric charge defined as 1.0e-21 coulomb."@en ; + rdfs:label "zeptocoulomb"@en , + "zeptocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptodegreeCelsius +om:zeptodegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:degreeCelsius ; + om:symbol "z°C" ; + rdfs:comment "The zeptdegree Celsius is a unit of temperature defined as 1.0e-21 degree Celsius."@en ; + rdfs:label "zeptodegree Celsius"@en , + "zeptograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptofarad +om:zeptofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:farad ; + om:symbol "zF" ; + rdfs:comment "The zeptfarad is a unit of capacitance defined as 1.0e-21 farad."@en ; + rdfs:label "zeptofarad"@en , + "zeptofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptogram +om:zeptogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:gram ; + om:symbol "zg" ; + rdfs:comment "The zeptgram is a unit of mass defined as 1.0e-21 gram."@en ; + rdfs:label "zeptogram"@en , + "zeptogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptogramPerLitre +om:zeptogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:zeptogram ; + om:alternativeSymbol "zg l-1" , + "zg·l-1" ; + om:symbol "zg/l" ; + rdfs:comment "Zeptogram per litre is a unit of density defined as zeptogram divided by litre."@en ; + rdfs:label "zeptogram per liter"@nl , + "zeptogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptogray +om:zeptogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:gray ; + om:symbol "zGy" ; + rdfs:comment "The zeptgray is a unit of absorbed dose defined as 1.0e-21 gray."@en ; + rdfs:label "zeptogray"@en , + "zeptogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptohenry +om:zeptohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:henry ; + om:symbol "zH" ; + rdfs:comment "The zepthenry is a unit of inductance defined as 1.0e-21 henry."@en ; + rdfs:label "zeptohenry"@en , + "zeptohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptohertz +om:zeptohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:hertz ; + om:symbol "zHz" ; + rdfs:comment "The zepthertz is a unit of frequency defined as 1.0e-21 hertz."@en ; + rdfs:label "zeptohertz"@en , + "zeptohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptojoule +om:zeptojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:joule ; + om:symbol "zJ" ; + rdfs:comment "The zeptjoule is a unit of energy defined as 1.0e-21 joule."@en ; + rdfs:label "zeptojoule"@en , + "zeptojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptokatal +om:zeptokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:katal ; + om:symbol "zkat" ; + rdfs:comment "The zeptkatal is a unit of catalytic activity defined as 1.0e-21 katal."@en ; + rdfs:label "zeptokatal"@en , + "zeptokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptokelvin +om:zeptokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:kelvin ; + om:symbol "zK" ; + rdfs:comment "The zeptkelvin is a unit of temperature defined as 1.0e-21 kelvin."@en ; + rdfs:label "zeptokelvin"@en , + "zeptokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolitre +om:zeptolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:litre ; + om:symbol "zl" ; + rdfs:label "zeptoliter"@nl , + "zeptolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolumen +om:zeptolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:lumen ; + om:symbol "zlm" ; + rdfs:label "zeptolumen"@en , + "zeptolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolux +om:zeptolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:lux ; + om:symbol "zlx" ; + rdfs:label "zeptolux"@en , + "zeptolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometre +om:zeptometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:metre ; + om:symbol "zm" ; + rdfs:comment "The zeptometre is a unit of length defined as 1.0e-21 metre."@en ; + rdfs:label "zeptometer"@nl , + "zeptometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometrePerSecond-Time +om:zeptometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:zeptometre ; + om:alternativeSymbol "zm s-1" , + "zm·s-1" ; + om:symbol "zm/s" ; + rdfs:comment "Zeptometre per second is a unit of speed defined as zeptometre divided by second."@en ; + rdfs:label "zeptometer per seconde"@nl , + "zeptometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometrePerSecond-TimeSquared +om:zeptometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:zeptometre ; + om:alternativeSymbol "zm s-2" , + "zm·s-2" ; + om:symbol "zm/s2" ; + rdfs:comment "Zeptometre per second squared is a unit of acceleration defined as zeptometre divided by second squared."@en ; + rdfs:label "zeptometer per seconde kwadraat"@nl , + "zeptometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomolar +om:zeptomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:molar ; + om:symbol "zM" ; + rdfs:comment "The zeptmolar is a unit of amount of substance concentration defined as 1.0e-21 molar."@en ; + rdfs:label "zeptomolair"@nl , + "zeptomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomole +om:zeptomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:mole ; + om:symbol "zmol" ; + rdfs:label "zeptomol"@nl , + "zeptomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomolePerLitre +om:zeptomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:zeptomole ; + om:alternativeSymbol "zmol l-1" , + "zmol·l-1" ; + om:symbol "zmol/l" ; + rdfs:comment "Zeptomole per litre is a unit of amount of substance concentration defined as zeptomole divided by litre."@en ; + rdfs:label "zeptomole per liter"@nl , + "zeptomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomolePerMetre +om:zeptomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:zeptomole ; + om:alternativeSymbol "zmol m-1" , + "zmol·m-1" ; + om:symbol "zmol/m" ; + rdfs:label "zeptomole per meter"@nl , + "zeptomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptonewton +om:zeptonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:newton ; + om:symbol "zN" ; + rdfs:label "zeptonewton"@en , + "zeptonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoohm +om:zeptoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:ohm ; + om:symbol "zΩ" ; + rdfs:label "zeptoohm"@en , + "zeptoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptopascal +om:zeptopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:pascal ; + om:symbol "zPa" ; + rdfs:label "zeptopascal"@en , + "zeptopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoradian +om:zeptoradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:zepto ; + om:hasUnit om:radian ; + om:symbol "zrad" ; + rdfs:label "zeptoradiaal"@nl , + "zeptoradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosecond-Time +om:zeptosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:second-Time ; + om:symbol "zs" ; + rdfs:label "zeptosecond"@en , + "zeptoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosecond-TimeSquared +om:zeptosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:zeptosecond-Time ; + om:hasExponent 2 ; + om:symbol "zs2" ; + rdfs:label "zeptosecond squared"@en , + "zeptoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosiemens +om:zeptosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:siemens ; + om:symbol "zS" ; + rdfs:label "zeptosiemens"@en , + "zeptosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosievert +om:zeptosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:sievert ; + om:symbol "zSv" ; + rdfs:label "zeptosievert"@en , + "zeptosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosteradian +om:zeptosteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:zepto ; + om:hasUnit om:steradian ; + om:symbol "zsr" ; + rdfs:label "zeptosteradiaal"@nl , + "zeptosteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptotesla +om:zeptotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:tesla ; + om:symbol "zT" ; + rdfs:label "zeptotesla"@en , + "zeptotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptovolt +om:zeptovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:volt ; + om:symbol "zV" ; + rdfs:label "zeptovolt"@en , + "zeptovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptowatt +om:zeptowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:watt ; + om:symbol "zW" ; + rdfs:label "zeptowatt"@en , + "zeptowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoweber +om:zeptoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:weber ; + om:symbol "zWb" ; + rdfs:label "zeptoweber"@en , + "zeptoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zetta +om:zetta rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E21"^^xsd:float ; + om:symbol "Z" ; + rdfs:label "zetta"@en , + "zetta"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettaampere +om:zettaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:ampere ; + om:symbol "ZA" ; + rdfs:comment "The zettaampere is a unit of electric current defined as 1.0e21 ampere."@en ; + rdfs:label "zettaampere"@en , + "zettaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettabecquerel +om:zettabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:becquerel ; + om:symbol "ZBq" ; + rdfs:comment "The zettabecquerel is a unit of activity defined as 1.0e21 becquerel."@en ; + rdfs:label "zettabecquerel"@en , + "zettabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettabit +om:zettabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:zetta ; + om:hasUnit om:bit ; + om:symbol "Zbit" ; + rdfs:label "zettabit"@en , + "zettabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettabyte +om:zettabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:zetta ; + om:hasUnit om:byte ; + om:symbol "ZB" ; + rdfs:label "10^21字节"@zh , + "zettabyte"@en , + "zettabyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettacandela +om:zettacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:candela ; + om:symbol "Zcd" ; + rdfs:comment "The zettacandela is a unit of luminous intensity defined as 1.0e21 candela."@en ; + rdfs:label "zettacandela"@en , + "zettacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettacoulomb +om:zettacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:coulomb ; + om:symbol "ZC" ; + rdfs:comment "The zettacoulomb is a unit of electric charge defined as 1.0e21 coulomb."@en ; + rdfs:label "zettacoulomb"@en , + "zettacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettafarad +om:zettafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:farad ; + om:symbol "ZF" ; + rdfs:comment "The zettafarad is a unit of capacitance defined as 1.0e21 farad."@en ; + rdfs:label "zettafarad"@en , + "zettafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettagram +om:zettagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:gram ; + om:symbol "ZG" ; + rdfs:comment "The zettagram is a unit of mass defined as 1.0e21 gram."@en ; + rdfs:label "10^21克"@zh , + "zettagram"@en , + "zettagram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettagramPerLitre +om:zettagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:zettagram ; + om:alternativeSymbol "Zg l-1" , + "Zg·l-1" ; + om:symbol "Zg/l" ; + rdfs:comment "Zettagram per litre is a unit of density defined as zettagram divided by litre."@en ; + rdfs:label "zettagram per liter"@nl , + "zettagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettagray +om:zettagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:gray ; + om:symbol "ZGy" ; + rdfs:comment "The zettagray is a unit of absorbed dose defined as 1.0e21 gray."@en ; + rdfs:label "zettagray"@en , + "zettagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettahenry +om:zettahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:henry ; + om:symbol "ZH" ; + rdfs:comment "The zettahenry is a unit of inductance defined as 1.0e21 henry."@en ; + rdfs:label "zettahenry"@en , + "zettahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettahertz +om:zettahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:hertz ; + om:symbol "ZHz" ; + rdfs:comment "The zettahertz is a unit of frequency defined as 1.0e21 hertz."@en ; + rdfs:label "zettahertz"@en , + "zettahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettajoule +om:zettajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:joule ; + om:symbol "ZJ" ; + rdfs:comment "The zettajoule is a unit of energy defined as 1.0e21 joule."@en ; + rdfs:label "zettajoule"@en , + "zettajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettakatal +om:zettakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:katal ; + om:symbol "Zkat" ; + rdfs:comment "The zettakatal is a unit of catalytic activity defined as 1.0e21 katal."@en ; + rdfs:label "zettakatal"@en , + "zettakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettakelvin +om:zettakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:kelvin ; + om:symbol "ZK" ; + rdfs:comment "The zettakelvin is a unit of thermodynamic temperature defined as 1.0e21 kelvin."@en ; + rdfs:label "zettakelvin"@en , + "zettakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettalitre +om:zettalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:litre ; + om:symbol "Zl" ; + rdfs:label "zettaliter"@nl , + "zettalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettalumen +om:zettalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:lumen ; + om:symbol "Zlm" ; + rdfs:label "zettalumen"@en , + "zettalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettalux +om:zettalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:lux ; + om:symbol "Zlx" ; + rdfs:label "zettalux"@en , + "zettalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettametre +om:zettametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:metre ; + om:symbol "Zm" ; + rdfs:comment "The zettametre is a unit of length defined as 1.0e21 metre."@en ; + rdfs:label "zettameter"@nl , + "zettametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettametrePerSecond-Time +om:zettametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:zettametre ; + om:alternativeSymbol "Zm s-1" , + "Zm·s-1" ; + om:symbol "Zm/s" ; + rdfs:comment "Zettametre per second is a unit of speed defined as zettametre divided by second."@en ; + rdfs:label "zettameter per seconde"@nl , + "zettametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettametrePerSecond-TimeSquared +om:zettametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:zettametre ; + om:alternativeSymbol "Zm s-2" , + "Zm·s-2" ; + om:symbol "Zm/s2" ; + rdfs:comment "Zettametre per second squared is a unit of acceleration defined as zettametre divided by second squared."@en ; + rdfs:label "zettameter per seconde kwadraat"@nl , + "zettametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettamolar +om:zettamolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:molar ; + om:symbol "ZM" ; + rdfs:comment "The zettamolar is a unit of amount of substance concentration defined as 1.0e21 molar."@en ; + rdfs:label "zettamolair"@nl , + "zettamolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettamole +om:zettamole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:mole ; + om:symbol "Zmol" ; + rdfs:label "zettamol"@nl , + "zettamole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettamolePerLitre +om:zettamolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:zettamole ; + om:alternativeSymbol "Zmol l-1" , + "Zmol·l-1" ; + om:symbol "Zmol/l" ; + rdfs:comment "Zettamole per litre is a unit of amount of substance concentration defined as zettamole divided by litre."@en ; + rdfs:label "zettamole per liter"@nl , + "zettamole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettamolePerMetre +om:zettamolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:zettamole ; + om:alternativeSymbol "Zmol m-1" , + "Zmol·m-1" ; + om:symbol "Zmol/m" ; + rdfs:label "zettamole per meter"@nl , + "zettamole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettanewton +om:zettanewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:newton ; + om:symbol "ZN" ; + rdfs:label "zettanewton"@en , + "zettanewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettaohm +om:zettaohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:ohm ; + om:symbol "ZΩ" ; + rdfs:label "zettaohm"@en , + "zettaohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettapascal +om:zettapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:pascal ; + om:symbol "ZPa" ; + rdfs:label "zettapascal"@en , + "zettapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettasecond-Time +om:zettasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:second-Time ; + om:symbol "Zs" ; + rdfs:label "zettasecond"@en , + "zettaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettasecond-TimeSquared +om:zettasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:zettasecond-Time ; + om:hasExponent 2 ; + om:symbol "Zs2" ; + rdfs:label "zettasecond squared"@en , + "zettaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettasiemens +om:zettasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:siemens ; + om:symbol "ZS" ; + rdfs:label "zettasiemens"@en , + "zettasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettasievert +om:zettasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:sievert ; + om:symbol "ZSv" ; + rdfs:label "zettasievert"@en , + "zettasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettatesla +om:zettatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:tesla ; + om:symbol "ZT" ; + rdfs:label "zettatesla"@en , + "zettatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettavolt +om:zettavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:volt ; + om:symbol "ZV" ; + rdfs:label "zettavolt"@en , + "zettavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettawatt +om:zettawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:watt ; + om:symbol "ZW" ; + rdfs:label "zettawatt"@en , + "zettawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettaweber +om:zettaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:weber ; + om:symbol "ZWb" ; + rdfs:label "zettaweber"@en , + "zettaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/10thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "10th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/20thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "20th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/25thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "25th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/30thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "30th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/40thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "40th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/60thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "60th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/70thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "70th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/75thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/80thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "80th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/90thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "90th percentile"@en . + + +### http://www.openisbn.com/isbn/1891389459/ + rdf:type owl:NamedIndividual , + bibo:Book ; + dc:creator ombibo:Kenneth_Siedelmann ; + dc:date "1992" ; + dc:publisher ombibo:University_Science_Books ; + dc:title "Explanatory Supplement to the Astronomical Almanac" ; + bibo:isbn10 "1891389459" ; + bibo:uri "http://www.openisbn.com/isbn/1891389459/" . + + +### http://www.openisbn.com/isbn/9789462280618/ + rdf:type owl:NamedIndividual , + bibo:Thesis ; + dc:creator ombibo:Hajo_Rijgersberg ; + dc:date "2013" ; + dc:title "Semantic Support of Quantitative Research" ; + bibo:degree ; + bibo:isbn13 "978-94-6228-061-8" ; + bibo:issuer ombibo:VU ; + bibo:uri "http://www.openisbn.com/isbn/9789462280618/" . + + +### http://www.wurvoc.org/bibliography/om-2/ApJ +ombibo:ApJ rdf:type owl:NamedIndividual , + bibo:Journal ; + dc:title "Astrophysical Journal" ; + bibo:shortTitle "ApJ" ; + bibo:uri "http://iopscience.iop.org/0004-637X/" . + + +### http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques +ombibo:Astrophysical_Techniques rdf:type owl:NamedIndividual , + bibo:Book ; + dc:creator ombibo:CR_Kitchin ; + dc:date "2003" ; + dc:publisher ombibo:Institute_of_Physics_Publishing ; + dc:title "Astrophysical Techniques" ; + bibo:edition "5" ; + bibo:isbn13 "9781466511156" ; + bibo:uri "http://www.crcpress.com/product/isbn/9781466511156" . + + +### http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1 +ombibo:Astrophysical_Techniques_chapter1 rdf:type owl:NamedIndividual , + bibo:Chapter ; + dc:title "Detectors" ; + bibo:chapter "1" ; + bibo:pageEnd "185" ; + bibo:pageStart "1" ; + bibo:reproducedIn ombibo:Astrophysical_Techniques . + + +### http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3 +ombibo:Astrophysical_Techniques_chapter3 rdf:type owl:NamedIndividual , + bibo:Chapter ; + dc:title "Photometry" ; + bibo:chapter "3" ; + bibo:pageEnd "365" ; + bibo:pageStart "329" ; + bibo:reproducedIn ombibo:Astrophysical_Techniques . + + +### http://www.wurvoc.org/bibliography/om-2/Brengt_Stroemgren +ombibo:Brengt_Stroemgren rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "Brengt Strömgren" . + + +### http://www.wurvoc.org/bibliography/om-2/CR_Kitchin +ombibo:CR_Kitchin rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "C.R. Kitchin" . + + +### http://www.wurvoc.org/bibliography/om-2/Cambridge_University_Press +ombibo:Cambridge_University_Press rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:based_near "Cambridge, UK" ; + foaf:name "Cambridge University Press" . + + +### http://www.wurvoc.org/bibliography/om-2/Crawford1958 +ombibo:Crawford1958 rdf:type owl:NamedIndividual , + bibo:Article ; + dc:creator ombibo:DLCrawford ; + dc:date "1958" ; + dc:isPartOf ombibo:ApJ ; + dc:subject "Astronomy" , + "Distance Measurement" ; + dc:title "Two-dimensional spectral classification by narrow-band photometry for B stars in clusters and associations" ; + bibo:authorList ombibo:Crawford1958Authors ; + bibo:pageEnd "206" ; + bibo:pageStart "185" ; + bibo:uri "http://articles.adsabs.harvard.edu/cgi-bin/nph-iarticle_query?1958ApJ...128..185C&data_type=PDF_HIGH&whole_paper=YES&type=PRINTER&filetype=.pdf" ; + bibo:volume "128" . + + +### http://www.wurvoc.org/bibliography/om-2/Crawford1958Authors +ombibo:Crawford1958Authors rdf:type owl:NamedIndividual , + rdf:Seq . + + +### http://www.wurvoc.org/bibliography/om-2/DLCrawford +ombibo:DLCrawford rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "David L. Crawford" . + + +### http://www.wurvoc.org/bibliography/om-2/Edwin_Budding +ombibo:Edwin_Budding rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "Edwin Budding" . + + +### http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac +ombibo:Glossary_Astronomical_Almanac rdf:type owl:NamedIndividual , + bibo:BookSection ; + dc:title "Glossary" ; + bibo:pageEnd "739" ; + bibo:pageStart "721" ; + bibo:reproducedIn . + + +### http://www.wurvoc.org/bibliography/om-2/Hajo_Rijgersberg +ombibo:Hajo_Rijgersberg rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "Hajo Rijgersberg" . + + +### http://www.wurvoc.org/bibliography/om-2/IAUDiv1WG +ombibo:IAUDiv1WG rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:name "IAU Division I Working Group Numerical Standards" . + + +### http://www.wurvoc.org/bibliography/om-2/IAU_2012_Resolution_B2 +ombibo:IAU_2012_Resolution_B2 rdf:type owl:NamedIndividual , + bibo:Chapter ; + dc:title "Resolution B2" ; + bibo:reproducedIn . + + +### http://www.wurvoc.org/bibliography/om-2/Institute_of_Physics_Publishing +ombibo:Institute_of_Physics_Publishing rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:based_near "Bristol, UK" ; + foaf:name "Institute of Physics Publishing" . + + +### http://www.wurvoc.org/bibliography/om-2/International_Astronomical_Union +ombibo:International_Astronomical_Union rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:name "International Astronomical Union" . + + +### http://www.wurvoc.org/bibliography/om-2/IntroAstronomicalPhotometry +ombibo:IntroAstronomicalPhotometry rdf:type owl:NamedIndividual , + bibo:Book ; + dc:creator ombibo:Edwin_Budding , + ombibo:Osman_Demircan ; + dc:date "2007" ; + dc:publisher ombibo:Cambridge_University_Press ; + dc:title "Introduction to Astronomical Photometry" ; + bibo:authorList ombibo:IntroAstronomicalPhotometryAuthors ; + bibo:edition "2" ; + bibo:isbn13 "9780521847117" ; + bibo:uri "http://ebooks.cambridge.org/ebook.jsf?bid=CBO9780511536175" . + + +### http://www.wurvoc.org/bibliography/om-2/IntroAstronomicalPhotometryAuthors +ombibo:IntroAstronomicalPhotometryAuthors rdf:type owl:NamedIndividual , + rdf:Seq . + + +### http://www.wurvoc.org/bibliography/om-2/IntroAstronomicalPhotometry_chapter_2 +ombibo:IntroAstronomicalPhotometry_chapter_2 rdf:type owl:NamedIndividual , + bibo:Chapter ; + dc:title "Introduction" ; + bibo:chapter "2" ; + bibo:pageEnd "38" ; + bibo:pageStart "11" ; + bibo:reproducedIn ombibo:IntroAstronomicalPhotometry . + + +### http://www.wurvoc.org/bibliography/om-2/Jean_Meeus +ombibo:Jean_Meeus rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "Jean Meeus" . + + +### http://www.wurvoc.org/bibliography/om-2/Kenneth_Siedelmann +ombibo:Kenneth_Siedelmann rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "Kenneth Siedelmann" . + + +### http://www.wurvoc.org/bibliography/om-2/Osman_Demircan +ombibo:Osman_Demircan rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "Osman Demircan" . + + +### http://www.wurvoc.org/bibliography/om-2/Stroemgren1956 +ombibo:Stroemgren1956 rdf:type owl:NamedIndividual , + bibo:Article ; + dc:creator ombibo:Brengt_Stroemgren ; + dc:date "1956" ; + dc:isPartOf ombibo:VistasAstronomy ; + dc:subject "Astronomy" , + "Distance Measurement" ; + dc:title "Two-dimensional spectral classification of F stars through photoelectric photometry with interference filters" ; + bibo:authorList ombibo:Stroemgren1956Authors ; + bibo:pageEnd "1346" ; + bibo:pageStart "1336" ; + bibo:uri "http://www.sciencedirect.com/science/article/pii/0083665656900605" ; + bibo:volume "2" . + + +### http://www.wurvoc.org/bibliography/om-2/Stroemgren1956Authors +ombibo:Stroemgren1956Authors rdf:type owl:NamedIndividual , + rdf:Seq . + + +### http://www.wurvoc.org/bibliography/om-2/University_Science_Books +ombibo:University_Science_Books rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:based_near "Sausalito, California" ; + foaf:name "University Science Books" . + + +### http://www.wurvoc.org/bibliography/om-2/VU +ombibo:VU rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:based_near "Amsterdam, The Netherlands" ; + foaf:name "Vrije Universiteit" . + + +### http://www.wurvoc.org/bibliography/om-2/VistasAstronomy +ombibo:VistasAstronomy rdf:type owl:NamedIndividual , + bibo:Journal ; + dc:title "Vistas in Astronomy" . + + +### http://www.wurvoc.org/bibliography/om-2/Willmann_Bell +ombibo:Willmann_Bell rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:name "Willmann-Bell Inc." . + + +### http://www.wurvoc.org/bibliography/om-2/chapter13_Astronomical_Algorithms +ombibo:chapter13_Astronomical_Algorithms rdf:type owl:NamedIndividual , + bibo:Chapter ; + dc:title "Transformation of Coordinates" ; + bibo:chapter "13" ; + bibo:pageEnd "96" ; + bibo:pageStart "92" ; + bibo:reproducedIn . + + +### http://www.wurvoc.org/bibliography/om-2/chapter23_Astronomical_Algorithms +ombibo:chapter23_Astronomical_Algorithms rdf:type owl:NamedIndividual , + bibo:Chapter ; + dc:title "Apparent place of a star" ; + bibo:chapter "23" ; + bibo:pageEnd "158" ; + bibo:pageStart "149" ; + bibo:reproducedIn . + + +### urn:isbn:0943396611 + rdf:type owl:NamedIndividual , + bibo:Book ; + dc:creator ombibo:Jean_Meeus ; + dc:date "1998" ; + dc:publisher ombibo:Willmann_Bell ; + dc:subject "Algorithms" , + "Astronomy - Data processing" , + "Astronomy - Problems, exercises" ; + dc:title "Astronomical Algorithms" ; + bibo:edition "2" ; + bibo:isbn10 "0943396611" ; + bibo:uri "http://www.willbell.com/math/mc1.htm" . + + +################################################################# +# Annotations +################################################################# + +om:Aberration rdfs:comment "The apparent angular displacement of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ; + rdfs:label "aberration"@en . + + +om:AberrationInLatitude rdfs:comment "The apparent angular displacement in ecliptical latitude of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ; + om:symbol "Δβ" ; + rdfs:label "aberration in latitude"@en . + + +om:AberrationInLongitude rdfs:comment "The apparent angular displacement in ecliptical longitude of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ; + rdfs:label "aberration in longitude"@en ; + om:symbol "Δλ" . + + +om:AbsoluteBolometricMagnitude rdfs:comment "The absolute magnitude (see absolute magnitude) of a star is a measure of its total energy emission per second, or luminosity, i.e., the bolometric magnitude from a standard distance (10 pc)."@en ; + om:symbol "M_bol" ; + rdfs:label "absolute bolometric magnitude"@en . + + +om:AbsoluteMagnitude rdfs:comment "Logarithmic measure of the brightness of an object as seen from a standard distance of 10 pc. Units usually not indicated (http://en.wikipedia.org/wiki/Magnitude_(astronomy)."@en ; + rdfs:label "absolute magnitude"@en ; + om:symbol "M" ; + rdfs:label "absolute magnitude"@nl . + + +om:AbsorbedDose rdfs:comment "Absorbed dose is the energy deposited in a medium by ionizing radiation. It is a derived quantity in the International System of Units. Absorbed dose is energy divided by mass."@en ; + om:alternativeLabel "total ionizing dose"@en ; + rdfs:label "absorbed dose"@en . + + +om:AbsorbedDoseRate rdfs:label "absorbed dose rate"@en . + + +om:Acceleration rdfs:label "acceleration"@en ; + om:alternativeLabel "acceleratie"@nl ; + rdfs:label "versnelling"@nl ; + om:symbol "a" . + + +om:AceticAcidMassFraction rdfs:comment "The fraction of the mass of acetic acid in a phenomenon"@en ; + rdfs:label "acetic acid mass fraction"@en . + + +om:Acidity om:symbol "pH" ; + rdfs:label "acidity"@en . + + +om:AcousticFirmness rdfs:label "acoustic firmness"@en , + "akoestische stevigheid"@nl ; + rdfs:comment "Stevigheid gemeten met AWETA (acoustic firmness value). AFS value."@nl ; + om:alternativeLabel "firmness_ac"@en . + + +om:Action rdfs:label "actie"@nl , + "action"@en . + + +om:Activity rdfs:label "activity"@en ; + rdfs:comment "Activity is the decay rate of a radioactive substance. It is a derived quantity in the International System of Units. Activity is 1 divided by time."@en ; + om:alternativeLabel "activity of a radionuclide"@en , + "activity (of a radionuclide)"@en ; + rdfs:label "activiteit"@nl ; + om:symbol "A" . + + +om:Admittance rdfs:label "admittance"@en ; + rdfs:comment "Admittance is a measure of how easily a circuit or device will allow a current to flow. It is electric current divided by electric potential."@en ; + om:symbol "Y" . + + +om:Albedo om:symbol "α" ; + rdfs:label "albedo"@nl , + "albedo"@en ; + rdfs:comment "Ratio between radiation falling onto an object and the radiation reflected or scattered back. Or the ratio between the illumination and observed brightness."@en . + + +om:AlfvenNumber rdfs:label "Alfvén number"@en ; + om:symbol "Al" . + + +om:Altitude om:alternativeSymbol "Alt" ; + om:alternativeLabel "elevation"@en ; + rdfs:label "altitude"@en ; + rdfs:comment "The angular distance of a celestial body above or below the horizon, measured along the great circle passing through the body and the zenith."@en ; + om:symbol "h" . + + +om:AmbientDoseEquivalent rdfs:label "ambient dose equivalent"@en . + + +om:AmountOfMoney rdfs:label "amount of money"@en . + + +om:AmountOfSubstance rdfs:label "amount of substance"@en ; + rdfs:comment "Amount of substance is the number of elementary entities such as atoms, molecules, electrons, particles, etc. present in a phenomenon. It is a base quantity in the International System of Units."@en ; + om:symbol "n" ; + rdfs:label "stofhoeveelheid"@nl . + + +om:AmountOfSubstanceConcentration om:symbol "C" ; + om:alternativeLabel "molaire concentratie"@nl , + "molar concentration"@en ; + rdfs:label "amount of substance concentration"@en . + + +om:AmountOfSubstanceFlow rdfs:label "amount of substance flow"@en ; + om:alternativeLabel "molar flow"@en , + "amount-of-substance flow"@en . + + +om:AmountOfSubstanceFraction om:alternativeLabel "amount-of-substance fraction"@en , + "molfractie"@nl ; + rdfs:label "amount of substance fraction"@en ; + om:alternativeLabel "mole fraction"@en ; + om:alternativeSymbol "y" ; + om:symbol "x" . + + +om:AmountOfSubstanceFractionFlow om:alternativeLabel "mole fraction flow"@en , + "amount-of-substance fraction flow"@en ; + rdfs:label "amount of substance fraction flow"@en . + + +om:Amphiphilicity rdfs:label "amphiphilicity"@en , + "amfifiliciteit"@nl . + + +om:Amplitude rdfs:comment "The difference between the maximum and minimum magnitudes of a variable star, i.e., the total range of its brightness."@en ; + rdfs:label "amplitude"@en . + + +om:Angle om:alternativeSymbol "φ" , + "θ" ; + rdfs:label "angle"@en ; + om:alternativeLabel "plane angle"@en ; + rdfs:label "hoek"@nl ; + om:alternativeSymbol "β" , + "γ" ; + rdfs:comment "Angle is the ratio between an arc and its radius."@en ; + om:symbol "α" ; + rdfs:label "角度"@zh . + + +om:AngularAcceleration om:symbol "α" ; + rdfs:label "angular acceleration"@en , + "hoekversnelling"@nl . + + +om:AngularDisplacement rdfs:label "angular displacement"@en . + + +om:AngularMomentum rdfs:label "angular momentum"@en ; + om:alternativeLabel "hoekmoment"@nl ; + om:alternativeSymbol "J" ; + om:alternativeLabel "draaimoment"@nl ; + rdfs:label "impulsmoment"@nl ; + om:symbol "L" ; + om:alternativeLabel "draaiimpuls"@nl . + + +om:AngularSize rdfs:label "angular size"@en . + + +om:AngularSpeed rdfs:label "angular speed"@en , + "hoeksnelheid"@nl ; + om:alternativeSymbol "Ω" ; + om:alternativeLabel "hoekfrequentie"@nl , + "angular frequency"@en ; + om:symbol "ω" . + + +om:AngularVelocity rdfs:label "angular velocity"@en ; + om:symbol "ω" . + + +om:AnnualAberration rdfs:comment "The component of the stellar abberation resulting from the motion of the Earth about the Sun. The abberation is the apparent angular displacement of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ; + rdfs:label "annual aberration"@en . + + +om:ApparentDiameter rdfs:comment "The angle that the actual diameter of an object makes in the sky; also known as angular size. Most often small, so units are mostly arcminutes, arcseconds, or even milli- or microarcseconds."@en ; + rdfs:label "apparent diameter"@en . + + +om:ApparentDistanceModulus rdfs:label "apparent distance modulus"@en . + + +om:ApparentMagnitude rdfs:label "schijnbare magnitude"@nl ; + rdfs:comment "Logarithmic measure of the apparent brightness of an object. Units usually not indicated(http://en.wikipedia.org/wiki/Magnitude_(astronomy)."@en ; + om:symbol "m" ; + rdfs:label "apparent magnitude"@en . + + +om:Area om:symbol "A" ; + rdfs:label "oppervlakte"@nl , + "面积"@zh ; + rdfs:comment "Area expresses the two-dimensional size of a defined part of a surface, typically a region bounded by a closed curve. It is a derived quantity in the International System of Units. Area is length squared."@en ; + rdfs:label "area"@en ; + om:alternativeSymbol "S" ; + om:alternativeLabel "oppervlak"@nl . + + +om:AreaDensity rdfs:label "area density"@en , + "oppervlaktedichtheid"@nl . + + +om:AreaDensityRate rdfs:label "area density rate"@en . + + +om:AreaFraction rdfs:label "oppervlaktefractie"@nl , + "area fraction"@en . + + +om:AtomicMass rdfs:label "atomic mass"@en ; + om:symbol "m_a" . + + +om:AverageSpeed om:symbol "u" ; + rdfs:label "average speed"@en . + + +om:Azimuth rdfs:label "azimuth"@en ; + om:symbol "A" ; + rdfs:comment "The angular distance measured clockwise along the horizon from a specified reference point (usually north) to the intersection with the great circle drawn from the zenith through a body on the celestial sphere."@en ; + om:alternativeSymbol "Az" ; + rdfs:label "azimut"@nl . + + +om:BMagnitude om:symbol "B" ; + om:alternativeSymbol "m_B" ; + rdfs:comment "Johnson B magnitude. The Johnson B band is a standard filter in the blue area. The central wavelength is 440nm and the bandwidth is 100nm. The filter to be used is the Corning 5030 filter plus the Schott GG13 filter."@en ; + rdfs:label "B magnitude"@en . + + +om:BMagnitudeAtMaximumBrightness rdfs:comment "Johnson B magnitude at maximum brightness (i.e. for a variable star). The Johnson B band is a standard filter in the blue area. The central wavelength is 440nm and the bandwidth is 100nm. The filter to be used is the Corning 5030 filter plus the Schott GG13 filter."@en ; + rdfs:label "B magnitude at maximum brightness"@en ; + om:symbol "B_max" . + + +om:BMagnitudeAtMinimumBrightness rdfs:comment "Johnson B magnitude at minimum brightness (i.e. for a variable star). The Johnson B band is a standard filter in the blue area. The central wavelength is 440nm and the bandwidth is 100nm. The filter to be used is the Corning 5030 filter plus the Schott GG13 filter."@en ; + om:symbol "B_min" ; + rdfs:label "B magnitude at minimum brightness"@en . + + +om:BetaNarrowMagnitude rdfs:label "β_narrow magnitude"@en ; + om:symbol "β_n" ; + rdfs:comment "β_narrow Magnitude in the Strömgren-Crawford photometric system with a peak wavelength at 485.8 nm and a peak-half-width of 2.9 nm."@en ; + om:alternativeSymbol "β_narrow" . + + +om:BetaWideMagnitude om:alternativeSymbol "β_wide" ; + rdfs:comment "β_wide Magnitude in the Strömgren-Crawford photometric system with a peak wavelength at 485 nm and a peak-half-width of 12.9 nm."@en ; + rdfs:label "β_wide magnitude"@en ; + om:symbol "β_w" . + + +om:BodyLabelMass rdfs:label "body label mass"@en ; + om:unofficialLabel "body label weight" . + + +om:BodyMass om:unofficialLabel "body weight" ; + rdfs:label "body mass"@en . + + +om:BolometricCorrection om:symbol "BC" ; + rdfs:comment "The visual magnitude of an object minus its bolometric magnitude."@en ; + rdfs:label "bolometric correction"@en . + + +om:BolometricMagnitude rdfs:label "bolometric magnitude"@en ; + om:symbol "m_bol" ; + rdfs:comment "The magnitude of a star measured across all wavelengths, so that it takes into account the total amount of energy radiated. If a star is a strong infrared or ultraviolet emitter, its bolometric magnitude will differ greatly from its visual magnitude."@en . + + +om:BondAlbedo rdfs:label "bond albedo"@en ; + rdfs:comment "Is the fraction of the total incident solar radiation - the radiation at all wavelengths - that is reflected or scattered by an object in all directions."@en ; + om:alternativeLabel "spherical albedo"@en . + + +om:Breadth rdfs:label "breadth"@en , + "breedte"@nl ; + om:symbol "b" . + + +om:BrightnessTemperature rdfs:comment "The temperature that a blackbody would need to have in order to emit radiation of the observed intensity at a given wavelength (mostly used in radio astronomy)."@en ; + rdfs:label "brightness temperature"@en . + + +om:BudStadium rdfs:label "bud stadium"@en , + "knopstadium"@nl . + + +om:BudStadiumDay0 rdfs:comment "Knopstadium vaasdag 0 (start vaasleven) (code)."@nl ; + om:alternativeLabel "sday0"@en ; + rdfs:label "knopstadium dag 0"@nl , + "bud stadium day 0"@en . + + +om:BudStadiumDay4 rdfs:comment "Knopstadium vaasdag 4 (code)."@nl ; + om:alternativeLabel "sday4"@en ; + rdfs:label "bud stadium day 4"@en , + "knopstadium dag 4"@nl . + + +om:BudStadiumDay7 rdfs:label "bud stadium day 7"@en ; + om:alternativeLabel "sday7"@en ; + rdfs:comment "Knopstadium vaasdag 7 (code)."@nl ; + rdfs:label "knopstadium dag 7"@nl . + + +om:BulkModulus om:symbol "K" ; + om:alternativeSymbol "κ" ; + rdfs:label "bulk modulus"@en ; + rdfs:comment "Bulk modulus is a substance's resistance to uniform compression."@en ; + rdfs:label "compressiemodulus"@nl . + + +om:CapMass om:unofficialLabel "cap weight" ; + rdfs:label "cap mass"@en . + + +om:Capacitance rdfs:comment "Capacitance is the ability to hold electrical charge. It is a derived quantity in the International System of Units. Capacitance is electric charge divided by electric potential."@en ; + rdfs:label "capaciteit"@nl ; + om:symbol "C" ; + om:alternativeLabel "electric capacitance"@en , + "electrische capaciteit"@nl ; + rdfs:label "capacitance"@en . + + +om:CartonMass rdfs:label "carton mass"@en ; + om:unofficialLabel "carton weight" . + + +om:CatalyticActivity rdfs:label "catalytic activity"@en . + + +om:CatalyticActivityConcentration om:alternativeLabel "catalytic concentration"@en ; + rdfs:label "catalytic activity concentration"@en . + + +om:CauseEndOfVaseLifeAbscisedBuds rdfs:label "oorzaak einde vaasleven knopval"@nl ; + rdfs:comment "Oorzaak einde vaasleven knopval (1/0)."@nl ; + om:alternativeLabel "abscised buds"@en ; + rdfs:label "cause end of vase life abscised buds"@en . + + +om:CauseEndOfVaseLifeAbscisedFlowers rdfs:label "oorzaak einde vaasleven bloemval"@nl , + "cause end of vase life abscised flowers"@en ; + rdfs:comment "Oorzaak einde vaasleven bloemval (1/0)."@nl ; + om:alternativeLabel "abscised flowers"@en . + + +om:CauseEndOfVaseLifeAbscisedLeaves rdfs:label "oorzaak einde vaasleven bladval"@nl ; + om:alternativeLabel "abscised leaves"@en ; + rdfs:label "cause end of vase life abscised leaves"@en ; + rdfs:comment "Oorzaak einde vaasleven bladval (1/0)."@nl . + + +om:CauseEndOfVaseLifeBlueFlowers om:alternativeLabel "blue flowers"@en ; + rdfs:comment "Oorzaak einde vaasleven blauwe bloemen (1/0)."@nl ; + rdfs:label "cause end of vase life blue flowers"@en , + "oorzaak einde vaasleven blauwe bloemen"@nl . + + +om:CauseEndOfVaseLifeBotrytis om:alternativeLabel "bot"@en ; + rdfs:label "oorzaak einde vaasleven Botrytis"@nl ; + rdfs:comment "Oorzaak einde vaasleven Botrytis (b3 of b4) (1/0)."@nl ; + rdfs:label "cause end of vase life Botrytis"@en . + + +om:CauseEndOfVaseLifeDryBuds rdfs:label "oorzaak einde vaasleven knopverdroging"@nl ; + rdfs:comment "Oorzaak einde vaasleven knopverdroging (1/0)."@nl ; + rdfs:label "cause end of vase life dry buds"@en ; + om:alternativeLabel "dry buds"@en . + + +om:CauseEndOfVaseLifeDryFlowers rdfs:comment "Oorzaak einde vaasleven bloemverdroging (1/0)."@nl ; + rdfs:label "oorzaak einde vaasleven bloemverdroging"@nl , + "cause end of vase life dry flowers"@en ; + om:alternativeLabel "dry flowers"@en . + + +om:CauseEndOfVaseLifeDryLeaves rdfs:label "cause end of vase life dry leaves"@en ; + om:alternativeLabel "dry leaves"@en ; + rdfs:label "oorzaak einde vaasleven bladverdroging"@nl ; + rdfs:comment "Oorzaak einde vaasleven bladverdroging (1/0)."@nl . + + +om:CauseEndOfVaseLifeMalformedBuds rdfs:label "cause end of vase life malformed buds"@en ; + rdfs:comment "Oorzaak einde vaasleven misvormde knoppen (1/0)."@nl ; + om:alternativeLabel "malformed buds"@en ; + rdfs:label "oorzaak einde vaasleven misvormde knoppen"@nl . + + +om:CauseEndOfVaseLifeMalformedFlowers rdfs:label "cause end of vase life malformed flowers"@en ; + om:alternativeLabel "malformed flowers"@en ; + rdfs:comment "Oorzaak einde vaasleven misvormde bloemen (1/0)."@nl ; + rdfs:label "oorzaak einde vaasleven misvormde bloemen"@nl . + + +om:CauseEndOfVaseLifeNonturgidFlowers rdfs:label "oorzaak einde vaasleven slappe bloemen"@nl ; + rdfs:comment "Oorzaak einde vaasleven slappe bloemen (1/0)."@nl ; + om:alternativeLabel "nonturgid flowers"@en ; + rdfs:label "cause end of vase life nonturgid flowers"@en . + + +om:CauseEndOfVaseLifeNonturgidLeaves rdfs:label "oorzaak einde vaasleven slappe bladeren"@nl , + "cause end of vase life nonturgid leaves"@en ; + om:alternativeLabel "nonturgid leaves"@en ; + rdfs:comment "Oorzaak einde vaasleven slappe bladeren (1/0)."@nl . + + +om:CauseEndOfVaseLifeRottenFlowers rdfs:label "cause end of vase life rotten flowers"@en ; + rdfs:comment "Oorzaak einde vaasleven bloemrot (1/0)."@nl ; + om:alternativeLabel "rotten flowers"@en ; + rdfs:label "oorzaak einde vaasleven bloemrot"@nl . + + +om:CauseEndOfVaseLifeRottenLeaves rdfs:label "cause end of vase life rotten leaves"@en , + "oorzaak einde vaasleven rotte bladeren"@nl ; + rdfs:comment "Oorzaak einde vaasleven rotte bladeren (1/0)."@nl ; + om:alternativeLabel "rotten leaves"@en . + + +om:CauseEndOfVaseLifeWiltedFlowers rdfs:label "cause end of vase life wilted flowers"@en ; + rdfs:comment "Oorzaak einde vaasleven bloemverwelking (1/0)."@nl ; + rdfs:label "oorzaak einde vaasleven bloemverwelking"@nl ; + om:alternativeLabel "wilted flowers"@en . + + +om:CauseEndOfVaseLifeWiltedLeaves rdfs:comment "Oorzaak einde vaasleven bladverwelking (1/0)."@nl ; + rdfs:label "cause end of vase life wilted leaves"@en ; + om:alternativeLabel "wilted leaves"@en ; + rdfs:label "oorzaak einde vaasleven bladverwelking"@nl . + + +om:CauseEndOfVaseLifeYellowLeaves om:alternativeLabel "yellow leaves"@en ; + rdfs:label "cause end of vase life yellow leaves"@en ; + rdfs:comment "Oorzaak einde vaasleven bladvergeling (1/0)."@nl ; + rdfs:label "oorzaak einde vaasleven bladvergeling"@nl . + + +om:CelsiusTemperature om:symbol "t" ; + om:alternativeSymbol "θ" ; + rdfs:label "Celsiustemperatuur"@nl , + "Celsius temperature"@en . + + +om:Circumference rdfs:label "circumference"@en ; + om:symbol "C" ; + rdfs:label "omtrek"@nl , + "圆周"@zh . + + +om:Co-RotationRadius rdfs:comment "The radius (distance from the galaxy's centre) at which the stars move at the same speed as the spiral pattern or bar in a galaxy."@en ; + om:symbol "r_c" ; + rdfs:label "co-rotation radius"@en . + + +om:ColdGasMassFraction rdfs:comment "The fraction of the mass of a galaxy that is in the form of cold gas ~10s K."@en ; + rdfs:label "cold gas mass fraction"@en . + + +om:CollisionFrequency om:alternativeSymbol "ν_c" ; + om:symbol "ν_coll" ; + rdfs:comment "Collision frequency is the average number of collisions between reacting molecules per unit time."@en ; + rdfs:label "collision frequency"@en . + + +om:ColorAreaFraction rdfs:comment "Voorbeeld avocado Hass: percentage oppervlak donker."@nl ; + rdfs:label "kleuroppervlaktefractie"@nl ; + om:alternativeLabel "color%"@en ; + rdfs:label "color area fraction"@en . + + +om:ColourIndex rdfs:label "colour index"@en ; + rdfs:comment "The difference between the apparent magnitude of a star at two different wavelengths (always the shorter-wavelength magnitude minus the longer-wavelength magnitude) to give a quantification of the star's colour. The magnitude of an object at different wavelengths are measured by using different filters before the detector. Often the Johnson system with UBV passbands are used. Other passbands may also be used (for instance g-r)."@en ; + rdfs:label "kleurindex"@nl . + + +om:ColourTemperature rdfs:comment "The temperature of a blackbody that has the same colour index as a given star."@en ; + rdfs:label "colour temperature"@en . + + +om:ColumnNumberDensity om:unofficialLabel "density" ; + rdfs:label "column number density"@en ; + om:unofficialLabel "number density" . + + +om:CompressiveStress rdfs:comment "Compressive stress is a stress that, when applied, acts towards the center of a material."@en ; + rdfs:label "compressive stress"@en . + + +om:ContactAngle rdfs:label "contact angle"@en . + + +om:CosmologicalConstant om:symbol "Λ" ; + rdfs:label "cosmological constant"@en ; + rdfs:comment "The cosmological constant."@en ; + rdfs:label "kosmologische constante"@nl . + + +om:Cost rdfs:label "cost"@en . + + +om:CousinsMagnitude rdfs:label "Cousins magnitude"@en ; + rdfs:comment "A magnitude measured in one of Cousins standard passbands (using a standard filter, i.e. I or R)."@en . + + +om:Coverage rdfs:label "coverage"@en . + + +om:CowlingNumber om:symbol "Co" ; + om:alternativeSymbol "Co2" ; + rdfs:label "Cowling number"@en ; + om:alternativeLabel "second Cowling number"@en . + + +om:CriticalDensity rdfs:label "critical density"@en ; + rdfs:comment "The density needed for a closed universe."@en ; + rdfs:label "kritieke dichtheid"@nl ; + om:symbol "ρ_c" . + + +om:CurrentDensity rdfs:label "current density"@en ; + om:alternativeSymbol "j" ; + om:symbol "J" ; + rdfs:comment "Current density is the density of flow of a conserved charge. It is a derived quantity in the International System of Units. Current density is electric current divided by area."@en . + + +om:CurvatureConstant rdfs:label "curvature constant"@en ; + rdfs:comment "The curvature constant k=-1, 0, or 1."@en ; + om:symbol "k" . + + +om:Cut-OffWavelength om:symbol "λ_c" ; + rdfs:label "cut-off wavelength"@en ; + rdfs:comment "Either: wavelengths at which the detectivity (D) falls to 0, or the wavelengths at which the detectivity falls to 1% of the peak value, or the wavelengths at which the normalised detectivity (D*) has fallen to half its peak value."@en . + + +om:DarkNoise rdfs:comment "Output from a detector when unilluminated - usually as RMS voltage or current (Kitchin, Astrophysical Techniques, IoP, Table 1.1.2)."@en ; + rdfs:label "dark noise"@en . + + +om:Date rdfs:label "date"@en , + "datum"@nl . + + +om:DecelerationParameter rdfs:label "deceleration parameter"@en ; + om:symbol "q" . + + +om:Declination om:symbol "δ" ; + rdfs:comment "The angular distance on the celestial sphere north or south of the celestial equator. It is measured along the hour circle passing through the celestial object. Declination is usually given in combination with right ascension or hour angle."@en ; + om:alternativeSymbol "dec" ; + rdfs:label "declination"@en , + "declinatie"@nl . + + +om:Density rdfs:label "密度"@zh ; + om:alternativeLabel "mass density"@en ; + rdfs:label "density"@en ; + om:alternativeLabel "concentration (w/v)"@en ; + om:symbol "ρ" ; + om:alternativeLabel "soortelijke massa"@nl ; + rdfs:comment "Density is the concentration of matter. It is a derived quantity in the International System of Units. Density is mass divided by volume."@en ; + rdfs:label "dichtheid"@nl . + + +om:DensityParameter om:symbol "Ω" ; + rdfs:comment "Ratio of the average density and the critical density."@en ; + rdfs:label "density parameter"@en . + + +om:DensityParameterForBaryonicMatter rdfs:label "density parameter for baryonic matter"@en ; + om:symbol "Ω_B" ; + rdfs:comment "The density parameter for baryonic (oridnary) matter."@en . + + +om:DensityParameterForMatter om:symbol "Ω_M" ; + rdfs:label "density parameter for matter"@en ; + rdfs:comment "The density parameter for matter (either baryonic or dark)."@en . + + +om:DensityParameterForRadiation rdfs:label "density parameter for radiation"@en ; + rdfs:comment "The density parameter for radiation."@en ; + om:symbol "Ω_R" . + + +om:DensityParameterForVacuum rdfs:comment "The density parameter for vacuum."@en ; + om:symbol "Ω_Λ" ; + rdfs:label "density parameter for vacuum"@en . + + +om:Depth om:symbol "d" ; + rdfs:label "diepte"@nl , + "depth"@en . + + +om:DetectiveQuantumEfficiency rdfs:comment "Square of ratio between the output signal noise ratio and the input signal noise ratio."@en ; + om:symbol "DQE" ; + rdfs:label "detective quantum efficiency"@en . + + +om:Detectivity rdfs:comment "Reciprocal of Noise equivalent power. The signal-to-noise ratio for incident radiation of unit intensity."@en ; + rdfs:label "detectivity"@en ; + om:symbol "D" . + + +om:Diameter rdfs:label "直径"@zh , + "diameter"@en , + "diameter"@nl ; + om:symbol "d" . + + +om:Diameter-Angle rdfs:label "diameter (hoek)"@nl , + "diameter (angle)"@en . + + +om:DirectionalDoseEquivalent rdfs:label "directional dose equivalent"@en . + + +om:DisodiumEthyleneDiamineTetreAcetateMassFraction om:alternativeLabel "NaEDTA mass fraction"@en ; + rdfs:label "disodium ethylene diamine tetra acetate mass fraction"@en ; + rdfs:comment "The fraction of the mass of disodium ethylene diamine tetra acetate in a phenomenon"@en . + + +om:Displacement rdfs:label "verplaatsing"@nl , + "displacement"@en ; + om:symbol "d" . + + +om:Distance rdfs:label "distance"@en ; + om:symbol "d" ; + rdfs:label "afstand"@nl , + "距离"@zh . + + +om:DistanceModulus rdfs:label "distance modulus"@en ; + om:symbol "m-M" ; + rdfs:comment """The difference between the apparent magnitude (m) of an astronomical object, such as a star, and its absolute magnitude (M), used as a distance measurement. Distances can be expressed in distance modulii as $$m-M = 5\\log d + 10 = 10-5 log \\varpi$$ where \\(d\\) is the distance in kiloparsec and \\(\\varpi\\) is the parallax in milliarcseconds. + """@en . + + +om:DiurnalAberration rdfs:label "diurnal aberration"@en ; + rdfs:comment "The component of the stellar abberation resulting from the diurnal motion of the observer around the centre of the Earth. The abberation is the apparent angular displacement of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en . + + +om:DoseEquivalent rdfs:label "dose equivalent"@en ; + rdfs:comment "Dose equivalent is a measure of the radiation dose to tissue where an attempt has been made to allow for the different relative biological effects of different types of ionizing radiation."@en . + + +om:DrainageSpeed rdfs:label "drainage speed"@en . + + +om:DryBodyMass rdfs:label "dry body mass"@en ; + om:unofficialLabel "dry body weight" . + + +om:DryMass om:unofficialLabel "dry weight" ; + rdfs:label "dry mass"@en . + + +om:DryMatterMassFraction rdfs:label "dry matter mass fraction"@en ; + rdfs:comment "The fraction of the mass of dry matter in a phenomenon"@en . + + +om:Duration rdfs:label "duur"@nl , + "duration"@en . + + +om:DynamicModulus rdfs:label "dynamic modulus"@en ; + om:symbol "E" . + + +om:DynamicRange rdfs:comment "Ratio between the saturation output and the dark signal, sometimes only over the region of linearity."@en ; + rdfs:label "dynamic range"@en . + + +om:DynamicViscosity rdfs:label "dynamische viscositeit"@nl ; + om:alternativeSymbol "η" ; + rdfs:label "dynamic viscosity"@en ; + rdfs:comment "Viscosity is the definite resistance to change of form of many materials."@en ; + om:symbol "μ" ; + om:unofficialLabel "viscosity" . + + +om:Eccentricity rdfs:label "eccentriciteit"@nl , + "eccentricity"@en ; + rdfs:comment "A measure of the deviation from a circle for an orbit."@en ; + om:symbol "e" . + + +om:EclipticLatitude rdfs:comment "The angular distance on the celestial sphere north or south of the ecliptic (the path of the Sun on the celestial sphere during one year). It is measured along the great circle passing through the object and the ecliptic poles and perpendicular to the ecliptic."@en ; + om:symbol "β" ; + rdfs:label "ecliptic latitude"@en . + + +om:EclipticLongitude rdfs:comment "The angular distance on the celestial sphere measured clockwise from the vernal equinox along the ecliptic (the path of the Sun on the celestial sphere during one year) to the intersection with the great circle drawn from the ecliptical north pole through the object."@en ; + rdfs:label "ecliptic longitude"@en ; + om:symbol "λ" . + + +om:EggMassFraction rdfs:comment "The fraction of the mass of egg in a phenomenon"@en ; + rdfs:label "egg mass fraction"@en . + + +om:ElasticityTensor rdfs:label "elasticiteitstensor"@nl ; + om:symbol "c_ijkl" ; + om:alternativeLabel "stiffness tensor"@en ; + rdfs:label "elasticity tensor"@en . + + +om:ElectricCharge rdfs:label "electrische lading"@nl ; + om:alternativeLabel "quantity of electricity"@en , + "lading"@nl ; + rdfs:label "electric charge"@en ; + om:symbol "Q" ; + om:alternativeSymbol "q" ; + rdfs:comment "Electric charge is a conserved property of some subatomic particles, which determines their electromagnetic interaction. It is a derived quantity in the International System of Units. Electric charge is electric current times time."@en . + + +om:ElectricChargeDensity rdfs:label "electric charge density"@en ; + rdfs:comment "Electric charge density is the amount of electric charge in a volume. It is a derived quantity in the International System of Units. Electric charge density is electric charge divided by volume."@en ; + om:alternativeLabel "charge density"@en . + + +om:ElectricCurrent om:symbol "I" ; + rdfs:label "electric current"@en ; + rdfs:comment "Electric current is the flow of electric charge. It is a base quantity in the International System of Units. Electric current is electric charge divided by time."@en ; + om:alternativeLabel "current"@en ; + om:alternativeSymbol "i" . + + +om:ElectricDipoleMoment rdfs:label "electric dipole moment"@en ; + rdfs:comment "Electric dipole moment is a measure of the polarity of a system of electric charges."@en ; + om:symbol "p" . + + +om:ElectricField rdfs:label "electric field"@en , + "electrisch veld"@nl ; + om:symbol "E" ; + om:alternativeLabel "electric field strength"@en ; + rdfs:comment "Electric field is a property of the space surrounding an electric charge or in the presence of a time-varying magnetic field which exerts a forceon other electrically charged objects."@en . + + +om:ElectricFluxDensity rdfs:label "electric flux density"@en . + + +om:ElectricPotential om:alternativeLabel "voltage"@en ; + rdfs:label "electrische potentiaal"@nl ; + om:alternativeLabel "voltage"@nl ; + rdfs:label "electric potential"@en ; + rdfs:comment "Electric potential is the potential energy per unit charge associated with static (time-invariant) electric field."@en ; + om:symbol "V" ; + om:alternativeSymbol "φ" . + + +om:ElectricalConductance rdfs:label "electrical conductance"@en ; + om:alternativeLabel "electric conductance"@en , + "conductance"@en ; + rdfs:comment "Electrical conductance is a measure of how easily electricity flows along a certain path through an electrical element."@en ; + om:symbol "G" . + + +om:ElectricalConductivity rdfs:label "electrical conductivity"@en . + + +om:ElectricalResistance rdfs:comment "Electrical resistance is the degree to which an object opposes an electric current through it. It is a derived quantity in the International System of Units. Electrical resistance is electric potential divided by electric current."@en ; + rdfs:label "electrical resistance"@en ; + om:alternativeLabel "resistance"@en , + "electric resistance"@en ; + om:symbol "R" . + + +om:ElectricalResistivity rdfs:label "electrical resistivity"@en . + + +om:ElectromotiveForce rdfs:label "electromotive force"@en ; + om:symbol "E" ; + rdfs:comment "Electromotive force is that which causes a flow of current."@en ; + om:alternativeSymbol "emf" . + + +om:ElectronTemperature om:alternativeLabel "kinetic temperature"@en ; + rdfs:comment "The temperature determined by the mean kinetic energy of free electrons in a plasma; also known as kinetic temperature."@en ; + rdfs:label "electron temperature"@en ; + om:symbol "T_e" ; + om:alternativeSymbol "T_k" . + + +om:Ellipticity om:alternativeLabel "oblateness"@en ; + rdfs:label "ellipticity"@en ; + rdfs:comment "A measure of the amount by which an object, such as a planet or a galaxy, deviates from a perfect sphere."@en ; + om:symbol "f" ; + om:alternativeLabel "flattening"@en . + + +om:Energy rdfs:label "energie"@nl ; + om:symbol "E" ; + rdfs:comment "Energy can be defined as the ability to do work. It is a derived quantity in the International System of Units."@en ; + rdfs:label "能量"@zh , + "energy"@en ; + om:alternativeSymbol "W" . + + +om:EnergyDensity rdfs:label "energy density"@en ; + rdfs:comment "Energy density is the amount of energy stored in a given system or region of space per unit volume."@en ; + rdfs:label "energiedichtheid"@nl . + + +om:Enthalpy rdfs:label "焓"@zh ; + om:symbol "H" ; + rdfs:comment "Enthalpy is the sum of the internal energy of a system plus the product of the pressure-volume work done on the system."@en ; + rdfs:label "enthalpy"@en , + "enthalpie"@nl . + + +om:Entropy rdfs:label "entropie"@nl , + "熵单位"@zh , + "entropy"@en ; + rdfs:comment "Entropy is a measure of the unavailability of a system’s energy to do work."@en ; + om:symbol "S" . + + +om:Epoch rdfs:label "epoch"@en . + + +om:EpochAtMaximumBrightness rdfs:comment "A moment when the object (i.e. a variable star) was at maximum brightness."@en ; + rdfs:label "epoch at maximum brightness"@en . + + +om:EulerNumber om:symbol "Eu" ; + rdfs:comment "The Euler number is a dimensionless number that expresses the relationship between a local pressure drop e.g. over a restriction and the kinetic energy per unit volume."@en ; + rdfs:label "getal van Euler"@nl , + "Euler number"@en . + + +om:Exposure rdfs:label "exposure"@en . + + +om:ExposureToXAndGammaRays rdfs:label "exposure to x and γ rays"@en ; + om:alternativeLabel "exposure"@en , + "exposure (to x and gamma rays)"@en , + "exposure (to x and γ rays)"@en , + "exposure to x and gamma rays"@en . + + +om:ExternalBrowning rdfs:comment "Voorbeeld avocado Hass: poster (code)."@nl ; + rdfs:label "external browning"@en ; + om:alternativeLabel "ext_brown"@en . + + +om:Extinction rdfs:comment "Total extinction at a specific wavelength. The extinction is caused by dust and gas between a star and the observer. It is the difference between the observed magnitude and the magnitude the source would have had if no extinction had taken place."@en ; + om:symbol "A" ; + rdfs:label "extinction"@en , + "extinctie"@nl . + + +om:ExtinctionAtWaveband om:symbol "A_X" ; + rdfs:label "extinction at waveband"@en . + + +om:ExtinctionAtWavelength rdfs:label "extinction at wavelength"@en ; + om:symbol "A_λ" . + + +om:ExtinctionInB rdfs:label "extinction in B"@en ; + om:symbol "A_B" . + + +om:ExtinctionInU om:symbol "A_U" ; + rdfs:label "extinction in U"@en . + + +om:ExtinctionInV om:symbol "A_V" ; + rdfs:label "extinction in V"@en . + + +om:FahrenheitTemperature rdfs:label "Fahrenheittemperatuur"@nl , + "Fahrenheit temperature"@en ; + om:symbol "T" . + + +om:FatMassFraction rdfs:label "fat mass fraction"@en ; + rdfs:comment "The fraction of the mass of fat in a phenomenon"@en . + + +om:Firmness-Penetrometer-Method1 rdfs:label "firmness (penetrometer) (method 1)"@en ; + om:alternativeLabel "firmness_pen_1"@en ; + rdfs:label "stevigheid (penetrometer) (methode 1)"@nl ; + rdfs:comment "Stevigheid gemeten met penetrometer methode 1."@nl . + + +om:Firmness-Penetrometer-Method2 rdfs:comment "Stevigheid gemeten met penetrometer methode 2."@nl ; + rdfs:label "firmness (penetrometer) (method 2)"@en ; + om:alternativeLabel "firmness_pen_2"@en ; + rdfs:label "stevigheid (penetrometer) (methode 2)"@nl . + + +om:FirstCowlingNumber rdfs:label "first Cowling number"@en ; + om:symbol "Co_1" . + + +om:FlowpackMass om:unofficialLabel "flowpack weight" ; + rdfs:label "flowpack mass"@en . + + +om:Fluidity rdfs:label "fluidity"@en . + + +om:FontSize rdfs:label "font size"@en , + "fontgrootte"@nl . + + +om:Force om:symbol "F" ; + rdfs:label "力"@zh , + "kracht"@nl ; + rdfs:comment "Force is the extent to which an object with mass can be caused to accelerate. It is a derived quantity in the International System of Units. Force is mass times acceleration."@en ; + rdfs:label "force"@en . + + +om:FourierNumber rdfs:comment "The Fourier number is a dimensionless number that characterises heat conduction. It is the ratio of heat conduction rate to rate of thermal energy storage. The Fourier number is a dimensionless time."@en ; + rdfs:label "Fourier number"@en ; + om:symbol "Fo" ; + rdfs:label "getal van Fourier"@nl . + + +om:FourierNumberForMassTransfer om:symbol "Fo*" ; + rdfs:label "Fourier number for mass transfer"@en . + + +om:Frequency rdfs:comment "Frequency is a measure of the number of occurrences of a repeating event per unit time."@en ; + om:alternativeSymbol "ν" ; + rdfs:label "频率"@zh ; + om:unofficialAbbreviation "freq" ; + rdfs:label "frequency"@en ; + om:symbol "f" ; + rdfs:label "frequentie"@nl . + + +om:Friction rdfs:label "wrijving"@nl , + "friction"@en ; + rdfs:comment "Friction is a force that resists the relative motion of solid surfaces, fluid layers, or material elements sliding against each other."@en . + + +om:FroudeNumber om:symbol "Fr" ; + rdfs:comment "The Froude number is a dimensionless number that compares inertial and gravitational forces. It may be used to quantify the resistance of an object moving through water, and compare objects of different sizes."@en ; + rdfs:label "getal van Froude"@nl , + "Froude number"@en . + + +om:GalacticCylindricalPolarAngleCoordinate rdfs:label "galactic cylindrical polar angle coordinate"@en ; + om:symbol "φ" ; + rdfs:comment "The angle from the Galactic centre between the perpendicular projection of the Sun on the Galactic plane and the projection of the object. This is one of the three Galactic Cylindrical Polar Coordinates."@en . + + +om:GalacticLatitude om:symbol "b" ; + rdfs:comment "The angular distance on the celestial sphere north or south of the galactic equator. It is measured along the great circle passing through the object and the galactic poles and perpendicular to the galactic equator."@en ; + rdfs:label "galactic latitude"@en . + + +om:GalacticLongitude om:symbol "l" ; + rdfs:comment "The angular distance on the celestial sphere measured clockwise from the galactic centre (as defined by the International Astronomical Union (IAU)) along the galactic equator to the intersection with the great circle drawn from the galactic north pole through the object."@en ; + rdfs:label "galactic longitude"@en . + + +om:GasConstant om:alternativeLabel "universele gasconstante"@nl ; + rdfs:label "gasconstante"@nl ; + om:symbol "R" ; + om:alternativeLabel "universal gas constant"@en ; + rdfs:label "gas constant"@en . + + +om:GelatinMassFraction rdfs:comment "The fraction of the mass of gelatin in a phenomenon"@en ; + rdfs:label "gelatin mass fraction"@en . + + +om:GeometricalAlbedo om:alternativeLabel "physical albedo"@en ; + rdfs:comment "Ratio between the brightness of an object as seen from the direction of a hypothetical white, diffusely reflecting sphere of the same size and at the same distance."@en ; + rdfs:label "geometrical albedo"@en ; + om:alternativeLabel "astronomical albedo"@en ; + om:symbol "A" . + + +om:GrashofNumber rdfs:comment "The Grashof number is a dimensionless number that approximates the ratio of buoyancy to viscous force that acts on a fluid."@en ; + rdfs:label "Grashof number"@en , + "getal van Grashof"@nl ; + om:symbol "Gr" . + + +om:GrashofNumberForMassTransfer om:symbol "Gr*" ; + rdfs:label "Grashof number for mass transfer"@en . + + +om:GravitationalAcceleration rdfs:label "valversnelling"@nl ; + om:symbol "g" ; + rdfs:label "gravitational acceleration"@en ; + om:alternativeLabel "gravitatieveldsterkte"@nl , + "acceleration of free fall"@en , + "zwaarteveldsterkte"@nl . + + +om:GuarGumMassFraction rdfs:comment "The fraction of the mass of guar gum in a phenomenon"@en ; + rdfs:label "guar gum mass fraction"@en . + + +om:Half-Life om:LaTeXCommand "\\Halflife" ; + om:alternativeSymbol "τ_½" , + "T_½" , + "t_1/2" ; + om:symbol "t_½" ; + om:LaTeXSymbol "T_{\\frac{1}{2}}" ; + rdfs:label "half-life"@en . + + +om:HartmannNumber om:symbol "Ha" ; + rdfs:label "Hartmann number"@en , + "getal van Hartmann"@nl . + + +om:Heat om:symbol "Q" ; + rdfs:label "warmte"@nl ; + rdfs:comment "Heat is any flow of energy from one body or system to another due to a difference in temperature."@en ; + om:alternativeLabel "quantity of heat"@en ; + rdfs:label "heat"@en . + + +om:HeatCapacity om:alternativeSymbol "C_v" ; + om:symbol "C_p" ; + rdfs:label "warmtecapaciteit"@nl ; + rdfs:comment "Heat capacity is the heat required to increase the temperature of a system or substance one unit temperature."@en ; + rdfs:label "heat capacity"@en , + "热容量"@zh . + + +om:HeatFlowRate om:symbol "Φ" ; + om:alternativeSymbol "q" ; + rdfs:label "heat flow rate"@en . + + +om:HeatFluxDensity rdfs:label "heat flux density"@en . + + +om:HeatTransferCoefficient rdfs:label "heat transfer coefficient"@en . + + +om:Height om:symbol "h" ; + rdfs:label "hoogte"@nl , + "height"@en . + + +om:HourAngle rdfs:label "hour angle"@en , + "uurhoek"@nl ; + om:symbol "H" ; + rdfs:comment "The angular distance on the celestial sphere measured westward along the celestial equator from the meridian to the hour circle that passes through the celestial object."@en . + + +om:HubbleConstant rdfs:comment "The Hubble constant (NOT a constant over time)."@en ; + rdfs:label "constante van Hubble"@nl , + "Hubble constant"@en . + + +om:HubbleConstantAtPresentEpoch rdfs:comment "The Hubble constant at the present epoch (a constant)."@en ; + rdfs:label "Hubble constant at present epoch"@en ; + om:symbol "H_0" ; + rdfs:label "constante van Hubble tijdens het huidige epoch"@nl . + + +om:Hydrophilicity rdfs:label "hydrofiliciteit"@nl , + "hydrophilicity"@en . + + +om:Hydrophobicity rdfs:label "hydrophobicity"@en , + "hydrofobiciteit"@nl . + + +om:IMagnitude om:alternativeSymbol "m_I" ; + rdfs:label "I magnitude"@en ; + rdfs:comment "I magnitude in the Cousins photometric system."@en ; + om:symbol "I" . + + +om:Illuminance om:symbol "Φ" ; + rdfs:label "illuminance"@en ; + om:alternativeLabel "illumination"@en ; + rdfs:comment "Illuminance is the total luminous flux incident on a surface per unit area."@en ; + om:alternativeSymbol "Φ_v" . + + +om:Impulse rdfs:comment "Impulse is the integral of a force with respect to time."@en ; + rdfs:label "stoot"@nl ; + om:symbol "I" ; + rdfs:label "impulse"@en . + + +om:Inductance rdfs:comment "Inductance is that property in an electrical circuit where a change in the current flowing through that circuit induces an electromotive force that opposes the change in current."@en ; + rdfs:label "inductance"@en . + + +om:InformationCapacity rdfs:label "information capacity"@en , + "informatiecapaciteit"@nl . + + +om:InitialMassFunction om:symbol "IMF" ; + rdfs:comment "The number of stars in mass fraction dM around mass M. Used in Salpeter's Initial Mass Function (IMF)."@en ; + rdfs:label "initial mass function"@en . + + +om:IntegratedMagnitude rdfs:label "integrated magnitude"@en ; + rdfs:comment "The apparent magnitude that an extended object, such as a nebula or galaxy, would have if all its light were concentrated at a starlike point."@en . + + +om:InternalEnergy rdfs:label "internal energy"@en ; + om:symbol "U" ; + rdfs:label "inwendige energie"@nl ; + rdfs:comment "The internal energy of a thermodynamic system, or a body with well-defined boundaries is the total of the kinetic energy due to the motion of molecules (translational, rotational, vibrational) and the potential energy associated with the vibrational and electric energy of atoms within molecules or crystals."@en . + + +om:IntrinsicColourIndex rdfs:comment "The colour index a star would have in the absence of interstellar extinction (reddening). It is assumed that all stars of the same spectral type and luminosity class have the same colour index."@en ; + rdfs:label "intrinsic colour index"@en . + + +om:IonizationTemperature rdfs:label "ionization temperature"@en ; + rdfs:comment "The temperature of a gas or plasma derived from the relative numbers of neutral atoms and ions. Specifically, it is the temperature for which the Saha equations would predict these relative numbers, assuming the atoms and ions are in thermodynamic equilibrium."@en ; + om:symbol "T_ion" . + + +om:Irradiance rdfs:comment "Irradiance is the power of electromagnetic radiation at a surface per unit area."@en ; + om:symbol "E" ; + rdfs:label "irradiance"@en ; + om:alternativeSymbol "E_e" . + + +om:JeansMass om:symbol "M_J" ; + rdfs:label "Jeans mass"@en ; + rdfs:comment "The critical mass of a molecular cloud, above which it will be unstable to collapse."@en . + + +om:JohnsonMagnitude rdfs:label "Johnson magnitude"@en ; + rdfs:comment "A magnitude measured in one of Johnson's standard passbands (using a standard filter, i.e. U, B, or V)."@en ; + om:longcomment "For accurate photometry the magnitude needs to be determined over well-defined spectral regions as the spectrum of to objects may be quite different. These magnitudes are measured using filters that allows only radiation within specific spectral regions (passbands) to pass through to the detector. These filters have accurately defined transmission curves characterised by a central wavelength and a bandwidth. The UBV system devised by Harold Johnson and William Morgan has been the most important general system until recently. The precise definition requires a reflecting telescope with aluminised mirrors fitted with an RCA 1P21 photomultiplier. The U region corresponds to a region in the violet and ultraviolet, the B region corresponds to typical photographic response and the V region to the visual response region (approximating the eye's response curve)."^^rdf:XMLLiteral . + + +om:Kerma rdfs:label "kerma"@en . + + +om:KinematicViscosity om:symbol "ν" ; + om:unofficialLabel "viscosity" ; + rdfs:comment "Kinematic viscosity is the ratio of viscosity to density."@en ; + rdfs:label "kinematic viscosity"@en , + "kinematische viscositeit"@nl . + + +om:KineticEnergy om:alternativeLabel "bewegingsenergie"@nl ; + om:alternativeSymbol "T" ; + rdfs:label "kinetische energie"@nl ; + rdfs:comment "Kinetic energy is energy due to motion."@en ; + rdfs:label "kinetic energy"@en ; + om:symbol "E_k" ; + om:alternativeSymbol "K" ; + rdfs:label "动能"@zh . + + +om:KnudsenNumber rdfs:comment "The Knudsen number is a dimensionless number defined as the ratio of the molecular mean free path length to a representative physical length scale."@en ; + om:symbol "Kn" ; + rdfs:label "Knudsen number"@en , + "getal van Knudsen"@nl . + + +om:LabelMass rdfs:label "label mass"@en ; + om:unofficialLabel "label weight" . + + +om:LactoseMassFraction rdfs:comment "The fraction of the mass of lactose in a phenomenon"@en ; + rdfs:label "lactose mass fraction"@en . + + +om:Length om:symbol "l" ; + rdfs:comment "Length is the amount of space between two geographical points along a curve. It is a base quantity in the International System of Units and other systems of units. Length is speed times time. The metre, a base unit of length in the International System of Units, is defined in terms of speed of light during a certain time interval."@en ; + rdfs:label "长度"@zh , + "length"@en ; + om:alternativeSymbol "L" ; + rdfs:label "lengte"@nl . + + +om:LengthFraction rdfs:label "lengtefractie"@nl , + "length fraction"@en . + + +om:LewisNumber rdfs:label "Lewis number"@en ; + om:symbol "Le" ; + rdfs:label "getal van Lewis"@nl ; + rdfs:comment "The Lewis number is a dimensionless number defined as the ratio of thermal diffusivity to mass diffusivity."@en . + + +om:LightTime rdfs:label "light time"@en ; + rdfs:comment "The time electromagnetic radiation takes to reach Earth from a distant source. Often the correction in light time is needed to accurately calculate the apparent position of solar system objects or to calculate the period of variable stars (different times are observed when the Earth is at a different position in its orbit)."@en ; + om:symbol "τ" . + + +om:LimitingMagnitude rdfs:comment "The magnitude of the faintest object (star) that can be detected by a telescope or other instrument. Depends not only on the telescope but also on the detector and on the observing method."@en ; + rdfs:label "limiting magnitude"@en . + + +om:LinearStrain om:alternativeSymbol "e" ; + rdfs:label "linear strain"@en , + "lineaire vervorming"@nl . + + +om:Lipophilicity rdfs:label "lipofiliciteit"@nl , + "lipophilicity"@en . + + +om:LocustBeanGumMassFraction rdfs:label "locust bean gum mass fraction"@en ; + rdfs:comment "The fraction of the mass of locust bean gum in a phenomenon"@en . + + +om:LossModulus rdfs:label "loss modulus"@en ; + om:symbol "E''" . + + +om:Luminance rdfs:label "luminance"@en ; + om:alternativeSymbol "L_v" ; + rdfs:comment "Luminous flux is the total visible energy emitted by a source per unit time."@en ; + om:symbol "L" . + + +om:LuminosityFunction rdfs:comment "The number of stars of absolute magnitudes between Mv and Mv+ΔMv per cubic parsec."@en ; + rdfs:label "luminosity function"@en . + + +om:LuminousEfficacy rdfs:label "luminous efficacy"@en . + + +om:LuminousEnergy rdfs:label "luminous energy"@en ; + om:symbol "F" . + + +om:LuminousFlux rdfs:label "luminous flux"@en ; + rdfs:comment "Luminous flux is the total visible energy emitted by a source per unit time."@en ; + om:symbol "F" . + + +om:LuminousIntensity rdfs:label "lichtsterkte"@nl , + "luminous intensity"@en ; + om:symbol "I" ; + rdfs:comment "Luminous intensity is the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. It is a base quantity in the International System of Units. Luminous intensity is luminous flux divided by solid angle."@en ; + om:alternativeSymbol "I_v" . + + +om:MachNumber rdfs:label "Mach number"@en ; + om:symbol "Ma" ; + rdfs:label "Machgetal"@nl ; + rdfs:comment "The Mach number is the speed of an object that moves through air, or any fluid substance, divided by the speed of sound as it is in that substance."@en . + + +om:MagneticField om:alternativeLabel "magnetic field strength"@en ; + rdfs:label "magnetic field"@en ; + om:symbol "H" ; + om:alternativeLabel "magnetic field intensity"@en , + "magnetizing field"@en . + + +om:MagneticFlux rdfs:comment "Magnetic flux through any area perpendicular to a magnetic field is the product of the area by the field strength."@en ; + om:symbol "Φ" ; + rdfs:label "magnetic flux"@en . + + +om:MagneticFluxDensity om:symbol "B" ; + rdfs:label "magnetic flux density"@en ; + om:alternativeLabel "magnetic field"@en , + "magnetic induction"@en . + + +om:MagneticReynoldsNumber rdfs:label "magnetic Reynolds number"@en ; + om:symbol "Rm" ; + rdfs:label "magnetisch getal van Reynolds"@nl . + + +om:MagnetomotiveForce rdfs:label "magnetomotive force"@en ; + om:symbol "F" . + + +om:Magnitude rdfs:label "magnitude"@en ; + om:longcomment """The magnitude scale was originally created by Hipparchos of Nicea (160-127 BCE) and was measured by comparing the brightness between stars. Initially this was done inaccurately by eye but is currently done by using photoelectric photometers or even more recently by CCDs. Hipparchos divided the stars into six magnitude (brightness classes), the brightest stars being assigned to the first class and the faintest to the sixth class. By about the middle 1800s it became apparent that the traditional magnitude scale is close to a logarithmic scale with base 2.5. This is due to the fact that the response of the eye is nearly logarithmic. N.R. Pogson formalised the magnitude scale to closely match the traditional (visual) scale. It is now defined as: + + m1 - m2 = + -2.5log + + + f1 + + f2 + + + + where m1 - m2 is the magnitude difference between two objects, and f1 and f2 are the luminous fluxes of the two objects. The magnitude of Vega (α Lyrae, HD 172167) is defined to be 0 in all wavelengths and passbands, although in practice this can only be an approximation. The zero point is now defined using multiple standard stars from the north polar sequence (non-variable stars within 2 degrees of the north celestial pole) or secondary standard stars from other parts of the sky. Please note that the scale is inverted, objects of magnitude 1 have a higher luminous flux than objects of magnitude 5. Stars of magnitude 6 are just visible to the naked eye under good observing conditions. + The units of magnitude, also called magnitude, are usually not indicated except when indicating small magnitude differences when milli- or micromagnitudes are used."""^^rdf:XMLLiteral ; + rdfs:label "magnitude"@nl ; + om:symbol "m" ; + rdfs:comment "Reverse logarithmic measure of the brightness of an object."@en . + + +om:MagnitudeAtMaximumBrightness om:symbol "m_max" ; + rdfs:comment "The magnitude at maximum brightness of a variable star."@en ; + rdfs:label "magnitude at maximum brightness"@en . + + +om:MagnitudeAtMinimumBrightness rdfs:label "magnitude at minimum brightness"@en ; + rdfs:comment "The magnitude at minimum brightness of a variable star."@en ; + om:symbol "m_min" . + + +om:ManualFirmness om:alternativeLabel "firmness_m"@en ; + rdfs:label "manual firmness"@en ; + rdfs:comment "Firmness manueel: code 0 - 5."@nl ; + rdfs:label "manuele stevigheid"@nl . + + +om:Mass rdfs:label "mass"@en ; + om:unofficialLabel "weight" ; + om:symbol "m" ; + rdfs:label "massa"@nl ; + rdfs:comment "Mass is the amount of matter of a phenomenon. It is a base quantity in the International System of Units. Mass is force divided by acceleration."@en ; + rdfs:label "质量"@zh . + + +om:MassFlow rdfs:comment "Mass flow is the movement of substances at equal rates or as a single body."@en ; + rdfs:label "mass flow"@en . + + +om:MassFraction rdfs:label "mass fraction"@en , + "massafractie"@nl ; + om:alternativeLabel "concentration (w/w)"@en ; + om:symbol "w" . + + +om:Metallicity rdfs:label "metallicity"@en ; + rdfs:comment "The log of the ratio between the ratios of the observed Fe and H quantities in a star and the same ratio in the Sun. This is a very important quantity that is often used in astronomy as an indicator of the age of a star."@en . + + +om:ModeratedStarchMassFraction rdfs:comment "The fraction of the mass of moderated starch in a phenomenon"@en ; + rdfs:label "moderated starch mass fraction"@en . + + +om:ModulusOfElasticity om:alternativeSymbol "Y" ; + om:symbol "E" ; + om:alternativeLabel "Young's modulus"@en ; + rdfs:label "modulus of elasticity"@en , + "elasticiteitsmodulus"@nl . + + +om:Molality rdfs:comment "Molality is the number of moles of solute per kilogram of solvent."@en ; + om:symbol "b" ; + rdfs:label "molaliteit"@nl , + "molality"@en ; + om:alternativeLabel "molality of solution"@en ; + om:alternativeSymbol "m" . + + +om:MolarEnergy rdfs:label "molaire energie"@nl , + "molar energy"@en . + + +om:MolarEntropy rdfs:label "molar entropy"@en , + "molaire entropie"@nl . + + +om:MolarHeatCapacity rdfs:label "molar heat capacity"@en , + "molaire warmtecapaciteit"@nl . + + +om:MolarMass rdfs:label "molaire massa"@nl , + "molar mass"@en ; + om:symbol "M" . + + +om:MolarVolume rdfs:label "molair volume"@nl , + "molar volume"@en ; + om:symbol "V_m" . + + +om:MomentOfForce rdfs:comment "Moment of force is the effectiveness of a force to produce rotation about an axis measured by the product of the force and the perpendicular distance from the line of action of the force to the axis."@en ; + rdfs:label "moment of force"@en ; + om:alternativeLabel "moment"@en ; + om:symbol "M" . + + +om:MomentOfInertia rdfs:comment "Moment of inertia is a measure of the effectiveness of mass in rotation."@en ; + rdfs:label "traagheidsmoment"@nl , + "moment of inertia"@en ; + om:alternativeSymbol "J" ; + om:symbol "I" ; + om:alternativeLabel "massatraagheidsmoment"@nl . + + +om:Momentum rdfs:label "momentum"@en ; + om:alternativeLabel "linear momentum"@en ; + om:symbol "p" ; + rdfs:comment "Momentum is the product of mass and velocity of an object."@en ; + rdfs:label "impuls"@nl . + + +om:MustardPowderMassFraction rdfs:comment "The fraction of the mass of mustard powder in a phenomenon"@en ; + rdfs:label "mustard powder mass fraction"@en . + + +om:NeckRingMass rdfs:label "neck ring mass"@en ; + om:unofficialLabel "neck ring weight" . + + +om:NoiseEquivalentPower om:symbol "NEP" ; + rdfs:comment "Radiative flux on a detector needed for a signal/noise ratio of 1 (Kitchin, Astrophysical Techniques, IoP, Table 1.1.2)."@en ; + rdfs:label "noise equivalent power"@en . + + +om:NormalAlbedo rdfs:comment "Ratio between radiation falling vertically onto an object and the radiation radiated back vertically."@en ; + rdfs:label "normal albedo"@en . + + +om:NormalStrain rdfs:label "normaalvervorming"@nl , + "normal strain"@en . + + +om:NormalStress rdfs:label "normal stress"@en , + "normaalspanning"@nl . + + +om:NormalisedDetectivity rdfs:comment "The detectivity normalised by multiplying by the square root of the detector area, and by the electrical bandwidth. The units cm Hz(1/2)/W are commonly used and it then represents the signal-to-noise ratio when 1 W of radiation is incident on a detector with an area of 1 cm2, and the electrical bandwidth is 1 Hz."@en ; + rdfs:label "normalised detectivity"@en ; + om:symbol "D*" . + + +om:Number om:symbol "N" ; + om:unofficialAbbreviation "no" , + "nr" , + "#" ; + rdfs:label "number"@en . + + +om:NumberAbscisedBuds rdfs:label "aantal gevallen knoppen"@nl , + "number abscised buds"@en ; + rdfs:comment "Aantal gevallen knoppen."@nl ; + om:alternativeLabel "#abscised buds"@en . + + +om:NumberAbscisedFlowers om:alternativeLabel "#abscised flowers"@en ; + rdfs:comment "Aantal gevallen bloemen."@nl ; + rdfs:label "number abscised flowers"@en , + "aantal gevallen bloemen"@nl . + + +om:NumberAbscisedLeaves om:alternativeLabel "#abscised leaves"@en ; + rdfs:comment "Aantal gevallen bladeren."@nl ; + rdfs:label "aantal gevallen bladeren"@nl , + "number abscised leaves"@en . + + +om:NumberBlue-DiscoloredFlowers om:alternativeLabel "#blue flowers"@en ; + rdfs:label "number blue-discolored flowers"@en , + "aantal blauwverkleurde bloemen"@nl ; + rdfs:comment "Aantal blauwverkleurde bloemen."@nl . + + +om:NumberBotrytis rdfs:label "number Botrytis"@en , + "aantal Botrytis"@nl . + + +om:NumberBotrytis0 om:alternativeLabel "b0"@en ; + rdfs:comment "Aantal bloemen zonder Botrytis."@nl ; + rdfs:label "number Botrytis 0"@en , + "aantal Botrytis 0"@nl . + + +om:NumberBotrytis1 om:alternativeLabel "b1"@en ; + rdfs:label "number Botrytis 1"@en , + "aantal Botrytis 1"@nl ; + rdfs:comment "Aantal bloemen met Botrytis 1: enkele laesies: max 3 op één petaal of max 5 op meerdere plekken."@nl . + + +om:NumberBotrytis2 rdfs:label "aantal Botrytis 2"@nl ; + om:alternativeLabel "b2"@en ; + rdfs:comment "Aantal bloemen met Botrytis 2: grotere vlek(ken) op één petaal."@nl ; + rdfs:label "number Botrytis 2"@en . + + +om:NumberBotrytis3 rdfs:label "number Botrytis 3"@en ; + rdfs:comment "Aantal bloemen met Botrytis 3: één bruin petaal of vlekken op meer petalen."@nl ; + om:alternativeLabel "b3"@en ; + rdfs:label "aantal Botrytis 3"@nl . + + +om:NumberBotrytis4 om:alternativeLabel "b4"@en ; + rdfs:label "aantal Botrytis 4"@nl , + "number Botrytis 4"@en ; + rdfs:comment "Aantal bloemen met Botrytis 4: minimaal één bruin petaal en hart aangetast."@nl . + + +om:NumberBudStadium rdfs:label "aantal knopstadium"@nl , + "number bud stadium"@en . + + +om:NumberBudStadium1 rdfs:label "aantal knopstadium 1"@nl ; + om:alternativeLabel "s1"@en ; + rdfs:comment "Roos aantal in knopstadium 1: spitse knop."@nl ; + rdfs:label "number bud stadium 1"@en . + + +om:NumberBudStadium2 om:alternativeLabel "s2"@en ; + rdfs:label "aantal knopstadium 2"@nl ; + rdfs:comment "Roos aantal in knopstadium 2: spitse knop."@nl ; + rdfs:label "number bud stadium 2"@en . + + +om:NumberBudStadium3 rdfs:comment "Roos aantal in knopstadium 3: spitse knop."@nl ; + rdfs:label "number bud stadium 3"@en , + "aantal knopstadium 3"@nl ; + om:alternativeLabel "s3"@en . + + +om:NumberBudStadium4 rdfs:comment "Roos aantal in knopstadium 4: spitse knop."@nl ; + om:alternativeLabel "s4"@en ; + rdfs:label "aantal knopstadium 4"@nl , + "number bud stadium 4"@en . + + +om:NumberBudStadium5 rdfs:label "number bud stadium 5"@en , + "aantal knopstadium 5"@nl ; + rdfs:comment "Roos aantal in knopstadium 5: spitse knop."@nl ; + om:alternativeLabel "s5"@en . + + +om:NumberBuds rdfs:label "aantal knoppen"@nl , + "number buds"@en . + + +om:NumberColor rdfs:label "aantal kleur"@nl , + "number color"@en . + + +om:NumberColor1 rdfs:comment "Voorbeeld avocado Hass: code 1 poster (vrijwel) geheel groen."@nl ; + rdfs:label "aantal kleur 1"@nl ; + om:alternativeLabel "color_1"@en ; + rdfs:label "number color 1"@en . + + +om:NumberColor2 rdfs:label "aantal kleur 2"@nl , + "number color 2"@en ; + om:alternativeLabel "color_2"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 2 poster meer groen dan donker."@nl . + + +om:NumberColor3 rdfs:comment "Voorbeeld avocado Hass: code 3 poster 50% groen."@nl ; + rdfs:label "aantal kleur 3"@nl , + "number color 3"@en ; + om:alternativeLabel "color_3"@en . + + +om:NumberColor4 om:alternativeLabel "color_4"@en ; + rdfs:label "number color 4"@en , + "aantal kleur 4"@nl ; + rdfs:comment "Voorbeeld avocado Hass: code 4 poster meer donker dan groen."@nl . + + +om:NumberColor5 rdfs:comment "Voorbeeld avocado Hass: code 5 poster (vrijwel) geheel donker."@nl ; + om:alternativeLabel "color_5"@en ; + rdfs:label "number color 5"@en , + "aantal kleur 5"@nl . + + +om:NumberDensity om:symbol "n" ; + rdfs:label "number density"@en . + + +om:NumberDryBuds rdfs:label "number dry buds"@en ; + rdfs:comment "Aantal verdroogde knoppen."@nl ; + om:alternativeLabel "#dry buds"@en ; + rdfs:label "aantal verdroogde knoppen"@nl . + + +om:NumberDryFlowers rdfs:label "number dry flowers"@en ; + om:alternativeLabel "#dry flowers"@en ; + rdfs:comment "Aantal verdroogde bloemen."@nl ; + rdfs:label "aantal verdroogde bloemen"@nl . + + +om:NumberDryLeaves rdfs:label "number dry leaves"@en , + "aantal verdroogde bladeren"@nl ; + rdfs:comment "Aantal verdroogde bladeren."@nl ; + om:alternativeLabel "#dry leaves"@en . + + +om:NumberExternalBrowning rdfs:label "number external browning"@en . + + +om:NumberExternalBrowning1 rdfs:comment "Voorbeeld avocado Hass: code 1 poster."@nl ; + rdfs:label "number external browning 1"@en ; + om:alternativeLabel "ext_brown_1"@en . + + +om:NumberExternalBrowning2 om:alternativeLabel "ext_brown_2"@en ; + rdfs:label "number external browning 2"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 2 poster."@nl . + + +om:NumberExternalBrowning3 rdfs:label "number external browning 3"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 3 poster."@nl ; + om:alternativeLabel "ext_brown_3"@en . + + +om:NumberExternalBrowning4 rdfs:comment "Voorbeeld avocado Hass: code 4 poster."@nl ; + om:alternativeLabel "ext_brown_4"@en ; + rdfs:label "number external browning 4"@en . + + +om:NumberExternalBrowning5 rdfs:comment "Voorbeeld avocado Hass: code 5 poster."@nl ; + om:alternativeLabel "ext_brown_5"@en ; + rdfs:label "number external browning 5"@en . + + +om:NumberFlowers rdfs:label "aantal bloemen"@nl , + "number flowers"@en . + + +om:NumberLeaves rdfs:label "number leaves"@en , + "aantal bladeren"@nl . + + +om:NumberMalformedBuds rdfs:comment "Aantal misvormde knoppen."@nl ; + om:alternativeLabel "#malformed buds"@en ; + rdfs:label "number malformed buds"@en , + "aantal misvormde knoppen"@nl . + + +om:NumberMalformedFlowers om:alternativeLabel "#malformed flowers"@en ; + rdfs:label "aantal misvormde bloemen"@nl ; + rdfs:comment "Aantal misvormde bloemen."@nl ; + rdfs:label "number malformed flowers"@en . + + +om:NumberManualFirmness rdfs:label "aantal manuele stevigheid"@nl , + "number manual firmness"@en . + + +om:NumberManualFirmness0 om:alternativeLabel "firmness_m_0"@en ; + rdfs:label "aantal manuele stevigheid 0"@nl ; + rdfs:comment "Firmness manueel: 0 = steenhard."@nl ; + rdfs:label "number manual firmness 0"@en . + + +om:NumberManualFirmness0.5 rdfs:comment "Firmness manueel: 0.5 = hard."@nl ; + om:alternativeLabel "firmness_m_0.5"@en ; + rdfs:label "number manual firmness 0.5"@en , + "aantal manuele stevigheid 0.5"@nl . + + +om:NumberManualFirmness1 rdfs:label "aantal manuele stevigheid 1"@nl ; + rdfs:comment "Firmness manueel: 1 = zeer stevig."@nl ; + om:alternativeLabel "firmness_m_1"@en ; + rdfs:label "number manual firmness 1"@en . + + +om:NumberManualFirmness1.5 rdfs:label "aantal manuele stevigheid 1.5"@nl ; + om:alternativeLabel "firmness_m_1.5"@en ; + rdfs:comment "Firmness manueel: 1.5 = stevig."@nl ; + rdfs:label "number manual firmness 1.5"@en . + + +om:NumberManualFirmness2 rdfs:label "number manual firmness 2"@en , + "aantal manuele stevigheid 2"@nl ; + rdfs:comment "Firmness manueel: 2 = halfzacht."@nl ; + om:alternativeLabel "firmness_m_2"@en . + + +om:NumberManualFirmness2.5 rdfs:label "aantal manuele stevigheid 2.5"@nl ; + rdfs:comment "Firmness manueel: 2.5 = eetrijp."@nl ; + om:alternativeLabel "firmness_m_2.5"@en ; + rdfs:label "number manual firmness 2.5"@en . + + +om:NumberManualFirmness3 rdfs:label "number manual firmness 3"@en ; + rdfs:comment "Firmness manueel: 3 = zacht."@nl ; + om:alternativeLabel "firmness_m_3"@en ; + rdfs:label "aantal manuele stevigheid 3"@nl . + + +om:NumberManualFirmness3.5 rdfs:label "aantal manuele stevigheid 3.5"@nl ; + om:alternativeLabel "firmness_m_3.5"@en ; + rdfs:label "number manual firmness 3.5"@en ; + rdfs:comment "Firmness manueel: 3.5 = te zacht."@nl . + + +om:NumberManualFirmness4 rdfs:comment "Firmness manueel: 4 = week."@nl ; + rdfs:label "number manual firmness 4"@en ; + om:alternativeLabel "firmness_m_4"@en ; + rdfs:label "aantal manuele stevigheid 4"@nl . + + +om:NumberManualFirmness4.5 rdfs:comment "Firmness manueel: 4.5 = vies."@nl ; + rdfs:label "aantal manuele stevigheid 4.5"@nl ; + om:alternativeLabel "firmness_m_4.5"@en ; + rdfs:label "number manual firmness 4.5"@en . + + +om:NumberManualFirmness5 rdfs:comment "Firmness manueel: 5 = zeer vies."@nl ; + rdfs:label "aantal manuele stevigheid 5"@nl , + "number manual firmness 5"@en ; + om:alternativeLabel "firmness_m_5"@en . + + +om:NumberNonturgidFlowers rdfs:label "aantal slappe bloemen"@nl ; + rdfs:comment "Aantal slappe bloemen."@nl ; + om:alternativeLabel "#nonturgid flowers"@en ; + rdfs:label "number nonturgid flowers"@en . + + +om:NumberNonturgidLeaves rdfs:comment "Aantal slappe bladeren."@nl ; + rdfs:label "aantal slappe bladeren"@nl , + "number nonturgid leaves"@en ; + om:alternativeLabel "#nonturgid leaves"@en . + + +om:NumberPulpBrowning rdfs:label "number pulp browning"@en . + + +om:NumberPulpBrowning1 rdfs:label "number pulp browning 1"@en ; + om:alternativeLabel "pulp_1"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 1 poster pulp browning."@nl . + + +om:NumberPulpBrowning2 rdfs:comment "Voorbeeld avocado Hass: code 2 poster pulp browning."@nl ; + om:alternativeLabel "pulp_2"@en ; + rdfs:label "number pulp browning 2"@en . + + +om:NumberPulpBrowning3 rdfs:comment "Voorbeeld avocado Hass: code 3 poster pulp browning."@nl ; + om:alternativeLabel "pulp_3"@en ; + rdfs:label "number pulp browning 3"@en . + + +om:NumberPulpBrowning4 rdfs:comment "Voorbeeld avocado Hass: code 4 poster pulp browning."@nl ; + om:alternativeLabel "pulp_4"@en ; + rdfs:label "number pulp browning 4"@en . + + +om:NumberPulpBrowning5 rdfs:label "number pulp browning 5"@en ; + om:alternativeLabel "pulp_5"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 5 poster pulp browning."@nl . + + +om:NumberRottenFlowers rdfs:comment "Aantal rotte bloemen."@nl ; + om:alternativeLabel "#rotten flowers"@en ; + rdfs:label "aantal rotte bloemen"@nl , + "number rotten flowers"@en . + + +om:NumberRottenLeaves om:alternativeLabel "#rotten leaves"@en ; + rdfs:label "number rotten leaves"@en , + "aantal rotte bladeren"@nl ; + rdfs:comment "Aantal rotte bladeren."@nl . + + +om:NumberVascularBrowning rdfs:label "number vascular browning"@en . + + +om:NumberVascularBrowning1 om:alternativeLabel "vascular_1"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 1 poster vascular browning."@nl ; + rdfs:label "number vascular browning 1"@en . + + +om:NumberVascularBrowning2 rdfs:label "number vascular browning 2"@en ; + om:alternativeLabel "vascular_2"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 2 poster vascular browning."@nl . + + +om:NumberVascularBrowning3 rdfs:comment "Voorbeeld avocado Hass: code 3 poster vascular browning."@nl ; + om:alternativeLabel "vascular_3"@en ; + rdfs:label "number vascular browning 3"@en . + + +om:NumberVascularBrowning4 om:alternativeLabel "vascular_4"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 4 poster vascular browning."@nl ; + rdfs:label "number vascular browning 4"@en . + + +om:NumberVascularBrowning5 om:alternativeLabel "vascular_5"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 5 poster vascular browning."@nl ; + rdfs:label "number vascular browning 5"@en . + + +om:NumberWiltedFlowers om:alternativeLabel "#wilted flowers"@en ; + rdfs:label "aantal verwelkte bloemen"@nl , + "number wilted flowers"@en ; + rdfs:comment "Aantal verwelkte bloemen."@nl . + + +om:NumberWiltedLeaves rdfs:label "number wilted leaves"@en ; + om:alternativeLabel "#wilted leaves"@en ; + rdfs:comment "Aantal verwelkte bladeren."@nl ; + rdfs:label "aantal verwelkte bladeren"@nl . + + +om:NumberYellowLeaves rdfs:label "aantal vergeelde bladeren"@nl ; + om:alternativeLabel "#yellow leaves"@en ; + rdfs:label "number yellow leaves"@en ; + rdfs:comment "Aantal yellow bladeren."@nl . + + +om:NusseltNumber om:symbol "Nu" ; + rdfs:comment "The Nusselt number is the ratio of convective to conductive heat transfer across (normal to) the boundary."@en ; + rdfs:label "Nusselt number"@en , + "getal van Nusselt"@nl . + + +om:NusseltNumberForMassTransfer om:symbol "Nu*" ; + rdfs:label "Nusselt number for mass transfer"@en . + + +om:OrganDoseEquivalent rdfs:label "organ dose equivalent"@en . + + +om:Overrun rdfs:label "overrun"@en . + + +om:PeakWavelength om:symbol "λ_m" ; + rdfs:comment "Wavelength for which the detectivity is at a maximum."@en ; + rdfs:label "peak wavelength"@en . + + +om:PecletNumber rdfs:comment "The Péclet number is a dimensionless number that relates the rate of advection of a flow to its rate of diffusion, often thermal diffusion."@en ; + rdfs:label "Péclet number"@en ; + om:symbol "Pe" ; + rdfs:label "getal van Péclet"@nl . + + +om:PecletNumberForMassTransfer om:symbol "Pe*" ; + rdfs:label "Péclet number for mass transfer"@en . + + +om:Percentage rdfs:label "percentage"@en . + + +om:Period om:symbol "T" ; + rdfs:label "periode"@nl , + "period"@en . + + +om:PeriodOfVariability rdfs:comment "The duration of one cycle in a (semi) periodical star."@en ; + rdfs:label "period of variability"@en ; + om:symbol "P" . + + +om:Permeability-EarthScience om:alternativeLabel "intrinsieke permeabiliteit"@nl , + "intrinsic permeability"@en ; + om:alternativeSymbol "k" ; + rdfs:label "permeabiliteit (aardwetenschappen)"@nl ; + om:symbol "κ" ; + rdfs:label "permeability (earth science)"@en . + + +om:PermeabilityOfFreeSpace rdfs:label "permeability of free space"@en ; + om:symbol "μ" ; + om:alternativeLabel "vacuum permeability"@en . + + +om:Permeance-Electromagnetic rdfs:comment "Electromagnetic permeance is a measure of flux for a number of current-turns in magnetic circuit."@en ; + rdfs:label "permeance (electromagnetic)"@en ; + om:symbol "Λ" ; + om:alternativeLabel "electromagnetic permeance"@en . + + +om:Permeance-MaterialsScience rdfs:label "permeance (materials science)"@en ; + rdfs:comment "Permeance is the degree to which a material transmits another substance."@en ; + om:symbol "Λ" . + + +om:Permittivity rdfs:label "permittivity"@en ; + om:symbol "ε" . + + +om:PersonalDoseEquivalent rdfs:label "personal dose equivalent"@en . + + +om:PhotographicAmplitude rdfs:comment "Amplitude of the light variation in photographic magnitude."@en ; + om:symbol "A_V" ; + rdfs:label "photographic amplitude"@en . + + +om:PhotographicMagnitude rdfs:label "photographic magnitude"@en ; + om:symbol "m_photo" . + + +om:PhotographicMagnitudeAtMaximumBrightness rdfs:label "photographic magnitude at maximum brightness"@en ; + om:symbol "m_p,max" . + + +om:PhotographicMagnitudeAtMinimumBrightness om:symbol "m_p,min" ; + rdfs:label "photographic magnitude at minimum brightness"@en . + + +om:PixelCount rdfs:label "pixel count"@en . + + +om:PlanetaryAberration rdfs:label "planetary aberration"@en ; + rdfs:comment "The apparent angular displacement of the observed position of a celestial object produced by the motion of the observer and the actual motion of the observed object."@en . + + +om:PotassiumSorbateMassFraction rdfs:label "potassium sorbate mass fraction"@en ; + rdfs:comment "The fraction of the mass of potassium sorbate in a phenomenon"@en . + + +om:PotentialDifference rdfs:label "potential difference"@en , + "potentiaalverschil"@nl ; + om:alternativeSymbol "V" ; + om:symbol "U" . + + +om:PotentialEnergy rdfs:label "势能"@zh ; + om:alternativeSymbol "V" ; + rdfs:label "potentiële energie"@nl ; + om:alternativeSymbol "Φ" , + "U" ; + rdfs:comment "Potential energy is energy due to position of one body with respect to another or to the relative parts of the same body."@en ; + rdfs:label "potential energy"@en ; + om:symbol "E_p" . + + +om:Power rdfs:comment "Power is the time rate at which work is done. It is a derived quantity in the International System of Units. Power is energy divided by time."@en ; + rdfs:label "power"@en ; + om:symbol "P" ; + rdfs:label "功率"@zh , + "vermogen"@nl . + + +om:PowerDensity rdfs:label "power density"@en . + + +om:PrandtlNumber rdfs:label "getal van Prandtl"@nl , + "Prandtl number"@en ; + om:symbol "Pr" . + + +om:Pressure rdfs:label "druk"@nl , + "pressure"@en ; + rdfs:comment "Pressure is the force applied to or distributed over a surface. It is a derived quantity in the International System of Units. Pressure is force divided by area."@en ; + om:symbol "p" ; + rdfs:label "压力"@zh ; + om:alternativeSymbol "P" . + + +om:ProteinMassFraction rdfs:comment "The fraction of the mass of protein in a phenomenon"@en ; + rdfs:label "protein mass fraction"@en . + + +om:PulpBrowning rdfs:label "pulp browning"@en ; + rdfs:comment "Voorbeeld avocado Hass: poster (code)."@nl ; + om:alternativeLabel "pulp"@en . + + +om:QualityMark rdfs:label "quality mark"@en ; + om:alternativeLabel "Qcijfer"@nl ; + rdfs:label "kwaliteitscijfer"@nl . + + +om:QualityMarkFlower om:alternativeLabel "Qcijfer flower"@nl ; + rdfs:label "kwaliteitscijfer bloem(en)"@nl , + "quality mark flower(s)"@en . + + +om:QualityMarkLeaf rdfs:label "kwaliteitscijfer bladeren"@nl , + "quality mark leafs"@en ; + om:alternativeLabel "Qcijfer leaf"@nl . + + +om:QualityMarkTotal om:alternativeLabel "Qcijfer total"@nl ; + rdfs:label "quality mark total"@en , + "kwaliteitscijfer total"@nl . + + +om:QuantityOfDimensionOne rdfs:label "quantity of dimension one"@en . + + +om:QuantumEfficiency om:symbol "QE" ; + rdfs:label "quantum efficiency"@en ; + rdfs:comment "Ratio (of a detector such as a CCD) of actual number of detected photons and the number of incident photons."@en . + + +om:RMagnitude om:symbol "R" ; + om:alternativeSymbol "m_R" ; + rdfs:label "R magnitude"@en ; + rdfs:comment "R magnitude in the Cousins photometric system."@en . + + +om:Radiance om:symbol "L" ; + rdfs:label "radiance"@en ; + om:alternativeSymbol "L_e" ; + rdfs:comment "Radiance is a radiometric measure that describes the amount of light that passes through or is emitted from a particular area and falls within a given solid angle in a specified direction."@en . + + +om:RadiantEnergy om:symbol "Q" ; + rdfs:label "radiant energy"@en ; + om:alternativeSymbol "W" , + "Q_e" . + + +om:RadiantFlux om:alternativeSymbol "P" ; + om:alternativeLabel "radiant power"@en ; + rdfs:label "radiant flux"@en ; + om:alternativeLabel "radiant energy flux"@en ; + om:symbol "Φ" ; + rdfs:comment "Radiant flux is the measure of the total power of electromagnetic radiation."@en ; + om:alternativeSymbol "Φ_e" . + + +om:RadiantIntensity om:symbol "I" ; + om:alternativeSymbol "I_e" ; + rdfs:label "radiant intensity"@en . + + +om:Radius rdfs:label "straal"@nl ; + om:alternativeLabel "radius"@nl ; + rdfs:label "半径"@zh , + "radius"@en ; + om:symbol "r" . + + +om:Radius-Angle rdfs:label "radius (angle)"@en , + "radius (hoek)"@nl . + + +om:RankineTemperature rdfs:label "Rankine temperature"@en ; + om:symbol "T" ; + rdfs:label "Rankinetemperatuur"@nl . + + +om:Ratio rdfs:label "ratio"@en . + + +om:RayleighNumber rdfs:comment "The Rayleigh number for a fluid is a dimensionless number associated with buoyancy driven flow."@en ; + om:symbol "Ra" ; + rdfs:label "Rayleigh number"@en , + "getal van Rayleigh"@nl . + + +om:ReaumurTemperature rdfs:label "Réaumurtemperatuur"@nl ; + om:symbol "T" ; + rdfs:label "Réaumur temperature"@en . + + +om:RedMagnitude rdfs:label "red magnitude"@en ; + rdfs:comment "A red magnitude not specified for a specific photometric system."@en ; + om:symbol "r" ; + om:alternativeSymbol "m_r" . + + +om:Reddening rdfs:label "reddening"@en ; + rdfs:comment "Reddening causes the star to appear redder if more dust or gas is between the star and the observer."@en ; + om:symbol "E" ; + om:alternativeLabel "wavelength-selective extinction"@en , + "colour excess"@en . + + +om:ReddeningB-V rdfs:comment "Reddening causes the star to appear redder if more dust or gas is between the star and the observer. The standard reddening is measured using the B and V passbands."@en ; + rdfs:label "reddening (B-V)"@en ; + om:LaTeXSymbol "E_{\\mathit{B-V}}" ; + om:symbol "E_B-V" ; + om:alternativeLabel "colour excess (B-V)"@en , + "wavelength-selective extinction (B-V)"@en . + + +om:ReddeningU-B rdfs:label "reddening (U-B)"@en ; + om:LaTeXSymbol "E_{\\mathit{U-B}}" ; + om:alternativeLabel "wavelength-selective extinction (U-B)"@en ; + rdfs:comment "Reddening measured with the U and B passbands."@en ; + om:alternativeLabel "colour excess (U-B)"@en ; + om:symbol "E_U-B" . + + +om:RelativeHumidity rdfs:label "relative humidity"@en , + "relatieve luchtvochtigheid"@nl ; + om:symbol "RH" . + + +om:Reluctance om:symbol "τ" ; + rdfs:label "reluctance"@en . + + +om:ResonanceEnergy rdfs:label "resonance energy"@en . + + +om:Responsivity rdfs:label "responsivity"@en ; + om:symbol "R" ; + rdfs:comment "Detector output for unit intensity input. Units are usually volts per watt or amps per watt."@en . + + +om:ResponsivityUnit rdfs:label "responsivity unit"@en . + + +om:ReynoldsNumber rdfs:comment "The Reynolds number is a dimensionless number that gives a measure of the ratio of inertial forces to viscous forces and, consequently, quantifies the relative importance of these two types of forces for given flow conditions."@en ; + rdfs:label "getal van Reynolds"@nl ; + om:symbol "Re" ; + rdfs:label "Reynolds number"@en . + + +om:RightAscension rdfs:label "right ascension"@en ; + om:alternativeSymbol "ra" ; + om:symbol "α" ; + rdfs:label "rechte klimming"@nl ; + rdfs:comment "The angular distance on the celestial sphere measured eastward along the celestial equator from the equinox to the great circle passing through the celestial object and the celestial north pole."@en . + + +om:SaltMassFraction rdfs:label "salt mass fraction"@en ; + rdfs:comment "The fraction of the mass of salt in a phenomenon"@en . + + +om:SaltStrength rdfs:label "salt strength"@en , + "zoutsterkte"@nl . + + +om:ScaleFactor rdfs:label "scale factor"@en , + "schaalfactor"@nl . + + +om:ScaleHeight rdfs:comment "The scale height of a feature (such as the thin galactic disk) is the height (or position) at which the number density of the feature (for instance of the number of Population II stars) is equal to 1/e times the number density at the origin (for instance the Galactic Plane)."@en ; + rdfs:label "scale height"@en ; + om:symbol "h_z" . + + +om:ScaleLength om:symbol "r" ; + rdfs:comment "The radial distance from a galaxy's core at which the average intensity has fallen to 1/e of the intensity at the centre of the galaxy."@en ; + rdfs:label "scale length"@en ; + om:alternativeLabel "scale radius"@en . + + +om:SchmidtNumber rdfs:label "Schmidt number"@en ; + om:symbol "Sc" ; + rdfs:label "getal van Schmidt"@nl . + + +om:SecularAberration rdfs:label "secular aberration"@en ; + rdfs:comment "The component of the stellar abberation resulting from the motion of the solar system in space. This component is usually ignored. The abberation is the apparent angular displacement of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en . + + +om:ShearLossModulus rdfs:label "shear loss modulus"@en ; + om:symbol "G''" . + + +om:ShearModulus om:alternativeSymbol "S" ; + rdfs:label "schuifmodulus"@nl ; + om:alternativeSymbol "μ" ; + rdfs:label "shear modulus"@en ; + om:symbol "G" ; + rdfs:comment "Shear modulus is the ratio of shear stress to shear strain."@en . + + +om:ShearRate om:symbol "S" ; + rdfs:label "shear rate"@en . + + +om:ShearStorageModulus om:symbol "G'" ; + rdfs:label "shear storage modulus"@en . + + +om:ShearStrain rdfs:label "shear strain"@en ; + rdfs:comment "Shear strain is a strain that acts parallel to the surface of a material that it acts on."@en ; + rdfs:label "schuifvervorming"@nl . + + +om:ShearStress om:symbol "τ" ; + rdfs:label "schuifspanning"@nl , + "shear stress"@en ; + rdfs:comment "Shear stress is a stress that is applied parallel or tangential to a face of a material."@en . + + +om:Slope rdfs:label "slope"@en . + + +om:SolidAngle rdfs:label "立体角"@zh ; + om:symbol "Ω" ; + rdfs:label "solid angle"@en ; + rdfs:comment "Solid angle is the ratio of the surface of a portion of a sphere enclosed by the conical surface that forms an angle to the square of the radius of the sphere."@en ; + rdfs:label "ruimtehoek"@nl ; + om:alternativeSymbol "ω" . + + +om:SoyBeanMassFraction rdfs:label "soy bean mass fraction"@en ; + rdfs:comment "The fraction of the mass of soy bean oil in a phenomenon"@en . + + +om:SpecificAmountOfMoney rdfs:label "specific amount of money"@en . + + +om:SpecificAmylaseActivity rdfs:label "specific amylase activity"@en . + + +om:SpecificCatalyticActivity rdfs:label "specific catalytic activity"@en . + + +om:SpecificColiformBacterieCount rdfs:label "coliform bacteria count (specific)"@en . + + +om:SpecificCorynebacteriumBovisCount rdfs:label "Corynebacterium bovis count (specific)"@en . + + +om:SpecificCorynebacteriumCount rdfs:label "Corynebacterium count (specific)"@en ; + om:alternativeLabel "Arcanobacterium count (specific)"@en . + + +om:SpecificCost rdfs:label "specific cost"@en . + + +om:SpecificEnergy rdfs:label "specific energy"@en ; + rdfs:comment "Specific energy is energy per unit mass."@en . + + +om:SpecificEnergyImparted rdfs:label "specific energy imparted"@en ; + om:alternativeLabel "specific energy (imparted)"@en . + + +om:SpecificEnterobacteriaceaeCount rdfs:label "Enterobacteriaceae count (specific)"@en . + + +om:SpecificEnterococcusCount rdfs:label "Enterococcus count (specific)"@en . + + +om:SpecificEntropy rdfs:label "specific entropy"@en . + + +om:SpecificEscherichiaColiCount rdfs:label "Escherichia coli count (specific)"@en . + + +om:SpecificHeatCapacity om:alternativeSymbol "c_v" ; + rdfs:label "soortelijke warmte"@nl ; + om:alternativeLabel "specifieke warmte"@nl ; + rdfs:label "specific heat capacity"@en ; + om:symbol "c_p" ; + om:alternativeLabel "specifieke warmtecapaciteit"@nl . + + +om:SpecificKlebsiellaCount rdfs:label "Klebsiella count (specific)"@en . + + +om:SpecificListeriaMonocytogenesCount rdfs:label "Listeria monocytogenes count (specific)"@en . + + +om:SpecificProteaseActivity rdfs:label "specific protease activity"@en . + + +om:SpecificSalmonellaCount rdfs:label "Salmonella count (specific)"@en . + + +om:SpecificSerratiaMarcescensCount rdfs:label "Serratia marcescens count (specific)"@en . + + +om:SpecificStaphylococcusAureusCount rdfs:label "Staphylococcus aureus count (specific)"@en . + + +om:SpecificStreptococcusAgalactiaeCount rdfs:label "Streptococcus agalactiae count (specific)"@en . + + +om:SpecificStreptococcusDysgalactiaeCount rdfs:label "Streptococcus dysgalactiae count (specific)"@en . + + +om:SpecificStreptococcusUberisCount rdfs:label "Streptococcus uberis count (specific)"@en . + + +om:SpecificViableCount rdfs:label "viable count (specific)"@en . + + +om:SpecificVolume rdfs:label "specific volume"@en ; + om:alternativeLabel "concentration (v/w)"@en ; + rdfs:label "soortelijk volume"@nl ; + rdfs:comment "Specific volume is volume per unit mass."@en ; + om:symbol "v" ; + om:alternativeLabel "specifiek volume"@nl . + + +om:SpecificYeastAndFungiCount rdfs:label "yeast and fungi count (specific)"@en . + + +om:SpectralResponse rdfs:label "spectral response"@en ; + rdfs:comment "The change in output signal as a function of changes in the wavelength of the input signal."@en . + + +om:Speed om:symbol "v" ; + rdfs:label "snelheid (scalair)"@nl ; + rdfs:comment "Speed is the time rate of motion measured by the distance moved over in unit time."@en ; + rdfs:label "speed"@en , + "速度"@zh ; + om:alternativeSymbol "u" . + + +om:StantonNumber rdfs:label "Stanton number"@en ; + om:symbol "St" ; + rdfs:label "getal van Stanton"@nl ; + rdfs:comment "The Stanton number is a dimensionless number that measures the ratio of heat transferred into a fluid to the thermal capacity of fluid."@en . + + +om:StantonNumberForMassTransfer om:symbol "St*" ; + rdfs:label "Stanton number for mass transfer"@en . + + +om:StarchMassFraction rdfs:label "starch mass fraction"@en ; + rdfs:comment "The fraction of the mass of starch in a phenomenon"@en . + + +om:StarchVA40MassFraction rdfs:comment "The fraction of the mass of starch VA40 in a phenomenon"@en ; + rdfs:label "starch VA40 mass fraction"@en . + + +om:StarchVA85MassFraction rdfs:label "starch VA85 mass fraction"@en ; + rdfs:comment "The fraction of the mass of starch VA85 in a phenomenon"@en . + + +om:StellarAberration rdfs:comment "The apparent angular displacement of the observed position of a celestial object resulting from the motion of the observer. Stellar aberration is divided into diurnal, annual, and secular components."@en ; + rdfs:label "stellar aberration"@en . + + +om:StemEndRot om:alternativeLabel "stemendrot"@en ; + rdfs:label "stem end rot"@en ; + rdfs:comment "Aanwezigheid stem end rot (1/0)."@nl . + + +om:StemEndRotAreaFraction om:alternativeLabel "stemendrot%"@en ; + rdfs:label "stem-end-rot-oppervlaktefractie"@nl , + "stem end rot area fraction"@en ; + rdfs:comment "Percentage van het oppervlak stem end rot."@nl . + + +om:StickStone rdfs:label "stick stone"@en ; + om:alternativeLabel "stickstone"@en ; + rdfs:comment "Kleefpit of niet (1/0)."@nl . + + +om:StorageModulus om:symbol "E'" ; + rdfs:label "storage modulus"@en . + + +om:Strain rdfs:label "vervorming"@nl ; + om:symbol "ε" ; + om:alternativeSymbol "γ" ; + rdfs:label "strain"@en . + + +om:StrainTensor om:alternativeLabel "rektensor"@nl , + "vervormingstensor"@nl ; + om:symbol "ε_ij" ; + rdfs:label "strain tensor"@en . + + +om:StrawMass rdfs:label "straw mass"@en ; + om:unofficialLabel "straw weight" . + + +om:Stress rdfs:label "mechanische spanning"@nl , + "stress"@en ; + rdfs:comment "Stress is a force that produces or tends to produce deformation in a body measured by the force applied per unit area."@en ; + om:symbol "σ" . + + +om:StressTensor rdfs:label "stress tensor"@en , + "mechanische-spanningstensor"@nl ; + om:symbol "τ_ij" . + + +om:StroemgrenMagnitude rdfs:comment "A magnitude measured in one of Strömgren's standard passbands (using a standard filter, u, b, v, or y) or in the passbands defined by Crawford (β_narrow or β_wide)."@en ; + rdfs:label "Strömgren magnitude"@en . + + +om:StrouhalNumber rdfs:comment "The Strouhal number is a dimensionless number that describes oscillating flow mechanisms."@en ; + om:symbol "Sr" ; + rdfs:label "getal van Strouhal"@nl , + "Strouhal number"@en . + + +om:SugarMassFraction rdfs:comment "The fraction of the mass of sugar in a phenomenon"@en ; + rdfs:label "sugar mass fraction"@en . + + +om:SupergalacticLatitude om:symbol "SGB" ; + rdfs:label "supergalactic latitude"@en ; + rdfs:comment "The angular distance on the celestial sphere north or south of the supergalactic equator. It is measured along the great circle passing through the object and the supergalactic poles and perpendicular to the supergalactic equator."@en . + + +om:SupergalacticLongitude om:symbol "SGL" ; + rdfs:comment "The angular distance on the celestial sphere measured clockwise from the supergalactic centre (as defined by the International Astronomical Union (IAU)) along the supergalactic equator to the intersection with the great circle drawn from the supergalactic north pole through the object."@en ; + rdfs:label "supergalactic longitude"@en . + + +om:SurfaceTension rdfs:comment "Surface tension is an attractive property of the surface of a liquid."@en ; + rdfs:label "surface tension"@en ; + om:symbol "γ" ; + om:alternativeSymbol "σ" ; + rdfs:label "oppervlaktespanning"@nl . + + +om:SymbolRate om:alternativeLabel "modulation rate"@en , + "baud rate"@en ; + rdfs:comment "Symbol rate is the number of symbol changes (signalling events) made to the transmission medium per second using a digitally modulated signal or a line code."@en ; + rdfs:label "symbol rate"@en . + + +om:Temperature rdfs:label "temperatuur"@nl ; + om:alternativeSymbol "θ" ; + rdfs:label "temperature"@en ; + om:symbol "T" ; + rdfs:comment "Temperature is the extent to which an object is hot."@en ; + rdfs:label "温度"@zh ; + om:unofficialAbbreviation "temp" ; + om:alternativeSymbol "t" . + + +om:TemperatureRate rdfs:label "temperatuur-rate"@nl , + "temperature rate"@en ; + om:unofficialLabel "heating rate" . + + +om:ThermalConductivity om:symbol "κ" ; + rdfs:comment "Termal conductivity indicates the ability of a material to conduct heat."@en ; + om:alternativeSymbol "K" , + "λ" , + "k" ; + rdfs:label "thermal conductivity"@en , + "thermische geleidbaarheid"@nl . + + +om:ThermalDiffusivity rdfs:label "thermal diffusivity"@en . + + +om:ThermalInsulance rdfs:label "thermal insulance"@en . + + +om:ThermalResistance rdfs:label "thermal resistance"@en . + + +om:ThermodynamicTemperature om:alternativeLabel "thermodynamische temperatuur"@nl ; + rdfs:label "thermodynamic temperature"@en ; + rdfs:comment "Thermodynamic temperature is the absolute measure of temperature. Its zero point is the temperature at which the particle constituents of matter have minimal motion and can be no colder. Thermodynamic temperature is a base quantity in the International System of Units."@en ; + rdfs:label "absolute temperatuur"@nl ; + om:symbol "T" . + + +om:Thickness rdfs:label "dikte"@nl ; + om:symbol "d" ; + om:alternativeSymbol "δ" ; + rdfs:label "thickness"@en . + + +om:Thrust rdfs:comment "Thrust is a reaction force that is caused by an accelerated mass expelled by a system in one direction."@en ; + rdfs:label "thrust"@en , + "stuwkracht"@nl . + + +om:ThuanAndGunnMagnitude rdfs:comment "A magnitude measured in one of Thuan and Gunn's standard passbands (using a standard filter, i.e. g)."@en ; + rdfs:label "Thuan and Gunn magnitude"@en . + + +om:Time rdfs:label "tijd"@nl , + "time"@en ; + rdfs:comment "Time is a base quantity in the International System of Units and other systems of units. It is measured by numbers of repetitions of cyclical events."@en ; + om:symbol "t" ; + rdfs:label "时间"@zh . + + +om:TimeConstant rdfs:comment "Time required to approach (1-1/e) of the final output value of a detector (about 63%) (Kitchin, Astrophysical Techniques, IoP, Table 1.1.2)."@en ; + om:symbol "τ" ; + rdfs:label "time constant"@en . + + +om:TopMass om:unofficialLabel "top weight" ; + rdfs:label "top mass"@en . + + +om:Torque rdfs:label "扭矩"@zh ; + om:symbol "T" ; + rdfs:label "torque"@en ; + rdfs:comment "Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis."@en ; + rdfs:label "koppel"@nl . + + +om:Total3DStartEndDistance rdfs:label "total 3D start-end distance"@en . + + +om:TotalDensityParameter rdfs:label "total density parameter"@en ; + om:symbol "Ω_T" ; + rdfs:comment "The total density parameter."@en . + + +om:TotalDistanceTravelled rdfs:label "total distance travelled"@en . + + +om:TotalNumberBuds rdfs:label "totaal aantal knoppen"@nl ; + om:alternativeLabel "#buds"@en ; + rdfs:label "total number buds"@en ; + rdfs:comment "Totaal aantal knoppen."@nl . + + +om:TotalNumberFlowers rdfs:label "totaal aantal bloemen"@nl ; + om:alternativeLabel "#flowers"@en ; + rdfs:label "total number flowers"@en ; + rdfs:comment "Totaal aantal bloemen."@nl . + + +om:TotalNumberLeaves rdfs:comment "Totaal aantal bladeren."@nl ; + rdfs:label "total number leaves"@en , + "totaal aantal bladeren"@nl ; + om:alternativeLabel "#leaves"@en . + + +om:TrueDistanceModulus rdfs:label "true distance modulus"@en . + + +om:TweenMassFraction rdfs:label "tween mass fraction"@en ; + rdfs:comment "The fraction of the mass of tween in a phenomenon"@en . + + +om:TychoBroadbandMagnitude om:symbol "T" ; + om:alternativeSymbol "m_T" ; + rdfs:label "Tycho broadband magnitude"@en ; + rdfs:comment "Broadband Tycho magnitude (formed from B and V magintude measurements."@en . + + +om:UMagnitude om:alternativeSymbol "m_U" ; + rdfs:label "U magnitude"@en ; + om:symbol "U" ; + rdfs:comment "Johnson U magnitude. The Johnson U band is a standard passband in the ultraviolet area. The central wavelength is 365nm and the bandwidth is 70nm. The filter to be used is the Corning 9863 filter."@en . + + +om:VAmplitude om:symbol "A_V" ; + rdfs:label "V amplitude"@en ; + rdfs:comment "Amplitude of the light variation in Johnson V magnitude. The Johnson V band is a standard passband in the visual area, matching the response curve of the human eye. The central wavelength is 550nm and the bandwidth is 90nm. The filter to be used is the Corning 3384 filter."@en . + + +om:VMagnitude rdfs:label "V magnitude"@en ; + om:symbol "V" ; + rdfs:comment "Johnson V magnitude. The Johnson V band is a standard passband in the visual area, matching the response curve of the human eye. The central wavelength is 550nm and the bandwidth is 90nm. The filter to be used is the Corning 3384 filter."@en ; + om:alternativeSymbol "m_V" . + + +om:VMagnitudeAtMaximumBrightness rdfs:label "V magnitude at maximum brightness"@en ; + om:symbol "V_max" ; + rdfs:comment "Johnson V magnitude (apparent) at maximum brightness (i.e. for a variable star). The Johnson V band is a standard filter in the visual area, matching the response curve of the human eye. The central wavelength is 550nm and the bandwidth is 90nm. The filter to be used is the Corning 3384 filter."@en . + + +om:VMagnitudeAtMinimumBrightness om:symbol "V_min" ; + rdfs:label "V magnitude at minimum brightness"@en ; + rdfs:comment "Johnson V magnitude (apparent) at minimum brightness (i.e. for a variable star). The Johnson V band is a standard filter in the visual area, matching the response curve of the human eye. The central wavelength is 550nm and the bandwidth is 90nm. The filter to be used is the Corning 3384 filter."@en . + + +om:VascularBrowning rdfs:label "vascular browning"@en ; + om:alternativeLabel "vascular"@en ; + rdfs:comment "Voorbeeld avocado Hass: poster (code)."@nl . + + +om:VaseLife rdfs:label "vaasleven"@nl , + "vase life"@en ; + rdfs:comment "Aantal dagen op de vaas tot onvoldoende."@nl . + + +om:VasePlusWaterMass om:alternativeLabel "weight vase"@en , + "vase plus water weight"@en ; + rdfs:label "vaas- plus watermassa"@nl , + "vase plus water mass"@en ; + rdfs:comment "Gewicht vaas plus water."@nl . + + +om:VasePlusWaterPlusFlowerMass rdfs:label "vaas- plus water- plus bloemmassa"@nl ; + om:alternativeLabel "vase plus water plus flower weight"@en ; + rdfs:label "vase plus water plus flower mass"@en ; + rdfs:comment "Gewicht vaas plus water plus bloem (= steel plus blad plus bloem)."@nl ; + om:alternativeLabel "weight flo and vase"@en . + + +om:Velocity om:symbol "u" ; + om:alternativeSymbol "v" ; + rdfs:label "snelheid (vector)"@nl ; + om:alternativeSymbol "w" ; + rdfs:comment "Velocity is the rate of change of position."@en ; + rdfs:label "velocity"@en . + + +om:ViableCount rdfs:label "viable count"@en . + + +om:VisualAlbedo rdfs:comment "The albedo only for radiation in the visual part of the spectrum."@en ; + rdfs:label "visual albedo"@en . + + +om:Volume om:alternativeSymbol "v" ; + rdfs:label "volume"@en , + "volume"@nl ; + om:alternativeLabel "inhoud"@nl ; + rdfs:comment "Volume is a measure of how much three-dimensional space any phenomenon occupies. It is a derived quantity in the International System of Units. Volume is length to the power 3."@en ; + rdfs:label "体积"@zh ; + om:symbol "V" . + + +om:VolumeFraction rdfs:label "volume fraction"@en , + "volumefractie"@nl ; + om:alternativeLabel "concentration (v/v)"@en ; + om:symbol "φ" . + + +om:VolumeStrain om:alternativeLabel "bulk strain"@en ; + rdfs:label "volume strain"@en ; + om:symbol "θ" . + + +om:VolumetricColiformBacterieCount rdfs:label "coliform bacteria count (volumetric)"@en . + + +om:VolumetricCorynebacteriumBovisCount rdfs:label "Corynebacterium bovis count (volumetric)"@en . + + +om:VolumetricCorynebacteriumCount om:alternativeLabel "Arcanobacterium count (volumetric)"@en ; + rdfs:label "Corynebacterium count (volumetric)"@en . + + +om:VolumetricEnterobacteriaceaeCount rdfs:label "Enterobacteriaceae count (volumetric)"@en . + + +om:VolumetricEnterococcusCount rdfs:label "Enterococcus count (volumetric)"@en . + + +om:VolumetricEscherichiaColiCount rdfs:label "Escherichia coli count (volumetric)"@en . + + +om:VolumetricFlowRate om:alternativeLabel "flow rate"@en ; + rdfs:label "volumetric flow rate"@en ; + om:alternativeLabel "volume flow rate"@en , + "volume flow"@en . + + +om:VolumetricHeatCapacity rdfs:label "volumetric heat capacity"@en . + + +om:VolumetricKlebsiellaCount rdfs:label "Klebsiella count (volumetric)"@en . + + +om:VolumetricListeriaMonocytogenesCount rdfs:label "Listeria monocytogenes count (volumetric)"@en . + + +om:VolumetricSalmonellaCount rdfs:label "Salmonella count (volumetric)"@en . + + +om:VolumetricSerratiaMarcescensCount rdfs:label "Serratia marcescens count (volumetric)"@en . + + +om:VolumetricStaphylococcusAureusCount rdfs:label "Staphylococcus aureus count (volumetric)"@en . + + +om:VolumetricStreptococcusAgalactiaeCount rdfs:label "Streptococcus agalactiae count (volumetric)"@en . + + +om:VolumetricStreptococcusDysgalactiaeCount rdfs:label "Streptococcus dysgalactiae count (volumetric)"@en . + + +om:VolumetricStreptococcusUberisCount rdfs:label "Streptococcus uberis count (volumetric)"@en . + + +om:VolumetricViableCount rdfs:label "viable count (volumetric)"@en . + + +om:VolumetricYeastAndFungiCount rdfs:label "yeast and fungi count (volumetric)"@en . + + +om:WaterMassFraction rdfs:label "water mass fraction"@en ; + rdfs:comment "The fraction of the mass of water in a phenomenon"@en . + + +om:Wavelength rdfs:label "golflengte"@nl , + "wavelength"@en ; + om:symbol "λ" . + + +om:Wavenumber rdfs:comment "Wavenumber is the number of repeating units of a propagating wave (the number of times a wave has the same phase) per unit of space."@en ; + rdfs:label "wavenumber"@en ; + om:symbol "σ" ; + rdfs:label "golfgetal"@nl . + + +om:WeberNumber rdfs:label "getal van Weber"@nl ; + om:symbol "We" ; + rdfs:label "Weber number"@en . + + +om:Weight rdfs:comment "Weight is a force that attracts a body towards another (reference) body."@en ; + om:alternativeSymbol "W" ; + rdfs:label "weight"@en ; + om:alternativeSymbol "P" ; + rdfs:label "gewicht"@nl ; + om:symbol "G" . + + +om:WettingAngle rdfs:label "wetting angle"@en . + + +om:WheyProteinAggregateMassFraction rdfs:label "whey protein aggregate mass fraction"@en ; + rdfs:comment "The fraction of the mass of whey protein aggregate in a phenomenon"@en . + + +om:WheyProteinBeadsMassFraction rdfs:comment "The fraction of the mass of whey protein beads in a phenomenon"@en ; + rdfs:label "whey protein beads mass fraction"@en . + + +om:WheyProteinMassFraction rdfs:label "whey protein mass fraction"@en ; + rdfs:comment "The fraction of the mass of whey protein in a phenomenon"@en . + + +om:WhiteLightMagnitude rdfs:label "white light magnitude"@en ; + om:symbol "m" . + + +om:WhiteLightMagnitudeAtMaximumBrightness om:symbol "m_max" ; + rdfs:label "white light magnitude at maximum brightness"@en . + + +om:WhiteLightMagnitudeAtMinimumBrightness om:symbol "m_min" ; + rdfs:label "white light magnitude at minimum brightness"@en . + + +om:Width rdfs:label "width"@en , + "breedte"@nl ; + om:symbol "w" . + + +om:Work rdfs:label "work"@en , + "工作"@zh ; + rdfs:comment "Work is the energy when a force acts against resistance to produce motion in a body."@en ; + om:alternativeSymbol "A" ; + rdfs:label "arbeid"@nl ; + om:symbol "W" . + + +om:XanthanMassFraction rdfs:comment "The fraction of the mass of xanthan in a phenomenon"@en ; + rdfs:label "xanthan mass fraction"@en . + + +om:ZenithDistance om:symbol "z" ; + om:alternativeLabel "zenith angle"@en ; + rdfs:label "zenitafstand"@nl ; + rdfs:comment "The angular distance on the celestial sphere measured along the great circle from the zenith to the celestial object. z = 90° - h."@en ; + om:alternativeLabel "zenithoek"@nl ; + rdfs:label "zenith distance"@en . + + +om:_1040NanometreLockwoodMagnitude om:symbol "m_L1040" ; + rdfs:comment "A magnitude in the 1.04 micrometre band of the photometric system introduced by G.W. Lockwood."@en ; + rdfs:label "1040 nm Lockwood magnitude"@en . + + +om:bMagnitude om:symbol "b" ; + rdfs:comment "b Magnitude in the Strömgren photometric system with a peak wavelength at 467 nm and a peak-half-width of 18 nm."@en ; + om:alternativeSymbol "m_b" ; + rdfs:label "b magnitude"@en . + + +om:gMagnitude rdfs:label "g magnitude"@en ; + om:alternativeSymbol "m_g" ; + rdfs:comment "g Magnitude in the Thuan and Gunn photometric system."@en ; + om:symbol "g" . + + +om:uMagnitude om:alternativeSymbol "m_u" ; + rdfs:comment "u Magnitude in the Strömgren photometric system with a peak wavelength at 350 nm and a peak-half-width of 30 nm."@en ; + om:symbol "u" ; + rdfs:label "u magnitude"@en . + + +om:vMagnitude om:alternativeSymbol "m_v" ; + rdfs:label "v magnitude"@en ; + om:symbol "v" ; + rdfs:comment "v Magnitude in the Strömgren photometric system with a peak wavelength at 411 nm and a peak-half-width of 19 nm."@en . + + +om:xRange rdfs:label "x range"@en . + + +om:xy2DStartEndDistance rdfs:label "xy 2D start-end distance"@en . + + +om:xyDistanceTravelled rdfs:label "xy distance travelled"@en . + + +om:yMagnitude om:alternativeSymbol "m_y" ; + rdfs:comment "y Magnitude in the Strömgren photometric system with a peak wavelength at 547 nm and a peak-half-width of 23 nm."@en ; + rdfs:label "y magnitude"@en ; + om:symbol "y" . + + +om:yRange rdfs:label "y range"@en . + + +om:zRange rdfs:label "z range"@en . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/meta-model/saref.ttl b/meta-model/saref.ttl new file mode 100644 index 0000000..4a2d1d2 --- /dev/null +++ b/meta-model/saref.ttl @@ -0,0 +1,1361 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix foaf: . +@prefix rdfs: . +@prefix saref: . +@prefix dcterms: . +@prefix vann: . +@base . + + rdf:type owl:Ontology ; + owl:versionInfo "v3.1.1" ; + owl:versionIRI ; + dcterms:issued "2020-02-11"^^xsd:date ; + dcterms:modified "2020-05-29"^^xsd:date ; + dcterms:title "SAREF: the Smart Applications REFerence ontology"@en ; + dcterms:publisher ; + dcterms:license ; + dcterms:creator ; + dcterms:creator ; + dcterms:creator ; + dcterms:creator ; + dcterms:source ; + rdfs:seeAlso ; + vann:preferredNamespacePrefix "saref" ; + vann:preferredNamespaceUri "https://saref.etsi.org/core/" ; + dcterms:description "The Smart Applications REFerence ontology (SAREF) is intended to enable interoperability between solutions from different providers and among various activity sectors in the Internet of Things (IoT), thus contributing to the development of the global digital market."@en ; + rdfs:comment """Information about changes compared to version 2.1.1: + - Added the saref:FeatureOfInterest class and the properties used to relate it to saref:Measurement (saref:hasMeasurement and saref:isMeasurementOf) and to saref:Property (saref:hasProperty and saref:isPropertyOf). + - Added the saref:measurementMadeBy property as inverse of saref:makesMeasurement. + - The saref:relatesToProperty and saref:relatesToMeasurement properties are now inverse of each other. + - The range of saref:hasValue, which was defined as xsd:float, has been removed to support other datatypes for measurements. + - The range of datatype properties, which was defined as xsd:string, has been removed in order to support strings with language tags (rdf:langString). This affects saref:hasDescription, saref:hasManufacturer, saref:hasModel and saref:hasName, which now have implicitly a range of rdfs:Literal. + - The saref:hasName property has been removed and the use of rdfs:label is recommended. + - The saref:hasDescription property has been deprecated and the use of rdfs:comment is recommended. + - Too restrictive restrictions have been removed and in some cases the ontology documentation has been updated to reflect this: a saref:Command having at most one saref:hasDescription; a saref:Task being accomplished by at least one saref:Device; a saref:Device having a typical consumption of only energy or power; a saref:Commodity being measured in units of measure; restrictions on the values of saref:accomplishes that only covered specific use cases; universal restrictions on the saref:actsUpon property have been changed to existential ones; restrictions on the commands that a saref:Function may have, since there could be others not included in the defined enumerations; restrictive documentation of saref:EventFunction and saref:SmokeSensor. + - Bugs have been fixed: some devices (saref:DoorSwitch, saref:EnergyMeter, saref:LigthSwitch, saref:SmokeSensor, and saref:TemperatureSensor) were defined as subclass of a device and at the same time as consisting of such device; a saref:LightSwitch controls light and does not measure light, since it is an actuator; incorrect documentation of saref:OnState and saref:OffState. + - The saref:BuildingRelated, saref:EnergyRelated and saref:FunctionRelated classes have been removed, since the different extensions already classify the device types. + - The instances of the subclasses of saref:Command have been removed, since they represent examples. + - The instances of saref:UnitOfMeasure have been moved to examples. + - The classes related to the SAREF4ENER extension have been removed: saref:Generator, saref:Storage, saref:Load and saref:EnergyMeter. + - Some instances of saref:Device have been moved to examples: saref:WashingMachine, saref:LightingDevice, saref:MicroRenewable, saref:Multimedia, and saref:Network. + - Added domain and range axioms wherever the definition of a property unambiguously identifies the domain or the range of the property. + - The OWL Time ontology is not imported anymore. + - The documentation of some ontology terms has been updated for clarification. + - Language tags have been added to all labels and comments. +""" ; + rdfs:comment """Information about changes compared to version 1.1.1: + - The classes and properties related to how to represent devices in building spaces (such as the saref:BuildingSpace class, saref:BuildingObject class and saref:isLocatedIn property) have been removed from SAREF and incorporated into the SAREF4BLDG extension related to buildings, including the reuse of the W3C? WGS84 geo positioning vocabulary. + - The saref:DeviceCategory and saref:FunctionCategory classes have been removed. Instead, the hierarchy of device categories has been implemented directly as subclasses of the saref:Device class. + - The information specific for energy efficiency has been moved to the SAREF4ENER extension. For example, the saref:Profile class has been redefined to accommodate only the properties that are general enough for any type of profile, not only for energy and power. Details on how to specifically model a power profile can be found in the SAREF4ENER extension. + - The subclasses of the saref:Energy class have been removed (i.e., Average Energy, Maximum Energy, Minimum Energy, Total Energy, HVAC Energy, Hot Water Energy and Lighting Energy). + - The saref:Property class has been split into two classes (saref:Property and saref:Measurement), as it is done in the SAREF4ENVI extension, in order to properly accommodate the distinction between the concept of property (an observable quality of something) and the concept of measurement (a concrete value observed for a property). + - Too restrictive cardinality restrictions have been revised, sometimes making them optional rather than mandatory (better to make properties mandatory in the extensions that specialize SAREF for a specific purpose, rather than restricting SAREF, whose purpose is more general). For example, definitions of units of measurement using an enumeration (owl:oneOf) were too restrictive because they did not allow using other units than those enumerated. Therefore, the individuals of each class are still there, but the owl:oneOf enumeration has been removed. + - The saref:UnitOfMeasure subclasses use individuals from the OM ontology for unit of measures, but this is not the only solution. It has been clarified in the comments that the OM ontology is an example, but other ontologies can be used. + - The global restrictions (rdfs:domain and rdfs:range) in object properties have been completely removed not to hinder interoperability. Object properties are now only restricted locally in the classes. + - The subclasses of saref:Task have been transormed in individuals. + - The saref:hasTask property has been removed from the saref:Profile class to resolve an ambiguity with the saref:Task class.""" . + +dcterms:issued a owl:AnnotationProperty . +dcterms:modified a owl:AnnotationProperty . +dcterms:source a owl:AnnotationProperty . +dcterms:creator a owl:AnnotationProperty . +dcterms:title a owl:AnnotationProperty . +dcterms:description a owl:AnnotationProperty . +dcterms:license a owl:AnnotationProperty . +dcterms:publisher a owl:AnnotationProperty . +vann:preferredNamespacePrefix a owl:AnnotationProperty . +vann:preferredNamespaceUri a owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://saref.etsi.org/core/accomplishes +saref:accomplishes rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isAccomplishedBy ; + rdfs:comment "A relationship between a certain entity (e.g., a device) and the task it accomplishes"@en ; + rdfs:range saref:Task ; + rdfs:label "accomplishes"@en . + + +### https://saref.etsi.org/core/actsUpon +saref:actsUpon rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a command and a state"@en ; + rdfs:domain saref:Command ; + rdfs:range saref:State ; + rdfs:label "acts upon"@en . + + +### https://saref.etsi.org/core/consistsOf +saref:consistsOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship indicating a composite entity that consists of other entities (e.g., a temperature/humidity sensor that consists of a temperature sensor and a humidity sensor)"@en ; + rdfs:label "consists of"@en . + + +### https://saref.etsi.org/core/controlsProperty +saref:controlsProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the property that can be controlled by a certain device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Property ; + rdfs:label "controls property"@en . + + +### https://saref.etsi.org/core/hasCommand +saref:hasCommand rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isCommandOf ; + rdfs:comment "A relationship between a function and a command"@en ; + rdfs:domain saref:Function ; + rdfs:range saref:Command ; + rdfs:label "has command"@en . + + +### https://saref.etsi.org/core/hasFunction +saref:hasFunction rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the function of a device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Function ; + rdfs:label "has function"@en . + + +### https://saref.etsi.org/core/hasMeasurement +saref:hasMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a feature of interest and a measurement about it"@en ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Measurement ; + rdfs:label "has measurement"@en . + + +### https://saref.etsi.org/core/hasMeterReading +saref:hasMeterReading rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a metering function and the measurement of the reading"@en ; + rdfs:domain saref:MeteringFunction ; + rdfs:range saref:Measurement ; + rdfs:label "has meter reading"@en . + + +### https://saref.etsi.org/core/hasMeterReadingType +saref:hasMeterReadingType rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the reading type of a metering function (e.g., Water, Gas, Pressure , Energy , Power, etc.)"@en ; + rdfs:domain saref:MeteringFunction ; + rdfs:range saref:Property ; + rdfs:label "has meter reading type"@en . + + +### https://saref.etsi.org/core/hasPrice +saref:hasPrice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship indentifying the price associated to an entity"@en ; + rdfs:range saref:Price ; + rdfs:label "has price"@en . + + +### https://saref.etsi.org/core/hasProfile +saref:hasProfile rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship associating a profile to a certain device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Profile ; + rdfs:label "has profile"@en . + + +### https://saref.etsi.org/core/hasMeasurement +saref:hasMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a feature of interest and a measurement about it"@en ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Measurement ; + rdfs:label "has measurement"@en . + + +### https://saref.etsi.org/core/hasProperty +saref:hasProperty rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isPropertyOf ; + rdfs:comment "A relationship between a feature of interest and a property of that feature"@en ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Property ; + rdfs:label "has property"@en . + + +### https://saref.etsi.org/core/hasSensingRange +saref:hasSensingRange rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a sensing function and a measurement identifying the range of a sensor detection"@en ; + rdfs:domain saref:SensingFunction ; + rdfs:range saref:Measurement ; + rdfs:label "has sensing range"@en . + + +### https://saref.etsi.org/core/hasSensorType +saref:hasSensorType rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the sensing type of a sensor detection (i.e., Temperature, Occupancy, Humidity, Motion , Smoke, Pressure, etc.) "@en ; + rdfs:domain saref:SensingFunction ; + rdfs:range saref:Property ; + rdfs:label "has sensor type"@en . + + +### https://saref.etsi.org/core/hasState +saref:hasState rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the type of state of a device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:State ; + rdfs:label "has state"@en . + + +### https://saref.etsi.org/core/hasThresholdMeasurement +saref:hasThresholdMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship associated with an event function to notify that a certain threshold measurement has been exceeded"@en ; + rdfs:domain saref:EventFunction ; + rdfs:range saref:Measurement ; + rdfs:label "has threshold measurement"@en . + + +### https://saref.etsi.org/core/hasTime +saref:hasTime rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship to associate time information to an entity"@en ; + rdfs:range saref:Time ; + rdfs:label "has time"@en . + + +### https://saref.etsi.org/core/hasTypicalConsumption +saref:hasTypicalConsumption rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the typical (energy or power) consumption of a device"@en ; + rdfs:label "has typical consumption"@en . + + +### https://saref.etsi.org/core/isAbout +saref:isAbout rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying what an entity, such as a profile, is about"@en ; + rdfs:label "isAbout"@en . + + +### https://saref.etsi.org/core/isAccomplishedBy +saref:isAccomplishedBy rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying an entity (e.g., a device) that can accomplish a task."@en ; + rdfs:domain saref:Task ; + rdfs:label "is accomplished by"@en . + + +### https://saref.etsi.org/core/isCommandOf +saref:isCommandOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a command and a function."@en ; + rdfs:domain saref:Command ; + rdfs:range saref:Function ; + rdfs:label "is command of"@en . + + +### https://saref.etsi.org/core/isControlledByDevice +saref:isControlledByDevice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the devices that can control a certain property"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:Device ; + rdfs:label "is controlled by device"@en . + + +### https://saref.etsi.org/core/isMeasuredByDevice +saref:isMeasuredByDevice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the devices that can measure a certain property"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:Device ; + rdfs:label "is measured by device"@en . + + +### 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."@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:UnitOfMeasure ; + rdfs:label "is measured in"@en . + + +### https://saref.etsi.org/core/isMeasurementOf +saref:isMeasurementOf rdf:type owl:ObjectProperty ; + owl:inverseOf saref:hasMeasurement ; + rdfs:comment "A relationship between a measurement and the feature of interest whose quality was measured"@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:FeatureOfInterest ; + rdfs:label "isMeasurementOf"@en . + + +### https://saref.etsi.org/core/isOfferedBy +saref:isOfferedBy rdf:type owl:ObjectProperty ; + owl:inverseOf saref:offers ; + rdfs:comment "A relationship between a service and a device that offers the service"@en ; + rdfs:domain saref:Service ; + rdfs:range saref:Device ; + rdfs:label "is offered by"@en . + + +### https://saref.etsi.org/core/isPropertyOf +saref:isPropertyOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a property and the feature of interest it belongs to"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:FeatureOfInterest ; + rdfs:label "is property of"@en . + + +### https://saref.etsi.org/core/isUsedFor +saref:isUsedFor rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the commodity for which a device is used for"@en ; + rdfs:label "is used for"@en . + + +### https://saref.etsi.org/core/makesMeasurement +saref:makesMeasurement rdf:type owl:ObjectProperty ; + owl:inverseOf saref:measurementMadeBy ; + rdfs:comment "A relation between a device and the measurements it makes. Such measurement will link together the value of the measurement, its unit of measure and the property to which it relates."@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Measurement ; + rdfs:label "makes measurement"@en . + +### https://saref.etsi.org/core/measurementMadeBy +saref:measurementMadeBy rdf:type owl:ObjectProperty ; + rdfs:comment "A relation between a measurement and the device that made it."@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:Device ; + rdfs:label "measurement made by"@en . + + +### https://saref.etsi.org/core/measuresProperty +saref:measuresProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the property that can be measured by a certain device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Property ; + rdfs:label "measures property"@en . + + +### https://saref.etsi.org/core/offers +saref:offers rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a device and a service"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Service ; + rdfs:label "offers"@en . + + +### https://saref.etsi.org/core/relatesToMeasurement +saref:relatesToMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a property and the measurements it relates to"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:Measurement ; + rdfs:label "relates to measurement"@en . + + +### https://saref.etsi.org/core/relatesToProperty +saref:relatesToProperty rdf:type owl:ObjectProperty ; + owl:inverseOf saref:relatesToMeasurement ; + rdfs:comment "A relationship between a measurement and the property it relates to"@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:Property ; + rdfs:label "relates to property"@en . + + +### https://saref.etsi.org/core/represents +saref:represents rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a service and a function."@en ; + rdfs:domain saref:Service ; + rdfs:range saref:Function ; + rdfs:label "represents"@en . + + +################################################################# +# Data properties +################################################################# + +### https://saref.etsi.org/core/hasDescription +saref:hasDescription rdf:type owl:DatatypeProperty ; + owl:deprecated "true"^^xsd:boolean ; + rdfs:comment "DEPRECATED: The use of rdfs:comment is recommended instead."@en ; + rdfs:comment "A relationship providing a description of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; + rdfs:label "has description"@en . + + +### 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."@en ; + rdfs:label "has manufacturer"@en . + + +### https://saref.etsi.org/core/hasModel +saref:hasModel rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship identifying the model of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; + rdfs:label "has model"@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)."@en ; + rdfs:label "has timestamp"@en . + + +### https://saref.etsi.org/core/hasValue +saref:hasValue rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power. Note that, even if numeric values are expected to enable reasoning, measurement values could use other datatypes."@en ; + rdfs:label "has value"@en . + + +################################################################# +# Classes +################################################################# + + +### https://saref.etsi.org/core/ActuatingFunction +saref:ActuatingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows to transmit data to actuators, such as level settings (e.g., temperature) or binary switching (e.g., open/close, on/off)"@en ; + rdfs:label "Actuating function"@en . + + +### https://saref.etsi.org/core/Actuator +saref:Actuator rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:ActuatingFunction + ] ; + rdfs:comment "A device responsible for moving or controlling a mechanism or system by performing an actuating function"@en ; + rdfs:label "Actuator"@en . + + +### https://saref.etsi.org/core/Appliance +saref:Appliance rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "An electrical/mechanical machine that accomplish some household functions, such as cleaning or cooking"@en ; + rdfs:label "Appliance"@en . + + +### https://saref.etsi.org/core/CloseCommand +saref:CloseCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OpenCloseState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OpenCloseFunction + ] ; + owl:disjointWith saref:OpenCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Close command"@en . + + +### https://saref.etsi.org/core/CloseState +saref:CloseState rdf:type owl:Class ; + rdfs:subClassOf saref:OpenCloseState ; + rdfs:comment "The state of a device that is CLOSE"@en ; + rdfs:label "Close state"@en . + + +### https://saref.etsi.org/core/Coal +saref:Coal rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Coal"@en . + + +### https://saref.etsi.org/core/Command +saref:Command rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:allValuesFrom saref:State + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] ; + 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. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended."@en ; + rdfs:label "Command"@en . + + +### https://saref.etsi.org/core/Commodity +saref:Commodity rdf:type owl:Class ; + rdfs:comment "A marketable item for which there is demand, but which is supplied without qualitative differentiation across a market. SAREF refers to energy commodities such as electricity, gas, coal and oil. "@en ; + rdfs:label "Commodity"@en . + + +### https://saref.etsi.org/core/Currency +saref:Currency rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The class of units of measure for price"@en ; + rdfs:label "Currency"@en . + + +### https://saref.etsi.org/core/Device +saref:Device rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:consistsOf ; + owl:allValuesFrom saref:Device + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:controlsProperty ; + owl:allValuesFrom saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasProfile ; + owl:allValuesFrom saref:Profile + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:allValuesFrom saref:State + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isUsedFor ; + owl:allValuesFrom saref:Commodity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:makesMeasurement ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:allValuesFrom saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:offers ; + owl:allValuesFrom saref:Service + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:accomplishes ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Task + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasManufacturer ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasModel ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] ; + 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:label "Device"@en . + + +### https://saref.etsi.org/core/DoorSwitch +saref:DoorSwitch rdf:type owl:Class ; + rdfs:subClassOf saref:Switch , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:OpenCloseFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:someValuesFrom saref:OpenCloseState + ] ; + rdfs:comment "A switch that performs the saref:OpenCloseFunction, is used for controlling a door, and can be found in the state saref:OpenCloseState. A saref:DoorSwitch is typically used to accomplish saref:Safety."@en ; + rdfs:label "Door switch"@en . + + +### https://saref.etsi.org/core/Electricity +saref:Electricity rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Electricity"@en . + + +### https://saref.etsi.org/core/Energy +saref:Energy rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value measured in an energy unit (such as Kilowatt_Hour or Watt_hour). Furter specializations of the saref:Energy class can be found in the SAREF4ENER extension, where classes such as EnergyMax, EnergyMin and EnergyExpected are defined. "@en ; + rdfs:label "Energy"@en . + + +### https://saref.etsi.org/core/EnergyUnit +saref:EnergyUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for energy"@en ; + rdfs:label "Energy unit"@en . + + +### https://saref.etsi.org/core/EventFunction +saref:EventFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasThresholdMeasurement ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Measurement + ] ; + rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."@en ; + rdfs:label "Event function"@en . + + +### https://saref.etsi.org/core/FeatureOfInterest +saref:FeatureOfInterest rdf:type owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty saref:hasProperty ; + owl:allValuesFrom saref:Property + ] , + [ a owl:Restriction ; + owl:onProperty saref:hasMeasurement ; + owl:allValuesFrom saref:Measurement + ] ; + rdfs:comment "A feature of interest represents any real world entity from which a property is measured."@en ; + rdfs:label "Feature of interest"@en . + + +### https://saref.etsi.org/core/Function +saref:Function rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:hasCommand ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Command + ] ; + 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:label "Function"@en . + + +### https://saref.etsi.org/core/Gas +saref:Gas rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Gas"@en . + + +### https://saref.etsi.org/core/GetCommand +saref:GetCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command ; + rdfs:comment "A type of command"@en ; + rdfs:label "Get command"@en . + + +### https://saref.etsi.org/core/GetCurrentMeterValueCommand +saref:GetCurrentMeterValueCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get current meter value command"@en . + + +### https://saref.etsi.org/core/GetMeterDataCommand +saref:GetMeterDataCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get meter data command"@en . + + +### https://saref.etsi.org/core/GetMeterHistoryCommand +saref:GetMeterHistoryCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get meter history command"@en . + + +### https://saref.etsi.org/core/GetSensingDataCommand +saref:GetSensingDataCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:SensingFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get sensing data command"@en . + + +### https://saref.etsi.org/core/HVAC +saref:HVAC rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "Heating, Ventilation and Air Conditioning (HVAC) device that provides indoor environmental comfort. A saref:HVAC is typically used to accomplish saref:Comfort."@en ; + rdfs:label "HVAC"@en . + + +### https://saref.etsi.org/core/Humidity +saref:Humidity 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 humidity unit"@en ; + rdfs:label "Humidity"@en . + + +### https://saref.etsi.org/core/IlluminanceUnit +saref:IlluminanceUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for light"@en ; + rdfs:label "Illuminance unit"@en . + + +### https://saref.etsi.org/core/LevelControlFunction +saref:LevelControlFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to do level adjustments of a property in a certain range (e.g., 0%-100%), such as dimming a light in a room or setting the speed of an electric motor. "@en ; + rdfs:label "Level control function"@en . + + +### https://saref.etsi.org/core/Light +saref:Light 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 illuminance unit (lux)"@en ; + rdfs:label "Light"@en . + + +### https://saref.etsi.org/core/LightSwitch +saref:LightSwitch rdf:type owl:Class ; + rdfs:subClassOf saref:Switch , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:OnOffFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:controlsProperty ; + owl:someValuesFrom saref:Light + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:offers ; + owl:someValuesFrom saref:SwitchOnService + ] ; + rdfs:comment "A switch that performs the saref:OnOffFunction, controls the property saref:Light, and can be found in the state saref:OnOffState. It can offer a switch on service. A saref:LightSwitch is typically used to accomplish saref:Lighting."@en ; + rdfs:label "Light switch"@en . + + +### 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: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 + ] ; + 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:label "Measurement"@en . + + +### https://saref.etsi.org/core/Meter +saref:Meter rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A device built to accurately detect and display a quantity in a form readable by a human being. Further, a device of category saref:Meter that performs a saref:MeteringFunction."@en ; + rdfs:label "Meter"@en . + + +### https://saref.etsi.org/core/MeteringFunction +saref:MeteringFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasMeterReading ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasMeterReadingType ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( saref:Commodity + saref:Property + ) + ] + ] ; + rdfs:comment "A function that allows to get data from a meter, such as current meter reading or instantaneous demand"@en ; + rdfs:label "Metering function"@en . + + +### https://saref.etsi.org/core/Motion +saref:Motion 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 unit of measure for motion"@en ; + rdfs:label "Motion"@en . + + +### https://saref.etsi.org/core/MultiLevelState +saref:MultiLevelState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "Multi level state"@en . + + +### https://saref.etsi.org/core/NotifyCommand +saref:NotifyCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:EventFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Notify command"@en . + + +### https://saref.etsi.org/core/Occupancy +saref:Occupancy rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value (saref:hasValue property) that is measured in a unit of measure for occupancy"@en ; + rdfs:label "Occupancy"@en . + + +### https://saref.etsi.org/core/OffCommand +saref:OffCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + owl:disjointWith saref:OnCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Off command"@en . + + +### https://saref.etsi.org/core/OffState +saref:OffState rdf:type owl:Class ; + rdfs:subClassOf saref:OnOffState ; + rdfs:comment "The state of a device that is Off"@en ; + rdfs:label "Off state"@en . + + +### https://saref.etsi.org/core/OnCommand +saref:OnCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "On command"@en . + + +### https://saref.etsi.org/core/OnOffFunction +saref:OnOffFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to switch on and off an actuator"@en ; + rdfs:label "On off function"@en . + + +### https://saref.etsi.org/core/OnOffState +saref:OnOffState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "On off state"@en . + + +### https://saref.etsi.org/core/OnState +saref:OnState rdf:type owl:Class ; + rdfs:subClassOf saref:OnOffState ; + rdfs:comment "The state of a device that is On"@en ; + rdfs:label "On state"@en . + + +### https://saref.etsi.org/core/OpenCloseFunction +saref:OpenCloseFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to open and close a device"@en ; + rdfs:label "Open close function"@en . + + +### https://saref.etsi.org/core/OpenCloseState +saref:OpenCloseState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "Open close state"@en . + + +### https://saref.etsi.org/core/OpenCommand +saref:OpenCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OpenCloseState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OpenCloseFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Open command"@en . + + +### https://saref.etsi.org/core/OpenState +saref:OpenState rdf:type owl:Class ; + rdfs:subClassOf saref:OpenCloseState ; + rdfs:comment "The state of a device that is OPEN "@en ; + rdfs:label "Open state"@en . + + +### https://saref.etsi.org/core/PauseCommand +saref:PauseCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command ; + rdfs:comment "A type of command"@en ; + rdfs:label "Pause command"@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."@en ; + rdfs:label "Power"@en . + + +### https://saref.etsi.org/core/PowerUnit +saref:PowerUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for power"@en ; + rdfs:label "Power unit"@en . + + +### https://saref.etsi.org/core/Pressure +saref:Pressure 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 pressure unit (bar or pascal)"@en ; + rdfs:label "Pressure"@en . + + +### https://saref.etsi.org/core/PressureUnit +saref:PressureUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for pressure"@en ; + rdfs:label "Pressure unit"@en . + + +### https://saref.etsi.org/core/Price +saref:Price rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "A saref:Property crelated to some measurements that are characterized by a certain value that is measured using saref:Currency"@en ; + rdfs:label "Price"@en . + + +### https://saref.etsi.org/core/Profile +saref:Profile rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:consistsOf ; + owl:allValuesFrom saref:Profile + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasPrice ; + owl:allValuesFrom saref:Price + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasTime ; + owl:allValuesFrom saref:Time + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isAbout ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( saref:Commodity + saref:Property + ) + ] + ] ; + rdfs:comment "A specification associated to a device to collect information about a certain Property (e.g., Energy) for optimizing its usage in the home, office or building in which the device is located. This specification is about a certain Property (saref:isAbout), can be calculated over a time span (saref:hasTime) and can be associated to some costs (saref:hasPrice). An example is the Power Profile defined in the SAREF4ENER extension that can be associated to a device for optimizing the Energy efficiency in the home, office or building in which the device is located."@en ; + rdfs:label "Profile"@en . + + +### https://saref.etsi.org/core/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:isPropertyOf ; + owl:allValuesFrom saref:FeatureOfInterest + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:relatesToMeasurement ; + owl:allValuesFrom saref:Measurement + ] ; + 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:label "Property"@en . + + +### https://saref.etsi.org/core/SensingFunction +saref:SensingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasSensingRange ; + owl:someValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasSensorType ; + owl:allValuesFrom saref:Property + ] ; + rdfs:comment "A function that allows to transmit data from sensors, such as measurement values (e.g., temperature) or sensing data (e.g., occupancy)"@en ; + rdfs:label "Sensing function"@en . + + +### https://saref.etsi.org/core/Sensor +saref:Sensor rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] ; + rdfs:comment "A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. Further, a device of category saref:Sensor that performs a saref:SensingFunction."@en ; + rdfs:label "Sensor"@en . + + +### https://saref.etsi.org/core/Service +saref:Service rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:isOfferedBy ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Device + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:represents ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] ; + rdfs:comment "A service is a representation of a function to a network that makes the function discoverable, registerable, remotely controllable by other devices in the network. A service can represent one or more functions. A Service is offered by a device that wants (a certain set of) its function(s) to be discoverable, registerable, remotely controllable by other devices in the network. A Service must specify the device that is offering the service and the function(s) to be represented."@en ; + rdfs:label "Service"@en . + + +### https://saref.etsi.org/core/SetAbsoluteLevelCommand +saref:SetAbsoluteLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:SetLevelCommand ; + rdfs:comment "A type of set level command"@en ; + rdfs:label "Set absolute level command"@en . + + +### https://saref.etsi.org/core/SetLevelCommand +saref:SetLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Set level command"@en . + + +### https://saref.etsi.org/core/SetRelativeLevelCommand +saref:SetRelativeLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:SetLevelCommand ; + rdfs:comment "A type of set level command"@en ; + rdfs:label "Set relative level command"@en . + + +### https://saref.etsi.org/core/Smoke +saref:Smoke 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 unit of measure for smoke"@en ; + rdfs:label "Smoke"@en . + + +### https://saref.etsi.org/core/SmokeSensor +saref:SmokeSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:EventFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:someValuesFrom saref:Smoke + ] ; + rdfs:comment "A sensor that performs the saref:SensingFunction and the saref:EventFunction, and is used for the purpose of sensing a property of type saref:Smoke. A saref:SmokeSensor is typically used to saref:accomplish saref:Safety."@en ; + rdfs:label "Smoke sensor"@en . + + +### https://saref.etsi.org/core/StartCommand +saref:StartCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:StartStopState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:StartStopFunction + ] ; + owl:disjointWith saref:StopCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Start command"@en . + + +### https://saref.etsi.org/core/StartState +saref:StartState rdf:type owl:Class ; + rdfs:subClassOf saref:StartStopState ; + rdfs:comment "The state of a device that is STARTED"@en ; + rdfs:label "Start state"@en . + + +### https://saref.etsi.org/core/StartStopFunction +saref:StartStopFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to start and stop a device"@en ; + rdfs:label "Start stop function"@en . + + +### https://saref.etsi.org/core/StartStopState +saref:StartStopState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "Start stop state"@en . + + +### https://saref.etsi.org/core/State +saref:State rdf:type owl:Class ; + rdfs:comment "The state in which a device can be found, e.g, ON/OFF/STANDBY, or ONLINE/OFFLINE. We propose here a list of states that are relevant for the purpose of SAREF, but this list can be extended."@en ; + rdfs:label "State"@en . + + +### https://saref.etsi.org/core/StepDownCommand +saref:StepDownCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + owl:disjointWith saref:StepUpCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Step down command"@en . + + +### https://saref.etsi.org/core/StepUpCommand +saref:StepUpCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Step up command"@en . + + +### https://saref.etsi.org/core/StopCommand +saref:StopCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:StartStopState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:StartStopFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Stop command"@en . + + +### https://saref.etsi.org/core/StopState +saref:StopState rdf:type owl:Class ; + rdfs:subClassOf saref:StartStopState ; + rdfs:comment "The state of a device that is STOPPED"@en ; + rdfs:label "Stop state"@en . + + +### https://saref.etsi.org/core/Switch +saref:Switch rdf:type owl:Class ; + rdfs:subClassOf saref:Actuator ; + rdfs:comment "A device of category saref:Actuator that performs an actuating function of type saref:OnOffFunction or saref:OpenCloseFunction"@en ; + rdfs:label "Switch"@en . + + +### https://saref.etsi.org/core/SwitchOnService +saref:SwitchOnService rdf:type owl:Class ; + rdfs:subClassOf saref:Service , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isOfferedBy ; + owl:someValuesFrom saref:LightSwitch + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:represents ; + owl:someValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of service that represents an on/off function to the network"@en ; + rdfs:label "Switch on service"@en . + + +### https://saref.etsi.org/core/Task +saref:Task rdf:type owl:Class ; + rdfs:comment "The goal for which a device is designed (from a user perspective). For example, a washing machine is designed for the task of washing. We propose here a list of tasks that are relevant for the purpose of SAREF, but this list can be extended. Tasks can be accomplished by devices (saref:isAccomplishedBy)."@en ; + rdfs:label "Task"@en . + + +### https://saref.etsi.org/core/Temperature +saref:Temperature 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 temperature unit (degree_Celsius, degree_Fahrenheit, or degree_kelvin)"@en ; + rdfs:label "Temperature"@en . + + +### https://saref.etsi.org/core/TemperatureSensor +saref:TemperatureSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:someValuesFrom saref:Temperature + ] ; + rdfs:comment "A sensor that is used for the purpose of sensing a property of type saref:Temperature. A saref:TemperatureSensor is typically used to saref:accomplish saref:Comfort."@en ; + rdfs:label "Temperature sensor"@en . + + +### https://saref.etsi.org/core/TemperatureUnit +saref:TemperatureUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for temperature"@en ; + rdfs:label "Temperature unit"@en . + +### https://saref.etsi.org/core/Time +saref:Time rdf:type owl:Class ; + rdfs:comment "A class that allows to specify the time concept."@en ; + rdfs:label "Time"@en . + + +### https://saref.etsi.org/core/ToggleCommand +saref:ToggleCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Toggle command"@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 SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."@en ; + rdfs:label "Unit of measure"@en . + + +### https://saref.etsi.org/core/Water +saref:Water rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Water"@en . + + +################################################################# +# Individuals +################################################################# + + +### https://saref.etsi.org/core/Cleaning +saref:Cleaning rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Cleaning"@en . + + +### https://saref.etsi.org/core/Comfort +saref:Comfort rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Comfort"@en . + + +### https://saref.etsi.org/core/Drying +saref:Drying rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Drying"@en . + + +### https://saref.etsi.org/core/EnergyEfficiency +saref:EnergyEfficiency rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "EnergyEfficiency"@en . + + +### https://saref.etsi.org/core/Entertainment +saref:Entertainment rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Entertainment"@en . + + +### https://saref.etsi.org/core/Lighting +saref:Lighting rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Lighting"@en . + + +### https://saref.etsi.org/core/MeterReading +saref:MeterReading rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Meter reading"@en . + +### https://saref.etsi.org/core/Safety +saref:Safety rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Safety"@en . + +### https://saref.etsi.org/core/Washing +saref:Washing rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Washing"@en . + + +### https://saref.etsi.org/core/WellBeing +saref:WellBeing rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "WellBeing"@en . diff --git a/saw2019/README.md b/saw2019/README.md index d207da4..cc6fb91 100644 --- a/saw2019/README.md +++ b/saw2019/README.md @@ -13,4 +13,4 @@ This folder contains two subfolders: ## Contact -The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can send an email to [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../issues/new). +The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can email [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../issues/new). diff --git a/saw2019/evaluations/README.md b/saw2019/evaluations/README.md index 6ca6db6..3b903d5 100644 --- a/saw2019/evaluations/README.md +++ b/saw2019/evaluations/README.md @@ -11,4 +11,4 @@ The folder contains supportive material for the following evaluations: ## Contact -The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can send an email to [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../../issues/new). +The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can email [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../../issues/new). diff --git a/saw2019/evaluations/divide-performance/README.md b/saw2019/evaluations/divide-performance/README.md index 1fcf478..4b36800 100644 --- a/saw2019/evaluations/divide-performance/README.md +++ b/saw2019/evaluations/divide-performance/README.md @@ -17,4 +17,4 @@ The folder contains the different scripts that relate to the ontology preprocess ## Contact -The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can send an email to [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../../../issues/new). +The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can email [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../../../issues/new). diff --git a/saw2019/evaluations/real-time-comparison/README.md b/saw2019/evaluations/real-time-comparison/README.md index ef8b580..39257ec 100644 --- a/saw2019/evaluations/real-time-comparison/README.md +++ b/saw2019/evaluations/real-time-comparison/README.md @@ -22,4 +22,4 @@ The context loaded into the engines (RDFox in StreamFox set-up, and both C-SPARQ ## Contact -The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can send an email to [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../../../issues/new). +The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can email [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../../../issues/new). diff --git a/saw2019/ontology/README.md b/saw2019/ontology/README.md index a209800..54bc8b1 100644 --- a/saw2019/ontology/README.md +++ b/saw2019/ontology/README.md @@ -33,4 +33,4 @@ The ontology observation pattern described and used in the running example of th ## Contact -The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can send an email to [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../../issues/new). +The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can email [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../../issues/new). diff --git a/saw2019/ontology/observation-pattern/README.md b/saw2019/ontology/observation-pattern/README.md index 06f5e20..002ce28 100644 --- a/saw2019/ontology/observation-pattern/README.md +++ b/saw2019/ontology/observation-pattern/README.md @@ -26,4 +26,4 @@ We acknowledge that the example in the paper is rather complicated, and might ha ## Contact -The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can send an email to [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../../issues/new). +The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can email [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../../issues/new). diff --git a/src/.gitignore b/src/.gitignore index 9f97022..d9f5daa 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1 +1,3 @@ -target/ \ No newline at end of file +target/ +.divide/ +logs/ \ No newline at end of file diff --git a/src/README.md b/src/README.md index 7e22016..ecbd4ae 100644 --- a/src/README.md +++ b/src/README.md @@ -1 +1,107 @@ -This readme file will still be updated with a detailed example on how to run DIVIDE. \ No newline at end of file +# Implementation of DIVIDE + +This folder contains the implementation details of DIVIDE. This is a first implementation of the methodological design that is presented in the two journal publications about DIVIDE (of which more details can be found in the [`../swj2022`](../swj2022) and [`../jnsm2023`](../jnsm2023) folders of this repository). + +***Important:** It should be noted that the implementation in this folder is a first Proof-of-Concept implementation of DIVIDE. This means that the implementation has not been automatically tested yet. It has been tested manually for the purpose of the evaluations in the corresponding papers and usage of the component in research projects. Hence, several implementation improvements should be performed to make the system more robust and complete. These are further detailed in the paper corresponding to the [`../jnsm2023`](../jnsm2023) folder.* + +## Contents + +This repository contains two main subfolders: one for the implementation of DIVIDE Central ([`divide-central`](divide-central)), and one for the implementation of the DIVIDE Local Monitor ([`divide-local-monitor`](divide-local-monitor)). These two subcomponents are detailed on the figure below, which presents the overall architecture of a typical cascading reasoning set-up in an IoT network, in which DIVIDE should be deployed. + +![Cascading reasoning architecture with DIVIDE](../DIVIDE-cascading-architecture.png) + +The implementation of both DIVIDE Central and the DIVIDE Local Monitor is done in Java. Both subcomponents of DIVIDE are compiled through Apache Maven (via a `pom.xml` file) into an executable Java JAR file. The subfolders contain these executable Java JAR files, corresponding to the current version of the code. + +### Implementation of DIVIDE Central + +The [`divide-central`](divide-central) folder contains the details of the implementation of DIVIDE Central. The corresponding Maven project contains multiple submodules: + +- `divide-engine`: This module contains the core logic of DIVIDE. It is responsible for many tasks, which include (bot are not limited to): initializing DIVIDE, parsing and managing all DIVIDE queries, managing the DIVIDE components, maintaining a task queue for the DIVIDE components and performing the different DIVIDE engine tasks (e.g., query derivation, window parameter update, query location update), alerting relevant updates to the DIVIDE Meta Model (if enabled), managing the queries on the different stream processing engines. +- `divide-api`: This module contains details about the REST API to interact with the DIVIDE engine. This REST API allows adding, deleting and requesting information about DIVIDE queries and DIVIDE components. +- `divide-query-derivation`: This module is used by the DIVIDE engine to select the correct reasoner and logic used for the ontology preprocessing and DIVIDE query derivation. It is added to enable the integration of other semantic reasoners in the future (if this would ever be desired). +- `divide-eye`: This module contains the implementation of the ontology preprocessing and query derivation steps. This implementation uses the EYE reasoner, which is an N3 reasoner that runs in a Prolog virtual machine. +- `divide-global-monitor`: This module contains the implementation of the DIVIDE Global Monitor (which also includes the implementation of the DIVIDE Meta Model as part of the Global Monitor Reasoning Service) and the DIVIDE Monitor Translator. +- `divide-server`: This module puts all other modules together into a server that starts up DIVIDE Central. This module contains the entry point of the executable Java JAR that is created when compiling the Maven project of DIVIDE Central. It reads in the configuration files, and initializes the DIVIDE engine, the DIVIDE queries and components, the DIVIDE REST API, and the DIVIDE Global Monitor and Local Monitor instances (if enabled). + +All modules except for `divide-global-monitor` together represent the implementation of DIVIDE Core. + +The executable Java JAR file that should be used to start DIVIDE Central is available as `divide-server-1.0-jar-with-dependencies.jar`. + +### Implementation of the DIVIDE Local Monitor + +The [`divide-local-monitor`](divide-local-monitor) folder contains the details of the implementation of the DIVIDE Local Monitor. The corresponding Maven project consists of a single module. This module includes the implementation of the Local Monitor RSP Engine, the Semantic Meta Mapper, and the different individual monitors (Device Monitor, Network Monitor, RSP Engine Monitor). + +The executable Java JAR file that should be used to start the DIVIDE Local Monitor is available as `divide-local-monitor-1.0-jar-with-dependencies.jar`. + +## How to configure and run DIVIDE + +When using DIVIDE, everything is managed from within the single executable JAR of DIVIDE Central (the DIVIDE server JAR). This JAR file will manage all subcomponents of DIVIDE, also the instances of the DIVIDE Local Monitor on other devices in the network (if enabled). For this, the implementation uses SSH and expects that every DIVIDE +component in the network is reachable and allows incoming SSH connections using SSH public key authentication with a predefined username (`divide` in the current implementation). + +This section of the README will zoom in on how to run DIVIDE, with some pointers to example configurations that can be used as a starting point when running DIVIDE Central on your own. In addition, some details of the DIVIDE Local Monitor are provided as well (even though this should in fact not be managed by the end user). + +### DIVIDE Central + +To start DIVIDE Central, the executable Java JAR of the `divide-server` submodule of the `divide-central` Maven project should be run. This can be done with the following template Bash command: + +``` +java -cp divide-central/divide-server-1.0-jar-with-dependencies.jar \ + be.ugent.idlab.divide.DivideServer \ + +``` + +In case additional libraries should be added to the classpath (e.g. to use a specific type of knowledge base), this library folder should be added to the classpath. + +The following config files should be used in the template command: + +- ``: This is the main config file of DIVIDE Central. For this, a JSON file should be created with all properties of the system. It defines details about the knowledge base (*if* it is deployed by the DIVIDE server), the ontology, the reasoner and engine, the DIVIDE queries, the hosted server, the DIVIDE monitoring, and a central RSP engine used by DIVIDE for hosting central queries. +- `` To specify the DIVIDE components, an additional CSV file should be provided. Every entry in this file represents a single DIVIDE component. + +Details about the expected inputs of the config files can be found in the respective journal publications (more specifically in the "Implementation" sections of those papers). For the JSON properties file, details about the properties (available properties, whether they are required, default values in case they are not required) are added to the documentation of the source code (and more specifically the [package responsible for documentation](divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration). + +Examples of possible config files (both the JSON property file and CSV components file) are provided for the evaluations performed in the different journal publications about DIVIDE (see [`../swj2022/evaluations/divide-performance/configuration`](../swj2022/evaluations/divide-performance/configuration) and [`../jnsm2023/evaluations/configuration`](../jnsm2023/evaluations/configuration) folders of this repository). These examples can be used to start DIVIDE Central in an IoT network, provided that the details are updated to the network at hand (e.g., the IP addresses in the config files should probably be updated, etc.). Note that the first journal publication about DIVIDE ([`../swj2022`](../swj2022) folder) did not yet include the DIVIDE monitor & central RSP engine properties in the JSON config file, as these were added later. For backwards compatibility, omitting the related properties from the JSON config file will not cause any issues as these properties are not required and the monitor will be disabled by default if the properties are not provided. + +### DIVIDE Local Monitor + +When using DIVIDE with the monitoring enabled, DIVIDE Central will configure, deploy and manage the DIVIDE Local Monitor instances on the different DIVIDE components in the IoT network. Hence, as an end user, you should never configure and run the DIVIDE Local Monitor. However, to play around with it and see how it works, you could also start up the DIVIDE Local Monitor on your own. To this end, the following Bash command should be used: + +``` +java -jar divide-local-monitor/divide-local-monitor-1.0-jar-with-dependencies.jar \ + +``` + +An example configuration to be used in the file path of the JSON `` is the following: + +```json +{ + "component_id": "10.10.145.9-8175-", + "device_id": "10.10.145.9", + "monitor": { + "rsp": true, + "network": true, + "device": true + }, + "local": { + "rsp_engine": { + "monitor": { + "ws_port": 54548 + } + }, + "public_network_interface": "wlp1s0" + }, + "central": { + "monitor_reasoning_service": { + "protocol": "http", + "host": "10.10.145.233", + "port": 54555, + "uri": "/globalmonitorreasoningservice" + } + } +} +``` + +Note that you should update this configuration with the correct properties of the Global Monitor Reasoning Service, the IP address of the device in the ID, the public network interface and the details of the Local RSP Engine. Once again, note that this full config file will be constructed automatically by DIVIDE Central when actually using DIVIDE. + +## Contact + +The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can email [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../issues/new). diff --git a/src/divide-central/README.md b/src/divide-central/README.md new file mode 100644 index 0000000..72714b3 --- /dev/null +++ b/src/divide-central/README.md @@ -0,0 +1,3 @@ +# Implementation of DIVIDE Central + +We refer to the [parent folder](..) for more information about the implementation details in this folder. \ No newline at end of file diff --git a/src/divide-central/divide-api/pom.xml b/src/divide-central/divide-api/pom.xml index dd79f9a..ffbb6be 100644 --- a/src/divide-central/divide-api/pom.xml +++ b/src/divide-central/divide-api/pom.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - divide - be.ugent.idlab + divide-central + be.ugent.idlab.divide 1.0 4.0.0 @@ -22,7 +22,7 @@ - be.ugent.idlab + be.ugent.idlab.divide divide-engine 1.0 diff --git a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/DivideApiApplication.java b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/DivideApiApplication.java index 57cce05..be0a53a 100644 --- a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/DivideApiApplication.java +++ b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/DivideApiApplication.java @@ -1,6 +1,8 @@ package be.ugent.idlab.divide.api; import be.ugent.idlab.divide.api.endpoints.component.ComponentEndpoint; +import be.ugent.idlab.divide.api.endpoints.component.ComponentQueryDerivationEndpoint; +import be.ugent.idlab.divide.api.endpoints.component.ComponentQueryLocationUpdateEndpoint; import be.ugent.idlab.divide.api.endpoints.component.GeneralComponentEndpoint; import be.ugent.idlab.divide.api.endpoints.query.DivideQueryEndpoint; import be.ugent.idlab.divide.api.endpoints.query.DivideQueryRegistrationAsRspQlEndpoint; @@ -59,6 +61,14 @@ public Restlet createInboundRoot() { LOGGER.info("DIVIDE API endpoint {}", DivideRoutes.ENDPOINT_DIVIDE_QUERY_GENERAL); GeneralDivideQueryEndpoint.logEndpoints(LOGGER); + router.attach(DivideRoutes.ENDPOINT_DIVIDE_QUERY_DERIVATION, ComponentQueryDerivationEndpoint.class); + LOGGER.info("DIVIDE API endpoint {}", DivideRoutes.ENDPOINT_DIVIDE_QUERY_DERIVATION); + ComponentQueryDerivationEndpoint.logEndpoints(LOGGER); + + router.attach(DivideRoutes.ENDPOINT_DIVIDE_QUERY_LOCATION_UPDATE, ComponentQueryLocationUpdateEndpoint.class); + LOGGER.info("DIVIDE API endpoint {}", DivideRoutes.ENDPOINT_DIVIDE_QUERY_LOCATION_UPDATE); + ComponentQueryLocationUpdateEndpoint.logEndpoints(LOGGER); + return router; } diff --git a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/DivideRoutes.java b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/DivideRoutes.java index 93b49ec..98b0183 100644 --- a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/DivideRoutes.java +++ b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/DivideRoutes.java @@ -1,6 +1,7 @@ package be.ugent.idlab.divide.api; import static be.ugent.idlab.divide.api.endpoints.CustomEndpoint.SERVER_ATTR_ID; +import static be.ugent.idlab.divide.api.endpoints.CustomEndpoint.SERVER_ATTR_NAME; class DivideRoutes { @@ -21,4 +22,11 @@ class DivideRoutes { static final String ENDPOINT_DIVIDE_QUERY_REGISTER_AS_RSP_QL = "/" + QUERY_ENTITY + "/rspql/{" + SERVER_ATTR_ID + "}"; + static final String ENDPOINT_DIVIDE_QUERY_DERIVATION = + "/" + COMPONENT_ENTITY + "/{" + SERVER_ATTR_ID + "}/derive/" + + QUERY_ENTITY + "/{" + SERVER_ATTR_NAME + "}"; + static final String ENDPOINT_DIVIDE_QUERY_LOCATION_UPDATE = + "/" + COMPONENT_ENTITY + "/{" + SERVER_ATTR_ID + "}/update_location/" + + QUERY_ENTITY + "/{" + SERVER_ATTR_NAME + "}"; + } diff --git a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/CustomEndpoint.java b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/CustomEndpoint.java index b9cc7a7..3774e6e 100644 --- a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/CustomEndpoint.java +++ b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/CustomEndpoint.java @@ -7,6 +7,7 @@ public abstract class CustomEndpoint extends ServerResource { public static final String SERVER_ATTR_ID = "id"; + public static final String SERVER_ATTR_NAME = "name"; protected IDivideEngine getDivideEngine() { return (IDivideEngine) getContext().getAttributes().get( @@ -17,4 +18,8 @@ protected String getIdAttribute() { return (String) getRequest().getAttributes().get(SERVER_ATTR_ID); } + protected String getNameAttribute() { + return (String) getRequest().getAttributes().get(SERVER_ATTR_NAME); + } + } diff --git a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/component/ComponentQueryDerivationEndpoint.java b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/component/ComponentQueryDerivationEndpoint.java new file mode 100644 index 0000000..e07aaa9 --- /dev/null +++ b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/component/ComponentQueryDerivationEndpoint.java @@ -0,0 +1,118 @@ +package be.ugent.idlab.divide.api.endpoints.component; + +import be.ugent.idlab.divide.api.endpoints.CustomEndpoint; +import be.ugent.idlab.divide.core.component.IComponent; +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.core.exception.DivideNotInitializedException; +import be.ugent.idlab.divide.core.query.IDivideQuery; +import be.ugent.idlab.util.rdf.jena3.owlapi4.JenaUtilities; +import org.apache.jena.rdf.model.Model; +import org.restlet.data.MediaType; +import org.restlet.data.Method; +import org.restlet.data.Status; +import org.restlet.representation.Representation; +import org.restlet.resource.Options; +import org.restlet.resource.Put; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.util.HashSet; +import java.util.Set; + +public class ComponentQueryDerivationEndpoint extends CustomEndpoint { + + private static final Logger LOGGER = LoggerFactory.getLogger( + ComponentQueryDerivationEndpoint.class.getName()); + + @Options + public void optionsRequestHandler() { + Set allowedMethods = new HashSet<>(); + allowedMethods.add(Method.PUT); + getResponse().setAccessControlAllowMethods(allowedMethods); + getResponse().setAccessControlAllowOrigin("*"); + } + + public static void logEndpoints(Logger logger) { + logger.info(" PUT: update window parameters of derived queries for component" + + " with ID {} for DIVIDE query with name {} (RDF description" + + " of window parameters in plain text HTTP body)", + SERVER_ATTR_ID, SERVER_ATTR_NAME); + } + + @Put("text/plain") + public void deriveQueries(Representation rep) { + getResponse().setAccessControlAllowOrigin("*"); + + IDivideEngine divideEngine = getDivideEngine(); + + try { + String componentId = getIdAttribute(); + String divideQueryName = getNameAttribute(); + + IComponent component = divideEngine.getRegisteredComponentById(componentId); + IDivideQuery divideQuery = divideEngine.getDivideQueryByName(divideQueryName); + + if (component != null) { + + if (divideQuery != null) { + + String triples; + if (rep != null && (triples = rep.getText()) != null && !triples.trim().isEmpty()) { + + Model windowParameters = JenaUtilities.parseString(triples); + if (windowParameters != null) { + // update the window parameters + divideEngine.updateWindowParameters( + componentId, divideQueryName, windowParameters); + + String message = "Query window parameter update for component with ID '" + + componentId + "' and DIVIDE query with name '" + divideQueryName + + "' successfully enqueued"; + getResponse().setStatus(Status.SUCCESS_NO_CONTENT, message); + + } else { + String message = "Specified window parameters cannot be parsed as RDF"; + getResponse().setStatus(Status.CLIENT_ERROR_BAD_REQUEST, message); + getResponse().setEntity(message, MediaType.TEXT_PLAIN); + } + + } else { + String message = "No window parameters specified"; + getResponse().setStatus(Status.CLIENT_ERROR_BAD_REQUEST, message); + getResponse().setEntity(message, MediaType.TEXT_PLAIN); + } + + } else { + String message = "DIVIDE query with the specified name does not exist"; + getResponse().setStatus(Status.CLIENT_ERROR_BAD_REQUEST, message); + getResponse().setEntity(message, MediaType.TEXT_PLAIN); + } + + } else { + String message = "DIVIDE component with the specified ID does not exist"; + getResponse().setStatus(Status.CLIENT_ERROR_BAD_REQUEST, message); + getResponse().setEntity(message, MediaType.TEXT_PLAIN); + } + + } catch (DivideNotInitializedException e) { + String message = e.getMessage(); + LOGGER.error(message, e); + getResponse().setStatus(Status.SERVER_ERROR_SERVICE_UNAVAILABLE, message); + getResponse().setEntity(message, MediaType.TEXT_PLAIN); + + } catch (Exception e) { + String logMessage = "Error while enqueueing window parameter update"; + String eMessage = e.getMessage(); + String message = logMessage + (eMessage != null ? ": " + eMessage : ""); + LOGGER.error(logMessage, e); + getResponse().setStatus(Status.SERVER_ERROR_INTERNAL, message); + getResponse().setEntity(message, MediaType.TEXT_PLAIN); + + } finally { + getResponse().commit(); + commit(); + release(); + } + } + +} diff --git a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/component/ComponentQueryLocationUpdateEndpoint.java b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/component/ComponentQueryLocationUpdateEndpoint.java new file mode 100644 index 0000000..fd77538 --- /dev/null +++ b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/component/ComponentQueryLocationUpdateEndpoint.java @@ -0,0 +1,134 @@ +package be.ugent.idlab.divide.api.endpoints.component; + +import be.ugent.idlab.divide.api.endpoints.CustomEndpoint; +import be.ugent.idlab.divide.core.component.IComponent; +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.core.exception.DivideNotInitializedException; +import be.ugent.idlab.divide.core.query.IDivideQuery; +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; +import org.restlet.data.MediaType; +import org.restlet.data.Method; +import org.restlet.data.Status; +import org.restlet.representation.Representation; +import org.restlet.resource.Options; +import org.restlet.resource.Put; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.util.HashSet; +import java.util.Set; + +public class ComponentQueryLocationUpdateEndpoint extends CustomEndpoint { + + private static final Gson GSON = new GsonBuilder().disableHtmlEscaping().create(); + + private static final Logger LOGGER = LoggerFactory.getLogger( + ComponentQueryLocationUpdateEndpoint.class.getName()); + + @Options + public void optionsRequestHandler() { + Set allowedMethods = new HashSet<>(); + allowedMethods.add(Method.PUT); + getResponse().setAccessControlAllowMethods(allowedMethods); + getResponse().setAccessControlAllowOrigin("*"); + } + + public static void logEndpoints(Logger logger) { + logger.info(" PUT: update location of derived queries for component" + + " with ID {} for DIVIDE query with name {} (location" + + " (one of 'central' or 'local') in plain text HTTP body)", + SERVER_ATTR_ID, SERVER_ATTR_NAME); + } + + @Put("text/plain") + public void deriveQueries(Representation rep) { + getResponse().setAccessControlAllowOrigin("*"); + + IDivideEngine divideEngine = getDivideEngine(); + + try { + String componentId = getIdAttribute(); + String divideQueryName = getNameAttribute(); + + IComponent component = divideEngine.getRegisteredComponentById(componentId); + IDivideQuery divideQuery = divideEngine.getDivideQueryByName(divideQueryName); + + if (component != null) { + + if (divideQuery != null) { + + if (rep != null) { + + String location = rep.getText(); + + if (location != null && !location.isEmpty()) { + + boolean moveToCentral; + if (location.equals("local")) { + moveToCentral = false; + + } else if (location.equals("central")) { + moveToCentral = true; + + } else { + String message = "Problem with specified location. The location must " + + "be local or central."; + getResponse().setStatus(Status.CLIENT_ERROR_BAD_REQUEST, message); + getResponse().setEntity(GSON.toJson(message), MediaType.APPLICATION_JSON); + return; + } + + // update location + divideEngine.updateQueryLocation(componentId, divideQueryName, moveToCentral); + + String message = "Query location successfully moved to " + location; + getResponse().setStatus(Status.SUCCESS_OK, message); + getResponse().setEntity(GSON.toJson(message), MediaType.APPLICATION_JSON); + + } else { + String message = "No location specified. The location must be local or central."; + getResponse().setStatus(Status.CLIENT_ERROR_BAD_REQUEST, message); + getResponse().setEntity(GSON.toJson(message), MediaType.APPLICATION_JSON); + } + + } else { + String message = "No location specified. The location must be local or central."; + getResponse().setStatus(Status.CLIENT_ERROR_BAD_REQUEST, message); + getResponse().setEntity(GSON.toJson(message), MediaType.APPLICATION_JSON); + } + + } else { + String message = "DIVIDE query with the specified name does not exist"; + getResponse().setStatus(Status.CLIENT_ERROR_BAD_REQUEST, message); + getResponse().setEntity(message, MediaType.TEXT_PLAIN); + } + + } else { + String message = "DIVIDE component with the specified ID does not exist"; + getResponse().setStatus(Status.CLIENT_ERROR_BAD_REQUEST, message); + getResponse().setEntity(message, MediaType.TEXT_PLAIN); + } + + } catch (DivideNotInitializedException e) { + String message = e.getMessage(); + LOGGER.error(message, e); + getResponse().setStatus(Status.SERVER_ERROR_SERVICE_UNAVAILABLE, message); + getResponse().setEntity(message, MediaType.TEXT_PLAIN); + + } catch (Exception e) { + String logMessage = "Error while enqueueing window parameter update"; + String eMessage = e.getMessage(); + String message = logMessage + (eMessage != null ? ": " + eMessage : ""); + LOGGER.error(logMessage, e); + getResponse().setStatus(Status.SERVER_ERROR_INTERNAL, message); + getResponse().setEntity(message, MediaType.TEXT_PLAIN); + + } finally { + getResponse().commit(); + commit(); + release(); + } + } + +} diff --git a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/component/GeneralComponentEndpoint.java b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/component/GeneralComponentEndpoint.java index 5879e6e..f89559c 100644 --- a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/component/GeneralComponentEndpoint.java +++ b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/endpoints/component/GeneralComponentEndpoint.java @@ -99,9 +99,10 @@ public void registerComponent(Representation rep) { // register component IComponent component = divideEngine.registerComponent( + componentEntry.getIpAddress(), new ArrayList<>(componentEntry.getContextIris()), componentEntry.getRspQueryLanguage(), - componentEntry.getRspEngineUrl()); + componentEntry.getRspEngineServerPort()); if (component != null) { String message = "Component with ID " + component.getId() + diff --git a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/representation/component/ComponentRepresentation.java b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/representation/component/ComponentRepresentation.java index c90309f..4d8a7c1 100644 --- a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/representation/component/ComponentRepresentation.java +++ b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/api/representation/component/ComponentRepresentation.java @@ -7,15 +7,24 @@ @SuppressWarnings({"FieldCanBeLocal", "unused"}) public class ComponentRepresentation { + private final String ipAddress; private final String id; private final List contextIris; - private final RspEngineRepresentation rspEngine; + private final RspEngineRepresentation localRspEngine; + private final RspEngineRepresentation centralRspEngine; public ComponentRepresentation(IComponent component) { + this.ipAddress = component.getIpAddress(); this.id = component.getId(); this.contextIris = component.getContextIris(); - this.rspEngine = new RspEngineRepresentation( - component.getRspEngineHandler().getRspEngine()); + this.localRspEngine = new RspEngineRepresentation( + component.getRspEngineHandler().getLocalRspEngine()); + if (component.getRspEngineHandler().getCentralRspEngine() != null) { + this.centralRspEngine = new RspEngineRepresentation( + component.getRspEngineHandler().getCentralRspEngine()); + } else { + this.centralRspEngine = null; + } } } diff --git a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/ComponentEntry.java b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/ComponentEntry.java index ae43740..443de18 100644 --- a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/ComponentEntry.java +++ b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/ComponentEntry.java @@ -6,16 +6,23 @@ public class ComponentEntry { + private final String ipAddress; private final List contextIris; private final RspQueryLanguage rspQueryLanguage; - private final String rspEngineUrl; + private final int rspEngineServerPort; - public ComponentEntry(List contextIris, + public ComponentEntry(String ipAddress, + List contextIris, RspQueryLanguage rspQueryLanguage, - String rspEngineUrl) { + int rspEngineServerPort) { + this.ipAddress = ipAddress; this.contextIris = contextIris; this.rspQueryLanguage = rspQueryLanguage; - this.rspEngineUrl = rspEngineUrl; + this.rspEngineServerPort = rspEngineServerPort; + } + + public String getIpAddress() { + return ipAddress; } public List getContextIris() { @@ -26,8 +33,8 @@ public RspQueryLanguage getRspQueryLanguage() { return rspQueryLanguage; } - public String getRspEngineUrl() { - return rspEngineUrl; + public int getRspEngineServerPort() { + return rspEngineServerPort; } } diff --git a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/CsvComponentEntryParser.java b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/CsvComponentEntryParser.java index 3f8efb5..e3f3ee3 100644 --- a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/CsvComponentEntryParser.java +++ b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/CsvComponentEntryParser.java @@ -28,7 +28,7 @@ public class CsvComponentEntryParser { * @return a list of parsed component entries of which the gettable fields can * directly be used as input for the registration of components in a * DIVIDE engine using the {@link IDivideEngine#registerComponent( - * List, RspQueryLanguage, String)} method + * String, List, RspQueryLanguage, int)} method * @throws ComponentEntryParserException if a component configuration in the CSV file is * invalid (invalid list of additional context IRIs, * invalid RSP engine URL, or invalid @@ -55,20 +55,23 @@ public static List parseComponentEntryFile(String csvFile) private static ComponentEntry parseComponentEntry(String[] entry) throws ComponentEntryParserException { - if (entry.length == 4) { + if (entry.length == 5) { + // retrieve IP address (or host name) + String ipAddress = entry[0]; + // retrieve main context IRI - String mainContextIri = entry[0].trim(); + String mainContextIri = entry[1].trim(); // convert array string to actual array of additional context IRIs - if (!entry[1].trim().matches("\\[[^\\[\\]]+]")) { + if (!entry[2].trim().matches("\\[[^\\[\\]]*]")) { throw new ComponentEntryParserException( "Component entry contains invalid list of additional IRIs"); } List contextIris = new ArrayList<>(); contextIris.add(mainContextIri); - if (!entry[1].replace(" ", "").replace("\t", "").trim().equals("[]")) { + if (!entry[2].replace(" ", "").replace("\t", "").trim().equals("[]")) { contextIris.addAll( - Arrays.stream(entry[1].replace("[", "").replace("]", "").split(",")) + Arrays.stream(entry[2].replace("[", "").replace("]", "").split(",")) .map(String::trim) .collect(Collectors.toList())); } @@ -76,19 +79,18 @@ private static ComponentEntry parseComponentEntry(String[] entry) // parse RSP query language RspQueryLanguage rspQueryLanguage = - ComponentEntryParser.parseRspEngineQueryLanguage(entry[2]); + ComponentEntryParser.parseRspEngineQueryLanguage(entry[3]); // parse RSP engine URL - String rspEngineUrl = entry[3].trim(); - ComponentEntryParser.validateRspEngineUrl(rspEngineUrl); + int rspEngineServerPort = Integer.parseInt(entry[4].trim()); // if no errors, then return new component entry return new ComponentEntry( - contextIris, rspQueryLanguage, rspEngineUrl); + ipAddress, contextIris, rspQueryLanguage, rspEngineServerPort); } else { throw new ComponentEntryParserException( - "Component entry does not contain 4 elements"); + "Component entry does not contain 5 elements"); } } diff --git a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/JsonComponentEntry.java b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/JsonComponentEntry.java index 24edb75..9851c2f 100644 --- a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/JsonComponentEntry.java +++ b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/JsonComponentEntry.java @@ -5,14 +5,26 @@ @SuppressWarnings("unused") public class JsonComponentEntry { + private String ipAddress; private List contextIris; private RspEngineEntry rspEngine; - public JsonComponentEntry(List contextIris, RspEngineEntry rspEngine) { + public JsonComponentEntry(String ipAddress, + List contextIris, + RspEngineEntry rspEngine) { + this.ipAddress = ipAddress; this.contextIris = contextIris; this.rspEngine = rspEngine; } + public String getIpAddress() { + return ipAddress; + } + + public void setIpAddress(String ipAddress) { + this.ipAddress = ipAddress; + } + public List getContextIris() { return contextIris; } @@ -30,21 +42,22 @@ public void setRspEngine(RspEngineEntry rspEngine) { } public boolean validateIfNonNull() { - return contextIris != null && + return ipAddress != null && + contextIris != null && rspEngine != null && rspEngine.queryLanguage != null && - rspEngine.url != null; + rspEngine.serverPort != 0; } static class RspEngineEntry { - public RspEngineEntry(String queryLanguage, String url) { + public RspEngineEntry(String queryLanguage, int serverPort) { this.queryLanguage = queryLanguage; - this.url = url; + this.serverPort = serverPort; } private String queryLanguage; - private String url; + private int serverPort; public String getQueryLanguage() { return queryLanguage; @@ -54,12 +67,12 @@ public void setQueryLanguage(String queryLanguage) { this.queryLanguage = queryLanguage; } - public String getUrl() { - return url; + public int getServerPort() { + return serverPort; } - public void setUrl(String url) { - this.url = url; + public void setServerPort(int serverPort) { + this.serverPort = serverPort; } } diff --git a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/JsonComponentEntryParser.java b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/JsonComponentEntryParser.java index 3e60d92..b3de1c2 100644 --- a/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/JsonComponentEntryParser.java +++ b/src/divide-central/divide-api/src/main/java/be/ugent/idlab/divide/util/component/JsonComponentEntryParser.java @@ -25,7 +25,7 @@ public class JsonComponentEntryParser { * @return a parsed component entry of which the gettable fields can * directly be used as input for the registration of components in a * DIVIDE engine using the {@link IDivideEngine#registerComponent( - * List, RspQueryLanguage, String)} method + * String, List, RspQueryLanguage, int)} method * @throws ComponentEntryParserException if the specified component configuration is * not in the required JSON format */ @@ -57,15 +57,12 @@ private static ComponentEntry parseComponentEntry(JsonComponentEntry jsonCompone ComponentEntryParser.parseRspEngineQueryLanguage( jsonComponentEntry.getRspEngine().getQueryLanguage()); - // parse RSP engine registration URL - String rspEngineUrl = jsonComponentEntry.getRspEngine().getUrl(); - ComponentEntryParser.validateRspEngineUrl(rspEngineUrl); - // if no errors, then return new component entry return new ComponentEntry( + jsonComponentEntry.getIpAddress(), contextIris, rspQueryLanguage, - rspEngineUrl); + jsonComponentEntry.getRspEngine().getServerPort()); } } diff --git a/src/divide-central/divide-engine/pom.xml b/src/divide-central/divide-engine/pom.xml index 67e8220..86210e8 100644 --- a/src/divide-central/divide-engine/pom.xml +++ b/src/divide-central/divide-engine/pom.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - divide - be.ugent.idlab + divide-central + be.ugent.idlab.divide 1.0 4.0.0 @@ -68,5 +68,12 @@ http-utilities 1.0 + + + + org.apache.sshd + sshd-core + 2.9.0 + \ No newline at end of file diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/component/Component.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/component/Component.java index 6166d77..6f7c700 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/component/Component.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/component/Component.java @@ -12,14 +12,17 @@ class Component implements IComponent { private final String id; + private final String ipAddress; private final IRspEngineHandler rspEngineHandler; private final List contextIris; private final Map contextEnricherMap; Component(String id, - IRspEngineHandler rspEngineHandler, - List contextIris) { + String ipAddress, + IRspEngineHandler rspEngineHandler, + List contextIris) { this.id = id; + this.ipAddress = ipAddress; this.rspEngineHandler = rspEngineHandler; this.contextIris = new ArrayList<>(contextIris); this.contextEnricherMap = new HashMap<>(); @@ -30,6 +33,11 @@ public String getId() { return id; } + @Override + public String getIpAddress() { + return ipAddress; + } + @Override public IRspEngineHandler getRspEngineHandler() { return rspEngineHandler; @@ -56,4 +64,14 @@ public synchronized IContextEnricher getContextEnricher(IDivideQuery divideQuery return contextEnricherMap.get(divideQuery.getName()); } + @Override + public String toString() { + return "Component{" + + "id='" + id + '\'' + + ", rspEngineHandler=" + rspEngineHandler + + ", contextIris=" + contextIris + + ", contextEnricherMap=" + contextEnricherMap + + '}'; + } + } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/component/ComponentFactory.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/component/ComponentFactory.java index 55743fe..66dcf8f 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/component/ComponentFactory.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/component/ComponentFactory.java @@ -1,5 +1,6 @@ package be.ugent.idlab.divide.core.component; +import be.ugent.idlab.divide.core.engine.IDivideEngine; import be.ugent.idlab.divide.core.exception.DivideInvalidInputException; import be.ugent.idlab.divide.rsp.IRspEngineHandler; import be.ugent.idlab.divide.rsp.RspEngineHandlerFactory; @@ -25,33 +26,27 @@ public class ComponentFactory { * * @param contextIris IRIs of the ABoxes in a knowledge base that represent the relevant * context associated to the new {@link IComponent} - * @param rspQueryLanguage RSP query language used by the RSP engine running on - * the created component - * @param rspEngineUrl URL which should be used for communication with the RSP engine - * running on the created component, and which will also be mapped - * to a unique ID for the created component + * @param localRspQueryLanguage RSP query language used by the RSP engine running on + * the created component * @return the new {@link IComponent} * @throws DivideInvalidInputException if the RSP engine URL is no valid URL */ - public static IComponent createInstance(List contextIris, - RspQueryLanguage rspQueryLanguage, - String rspEngineUrl) + public static IComponent createInstance(String ipAddress, + List contextIris, + RspQueryLanguage localRspQueryLanguage, + int localRspEngineServerPort, + IDivideEngine divideEngine) throws DivideInvalidInputException { - // create a handler for the RSP engine running on the new component - // (this includes a validation of the URL to communicate with the engine later on) - IRspEngineHandler rspEngine = RspEngineHandlerFactory.createInstance( - rspQueryLanguage, rspEngineUrl); - - // update RSP engine URL to validated & preprocessed URL - rspEngineUrl = rspEngine.getRspEngine().getBaseUrl(); + // construct the URL to communicate with the local RSP engine + String localRspEngineUrl = String.format("http://%s:%d", ipAddress, localRspEngineServerPort); - // create a unique ID which is a modified version of the RSP engine + // create a unique component ID which is a modified version of the RSP engine // URL that is file system friendly (i.e., that can be // used in file names and directory names) - String id; + String componentId; try { - URL url = new URL(rspEngineUrl); - id = String.format("%s-%d-%s", + URL url = new URL(localRspEngineUrl); + componentId = String.format("%s-%d-%s", url.getHost(), url.getPort() != -1 ? url.getPort() : 80, URLEncoder.encode(url.getPath(), StandardCharsets.UTF_8.toString()). @@ -64,7 +59,11 @@ public static IComponent createInstance(List contextIris, throw new DivideInvalidInputException("An unknown input validation error has occurred", e); } - return new Component(id, rspEngine, contextIris); + // create a handler for the RSP engine running on the new component + IRspEngineHandler rspEngineHandler = RspEngineHandlerFactory.createInstance( + localRspQueryLanguage, localRspEngineUrl, localRspEngineServerPort, componentId, divideEngine); + + return new Component(componentId, ipAddress, rspEngineHandler, contextIris); } } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/component/IComponent.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/component/IComponent.java index fd967b6..52032c4 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/component/IComponent.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/component/IComponent.java @@ -25,6 +25,8 @@ public interface IComponent { */ String getId(); + String getIpAddress(); + /** * Retrieves the different context IRIs of this {@link IComponent}. This is a list * of all ABox IRIs in the knowledge base that represent the relevant context of diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/DivideComponentManager.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/DivideComponentManager.java index 846deb4..e195243 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/DivideComponentManager.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/DivideComponentManager.java @@ -6,7 +6,7 @@ import be.ugent.idlab.divide.core.exception.DivideInitializationException; import be.ugent.idlab.divide.core.exception.DivideInvalidInputException; import be.ugent.idlab.divide.rsp.RspQueryLanguage; -import be.ugent.idlab.divide.util.LogConstants; +import be.ugent.idlab.divide.util.Constants; import be.ugent.idlab.kb.IIriResolver; import be.ugent.idlab.kb.IKnowledgeBase; import be.ugent.idlab.kb.IKnowledgeBaseObserver; @@ -80,9 +80,10 @@ class DivideComponentManager implements IKnowledgeBaseObserver { this.pauseRspEngineStreamsOnContextChanges = pauseRspEngineStreamsOnContextChanges; } - synchronized IComponent registerComponent(List contextIris, - RspQueryLanguage rspQueryLanguage, - String rspEngineUrl) + synchronized IComponent registerComponent(String ipAddress, + List contextIris, + RspQueryLanguage localRspQueryLanguage, + int localRspEngineServerPort) throws DivideInvalidInputException { // resolve all context IRIs List resolvedContextIris = new ArrayList<>(); @@ -98,7 +99,7 @@ synchronized IComponent registerComponent(List contextIris, // create component IComponent component = ComponentFactory.createInstance( - resolvedContextIris, rspQueryLanguage, rspEngineUrl); + ipAddress, resolvedContextIris, localRspQueryLanguage, localRspEngineServerPort, divideEngine); // ensure component with that ID does not yet exist if (registeredComponents.containsKey(component.getId())) { @@ -168,7 +169,7 @@ Model getContextAssociatedToComponent(String id) { // if an error occurs when retrieving the knowledge base context // for a given component, the context is incomplete and therefore // considered non-existing - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Error occurred when retrieving current context of" + " component with ID {}", component.getId(), e); @@ -232,11 +233,10 @@ public synchronized void notifyABoxUpdated(String iri, Model model) { // if an error occurs when retrieving the knowledge base context // for a given component, no RSP query update is enqueued for this // component (because the context is incomplete) - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Error occurred when retrieving current context of" + " component with ID {} -> queries are NOT updated", component.getId(), e); - } } } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/DivideEngine.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/DivideEngine.java index 4141933..3f64fc6 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/DivideEngine.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/DivideEngine.java @@ -12,8 +12,15 @@ import be.ugent.idlab.divide.core.query.parser.DivideQueryParserFactory; import be.ugent.idlab.divide.core.query.parser.IDivideQueryParser; import be.ugent.idlab.divide.core.query.parser.InvalidDivideQueryParserInputException; +import be.ugent.idlab.divide.monitor.DivideMonitorFactory; +import be.ugent.idlab.divide.monitor.IDivideGlobalMonitor; +import be.ugent.idlab.divide.monitor.IDivideMonitor; +import be.ugent.idlab.divide.monitor.MonitorException; +import be.ugent.idlab.divide.monitor.metamodel.DummyDivideMetaModel; +import be.ugent.idlab.divide.monitor.metamodel.IDivideMetaModel; +import be.ugent.idlab.divide.rsp.RspEngineHandlerException; import be.ugent.idlab.divide.rsp.RspQueryLanguage; -import be.ugent.idlab.divide.util.LogConstants; +import be.ugent.idlab.divide.util.Constants; import be.ugent.idlab.kb.IKnowledgeBase; import be.ugent.idlab.kb.exception.KnowledgeBaseOperationException; import be.ugent.idlab.util.rdf.jena3.owlapi4.JenaOwlApiUtilities; @@ -30,6 +37,7 @@ import java.util.HashMap; import java.util.List; import java.util.Map; +import java.util.UUID; import java.util.concurrent.CountDownLatch; import java.util.concurrent.Executors; import java.util.concurrent.LinkedBlockingQueue; @@ -79,6 +87,10 @@ class DivideEngine implements IDivideEngine { private DivideOntology divideOntology; + private IDivideMonitor divideMonitor; + + private IDivideMetaModel divideMetaModel; + /** * Boolean representing whether the engine has been successfully initialized */ @@ -106,6 +118,18 @@ class DivideEngine implements IDivideEngine { */ private boolean validateUnboundVariablesInRspQlQueryBodyInParser; + private final String id; + + private String deviceNetworkIp; + + /** + * Properties & guard of the central RSP engine of this DIVIDE engine + */ + private String centralRspEngineUrl; + private RspQueryLanguage centralRspEngineQueryLanguage; + private String centralRspEngineWebSocketStreamUrl; + private final String centralRspEngineGuard = "guard"; + /** * Patterns used for preprocessing a DIVIDE query's sensor query rule */ @@ -130,6 +154,12 @@ class DivideEngine implements IDivideEngine { this.componentQueryUpdateThreadMap = new HashMap<>(); this.divideOntology = null; + // initialize ID + this.id = UUID.randomUUID().toString(); + + // initialize dummy DIVIDE meta model + this.divideMetaModel = new DummyDivideMetaModel(); + // create worker thread pool this.workerThreadPool = (ThreadPoolExecutor) Executors.newFixedThreadPool(100); this.workerThreadPool.setCorePoolSize(50); @@ -186,6 +216,125 @@ public void initialize(IDivideQueryDeriver divideQueryDeriver, this.initialized = true; } + @Override + public void activateMonitor(IDivideGlobalMonitor divideGlobalMonitor, + String divideLocalMonitorJarPath, + String deviceNetworkIp) + throws DivideNotInitializedException, DivideInvalidInputException, MonitorException { + LOGGER.info("Activating the DIVIDE Monitor"); + + // start a new monitor with the given parameters + this.divideMonitor = DivideMonitorFactory.createInstance( + this, divideGlobalMonitor, divideLocalMonitorJarPath, deviceNetworkIp); + + // save network IP to engine + this.deviceNetworkIp = deviceNetworkIp; + + // start DIVIDE monitor + this.divideMonitor.start(); + } + + @Override + public String getId() { + return id; + } + + @Override + public String getDeviceNetworkIp() throws DivideNotInitializedException { + if (this.deviceNetworkIp == null) { + throw new DivideNotInitializedException(); + } + return this.deviceNetworkIp; + } + + @Override + public void onDivideMetaModelInitialized() { + LOGGER.info("On DIVIDE meta model initialized: DIVIDE engine can save " + + "DIVIDE meta model & make it up to date"); + + // save non-dummy meta model initialized by the DIVIDE global monitor + // (done only now since otherwise earlier calls to the meta model will yield + // exceptions because global monitor has not yet fully started) + this.divideMetaModel = this.divideMonitor.getDivideMetaModel(); + + // register this engine to the meta model + this.divideMetaModel.registerEngine(this); + + // register all active DIVIDE components + for (IComponent component : divideComponentManager.getRegisteredComponents()) { + this.divideMetaModel.addComponent(component); + } + + // register all active DIVIDE queries + synchronized (divideQueryMap) { + for (IDivideQuery divideQuery : divideQueryMap.values()) { + this.divideMetaModel.addDivideQuery(divideQuery); + } + } + } + + @Override + public IDivideMetaModel getDivideMetaModel() { + return this.divideMetaModel; + } + + @Override + public void shutdown() throws DivideNotInitializedException { + LOGGER.info("Shutting down DIVIDE engine"); + + // remove all components & queries + // (also includes stopping the monitor for every component if it is active) + LOGGER.info("Shutdown: removing all components & unregistering all DIVIDE-originating queries from it"); + for (IComponent registeredComponent : divideComponentManager.getRegisteredComponents()) { + // if removed component is not null & monitor is active, + // stop & remove the local monitor on that component + if (registeredComponent != null) { + LOGGER.info("Shutdown: unregister component {}", registeredComponent); + unregisterComponent(registeredComponent.getId(), true); + } + } + } + + @Override + public void configureCentralRspEngine(RspQueryLanguage rspQueryLanguage, + String serverProtocol, + String serverHost, + int serverPort, + int webSocketServerPort) + throws DivideInvalidInputException, DivideInitializationException { + synchronized (this.centralRspEngineGuard) { + // only proceed if no central RSP engine has been configured yet + if (this.centralRspEngineUrl != null) { + throw new DivideInitializationException( + "Central RSP engine is already configured for this DIVIDE engine"); + } + + // validate the properties of the central RSP engine + if (serverProtocol == null || serverHost == null + || serverPort <= 0 || webSocketServerPort <= 0) { + throw new DivideInvalidInputException("Central RSP engine properties are invalid: " + + "at least one of server protocol, server host, server port or WebSocket " + + "server port is invalid"); + } + + // save the properties of the central RSP engine + this.centralRspEngineUrl = String.format("%s://%s:%s", + serverProtocol, serverHost, serverPort); + this.centralRspEngineQueryLanguage = rspQueryLanguage; + this.centralRspEngineWebSocketStreamUrl = String.format("ws://%s:%s", + serverHost, webSocketServerPort); + + // configure central RSP engine to all registered components + for (IComponent registeredComponent : + divideComponentManager.getRegisteredComponents()) { + registeredComponent.getRspEngineHandler().configureCentralRspEngine( + this.centralRspEngineUrl, + this.centralRspEngineQueryLanguage, + this.centralRspEngineWebSocketStreamUrl); + } + } + } + /** * Loads the ontology that needs to be used as input (TBox) for each query * derivation performed by the query deriver of this engine. @@ -206,7 +355,7 @@ public void initialize(IDivideQueryDeriver divideQueryDeriver, synchronized void loadOntology(Model divideOntologyModel) throws DivideInvalidInputException, DivideInitializationException { LOGGER.info("Loading ontology..."); - LOGGER.debug(LogConstants.METRIC_MARKER, "LOAD_ONTOLOGY_START"); + LOGGER.debug(Constants.METRIC_MARKER, "LOAD_ONTOLOGY_START"); long start = System.currentTimeMillis(); @@ -230,7 +379,7 @@ synchronized void loadOntology(Model divideOntologyModel) } } - LOGGER.debug(LogConstants.METRIC_MARKER, "LOAD_ONTOLOGY_END"); + LOGGER.debug(Constants.METRIC_MARKER, "LOAD_ONTOLOGY_END"); LOGGER.info("Finished loading ontology in {} ms", System.currentTimeMillis() - start); } @@ -272,6 +421,9 @@ public IDivideQuery addDivideQuery(String name, divideQueryMap.put(name, divideQuery); } + // add DIVIDE query to DIVIDE meta model + this.divideMetaModel.addDivideQuery(divideQuery); + // start query derivation for this DIVIDE query only, // for each component registered to the engine for (IComponent component : divideComponentManager.getRegisteredComponents()) { @@ -342,6 +494,9 @@ public void removeDivideQuery(String name, divideQuery = divideQueryMap.remove(name); } if (divideQuery != null) { + // remove DIVIDE query from DIVIDE meta model + this.divideMetaModel.removeDivideQuery(divideQuery); + // unregister query at query deriver divideQueryDeriver.unregisterQuery(divideQuery); @@ -361,7 +516,9 @@ public Collection getDivideQueries() throws DivideNotInitializedEx throw new DivideNotInitializedException(); } - return divideQueryMap.values(); + synchronized (divideQueryMap) { + return divideQueryMap.values(); + } } @Override @@ -374,9 +531,10 @@ public IDivideQuery getDivideQueryByName(String name) throws DivideNotInitialize } @Override - public IComponent registerComponent(List contextIris, - RspQueryLanguage rspQueryLanguage, - String rspEngineUrl) + public IComponent registerComponent(String ipAddress, + List contextIris, + RspQueryLanguage localRspEngineQueryLanguage, + int localRspEngineServerPort) throws DivideNotInitializedException, DivideInvalidInputException { LOGGER.info("Adding new DIVIDE component..."); @@ -386,10 +544,23 @@ public IComponent registerComponent(List contextIris, // register new component at component manager IComponent component = divideComponentManager.registerComponent( - contextIris, rspQueryLanguage, rspEngineUrl); + ipAddress, contextIris, localRspEngineQueryLanguage, localRspEngineServerPort); + + // if component is created, try to configure the central RSP engine if existing + synchronized (this.centralRspEngineGuard) { + if (this.centralRspEngineUrl != null) { + component.getRspEngineHandler().configureCentralRspEngine( + this.centralRspEngineUrl, + this.centralRspEngineQueryLanguage, + this.centralRspEngineWebSocketStreamUrl); + } + } // if component is not zero, prepare the engine for handling query update requests if (component != null) { + // add DIVIDE component to DIVIDE meta model + this.divideMetaModel.addComponent(component); + // create a queue for this component where query updates requests can be put final LinkedBlockingQueue queryUpdateQueue = new LinkedBlockingQueue<>(); @@ -428,6 +599,16 @@ public IComponent registerComponent(List contextIris, s -> divideComponentManager.addContextIriObserver(s, component)); } + // if component is not null & monitor is active, + // create & start a local monitor on that component + if (component != null && divideMonitor != null) { + try { + divideMonitor.addComponent(component); + } catch (MonitorException e) { + LOGGER.error("Could not add component with ID {} to DIVIDE Monitor", component.getId()); + } + } + return component; } @@ -445,6 +626,9 @@ public void unregisterComponent(String id, // handle query update queue & thread if component ID exists and // is actually removed if (removed != null) { + // remove DIVIDE component from DIVIDE meta model + this.divideMetaModel.removeComponent(removed); + // no longer keep track of query update queue componentQueryUpdateQueueMap.remove(id); @@ -468,6 +652,16 @@ public void unregisterComponent(String id, removed.getRspEngineHandler().unregisterAllQueries(); } } + + // if removed component is not null & monitor is active, + // stop & remove the local monitor on that component + if (removed != null && divideMonitor != null) { + try { + divideMonitor.removeComponent(removed); + } catch (MonitorException e) { + LOGGER.error("Could not remove component with ID {} from DIVIDE Monitor", removed.getId()); + } + } } @Override @@ -495,6 +689,90 @@ public IDivideQueryParser getQueryParser() { validateUnboundVariablesInRspQlQueryBodyInParser); } + @Override + public void updateWindowParameters(String componentId, + String divideQueryName, + Model windowParameters) throws DivideNotInitializedException { + LOGGER.info("Updating window parameters for DIVIDE component with ID {} " + + "and DIVIDE query with name {}...", componentId, divideQueryName); + LOGGER.info(Constants.METRIC_MARKER, + "QUERY_WINDOW_PARAMETER_UPDATE_TASK_START\t{}\t{}\t{}", + divideQueryName, componentId, windowParameters.hashCode()); + + if (!initialized) { + throw new DivideNotInitializedException(); + } + + // retrieve registered component + IComponent component = divideComponentManager.getRegisteredComponentById(componentId); + if (component != null) { + // retrieve requested query + IDivideQuery divideQuery = divideQueryMap.get(divideQueryName); + if (divideQuery != null) { + // enqueue window parameter update task + enqueueSpecificDivideWindowParameterUpdateTask( + component, divideQuery, windowParameters); + } else { + LOGGER.warn("Updating window parameters for DIVIDE component with ID {} " + + "and DIVIDE query with name {}: query does not exist", + componentId, divideQueryName); + } + } else { + LOGGER.warn("Updating window parameters for DIVIDE component with ID {} " + + "and DIVIDE query with name {}: component does not exist", + componentId, divideQueryName); + } + } + + @Override + public void updateQueryLocation(String componentId, + String divideQueryName, + boolean moveToCentral) throws DivideNotInitializedException { + LOGGER.info("Updating location of queries derived from DIVIDE query " + + "with name {} to {} for component with ID {}...", + divideQueryName, moveToCentral ? "central" : "local", componentId); + LOGGER.info(Constants.METRIC_MARKER, + "QUERY_LOCATION_UPDATE_TASK_START\t{}\t{}\t{}", + divideQueryName, componentId, moveToCentral ? "central" : "local"); + + if (!initialized) { + throw new DivideNotInitializedException(); + } + + synchronized (this.centralRspEngineGuard) { + // only proceed if a central RSP engine is set to the DIVIDE engine + if (this.centralRspEngineUrl == null) { + String message = String.format("Updating location of queries derived from DIVIDE query " + + "with name %s for component with ID %s is IMPOSSIBLE " + + "since no central RSP engine is configured to the DIVIDE engine", + divideQueryName, componentId); + LOGGER.warn(message); + throw new DivideNotInitializedException(message); + } + + // retrieve registered component + IComponent component = divideComponentManager.getRegisteredComponentById(componentId); + if (component != null) { + // retrieve requested query + IDivideQuery divideQuery = divideQueryMap.get(divideQueryName); + if (divideQuery != null) { + // enqueue window parameter update task + enqueueQueryLocationUpdateTask(component, divideQuery, moveToCentral); + } else { + LOGGER.warn("Updating location of queries derived from DIVIDE query " + + "with name {} to {} for component with ID {}: query does not exist", + moveToCentral ? "central" : "local", + componentId, divideQueryName); + } + } else { + LOGGER.warn("Updating location of queries derived from DIVIDE query " + + "with name {} to {} for component with ID {}: component does not exist", + moveToCentral ? "central" : "local", + componentId, divideQueryName); + } + } + } + synchronized DivideOntology getDivideOntology() { return divideOntology; } @@ -597,7 +875,7 @@ void enqueueGeneralDivideQueryDerivationTask(IComponent component, Context conte restartQueryUpdateThreadIfNeeded(component, queue); } catch (InterruptedException ignored) { - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Enqueueing general DIVIDE query derivation task for component with ID '{}'" + "and context ID '{}' resulted in unexpected InterruptedException", component.getId(), context.getId()); @@ -642,7 +920,7 @@ void enqueueSpecificDivideQueryDerivationTask(IComponent component, restartQueryUpdateThreadIfNeeded(component, queue); } catch (InterruptedException ignored) { - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Enqueueing specific DIVIDE query derivation task for DIVIDE query '{}'," + "component with ID '{}' and context ID '{}' resulted " + "in unexpected InterruptedException", @@ -688,7 +966,7 @@ private void enqueueDivideQueryRemovalHandlingTask(IComponent component, restartQueryUpdateThreadIfNeeded(component, queue); } catch (InterruptedException ignored) { - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Enqueueing DIVIDE query removal handling task for component with ID '{}' " + "and DIVIDE query '{}' resulted in unexpected InterruptedException", component.getId(), divideQuery.getName()); @@ -717,7 +995,7 @@ private void enqueueContextEnricherUpdaterTask(IComponent component, restartQueryUpdateThreadIfNeeded(component, queue); } catch (InterruptedException ignored) { - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Enqueueing task to update context enrichers for DIVIDE query '{}' for " + "component with ID '{}' resulted in unexpected InterruptedException", divideQuery.getName(), component.getId()); @@ -744,7 +1022,7 @@ private void enqueueContextEnricherUpdaterTask(IComponent component) { restartQueryUpdateThreadIfNeeded(component, queue); } catch (InterruptedException ignored) { - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Enqueueing task to update context enrichers for all DIVIDE queries on " + "component with ID '{}' resulted in unexpected InterruptedException", component.getId()); @@ -755,6 +1033,99 @@ private void enqueueContextEnricherUpdaterTask(IComponent component) { } } + /** + * Adds a task to this component's queue to update the window parameters of the + * RSP queries associated to the given {@link IDivideQuery} for this + * {@link IComponent}, according to the specified updated window parameters. + * This method will be (indirectly) used by the DIVIDE Monitor to update the window + * parameters of the active queries based on the monitoring output (without redoing + * the full query derivation process). + * + * @param component {@link IComponent} for which the RSP queries should be updated + * @param divideQuery DIVIDE query for which the query window parameter update task + * should be enqueued + * @param windowParameters model of the window parameters that should be used for the update + */ + void enqueueSpecificDivideWindowParameterUpdateTask(IComponent component, + IDivideQuery divideQuery, + Model windowParameters) { + try { + LOGGER.info("Enqueueing specific DIVIDE query window parameter update task" + + " for DIVIDE query '{}' and for component with ID '{}'", + divideQuery.getName(), component.getId()); + + // retrieve component's query update request queue + // IMPORTANT: the queue is not cleared in this case, since this window parameter + // update requires the latest query deriver result to be present and up-to-date + LinkedBlockingQueue queue = + componentQueryUpdateQueueMap.get(component.getId()); + + // enqueue query update request with updated window parameters in the component's queue + queue.put(new SpecificDivideWindowParameterUpdateTask( + component, divideQuery, windowParameters)); + + // restart query update thread if needed + restartQueryUpdateThreadIfNeeded(component, queue); + + } catch (InterruptedException ignored) { + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, + "Enqueueing specific DIVIDE query window parameter update task " + + "for DIVIDE query '{}' and component with ID '{}' resulted " + + "in unexpected InterruptedException", + divideQuery.getName(), component.getId()); + + // retry if interrupted while waiting (but the queue is not bounded + // so normally the queue put operation should not block) + enqueueSpecificDivideWindowParameterUpdateTask(component, divideQuery, windowParameters); + } + } + + /** + * Adds a task to this component's queue to update the location of the + * RSP queries associated to the given {@link IDivideQuery} for this + * {@link IComponent}, either to central or local. + * This method will be (indirectly) used by the DIVIDE Monitor to update the location + * of the active queries based on the monitoring output (without doing any other step + * of the actual query derivation). + * + * @param component {@link IComponent} for which the RSP queries' location should be updated + * @param divideQuery DIVIDE query for which the location update task should be enqueued + * @param moveToCentral true if the queries should be moved to the central RSP engine, + * false if they should be moved to the local component's RSP engine + */ + void enqueueQueryLocationUpdateTask(IComponent component, + IDivideQuery divideQuery, + boolean moveToCentral) { + try { + LOGGER.info("Enqueueing location update task of queries derived from DIVIDE query " + + "with name '{}' to {} for component with ID '{}'", + divideQuery.getName(), moveToCentral ? "central" : "local", component.getId()); + + // retrieve component's query update request queue + // IMPORTANT: the queue is not cleared in this case, since this query location + // update requires the latest query deriver result to be present and up-to-date + LinkedBlockingQueue queue = + componentQueryUpdateQueueMap.get(component.getId()); + + // enqueue query location update request in the component's queue + queue.put(new QueryLocationUpdateTask(component, divideQuery, moveToCentral)); + + // restart query update thread if needed + restartQueryUpdateThreadIfNeeded(component, queue); + + } catch (InterruptedException ignored) { + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, + "Enqueueing location update task of queries derived from " + + "DIVIDE query '{}' to {} for component with ID '{}' resulted " + + "in unexpected InterruptedException", + divideQuery.getName(), moveToCentral ? "central" : "local", component.getId()); + + // retry if interrupted while waiting (but the queue is not bounded + // so normally the queue put operation should not block) + enqueueQueryLocationUpdateTask(component, divideQuery, moveToCentral); + } + } + private void restartQueryUpdateThreadIfNeeded(IComponent component, LinkedBlockingQueue queue) { // check if thread that is processing query updates is interrupted @@ -1163,4 +1534,142 @@ public boolean execute() { } } + private class SpecificDivideWindowParameterUpdateTask implements IDivideQueryUpdateTask { + + private final Logger LOGGER = LoggerFactory.getLogger( + SpecificDivideWindowParameterUpdateTask.class.getName()); + + private final IComponent component; + private final IDivideQuery divideQuery; + private final Model windowParameters; + + SpecificDivideWindowParameterUpdateTask(IComponent component, + IDivideQuery divideQuery, + Model windowParameters) { + this.component = component; + this.divideQuery = divideQuery; + this.windowParameters = windowParameters; + } + + @Override + public boolean execute() { + LOGGER.info("Preparing specific DIVIDE query window parameter update for " + + "DIVIDE query '{}' and component with ID '{}' in RSP query update thread", + divideQuery.getName(), component.getId()); + + // run the window parameter update script for the given DIVIDE query, + // on a dedicated thread in the worker thread pool + CountDownLatch latch = new CountDownLatch(1); + workerThreadPool.submit(new SingleQueryWindowParameterUpdater( + divideQuery, component, windowParameters, divideQueryDeriver, latch)); + + // keep track of whether the thread gets interrupted while waiting for + // the other threads to finish + boolean interruptedWhileWaiting = false; + + // wait until the query window parameter updater threads have all finished + boolean queryWindowParameterUpdaterThreadsFinished = false; + while (!queryWindowParameterUpdaterThreadsFinished) { + try { + LOGGER.info("Specific DIVIDE query window parameter updater for DIVIDE " + + "query '{}' and component with ID '{}': waiting for other " + + "thread to finish the individual query update", + divideQuery.getName(), component.getId()); + + // wait for the latch to be decremented by the the query update threads + latch.await(); + + // if the previous call returns, this means that the thread has finished + queryWindowParameterUpdaterThreadsFinished = true; + + } catch (InterruptedException e) { + // interrupts of this thread should be ignored, since it is really + // required to await the latch being count down to zero + // (and only handle interrupt requests at the end of this method) + LOGGER.info("Specific DIVIDE query window parameter updater for DIVIDE query '{}' " + + "and component with ID '{}': query update thread " + + "interrupted while waiting for other threads", + divideQuery.getName(), component.getId()); + + // it is however important to remember that this interruption happened + // while waiting + interruptedWhileWaiting = true; + } + } + + if (!interruptedWhileWaiting && !Thread.currentThread().isInterrupted()) { + // update query registration at actual RSP engine for this DIVIDE query + component.getRspEngineHandler().updateRegistration(divideQuery); + } else { + LOGGER.info("Specific DIVIDE query window parameter updater for DIVIDE query '{}' " + + "and component with ID '{}': not registering queries since " + + "query update thread has been interrupted", + divideQuery.getName(), component.getId()); + + // clearing registration schedule since no queries will be registered anymore + component.getRspEngineHandler().clearRegistrationSchedule(divideQuery); + } + + LOGGER.info("Finished DIVIDE query window parameter updater for DIVIDE query '{}' and" + + " component with ID '{}'", divideQuery.getName(), component.getId()); + LOGGER.info(Constants.METRIC_MARKER, + "QUERY_WINDOW_PARAMETER_UPDATE_TASK_END\t{}\t{}\t{}", + divideQuery.getName(), component.getId(), windowParameters.hashCode()); + + return interruptedWhileWaiting || Thread.currentThread().isInterrupted(); + } + } + + private static class QueryLocationUpdateTask implements IDivideQueryUpdateTask { + + private final Logger LOGGER = LoggerFactory.getLogger( + QueryLocationUpdateTask.class.getName()); + + private final IComponent component; + private final IDivideQuery divideQuery; + private final boolean moveToCentral; + + QueryLocationUpdateTask(IComponent component, + IDivideQuery divideQuery, + boolean moveToCentral) { + this.component = component; + this.divideQuery = divideQuery; + this.moveToCentral = moveToCentral; + } + + @Override + public boolean execute() { + LOGGER.info("Preparing query location update for queries derived from" + + "DIVIDE query '{}' to {} for component with ID '{}' " + + "in RSP query update thread", divideQuery.getName(), + moveToCentral ? "central" : "local", component.getId()); + + try { + // update the location of all queries from the given DIVIDE query + // at the RSP engine handler of the given component + if (moveToCentral) { + component.getRspEngineHandler(). + moveQueriesOriginatingFromDivideQueryCentrally(divideQuery); + } else { + component.getRspEngineHandler(). + moveQueriesOriginatingFromDivideQueryLocally(divideQuery); + } + } catch (RspEngineHandlerException e) { + String message = String.format("Something went wrong when performing the query " + + "location update for queries derived from DIVIDE query '%s' to %s " + + "for component with ID '%s' in RSP query update thread", + divideQuery.getName(), moveToCentral ? "central" : "local", component.getId()); + LOGGER.error(message, e); + } + + LOGGER.info("Finished DIVIDE query window parameter updater for DIVIDE query '{}' and" + + " component with ID '{}'", divideQuery.getName(), component.getId()); + LOGGER.info(Constants.METRIC_MARKER, + "QUERY_LOCATION_UPDATE_TASK_END\t{}\t{}\t{}", + divideQuery.getName(), component.getId(), moveToCentral ? "central" : "local"); + + return Thread.currentThread().isInterrupted(); + } + } + } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/DivideQueryDeriverResultManager.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/DivideQueryDeriverResultManager.java new file mode 100644 index 0000000..b8d2842 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/DivideQueryDeriverResultManager.java @@ -0,0 +1,52 @@ +package be.ugent.idlab.divide.core.engine; + +import be.ugent.idlab.divide.core.component.IComponent; +import be.ugent.idlab.divide.core.query.IDivideQuery; + +import java.util.HashMap; +import java.util.Map; + +class DivideQueryDeriverResultManager { + + private static final DivideQueryDeriverResultManager instance = + new DivideQueryDeriverResultManager(); + + static DivideQueryDeriverResultManager getInstance() { + return instance; + } + + // class code + + private final Map> queryDerivationResultMap; + + private DivideQueryDeriverResultManager() { + this.queryDerivationResultMap = new HashMap<>(); + } + + synchronized void saveQueryDeriverResult(IComponent component, + IDivideQuery divideQuery, + IDivideQueryDeriverResult divideQueryDeriverResult) { + // retrieve map with query derivation results for given component + // (create one if one does not yet exist) + if (!this.queryDerivationResultMap.containsKey(component.getId())) { + this.queryDerivationResultMap.put(component.getId(), new HashMap<>()); + } + Map componentQueryDerivationResultMap = + this.queryDerivationResultMap.get(component.getId()); + + // update query derivation result for given DIVIDE query + componentQueryDerivationResultMap.put(divideQuery.getName(), divideQueryDeriverResult); + } + + synchronized IDivideQueryDeriverResult retrieveLatestQueryDeriverResult(IComponent component, + IDivideQuery divideQuery) { + Map componentQueryDerivationResultMap = + this.queryDerivationResultMap.get(component.getId()); + if (componentQueryDerivationResultMap == null) { + return null; + } else { + return componentQueryDerivationResultMap.get(divideQuery.getName()); + } + } + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/IDivideEngine.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/IDivideEngine.java index 55a9ca1..88424e9 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/IDivideEngine.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/IDivideEngine.java @@ -8,6 +8,9 @@ import be.ugent.idlab.divide.core.exception.DivideQueryDeriverException; import be.ugent.idlab.divide.core.query.IDivideQuery; import be.ugent.idlab.divide.core.query.parser.IDivideQueryParser; +import be.ugent.idlab.divide.monitor.IDivideGlobalMonitor; +import be.ugent.idlab.divide.monitor.MonitorException; +import be.ugent.idlab.divide.monitor.metamodel.IDivideMetaModel; import be.ugent.idlab.divide.rsp.RspQueryLanguage; import be.ugent.idlab.kb.IKnowledgeBase; import org.apache.jena.rdf.model.Model; @@ -79,6 +82,42 @@ void initialize(IDivideQueryDeriver divideQueryDeriver, boolean validateUnboundVariablesInRspQlQueryBodyInParser) throws DivideInitializationException, DivideInvalidInputException; + /** + * Activates the DIVIDE monitoring. + * Initializes and starts the given DIVIDE Global Monitor, and uses the Local Monitor JAR + * on the provided path to remotely deploy the Local Monitor to all known DIVIDE components. + * + * @param divideGlobalMonitor instance of the DIVIDE Global Monitor to run on the DIVIDE + * engine server + * @param divideLocalMonitorJarPath path to the JAR file of the DIVIDE Local Monitor which can be + * used to remotely deploy to all known DIVIDE components + */ + void activateMonitor(IDivideGlobalMonitor divideGlobalMonitor, + String divideLocalMonitorJarPath, + String deviceNetworkIp) + throws DivideNotInitializedException, DivideInvalidInputException, MonitorException; + + /** + * Updates the central RSP engine to be used by DIVIDE. + * If a central RSP engine is configured, queries can be moved between the local RSP engines + * of the DIVIDE components and this central RSP engine, e.g. triggered by the Monitor. + * + * For now, this method can only be called once during the lifetime of the DIVIDE server. + * + * @param rspQueryLanguage RSP query language used by the central RSP engine + * @param serverHost host/IP which should be used for communication with the central RSP engine + * @param serverPort port of the server API of the central RSP engine + * @param webSocketServerPort port of the WebSocket server to which input stream data can be sent + * @throws DivideInvalidInputException if the RSP engine URL is no valid URL + * @throws DivideInitializationException if a central RSP engine has already been configured + */ + void configureCentralRspEngine(RspQueryLanguage rspQueryLanguage, + String serverProtocol, + String serverHost, + int serverPort, + int webSocketServerPort) + throws DivideInvalidInputException, DivideInitializationException; + /** * Register a new DIVIDE query to this DIVIDE engine. * The required format and language of the input parameters depends on the type @@ -160,9 +199,9 @@ void removeDivideQuery(String name, * * @param contextIris IRIs of the ABoxes in a knowledge base that represents the * context associated to the new {@link IComponent} - * @param rspQueryLanguage RSP query language used by the RSP engine running on + * @param localRspEngineQueryLanguage RSP query language used by the RSP engine running on * the created component - * @param rspEngineUrl URL which should be used for communicating with the RSP engine + * @param localRspEngineServerPort URL which should be used for communicating with the RSP engine * running on the created component, and which will also be mapped * to a unique ID for the created component * @return the new {@link IComponent} that is registered (or null if a component @@ -175,9 +214,10 @@ void removeDivideQuery(String name, * additionalContextIris list), OR if the * rspEngineUrl is no valid URL */ - IComponent registerComponent(List contextIris, - RspQueryLanguage rspQueryLanguage, - String rspEngineUrl) + IComponent registerComponent(String ipAddress, + List contextIris, + RspQueryLanguage localRspEngineQueryLanguage, + int localRspEngineServerPort) throws DivideNotInitializedException, DivideInvalidInputException; /** @@ -228,4 +268,56 @@ void unregisterComponent(String id, */ IDivideQueryParser getQueryParser(); + /** + * Update the window parameters of the active queries derived from the given + * DIVIDE query on the given component. + * + * @param componentId ID of the component for which the queries should be updated + * @param divideQueryName name of the DIVIDE query of which the derived queries + * should be updated + * @param windowParameters model of the window parameters that should be used for the update + * @throws DivideNotInitializedException if {@link #initialize(IDivideQueryDeriver, + * IKnowledgeBase, Model, boolean, boolean, boolean)} + * has not been called yet + */ + void updateWindowParameters(String componentId, + String divideQueryName, + Model windowParameters) throws DivideNotInitializedException; + + /** + * Update the location of the active queries derived from the given + * DIVIDE query on the given component. + * + * @param componentId ID of the component for which the queries should be updated + * @param divideQueryName name of the DIVIDE query of which the derived queries + * should be updated + * @param moveToCentral true if the queries should be moved to the central RSP engine, + * false if they should be moved to the local RSP engine + * @throws DivideNotInitializedException if {@link #initialize(IDivideQueryDeriver, + * IKnowledgeBase, Model, boolean, boolean, boolean)} + * has not been called yet and/or if no central RSP + * engine has been configured for this DIVIDE engine + * via the {@link #configureCentralRspEngine(RspQueryLanguage, + * String, String, int, int)} method + */ + void updateQueryLocation(String componentId, + String divideQueryName, + boolean moveToCentral) throws DivideNotInitializedException; + + String getDeviceNetworkIp() throws DivideNotInitializedException; + + String getId(); + + /** + * Method to let the DIVIDE engine know that the DIVIDE Meta Model of the activated + * DIVIDE monitor has been initialized and can be used by the DIVIDE engine. + * This method should be called by the DIVIDE Global Monitor after all initialization + * to the monitor & meta model has been completed. + */ + void onDivideMetaModelInitialized(); + + IDivideMetaModel getDivideMetaModel(); + + void shutdown() throws DivideNotInitializedException; + } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/IDivideQueryDeriver.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/IDivideQueryDeriver.java index 1c31315..6dfeb58 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/IDivideQueryDeriver.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/IDivideQueryDeriver.java @@ -95,7 +95,7 @@ IDivideQueryDeriverResult deriveQueries(String divideQueryName, * Substitutes new window parameters in a previous result of running the query derivation * via the {@link #deriveQueries(String, Context, String)} method. * These new window parameters can for example be imposed by a monitor component. - * This methods does not perform the actual query derivation for the {@link IDivideQuery} + * This method does not perform the actual query derivation for the {@link IDivideQuery} * with the given name, but redoes the final part of the query derivation where the * window parameters for this query are substituted in the derived queries. The window * parameters that should be used are passed to this method. diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/SingleQueryDeriver.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/SingleQueryDeriver.java index 1acfea8..eab6b52 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/SingleQueryDeriver.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/SingleQueryDeriver.java @@ -4,7 +4,7 @@ import be.ugent.idlab.divide.core.context.Context; import be.ugent.idlab.divide.core.context.IContextEnricher; import be.ugent.idlab.divide.core.query.IDivideQuery; -import be.ugent.idlab.divide.util.LogConstants; +import be.ugent.idlab.divide.util.Constants; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -93,6 +93,10 @@ public void run() { divideQuery.getName(), copiedContext, component.getId()); List substitutedQueries = divideQueryDeriverResult.getSubstitutedRspQlQueries(); + // save query derivation result + DivideQueryDeriverResultManager.getInstance().saveQueryDeriverResult( + component, divideQuery, divideQueryDeriverResult); + // schedule each new query for registration for (String query : substitutedQueries) { component.getRspEngineHandler().scheduleForRegistration(query, divideQuery); @@ -104,7 +108,7 @@ public void run() { component.getId(), copiedContext.getId()); } catch (Exception e) { - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Error during the DIVIDE query derivation for query '{}' " + "(for component with ID '{}', and context '{}')", divideQuery.getName(), component.getId(), context.getId(), e); diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/SingleQueryWindowParameterUpdater.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/SingleQueryWindowParameterUpdater.java new file mode 100644 index 0000000..c0048e4 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/engine/SingleQueryWindowParameterUpdater.java @@ -0,0 +1,124 @@ +package be.ugent.idlab.divide.core.engine; + +import be.ugent.idlab.divide.core.component.IComponent; +import be.ugent.idlab.divide.core.query.IDivideQuery; +import be.ugent.idlab.divide.util.Constants; +import be.ugent.idlab.util.io.IOUtilities; +import be.ugent.idlab.util.rdf.RDFLanguage; +import be.ugent.idlab.util.rdf.jena3.owlapi4.JenaUtilities; +import org.apache.jena.rdf.model.Model; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.util.List; +import java.util.concurrent.CountDownLatch; + +/** + * Runnable which has the task of updating the window parameters of the latest derived + * queries of a given {@link IDivideQuery} for a given {@link IComponent}. + * + * This can be parallelized with doing the same task for the other DIVIDE queries + * registered at the same component (if this task is also required for these queries). + */ +class SingleQueryWindowParameterUpdater implements Runnable { + + private static final Logger LOGGER = LoggerFactory.getLogger( + SingleQueryWindowParameterUpdater.class.getName()); + + private final IDivideQuery divideQuery; + private final IComponent component; + private final Model windowParameters; + private final IDivideQueryDeriver divideQueryDeriver; + private final CountDownLatch latch; + + SingleQueryWindowParameterUpdater(IDivideQuery divideQuery, + IComponent component, + Model windowParameters, + IDivideQueryDeriver divideQueryDeriver, + CountDownLatch latch) { + this.divideQuery = divideQuery; + this.component = component; + this.windowParameters = windowParameters; + this.divideQueryDeriver = divideQueryDeriver; + this.latch = latch; + } + + @Override + public void run() { + long start = System.currentTimeMillis(); + + LOGGER.info("Running DIVIDE query window parameter update for query '{}' " + + "(for component with ID '{}', and the following window parameters: '{}')", + divideQuery.getName(), component.getId(), IOUtilities.removeWhiteSpace( + JenaUtilities.serializeModel(windowParameters, RDFLanguage.N_TRIPLE))); + + try { + // ontology should already be initialized + + // retrieve latest query derivation result for the given component and DIVIDE query + IDivideQueryDeriverResult latestQueryDeriverResult = + DivideQueryDeriverResultManager.getInstance(). + retrieveLatestQueryDeriverResult(component, divideQuery); + + // do not proceed if latest result does not exist or has no substituted queries + // associated to it: this means no update can be made or makes sense + if (latestQueryDeriverResult != null && + latestQueryDeriverResult.getSubstitutedRspQlQueries() != null && + !latestQueryDeriverResult.getSubstitutedRspQlQueries().isEmpty()) { + + // substitute the updated window parameters into the latest query deriver result + // for the given component and DIVIDE query + // -> what about the exceptions? + // * DivideNotInitializedException is impossible: this is only called if an IRI + // for a specific component is updated, and components cannot be registered + // to the DIVIDE engine if it has not been initialized + // * DivideQueryDeriverException: is possible if issues occur in the EYE reasoning + // scripts; real EYE errors are unlikely since all input is valid by definition + // (is either query fields which are validated upon registration of a query, + // controlled static inputs of DIVIDE which are known to be valid, or outputs of + // previous reasoning steps); I/O errors can of course never be ruled out + // * other possible unchecked exceptions: always possible + // -> any exception should ALWAYS be caught and ignored, since otherwise the query + // update processing queue of this component will block FOREVER (since it is + // waiting for each started thread, including this one, to count down the latch) + // => whatever the exception is, this thread should simply stop and count down + // the latch, without having scheduled any queries for registration at the + // RSP engine handler + IDivideQueryDeriverResult divideQueryDeriverResult = + divideQueryDeriver.substituteWindowParameters( + divideQuery.getName(), windowParameters, + component.getId(), latestQueryDeriverResult); + List substitutedQueries = divideQueryDeriverResult.getSubstitutedRspQlQueries(); + + // schedule each new query for registration + for (String query : substitutedQueries) { + component.getRspEngineHandler().scheduleForRegistration(query, divideQuery); + } + + LOGGER.info("Finished DIVIDE query window parameter update for query '{}' " + + "in {} milliseconds (for component with ID '{}')", + divideQuery.getName(), System.currentTimeMillis() - start, component.getId()); + + } else { + LOGGER.warn("Not performing DIVIDE query window parameter update for query '{}' " + + "(for component with ID '{}') since no queries are currently registered " + + "(i.e., derived in the previous derivation) for the given combination " + + "of DIVIDE query and component", + divideQuery.getName(), component.getId()); + } + + } catch (Exception e) { + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, + "Error during the DIVIDE query window parameter update for query '{}' " + + "(for component with ID '{}')", + divideQuery.getName(), component.getId(), e); + + } finally { + // whatever happens along the way, count down latch at the end so + // the main query derivation thread (in DivideEngine class) is not + // blocked forever + latch.countDown(); + } + } + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/DivideQueryGenerator.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/DivideQueryGenerator.java index a3a8367..22d9d6a 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/DivideQueryGenerator.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/DivideQueryGenerator.java @@ -105,7 +105,7 @@ String createQueryPattern(QueryForm queryForm, // loop over prefixes Set prefixesPresent = new HashSet<>(); for (Prefix prefix : prefixes) { - if (Pattern.compile("(\\s|\\(|^|\\^)" + prefix.getName() + "(?!win[0-9]+\\s)") + if (Pattern.compile("(\\s|\\(|^|\\^)" + prefix.getName() + "(?!win\\d+\\s)") .matcher(rspQlQueryBody).find()) { if (":".equals(prefix.getName())) { // a prefix without a name cannot be defined in SHACL, so should @@ -118,7 +118,7 @@ String createQueryPattern(QueryForm queryForm, prefixesPresent.add(newPrefix); // update RSP-QL query body according to new prefix - Pattern replacingPattern = Pattern.compile("(\\s|\\(|^|\\^):(?!win[0-9]+\\s)"); + Pattern replacingPattern = Pattern.compile("(\\s|\\(|^|\\^):(?!win\\d+\\s)"); Matcher m = replacingPattern.matcher(rspQlQueryBody); rspQlQueryBody = m.replaceAll("$1" + newPrefix.getName()); diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/DivideQueryParser.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/DivideQueryParser.java index b88d254..c4cdace 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/DivideQueryParser.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/DivideQueryParser.java @@ -69,11 +69,13 @@ public class DivideQueryParser implements IDivideQueryParser { "\\s*(WINDOW|GRAPH)\\s+(\\S+)\\s+\\{", Pattern.CASE_INSENSITIVE); private static final Pattern SPARQL_QUERY_SPLIT_PATTERN = Pattern.compile( - "(" + PREFIX_PATTERN.pattern() + "*)" + // prefix group 1 - ".+(CONSTRUCT|SELECT|ASK|DESCRIBE)((.(?!FROM))*)" + // form group 3, result group 4 - "(\\s*(FROM.+)*)" + // from clauses group 8 - "(WHERE\\s*\\{(.+)})" + // where clause group 11 - "([^{}]*)", // remainder group 12 + "^\\s*" + // beginning of query string + "(" + PREFIX_PATTERN.pattern() + "*)" + // prefix group 1 + "\\s+(CONSTRUCT|SELECT|ASK|DESCRIBE)((.(?!FROM))*)" + // form group 5, result group 6 + "(\\s*(FROM(.(?!WHERE))+)*)\\s*" + // from clauses group 8 + "(WHERE\\s*\\{(.+)})" + // where clause group 12 + "([^{}]*)" + // remainder group 13 + "\\s*$", // end of query string Pattern.CASE_INSENSITIVE); private static final Pattern SPECIAL_SPARQL_PATTERN = @@ -115,7 +117,7 @@ public class DivideQueryParser implements IDivideQueryParser { UNBOUND_VARIABLES_IN_STREAM_WINDOW_PATTERN, UNBOUND_VARIABLES_IN_STREAM_WINDOW_PATTERN)); private static final Pattern STREAM_WINDOW_PARAMETER_NUMBER_PATTERN = - Pattern.compile("(PT([0-9]+)([SMH]))"); + Pattern.compile("(PT(\\d+)([SMH]))"); private static final Pattern SELECT_CLAUSE_EXPRESSION_PATTERN = Pattern.compile(String.format("\\(\\s*(\\S+)\\s+AS\\s+(%s)\\s*\\)", VAR1_PATTERN)); @@ -302,12 +304,12 @@ private MappedDivideQueryParserInput processStreamToFinalQueryVariableMappings( // check if all variable mappings are valid, i.e. whether all keys are variable // names in the stream query, and all values are variable names in final query - if (!streamQueryVariables.containsAll(mapping.keySet())) { + if (!new HashSet<>(streamQueryVariables).containsAll(mapping.keySet())) { throw new InvalidDivideQueryParserInputException( "Stream to final query variable mapping contains variable " + "names that do not occur in stream query"); } - if (!finalQueryVariables.containsAll(mapping.values())) { + if (!new HashSet<>(finalQueryVariables).containsAll(mapping.values())) { throw new InvalidDivideQueryParserInputException( "Stream to final query variable mapping contains variable " + "names that do not occur in final query"); @@ -490,6 +492,7 @@ private DivideQueryParserOutput parseDivideQueryFromSparqlQueries(CleanDivideQue // parse stream query ParsedSparqlQuery parsedStreamQuery = parseSparqlQuery(input.getStreamQuery()); + print("PARSED STREAM QUERY: " + parsedStreamQuery.toString()); // if final query of input is not present, and query form of stream query // is not CONSTRUCT, a new input should be constructed in order to properly @@ -639,6 +642,7 @@ private DivideQueryParserOutput parseDivideQueryFromSparqlQueries(CleanDivideQue parsedStreamQuery.getPrefixes(), inputGraphNames, InputQueryLanguage.SPARQL); + print("STREAM QUERY WHERE CLAUSE: " + streamQueryWhereClause); // parse where clause of stream query ParsedStreamQueryWhereClause parsedStreamQueryWhereClause = @@ -935,8 +939,8 @@ private DivideQueryParserOutput parseDivideQueryFromSparqlQueries(CleanDivideQue // check that solution modifier only contains variables that are occurring // in the RSP-QL query body - if (!findUnboundVariables(rspQlQueryBody.getQueryBody().replace( - input.getSolutionModifier(), "")) + if (!new HashSet<>(findUnboundVariables(rspQlQueryBody.getQueryBody().replace( + input.getSolutionModifier(), ""))) .containsAll(solutionModifierVariables)) { throw new InvalidDivideQueryParserInputException( "Solution modifier contains variables that do not occur in the " + @@ -1413,8 +1417,8 @@ private DivideQueryParserOutput parseDivideQueryFromRspQlQuery(CleanDivideQueryP // check that solution modifier only contains variables that are occurring // in the RSP-QL query body - if (!findUnboundVariables(rspQlQueryBody.getQueryBody().replace( - input.getSolutionModifier(), "")) + if (!new HashSet<>(findUnboundVariables(rspQlQueryBody.getQueryBody().replace( + input.getSolutionModifier(), ""))) .containsAll(solutionModifierVariables)) { throw new InvalidDivideQueryParserInputException( "Solution modifier contains variables that do not occur in the " + @@ -1821,8 +1825,8 @@ private SplitSparqlQuery splitSparqlQuery(String query) queryForm, resultPart, m.group(8) == null ? null : m.group(8).trim(), - m.group(11) == null ? null : m.group(11).trim(), - m.group(12) == null ? null : m.group(12).trim()); + m.group(12) == null ? null : m.group(12).trim(), + m.group(13) == null ? null : m.group(13).trim()); } else { throw new InvalidDivideQueryParserInputException( @@ -2322,7 +2326,8 @@ List findUnboundVariables(String queryPart) { Matcher matcher = UNBOUND_VARIABLES_PATTERN.matcher(queryPart); Set unboundVariables = new LinkedHashSet<>(); while (matcher.find()) { - unboundVariables.add(matcher.group()); + String unboundVariable = matcher.group(); + unboundVariables.add(unboundVariable); } return new ArrayList<>(unboundVariables); } @@ -2440,9 +2445,14 @@ private String extendOutputOfStreamQueryForSensorQueryRule( try { q = QueryFactory.create(query); } catch (Exception e) { - throw new InvalidDivideQueryParserInputException( - String.format("Error in input which causes the following " + - "invalid parsed SPARQL clause: %s", itemContent)); + // temporarily disable exception since this only means that we will not include + // this stream-dependent part of the WHERE clause in the sensor query rule's consequence + // (is not really necessary either to perform the correct query derivation) + // -> just ignore this where clause item and continue to next one + // throw new InvalidDivideQueryParserInputException( + // String.format("Error in input which causes the following " + + // "invalid parsed SPARQL clause: %s", itemContent)); + continue; } // only filter actual triple blocks in WHERE clause content @@ -3015,6 +3025,12 @@ private void print(String text) { public static void main(String[] args) throws Exception { DivideQueryParser parser = new DivideQueryParser(); + + String query = IOUtilities.readFileIntoString("/home/mathias/Github/divide/divide-protego/protego-case/divide-queries/activity-brushing-teeth/sparql/stream-query.sparql"); + query = IOUtilities.removeWhiteSpace(query).replace("\r", "").trim(); + SplitSparqlQuery splitSparqlQuery = parser.splitSparqlQuery(query); + System.out.println(splitSparqlQuery); + Map defaultWindowParameters = new HashMap<>(); defaultWindowParameters.put("?seconds", "123M"); String wd = "FROM NOW-?{seconds} TO NOW-PT?{otherSeconds}M STEP PT10S"; diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/WhereClause.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/WhereClause.java index 730e5bf..df71793 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/WhereClause.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/WhereClause.java @@ -1,6 +1,7 @@ package be.ugent.idlab.divide.core.query.parser; import java.util.List; +import java.util.stream.Collectors; class WhereClause { @@ -17,8 +18,8 @@ List getItems() { @Override public String toString() { return "WhereClause{" + - "items=" + items + - '}'; + "items=\n" + items.stream().map(Object::toString).collect(Collectors.joining("\n")) + + "\n}"; } } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/WhereClauseGraphItem.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/WhereClauseGraphItem.java index 26add55..eb12d49 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/WhereClauseGraphItem.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/core/query/parser/WhereClauseGraphItem.java @@ -20,7 +20,7 @@ String getClause() { @Override public String toString() { - return "WhereClauseGraphItem{\n" + + return "WhereClauseGraphItem{" + "graph=" + graph + '}'; } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/DivideGlobalMonitorConstants.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/DivideGlobalMonitorConstants.java new file mode 100644 index 0000000..7a4be17 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/DivideGlobalMonitorConstants.java @@ -0,0 +1,11 @@ +package be.ugent.idlab.divide.monitor; + +public class DivideGlobalMonitorConstants { + + public static final String RS_ID = "rs-divide-global-monitor"; + public static final int RS_SERVER_PORT = 54555; + public static final String RS_SERVER_URI = "/globalmonitorreasoningservice"; // without dashes on purpose since + // reasoning service cannot handle this + public static final int RS_TUMBLING_WINDOW_SIZE_SECONDS = 20; + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/DivideMonitor.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/DivideMonitor.java new file mode 100644 index 0000000..b6c17da --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/DivideMonitor.java @@ -0,0 +1,138 @@ +package be.ugent.idlab.divide.monitor; + +import be.ugent.idlab.divide.core.component.IComponent; +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.core.exception.DivideNotInitializedException; +import be.ugent.idlab.divide.monitor.metamodel.IDivideMetaModel; +import be.ugent.idlab.divide.util.JarResourceManager; +import be.ugent.idlab.util.process.ProcessException; +import be.ugent.idlab.util.process.ProcessUtilities; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.IOException; +import java.nio.file.Paths; +import java.util.HashMap; +import java.util.Map; + +class DivideMonitor implements IDivideMonitor { + + private static final Logger LOGGER = LoggerFactory.getLogger(DivideMonitor.class.getName()); + + private final IDivideEngine divideEngine; + private final IDivideGlobalMonitor globalMonitor; + private final String localMonitorJarPath; + private final String deviceNetworkIp; + + private final Map localMonitorManagerMap; + + DivideMonitor(IDivideEngine divideEngine, + IDivideGlobalMonitor globalMonitor, + String localMonitorJarPath, + String deviceNetworkIp) { + LOGGER.info("Creating a DIVIDE Monitor with initialized Global Monitor and " + + "local monitor JAR path set to '{}'", localMonitorJarPath); + + this.divideEngine = divideEngine; + this.globalMonitor = globalMonitor; + this.localMonitorJarPath = localMonitorJarPath; + this.deviceNetworkIp = deviceNetworkIp; + + this.localMonitorManagerMap = new HashMap<>(); + } + + @Override + public IDivideMetaModel getDivideMetaModel() { + return this.globalMonitor.getDivideMetaModel(); + } + + @Override + public synchronized void start() + throws DivideNotInitializedException, MonitorException { + LOGGER.info("Starting the DIVIDE Monitor"); + + // ensure that the Python requirements are installed to call + // the manage_local_monitor.py script + installPythonRequirements(); + + // start global monitor + this.globalMonitor.start(); + + // manage local monitor: perform general initialization task & + // start a local monitor on every registered component + LocalMonitorManager.initialize(); + for (IComponent registeredComponent : divideEngine.getRegisteredComponents()) { + ensureLocalMonitorIsActive(registeredComponent); + } + } + + private void installPythonRequirements() throws MonitorException { + try { + LOGGER.info("Installing Python requirements for Local Monitor"); + String requirementsPath = JarResourceManager.getInstance().copyResourceToFile( + Paths.get("monitor", "python-requirements.txt"), "monitor"); + String output = ProcessUtilities.executeProcess(new String[]{ + "python3", "-m", "pip", "install", "-r", requirementsPath}); + LOGGER.info("Output of installing Python requirements: {}", output); + } catch (ProcessException | IOException e) { + throw new MonitorException("Could not install Python requirements for " + + "Local Monitor manager", e); + } + } + + @Override + public synchronized void addComponent(IComponent component) throws MonitorException { + ensureLocalMonitorIsActive(component); + } + + @Override + public synchronized void removeComponent(IComponent component) throws MonitorException { + if (this.localMonitorManagerMap.containsKey(component.getId())) { + LOGGER.info("Removing & stopping the Local Monitor on removed " + + "component with ID {}", component.getId()); + + LocalMonitorManager localMonitorManager = + this.localMonitorManagerMap.get(component.getId()); + this.localMonitorManagerMap.remove(component.getId()); + if (localMonitorManager.getStatus() == LocalMonitorStatus.RUNNING) { + LOGGER.info("Local Monitor on removed component with ID {} is RUNNING -> stopping", + component.getId()); + localMonitorManager.stop(); + } else { + LOGGER.info("Local Monitor on removed component with ID {} is NOT RUNNING -> NOT stopping", + component.getId()); + } + + } else { + LOGGER.info("No Local Monitor deployed on removed component with ID {}", + component.getId()); + } + } + + private void ensureLocalMonitorIsActive(IComponent component) throws MonitorException { + LOGGER.info("Ensuring a Local Monitor is active on registered component with ID {}", + component.getId()); + + if (!this.localMonitorManagerMap.containsKey(component.getId())) { + LocalMonitorManager localMonitorManager = + new LocalMonitorManager(component, localMonitorJarPath, deviceNetworkIp); + this.localMonitorManagerMap.put(component.getId(), localMonitorManager); + localMonitorManager.start(); + + } else { + LocalMonitorManager localMonitorManager = + this.localMonitorManagerMap.get(component.getId()); + if (localMonitorManager.getStatus() != LocalMonitorStatus.RUNNING) { + LOGGER.info("A Local Monitor is already deployed on registered " + + "component with ID {}, but it is currently not running", + component.getId()); + localMonitorManager.start(); + } else { + LOGGER.info("A Local Monitor is already deployed on registered " + + "component with ID {}, and is currently running", + component.getId()); + } + } + } + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/DivideMonitorFactory.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/DivideMonitorFactory.java new file mode 100644 index 0000000..0d3f493 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/DivideMonitorFactory.java @@ -0,0 +1,28 @@ +package be.ugent.idlab.divide.monitor; + +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.core.exception.DivideInvalidInputException; + +public class DivideMonitorFactory { + + /** + * Creates an {@link IDivideMonitor} object that will handle the given DIVIDE Global Monitor + * and manage the remote deployment of the DIVIDE Local Monitor via the given JAR. + * + * @param divideGlobalMonitor instance of the DIVIDE Global Monitor + * @param divideLocalMonitorJarPath path to the JAR file of the DIVIDE Local Monitor which can be + * used to remotely deploy to all known DIVIDE components + * @return a new instance of {@link IDivideMonitor} that represents the DIVIDE monitor + * @throws DivideInvalidInputException when the list of task queries is not a non-empty list + * of valid SPARQL queries + */ + public static IDivideMonitor createInstance(IDivideEngine divideEngine, + IDivideGlobalMonitor divideGlobalMonitor, + String divideLocalMonitorJarPath, + String deviceNetworkIp) + throws DivideInvalidInputException { + return new DivideMonitor(divideEngine, divideGlobalMonitor, + divideLocalMonitorJarPath, deviceNetworkIp); + } + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/IDivideGlobalMonitor.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/IDivideGlobalMonitor.java new file mode 100644 index 0000000..64f76ef --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/IDivideGlobalMonitor.java @@ -0,0 +1,11 @@ +package be.ugent.idlab.divide.monitor; + +import be.ugent.idlab.divide.monitor.metamodel.IDivideMetaModel; + +public interface IDivideGlobalMonitor { + + void start(); + + IDivideMetaModel getDivideMetaModel(); + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/IDivideMonitor.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/IDivideMonitor.java new file mode 100644 index 0000000..57ed784 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/IDivideMonitor.java @@ -0,0 +1,17 @@ +package be.ugent.idlab.divide.monitor; + +import be.ugent.idlab.divide.core.component.IComponent; +import be.ugent.idlab.divide.core.exception.DivideNotInitializedException; +import be.ugent.idlab.divide.monitor.metamodel.IDivideMetaModel; + +public interface IDivideMonitor { + + void start() throws DivideNotInitializedException, MonitorException; + + IDivideMetaModel getDivideMetaModel(); + + void addComponent(IComponent component) throws MonitorException; + + void removeComponent(IComponent component) throws MonitorException; + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/LocalMonitorManager.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/LocalMonitorManager.java new file mode 100644 index 0000000..1ed0db4 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/LocalMonitorManager.java @@ -0,0 +1,138 @@ +package be.ugent.idlab.divide.monitor; + +import be.ugent.idlab.divide.core.component.IComponent; +import be.ugent.idlab.divide.util.JarResourceManager; +import be.ugent.idlab.util.process.ProcessException; +import be.ugent.idlab.util.process.ProcessUtilities; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.IOException; +import java.nio.file.Paths; + +class LocalMonitorManager { + + private static final Logger LOGGER = LoggerFactory.getLogger(LocalMonitorManager.class.getName()); + + // name and start-up call for Python local monitor manager script + private static final String SCRIPT_EXECUTOR = "python3"; + private static final String SCRIPT_NAME = "monitor/manage_local_monitor.py"; + private static String SCRIPT_PATH_ON_FILE_SYSTEM; + + private final IComponent component; + private final String localMonitorJarPath; + private final String centralIpAddress; + + private boolean firstStarted; + + LocalMonitorManager(IComponent component, + String localMonitorJarPath, + String centralIpAddress) { + this.component = component; + this.localMonitorJarPath = localMonitorJarPath; + this.centralIpAddress = centralIpAddress; + + // set the initial state to not started yet + this.firstStarted = false; + } + + static void initialize() throws MonitorException { + // create an actual file on the file system from the script's resource file + LOGGER.info("Copying local monitor manager Python script resource" + + " from JAR to dedicated file {}", SCRIPT_NAME); + try { + SCRIPT_PATH_ON_FILE_SYSTEM = JarResourceManager.getInstance().copyResourceToFile( + Paths.get(SCRIPT_NAME), "monitor"); + } catch (IOException e) { + throw new MonitorException("Local monitor manager Python script could not be copied " + + "from the JAR resources to a dedicated file on the file system", e); + } + } + + void start() throws MonitorException { + try { + LOGGER.info("Starting Local Monitor on component with ID {}", component.getId()); + this.firstStarted = true; + String response = executeGlobalMonitorPythonManager("start"); + LOGGER.info("Output of script starting Local Monitor on component with ID {}: {}", + component.getId(), response); + + } catch (IOException | ProcessException e) { + String message = String.format( + "Error while starting local monitor for component with ID %s", + component.getId()); + LOGGER.error(message, e); + throw new MonitorException(message, e); + } + } + + void stop() throws MonitorException { + try { + LOGGER.info("Stopping Local Monitor on component with ID {}", component.getId()); + String response = executeGlobalMonitorPythonManager("stop"); + LOGGER.info("Output of script stopping Local Monitor on component with ID {}: {}", + component.getId(), response); + + } catch (IOException | ProcessException e) { + String message = String.format( + "Error while stopping local monitor for component with ID %s", + component.getId()); + LOGGER.error(message, e); + throw new MonitorException(message, e); + } + } + + LocalMonitorStatus getStatus() throws MonitorException { + LOGGER.info("Retrieving status of Local Monitor on component with ID {}", + component.getId()); + + // if the monitor has never started yet, the status is stopped by default + if (!firstStarted) { + LOGGER.info("Local Monitor on component with ID {} has never started yet, " + + "so status is 'STOPPED' by default", component.getId()); + return LocalMonitorStatus.STOPPED; + } + + // otherwise, check the status on the local component via SSH + try { + String response = executeGlobalMonitorPythonManager("check"); + + if (response.isEmpty()) { + throw new MonitorException(String.format("Status check of local monitor with ID %s returned an " + + "empty response", component.getId())); + } + + LOGGER.info("Output of status check of Local Monitor on component with ID {}: {}", + component.getId(), response); + if (response.contains("status:running")) { + return LocalMonitorStatus.RUNNING; + } else if (response.contains("status:stopped")) { + return LocalMonitorStatus.STOPPED; + } else { // default + return LocalMonitorStatus.STOPPED; + } + + } catch (IOException | ProcessException e) { + String message = String.format( + "Error while checking status of local monitor for component with ID %s", + component.getId()); + LOGGER.error(message, e); + throw new MonitorException(message, e); + } + } + + private String executeGlobalMonitorPythonManager(String action) throws ProcessException, IOException { + return ProcessUtilities.executeProcess(new String[]{ + SCRIPT_EXECUTOR, SCRIPT_PATH_ON_FILE_SYSTEM, + "--component-id", component.getId(), + "--component-ip-address", component.getIpAddress(), + "--monitor-jar-path", localMonitorJarPath, + "--action", action, + "--global-monitor-reasoning-service-port", String.valueOf( + DivideGlobalMonitorConstants.RS_SERVER_PORT), + "--global-monitor-reasoning-service-uri", DivideGlobalMonitorConstants.RS_SERVER_URI, + "--divide-central-ip-address", centralIpAddress + }); + } + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/LocalMonitorStatus.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/LocalMonitorStatus.java new file mode 100644 index 0000000..c7c5420 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/LocalMonitorStatus.java @@ -0,0 +1,7 @@ +package be.ugent.idlab.divide.monitor; + +public enum LocalMonitorStatus { + + RUNNING, STOPPED + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/MonitorException.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/MonitorException.java new file mode 100644 index 0000000..cf5d4be --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/MonitorException.java @@ -0,0 +1,17 @@ +package be.ugent.idlab.divide.monitor; + +/** + * Exception thrown when an error occurs during the management of the DIVIDE Monitor. + */ +@SuppressWarnings("unused") +public class MonitorException extends Exception { + + public MonitorException(String description, Exception base) { + super(description, base); + } + + public MonitorException(String description) { + super(description); + } + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/SSHClientTest.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/SSHClientTest.java new file mode 100644 index 0000000..ef3cc22 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/SSHClientTest.java @@ -0,0 +1,70 @@ +package be.ugent.idlab.divide.monitor; + +import org.apache.sshd.client.SshClient; +import org.apache.sshd.client.channel.ClientChannel; +import org.apache.sshd.client.channel.ClientChannelEvent; +import org.apache.sshd.client.session.ClientSession; +import org.apache.sshd.common.config.keys.FilePasswordProvider; +import org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader; +import org.apache.sshd.common.keyprovider.FileKeyPairProvider; +import org.apache.sshd.common.util.security.SecurityUtils; +import org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator; + +import java.io.ByteArrayOutputStream; +import java.io.File; +import java.io.IOException; +import java.io.OutputStream; +import java.nio.file.Paths; +import java.security.GeneralSecurityException; +import java.security.KeyPair; +import java.util.Collection; +import java.util.EnumSet; + +public class SSHClientTest { + + public static void main(String[] args) throws IOException, GeneralSecurityException { + + try (SshClient client = SshClient.setUpDefaultClient()) { + client.start(); + + // using the client for multiple sessions... + try (ClientSession session = client.connect("mathias", "10.42.0.1", 22) + .verify(1000) + .getSession()) { + + KeyPairResourceLoader loader = SecurityUtils.getKeyPairResourceParser(); + Collection keys = loader.loadKeyPairs(null, + Paths.get("/home/mathias/.ssh/id_rsa"), + FilePasswordProvider.of("")); // requires Ubuntu password + for (KeyPair kp : keys) { + session.addPublicKeyIdentity(kp); + } + +// FileKeyPairProvider provider = new FileKeyPairProvider( +// Paths.get("/home/mathias/.jFed/login-certs/df480106a205a4f0e36cce3cac21e5c5.pem")); +// provider.setPasswordFinder(FilePasswordProvider.of("mathID21-8")); +// session.setKeyIdentityProvider(provider); +// session.setKeyIdentityProvider(provider); // for password-less authentication + + session.auth(); + + // start using the session to run commands, do SCP/SFTP, + // create local/remote port forwarding, etc... + try (OutputStream stdout = new ByteArrayOutputStream(); + OutputStream stderr = new ByteArrayOutputStream(); + ClientChannel channel = session.createExecChannel("hostname")) { + channel.setOut(stdout); + channel.setErr(stderr); + channel.open(); + // wait (forever) for the channel to close - signalling command finished + channel.waitFor(EnumSet.of(ClientChannelEvent.CLOSED), 0L); + + System.out.println(stdout); + System.out.println(stderr); + } + } + } + + } + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/metamodel/DummyDivideMetaModel.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/metamodel/DummyDivideMetaModel.java new file mode 100644 index 0000000..76d6c00 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/metamodel/DummyDivideMetaModel.java @@ -0,0 +1,58 @@ +package be.ugent.idlab.divide.monitor.metamodel; + + +import be.ugent.idlab.divide.core.component.IComponent; +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.core.query.IDivideQuery; +import be.ugent.idlab.divide.rsp.RspLocation; +import be.ugent.idlab.divide.rsp.query.IRspQuery; + +public class DummyDivideMetaModel implements IDivideMetaModel { + + public DummyDivideMetaModel() { + // empty on purpose + } + + @Override + public void registerEngine(IDivideEngine divideEngine) { + // empty on purpose + } + + @Override + public void addDivideQuery(IDivideQuery divideQuery) { + // empty on purpose + } + + @Override + public void removeDivideQuery(IDivideQuery divideQuery) { + // empty on purpose + } + + @Override + public void updateDivideQueryDeployment(IDivideQuery divideQuery, + IComponent component, + RspLocation rspLocation) { + // empty on purpose + } + + @Override + public void addComponent(IComponent component) { + // empty on purpose + } + + @Override + public void removeComponent(IComponent component) { + // empty on purpose + } + + @Override + public void addRegisteredQuery(IRspQuery rspQuery) { + // empty on purpose + } + + @Override + public void removeRegisteredQuery(IRspQuery rspQuery) { + // empty on purpose + } + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/metamodel/IDivideMetaModel.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/metamodel/IDivideMetaModel.java new file mode 100644 index 0000000..d0c55bf --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/monitor/metamodel/IDivideMetaModel.java @@ -0,0 +1,29 @@ +package be.ugent.idlab.divide.monitor.metamodel; + +import be.ugent.idlab.divide.core.component.IComponent; +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.core.query.IDivideQuery; +import be.ugent.idlab.divide.rsp.RspLocation; +import be.ugent.idlab.divide.rsp.query.IRspQuery; + +public interface IDivideMetaModel { + + void registerEngine(IDivideEngine divideEngine); + + void addDivideQuery(IDivideQuery divideQuery); + + void removeDivideQuery(IDivideQuery divideQuery); + + void updateDivideQueryDeployment(IDivideQuery divideQuery, + IComponent component, + RspLocation rspLocation); + + void addComponent(IComponent component); + + void removeComponent(IComponent component); + + void addRegisteredQuery(IRspQuery rspQuery); + + void removeRegisteredQuery(IRspQuery rspQuery); + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/IRspEngineHandler.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/IRspEngineHandler.java index c523040..858bc6f 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/IRspEngineHandler.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/IRspEngineHandler.java @@ -1,5 +1,6 @@ package be.ugent.idlab.divide.rsp; +import be.ugent.idlab.divide.core.exception.DivideInvalidInputException; import be.ugent.idlab.divide.core.query.IDivideQuery; import be.ugent.idlab.divide.rsp.engine.IRspEngine; @@ -14,7 +15,14 @@ public interface IRspEngineHandler { * Gets the wrapped RSP engine instance. * @return the wrapped RSP engine this object is the handler of */ - IRspEngine getRspEngine(); + IRspEngine getLocalRspEngine(); + + IRspEngine getCentralRspEngine(); + + void configureCentralRspEngine(String centralRspEngineUrl, + RspQueryLanguage centralRspEngineQueryLanguage, + String centralRspEngineWebSocketStreamUrl) + throws DivideInvalidInputException; /** * Clears list of queries that are scheduled for registration on the @@ -69,18 +77,26 @@ public interface IRspEngineHandler { /** * Unregisters all queries from the wrapped RSP engine that are currently registered * via the DIVIDE query derivation. + * Should be called when this component is removed from the DIVIDE engine. */ void unregisterAllQueries(); /** * Unregisters the queries from the wrapped RSP engine that are currently registered * via the DIVIDE query derivation of the specified DIVIDE query. + * Should be called when the particular DIVIDE query is removed from the DIVIDE engine. * * @param query DIVIDE query of which the associated RSP engine queries need to be * unregistered from the wrapped RSP engine */ void unregisterAllQueriesOriginatingFromDivideQuery(IDivideQuery query); + void moveQueriesOriginatingFromDivideQueryCentrally(IDivideQuery query) + throws RspEngineHandlerException; + + void moveQueriesOriginatingFromDivideQueryLocally(IDivideQuery query) + throws RspEngineHandlerException; + /** * Enqueues a pause request for the streams of the wrapped RSP engine. * This pause HTTP request will ask the RSP engine to temporarily stop sending diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineHandler.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineHandler.java index 81dea6d..403b917 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineHandler.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineHandler.java @@ -1,6 +1,9 @@ package be.ugent.idlab.divide.rsp; +import be.ugent.idlab.divide.core.component.IComponent; +import be.ugent.idlab.divide.core.engine.IDivideEngine; import be.ugent.idlab.divide.core.exception.DivideInvalidInputException; +import be.ugent.idlab.divide.core.exception.DivideNotInitializedException; import be.ugent.idlab.divide.core.query.IDivideQuery; import be.ugent.idlab.divide.rsp.api.IRspEngineApiManager; import be.ugent.idlab.divide.rsp.api.RspEngineApiInputException; @@ -11,79 +14,374 @@ import be.ugent.idlab.divide.rsp.engine.RspEngineFactory; import be.ugent.idlab.divide.rsp.query.IRspQuery; import be.ugent.idlab.divide.rsp.query.RspQueryFactory; +import be.ugent.idlab.divide.rsp.query.window.IStreamWindow; +import be.ugent.idlab.divide.rsp.query.window.StreamWindowFactory; import be.ugent.idlab.divide.rsp.translate.IQueryTranslator; import be.ugent.idlab.divide.rsp.translate.QueryTranslatorFactory; -import be.ugent.idlab.divide.util.LogConstants; +import be.ugent.idlab.divide.util.Constants; import be.ugent.idlab.util.io.IOUtilities; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; import org.apache.jena.atlas.lib.Pair; import org.slf4j.Logger; import org.slf4j.LoggerFactory; +import java.io.UnsupportedEncodingException; +import java.net.MalformedURLException; +import java.net.URL; +import java.net.URLEncoder; +import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.Arrays; +import java.util.HashMap; import java.util.List; +import java.util.Map; import java.util.Random; import java.util.concurrent.Executors; import java.util.concurrent.Future; import java.util.concurrent.ScheduledThreadPoolExecutor; import java.util.concurrent.TimeUnit; +import java.util.regex.Matcher; +import java.util.regex.Pattern; import java.util.stream.Collectors; +import java.util.stream.Stream; class RspEngineHandler implements IRspEngineHandler { private static final Logger LOGGER = LoggerFactory.getLogger(RspEngineHandler.class.getName()); - private final IRspEngine rspEngine; + /** + * ID of this RSP engine handler + */ + private final String id; + + /** + * List of queries to be scheduled at the RSP engines (contains the + * RSP queries themselves, the location where they should be scheduled + * is defined by the queryLocationMap) + */ private final List scheduledQueries; - private final IRspEngineApiManager rspEngineApiManager; - private final IQueryTranslator queryTranslator; + /** + * Map keeping track of current RSP location where all queries derived + * from each DIVIDE query are scheduled or should be scheduled next + */ + private final Map queryLocationMap; + + /** + * Reference to the local RSP engine + */ + private final IRspEngine localRspEngine; + /** + * Reference to the API manager of the local RSP engine, used to perform + * different actions on the RSP engine via the API endpoints + */ + private final IRspEngineApiManager localRspEngineApiManager; + /** + * Query translator for the local RSP engine, allowing to translate + * RSP-QL queries into the RSP query language of that engine + */ + private final IQueryTranslator localQueryTranslator; + + /** + * Reference to the local RSP engine + */ + private IRspEngine centralRspEngine; + /** + * Reference to the API manager of the local RSP engine, used to perform + * different actions on the RSP engine via the API endpoints + */ + private IRspEngineApiManager centralRspEngineApiManager; + /** + * Query translator for the local RSP engine, allowing to translate + * RSP-QL queries into the RSP query language of that engine + */ + private IQueryTranslator centralQueryTranslator; + /** + * Query counter that ensures that all queries registered at the local + * and central RSP engines have a unique name (consisting of a unique query + * number and the ID of this RSP engine handler). There is only one counter + * for both the local and central RSP engine; this could be separated but + * there is no need to. + */ private long queryCounter; - private final String id; + /** + * Status handler for the local RSP engine (used to pause & restart the streams + * at this RSP engine). There is no status handler for the central RSP engine because + * this is not required: if a local stream is paused, no data is forwarded to the + * central RSP engine as well, virtually pausing it as well. + */ + private final RspEngineStatusHandler localRspEngineStatusHandler; - private final RspEngineStatusHandler rspEngineStatusHandler; + /** + * Map translating local stream URI (used as input streams in the RSP-QL queries) + * to a unique stream URI for the central RSP engine + */ + private final Map localToCentralStreamUriTranslationMap; /** * Scheduled executor used to retry query registrations that failed because * of a network error */ private ScheduledThreadPoolExecutor retrialScheduledExecutor; - + /** + * Future object used for executing retrials of query registration updates + */ private Future retrialFuture; + /** + * Guard that ensures synchronization across thread for accessing the + * retrial-related objects of this class + */ private final Boolean retrialFutureGuard = false; - RspEngineHandler(RspQueryLanguage rspQueryLanguage, - String url) throws DivideInvalidInputException { + private final IDivideEngine divideEngine; + + private final String componentId; + + + // CONSTRUCTION, GETTERS & SETTERS + + RspEngineHandler(RspQueryLanguage localRspEngineQueryLanguage, + String localRspEngineUrl, + int localRspEngineServerPort, + String componentId, + IDivideEngine divideEngine) throws DivideInvalidInputException { + // generate ID for this RSP engine handler + this.id = generateAlphabeticId(); + + // initialize the query location map + this.queryLocationMap = new HashMap<>(); + // make sure trailing '/' is removed from registration url - if (url.endsWith("/")) { - url = url.substring(0, url.length() - 1); + if (localRspEngineUrl.endsWith("/")) { + localRspEngineUrl = localRspEngineUrl.substring( + 0, localRspEngineUrl.length() - 1); } - this.rspEngine = RspEngineFactory.createInstance(rspQueryLanguage, url); - this.scheduledQueries = new ArrayList<>(); + // initialize the local RSP engine, its API manager and its query translator + this.localRspEngine = RspEngineFactory.createInstance( + localRspEngineQueryLanguage, localRspEngineUrl, localRspEngineServerPort, componentId); + this.localRspEngineApiManager = + RspEngineApiManagerFactory.createInstance(this.localRspEngine); + this.localQueryTranslator = + QueryTranslatorFactory.createInstance(localRspEngineQueryLanguage); + + // for now, no central RSP engine is configured yet + this.centralRspEngine = null; + this.centralRspEngineApiManager = null; + this.centralQueryTranslator = null; + + // overall counter to manage the query IDs + // (could be separated for the local vs. central engine, but there is no need to) + this.queryCounter = 0; - this.rspEngineApiManager = RspEngineApiManagerFactory.createInstance(this.rspEngine); - this.queryTranslator = QueryTranslatorFactory.createInstance(rspQueryLanguage); + // list of queries to be scheduled + // -> can be a single list for both the central and local engine: by the nature + // of the system, it is not allowed (and should also be impossible) to update + // the location of the derived queries while this list is being filled by a + // DIVIDE query derivation task: after completion of such a task, the list should + // be emptied (either by registering, either by clearing) + this.scheduledQueries = new ArrayList<>(); - this.queryCounter = 0; + // create an RSP engine status handler: only required for local RSP engine + // (status changes in local RSP engine will automatically reflect in central RSP engine) + this.localRspEngineStatusHandler = + new RspEngineStatusHandler(localRspEngine, localRspEngineApiManager); - this.id = generateAlphabeticId(); + // initialize an empty map for the translation of local to central stream URIs + this.localToCentralStreamUriTranslationMap = new HashMap<>(); // create retrial executor this.retrialScheduledExecutor = (ScheduledThreadPoolExecutor) Executors.newScheduledThreadPool(1); this.retrialScheduledExecutor.setRemoveOnCancelPolicy(true); - this.rspEngineStatusHandler = new RspEngineStatusHandler(rspEngine, rspEngineApiManager); + // keep reference to DIVIDE engine + this.divideEngine = divideEngine; + + // save ID of component for which this RSP engine handler operates + this.componentId = componentId; } @Override - public IRspEngine getRspEngine() { - return rspEngine; + public IRspEngine getLocalRspEngine() { + return localRspEngine; + } + + @Override + public IRspEngine getCentralRspEngine() { + return centralRspEngine; + } + + @Override + public synchronized void configureCentralRspEngine(String centralRspEngineUrl, + RspQueryLanguage centralRspEngineQueryLanguage, + String centralRspEngineWebSocketStreamUrl) + throws DivideInvalidInputException { + // make sure trailing '/' is removed from registration url + if (centralRspEngineUrl.endsWith("/")) { + centralRspEngineUrl = centralRspEngineUrl.substring( + 0, centralRspEngineUrl.length() - 1); + } + + // extract server port from URL string + int centralRspEngineServerPort; + try { + centralRspEngineServerPort = new URL(centralRspEngineUrl).getPort(); + } catch (MalformedURLException e) { + throw new DivideInvalidInputException("Central RSP engine URL is no valid URL"); + } + + // create instances of engine, API manager and translator + this.centralRspEngine = RspEngineFactory.createInstance( + centralRspEngineQueryLanguage, centralRspEngineUrl, centralRspEngineServerPort, "central"); + this.centralRspEngine.setWebSocketStreamUrl(centralRspEngineWebSocketStreamUrl); + this.centralRspEngineApiManager = + RspEngineApiManagerFactory.createInstance(this.centralRspEngine); + this.centralQueryTranslator = + QueryTranslatorFactory.createInstance(centralRspEngineQueryLanguage); + } + + + + // MANAGEMENT OF DIVIDE QUERY LOCATION + + private synchronized RspLocation getLocationOfDivideQuery(IDivideQuery divideQuery) { + // if no location is registered yet for the given DIVIDE query, + // add the query to the map and set the default location to local + if (!this.queryLocationMap.containsKey(divideQuery.getName())) { + updateLocationOfDivideQuery(divideQuery, RspLocation.LOCAL); + } + + // return the location registered in the map + return this.queryLocationMap.get(divideQuery.getName()); + } + + private synchronized void updateLocationOfDivideQuery(IDivideQuery divideQuery, + RspLocation rspLocation) { + // simply set the location: if no location exists yet, it will be added to the map; + // otherwise the current location is overwritten + this.queryLocationMap.put(divideQuery.getName(), rspLocation); + + // update deployment of DIVIDE query in DIVIDE meta model + try { + divideEngine.getDivideMetaModel().updateDivideQueryDeployment( + divideQuery, divideEngine.getRegisteredComponentById(componentId), rspLocation); + } catch (DivideNotInitializedException e) { + // will not happen, DIVIDE will always be initialized at this point + throw new RuntimeException(e); + } + } + + + + // MANAGEMENT OF STREAM MAPPING FROM LOCAL TO CENTRAL RSP ENGINE + + private static final Pattern RSP_QL_FROM_NAMED_WINDOW_PATTERN = Pattern.compile( + "\\s*FROM\\s+NAMED\\s+WINDOW\\s+(\\S+)\\s+ON\\s+(\\S+)\\s+\\[([^\\[\\]]+)]", + Pattern.CASE_INSENSITIVE); + + private synchronized Pair> updateStreamUrisForCentralRspEngineInQuery( + String rspQLQueryBody) { + // look for all named window patterns (i.e., input stream definitions) in the RSP-QL body + Matcher matcher = RSP_QL_FROM_NAMED_WINDOW_PATTERN.matcher(rspQLQueryBody); + List localStreamUris = new ArrayList<>(); + while (matcher.find()) { + // retrieve stream name (and remove the '<' and '>') + String localStreamUri = matcher.group(2); + localStreamUri = localStreamUri.substring(1, localStreamUri.length() - 1); + + // save the stream name to the results + localStreamUris.add(localStreamUri); + + // translate stream name for central engine + String centralStreamUri = getLocalToCentralStreamUriTranslation(localStreamUri); + + // replace the full pattern (but make sure no other parts are replaced) + String fullNamedWindowPattern = matcher.group(); + String updatedNamedWindowPattern = + fullNamedWindowPattern.replace(localStreamUri, centralStreamUri); + rspQLQueryBody = rspQLQueryBody.replace(fullNamedWindowPattern, updatedNamedWindowPattern); + } + + return Pair.create(rspQLQueryBody, localStreamUris); + } + + private synchronized String getLocalToCentralStreamUriTranslation(String localStreamUri) { + // first check if the map already contains a translation for this stream URI + if (this.localToCentralStreamUriTranslationMap.containsKey(localStreamUri)) { + // -> if yes: return this translation + return this.localToCentralStreamUriTranslationMap.get(localStreamUri); + } else { + // -> if no: do the translation, save if to the map and return it + String centralStreamUri = translateLocalToCentralStreamUri(localStreamUri); + this.localToCentralStreamUriTranslationMap.put(localStreamUri, centralStreamUri); + return centralStreamUri; + } + } + + private synchronized String translateLocalToCentralStreamUri(String localStreamUri) { + // create a unique ID: append existing local stream URI with the ID of this + // RSP engine, and a unique ID for the given stream + return String.format("%s/%s/%s", + localStreamUri.endsWith("/") ? + localStreamUri.substring(0, localStreamUri.length() - 1) : + localStreamUri, + id, generateAlphabeticId(10)); + } + + private synchronized Pair> updateStreamUrisForLocalRspEngineInQuery( + String rspQLQueryBody) throws RspEngineHandlerException { + // look for all named window patterns (i.e., input stream definitions) in the RSP-QL body + Matcher matcher = RSP_QL_FROM_NAMED_WINDOW_PATTERN.matcher(rspQLQueryBody); + List localStreamUris = new ArrayList<>(); + while (matcher.find()) { + // retrieve stream name (and remove the '<' and '>') + String centralStreamUri = matcher.group(2); + centralStreamUri = centralStreamUri.substring(1, centralStreamUri.length() - 1); + + // translate stream name for central engine + String localStreamUri = getCentralToLocalStreamUriTranslation(centralStreamUri); + + // save the stream name to the results + localStreamUris.add(localStreamUri); + + // replace the full pattern (but make sure no other parts are replaced) + String fullNamedWindowPattern = matcher.group(); + String updatedNamedWindowPattern = + fullNamedWindowPattern.replace(centralStreamUri, localStreamUri); + rspQLQueryBody = rspQLQueryBody.replace(fullNamedWindowPattern, updatedNamedWindowPattern); + } + + return Pair.create(rspQLQueryBody, localStreamUris); + } + + private synchronized String getCentralToLocalStreamUriTranslation(String centralStreamUri) + throws RspEngineHandlerException { + // loop over all entries in the translation map to find the + // central stream URI in any of the translations + for (Map.Entry entry : + this.localToCentralStreamUriTranslationMap.entrySet()) { + if (centralStreamUri.equals(entry.getValue())) { + return entry.getKey(); + } + } + + // if no match in the translations is found, throw an exception: + // this method should only be called when the central stream URI is + // already present as a translation + throw new RspEngineHandlerException(String.format("Illegal state: local stream URI " + + "corresponding to translated central stream URI %s is retrieved while this central " + + "stream URI does not exist in the translation map", centralStreamUri)); } + + + // UPDATING REGISTRATION SCHEDULE FROM DIVIDE QUERY DERIVATION TASKS + @Override public synchronized void clearRegistrationSchedule() { LOGGER.info("Clearing all queries scheduled for registration"); @@ -104,16 +402,41 @@ public synchronized void clearRegistrationSchedule(IDivideQuery divideQuery) { public synchronized void scheduleForRegistration(String rspQLQueryBody, IDivideQuery divideQuery) { // create unique query name - String queryName = String.format("Q%d%s", queryCounter++, id); + String queryName = String.format("Q%d%s", this.queryCounter++, this.id); + + // retrieve current RSP engine location to where query should be registered + RspLocation rspLocation = getLocationOfDivideQuery(divideQuery); + + // if the current location to register the queries at is the central RSP engine, + // the local stream URIs in the RSP-QL query body should be updated to the + // corresponding stream URIs of the central RSP engine + // (at this point, it is guaranteed that the central stream URIs are already + // registered at the central RSP engine, since this always happens in the same + // synchronized blocks as when the RSP location for a DIVIDE query is updated) + if (rspLocation == RspLocation.CENTRAL) { + rspQLQueryBody = updateStreamUrisForCentralRspEngineInQuery(rspQLQueryBody).getLeft(); + } + + // retrieving translator and URL of the RSP engine (local or central) + // on which the query will be registered + String rspEngineUrl; + IQueryTranslator translator; + if (rspLocation == RspLocation.LOCAL) { + rspEngineUrl = localRspEngine.getBaseUrl(); + translator = localQueryTranslator; + } else { + rspEngineUrl = centralRspEngine.getBaseUrl(); + translator = centralQueryTranslator; + } LOGGER.info("Scheduling RSP-QL query with name '{}' for registration at {}: {}", queryName, - rspEngine.getRegistrationUrl(), + rspEngineUrl, IOUtilities.removeWhiteSpace(rspQLQueryBody)); - // translate query according to RSP query language - String translatedQueryBody = queryTranslator.translateQuery( - rspQLQueryBody, queryName); + // translate query according to RSP query language of the engine + // on which it will be registered + String translatedQueryBody = translator.translateQuery(rspQLQueryBody, queryName); // create an RSP query instance IRspQuery query = RspQueryFactory.createInstance( @@ -130,18 +453,37 @@ public synchronized void scheduleForRegistration(String rspQLQueryBody, divideQuery); // schedule the RSP query for the next registration update - scheduledQueries.add(query); + this.scheduledQueries.add(query); LOGGER.info("Query '{}' translated and scheduled for registration at {} with body: {}", queryName, - rspEngine.getRegistrationUrl(), + rspEngineUrl, query.getQueryBody()); } + + + // REGISTRATION UPDATING BASED ON REGISTRATION SCHEDULE + @Override public synchronized void updateRegistration(IDivideQuery divideQuery) { + // retrieve current RSP engine location to where query should be registered + RspLocation rspLocation = getLocationOfDivideQuery(divideQuery); + + // retrieving RSP engine reference (local or central) on which the + // query registration will be updated + IRspEngine rspEngine; + IRspEngineApiManager rspEngineApiManager; + if (rspLocation == RspLocation.LOCAL) { + rspEngine = localRspEngine; + rspEngineApiManager = localRspEngineApiManager; + } else { + rspEngine = centralRspEngine; + rspEngineApiManager = centralRspEngineApiManager; + } + LOGGER.info("Updating RSP engine queries associated to DIVIDE query '{}' at {}", - divideQuery.getName(), rspEngine.getRegistrationUrl()); + divideQuery.getName(), rspEngine.getBaseUrl()); // obtain currently registered queries in RSP engine // and create copy of scheduled queries @@ -156,11 +498,19 @@ public synchronized void updateRegistration(IDivideQuery divideQuery) { .collect(Collectors.toList()); // perform registration update - List> queriesToRetry = - updateRegistration(previousQueries, scheduledQueries); + List> queriesToRetry = updateRegistration( + previousQueries, scheduledQueries, rspEngine, rspEngineApiManager); - // remove all processed schedules queries from list - this.scheduledQueries.removeAll(scheduledQueries); + // whatever happens, all RSP-QL queries corresponding to the given DIVIDE query + // should be removed from the list of scheduled queries + // -> if registration succeeded, the reasons are obvious + // -> if registration failed, it will only be retried the next time this + // method is called, i.e., at the next context update; if the query still + // needs to be registered at that point, it will again be the output of + // the query derivation and will therefore have been added again to the + // list of scheduled queries + this.scheduledQueries.removeIf( + rspQuery -> rspQuery.getOriginalDivideQuery().equals(divideQuery)); // retry queries for which the (un)registering failed due to network issue // (but of course only if there are queries to be retried) @@ -168,61 +518,55 @@ public synchronized void updateRegistration(IDivideQuery divideQuery) { synchronized (this.retrialFutureGuard) { LOGGER.info("Query update at {} for DIVIDE query '{}': " + "rescheduling retrial of {} failed queries", - rspEngine.getRegistrationUrl(), + rspEngine.getBaseUrl(), divideQuery.getName(), queriesToRetry.size()); this.retrialFuture = retrialScheduledExecutor.schedule( - new QueryRegistrationUpdateRetrialTask(queriesToRetry, 10), + new QueryRegistrationUpdateRetrialTask( + queriesToRetry, 10, rspEngine, rspEngineApiManager), 10, TimeUnit.SECONDS); } } else { LOGGER.info("Finished query update for DIVIDE query '{}' at {} - no queries to retry", - divideQuery.getName(), rspEngine.getRegistrationUrl()); + divideQuery.getName(), rspEngine.getBaseUrl()); } } @Override public synchronized void updateRegistration() { - LOGGER.info("Updating RSP engine queries at {}", - rspEngine.getRegistrationUrl()); - - // obtain currently registered queries in RSP engine - // and create copy of scheduled queries - List previousQueries = new ArrayList<>(rspEngine.getRegisteredQueries()); - List scheduledQueries = new ArrayList<>(this.scheduledQueries); - - // perform registration update - List> queriesToRetry = - updateRegistration(previousQueries, scheduledQueries); - - // whatever happens, all queries should be removed from the list - // of scheduled queries - // -> if registration succeeded, the reasons are obvious - // -> if registration failed, it will only be retried the next time this - // method is called, i.e., at the next context update; if the query still - // needs to be registered at that point, it will again be the output of - // the query derivation and will therefore have been added again to the - // list of scheduled queries - this.scheduledQueries.clear(); + LOGGER.info("Updating RSP engine queries for all DIVIDE queries: handling " + + "every DIVIDE query separately since the location can be " + + "different for each DIVIDE query"); + + // retrieve all DIVIDE queries for which there is + // at least 1 query registered at any of the RSP engines + // and/or at least 1 query scheduled for registration + Stream divideQueryStream = Stream.concat( + this.scheduledQueries.stream() + .map(IRspQuery::getOriginalDivideQuery), + this.localRspEngine.getRegisteredQueries().stream() + .map(IRspQuery::getOriginalDivideQuery)); + if (this.centralRspEngine != null) { + divideQueryStream = Stream.concat( + divideQueryStream, + this.centralRspEngine.getRegisteredQueries().stream() + .map(IRspQuery::getOriginalDivideQuery)); + } + List divideQueries = divideQueryStream + .distinct() + .collect(Collectors.toList()); - // retry queries for which the (un)registering failed due to network issue - // (but of course only if there are queries to be retried) - if (!queriesToRetry.isEmpty()) { - synchronized (this.retrialFutureGuard) { - LOGGER.info("Query update at {}: rescheduling retrial of {} failed queries", - rspEngine.getRegistrationUrl(), queriesToRetry.size()); - this.retrialFuture = retrialScheduledExecutor.schedule( - new QueryRegistrationUpdateRetrialTask(queriesToRetry, 10), - 10, TimeUnit.SECONDS); - } - } else { - LOGGER.info("Finished query update at {} - no queries to retry", - rspEngine.getRegistrationUrl()); + // trigger the query registration update for every found DIVIDE query + for (IDivideQuery divideQuery : divideQueries) { + updateRegistration(divideQuery); } } private synchronized List> updateRegistration( - List previousQueries, List scheduledQueries) { + List previousQueries, + List scheduledQueries, + IRspEngine rspEngine, + IRspEngineApiManager rspEngineApiManager) { // stop all query retrials stopQueryUpdateRetrials(); @@ -231,7 +575,7 @@ private synchronized List> updateRegistration( LOGGER.info("Query update at {}: scheduled query names: {} - " + "currently registered query names: {}", - rspEngine.getRegistrationUrl(), + rspEngine.getBaseUrl(), Arrays.toString(scheduledQueries.stream().map( IRspQuery::getQueryName).toArray()), Arrays.toString(previousQueries.stream().map( @@ -246,16 +590,19 @@ private synchronized List> updateRegistration( // if the query is not scheduled again, it should be unregistered // (otherwise, it can be kept registered, and nothing should be done for this query; - // except removing it from the scheduled list, which has been done in the call above) + // except removing it from the scheduled list, which is done in the else clause) if (!scheduledAgain) { try { // unregister query from RSP engine - rspEngineApiManager.unregisterQuery(previousQuery); + rspEngineApiManager.unregisterQuery(previousQuery.getQueryName()); // only if successful (i.e., if no exception is thrown), // the blueprint of this RSP engine's queries is also updated rspEngine.removeRegisteredQuery(previousQuery); + // update meta model after successfully unregistering + divideEngine.getDivideMetaModel().removeRegisteredQuery(previousQuery); + // if a failure occurs when unregistering this query, the RSP engine's // blueprint of queries is not updated (i.e., this query is not removed // from the list) @@ -266,7 +613,7 @@ private synchronized List> updateRegistration( } catch (RspEngineApiNetworkException e) { LOGGER.error("External network error when unregistering query '{}' at {}", - previousQuery.getQueryName(), rspEngine.getRegistrationUrl()); + previousQuery.getQueryName(), rspEngine.getBaseUrl()); // retrying the request could potentially solve the issue since this is // a network error (i.e., the destination could not be reached) @@ -276,7 +623,7 @@ private synchronized List> updateRegistration( } catch (RspEngineApiResponseException e) { LOGGER.error("External server error when unregistering query '{}' at {}", - previousQuery.getQueryName(), rspEngine.getRegistrationUrl(), e); + previousQuery.getQueryName(), rspEngine.getBaseUrl(), e); // retrying the request is NOT useful, since this is an RSP engine server error // (and the RSP engine server should ensure it can handle the registration @@ -284,10 +631,10 @@ private synchronized List> updateRegistration( } catch (DivideInvalidInputException e) { // note: this will normally never occur - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Internal URL error within DIVIDE when trying to unregister " + "query '{}' at {}", - previousQuery.getQueryName(), rspEngine.getRegistrationUrl()); + previousQuery.getQueryName(), rspEngine.getBaseUrl()); // retrying the request is NOT useful, since this error represents an // internal condition that will not change @@ -311,12 +658,25 @@ private synchronized List> updateRegistration( for (IRspQuery query : scheduledQueries) { try { // register query to RSP engine - rspEngineApiManager.registerQuery(query); + JsonObject jsonQuery = rspEngineApiManager.registerQuery( + query.getQueryName(), query.getQueryBody()); + + // update RSP query information + try { + updateQueryAfterRegistration(query, jsonQuery, rspEngine, + divideEngine.getRegisteredComponentById(componentId)); + } catch (DivideNotInitializedException e) { + // will not happen, DIVIDE will always be initialized at this point + throw new RuntimeException(e); + } // only if successful (i.e., if no exception is thrown), // the blueprint of this RSP engine's queries is also updated rspEngine.addRegisteredQuery(query); + // update meta model after successfully unregistering + divideEngine.getDivideMetaModel().addRegisteredQuery(query); + // if a failure occurs when registering this query, the RSP engine's // blueprint of queries is not updated (i.e., this query is not removed // from the list) @@ -327,7 +687,7 @@ private synchronized List> updateRegistration( } catch (RspEngineApiNetworkException e) { LOGGER.error("External network error when registering query '{}' at {}", - query.getQueryName(), rspEngine.getRegistrationUrl()); + query.getQueryName(), rspEngine.getBaseUrl()); // retrying the request could potentially solve the issue since this is // a network error (i.e., the destination could not be reached) @@ -337,7 +697,7 @@ private synchronized List> updateRegistration( } catch (RspEngineApiResponseException e) { LOGGER.error("External server error when registering query '{}' at {}", - query.getQueryName(), rspEngine.getRegistrationUrl(), e); + query.getQueryName(), rspEngine.getBaseUrl(), e); // retrying the request is NOT useful, since this is an RSP engine server error // (and the RSP engine server should ensure it can handle the registration @@ -345,18 +705,18 @@ private synchronized List> updateRegistration( } catch (RspEngineApiInputException e) { // note: DivideInvalidInputException will normally never occur - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Internal query error within DIVIDE when trying to register query '{}' at {}", - query.getQueryName(), rspEngine.getRegistrationUrl()); + query.getQueryName(), rspEngine.getBaseUrl()); // retrying the request is NOT useful, since this error represents an // internal condition that will not change } catch (DivideInvalidInputException e) { // note: this will normally never occur - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Internal URL error within DIVIDE when trying to register query '{}' at {}", - query.getQueryName(), rspEngine.getRegistrationUrl()); + query.getQueryName(), rspEngine.getBaseUrl()); // retrying the request is NOT useful, since this error represents an // internal condition that will not change @@ -366,68 +726,30 @@ private synchronized List> updateRegistration( return queriesToRetry; } - private void stopQueryUpdateRetrials() { - // shutdown scheduled executor - // -> no new tasks can be submitted - LOGGER.info("Shutting down retrial scheduled executor"); - retrialScheduledExecutor.shutdown(); - - LOGGER.info("Trying to cancel the latest retrial task"); - synchronized (retrialFutureGuard) { - if (retrialFuture != null) { - // cancel the task, and allow for interruption while running - // -> if not started yet, it will never start - // (a shutdown does not prevent this, so this is required) - // -> if already started, the thread will be interrupted - // (throwing an InterruptedException if sleeping, and otherwise - // setting the interrupt flag so that the thread knows it can - // finish but should not reschedule a new retrial on failure) - // -> if already finished, this method will simply return - LOGGER.info("Canceling the latest retrial task"); - retrialFuture.cancel(true); - retrialFuture = null; - } - } + private void updateQueryAfterRegistration(IRspQuery query, + JsonObject jsonQuery, + IRspEngine rspEngine, + IComponent associatedComponent) { + query.updateAfterRegistration( + jsonQuery.get("id").getAsString(), + convertToStreamWindows(jsonQuery.getAsJsonArray("streamWindows")), + rspEngine, + associatedComponent); + } - // await for termination of tasks of scheduled executor - // -> the last scheduled future has been canceled, so will not - // start if it was not started yet, and will otherwise regularly - // check for its interruption and return immediately at anchor point - try { - LOGGER.info("Awaiting termination of retrial tasks"); - if (!retrialScheduledExecutor.awaitTermination(1, TimeUnit.MINUTES)) { - retrialScheduledExecutor.shutdownNow(); - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, - "Awaiting termination not finished after 1 minute => hard shutdown"); - } - } catch (InterruptedException e) { - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, - "Interruption while awaiting termination of retrial tasks => hard shutdown"); - retrialScheduledExecutor.shutdownNow(); + private List convertToStreamWindows(JsonArray jsonArrayStreamWindows) { + List result = new ArrayList<>(); + for (JsonElement jsonElement : jsonArrayStreamWindows) { + result.add(StreamWindowFactory.createInstance( + jsonElement.getAsJsonObject().get("streamIri").getAsString(), + jsonElement.getAsJsonObject().get("windowDefinition").getAsString())); } - - // create a new retrial executor - this.retrialScheduledExecutor = (ScheduledThreadPoolExecutor) - Executors.newScheduledThreadPool(1); - this.retrialScheduledExecutor.setRemoveOnCancelPolicy(true); + return result; } - private String preprocessQueryBeforeRegistration(String query) { - // preprocess query before registration by removing all unnecessary whitespace - return IOUtilities.removeWhiteSpace(query).trim(); - } - private String generateAlphabeticId() { - int leftLimit = 97; // letter 'a' - int rightLimit = 122; // letter 'z' - int targetStringLength = 5; - Random random = new Random(); - return random.ints(leftLimit, rightLimit + 1) - .limit(targetStringLength) - .collect(StringBuilder::new, StringBuilder::appendCodePoint, StringBuilder::append) - .toString(); - } + // RETRYING FAILED QUERY REGISTRATION UPDATES IN CASE OF NETWORKING ERRORS private class QueryRegistrationUpdateRetrialTask implements Runnable { @@ -449,16 +771,23 @@ private class QueryRegistrationUpdateRetrialTask implements Runnable { */ private final long delayBeforeRetrial; + private final IRspEngine rspEngine; + private final IRspEngineApiManager rspEngineApiManager; + public QueryRegistrationUpdateRetrialTask(List> queryPairs, - long delayBeforeRetrial) { + long delayBeforeRetrial, + IRspEngine rspEngine, + IRspEngineApiManager rspEngineApiManager) { this.queryPairs = queryPairs; this.delayBeforeRetrial = delayBeforeRetrial; + this.rspEngine = rspEngine; + this.rspEngineApiManager = rspEngineApiManager; } @Override public void run() { LOGGER.info("Starting retrial of updating registration at {} for {} queries: {}", - rspEngine.getRegistrationUrl(), + rspEngine.getBaseUrl(), queryPairs.size(), Arrays.toString(queryPairs.stream() .map(Pair::getLeft) @@ -473,32 +802,50 @@ public void run() { boolean register = queryBooleanPair.getRight(); LOGGER.info("Query update retrial at {}: retry {} {}", - rspEngine.getRegistrationUrl(), + rspEngine.getBaseUrl(), register ? "registering" : "unregistering", query.getQueryName()); try { // register or unregister query at RSP engine if (register) { - rspEngineApiManager.registerQuery(query); + JsonObject jsonQuery = rspEngineApiManager.registerQuery( + query.getQueryName(), query.getQueryBody()); + + // update RSP query information + try { + updateQueryAfterRegistration(query, jsonQuery, rspEngine, + divideEngine.getRegisteredComponentById(componentId)); + } catch (DivideNotInitializedException e) { + // will not happen, DIVIDE will always be initialized at this point + throw new RuntimeException(e); + } + } else { - rspEngineApiManager.unregisterQuery(query); + rspEngineApiManager.unregisterQuery(query.getQueryName()); } // only if successful (i.e., if no exception is thrown), // the blueprint of this RSP engine's queries is also updated rspEngine.addRegisteredQuery(query); + // update meta model after successful update + if (register) { + divideEngine.getDivideMetaModel().addRegisteredQuery(query); + } else { + divideEngine.getDivideMetaModel().removeRegisteredQuery(query); + } + } catch (RspEngineApiNetworkException e) { LOGGER.error("External network error when registering query '{}' at {}", - query.getQueryName(), rspEngine.getRegistrationUrl()); + query.getQueryName(), rspEngine.getBaseUrl()); // retry once again if registration failed again queriesToRetry.add(Pair.create(query, register)); } catch (RspEngineApiResponseException e) { LOGGER.error("External server error when registering query '{}' at {}", - query.getQueryName(), rspEngine.getRegistrationUrl(), e); + query.getQueryName(), rspEngine.getBaseUrl(), e); // retrying the request is NOT useful, since this is an RSP engine server error // (and the RSP engine server should ensure it can handle the registration @@ -506,18 +853,18 @@ public void run() { } catch (RspEngineApiInputException e) { // note: DivideInvalidInputException will normally never occur - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Internal query error within DIVIDE when trying to register query '{}' at {}", - query.getQueryName(), rspEngine.getRegistrationUrl()); + query.getQueryName(), rspEngine.getBaseUrl()); // retrying the request is NOT useful, since this error represents an // internal condition that will not change } catch (DivideInvalidInputException e) { // note: this will normally never occur - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Internal URL error within DIVIDE when trying to register query '{}' at {}", - query.getQueryName(), rspEngine.getRegistrationUrl()); + query.getQueryName(), rspEngine.getBaseUrl()); // retrying the request is NOT useful, since this error represents an // internal condition that will not change @@ -527,7 +874,7 @@ public void run() { // immediately return (also do not schedule a new retrial task, obviously) if (Thread.currentThread().isInterrupted()) { LOGGER.info("Query update retrial at {}: task interrupted after updating {}", - rspEngine.getRegistrationUrl(), + rspEngine.getBaseUrl(), query.getQueryName()); return; } @@ -539,67 +886,161 @@ public void run() { if (!Thread.currentThread().isInterrupted()) { LOGGER.info("Query update retrial at {}: rescheduling retrial " + "of {} failed queries", - rspEngine.getRegistrationUrl(), queriesToRetry.size()); + rspEngine.getBaseUrl(), queriesToRetry.size()); // schedule new retry, with a doubled delay retrialFuture = retrialScheduledExecutor.schedule( new QueryRegistrationUpdateRetrialTask( - queriesToRetry, delayBeforeRetrial * 2), + queriesToRetry, delayBeforeRetrial * 2, + rspEngine, rspEngineApiManager), delayBeforeRetrial * 2, TimeUnit.SECONDS); } else { LOGGER.info("Query update retrial at {}: NOT rescheduling retrial " + "of {} failed queries because of interruption", - rspEngine.getRegistrationUrl(), queriesToRetry.size()); + rspEngine.getBaseUrl(), queriesToRetry.size()); } } } else { LOGGER.info("Finished query update retrial at {} - no queries to retry", - rspEngine.getRegistrationUrl()); + rspEngine.getBaseUrl()); + } + } + + } + + private void stopQueryUpdateRetrials() { + // shutdown scheduled executor + // -> no new tasks can be submitted + LOGGER.info("Shutting down retrial scheduled executor"); + retrialScheduledExecutor.shutdown(); + + LOGGER.info("Trying to cancel the latest retrial task"); + synchronized (retrialFutureGuard) { + if (retrialFuture != null) { + // cancel the task, and allow for interruption while running + // -> if not started yet, it will never start + // (a shutdown does not prevent this, so this is required) + // -> if already started, the thread will be interrupted + // (throwing an InterruptedException if sleeping, and otherwise + // setting the interrupt flag so that the thread knows it can + // finish but should not reschedule a new retrial on failure) + // -> if already finished, this method will simply return + LOGGER.info("Canceling the latest retrial task"); + retrialFuture.cancel(true); + retrialFuture = null; + } + } + + // await for termination of tasks of scheduled executor + // -> the last scheduled future has been canceled, so will not + // start if it was not started yet, and will otherwise regularly + // check for its interruption and return immediately at anchor point + try { + LOGGER.info("Awaiting termination of retrial tasks"); + if (!retrialScheduledExecutor.awaitTermination(1, TimeUnit.MINUTES)) { + retrialScheduledExecutor.shutdownNow(); + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, + "Awaiting termination not finished after 1 minute => hard shutdown"); } + } catch (InterruptedException e) { + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, + "Interruption while awaiting termination of retrial tasks => hard shutdown"); + retrialScheduledExecutor.shutdownNow(); } + // create a new retrial executor + this.retrialScheduledExecutor = (ScheduledThreadPoolExecutor) + Executors.newScheduledThreadPool(1); + this.retrialScheduledExecutor.setRemoveOnCancelPolicy(true); } + + + // DIVIDE QUERY OR COMPONENT REMOVAL: + // -> UNREGISTER ALL QUERIES FROM BOTH ENGINES WHEN THE WHOLE COMPONENT IS REMOVED + // -> ONLY UNREGISTER ALL QUERIES ASSOCIATED TO DIVIDE QUERY WHEN ONLY DIVIDE QUERY IS REMOVED + @Override public void unregisterAllQueries() { LOGGER.info("Unregistering all RSP engine queries at {}", - rspEngine.getRegistrationUrl()); + centralRspEngine != null ? + localRspEngine.getBaseUrl() + " and " + centralRspEngine.getBaseUrl() + : localRspEngine.getBaseUrl()); // stop all query update retrials since the associated component will be unregistered stopQueryUpdateRetrials(); - // create new list of all registered queries - List queriesToUnregister = - new ArrayList<>(rspEngine.getRegisteredQueries()); + // create new list of all registered queries on local RSP engine + List localQueriesToUnregister = + new ArrayList<>(localRspEngine.getRegisteredQueries()); - if (!queriesToUnregister.isEmpty()) { + if (!localQueriesToUnregister.isEmpty()) { LOGGER.info("Unregistering the following queries at {}: {}", - rspEngine.getRegistrationUrl(), - Arrays.toString(queriesToUnregister.stream().map( + localRspEngine.getBaseUrl(), + Arrays.toString(localQueriesToUnregister.stream().map( IRspQuery::getQueryName).toArray())); // unregister queries - for (IRspQuery query : queriesToUnregister) { - unregisterQuery(query); + for (IRspQuery query : localQueriesToUnregister) { + unregisterQuery(query, localRspEngine, localRspEngineApiManager); } } else { LOGGER.info("No RSP engine queries registered anymore at {}", - rspEngine.getRegistrationUrl()); + localRspEngine.getBaseUrl()); + } + + // do the same for the central RSP engine if it is configured + if (centralRspEngine != null) { + // create new list of all registered queries on central RSP engine + List centralQueriesToUnregister = + new ArrayList<>(centralRspEngine.getRegisteredQueries()); + + if (!centralQueriesToUnregister.isEmpty()) { + LOGGER.info("Unregistering the following queries at {}: {}", + centralRspEngine.getBaseUrl(), + Arrays.toString(centralQueriesToUnregister.stream().map( + IRspQuery::getQueryName).toArray())); + + // unregister queries + for (IRspQuery query : centralQueriesToUnregister) { + unregisterQuery(query, centralRspEngine, centralRspEngineApiManager); + } + + } else { + LOGGER.info("No RSP engine queries registered anymore at {}", + centralRspEngine.getBaseUrl()); + } } } @Override public void unregisterAllQueriesOriginatingFromDivideQuery(IDivideQuery divideQuery) { - LOGGER.info("Unregistering RSP engine queries of DIVIDE query '{}' at {}", - divideQuery.getName(), rspEngine.getRegistrationUrl()); + LOGGER.info("Unregistering RSP engine queries of DIVIDE query '{}'", + divideQuery.getName()); // stop all query update retrials since otherwise some new queries associated // to this removed DIVIDE query might be re-registered stopQueryUpdateRetrials(); + // retrieve current RSP engine location to where queries of the + // given DIVIDE query are be registered + RspLocation rspLocation = getLocationOfDivideQuery(divideQuery); + + // retrieving RSP engine reference (local or central) on which the + // query registration will be updated + IRspEngine rspEngine; + IRspEngineApiManager rspEngineApiManager; + if (rspLocation == RspLocation.LOCAL) { + rspEngine = localRspEngine; + rspEngineApiManager = localRspEngineApiManager; + } else { + rspEngine = centralRspEngine; + rspEngineApiManager = centralRspEngineApiManager; + } + // retrieve list of all queries associated to the given DIVIDE query List queriesToUnregister = rspEngine.getRegisteredQueries() .stream() @@ -608,66 +1049,524 @@ public void unregisterAllQueriesOriginatingFromDivideQuery(IDivideQuery divideQu if (!queriesToUnregister.isEmpty()) { LOGGER.info("Unregistering the following queries at {}: {}", - rspEngine.getRegistrationUrl(), + rspEngine.getBaseUrl(), Arrays.toString(queriesToUnregister.stream().map( IRspQuery::getQueryName).toArray())); // unregister queries for (IRspQuery query : queriesToUnregister) { - unregisterQuery(query); + unregisterQuery(query, rspEngine, rspEngineApiManager); } } else { LOGGER.info("No RSP engine queries registered at {} that are associated to" + " DIVIDE query '{}'", - rspEngine.getRegistrationUrl(), divideQuery.getName()); + rspEngine.getBaseUrl(), divideQuery.getName()); } } - private void unregisterQuery(IRspQuery query) { + private void unregisterQuery(IRspQuery query, + IRspEngine rspEngine, + IRspEngineApiManager rspEngineApiManager) { try { // unregister query from RSP engine - rspEngineApiManager.unregisterQuery(query); + rspEngineApiManager.unregisterQuery(query.getQueryName()); // only if successful (i.e., if no exception is thrown), // the blueprint of this RSP engine's queries is also updated rspEngine.removeRegisteredQuery(query); + // update meta model accordingly + divideEngine.getDivideMetaModel().removeRegisteredQuery(query); + // if unregistering fails, it is what it is and it should not be retried } catch (RspEngineApiNetworkException e) { LOGGER.error("External network error when unregistering query '{}' at {}", - query.getQueryName(), rspEngine.getRegistrationUrl()); + query.getQueryName(), rspEngine.getBaseUrl()); } catch (RspEngineApiResponseException e) { LOGGER.error("External server error when unregistering query '{}' at {}", - query.getQueryName(), rspEngine.getRegistrationUrl(), e); + query.getQueryName(), rspEngine.getBaseUrl(), e); } catch (DivideInvalidInputException e) { // note: this will normally never occur - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Internal URL error within DIVIDE when trying to unregister " + "query '{}' at {}", - query.getQueryName(), rspEngine.getRegistrationUrl()); + query.getQueryName(), rspEngine.getBaseUrl()); } } + + + // HANDLING OF RSP ENGINE STREAMS + // -> independent of query location: if the local stream is paused, no data reaches both the + // local and central RSP engine streams + @Override public synchronized void pauseRspEngineStreams() { - LOGGER.info("Pausing streams of RSP engine with base URL {}", rspEngine.getBaseUrl()); - rspEngineStatusHandler.pauseRspEngine(); + LOGGER.info("Pausing streams of RSP engine with base URL {}", + localRspEngine.getBaseUrl()); + localRspEngineStatusHandler.pauseRspEngine(); } @Override public synchronized void restartRspEngineStreams() { - LOGGER.info("Restarting streams of RSP engine with base URL {}", rspEngine.getBaseUrl()); - rspEngineStatusHandler.restartRspEngine(); + LOGGER.info("Restarting streams of RSP engine with base URL {}", + localRspEngine.getBaseUrl()); + localRspEngineStatusHandler.restartRspEngine(); } @Override public void stopRspEngineStreamsUpdates() { - LOGGER.info("Stopping streams updates for RSP engine with base URL {}", rspEngine.getBaseUrl()); - rspEngineStatusHandler.stopAllTasks(); + LOGGER.info("Stopping streams updates for RSP engine with base URL {}", + localRspEngine.getBaseUrl()); + localRspEngineStatusHandler.stopAllTasks(); + } + + + + // HELPING METHODS + + private String preprocessQueryBeforeRegistration(String query) { + // preprocess query before registration by removing all unnecessary whitespace + return IOUtilities.removeWhiteSpace(query).trim(); + } + + private String generateAlphabeticId() { + return generateAlphabeticId(5); + } + + private String generateAlphabeticId(int targetStringLength) { + int leftLimit = 97; // letter 'a' + int rightLimit = 122; // letter 'z' + Random random = new Random(); + + return random.ints(leftLimit, rightLimit + 1) + .limit(targetStringLength) + .collect(StringBuilder::new, StringBuilder::appendCodePoint, StringBuilder::append) + .toString(); + } + + + + // QUERY LOCATION MOVES BETWEEN LOCAL & CENTRAL RSP ENGINE + + @Override + public synchronized void moveQueriesOriginatingFromDivideQueryCentrally(IDivideQuery divideQuery) + throws RspEngineHandlerException { + LOGGER.info("Moving queries originating from DIVIDE query {} centrally", + divideQuery.getName()); + + // only continue if a central RSP engine is configured: otherwise no moves + // between local and central can be made + if (this.centralRspEngine == null) { + LOGGER.warn("Cannot move queries originating from DIVIDE query '{}' " + + "to central RSP engine: no central RSP engine configured yet", + divideQuery.getName()); + return; + } + + // only continue if there are no scheduled queries left corresponding + // to the given DIVIDE query + if (this.scheduledQueries.stream().anyMatch( + iRspQuery -> iRspQuery.getOriginalDivideQuery().equals(divideQuery))) { + LOGGER.warn("Cannot move queries originating from DIVIDE query '{}' " + + "to central RSP engine: some RSP queries corresponding to this " + + "DIVIDE query are currently scheduled for registration, but are " + + "not registered yet -> illegal state", divideQuery.getName()); + return; + } + + // check the location for the given DIVIDE query: + // only continue if it is local (if it already is central, there is no need + // to move the queries centrally) + if (getLocationOfDivideQuery(divideQuery) == RspLocation.CENTRAL) { + LOGGER.warn("Moving queries originating from DIVIDE query '{}' " + + "to central RSP engine is not done since they are already registered " + + "on the central RSP engine", divideQuery.getName()); + return; + } + + // stop the query update retrial tasks + stopQueryUpdateRetrials(); + + // retrieve all queries registered on the local RSP engine that originate + // from the given DIVIDE query + List registeredLocalQueries = + this.localRspEngine.getRegisteredQueries().stream() + .filter(iRspQuery -> iRspQuery.getOriginalDivideQuery().equals(divideQuery)) + .collect(Collectors.toList()); + + // only continue if the list of registered local queries is not empty + // -> otherwise it makes no sense to trigger a query location update + if (registeredLocalQueries.isEmpty()) { + throw new RspEngineHandlerException( + String.format("Moving the location of queries associated to DIVIDE query %s" + + " makes no sense if currently no queries are actually registered " + + "associated to that DIVIDE query", divideQuery.getName())); + } + + // update the registration for each query + for (IRspQuery registeredLocalQuery : registeredLocalQueries) { + LOGGER.info("Updating location of registered local query {}", + registeredLocalQuery.getQueryName()); + + // update the stream names of the original RSP-QL query body of this query + Pair> updatedQueryResult = + updateStreamUrisForCentralRspEngineInQuery( + registeredLocalQuery.getRspQLQueryBody()); + String updatedRspQlQueryBody = updatedQueryResult.getLeft(); + List inputStreamNames = updatedQueryResult.getRight(); + + // create a new query name + String newQueryName = String.format("Q%d%s", this.queryCounter++, this.id); + + // translate the updated RSP-QL query body for the central engine + String translatedQueryBody = this.centralQueryTranslator.translateQuery( + updatedRspQlQueryBody, newQueryName); + LOGGER.info("Translated original RSP-QL query body '{}' to new body '{}'", + registeredLocalQuery.getRspQLQueryBody(), translatedQueryBody); + + // loop over all input stream names + for (String localStreamUri : inputStreamNames) { + // get translation of stream URI for central RSP engine + // (which is also used in the updated RSP-QL query body) + String centralStreamUri = getLocalToCentralStreamUriTranslation(localStreamUri); + + LOGGER.info("Updating input stream '{}' of local query {} to '{}': " + + "registering new stream to central RSP engine & " + + "enabling forwarding of stream on local RSP engine to central RSP engine", + localStreamUri, registeredLocalQuery.getQueryName(), centralStreamUri); + + // register this central stream URI to the central RSP engine + // (no exception will be thrown if the stream already exists) + try { + this.centralRspEngineApiManager.registerStream(centralStreamUri, true); + } catch (RspEngineApiNetworkException | RspEngineApiResponseException + | DivideInvalidInputException e) { + throw new RspEngineHandlerException( + String.format("The input stream %s could not be registered at the " + + "central RSP engine", centralStreamUri), e); + } + + // generate WebSocket URL of the central stream URI input WebSocket server + // of the central RSP engine and register it as forwarding WebSocket to the + // original stream at the local RSP engine + try { + String webSocketUrl = String.format("%s/streams/%s", + this.centralRspEngine.getWebSocketStreamUrl(), + URLEncoder.encode(centralStreamUri, StandardCharsets.UTF_8.toString())); + + this.localRspEngineApiManager.enableStreamForwardingToWebSocket( + localStreamUri, webSocketUrl); + + } catch (UnsupportedEncodingException | RspEngineApiNetworkException + | RspEngineApiResponseException | DivideInvalidInputException e) { + throw new RspEngineHandlerException( + String.format("The forwarding of the local stream URI %s to the WebSocket" + + " stream server of the central RSP engine (for central stream %s) " + + "could not be enabled", localStreamUri, centralStreamUri), e); + } + } + + // retrieve the observer URLs of the original local query + List localQueryObservers = new ArrayList<>(); + try { + List jsonObservers = localRspEngineApiManager. + getQueryObservers(registeredLocalQuery.getQueryName()); + for (JsonObject jsonObserver : jsonObservers) { + localQueryObservers.add(jsonObserver.get("observerURL").getAsString()); + } + } catch (DivideInvalidInputException | RspEngineApiResponseException + | RspEngineApiNetworkException e) { + LOGGER.warn("Could not retrieve observers of original local query {}", + registeredLocalQuery.getQueryName(), e); + } + + try { + // unregister the original query from the local RSP engine + localRspEngineApiManager.unregisterQuery(registeredLocalQuery.getQueryName()); + localRspEngine.removeRegisteredQuery(registeredLocalQuery); + divideEngine.getDivideMetaModel().removeRegisteredQuery(registeredLocalQuery); + + } catch (DivideInvalidInputException | RspEngineApiResponseException + | RspEngineApiNetworkException e) { + throw new RspEngineHandlerException( + String.format("The old query with name %s could not be unregistered from the " + + "local RSP engine", registeredLocalQuery.getQueryName()), e); + } + + // create a new RSP query instance for the central RSP query + IRspQuery newCentralQuery = RspQueryFactory.createInstance( + newQueryName, + preprocessQueryBeforeRegistration(translatedQueryBody), + preprocessQueryBeforeRegistration(updatedRspQlQueryBody), + divideQuery); + + try { + // register the new query to the central RSP engine + JsonObject jsonQuery = centralRspEngineApiManager.registerQuery( + newCentralQuery.getQueryName(), newCentralQuery.getQueryBody()); + try { + updateQueryAfterRegistration(newCentralQuery, jsonQuery, centralRspEngine, + divideEngine.getRegisteredComponentById(componentId)); + } catch (DivideNotInitializedException e) { + // will not happen, DIVIDE will always be initialized at this point + throw new RuntimeException(e); + } + centralRspEngine.addRegisteredQuery(newCentralQuery); + divideEngine.getDivideMetaModel().addRegisteredQuery(newCentralQuery); + + } catch (RspEngineApiNetworkException | RspEngineApiResponseException + | DivideInvalidInputException | RspEngineApiInputException e) { + throw new RspEngineHandlerException( + String.format("The new query with name %s could not be registered at the " + + "central RSP engine", newQueryName), e); + } + + // retrieve the observer URLs of the newly registered central query + List centralQueryObservers = new ArrayList<>(); + try { + List jsonObservers = centralRspEngineApiManager. + getQueryObservers(newCentralQuery.getQueryName()); + for (JsonObject jsonObserver : jsonObservers) { + centralQueryObservers.add(jsonObserver.get("observerURL").getAsString()); + } + } catch (DivideInvalidInputException | RspEngineApiResponseException + | RspEngineApiNetworkException e) { + LOGGER.warn("Could not retrieve observers of new central query {}", + newCentralQuery.getQueryName(), e); + } + + // register the observers of the original local query to the new central query + for (String localQueryObserver : localQueryObservers) { + if (centralQueryObservers.contains(localQueryObserver)) { + LOGGER.info("Not registering query observer {} to new query {} at central RSP engine: " + + "observer already exists", localQueryObserver, newCentralQuery.getQueryName()); + } else { + try { + centralRspEngineApiManager.registerQueryObserver( + newCentralQuery.getQueryName(), localQueryObserver); + } catch (RspEngineApiNetworkException | RspEngineApiResponseException + | DivideInvalidInputException e) { + LOGGER.warn("Could not register observer {} of central query {}", + localQueryObserver, newCentralQuery.getQueryName(), e); + } + } + } + } + + // update the location for the given DIVIDE query for future query derivations + updateLocationOfDivideQuery(divideQuery, RspLocation.CENTRAL); + } + + @Override + public synchronized void moveQueriesOriginatingFromDivideQueryLocally(IDivideQuery divideQuery) + throws RspEngineHandlerException { + // only continue if a central RSP engine is configured: otherwise no moves + // between local and central can be made + if (this.centralRspEngine == null) { + LOGGER.warn("Cannot move queries originating from DIVIDE query '{}' " + + "to local RSP engine: no central RSP engine configured yet, " + + "so queries will be running on the local RSP engine anyway", + divideQuery.getName()); + return; + } + + // only continue if there are no schedules queries left corresponding + // to the given DIVIDE query + if (this.scheduledQueries.stream().anyMatch( + iRspQuery -> iRspQuery.getOriginalDivideQuery().equals(divideQuery))) { + LOGGER.warn("Cannot move queries originating from DIVIDE query '{}' " + + "to local RSP engine: some RSP queries corresponding to this " + + "DIVIDE query are currently scheduled for registration, but are " + + "not registered yet -> illegal state", divideQuery.getName()); + return; + } + + // check the location for the given DIVIDE query: + // only continue if it is local (if it already is central, there is no need + // to move the queries centrally) + if (getLocationOfDivideQuery(divideQuery) == RspLocation.LOCAL) { + LOGGER.warn("Moving queries originating from DIVIDE query '{}' " + + "to local RSP engine is not done since they are already registered " + + "on the local RSP engine", divideQuery.getName()); + return; + } + + // stop the query update retrial tasks + stopQueryUpdateRetrials(); + + // retrieve all queries registered on the central RSP engine that originate + // from the given DIVIDE query + List registeredCentralQueries = + this.centralRspEngine.getRegisteredQueries().stream() + .filter(iRspQuery -> iRspQuery.getOriginalDivideQuery().equals(divideQuery)) + .collect(Collectors.toList()); + + // keep track of all input streams of the local RSP engine, of which the + // corresponding input stream of the central RSP engine was used as an input + // stream in one of the unregistered central RSP engine queries + List localStreamUrisOfUnregisteredCentralQueries = new ArrayList<>(); + + // update the registration for each query + for (IRspQuery registeredCentralQuery : registeredCentralQueries) { + LOGGER.info("Updating location of registered central query {}", + registeredCentralQuery.getQueryName()); + + // update the stream names of the original RSP-QL query body of this central query, + // back to their state for the local query + Pair> updatedQueryResult = + updateStreamUrisForLocalRspEngineInQuery( + registeredCentralQuery.getRspQLQueryBody()); + String updatedRspQlQueryBody = updatedQueryResult.getLeft(); + List inputStreamNames = updatedQueryResult.getRight(); + + // save all stream names to process after updating the query registrations + localStreamUrisOfUnregisteredCentralQueries.addAll(inputStreamNames); + + // create new query name + String newQueryName = String.format("Q%d%s", this.queryCounter++, this.id); + + // translate the updated RSP-QL query body for the central engine + String translatedQueryBody = this.localQueryTranslator.translateQuery( + updatedRspQlQueryBody, newQueryName); + LOGGER.info("Translated original RSP-QL query body '{}' to new body '{}'", + registeredCentralQuery.getRspQLQueryBody(), translatedQueryBody); + + // retrieve the observer URLs of the original central query + List centralQueryObservers = new ArrayList<>(); + try { + List jsonObservers = centralRspEngineApiManager. + getQueryObservers(registeredCentralQuery.getQueryName()); + for (JsonObject jsonObserver : jsonObservers) { + centralQueryObservers.add(jsonObserver.get("observerURL").getAsString()); + } + } catch (DivideInvalidInputException | RspEngineApiResponseException + | RspEngineApiNetworkException e) { + LOGGER.warn("Could not retrieve observers of original central query {}", + registeredCentralQuery.getQueryName(), e); + } + + try { + // unregister the original query from the central RSP engine + centralRspEngineApiManager.unregisterQuery(registeredCentralQuery.getQueryName()); + centralRspEngine.removeRegisteredQuery(registeredCentralQuery); + divideEngine.getDivideMetaModel().removeRegisteredQuery(registeredCentralQuery); + + } catch (DivideInvalidInputException | RspEngineApiResponseException + | RspEngineApiNetworkException e) { + throw new RspEngineHandlerException( + String.format("The old query with name %s could not be unregistered from the " + + "central RSP engine", registeredCentralQuery.getQueryName()), e); + } + + // create a new RSP query instance for the local RSP query + IRspQuery newLocalQuery = RspQueryFactory.createInstance( + newQueryName, + preprocessQueryBeforeRegistration(translatedQueryBody), + preprocessQueryBeforeRegistration(updatedRspQlQueryBody), + divideQuery); + + try { + // register the new query to the local RSP engine + JsonObject jsonQuery = localRspEngineApiManager.registerQuery( + newLocalQuery.getQueryName(), newLocalQuery.getQueryBody()); + try { + updateQueryAfterRegistration(newLocalQuery, jsonQuery, localRspEngine, + divideEngine.getRegisteredComponentById(componentId)); + } catch (DivideNotInitializedException e) { + // will not happen, DIVIDE will always be initialized at this point + throw new RuntimeException(e); + } + localRspEngine.addRegisteredQuery(newLocalQuery); + divideEngine.getDivideMetaModel().addRegisteredQuery(newLocalQuery); + + } catch (RspEngineApiNetworkException | RspEngineApiResponseException + | DivideInvalidInputException | RspEngineApiInputException e) { + throw new RspEngineHandlerException( + String.format("The new query with name %s could not be registered at the " + + "local RSP engine", newQueryName), e); + } + + // retrieve the observer URLs of the newly registered local query + List localQueryObservers = new ArrayList<>(); + try { + List jsonObservers = localRspEngineApiManager. + getQueryObservers(newLocalQuery.getQueryName()); + for (JsonObject jsonObserver : jsonObservers) { + localQueryObservers.add(jsonObserver.get("observerURL").getAsString()); + } + } catch (DivideInvalidInputException | RspEngineApiResponseException + | RspEngineApiNetworkException e) { + LOGGER.warn("Could not retrieve observers of new local query {}", + newLocalQuery.getQueryName(), e); + } + + // register the observers of the original central query to the new local query + for (String centralQueryObserver : centralQueryObservers) { + if (localQueryObservers.contains(centralQueryObserver)) { + LOGGER.info("Not registering query observer {} to new query {} at local RSP engine: " + + "observer already exists", centralQueryObserver, newLocalQuery.getQueryName()); + } else { + try { + localRspEngineApiManager.registerQueryObserver( + newLocalQuery.getQueryName(), centralQueryObserver); + } catch (RspEngineApiNetworkException | RspEngineApiResponseException + | DivideInvalidInputException e) { + LOGGER.warn("Could not register observer {} of local query {}", + centralQueryObserver, newLocalQuery.getQueryName(), e); + } + } + } + } + + // loop over all input streams of the local RSP engine, of which the + // corresponding input stream of the central RSP engine was used as an input + // stream in one of the unregistered central RSP engine queries + for (String localStreamUri : localStreamUrisOfUnregisteredCentralQueries) { + // get translation of stream URI for central RSP engine + // (which is the stream URI of at least 1 unregistered query) + String centralStreamUri = getLocalToCentralStreamUriTranslation(localStreamUri); + + try { + LOGGER.info("Processing input stream '{}' of unregistered central query: " + + "checking whether this stream is still used as input stream by " + + "another active central RSP query and disable forwarding of stream " + + "on local RSP engine to central RSP engine if this is not the case", + localStreamUri); + + // get all queries on central RSP engine that use the central stream URI + // as an input stream + List streamQueries = this.centralRspEngineApiManager. + retrieveQueriesWithInputStream(centralStreamUri); + + // only continue if the list is empty: otherwise the stream forwarding + // should remain enabled + if (streamQueries.isEmpty()) { + // generate WebSocket URL of the central stream URI input WebSocket server + // of the central RSP engine and disable the forwarding of the + // original stream at the local RSP engine to this WebSocket + String webSocketUrl = String.format("%s/streams/%s", + this.centralRspEngine.getWebSocketStreamUrl(), + URLEncoder.encode(centralStreamUri, StandardCharsets.UTF_8.toString())); + this.localRspEngineApiManager.disableStreamForwardingToWebSocket( + localStreamUri, webSocketUrl); + } + + } catch (UnsupportedEncodingException | RspEngineApiNetworkException + | RspEngineApiResponseException | DivideInvalidInputException e) { + throw new RspEngineHandlerException( + String.format("The forwarding of the local stream URI %s to the WebSocket" + + " stream server of the central RSP engine (for central stream %s) " + + "could not be enabled", localStreamUri, centralStreamUri), e); + } + } + + // update the location for the given DIVIDE query for future query derivations + updateLocationOfDivideQuery(divideQuery, RspLocation.LOCAL); } } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineHandlerException.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineHandlerException.java new file mode 100644 index 0000000..6a8cc9f --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineHandlerException.java @@ -0,0 +1,18 @@ +package be.ugent.idlab.divide.rsp; + +@SuppressWarnings("unused") +public class RspEngineHandlerException extends Exception { + + public RspEngineHandlerException(String description, Exception base) { + super(description, base); + } + + public RspEngineHandlerException(String description) { + super(description); + } + + public RspEngineHandlerException(Exception base) { + super(base); + } + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineHandlerFactory.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineHandlerFactory.java index 7b1be59..3694513 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineHandlerFactory.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineHandlerFactory.java @@ -1,21 +1,27 @@ package be.ugent.idlab.divide.rsp; +import be.ugent.idlab.divide.core.engine.IDivideEngine; import be.ugent.idlab.divide.core.exception.DivideInvalidInputException; public class RspEngineHandlerFactory { /** - * Creates an {@link IRspEngineHandler} object for an RSP engine + * Creates an {@link IRspEngineHandler} object for a local RSP engine * with the given query language and registration URL. - * @param rspQueryLanguage query language used by the RSP engine - * @param url base URL which will be used for communication with the RSP engine - * @return a new instance of {@link IRspEngineHandler} that acts as a handler of the RSP engine + * @param localRspEngineQueryLanguage query language used by the local RSP engine + * @param localRspEngineUrl base URL which will be used for communication with the local RSP engine + * @return a new instance of {@link IRspEngineHandler} that acts as a handler of the local RSP engine * @throws DivideInvalidInputException when the query registration URL is no valid URL */ - public static IRspEngineHandler createInstance(RspQueryLanguage rspQueryLanguage, - String url) + public static IRspEngineHandler createInstance(RspQueryLanguage localRspEngineQueryLanguage, + String localRspEngineUrl, + int localRspEngineServerPort, + String componentId, + IDivideEngine divideEngine) throws DivideInvalidInputException { - return new RspEngineHandler(rspQueryLanguage, url); + return new RspEngineHandler( + localRspEngineQueryLanguage, localRspEngineUrl, localRspEngineServerPort, + componentId, divideEngine); } } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineStatusHandler.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineStatusHandler.java index b5efacb..3853a89 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineStatusHandler.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspEngineStatusHandler.java @@ -5,7 +5,7 @@ import be.ugent.idlab.divide.rsp.api.RspEngineApiNetworkException; import be.ugent.idlab.divide.rsp.api.RspEngineApiResponseException; import be.ugent.idlab.divide.rsp.engine.IRspEngine; -import be.ugent.idlab.divide.util.LogConstants; +import be.ugent.idlab.divide.util.Constants; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -188,7 +188,7 @@ private void pauseRspEngine() { } catch (DivideInvalidInputException e) { // note: this will normally never occur - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Internal URL error within DIVIDE when trying to pause streams at for " + "RSP engine with base URL {}", rspEngine.getBaseUrl()); } @@ -293,7 +293,7 @@ private boolean restartRspEngine() { } catch (DivideInvalidInputException e) { // note: this will normally never occur - LOGGER.error(LogConstants.UNKNOWN_ERROR_MARKER, + LOGGER.error(Constants.UNKNOWN_ERROR_MARKER, "Internal URL error within DIVIDE when trying to restart streams " + "RSP engine with base URL {}", rspEngine.getBaseUrl()); } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspLocation.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspLocation.java new file mode 100644 index 0000000..e50b1b0 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/RspLocation.java @@ -0,0 +1,8 @@ +package be.ugent.idlab.divide.rsp; + +public enum RspLocation { + + LOCAL, + CENTRAL + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/api/IRspEngineApiManager.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/api/IRspEngineApiManager.java index 2d128c8..1bac94b 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/api/IRspEngineApiManager.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/api/IRspEngineApiManager.java @@ -1,18 +1,22 @@ package be.ugent.idlab.divide.rsp.api; import be.ugent.idlab.divide.core.exception.DivideInvalidInputException; -import be.ugent.idlab.divide.rsp.query.IRspQuery; +import com.google.gson.JsonObject; + +import java.util.List; /** * Class capable of registering queries to a wrapped registration URL, * and unregistering queries from it. */ +@SuppressWarnings("UnusedReturnValue") public interface IRspEngineApiManager { /** * Registers a query to the RSP engine registration URL of this API manager. * - * @param query query to be registered + * @param queryName name of the query to be registered + * @param queryBody body of the query to be registered * @throws RspEngineApiNetworkException when a network error occurs during the registration * of the query, causing the query to be not correctly * registered at the RSP engine @@ -24,7 +28,7 @@ public interface IRspEngineApiManager { * @throws DivideInvalidInputException when the URL to which the query should be registered * appears to be invalid and no request can therefore be made */ - void registerQuery(IRspQuery query) throws + JsonObject registerQuery(String queryName, String queryBody) throws RspEngineApiNetworkException, RspEngineApiInputException, RspEngineApiResponseException, @@ -33,7 +37,7 @@ void registerQuery(IRspQuery query) throws /** * Unregisters a query via the RSP engine registration URL of this API manager. * - * @param query query to be unregistered + * @param queryName name of the query to be unregistered * @throws RspEngineApiNetworkException when a network error occurs during unregistering * the query, causing the query to be not correctly * registered at the RSP engine @@ -42,7 +46,17 @@ void registerQuery(IRspQuery query) throws * @throws DivideInvalidInputException when the URL at which the query should be unregistered * appears to be invalid and no request can therefore be made */ - void unregisterQuery(IRspQuery query) throws + void unregisterQuery(String queryName) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException; + + List getQueryObservers(String queryName) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException; + + void registerQueryObserver(String queryName, String observerUrl) throws RspEngineApiNetworkException, RspEngineApiResponseException, DivideInvalidInputException; @@ -79,4 +93,85 @@ void restartRspEngineStreams() throws RspEngineApiResponseException, DivideInvalidInputException; + /** + * Registers a stream at the RSP engine. + * + * @param streamName name (URI) of the registered stream + * @param ignoreAlreadyExists when set to true, a {@link RspEngineApiResponseException} will not + * be thrown if the HTTP response code is 400, since this indicates + * that the stream already exists + * @throws RspEngineApiNetworkException when a network error occurs during registering the stream, + * causing the streams to be not correctly registered + * @throws RspEngineApiResponseException when registering the stream at the RSP engine + * server fails (HTTP status code is not 2xx) - no exception + * is thrown with a 400 response code if the ignoreAlreadyExists + * param is set to true + * @throws DivideInvalidInputException when the URL at which the stream should be registered + * appears to be invalid and no request can therefore be made + */ + void registerStream(String streamName, boolean ignoreAlreadyExists) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException; + + /** + * Retrieves all queries (their bodies) that are registered at the RSP engine + * and that have the specified stream name as one of its input streams. + * + * @param streamName name (URI) of the stream that should be one of the input streams of the + * returned queries + * @return list of query bodies that are registered at the RSP engine and that have the specified + * stream name as one of its input stream + * @throws RspEngineApiNetworkException when a network error occurs during retrieving the queries + * @throws RspEngineApiResponseException when retrieving the queries at the RSP engine + * server fails (HTTP status code is not 2xx) + * @throws DivideInvalidInputException when the URL at which the queries should be retrieved + * appears to be invalid and no request can therefore be made + */ + List retrieveQueriesWithInputStream(String streamName) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException; + + /** + * Enables the forwarding of data sent to the given stream of RSP engine towards the + * specified WebSocket server URL. + * + * @param streamName name (URI) of the stream for which the incoming data should be forwarded + * @param webSocketUrl URL of the WebSocket server to which the RSP engine should connect to + * forward the incoming stream data + * @throws RspEngineApiNetworkException when a network error occurs during the enabling of the + * forwarding, causing the forwarding to be not correctly + * enabled + * @throws RspEngineApiResponseException when enabling the forwarding for the given stream at the + * RSP engine server fails (HTTP status code is not 2xx) + * @throws DivideInvalidInputException when the URL at which the streams forwarding should be enabled + * appears to be invalid and no request can therefore be made + */ + void enableStreamForwardingToWebSocket(String streamName, String webSocketUrl) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException; + + /** + * Disables the forwarding of data sent to the given stream of RSP engine towards the + * specified WebSocket server URL. + * + * @param streamName name (URI) of the stream for which the incoming data should no longer + * be forwarded + * @param webSocketUrl URL of the WebSocket server from which the RSP engine should disconnect + * to stop forwarding the incoming stream data + * @throws RspEngineApiNetworkException when a network error occurs during the disabling of the + * forwarding, causing the forwarding to be not correctly + * disabled + * @throws RspEngineApiResponseException when disabling the forwarding for the given stream at the + * RSP engine server fails (HTTP status code is not 2xx) + * @throws DivideInvalidInputException when the URL at which the streams forwarding should be disabled + * appears to be invalid and no request can therefore be made + */ + void disableStreamForwardingToWebSocket(String streamName, String webSocketUrl) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException; + } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/api/RspEngineApiManager.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/api/RspEngineApiManager.java index 0982bae..394fbcc 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/api/RspEngineApiManager.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/api/RspEngineApiManager.java @@ -2,9 +2,12 @@ import be.ugent.idlab.divide.core.exception.DivideInvalidInputException; import be.ugent.idlab.divide.rsp.engine.IRspEngine; -import be.ugent.idlab.divide.rsp.query.IRspQuery; import be.ugent.idlab.util.http.HttpResponse; import be.ugent.idlab.util.http.HttpUtilities; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.JsonParser; import org.apache.http.client.ClientProtocolException; import org.apache.http.conn.HttpHostConnectException; import org.slf4j.Logger; @@ -15,12 +18,16 @@ import java.net.MalformedURLException; import java.net.URISyntaxException; import java.net.URL; +import java.net.URLEncoder; +import java.nio.charset.StandardCharsets; +import java.util.ArrayList; +import java.util.List; class RspEngineApiManager implements IRspEngineApiManager { private static final Logger LOGGER = LoggerFactory.getLogger(RspEngineApiManager.class.getName()); - private final String registrationUrl; + private final String queriesUrl; private final String streamsUrl; RspEngineApiManager(IRspEngine rspEngine) throws DivideInvalidInputException { @@ -35,18 +42,20 @@ class RspEngineApiManager implements IRspEngineApiManager { "RSP engine URL is invalid"); } - this.registrationUrl = rspEngine.getRegistrationUrl(); - this.streamsUrl = rspEngine.getStreamsUrl(); + // correctly configure all URLs used by this API manager + String baseUrl = rspEngine.getBaseUrl(); + this.queriesUrl = String.format("%s/queries", baseUrl); + this.streamsUrl = String.format("%s/streams", baseUrl); } @Override - public void unregisterQuery(IRspQuery query) throws + public void unregisterQuery(String queryName) throws RspEngineApiNetworkException, RspEngineApiResponseException, DivideInvalidInputException { - String url = String.format("%s/%s", this.registrationUrl, query.getQueryName()); + String url = String.format("%s/%s", this.queriesUrl, queryName); - LOGGER.info("Unregistering query with name '" + query.getQueryName() + "' at " + url); + LOGGER.info("Unregistering query with name '" + queryName + "' at " + url); try { HttpResponse httpResponse = HttpUtilities.delete(url); @@ -80,17 +89,17 @@ public void unregisterQuery(IRspQuery query) throws } @Override - public void registerQuery(IRspQuery query) throws + public JsonObject registerQuery(String queryName, String queryBody) throws RspEngineApiNetworkException, RspEngineApiResponseException, RspEngineApiInputException, DivideInvalidInputException { - String url = String.format("%s/%s", this.registrationUrl, query.getQueryName()); + String url = String.format("%s/%s", this.queriesUrl, queryName); - LOGGER.info("Registering query with name '" + query.getQueryName() + "' at " + url); + LOGGER.info("Registering query with name '" + queryName + "' at " + url); try { - HttpResponse httpResponse = HttpUtilities.put(url, query.getQueryBody()); + HttpResponse httpResponse = HttpUtilities.put(url, queryBody); int statusCode = httpResponse.getStatusCode(); if (statusCode >= 300) { @@ -98,6 +107,11 @@ public void registerQuery(IRspQuery query) throws "responded with status code %d and error message: %s", statusCode, httpResponse.getBody())); } + try { + return new JsonParser().parse(httpResponse.getBody()).getAsJsonObject(); + } catch (Exception e) { + return null; + } } catch (HttpHostConnectException | ClientProtocolException e) { String description = String.format("Could not register query to %s because " + @@ -126,6 +140,98 @@ public void registerQuery(IRspQuery query) throws } } + @Override + public List getQueryObservers(String queryName) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException { + String url = String.format("%s/%s/observers", this.queriesUrl, queryName); + + LOGGER.info("Retrieving observers of query with name '{}' at {}", queryName, url); + + try { + HttpResponse httpResponse = HttpUtilities.get(url); + + int statusCode = httpResponse.getStatusCode(); + if (statusCode >= 300) { + throw new RspEngineApiResponseException(String.format("RSP engine server " + + "responded with status code %d and error message: %s", + statusCode, httpResponse.getBody())); + } + + // parse response body + List observers = new ArrayList<>(); + JsonArray jsonArray = new JsonParser().parse( + httpResponse.getBody()).getAsJsonArray(); + for (JsonElement jsonElement : jsonArray) { + observers.add(jsonElement.getAsJsonObject()); + } + return observers; + + } catch (HttpHostConnectException | ClientProtocolException e) { + String description = String.format("Could not retrieve observers of query %s at %s because " + + "of connection issue", queryName, url); + LOGGER.error(description, e); + throw new RspEngineApiNetworkException(description, e); + + } catch (URISyntaxException | MalformedURLException e) { + // this can normally not happen, since the URI is input-validated upon the + // creation of this object + String description = String.format("Could not retrieve observers of query %s at %s because " + + "this URL is invalid", queryName, url); + LOGGER.error(description, e); + throw new DivideInvalidInputException(description, e); + + } catch (IOException e) { + String description = String.format("Could not retrieve observers of query %s at %s", + queryName, url); + LOGGER.error(description, e); + throw new RspEngineApiNetworkException(description, e); + } + } + + @Override + public void registerQueryObserver(String queryName, String observerUrl) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException { + String url = String.format("%s/%s/observers", this.queriesUrl, queryName); + + LOGGER.info("Registering observer '{}' of query with name '{}' at {}", + observerUrl, queryName, url); + + try { + HttpResponse httpResponse = HttpUtilities.put(url, observerUrl); + + int statusCode = httpResponse.getStatusCode(); + if (statusCode >= 300) { + throw new RspEngineApiResponseException(String.format("RSP engine server " + + "responded with status code %d and error message: %s", + statusCode, httpResponse.getBody())); + } + + } catch (HttpHostConnectException | ClientProtocolException e) { + String description = String.format("Could not register observer %s of query %s at %s because " + + "of connection issue", observerUrl, queryName, url); + LOGGER.error(description, e); + throw new RspEngineApiNetworkException(description, e); + + } catch (URISyntaxException | MalformedURLException e) { + // this can normally not happen, since the URI is input-validated upon the + // creation of this object + String description = String.format("Could not register observer %s of query %s at %s because " + + "this URL is invalid", observerUrl, queryName, url); + LOGGER.error(description, e); + throw new DivideInvalidInputException(description, e); + + } catch (IOException e) { + String description = String.format("Could not register observer %s of query %s at %s", + observerUrl, queryName, url); + LOGGER.error(description, e); + throw new RspEngineApiNetworkException(description, e); + } + } + @Override public void pauseRspEngineStreams() throws RspEngineApiNetworkException, @@ -179,4 +285,195 @@ private void updateRspEngineStreamsStatus(String action) throws } } + @Override + public void registerStream(String streamName, + boolean ignoreAlreadyExists) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException { + String url; + try { + url = String.format("%s/%s", this.streamsUrl, + URLEncoder.encode(streamName, StandardCharsets.UTF_8.toString())); + } catch (UnsupportedEncodingException e) { + throw new DivideInvalidInputException( + "Stream name " + streamName + " cannot be URL encoded", e); + } + + LOGGER.info("Registering stream with name '{}' at {}", streamName, url); + + try { + HttpResponse httpResponse = HttpUtilities.put(url); + + int statusCode = httpResponse.getStatusCode(); + if (statusCode >= 300) { + // only throw exception on a 400 response code if the 'ignoreAlreadyExists' + // is set to false + if (statusCode != 400 || !ignoreAlreadyExists) { + throw new RspEngineApiResponseException(String.format("RSP engine server " + + "responded with status code %d and error message: %s", + statusCode, httpResponse.getBody())); + } + } + + } catch (HttpHostConnectException | ClientProtocolException e) { + String description = String.format("Could not register stream %s at %s because " + + "of connection issue", streamName, url); + LOGGER.error(description, e); + throw new RspEngineApiNetworkException(description, e); + + } catch (URISyntaxException | MalformedURLException e) { + // this can normally not happen, since the URI is input-validated upon the + // creation of this object + String description = String.format("Could not register stream %s at %s because " + + "this URL is invalid", streamName, url); + LOGGER.error(description, e); + throw new DivideInvalidInputException(description, e); + + } catch (IOException e) { + String description = String.format("Could not register stream %s at %s", + streamName, url); + LOGGER.error(description, e); + throw new RspEngineApiNetworkException(description, e); + } + } + + @Override + public List retrieveQueriesWithInputStream(String streamName) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException { + String url; + try { + url = String.format("%s/%s/queries", this.streamsUrl, + URLEncoder.encode(streamName, StandardCharsets.UTF_8.toString())); + } catch (UnsupportedEncodingException e) { + throw new DivideInvalidInputException( + "Stream name " + streamName + " cannot be URL encoded", e); + } + + LOGGER.info("Retrieving queries with input stream '{}' at {}", streamName, url); + + try { + HttpResponse httpResponse = HttpUtilities.get(url); + + int statusCode = httpResponse.getStatusCode(); + if (statusCode >= 300) { + throw new RspEngineApiResponseException(String.format("RSP engine server " + + "responded with status code %d and error message: %s", + statusCode, httpResponse.getBody())); + } + + // parse response body + List queryBodies = new ArrayList<>(); + JsonArray jsonArray = new JsonParser().parse( + httpResponse.getBody()).getAsJsonArray(); + for (JsonElement jsonElement : jsonArray) { + queryBodies.add(jsonElement.getAsJsonObject()); + } + return queryBodies; + + } catch (HttpHostConnectException | ClientProtocolException e) { + String description = String.format("Could not retrieve queries with input stream %s" + + " at %s because of connection issue", streamName, url); + LOGGER.error(description, e); + throw new RspEngineApiNetworkException(description, e); + + } catch (URISyntaxException | MalformedURLException e) { + // this can normally not happen, since the URI is input-validated upon the + // creation of this object + String description = String.format("Could not retrieve queries with input stream %s " + + "at %s because this URL is invalid", streamName, url); + LOGGER.error(description, e); + throw new DivideInvalidInputException(description, e); + + } catch (IOException e) { + String description = String.format("Could not retrieve queries with input stream %s at %s", + streamName, url); + LOGGER.error(description, e); + throw new RspEngineApiNetworkException(description, e); + } + } + + @Override + public void enableStreamForwardingToWebSocket(String streamName, + String webSocketUrl) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException { + updateStreamForwardingToWebSocket(streamName, webSocketUrl, true); + } + + @Override + public void disableStreamForwardingToWebSocket(String streamName, + String webSocketUrl) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException { + updateStreamForwardingToWebSocket(streamName, webSocketUrl, false); + } + + private void updateStreamForwardingToWebSocket(String streamName, + String webSocketUrl, + boolean enable) throws + RspEngineApiNetworkException, + RspEngineApiResponseException, + DivideInvalidInputException { + String url; + try { + url = String.format("%s/%s/forwarders/%s", this.streamsUrl, + URLEncoder.encode(streamName, StandardCharsets.UTF_8.toString()), + URLEncoder.encode(webSocketUrl, StandardCharsets.UTF_8.toString())); + } catch (UnsupportedEncodingException e) { + throw new DivideInvalidInputException( + "Stream name " + streamName + " and/or WebSocket URL " + + webSocketUrl + " cannot be URL encoded", e); + } + + LOGGER.info("{} stream forwarding for stream with name '{}' " + + "to WebSocket URL {} at {}", + enable ? "Enabling" : "Disabling", streamName, webSocketUrl, url); + + try { + HttpResponse httpResponse; + if (enable) { + httpResponse = HttpUtilities.post(url); + } else { + httpResponse = HttpUtilities.delete(url); + } + + int statusCode = httpResponse.getStatusCode(); + if (statusCode >= 300) { + throw new RspEngineApiResponseException(String.format("RSP engine server " + + "responded with status code %d and error message: %s", + statusCode, httpResponse.getBody())); + } + + } catch (HttpHostConnectException | ClientProtocolException e) { + String description = String.format("Could not %s stream forwarding for stream " + + "with name %s to WebSocket URL %s at %s because " + + "of connection issue", enable ? "enable" : "disable", + streamName, webSocketUrl, url); + LOGGER.error(description, e); + throw new RspEngineApiNetworkException(description, e); + + } catch (URISyntaxException | MalformedURLException e) { + // this can normally not happen, since the URI is input-validated upon the + // creation of this object + String description = String.format("Could not %s stream forwarding for stream " + + "with name %s to WebSocket URL %s at %s because " + + "this URL is invalid", enable ? "enable" : "disable", + streamName, webSocketUrl, url); + LOGGER.error(description, e); + throw new DivideInvalidInputException(description, e); + + } catch (IOException e) { + String description = String.format("Could not %s stream forwarding for stream " + + "with name %s to WebSocket URL %s at %s", enable ? "enable" : "disable", + streamName, webSocketUrl, url); + LOGGER.error(description, e); + throw new RspEngineApiNetworkException(description, e); + } + } + } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/engine/IRspEngine.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/engine/IRspEngine.java index a795ba7..95e9b3c 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/engine/IRspEngine.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/engine/IRspEngine.java @@ -11,6 +11,8 @@ */ public interface IRspEngine { + String getId(); + /** * @return the query language used by this RSP engine */ @@ -23,18 +25,11 @@ public interface IRspEngine { */ String getBaseUrl(); - /** - * @return the URL used for registering queries to this RSP engine - * and unregistering queries from it - */ - String getRegistrationUrl(); + int getServerPort(); - /** - * @return the URL used for updating the status of the streams of this - * RSP engine (i.e. to update whether data is fed to the streams, - * or whether this process is paused) - */ - String getStreamsUrl(); + void setWebSocketStreamUrl(String webSocketStreamUrl); + + String getWebSocketStreamUrl(); /** * @return blueprint of queries that are currently actually registered diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/engine/RspEngine.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/engine/RspEngine.java index 5e8818e..475403d 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/engine/RspEngine.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/engine/RspEngine.java @@ -10,18 +10,30 @@ public class RspEngine implements IRspEngine { private final RspQueryLanguage rspQueryLanguage; private final String baseUrl; - private final String registrationUrl; - private final String streamsUrl; + private final int serverPort; private final List registeredQueries; + private final String id; - public RspEngine(RspQueryLanguage rspQueryLanguage, String url) { + private String webSocketStreamUrl; + + public RspEngine(RspQueryLanguage rspQueryLanguage, + String url, + int serverPort, + String componentId) { this.rspQueryLanguage = rspQueryLanguage; - this.baseUrl = url; - String formattedBaseUrl = baseUrl.endsWith("/") ? - baseUrl.substring(0, baseUrl.length() - 1) : baseUrl; - this.registrationUrl = String.format("%s/queries", formattedBaseUrl); - this.streamsUrl = String.format("%s/streams", formattedBaseUrl); + this.baseUrl = url.endsWith("/") ? + url.substring(0, url.length() - 1) : url; + this.serverPort = serverPort; this.registeredQueries = new ArrayList<>(); + + // ID of RSP engine is identical to component ID + // (due to 1 on 1 mapping between component & local RSP engine) + this.id = componentId; + } + + @Override + public synchronized String getId() { + return id; } @Override @@ -30,18 +42,25 @@ public synchronized RspQueryLanguage getRspQueryLanguage() { } @Override - public String getBaseUrl() { + public synchronized String getBaseUrl() { return baseUrl; } @Override - public synchronized String getRegistrationUrl() { - return registrationUrl; + public synchronized int getServerPort() { + return serverPort; + } + + @Override + public synchronized void setWebSocketStreamUrl(String webSocketStreamUrl) { + this.webSocketStreamUrl = webSocketStreamUrl.endsWith("/") ? + webSocketStreamUrl.substring(0, webSocketStreamUrl.length() - 1) + : webSocketStreamUrl; } @Override - public String getStreamsUrl() { - return streamsUrl; + public synchronized String getWebSocketStreamUrl() { + return webSocketStreamUrl; } @Override diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/engine/RspEngineFactory.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/engine/RspEngineFactory.java index 043d8de..03c7b06 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/engine/RspEngineFactory.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/engine/RspEngineFactory.java @@ -12,8 +12,10 @@ public class RspEngineFactory { * @return newly created RSP engine */ public static IRspEngine createInstance(RspQueryLanguage rspQueryLanguage, - String url) { - return new RspEngine(rspQueryLanguage, url); + String url, + int serverPort, + String componentId) { + return new RspEngine(rspQueryLanguage, url, serverPort, componentId); } } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/IRspQuery.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/IRspQuery.java index 8ce1b30..5c4b286 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/IRspQuery.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/IRspQuery.java @@ -1,6 +1,11 @@ package be.ugent.idlab.divide.rsp.query; +import be.ugent.idlab.divide.core.component.IComponent; import be.ugent.idlab.divide.core.query.IDivideQuery; +import be.ugent.idlab.divide.rsp.engine.IRspEngine; +import be.ugent.idlab.divide.rsp.query.window.IStreamWindow; + +import java.util.List; /** * Representation of an RSP query, which has a name and a body. @@ -17,9 +22,31 @@ public interface IRspQuery { */ String getQueryBody(); + /** + * @return original RSP-QL query body of RSP query + */ + String getRspQLQueryBody(); + /** * @return a reference to the DIVIDE query that was instantiated into this RSP query */ IDivideQuery getOriginalDivideQuery(); + void updateAfterRegistration(String id, + List inputStreams, + IRspEngine rspEngine, + IComponent associatedComponent); + + String getId(); + + List getStreamWindows(); + + IRspEngine getRspEngine(); + + int getQuerySlidingStepInSeconds(); + + int getStreamWindowSizeInSeconds(); + + IComponent getAssociatedComponent(); + } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/RspQuery.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/RspQuery.java index 18b8593..db4e9a6 100644 --- a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/RspQuery.java +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/RspQuery.java @@ -1,8 +1,13 @@ package be.ugent.idlab.divide.rsp.query; +import be.ugent.idlab.divide.core.component.IComponent; import be.ugent.idlab.divide.core.query.IDivideQuery; +import be.ugent.idlab.divide.rsp.engine.IRspEngine; +import be.ugent.idlab.divide.rsp.query.window.IStreamWindow; +import java.util.List; import java.util.Objects; +import java.util.OptionalInt; public class RspQuery implements IRspQuery { @@ -11,6 +16,13 @@ public class RspQuery implements IRspQuery { private final String rspQLQueryBody; private final IDivideQuery divideQuery; + private String id; + private List streamWindows; + private IRspEngine rspEngine; + private int querySlidingStepInSeconds; + private int streamWindowSizeInSeconds; + private IComponent associatedComponent; + public RspQuery(String queryName, String queryBody, String rspQLQueryBody, @@ -31,6 +43,11 @@ public String getQueryBody() { return queryBody; } + @Override + public String getRspQLQueryBody() { + return rspQLQueryBody; + } + @Override public IDivideQuery getOriginalDivideQuery() { return divideQuery; @@ -58,4 +75,83 @@ public int hashCode() { return Objects.hash(queryBody); } + @Override + public void updateAfterRegistration(String id, + List streamWindows, + IRspEngine rspEngine, + IComponent associatedComponent) { + this.id = id; + this.streamWindows = streamWindows; + this.rspEngine = rspEngine; + this.associatedComponent = associatedComponent; + + // extract query sliding step from stream windows + // -> currently checks for the stream window with the lowest query sliding step + // (no filter because this value should always be defined and be positive + OptionalInt minStreamWindowSlidingStep = streamWindows.stream() + .mapToInt(IStreamWindow::getQuerySlidingStepInSeconds).min(); + if (minStreamWindowSlidingStep.isPresent()) { + this.querySlidingStepInSeconds = minStreamWindowSlidingStep.getAsInt(); + } else { + this.querySlidingStepInSeconds = -1; + } + + // extract stream window size from stream windows + // -> currently only fills in the stream window size if the query has + // exactly 1 stream window (otherwise it is -1) + // -> will be -1 as well if this stream window has no window size + // (happens if it is defined with a FROM-TO) + if (streamWindows.size() == 1) { + this.streamWindowSizeInSeconds = streamWindows.get(0).getWindowSizeInSeconds(); + } else { + this.streamWindowSizeInSeconds = -1; + } + } + + @Override + public String getId() { + return id; + } + + @Override + public List getStreamWindows() { + return streamWindows; + } + + @Override + public IRspEngine getRspEngine() { + return rspEngine; + } + + @Override + public int getQuerySlidingStepInSeconds() { + return querySlidingStepInSeconds; + } + + @Override + public int getStreamWindowSizeInSeconds() { + return streamWindowSizeInSeconds; + } + + @Override + public IComponent getAssociatedComponent() { + return associatedComponent; + } + + @Override + public String toString() { + return "RspQuery{" + + "queryName='" + queryName + '\'' + + ", queryBody='" + queryBody + '\'' + + ", rspQLQueryBody='" + rspQLQueryBody + '\'' + + ", divideQuery=" + divideQuery + + ", id='" + id + '\'' + + ", streamWindows=" + streamWindows + + ", rspEngine=" + rspEngine + + ", querySlidingStepInSeconds=" + querySlidingStepInSeconds + + ", streamWindowSizeInSeconds=" + streamWindowSizeInSeconds + + ", associatedComponent=" + associatedComponent + + '}'; + } + } diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/window/IStreamWindow.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/window/IStreamWindow.java new file mode 100644 index 0000000..4870bf1 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/window/IStreamWindow.java @@ -0,0 +1,17 @@ +package be.ugent.idlab.divide.rsp.query.window; + +public interface IStreamWindow { + + String getStreamIri(); + + String getWindowDefinition(); + + int getQuerySlidingStepInSeconds(); + + int getWindowSizeInSeconds(); + + int getWindowStartInSecondsAgo(); + + int getWindowEndInSecondsAgo(); + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/window/StreamWindow.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/window/StreamWindow.java new file mode 100644 index 0000000..507b676 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/window/StreamWindow.java @@ -0,0 +1,140 @@ +package be.ugent.idlab.divide.rsp.query.window; + +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +public class StreamWindow implements IStreamWindow { + + private static final Logger LOGGER = LoggerFactory.getLogger(StreamWindow.class.getName()); + + private static final Pattern RSP_QL_WINDOW_PARAMETERS_PATTERN = Pattern.compile( + "\\s*((RANGE\\s+(\\S+))|(FROM\\s+NOW-(\\S+)\\s+TO\\s+NOW-(\\S+)))\\s+(TUMBLING|((STEP|SLIDE)\\s+(\\S+)))", + Pattern.CASE_INSENSITIVE); + + private final String streamIri; + private final String windowDefinition; + private final int windowSizeInSeconds; + private final int windowStartInSecondsAgo; + private final int windowEndInSecondsAgo; + private final int querySlidingStepInSeconds; + + public StreamWindow(String streamIri, + String windowDefinition) { + try { + this.streamIri = streamIri; + this.windowDefinition = windowDefinition; + + // parse window definition + Matcher m = RSP_QL_WINDOW_PARAMETERS_PATTERN.matcher(windowDefinition); + if (m.find()) { + // extract all regex groups + String range = m.group(3); + String from = m.group(5); + String to = m.group(6); + String stepString = m.group(7); + String step = m.group(10); + + // check if range is specified with a range string or a from-to + if (range != null) { + this.windowSizeInSeconds = parseDurationStringToSeconds(range); + this.windowStartInSecondsAgo = -1; + this.windowEndInSecondsAgo = -1; + } else { + this.windowSizeInSeconds = -1; + this.windowStartInSecondsAgo = parseDurationStringToSeconds(from); + this.windowEndInSecondsAgo = parseDurationStringToSeconds(to); + } + + // check if window slide is tumbling + if ("TUMBLING".equals(stepString)) { + // if this is the case, the window size should be defined + if (this.windowSizeInSeconds == -1) { + throw new StreamWindowParsingException("tumbling window not allowed with FROM-TO"); + } + this.querySlidingStepInSeconds = this.windowSizeInSeconds; + } else { + this.querySlidingStepInSeconds = parseDurationStringToSeconds(step); + } + + } else { + throw new StreamWindowParsingException("window definition has no valid syntax"); + } + + } catch (Exception e) { + String message = String.format("Window definition %s on stream %s is no valid RSP-QL: %s", + windowDefinition, streamIri, e.getMessage()); + LOGGER.error(message, e); + throw new RuntimeException(message); + } + } + + private int parseDurationStringToSeconds(String durationString) throws StreamWindowParsingException { + // preprocess string + if (durationString.startsWith("PT")) { + durationString = durationString.substring(2); + } + durationString = durationString.toUpperCase(); + + // extract number & unit + int number = Integer.parseInt(durationString.substring(0, durationString.length() - 1)); + String unit = durationString.substring(durationString.length() - 1); + + // convert number to seconds based on unit + switch (unit) { + case "S": + return number; + case "M": + return number * 60; + case "H": + return number * 60 * 60; + default: + throw new StreamWindowParsingException("invalid unit used"); + } + } + + @Override + public String getStreamIri() { + return streamIri; + } + + @Override + public String getWindowDefinition() { + return windowDefinition; + } + + @Override + public int getWindowSizeInSeconds() { + return windowSizeInSeconds; + } + + @Override + public int getWindowStartInSecondsAgo() { + return windowStartInSecondsAgo; + } + + @Override + public int getWindowEndInSecondsAgo() { + return windowEndInSecondsAgo; + } + + @Override + public int getQuerySlidingStepInSeconds() { + return querySlidingStepInSeconds; + } + + @Override + public String toString() { + return "StreamWindow{" + + "streamIri='" + streamIri + '\'' + + ", windowDefinition='" + windowDefinition + '\'' + + ", windowSizeInSeconds=" + windowSizeInSeconds + + ", windowStartInSecondsAgo=" + windowStartInSecondsAgo + + ", windowEndInSecondsAgo=" + windowEndInSecondsAgo + + ", querySlidingStepInSeconds=" + querySlidingStepInSeconds + + '}'; + } + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/window/StreamWindowFactory.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/window/StreamWindowFactory.java new file mode 100644 index 0000000..41f4e3e --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/window/StreamWindowFactory.java @@ -0,0 +1,10 @@ +package be.ugent.idlab.divide.rsp.query.window; + +public class StreamWindowFactory { + + public static IStreamWindow createInstance(String streamIri, + String windowDefinition) { + return new StreamWindow(streamIri, windowDefinition); + } + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/window/StreamWindowParsingException.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/window/StreamWindowParsingException.java new file mode 100644 index 0000000..4f19052 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/rsp/query/window/StreamWindowParsingException.java @@ -0,0 +1,18 @@ +package be.ugent.idlab.divide.rsp.query.window; + +@SuppressWarnings("unused") +class StreamWindowParsingException extends Exception { + + StreamWindowParsingException(String description, Exception base) { + super(description, base); + } + + StreamWindowParsingException(String description) { + super(description); + } + + StreamWindowParsingException(Exception base) { + super(base); + } + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/util/Constants.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/util/Constants.java new file mode 100644 index 0000000..4b73047 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/util/Constants.java @@ -0,0 +1,19 @@ +package be.ugent.idlab.divide.util; + +import org.slf4j.Marker; +import org.slf4j.MarkerFactory; + +public class Constants { + + /** + * Hidden directory where DIVIDE stores all its files needed to run the DIVIDE + * engine (including the DIVIDE query derivation, monitor management, etc.) + */ + public static final String DIVIDE_DIRECTORY = ".divide"; + + // LOGGING MARKERS + + public static final Marker UNKNOWN_ERROR_MARKER = MarkerFactory.getMarker("[UNKNOWN_ERROR]"); + public static final Marker METRIC_MARKER = MarkerFactory.getMarker("[METRIC]"); + +} diff --git a/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/util/JarResourceManager.java b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/util/JarResourceManager.java new file mode 100644 index 0000000..675587e --- /dev/null +++ b/src/divide-central/divide-engine/src/main/java/be/ugent/idlab/divide/util/JarResourceManager.java @@ -0,0 +1,93 @@ +package be.ugent.idlab.divide.util; + +import java.io.BufferedReader; +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.nio.charset.StandardCharsets; +import java.nio.file.Files; +import java.nio.file.Path; +import java.nio.file.Paths; +import java.util.List; +import java.util.Objects; +import java.util.stream.Collectors; + +import static be.ugent.idlab.divide.util.Constants.DIVIDE_DIRECTORY; + +public class JarResourceManager { + + public static final int DEFAULT_BUFFER_SIZE = 8192; + + private static JarResourceManager instance; + + private JarResourceManager() {} + + public static JarResourceManager getInstance() { + if (instance == null) { + instance = new JarResourceManager(); + } + return instance; + } + + @SuppressWarnings("SameParameterValue") + public synchronized InputStream getResourceFileAsStream(String fileName) { + InputStream inputStream = getClass().getClassLoader().getResourceAsStream(fileName); + + if (inputStream == null) { + throw new IllegalArgumentException("Resource file " + fileName + " does not exist"); + } else { + return inputStream; + } + } + + public synchronized String copyResourceToFile(Path resourceFilePath) throws IOException { + return copyResourceToFile(resourceFilePath, null); + } + + public synchronized String copyResourceToFile(Path resourceFilePath, String directory) throws IOException { + InputStream inputStream = getResourceFileAsStream(resourceFilePath.toString()); + String resourceFileName = resourceFilePath.getFileName().toString(); + File file; + if (directory == null) { + file = new File(DIVIDE_DIRECTORY, resourceFileName); + Files.createDirectories(Paths.get(DIVIDE_DIRECTORY)); + } else { + Path destination = Paths.get(DIVIDE_DIRECTORY, directory); + Files.createDirectories(destination); + file = new File(destination.toString(), resourceFileName); + } + copyInputStreamToFile(inputStream, file); + return file.getAbsolutePath(); + } + + private synchronized void copyInputStreamToFile(InputStream inputStream, File file) throws IOException { + try (FileOutputStream outputStream = new FileOutputStream(file, false)) { + int read; + byte[] bytes = new byte[DEFAULT_BUFFER_SIZE]; + while ((read = inputStream.read(bytes)) != -1) { + outputStream.write(bytes, 0, read); + } + } + } + + public synchronized List readLinesOfResourceFile(String fileName) throws IOException { + try (final InputStream is = getResourceFileAsStream(fileName); + final InputStreamReader isr = + new InputStreamReader(Objects.requireNonNull(is), StandardCharsets.UTF_8); + final BufferedReader br = new BufferedReader(isr)) { + return br.lines().collect(Collectors.toList()); + } + } + + public synchronized String readResourceFile(String fileName) throws IOException { + try (final InputStream is = getResourceFileAsStream(fileName); + final InputStreamReader isr = + new InputStreamReader(Objects.requireNonNull(is), StandardCharsets.UTF_8); + final BufferedReader br = new BufferedReader(isr)) { + return br.lines().collect(Collectors.joining(System.getProperty("line.separator"))); + } + } + +} diff --git a/src/divide-central/divide-engine/src/main/resources/log4j2.xml b/src/divide-central/divide-engine/src/main/resources/log4j2.xml index 4c73c81..b79e720 100644 --- a/src/divide-central/divide-engine/src/main/resources/log4j2.xml +++ b/src/divide-central/divide-engine/src/main/resources/log4j2.xml @@ -1,5 +1,5 @@ - + %d{ISO8601} [%t] %-5level %logger{36} - %msg%n %d{ISO8601}\t[%t]\t%-5level\t%logger{36}\t%marker\t%msg%n @@ -7,10 +7,15 @@ + + + + - @@ -19,7 +24,58 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -52,18 +108,89 @@ + + + + + + + + + + + + + + + + + + + + + + - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/divide-central/divide-engine/src/main/resources/monitor/manage_local_monitor.py b/src/divide-central/divide-engine/src/main/resources/monitor/manage_local_monitor.py new file mode 100644 index 0000000..cae7dbf --- /dev/null +++ b/src/divide-central/divide-engine/src/main/resources/monitor/manage_local_monitor.py @@ -0,0 +1,175 @@ +import json +import sys +import subprocess +import os + +import argparse + +from paramiko import SSHClient +from scp import SCPClient + +DIVIDE_DIRECTORY = '~/.divide' + +START_COMMAND_TEMPLATE = 'bash -c \'CENTRAL_SERVER_HOST="%s"; ' \ + 'if [[ "$CENTRAL_SERVER_HOST" =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ ]]; ' \ + 'then CENTRAL_SERVER_IP="$CENTRAL_SERVER_HOST"; ' \ + 'else CENTRAL_SERVER_IP=$(dig +short "$CENTRAL_SERVER_HOST"); fi; ' \ + 'INTERFACE=$(ip route get "$CENTRAL_SERVER_IP" | grep -oP "dev \K[^ ]+"); ' \ + 'sed -i "s/#INTERFACE#/$INTERFACE/g" %s \' &&' \ + "mkdir -p %s && cd %s && " \ + "java -jar %s %s 2>&1 >> %s &" +STOP_COMMAND_TEMPLATE = "kill -9 $(ps -aux | grep '%s' | grep 'java -jar' | grep -v 'grep' | tr -s ' ' | cut -d' ' -f2)" +STATUS_CHECK_COMMAND_TEMPLATE = "ps -aux | grep '%s' | grep -v 'grep'" + + +def create_ssh_and_scp_clients(ip_address: str): + ssh = SSHClient() + ssh.load_system_host_keys() + ssh.connect(hostname=ip_address, username='divide', allow_agent=False) + scp = SCPClient(ssh.get_transport()) + + return ssh, scp + + +def start_monitor(ssh_client: SSHClient, + scp_client: SCPClient, + component_id: str, + component_ip_address: str, + monitor_jar_path: str, + global_monitor_reasoning_service_port: int, + global_monitor_reasoning_service_uri: str, + divide_central_ip_address: str): + # create local monitor config + monitor_config = { + "component_id": component_id, + "device_id": component_ip_address, + "monitor": { + "rsp": True, + "network": True, + "device": True + }, + "local": { + "rsp_engine": { + "monitor": { + "ws_port": 54548 + } + }, + "public_network_interface": "#INTERFACE#" + }, + "central": { + "monitor_reasoning_service": { + "protocol": "http", + "host": divide_central_ip_address, + "port": global_monitor_reasoning_service_port, + "uri": global_monitor_reasoning_service_uri + } + } + } + + # write monitor config to JSON file + config_file = '%s_config.json' % component_id + config_folder = os.path.join('.divide', 'monitor', 'local') + if not os.path.exists(config_folder): + os.makedirs(config_folder) + with open(os.path.join(config_folder, config_file), 'w') as config_file_obj: + json.dump(monitor_config, config_file_obj) + + # copy JAR & config to remote (no check if file exists, always overwrite) + ssh_client.exec_command('mkdir -p %s' % DIVIDE_DIRECTORY) + scp_client.put(files=[os.path.join(config_folder, config_file), monitor_jar_path], + remote_path=DIVIDE_DIRECTORY) + + # start jar + jar_name = os.path.basename(monitor_jar_path) + start_command = START_COMMAND_TEMPLATE % (divide_central_ip_address, + os.path.join(DIVIDE_DIRECTORY, config_file), + os.path.join(DIVIDE_DIRECTORY, 'monitor'), + os.path.join(DIVIDE_DIRECTORY, 'monitor'), + os.path.join(DIVIDE_DIRECTORY, jar_name), + os.path.join(DIVIDE_DIRECTORY, config_file), + os.path.join(DIVIDE_DIRECTORY, 'monitor', 'local_monitor.log')) + print('Remote command: %s' % start_command) + transport = ssh_client.get_transport() + channel = transport.open_session() + result = channel.exec_command(start_command) + if result is not None: + _, stdout, stderr = result + print('Stdout: %s' % stdout.read().decode('utf-8').strip()) + print('Stderr: %s' % stderr.read().decode('utf-8').strip()) + + +def stop_monitor(ssh_client: SSHClient, monitor_jar_path: str): + # stop process IF it is active + if check_monitor(ssh_client=ssh_client, monitor_jar_path=monitor_jar_path): + jar_name = os.path.basename(monitor_jar_path) + stop_command = STOP_COMMAND_TEMPLATE % jar_name + print('Remote command: %s' % stop_command) + _, stdout, stderr = ssh_client.exec_command(stop_command) + print('Stdout: %s' % stdout.read().decode('utf-8').strip()) + print('Stderr: %s' % stderr.read().decode('utf-8').strip()) + + +def check_monitor(ssh_client: SSHClient, monitor_jar_path: str): + # check status of process + jar_name = os.path.basename(monitor_jar_path) + check_command = STATUS_CHECK_COMMAND_TEMPLATE % jar_name + print('Remote command: %s' % check_command) + _, stdout, stderr = ssh_client.exec_command(check_command) + + # parse response + stdout_str = stdout.read().decode('utf-8').strip() + stderr_str = stderr.read().decode('utf-8').strip() + if not stderr_str and stdout_str: + print('status:running') + return True + else: + print('Stdout: %s' % stderr_str) + print('Stderr: %s' % stderr_str) + print('status:stopped') + return False + + +if __name__ == '__main__': + # define command line arguments + p = argparse.ArgumentParser() + p.add_argument('--component-id', required=True) + p.add_argument('--component-ip-address', required=True) + p.add_argument('--monitor-jar-path', required=True) + p.add_argument('--action', choices=['start', 'stop', 'check'], required=True) + p.add_argument('--global-monitor-reasoning-service-port', required=True) + p.add_argument('--global-monitor-reasoning-service-uri', required=True) + p.add_argument('--divide-central-ip-address', required=True) + parsed_args = p.parse_args(sys.argv[1:]) + + # retrieve arguments + _component_id = str(parsed_args.component_id) + _component_ip_address = str(parsed_args.component_ip_address) + _monitor_jar_path = str(parsed_args.monitor_jar_path) + _action = str(parsed_args.action) + _global_monitor_reasoning_service_port = int(parsed_args.global_monitor_reasoning_service_port) + _global_monitor_reasoning_service_uri = str(parsed_args.global_monitor_reasoning_service_uri) + _divide_central_ip_address = str(parsed_args.divide_central_ip_address) + + # retrieve SSH & SCP clients + _ssh, _scp = create_ssh_and_scp_clients(ip_address=_component_ip_address) + + # perform correct action + if _action == 'start': + start_monitor(ssh_client=_ssh, + scp_client=_scp, + component_id=_component_id, + component_ip_address=_component_ip_address, + monitor_jar_path=_monitor_jar_path, + global_monitor_reasoning_service_port=_global_monitor_reasoning_service_port, + global_monitor_reasoning_service_uri=_global_monitor_reasoning_service_uri, + divide_central_ip_address=_divide_central_ip_address) + + elif _action == 'stop': + stop_monitor(ssh_client=_ssh, monitor_jar_path=_monitor_jar_path) + + elif _action == 'check': + status = check_monitor(ssh_client=_ssh, monitor_jar_path=_monitor_jar_path) + + # close SSH & SCP clients + _ssh.close() + _scp.close() diff --git a/src/divide-central/divide-engine/src/main/resources/monitor/python-requirements.txt b/src/divide-central/divide-engine/src/main/resources/monitor/python-requirements.txt new file mode 100644 index 0000000..57bc064 --- /dev/null +++ b/src/divide-central/divide-engine/src/main/resources/monitor/python-requirements.txt @@ -0,0 +1,2 @@ +paramiko==2.12.0 +scp==0.14.4 \ No newline at end of file diff --git a/src/divide-central/divide-eye/pom.xml b/src/divide-central/divide-eye/pom.xml index 77d27aa..54bb629 100644 --- a/src/divide-central/divide-eye/pom.xml +++ b/src/divide-central/divide-eye/pom.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - divide - be.ugent.idlab + divide-central + be.ugent.idlab.divide 1.0 4.0.0 @@ -14,7 +14,7 @@ - be.ugent.idlab + be.ugent.idlab.divide divide-engine 1.0 diff --git a/src/divide-central/divide-eye/src/main/java/be/ugent/idlab/divide/queryderivation/eye/EyeDivideQueryDeriver.java b/src/divide-central/divide-eye/src/main/java/be/ugent/idlab/divide/queryderivation/eye/EyeDivideQueryDeriver.java index 4485f1b..0d916dd 100644 --- a/src/divide-central/divide-eye/src/main/java/be/ugent/idlab/divide/queryderivation/eye/EyeDivideQueryDeriver.java +++ b/src/divide-central/divide-eye/src/main/java/be/ugent/idlab/divide/queryderivation/eye/EyeDivideQueryDeriver.java @@ -14,7 +14,7 @@ import be.ugent.idlab.divide.core.query.parser.ParsedSparqlQuery; import be.ugent.idlab.divide.core.query.parser.Prefix; import be.ugent.idlab.divide.core.query.parser.SplitSparqlQuery; -import be.ugent.idlab.divide.util.LogConstants; +import be.ugent.idlab.divide.util.Constants; import be.ugent.idlab.util.bash.BashException; import be.ugent.idlab.util.eye.EyeReasoner; import be.ugent.idlab.util.io.IOUtilities; @@ -45,17 +45,13 @@ import java.util.UUID; import java.util.regex.Pattern; +import static be.ugent.idlab.divide.util.Constants.DIVIDE_DIRECTORY; + @SuppressWarnings({"FieldCanBeLocal", "ResultOfMethodCallIgnored"}) class EyeDivideQueryDeriver implements IDivideQueryDeriver { private static final Logger LOGGER = LoggerFactory.getLogger(EyeDivideQueryDeriver.class.getName()); - /** - * Hidden directory where EYE stores all its files related to the - * DIVIDE query derivation - */ - private static final String DIVIDE_DIRECTORY = ".divide"; - /** * Path of JAR resource for generating all triples, used during the EYE preprocessing */ @@ -556,9 +552,9 @@ public IDivideQueryDeriverResult deriveQueries(String divideQueryName, if (eyeDivideQuery != null) { try { - LOGGER.debug(LogConstants.METRIC_MARKER, "DERIVE_QUERIES_START\t{}\t{}\t{}", + LOGGER.debug(Constants.METRIC_MARKER, "DERIVE_QUERIES_START\t{}\t{}\t{}", divideQueryName, componentId, context); - LOGGER.debug(LogConstants.METRIC_MARKER, "DERIVE_QUERIES_START_OVERHEAD\t{}\t{}\t{}", + LOGGER.debug(Constants.METRIC_MARKER, "DERIVE_QUERIES_START_OVERHEAD\t{}\t{}\t{}", divideQueryName, componentId, context); // prepare context for query derivation @@ -622,19 +618,19 @@ public IDivideQueryDeriverResult deriveQueries(String divideQueryName, // -> potential rule files representing context-enriching queries // are also added to input files for proof generation proofInputFiles.addAll(eyeDivideQuery.getContextEnrichingQueryFilePaths()); - LOGGER.debug(LogConstants.METRIC_MARKER, "DERIVE_QUERIES_END_OVERHEAD\t{}\t{}\t{}", + LOGGER.debug(Constants.METRIC_MARKER, "DERIVE_QUERIES_END_OVERHEAD\t{}\t{}\t{}", divideQueryName, componentId, context); // construct proof towards goal - LOGGER.debug(LogConstants.METRIC_MARKER, "DERIVE_QUERIES_START_REASONING\t{}\t{}\t{}", + LOGGER.debug(Constants.METRIC_MARKER, "DERIVE_QUERIES_START_REASONING\t{}\t{}\t{}", divideQueryName, componentId, context); EyeReasoner.runFromImageToFile( usedImageFile, proofInputFiles, queryGoalFile, proofFilePath, null); - LOGGER.debug(LogConstants.METRIC_MARKER, "DERIVE_QUERIES_END_REASONING\t{}\t{}\t{}", + LOGGER.debug(Constants.METRIC_MARKER, "DERIVE_QUERIES_END_REASONING\t{}\t{}\t{}", divideQueryName, componentId, context); // extract queries from proof - LOGGER.debug(LogConstants.METRIC_MARKER, "DERIVE_QUERIES_START_EXTRACTION\t{}\t{}\t{}", + LOGGER.debug(Constants.METRIC_MARKER, "DERIVE_QUERIES_START_EXTRACTION\t{}\t{}\t{}", divideQueryName, componentId, context); List queryExtractionInputFiles = Arrays.asList( proofFilePath, contextFile); @@ -648,11 +644,11 @@ public IDivideQueryDeriverResult deriveQueries(String divideQueryName, EyeReasoner.runToFile( windowParameterExtractionInputFiles, windowParameterExtractionGoalFile, extractedWindowParametersFilePath, windowParameterExtractionOptions); - LOGGER.debug(LogConstants.METRIC_MARKER, "DERIVE_QUERIES_END_EXTRACTION\t{}\t{}\t{}", + LOGGER.debug(Constants.METRIC_MARKER, "DERIVE_QUERIES_END_EXTRACTION\t{}\t{}\t{}", divideQueryName, componentId, context); // substitute input variables of extracted queries in query patterns - LOGGER.debug(LogConstants.METRIC_MARKER, "DERIVE_QUERIES_START_INPUT_SUBSTITUTION\t{}\t{}\t{}", + LOGGER.debug(Constants.METRIC_MARKER, "DERIVE_QUERIES_START_INPUT_SUBSTITUTION\t{}\t{}\t{}", divideQueryName, componentId, context); List inputVariableSubstitutionInputFiles = Arrays.asList( queryPatternFile, @@ -665,12 +661,12 @@ public IDivideQueryDeriverResult deriveQueries(String divideQueryName, queryInputVariableSubstitutionGoalFile, queriesAfterInputVariableSubstitutionFilePath, querySubstitutionOptions); - LOGGER.debug(LogConstants.METRIC_MARKER, "DERIVE_QUERIES_END_INPUT_SUBSTITUTION\t{}\t{}\t{}", + LOGGER.debug(Constants.METRIC_MARKER, "DERIVE_QUERIES_END_INPUT_SUBSTITUTION\t{}\t{}\t{}", divideQueryName, componentId, context); // create an intermediate query derivation result // -> send this intermediate query derivation result to the window parameter substitution - LOGGER.debug(LogConstants.METRIC_MARKER, "DERIVE_QUERIES_START_WINDOW_SUBSTITUTION\t{}\t{}\t{}", + LOGGER.debug(Constants.METRIC_MARKER, "DERIVE_QUERIES_START_WINDOW_SUBSTITUTION\t{}\t{}\t{}", divideQueryName, componentId, context); EyeDivideQueryDeriverIntermediateResult eyeDivideQueryDeriverIntermediateResult = new EyeDivideQueryDeriverIntermediateResult( @@ -679,9 +675,9 @@ public IDivideQueryDeriverResult deriveQueries(String divideQueryName, EyeDivideQueryDeriverResult result = substituteWindowParametersInQuery( eyeDivideQueryDeriverIntermediateResult, SubstitutionTrigger.CONTEXT_CHANGE); - LOGGER.debug(LogConstants.METRIC_MARKER, "DERIVE_QUERIES_END_WINDOW_SUBSTITUTION\t{}\t{}\t{}", + LOGGER.debug(Constants.METRIC_MARKER, "DERIVE_QUERIES_END_WINDOW_SUBSTITUTION\t{}\t{}\t{}", divideQueryName, componentId, context); - LOGGER.debug(LogConstants.METRIC_MARKER, "DERIVE_QUERIES_END\t{}\t{}\t{}", + LOGGER.debug(Constants.METRIC_MARKER, "DERIVE_QUERIES_END\t{}\t{}\t{}", divideQueryName, componentId, context); return result; @@ -715,6 +711,10 @@ public IDivideQueryDeriverResult substituteWindowParameters(String divideQueryNa } try { + LOGGER.info(Constants.METRIC_MARKER, + "DERIVE_QUERIES_WINDOW_SUBSTITUTION_MONITOR_START\t{}\t{}\t{}", + divideQueryName, componentId, windowParameters.hashCode()); + // write new window parameters to temp file String windowParametersFile = writeToTempTurtleFile(windowParameters); @@ -730,10 +730,14 @@ public IDivideQueryDeriverResult substituteWindowParameters(String divideQueryNa // do the window parameter substitution again, // starting from the intermediate query deriver result - return substituteWindowParametersInQuery( + EyeDivideQueryDeriverResult result = substituteWindowParametersInQuery( eyeDivideQueryDeriverResult.getIntermediateResult(), SubstitutionTrigger.MONITOR, windowParametersFile); + LOGGER.info(Constants.METRIC_MARKER, + "DERIVE_QUERIES_WINDOW_SUBSTITUTION_MONITOR_END\t{}\t{}\t{}", + divideQueryName, componentId, windowParameters.hashCode()); + return result; } catch (BashException | IOException e) { throw new DivideQueryDeriverException(e); diff --git a/src/divide-central/divide-global-monitor/pom.xml b/src/divide-central/divide-global-monitor/pom.xml new file mode 100644 index 0000000..2da4d80 --- /dev/null +++ b/src/divide-central/divide-global-monitor/pom.xml @@ -0,0 +1,85 @@ + + + + divide-central + be.ugent.idlab.divide + 1.0 + + 4.0.0 + + divide-global-monitor + + + 8 + 8 + + + + + + be.ugent.idlab.divide + divide-engine + 1.0 + + + + + reasoningservice-jena + be.ugent.idlab + 1.0 + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.1 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/lib + false + false + true + + + + + + + + maven-assembly-plugin + 2.6 + + + jar-with-dependencies + + + + be.ugent.idlab.divide.monitor.local.LocalMonitor + + + + + + make-assembly + package + + single + + + + + + + \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/GlobalMonitor.java b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/GlobalMonitor.java new file mode 100644 index 0000000..316ee2f --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/GlobalMonitor.java @@ -0,0 +1,188 @@ +package be.ugent.idlab.divide.monitor.global; + +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.monitor.IDivideGlobalMonitor; +import be.ugent.idlab.divide.monitor.global.rs.GlobalMonitorReasoningServiceFactory; +import be.ugent.idlab.divide.monitor.metamodel.DivideMetaModelFactory; +import be.ugent.idlab.divide.monitor.metamodel.IDivideMetaModel; +import be.ugent.idlab.divide.util.JarResourceManager; +import be.ugent.idlab.reasoningservice.common.ReasoningServer; +import be.ugent.idlab.reasoningservice.common.configuration.StaticConfig; +import be.ugent.idlab.reasoningservice.common.reasoning.ReasoningService; +import be.ugent.idlab.reasoningservice.jena.JenaReasoningService; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.IOException; +import java.net.URL; +import java.nio.file.Paths; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.concurrent.Executors; +import java.util.concurrent.TimeUnit; + +class GlobalMonitor implements IDivideGlobalMonitor { + + private static final Logger LOGGER = LoggerFactory.getLogger(GlobalMonitor.class.getName()); + + private final Map threadMap; + private final Thread.UncaughtExceptionHandler uncaughtExceptionHandler; + + private final IDivideMetaModel divideMetaModel; + + GlobalMonitor(IDivideEngine divideEngine, + List globalMonitorQueries) throws GlobalMonitorException { + LOGGER.info("Creating DIVIDE Global Monitor with the following global monitor queries:"); + for (GlobalMonitorQuery globalMonitorQuery : globalMonitorQueries) { + LOGGER.info("Global Monitor query: {}", globalMonitorQuery); + } + + // initialize thread handling + this.threadMap = new HashMap<>(); + this.uncaughtExceptionHandler = new GlobalMonitorUncaughtExceptionHandler(); + + // create reasoning service, initialize it & register stream + LOGGER.info("Initializing Jena reasoning service & server for Global Monitor"); + ReasoningService reasoningService = new JenaReasoningService(); + ReasoningServer reasoningServer = new ReasoningServer(reasoningService); + List metaModelOntologyURLs = getMetaModelOntologyURLs(); + if (metaModelOntologyURLs == null) { + throw new GlobalMonitorException("Resource list of meta model ontology files cannot be processed"); + } + StaticConfig config = GlobalMonitorReasoningServiceFactory. + getReasoningServiceConfig(metaModelOntologyURLs); + LOGGER.info("Initializing the Global Monitor's reasoning server with the following config: {}", + config); + reasoningServer.initialize(config, null); + + // initialize an empty DIVIDE meta model + LOGGER.info("Creating DIVIDE Meta Model using the Global Monitor's reasoning service"); + this.divideMetaModel = DivideMetaModelFactory.createInstance(reasoningServer); + + // prepare all global monitor services based on config + prepareServices(reasoningServer, reasoningService, divideEngine, globalMonitorQueries); + } + + private void prepareServices(ReasoningServer reasoningServer, + ReasoningService reasoningService, + IDivideEngine divideEngine, + List globalMonitorQueries) { + final IGlobalMonitorService globalMonitorService = + GlobalMonitorReasoningServiceFactory.createGlobalMonitorReasoningService( + reasoningServer, reasoningService, divideEngine, globalMonitorQueries); + createServiceThread(globalMonitorService, "global-monitor-reasoning-service", 0); + } + + private void createServiceThread(IGlobalMonitorService service, String serviceName, int id) { + String threadName = String.format("%s_%d", serviceName, id); + GlobalMonitorThread serviceThread = new GlobalMonitorThread(service, threadName, id); + this.threadMap.put(serviceName, serviceThread); + } + + @Override + public void start() { + LOGGER.info("Starting DIVIDE Global Monitor"); + + // start every global monitor thread + for (GlobalMonitorThread thread: this.threadMap.values()) { + thread.start(); + } + } + + @Override + public IDivideMetaModel getDivideMetaModel() { + return divideMetaModel; + } + + private class GlobalMonitorUncaughtExceptionHandler implements Thread.UncaughtExceptionHandler { + + @Override + public void uncaughtException(Thread thread, Throwable e) { + LOGGER.error("Uncaught exception in thread {}", thread.getName(), e); + synchronized (GlobalMonitor.this.threadMap) { + String serviceName = thread.getName().split("_")[0]; + if (GlobalMonitor.this.threadMap.containsKey(serviceName)) { + LOGGER.warn("Restarting service of thread {} in new thread", thread.getName()); + + // retrieve service from old thread and reset service + GlobalMonitorThread oldThread = GlobalMonitor.this.threadMap.get(serviceName); + IGlobalMonitorService service = oldThread.globalMonitorService; + service.reset(); + + // create new thread for this reset service and start + createServiceThread(service, serviceName, oldThread.id + 1); + GlobalMonitorThread newThread = GlobalMonitor.this.threadMap.get(serviceName); + Executors.newScheduledThreadPool(1).schedule(newThread::start, 1, TimeUnit.SECONDS); + } + } + } + + } + + private class GlobalMonitorThread { + + private final IGlobalMonitorService globalMonitorService; + private final Thread thread; + private final String name; + private final int id; + + GlobalMonitorThread(IGlobalMonitorService globalMonitorService, + String name, + int id) { + this.globalMonitorService = globalMonitorService; + this.thread = new Thread(new GlobalMonitorRunnable(globalMonitorService)); + this.thread.setName(name); + this.thread.setUncaughtExceptionHandler(GlobalMonitor.this.uncaughtExceptionHandler); + this.name = name; + this.id = id; + } + + void start() { + LOGGER.info("Starting {} thread", this.name); + this.thread.start(); + } + + } + + private static class GlobalMonitorRunnable implements Runnable { + + private final IGlobalMonitorService globalMonitorService; + + GlobalMonitorRunnable(IGlobalMonitorService globalMonitorService) { + this.globalMonitorService = globalMonitorService; + } + + @Override + public void run() { + try { + globalMonitorService.start(); + } catch (GlobalMonitorException e) { + throw new RuntimeException(e); + } + } + + } + + private List getMetaModelOntologyURLs() { + List ontologyURLs = new ArrayList<>(); + String ontologyDirectory = "meta-model/ontology"; + try { + List files = JarResourceManager.getInstance().readLinesOfResourceFile( + Paths.get(ontologyDirectory, "files.txt").toString()); + for (String file : files) { + String createdFilePath = JarResourceManager.getInstance().copyResourceToFile( + Paths.get(ontologyDirectory, file), "ontology"); + ontologyURLs.add(new URL(String.format("file:%s", createdFilePath))); + } + + return ontologyURLs; + + } catch (IOException e) { + LOGGER.error("Could not process list of meta model ontology URLs", e); + return null; + } + } + +} diff --git a/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/GlobalMonitorException.java b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/GlobalMonitorException.java new file mode 100644 index 0000000..2a4c6ac --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/GlobalMonitorException.java @@ -0,0 +1,17 @@ +package be.ugent.idlab.divide.monitor.global; + +/** + * Exception thrown when an error occurs during any service of the DIVIDE Global Monitor. + */ +@SuppressWarnings("unused") +public class GlobalMonitorException extends Exception { + + public GlobalMonitorException(String description, Exception base) { + super(description, base); + } + + public GlobalMonitorException(String description) { + super(description); + } + +} diff --git a/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/GlobalMonitorFactory.java b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/GlobalMonitorFactory.java new file mode 100644 index 0000000..cc14bfc --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/GlobalMonitorFactory.java @@ -0,0 +1,23 @@ +package be.ugent.idlab.divide.monitor.global; + +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.monitor.IDivideGlobalMonitor; + +import java.util.List; + +public class GlobalMonitorFactory { + + private static IDivideGlobalMonitor instance; + + public static void initialize(IDivideEngine divideEngine, + List globalMonitorQueries) throws GlobalMonitorException { + if (instance == null) { + instance = new GlobalMonitor(divideEngine, globalMonitorQueries); + } + } + + public static IDivideGlobalMonitor getInstance() { + return instance; + } + +} diff --git a/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/GlobalMonitorQuery.java b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/GlobalMonitorQuery.java new file mode 100644 index 0000000..6bcb23b --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/GlobalMonitorQuery.java @@ -0,0 +1,29 @@ +package be.ugent.idlab.divide.monitor.global; + +public class GlobalMonitorQuery { + + private final String name; + private final String body; + + public GlobalMonitorQuery(String name, String body) { + this.name = name; + this.body = body; + } + + public String getName() { + return name; + } + + public String getBody() { + return body; + } + + @Override + public String toString() { + return "GlobalMonitorQuery{" + + "name='" + name + '\'' + + ", body='" + body + '\'' + + '}'; + } + +} diff --git a/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/IGlobalMonitorService.java b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/IGlobalMonitorService.java new file mode 100644 index 0000000..a446b74 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/IGlobalMonitorService.java @@ -0,0 +1,9 @@ +package be.ugent.idlab.divide.monitor.global; + +public interface IGlobalMonitorService { + + void start() throws GlobalMonitorException; + + void reset(); + +} diff --git a/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/rs/GlobalMonitorReasoningService.java b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/rs/GlobalMonitorReasoningService.java new file mode 100644 index 0000000..1a0dc09 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/rs/GlobalMonitorReasoningService.java @@ -0,0 +1,87 @@ +package be.ugent.idlab.divide.monitor.global.rs; + +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.monitor.global.GlobalMonitorException; +import be.ugent.idlab.divide.monitor.global.GlobalMonitorQuery; +import be.ugent.idlab.divide.monitor.global.IGlobalMonitorService; +import be.ugent.idlab.reasoningservice.common.ReasoningServer; +import be.ugent.idlab.reasoningservice.common.observer.CustomQueryObserver; +import be.ugent.idlab.reasoningservice.common.observer.QueryObserver; +import be.ugent.idlab.reasoningservice.common.query.Query; +import be.ugent.idlab.reasoningservice.common.reasoning.ReasoningService; +import be.ugent.idlab.reasoningservice.common.util.enumerations.AddQueryResultMode; +import be.ugent.idlab.util.rdf.QueryForm; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.util.List; + +class GlobalMonitorReasoningService implements IGlobalMonitorService { + + private static final Logger LOGGER = LoggerFactory.getLogger(GlobalMonitorReasoningService.class.getName()); + + private final ReasoningServer reasoningServer; + private final ReasoningService reasoningService; + private final IDivideEngine divideEngine; + private final List queries; + + GlobalMonitorReasoningService(ReasoningServer reasoningServer, + ReasoningService reasoningService, + IDivideEngine divideEngine, + List queries) { + this.reasoningServer = reasoningServer; + this.reasoningService = reasoningService; + this.divideEngine = divideEngine; + this.queries = queries; + } + + @Override + public void start() throws GlobalMonitorException { + try { + LOGGER.info("Starting Global Monitor Reasoning Service"); + + // start reasoning server (static config) + LOGGER.info("Starting Reasoning Server of Global Monitor Reasoning Service"); + this.reasoningServer.start(); + + // create global observer ID for each query + String observerID = "translator-handler"; + + // register queries + for (GlobalMonitorQuery query : queries) { + LOGGER.info("Register query with name '{}' and body: {}", + query.getName(), query.getBody()); + Query registeredQuery = this.reasoningService.registerQuery( + query.getName(), QueryForm.CONSTRUCT, query.getBody(), AddQueryResultMode.ADD_NOT); + + // register translator handler as observer to query + LOGGER.info("Register global monitor's translator handler as observer of " + + "query with name '{}'", query.getName()); + QueryObserver observer = new CustomQueryObserver( + observerID, + registeredQuery, + new GlobalMonitorReasoningServiceEngineObserver(observerID, divideEngine)); + registeredQuery.addObserver(observer); + } + + // let DIVIDE engine know that DIVIDE Meta Model (and its reasoning service & server) + // have been successfully initialized + divideEngine.onDivideMetaModelInitialized(); + + } catch (Exception e) { + throw new GlobalMonitorException("Error when starting local monitor's RSP engine", e); + } + } + + @Override + public void reset() { + // stop all services of the C-SPARQL RSP server + try { + this.reasoningServer.stop(); + } catch (Exception e) { + LOGGER.warn("Resetting the global monitor RSP engine failed: " + + "C-SPARQL RSP server could not be stopped successfully", e); + } + } + +} diff --git a/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/rs/GlobalMonitorReasoningServiceEngineObserver.java b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/rs/GlobalMonitorReasoningServiceEngineObserver.java new file mode 100644 index 0000000..0e25bcb --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/rs/GlobalMonitorReasoningServiceEngineObserver.java @@ -0,0 +1,28 @@ +package be.ugent.idlab.divide.monitor.global.rs; + +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.monitor.global.translator.DivideTranslator; +import be.ugent.idlab.reasoningservice.common.observer.AbstractObserver; + +public class GlobalMonitorReasoningServiceEngineObserver extends AbstractObserver { + + private final IDivideEngine divideEngine; + + public GlobalMonitorReasoningServiceEngineObserver(String observerID, + IDivideEngine divideEngine) { + super(observerID); + + this.divideEngine = divideEngine; + } + + @Override + public void sendResults(String serialization) { + super.sendResults(serialization); + + if (serialization != null && !serialization.trim().isEmpty()) { + DivideTranslator.getInstance().translateMessageToDivideAction( + divideEngine, serialization); + } + } + +} diff --git a/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/rs/GlobalMonitorReasoningServiceFactory.java b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/rs/GlobalMonitorReasoningServiceFactory.java new file mode 100644 index 0000000..4d306fd --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/rs/GlobalMonitorReasoningServiceFactory.java @@ -0,0 +1,59 @@ +package be.ugent.idlab.divide.monitor.global.rs; + +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.monitor.DivideGlobalMonitorConstants; +import be.ugent.idlab.divide.monitor.global.GlobalMonitorQuery; +import be.ugent.idlab.divide.monitor.global.IGlobalMonitorService; +import be.ugent.idlab.reasoningservice.common.ReasoningServer; +import be.ugent.idlab.reasoningservice.common.configuration.StaticConfig; +import be.ugent.idlab.reasoningservice.common.reasoning.ReasoningService; +import be.ugent.idlab.util.rdf.RDFLanguage; + +import java.net.URL; +import java.util.ArrayList; +import java.util.List; + +public class GlobalMonitorReasoningServiceFactory { + + public static IGlobalMonitorService createGlobalMonitorReasoningService( + ReasoningServer reasoningServer, + ReasoningService reasoningService, + IDivideEngine divideEngine, + List globalMonitorQueries) { + return new GlobalMonitorReasoningService( + reasoningServer, reasoningService, divideEngine, globalMonitorQueries); + } + + public static StaticConfig getReasoningServiceConfig(List ontologies) { + // create and return config + return new StaticConfig( + "localhost", // start on localhost + DivideGlobalMonitorConstants.RS_SERVER_PORT, // start RSP server at given port + DivideGlobalMonitorConstants.RS_SERVER_URI, // reasoning service URI + DivideGlobalMonitorConstants.RS_ID, // ID of reasoning server to be used in blank node URIs + RDFLanguage.N_TRIPLE, // send results to observes in N-Triple format + false, // do not send empty results + false, // do not open WebSocket server for streaming data + 0, // port number for WebSocket server for streaming data (= irrelevant) + true, // make the reasoning service streaming + DivideGlobalMonitorConstants.RS_TUMBLING_WINDOW_SIZE_SECONDS, + DivideGlobalMonitorConstants.RS_TUMBLING_WINDOW_SIZE_SECONDS, // execute queries on a tumbling window + true, // perform the streaming with the Esper internal time, + true, // delete all windowed events (coming from local monitor) after processing + false, // do not check overlap between windowed event & data store before + // processing: monitor events will be distinct from other meta-model info + true, // filter double triples in construct query result, to avoid duplicate + // tasks to be sent to the DIVIDE engine + false, // do not check overlap in temporal additions (since there will be no temporal + // additions - all scheduled queries execute in order but independently!) + false, // do not avoid deletion of triples inserted by query: queries will not + // be adding to the datastore so that does not make sense + ontologies, // pass list of ontologies created from resources + new ArrayList<>(), // no additional data sources on top of ontology files (meta model context + // will be added to data store through single run queries) + false, // log incoming events of global monitor + false // no debugging mode + ); + } + +} diff --git a/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/translator/DivideTranslator.java b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/translator/DivideTranslator.java new file mode 100644 index 0000000..528b621 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/global/translator/DivideTranslator.java @@ -0,0 +1,304 @@ +package be.ugent.idlab.divide.monitor.global.translator; + +import be.ugent.idlab.divide.core.engine.DivideEngineFactory; +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.core.exception.DivideNotInitializedException; +import be.ugent.idlab.divide.rsp.RspLocation; +import be.ugent.idlab.divide.util.Constants; +import be.ugent.idlab.util.io.IOUtilities; +import be.ugent.idlab.util.rdf.RDFLanguage; +import be.ugent.idlab.util.rdf.jena3.owlapi4.JenaUtilities; +import org.apache.jena.rdf.model.Model; +import org.apache.jena.rdf.model.Property; +import org.apache.jena.rdf.model.ResIterator; +import org.apache.jena.rdf.model.Resource; +import org.apache.jena.rdf.model.Statement; +import org.apache.jena.rdf.model.impl.PropertyImpl; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.util.HashMap; +import java.util.Map; + +public class DivideTranslator { + + private static final Logger LOGGER = LoggerFactory.getLogger(DivideTranslator.class.getName()); + + private static DivideTranslator instance; + + public static DivideTranslator getInstance() { + if (instance == null) { + instance = new DivideTranslator(); + } + return instance; + } + + // general ontology prefix + private static final String META_MODEL_PREFIX = + "https://divide.idlab.ugent.be/meta-model/divide-core/"; + + // general properties + private static final Property RDF_TYPE_PROPERTY = + new PropertyImpl("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"); + private static final Property QUERY_NAME_PROPERTY = + new PropertyImpl(META_MODEL_PREFIX + "isTaskForDivideQueryName"); + private static final Property COMPONENT_ID_PROPERTY = + new PropertyImpl(META_MODEL_PREFIX + "isTaskForComponentId"); + + // properties specific to the DIVIDE query location update + private static final Property UPDATED_LOCATION_PROPERTY = + new PropertyImpl(META_MODEL_PREFIX + "hasUpdatedQueryLocation"); + private static final Map RSP_LOCATION_MAP = new HashMap<>(); + static { + RSP_LOCATION_MAP.put("https://divide.idlab.ugent.be/meta-model/divide-core/CentralLocation", + RspLocation.CENTRAL); + RSP_LOCATION_MAP.put("https://divide.idlab.ugent.be/meta-model/divide-core/LocalLocation", + RspLocation.LOCAL); + } + + // properties specific to the DIVIDE window parameter update + private static final Property WINDOW_PARAMETER_VARIABLE_PROPERTY = + new PropertyImpl("http://idlab.ugent.be/sensdesc/window#variable"); + private static final Property WINDOW_PARAMETER_VALUE_PROPERTY = + new PropertyImpl("http://idlab.ugent.be/sensdesc/window#value"); + private static final Property WINDOW_PARAMETER_TYPE_PROPERTY = + new PropertyImpl("http://idlab.ugent.be/sensdesc/window#type"); + private static final Property WINDOW_PARAMETER_TIME_DESCRIPTION = + new PropertyImpl("http://www.w3.org/2006/time#seconds"); + private static final String WINDOW_PARAMETER_LIST_DESCRIPTION_TEMPLATE = + "@prefix sd: .\n" + + "@prefix sd-query: .\n" + + "sd-query:pattern sd:correctedWindowParameters ( %s ) ."; + private static final String WINDOW_PARAMETER_DESCRIPTION_TEMPLATE = + String.format(" [ <%s> \"%s\" ; <%s> %s ; <%s> <%s> ] ", + WINDOW_PARAMETER_VARIABLE_PROPERTY, "%s", + WINDOW_PARAMETER_VALUE_PROPERTY, "%s", + WINDOW_PARAMETER_TYPE_PROPERTY, WINDOW_PARAMETER_TIME_DESCRIPTION); + private static final Map WINDOW_PARAMETER_UPDATE_VARIABLE_MAP = new HashMap<>(); + static { + WINDOW_PARAMETER_UPDATE_VARIABLE_MAP.put( + META_MODEL_PREFIX + "hasUpdatedWindowSizeInSeconds", "range"); + WINDOW_PARAMETER_UPDATE_VARIABLE_MAP.put( + META_MODEL_PREFIX + "hasUpdatedQuerySlidingStepInSeconds", "slide"); + } + + private final Map rdfClassToTaskMap; + + private DivideTranslator() { + this.rdfClassToTaskMap = new HashMap<>(); + this.rdfClassToTaskMap.put( + META_MODEL_PREFIX + "DivideQueryLocationUpdateTask", + Task.QUERY_LOCATION_UPDATE); + this.rdfClassToTaskMap.put( + META_MODEL_PREFIX + "DivideWindowParameterUpdateTask", + Task.WINDOW_PARAMETER_UPDATE); + } + + public synchronized void translateMessageToDivideAction(IDivideEngine divideEngine, + String taskInRdf) { + LOGGER.info("Translating the following RDF message to a task for " + + "the DIVIDE Engine: {}", taskInRdf); + LOGGER.info(Constants.METRIC_MARKER, + "TRANSLATOR_TASK_START\t{}", + taskInRdf.hashCode()); + + if (divideEngine != null) { + // try to parse the RDF task description + Model model = JenaUtilities.parseString(taskInRdf, RDFLanguage.TURTLE); + if (model == null) { + LOGGER.error("Task description is no valid RDF"); + return; + } + + // find all resources that represent a task description + ResIterator iterator = model.listResourcesWithProperty(RDF_TYPE_PROPERTY); + while (iterator.hasNext()) { + // retrieve each resource (object) that has the "rdf:type" property, + // and retrieve the corresponding object of that statement (representing + // the task individual) + Resource resource = iterator.next(); + Statement typeStatement = model.getProperty(resource, RDF_TYPE_PROPERTY); + String taskType = typeStatement.getObject().toString(); + + // check if the type corresponds to a DIVIDE engine task + if (this.rdfClassToTaskMap.containsKey(taskType)) { + // retrieve task type + Task task = this.rdfClassToTaskMap.get(taskType); + LOGGER.info("Task description of type {} found in RDF", task); + + // retrieve general parameters: component ID & DIVIDE query name + Statement componentIdStatement = model.getProperty( + typeStatement.getSubject(), COMPONENT_ID_PROPERTY); + Statement queryNameStatement = model.getProperty( + typeStatement.getSubject(), QUERY_NAME_PROPERTY); + if (componentIdStatement == null || queryNameStatement == null) { + LOGGER.warn("No component ID and/or query name present in RDF " + + "-> task cannot be sent to DIVIDE engine"); + break; + } + String componentId = componentIdStatement.getObject().asLiteral().toString(); + String queryName = queryNameStatement.getObject().asLiteral().toString(); + + if (task == Task.QUERY_LOCATION_UPDATE) { + handleLocationUpdate(model, typeStatement, + divideEngine, componentId, queryName, taskInRdf); + + } else if (task == Task.WINDOW_PARAMETER_UPDATE) { + handleWindowParameterUpdate(model, typeStatement, + divideEngine, componentId, queryName, taskInRdf); + } + } + } + + } else { + LOGGER.info("Could not pass the RDF message as a task to the " + + "DIVIDE engine since the engine is unknown"); + } + } + + private void handleLocationUpdate(Model model, + Statement typeStatement, + IDivideEngine divideEngine, + String componentId, + String queryName, + String taskInRdf) { + // retrieve new location (central or local) + Statement updatedLocationStatement = model.getProperty( + typeStatement.getSubject(), UPDATED_LOCATION_PROPERTY); + if (updatedLocationStatement == null) { + LOGGER.warn("No updated location present in RDF " + + "-> task cannot be sent to DIVIDE engine"); + return; + } + boolean moveToCentral; + + Statement queryLocationTypeStatement = model.getProperty( + updatedLocationStatement.getObject().asResource(), RDF_TYPE_PROPERTY); + String locationType = queryLocationTypeStatement.getObject().toString(); + RspLocation updatedLocation = RSP_LOCATION_MAP.get(locationType); + if (updatedLocation == RspLocation.LOCAL) { + moveToCentral = false; + } else if (updatedLocation == RspLocation.CENTRAL) { + moveToCentral = true; + } else { + LOGGER.warn("Invalid updated location {} present in RDF " + + "-> task cannot be sent to DIVIDE engine", updatedLocation); + return; + } + + // enqueue query location update + try { + LOGGER.info("Translated RDF description to a location update task " + + "for component with ID '{}', DIVIDE query with name '{}', moving to {}", + componentId, queryName, updatedLocation); + LOGGER.info(Constants.METRIC_MARKER, + "TRANSLATOR_TASK_END\t{}\t{}\t{}\t{}\t{}", + taskInRdf.hashCode(), queryName, componentId, + "location_update", moveToCentral ? "central" : "local"); + divideEngine.updateQueryLocation(componentId, queryName, moveToCentral); + } catch (DivideNotInitializedException e) { + LOGGER.error("Could not execute DIVIDE query location update", e); + } + } + + private void handleWindowParameterUpdate(Model model, + Statement typeStatement, + IDivideEngine divideEngine, + String componentId, + String queryName, + String taskInRdf) { + // retrieve window parameter description and convert to new Jena model + StringBuilder updatedWindowParameterList = new StringBuilder(); + // check all available prefixes that represent a new window parameter + for (String property : WINDOW_PARAMETER_UPDATE_VARIABLE_MAP.keySet()) { + // retrieve updated window parameter blank node from RDF + Statement updatedWindowParameterStatement = model.getProperty( + typeStatement.getSubject(), new PropertyImpl(property)); + if (updatedWindowParameterStatement != null) { + // extract number of seconds from statement object + int seconds = updatedWindowParameterStatement.getObject().asLiteral().getInt(); + + // create an RDF/Turtle description of the blank node representing + // this updated window parameter + updatedWindowParameterList.append(String.format( + WINDOW_PARAMETER_DESCRIPTION_TEMPLATE, + WINDOW_PARAMETER_UPDATE_VARIABLE_MAP.get(property), + seconds)); + } + } + + // check if there are actual new window parameters defined + if (updatedWindowParameterList.toString().trim().isEmpty()) { + LOGGER.warn("No updated window parameters described in RDF of window parameter" + + " update task -> makes no sense to send task to DIVIDE engine"); + return; + } + + // create an RDF/Turtle string of the full "corrected window parameters" + // representation required by the DIVIDE engine, and parse it as Jena model + String updatedWindowParameterDescription = String.format( + WINDOW_PARAMETER_LIST_DESCRIPTION_TEMPLATE, updatedWindowParameterList); + Model updatedWindowParameters = JenaUtilities.parseString( + updatedWindowParameterDescription, RDFLanguage.TURTLE); + if (updatedWindowParameters == null) { + LOGGER.warn("Updated window parameter description '{}' in RDF/Turtle cannot be " + + "converted to a Jena model due to an RDF syntax error " + + "-> task cannot be sent to DIVIDE engine", + IOUtilities.removeWhiteSpace(updatedWindowParameterDescription)); + return; + } + + // enqueue window parameter update + try { + LOGGER.info("Translated RDF description to a window parameter update task " + + "for component with ID '{}', DIVIDE query with name '{}', " + + "and window parameter description: {}", + componentId, queryName, + IOUtilities.removeWhiteSpace(updatedWindowParameterDescription)); + LOGGER.info(Constants.METRIC_MARKER, + "TRANSLATOR_TASK_END\t{}\t{}\t{}\t{}\t{}", + taskInRdf.hashCode(), queryName, componentId, + "window_parameter_update", updatedWindowParameters.hashCode()); + divideEngine.updateWindowParameters( + componentId, queryName, updatedWindowParameters); + } catch (DivideNotInitializedException e) { + LOGGER.error("Could not execute DIVIDE query location update", e); + } + } + + + + @SuppressWarnings("unused") + public static void main(String[] args) { + String prefixes = + "@prefix divide-core: .\n" + + "@prefix monitoring: .\n" + + "@prefix saref-core: .\n" + + "@prefix om: .\n" + + "@prefix xsd: .\n"; + + String windowParameterUpdateTask = prefixes + + "[ a divide-core:DivideWindowParameterUpdateTask ;\n" + + " divide-core:isTaskForDivideQueryName \"query_name\" ;\n" + + " divide-core:isTaskForComponentId \"component_id\"^^xsd:string ;\n" + + " divide-core:hasUpdatedQuerySlidingStepInSeconds 25 ;\n" + + " divide-core:hasUpdatedWindowSizeInSeconds \"50\"^^xsd:integer\n" + + "] ."; + + String queryLocationUpdateTask = prefixes + + "[ a divide-core:DivideQueryLocationUpdateTask ;\n" + + " divide-core:isTaskForDivideQueryName \"query_name\" ;\n" + + " divide-core:isTaskForComponentId \"component_id\"^^xsd:string ;\n" + + " divide-core:hasUpdatedQueryLocation [ a divide-core:CentralLocation ]\n" + + "] ."; + + DivideTranslator.getInstance().translateMessageToDivideAction( + DivideEngineFactory.createInstance(), windowParameterUpdateTask); + } + + private enum Task { + QUERY_LOCATION_UPDATE, + WINDOW_PARAMETER_UPDATE + } + +} diff --git a/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/metamodel/DivideMetaModel.java b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/metamodel/DivideMetaModel.java new file mode 100644 index 0000000..964b10f --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/metamodel/DivideMetaModel.java @@ -0,0 +1,168 @@ +package be.ugent.idlab.divide.monitor.metamodel; + + +import be.ugent.idlab.divide.core.component.IComponent; +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.core.query.IDivideQuery; +import be.ugent.idlab.divide.monitor.global.GlobalMonitorException; +import be.ugent.idlab.divide.rsp.RspLocation; +import be.ugent.idlab.divide.rsp.query.IRspQuery; +import be.ugent.idlab.reasoningservice.common.ReasoningServer; +import be.ugent.idlab.reasoningservice.common.event.Event; +import be.ugent.idlab.util.rdf.RDFLanguage; +import be.ugent.idlab.util.rdf.jena3.owlapi4.JenaUtilities; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +public class DivideMetaModel implements IDivideMetaModel { + + private static final Logger LOGGER = LoggerFactory.getLogger(DivideMetaModel.class.getName()); + + private final DivideMetaModelMapper mapper; + private final ReasoningServer reasoningServer; + + private static int QUERY_COUNTER = 0; + + public DivideMetaModel(ReasoningServer reasoningServer) throws GlobalMonitorException { + this.mapper = new DivideMetaModelMapper(); + this.reasoningServer = reasoningServer; + } + + @Override + public void registerEngine(IDivideEngine divideEngine) { + LOGGER.info("Registering DIVIDE engine to meta model"); + + // add DIVIDE engine triples to meta model + String triples = this.mapper.getDivideEngineTriples(divideEngine); + updateTriplesInMetaModel(triples, true); + } + + @Override + public void addDivideQuery(IDivideQuery divideQuery) { + LOGGER.info("Adding DIVIDE query {} to meta model", divideQuery.getName()); + + // add DIVIDE query triples to meta model + String triples = this.mapper.getDivideQueryTriples(divideQuery); + updateTriplesInMetaModel(triples, true); + } + + @Override + public void removeDivideQuery(IDivideQuery divideQuery) { + LOGGER.info("Removing DIVIDE query {} from meta model", divideQuery.getName()); + + // remove DIVIDE query triples from meta model + String triples = this.mapper.getDivideQueryTriples(divideQuery); + updateTriplesInMetaModel(triples, false); + + // note: RSP queries for that DIVIDE query are removed by unregistering them + // from all component's RSP engines (so dedicated calls will happen for that) + // note: DIVIDE query deployment triples are not removed + } + + @Override + public void updateDivideQueryDeployment(IDivideQuery divideQuery, + IComponent component, + RspLocation rspLocation) { + LOGGER.info("Updating deployment of DIVIDE query {} on component {} in meta model to {}", + divideQuery.getName(), component.getId(), rspLocation.toString()); + + // remove DIVIDE query deployment triples of other RSP location + removeDivideQueryDeployment( + divideQuery, component, + rspLocation == RspLocation.CENTRAL ? RspLocation.LOCAL : RspLocation.CENTRAL); + + // add DIVIDE query deployment triples to meta model + String addedTriples = this.mapper.getDivideQueryDeploymentTriples( + divideQuery, component, rspLocation); + updateTriplesInMetaModel(addedTriples, true); + } + + private void removeDivideQueryDeployment(IDivideQuery divideQuery, + IComponent component, + RspLocation rspLocation) { + String removedTriples = this.mapper.getDivideQueryDeploymentTriples( + divideQuery, component, rspLocation); + updateTriplesInMetaModel(removedTriples, false); + } + + @Override + public void addComponent(IComponent component) { + LOGGER.info("Adding DIVIDE component {} to meta model", component.getId()); + + // add DIVIDE component triples to meta model + String triples = this.mapper.getDivideComponentTriples(component); + updateTriplesInMetaModel(triples, true); + } + + @Override + public void removeComponent(IComponent component) { + LOGGER.info("Removing DIVIDE component {} from meta model", component.getId()); + + // remove DIVIDE component triples from meta model + String triples = this.mapper.getDivideComponentTriples(component); + updateTriplesInMetaModel(triples, false); + + // note: RSP queries for that component are removed by unregistering them + // from the component's RSP engine (so dedicated calls will happen for that) + // note: DIVIDE query deployment triples are not removed + } + + @Override + public void addRegisteredQuery(IRspQuery rspQuery) { + LOGGER.info("Adding RSP query {} (registered to RSP engine {}, associated to component {})" + + " to meta model", rspQuery.getQueryName(), rspQuery.getRspEngine().getId(), + rspQuery.getAssociatedComponent().getId()); + + // add RSP query triples to meta model + String triples = this.mapper.getRspQueryTriples(rspQuery); + updateTriplesInMetaModel(triples, true); + } + + @Override + public void removeRegisteredQuery(IRspQuery rspQuery) { + LOGGER.info("Removing RSP query {} (registered to RSP engine {}, associated to component {})" + + " from meta model", rspQuery.getQueryName(), rspQuery.getRspEngine().getId(), + rspQuery.getAssociatedComponent().getId()); + + // remove RSP query triples from meta model + String triples = this.mapper.getRspQueryTriples(rspQuery); + updateTriplesInMetaModel(triples, false); + } + + /** + * @param triples triples to be inserted or removed from the meta model + * @param insert true if triples should be inserted, false if they should be deleted + */ + synchronized void updateTriplesInMetaModel(String triples, boolean insert) { + // translate triples to N-Triple format + String triplesInNTriples = JenaUtilities.serializeModel( + JenaUtilities.parseString(triples), RDFLanguage.N_TRIPLE); + + // create insert or delete event for reasoning service + Event event; + String queryID; + if (insert) { + queryID = "insert-event-" + QUERY_COUNTER++; + event = new Event(Event.Type.INSERT_EVENT, triplesInNTriples); + } else { + queryID = "delete-event-" + QUERY_COUNTER++; + event = new Event(Event.Type.DELETE_EVENT, triplesInNTriples); + } + event.setId(queryID); + + // add insert or delete event to event handler of reasoning server + this.reasoningServer.getEventHandler().handleEvent(event); + } + + @SuppressWarnings("unused") + synchronized void executeUpdateQueryOnMetaModel(String query) { + // create single run query for reasoning service + String queryID = "query-" + QUERY_COUNTER++; + Event queryEvent = new Event(Event.Type.SINGLE_RUN_QUERY, query); + queryEvent.setId(queryID); + + // add single run query to event handler of reasoning server + this.reasoningServer.getEventHandler().handleEvent(queryEvent); + } + +} diff --git a/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/metamodel/DivideMetaModelFactory.java b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/metamodel/DivideMetaModelFactory.java new file mode 100644 index 0000000..9a73a03 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/metamodel/DivideMetaModelFactory.java @@ -0,0 +1,13 @@ +package be.ugent.idlab.divide.monitor.metamodel; + +import be.ugent.idlab.divide.monitor.global.GlobalMonitorException; +import be.ugent.idlab.reasoningservice.common.ReasoningServer; + +public class DivideMetaModelFactory { + + public static IDivideMetaModel createInstance(ReasoningServer reasoningServer) + throws GlobalMonitorException { + return new DivideMetaModel(reasoningServer); + } + +} diff --git a/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/metamodel/DivideMetaModelMapper.java b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/metamodel/DivideMetaModelMapper.java new file mode 100644 index 0000000..3c155b3 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/java/be/ugent/idlab/divide/monitor/metamodel/DivideMetaModelMapper.java @@ -0,0 +1,349 @@ +package be.ugent.idlab.divide.monitor.metamodel; + +import be.ugent.idlab.divide.core.component.IComponent; +import be.ugent.idlab.divide.core.engine.IDivideEngine; +import be.ugent.idlab.divide.core.exception.DivideNotInitializedException; +import be.ugent.idlab.divide.core.query.IDivideQuery; +import be.ugent.idlab.divide.monitor.global.GlobalMonitorException; +import be.ugent.idlab.divide.rsp.RspLocation; +import be.ugent.idlab.divide.rsp.engine.IRspEngine; +import be.ugent.idlab.divide.rsp.query.IRspQuery; +import be.ugent.idlab.divide.rsp.query.window.IStreamWindow; +import be.ugent.idlab.divide.util.JarResourceManager; + +import java.io.IOException; +import java.io.UnsupportedEncodingException; +import java.net.URLEncoder; +import java.nio.charset.StandardCharsets; +import java.nio.file.Paths; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +import java.util.stream.Collectors; + +class DivideMetaModelMapper { + + private static final Map rspLocationMap = new HashMap<>(); + static { + rspLocationMap.put(RspLocation.LOCAL, "LocalLocation"); + rspLocationMap.put(RspLocation.CENTRAL, "CentralLocation"); + } + + // used prefixes + private final String prefixes; + + // triple pattern templates + private final String divideEngineTemplate; + private final String divideComponentTemplate; + private final String divideComponentCentralRspEngineTemplate; + private final String divideQueryTemplate; + private final String divideQueryDeploymentTemplate; + private final String rspQueryTemplate; + private final String rspQuerySlidingStepTemplate; + private final String rspQueryWindowSizeTemplate; + private final String streamWindowTemplate; + private final String streamWindowSizeWithFromToTemplate; + private final String streamWindowSizeWithRangeTemplate; + + // URI templates + private final String deviceUriTemplate; + private final String divideComponentUriTemplate; + private final String divideEngineUriTemplate; + private final String divideQueryUriTemplate; + private final String divideQueryDeploymentUriTemplate; + private final String divideQueryDeploymentLocationUriTemplate; + private final String rdfStreamUriTemplate; + private final String rspEngineUriTemplate; + private final String rspQueryUriTemplate; + private final String streamWindowUriTemplate; + + DivideMetaModelMapper() throws GlobalMonitorException { + String templateDirectory = Paths.get("meta-model", "mapper-templates").toString(); + String triplePatternTemplateDirectory = "triple-patterns"; + String uriTemplateDirectory = "uris"; + try { + this.prefixes = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, "prefixes.ttl").toString()); + + this.divideEngineTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, triplePatternTemplateDirectory, + "divide-engine.ttl").toString()); + this.divideComponentTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, triplePatternTemplateDirectory, + "divide-component.ttl").toString()); + this.divideComponentCentralRspEngineTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, triplePatternTemplateDirectory, + "divide-component-central-rsp-engine.ttl").toString()); + this.divideQueryTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, triplePatternTemplateDirectory, + "divide-query.ttl").toString()); + this.divideQueryDeploymentTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, triplePatternTemplateDirectory, + "divide-query-deployment.ttl").toString()); + this.rspQueryTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, triplePatternTemplateDirectory, + "rsp-query.ttl").toString()); + this.rspQuerySlidingStepTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, triplePatternTemplateDirectory, + "rsp-query-sliding-step.ttl").toString()); + this.rspQueryWindowSizeTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, triplePatternTemplateDirectory, + "rsp-query-window-size.ttl").toString()); + this.streamWindowTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, triplePatternTemplateDirectory, + "stream-window.ttl").toString()); + this.streamWindowSizeWithFromToTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, triplePatternTemplateDirectory, + "stream-window-size-from-to.ttl").toString()); + this.streamWindowSizeWithRangeTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, triplePatternTemplateDirectory, + "stream-window-size-range.ttl").toString()); + + this.deviceUriTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, uriTemplateDirectory, "device").toString()); + this.divideComponentUriTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, uriTemplateDirectory, "divide-component").toString()); + this.divideEngineUriTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, uriTemplateDirectory, "divide-engine").toString()); + this.divideQueryUriTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, uriTemplateDirectory, "divide-query").toString()); + this.divideQueryDeploymentUriTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, uriTemplateDirectory, "divide-query-deployment").toString()); + this.divideQueryDeploymentLocationUriTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, uriTemplateDirectory, "divide-query-deployment-location").toString()); + this.rdfStreamUriTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, uriTemplateDirectory, "rdf-stream").toString()); + this.rspEngineUriTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, uriTemplateDirectory, "rsp-engine").toString()); + this.rspQueryUriTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, uriTemplateDirectory, "rsp-query").toString()); + this.streamWindowUriTemplate = JarResourceManager.getInstance().readResourceFile( + Paths.get(templateDirectory, uriTemplateDirectory, "stream-window").toString()); + + } catch (IOException e) { + throw new GlobalMonitorException("Could not initialize templates of DIVIDE Meta Model mapper"); + } + } + + String getDivideEngineTriples(IDivideEngine divideEngine) { + String triples = ""; + try { + triples = String.format(this.divideEngineTemplate, + getDivideEngineUri(divideEngine), + divideEngine.getId(), + getDeviceUri(divideEngine), + getDeviceUri(divideEngine), + divideEngine.getDeviceNetworkIp()); + } catch (DivideNotInitializedException e) { + // will not happen + } + + return String.format("%s\n%s", this.prefixes, triples); + } + + String getDivideComponentTriples(IComponent component) { + String triples = String.format(this.divideComponentTemplate, + getDivideComponentUri(component), + component.getId(), + getDeviceUri(component), + getRspEngineUri(component.getRspEngineHandler().getLocalRspEngine()), + getRspEngineUri(component.getRspEngineHandler().getLocalRspEngine()), + component.getRspEngineHandler().getLocalRspEngine().getServerPort(), + getDeviceUri(component), + component.getIpAddress()); + + // append with central RSP engine information if it is configured + if (component.getRspEngineHandler().getCentralRspEngine() != null) { + triples += "\n" + String.format(divideComponentCentralRspEngineTemplate, + getDivideComponentUri(component), + getRspEngineUri(component.getRspEngineHandler().getCentralRspEngine())); + } + + return String.format("%s\n%s", this.prefixes, triples); + } + + String getDivideQueryTriples(IDivideQuery divideQuery) { + String triples = String.format(this.divideQueryTemplate, + getDivideQueryUri(divideQuery), + divideQuery.getName()); + + return String.format("%s\n%s", this.prefixes, triples); + } + + String getDivideQueryDeploymentTriples(IDivideQuery divideQuery, + IComponent component, + RspLocation rspLocation) { + String triples = String.format(this.divideQueryDeploymentTemplate, + getDivideQueryUri(divideQuery), + getDivideQueryDeploymentUri(divideQuery, component), + getDivideQueryDeploymentUri(divideQuery, component), + getDivideComponentUri(component), + getDivideQueryDeploymentLocationUri(divideQuery, component, rspLocation), + getDivideQueryDeploymentLocationUri(divideQuery, component, rspLocation), + rspLocationMap.get(rspLocation)); + + return String.format("%s\n%s", this.prefixes, triples); + } + + String getRspQueryTriples(IRspQuery rspQuery) { + // generate triples for RSP query + String queryTriples = String.format(this.rspQueryTemplate, + getRspQueryUri(rspQuery.getRspEngine(), rspQuery), + rspQuery.getId(), + rspQuery.getQueryName(), + rspQuery.getStreamWindows().stream() + .map(s -> { + try { + return getStreamWindowUri(s, rspQuery, rspQuery.getRspEngine()); + } catch (UnsupportedEncodingException e) { + // will not happen if streams are valid + return null; + } + }) + .filter(Objects::nonNull) + .collect(Collectors.joining(", ")), + getRspEngineUri(rspQuery.getRspEngine()), + getDivideQueryUri(rspQuery.getOriginalDivideQuery()), + getDivideComponentUri(rspQuery.getAssociatedComponent())); + + // append with query sliding step & window size if available + if (rspQuery.getQuerySlidingStepInSeconds() != -1) { + queryTriples += "\n" + String.format(rspQuerySlidingStepTemplate, + getRspQueryUri(rspQuery.getRspEngine(), rspQuery), + rspQuery.getQuerySlidingStepInSeconds()); + } + if (rspQuery.getStreamWindowSizeInSeconds() != -1) { + queryTriples += "\n" + String.format(rspQueryWindowSizeTemplate, + getRspQueryUri(rspQuery.getRspEngine(), rspQuery), + rspQuery.getStreamWindowSizeInSeconds()); + } + + // generate additional triples for stream windows + String streamWindowTriples = ""; + for (IStreamWindow streamWindow : rspQuery.getStreamWindows()) { + try { + streamWindowTriples = "\n" + String.format(streamWindowTemplate, + getStreamWindowUri(streamWindow, rspQuery, rspQuery.getRspEngine()), + getRdfStreamUri(rspQuery.getRspEngine(), streamWindow.getStreamIri()), + streamWindow.getWindowDefinition(), + streamWindow.getQuerySlidingStepInSeconds(), + getRdfStreamUri(rspQuery.getRspEngine(), streamWindow.getStreamIri()), + streamWindow.getStreamIri()); + + if (streamWindow.getWindowSizeInSeconds() != -1) { + // stream window with a single window size + streamWindowTriples += "\n" + String.format(streamWindowSizeWithRangeTemplate, + getStreamWindowUri(streamWindow, rspQuery, rspQuery.getRspEngine()), + streamWindow.getWindowSizeInSeconds()); + } else { + // stream window with a FROM & TO specification + streamWindowTriples += "\n" + String.format(streamWindowSizeWithFromToTemplate, + getStreamWindowUri(streamWindow, rspQuery, rspQuery.getRspEngine()), + streamWindow.getWindowStartInSecondsAgo(), + streamWindow.getWindowEndInSecondsAgo()); + } + } catch (UnsupportedEncodingException e) { + // will not happen + } + } + + return String.format("%s\n%s\n%s", this.prefixes, queryTriples, streamWindowTriples); + } + + + // construction of URIs + + private String getDeviceUri(IDivideEngine divideEngine) throws DivideNotInitializedException { + return String.format(deviceUriTemplate, getUrlIdOfDevice(divideEngine)); + } + + private String getDeviceUri(IComponent component) { + return String.format(deviceUriTemplate, getUrlIdOfDevice(component)); + } + + private String getDivideComponentUri(IComponent component) { + return String.format(divideComponentUriTemplate, getUrlId(component)); + } + + private String getDivideEngineUri(IDivideEngine divideEngine) { + return String.format(divideEngineUriTemplate, getUrlId(divideEngine)); + } + + private String getDivideQueryUri(IDivideQuery divideQuery) { + return String.format(divideQueryUriTemplate, getUrlId(divideQuery)); + } + + private String getDivideQueryDeploymentUri(IDivideQuery divideQuery, + IComponent component) { + return String.format(divideQueryDeploymentUriTemplate, + getUrlId(divideQuery), getUrlId(component)); + } + + private String getDivideQueryDeploymentLocationUri(IDivideQuery divideQuery, + IComponent component, + RspLocation location) { + return String.format(divideQueryDeploymentLocationUriTemplate, + getUrlId(divideQuery), getUrlId(component), + rspLocationMap.get(location)); + } + + private String getRdfStreamUri(IRspEngine rspEngine, + String streamName) throws UnsupportedEncodingException { + return String.format(rdfStreamUriTemplate, getUrlId(rspEngine), + URLEncoder.encode(streamName, StandardCharsets.UTF_8.toString())); + } + + private String getRspEngineUri(IRspEngine rspEngine) { + return String.format(rspEngineUriTemplate, getUrlId(rspEngine)); + } + + private String getRspQueryUri(IRspEngine rspEngine, + IRspQuery rspQuery) { + return String.format(rspQueryUriTemplate, getUrlId(rspEngine), getUrlId(rspQuery)); + } + + private String getStreamWindowUri(IStreamWindow streamWindow, + IRspQuery rspQuery, + IRspEngine rspEngine) throws UnsupportedEncodingException { + return String.format(streamWindowUriTemplate, + getUrlId(rspEngine), getUrlId(rspQuery), getUrlId(streamWindow)); + } + + + // retrieval of IDs in URIs + + private String getUrlId(IDivideEngine divideEngine) { + return divideEngine.getId(); + } + + private String getUrlIdOfDevice(IDivideEngine divideEngine) throws DivideNotInitializedException { + return divideEngine.getDeviceNetworkIp(); + } + + private String getUrlIdOfDevice(IComponent component) { + return component.getIpAddress(); + } + + private String getUrlId(IComponent component) { + return component.getId(); + } + + private String getUrlId(IRspEngine rspEngine) { + return rspEngine.getId(); + } + + private String getUrlId(IDivideQuery divideQuery) { + return divideQuery.getName(); + } + + private String getUrlId(IRspQuery rspQuery) { + return rspQuery.getId(); + } + + private String getUrlId(IStreamWindow streamWindow) throws UnsupportedEncodingException { + return String.format("%s-%s", + URLEncoder.encode(streamWindow.getStreamIri(), StandardCharsets.UTF_8.toString()), + URLEncoder.encode(streamWindow.getWindowDefinition(), StandardCharsets.UTF_8.toString())); + } + +} diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/prefixes.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/prefixes.ttl new file mode 100644 index 0000000..d94b483 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/prefixes.ttl @@ -0,0 +1,5 @@ +@prefix divide-core: . +@prefix monitoring: . +@prefix saref-core: . +@prefix om: . +@prefix xsd: . \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-component-central-rsp-engine.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-component-central-rsp-engine.ttl new file mode 100644 index 0000000..1685c9f --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-component-central-rsp-engine.ttl @@ -0,0 +1,2 @@ +%s + divide-core:hasCentralRspEngine %s . \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-component.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-component.ttl new file mode 100644 index 0000000..9fbc786 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-component.ttl @@ -0,0 +1,13 @@ +%s + a divide-core:DivideComponent ; + divide-core:hasID "%s" ; + divide-core:isHostedBy %s ; + divide-core:hasLocalRspEngine %s . + +%s + a divide-core:RspEngine ; + divide-core:hasServerPort "%s"^^xsd:integer . + +%s + a saref-core:Device ; + divide-core:hasIPAddress "%s" . \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-engine.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-engine.ttl new file mode 100644 index 0000000..7aea845 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-engine.ttl @@ -0,0 +1,8 @@ +%s + a divide-core:DivideEngine ; + divide-core:hasID "%s" ; + divide-core:isHostedBy %s . + +%s + a saref-core:Device ; + divide-core:hasIPAddress "%s" . \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-query-deployment.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-query-deployment.ttl new file mode 100644 index 0000000..86f9b4b --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-query-deployment.ttl @@ -0,0 +1,10 @@ +%s + divide-core:hasQueryDeployment %s . + +%s + a divide-core:QueryDeployment ; + saref-core:isAbout %s ; + divide-core:hasQueryLocation %s . + +%s + a divide-core:%s . \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-query.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-query.ttl new file mode 100644 index 0000000..d84ac5d --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/divide-query.ttl @@ -0,0 +1,3 @@ +%s + a divide-core:DivideQuery ; + divide-core:hasName "%s" . \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/rsp-query-sliding-step.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/rsp-query-sliding-step.ttl new file mode 100644 index 0000000..c879f65 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/rsp-query-sliding-step.ttl @@ -0,0 +1,2 @@ +%s + divide-core:hasQuerySlidingStepInSeconds "%s"^^xsd:integer . \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/rsp-query-window-size.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/rsp-query-window-size.ttl new file mode 100644 index 0000000..cc30c2e --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/rsp-query-window-size.ttl @@ -0,0 +1,2 @@ +%s + divide-core:hasWindowSizeInSeconds "%s"^^xsd:integer . \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/rsp-query.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/rsp-query.ttl new file mode 100644 index 0000000..a3a2a86 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/rsp-query.ttl @@ -0,0 +1,8 @@ +%s + a divide-core:RspQuery ; + divide-core:hasID "%s" ; + divide-core:hasName "%s" ; + divide-core:hasInputStreamWindow %s ; + divide-core:isRegisteredTo %s ; + divide-core:hasCorrespondingDivideQuery %s ; + divide-core:hasAssociatedComponent %s . \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/stream-window-size-from-to.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/stream-window-size-from-to.ttl new file mode 100644 index 0000000..8b91a34 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/stream-window-size-from-to.ttl @@ -0,0 +1,3 @@ +%s + divide-core:hasWindowStartInSecondsAgo "%s"^^xsd:integer ; + divide-core:hasWindowEndInSecondsAgo "%s"^^xsd:integer . \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/stream-window-size-range.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/stream-window-size-range.ttl new file mode 100644 index 0000000..cc30c2e --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/stream-window-size-range.ttl @@ -0,0 +1,2 @@ +%s + divide-core:hasWindowSizeInSeconds "%s"^^xsd:integer . \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/stream-window.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/stream-window.ttl new file mode 100644 index 0000000..403ed8e --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/triple-patterns/stream-window.ttl @@ -0,0 +1,9 @@ +%s + a divide-core:StreamWindow ; + divide-core:hasInputStream %s ; + divide-core:hasWindowDefinition "%s" ; + divide-core:hasQuerySlidingStepInSeconds "%s"^^xsd:integer . + +%s + a divide-core:RdfStream ; + divide-core:hasStreamName "%s" . \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/device b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/device new file mode 100644 index 0000000..31746c4 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/device @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-component b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-component new file mode 100644 index 0000000..e35e056 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-component @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-engine b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-engine new file mode 100644 index 0000000..ebf69fd --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-engine @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-query b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-query new file mode 100644 index 0000000..4cf608f --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-query @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-query-deployment b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-query-deployment new file mode 100644 index 0000000..185eeba --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-query-deployment @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-query-deployment-location b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-query-deployment-location new file mode 100644 index 0000000..b8e318c --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/divide-query-deployment-location @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/rdf-stream b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/rdf-stream new file mode 100644 index 0000000..a4f11a8 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/rdf-stream @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/rsp-engine b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/rsp-engine new file mode 100644 index 0000000..8bfdbf7 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/rsp-engine @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/rsp-query b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/rsp-query new file mode 100644 index 0000000..5be7fe3 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/rsp-query @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/stream-window b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/stream-window new file mode 100644 index 0000000..e6a288e --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/mapper-templates/uris/stream-window @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/DivideCore.owl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/DivideCore.owl new file mode 100644 index 0000000..109d838 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/DivideCore.owl @@ -0,0 +1,419 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Object Properties +################################################################# + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasAssociatedComponent +:hasAssociatedComponent rdf:type owl:ObjectProperty ; + rdfs:range :DivideComponent . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasCentralRspEngine +:hasCentralRspEngine rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasRspEngine . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasCorrespondingDivideQuery +:hasCorrespondingDivideQuery rdf:type owl:ObjectProperty ; + rdfs:domain :RspQuery ; + rdfs:range :DivideQuery . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasInputStream +:hasInputStream rdf:type owl:ObjectProperty ; + rdfs:range :RdfStream ; + owl:propertyChainAxiom ( :hasInputStreamWindow + :hasInputStream + ) . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasInputStreamWindow +:hasInputStreamWindow rdf:type owl:ObjectProperty ; + rdfs:range :StreamWindow . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasLocalRspEngine +:hasLocalRspEngine rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasRspEngine . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasQueryDeployment +:hasQueryDeployment rdf:type owl:ObjectProperty ; + rdfs:range :QueryDeployment . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasQueryLocation +:hasQueryLocation rdf:type owl:ObjectProperty ; + rdfs:range :QueryLocation . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasRegisteredQuery +:hasRegisteredQuery rdf:type owl:ObjectProperty ; + owl:inverseOf :isRegisteredTo ; + rdfs:domain :RspEngine ; + rdfs:range :RspQuery . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasRspEngine +:hasRspEngine rdf:type owl:ObjectProperty ; + rdfs:range :RspEngine . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasUpdatedQueryLocation +:hasUpdatedQueryLocation rdf:type owl:ObjectProperty ; + rdfs:domain :DivideQueryLocationUpdateTask ; + rdfs:range :QueryLocation . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hosts +:hosts rdf:type owl:ObjectProperty ; + owl:inverseOf :isHostedBy ; + rdfs:domain . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/isHostedBy +:isHostedBy rdf:type owl:ObjectProperty ; + rdfs:label "is hosted by"@en . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/isRegisteredTo +:isRegisteredTo rdf:type owl:ObjectProperty ; + rdfs:domain :RspQuery ; + rdfs:range :RspEngine . + + +################################################################# +# Data properties +################################################################# + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasID +:hasID rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasIPAddress +:hasIPAddress rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasName +:hasName rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasQuerySlidingStepInSeconds +:hasQuerySlidingStepInSeconds rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasServerPort +:hasServerPort rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasStreamName +:hasStreamName rdf:type owl:DatatypeProperty ; + rdfs:domain :RdfStream ; + rdfs:range xsd:string . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasUpdatedQuerySlidingStepInSeconds +:hasUpdatedQuerySlidingStepInSeconds rdf:type owl:DatatypeProperty ; + rdfs:domain :DivideWindowParameterUpdateTask ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasUpdatedWindowSizeInSeconds +:hasUpdatedWindowSizeInSeconds rdf:type owl:DatatypeProperty ; + rdfs:domain :DivideWindowParameterUpdateTask ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasWindowDefinition +:hasWindowDefinition rdf:type owl:DatatypeProperty ; + rdfs:domain :StreamWindow ; + rdfs:range xsd:string . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasWindowEndInSecondsAgo +:hasWindowEndInSecondsAgo rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasWindowSizeInSeconds +:hasWindowSizeInSeconds rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/hasWindowStartInSecondsAgo +:hasWindowStartInSecondsAgo rdf:type owl:DatatypeProperty ; + rdfs:range xsd:integer . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/isTaskForComponentId +:isTaskForComponentId rdf:type owl:DatatypeProperty ; + rdfs:domain :DivideTask ; + rdfs:range xsd:string . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/isTaskForDivideQueryName +:isTaskForDivideQueryName rdf:type owl:DatatypeProperty ; + rdfs:domain :DivideTask ; + rdfs:range xsd:string . + + +################################################################# +# Classes +################################################################# + +### https://divide.idlab.ugent.be/meta-model/divide-core/CentralLocation +:CentralLocation rdf:type owl:Class ; + rdfs:subClassOf :QueryLocation . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/CsparqlEngine +:CsparqlEngine rdf:type owl:Class ; + rdfs:subClassOf :RspEngine . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideComponent +:DivideComponent rdf:type owl:Class ; + rdfs:subClassOf :DivideEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :isHostedBy ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCentralRspEngine ; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :RspEngine + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasLocalRspEngine ; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :RspEngine + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasID ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideEngine +:DivideEngine rdf:type owl:Class ; + rdfs:subClassOf :DivideEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :isHostedBy ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasID ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideEntity +:DivideEntity rdf:type owl:Class . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideQuery +:DivideQuery rdf:type owl:Class ; + rdfs:subClassOf :DivideEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasQueryDeployment ; + owl:allValuesFrom :QueryDeployment + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasName ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideQueryLocationUpdateTask +:DivideQueryLocationUpdateTask rdf:type owl:Class ; + rdfs:subClassOf :DivideTask , + [ rdf:type owl:Restriction ; + owl:onProperty :hasUpdatedQueryLocation ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :QueryLocation + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideTask +:DivideTask rdf:type owl:Class ; + rdfs:subClassOf :DivideEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :isTaskForComponentId ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isTaskForDivideQueryName ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/DivideWindowParameterUpdateTask +:DivideWindowParameterUpdateTask rdf:type owl:Class ; + rdfs:subClassOf :DivideTask , + [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :hasUpdatedQuerySlidingStepInSeconds ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] + [ rdf:type owl:Restriction ; + owl:onProperty :hasUpdatedWindowSizeInSeconds ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] + ) + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/LocalLocation +:LocalLocation rdf:type owl:Class ; + rdfs:subClassOf :QueryLocation . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/QueryDeployment +:QueryDeployment rdf:type owl:Class ; + rdfs:subClassOf :DivideEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasQueryLocation ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :QueryLocation + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :DivideComponent + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/QueryLocation +:QueryLocation rdf:type owl:Class ; + rdfs:subClassOf :DivideEntity . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RdfStream +:RdfStream rdf:type owl:Class ; + rdfs:subClassOf :RspEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasStreamName ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RspEngine +:RspEngine rdf:type owl:Class ; + rdfs:subClassOf :RspEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasServerPort ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RspEntity +:RspEntity rdf:type owl:Class . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RspQuery +:RspQuery rdf:type owl:Class ; + rdfs:subClassOf :RspEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasInputStreamWindow ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :StreamWindow + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCorrespondingDivideQuery ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :DivideQuery + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isRegisteredTo ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :RspEngine + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasID ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasName ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasQuerySlidingStepInSeconds ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasWindowSizeInSeconds ; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/StreamWindow +:StreamWindow rdf:type owl:Class ; + rdfs:subClassOf :RspEntity , + [ rdf:type owl:Class ; + owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :hasWindowEndInSecondsAgo ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] + [ rdf:type owl:Restriction ; + owl:onProperty :hasWindowStartInSecondsAgo ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] + ) ; + rdf:type owl:Class + ] + [ rdf:type owl:Restriction ; + owl:onProperty :hasWindowSizeInSeconds ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] + ) + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasInputStream ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :RdfStream + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasQuerySlidingStepInSeconds ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:integer + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasWindowDefinition ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/Monitoring.owl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/Monitoring.owl new file mode 100644 index 0000000..516308d --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/Monitoring.owl @@ -0,0 +1,325 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Object Properties +################################################################# + +### https://divide.idlab.ugent.be/meta-model/monitoring/hasHardware +:hasHardware rdf:type owl:ObjectProperty ; + rdfs:range . + + +################################################################# +# Data properties +################################################################# + +### https://divide.idlab.ugent.be/meta-model/monitoring/hasTimestampUTC +:hasTimestampUTC rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty ; + rdfs:range xsd:long . + + +################################################################# +# Classes +################################################################# + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Unit + owl:equivalentClass . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RdfStream + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :RdfStreamEventProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RspEntity + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :RspProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/divide-core/RspQuery + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :RspQueryExecutionProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Bandwidth +:Bandwidth rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/CPU +:CPU rdf:type owl:Class ; + rdfs:subClassOf :Hardware , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :CpuProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Computer +:Computer rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty :hasHardware ; + owl:someValuesFrom + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/CpuLoad +:CpuLoad rdf:type owl:Class ; + rdfs:subClassOf :CpuProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/CpuProperty +:CpuProperty rdf:type owl:Class ; + rdfs:subClassOf :HardwareProperty , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :CPU + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/CpuUsage +:CpuUsage rdf:type owl:Class ; + rdfs:subClassOf :CpuProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Delay +:Delay rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Disk +:Disk rdf:type owl:Class ; + rdfs:subClassOf :Hardware , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :DiskProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/DiskProperty +:DiskProperty rdf:type owl:Class ; + rdfs:subClassOf :HardwareProperty , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :Disk + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/DiskSpaceAvailable +:DiskSpaceAvailable rdf:type owl:Class ; + rdfs:subClassOf :DiskProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/DiskSpaceUsed +:DiskSpaceUsed rdf:type owl:Class ; + rdfs:subClassOf :DiskProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Hardware +:Hardware rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/HardwareProperty +:HardwareProperty rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Jitter +:Jitter rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/NetworkInterface +:NetworkInterface rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :NetworkProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/NetworkProperty +:NetworkProperty rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :NetworkInterface + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/NumberOfStreamEventTriples +:NumberOfStreamEventTriples rdf:type owl:Class ; + rdfs:subClassOf :RdfStreamEventProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/PacketsReceived +:PacketsReceived rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/PacketsReceivedDropped +:PacketsReceivedDropped rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/PacketsSent +:PacketsSent rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/PacketsSentDropped +:PacketsSentDropped rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RAM +:RAM rdf:type owl:Class ; + rdfs:subClassOf :Hardware , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :RamProperty + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RamAvailable +:RamAvailable rdf:type owl:Class ; + rdfs:subClassOf :RamProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RamProperty +:RamProperty rdf:type owl:Class ; + rdfs:subClassOf :HardwareProperty , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom :RAM + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RamUsed +:RamUsed rdf:type owl:Class ; + rdfs:subClassOf :RamProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RdfStreamEventProperty +:RdfStreamEventProperty rdf:type owl:Class ; + rdfs:subClassOf :RspProperty , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RoundTripTime +:RoundTripTime rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RspProperty +:RspProperty rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RspQueryExecutionMemoryUsage +:RspQueryExecutionMemoryUsage rdf:type owl:Class ; + rdfs:subClassOf :RspQueryExecutionProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RspQueryExecutionProperty +:RspQueryExecutionProperty rdf:type owl:Class ; + rdfs:subClassOf :RspProperty , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RspQueryExecutionTime +:RspQueryExecutionTime rdf:type owl:Class ; + rdfs:subClassOf :RspQueryExecutionProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RspQueryNumberOfHits +:RspQueryNumberOfHits rdf:type owl:Class ; + rdfs:subClassOf :RspQueryExecutionProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RspQueryProcessingTime +:RspQueryProcessingTime rdf:type owl:Class ; + rdfs:subClassOf :RspQueryExecutionProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/RxRate +:RxRate rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/Throughput +:Throughput rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://divide.idlab.ugent.be/meta-model/monitoring/TxRate +:TxRate rdf:type owl:Class ; + rdfs:subClassOf :NetworkProperty . + + +### https://saref.etsi.org/core/Measurement + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasTimestampUTC ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:long + ] . + + +### https://saref.etsi.org/core/Property + rdfs:subClassOf . + + +### https://saref.etsi.org/core/UnitOfMeasure + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :CpuLoad + :CpuUsage + :DiskSpaceAvailable + :RamAvailable + ) +] . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/denon_ng.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/denon_ng.ttl new file mode 100644 index 0000000..86a3864 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/denon_ng.ttl @@ -0,0 +1,1636 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.w3.org/2000/01/rdf-schema#comment +rdfs:comment rdf:type owl:AnnotationProperty . + + +################################################################# +# Datatypes +################################################################# + +### http://www.w3.org/2001/XMLSchema#anyType +xsd:anyType rdf:type rdfs:Datatype . + + +################################################################# +# Object Properties +################################################################# + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#bindsTo +:bindsTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#connectedTo +:connectedTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#consistsOf +:consistsOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#consistsOfAtomicPart +:consistsOfAtomicPart rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#contains +:contains rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#controls +:controls rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#governs +:governs rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasCommand +:hasCommand rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasEdge +:hasEdge rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasMetaData +:hasMetaData rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasNode +:hasNode rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasPayload +:hasPayload rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasSoftware +:hasSoftware rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasSource +:hasSource rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasTarget +:hasTarget rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasValue +:hasValue rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#implements +:implements rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#plugsInto +:plugsInto rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#provides +:provides rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#representedBy +:representedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#requiredBy +:requiredBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + owl:inverseOf :requires . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#requires +:requires rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#runsOn +:runsOn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#supports +:supports rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#uses +:uses rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://www.w3.org/2002/07/owl#topObjectProperty +owl:topObjectProperty rdf:type owl:ObjectProperty . + + +################################################################# +# Data properties +################################################################# + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasDescription +:hasDescription rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasID +:hasID rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#hasName +:hasName rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#inDegree +:inDegree rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#isWeighted +:isWeighted rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#outDegree +:outDegree rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### http://www.w3.org/2002/07/owl#topDataProperty +owl:topDataProperty rdf:type owl:DatatypeProperty . + + +################################################################# +# Classes +################################################################# + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Application +:Application rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource , + [ rdf:type owl:Restriction ; + owl:onProperty :contains ; + owl:someValuesFrom :ApplicationComponent + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :contains ; + owl:someValuesFrom :Engine + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :provides ; + owl:someValuesFrom :Service + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :contains ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :ApplicationComponent + :Engine + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :provides ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :Resource + :Service + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :uses ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :Resource + :Service + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :contains ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Engine + ] ; + rdfs:comment "This is an abstract class that serves as the root of all Application managed entities. An Application is modeled as a Resource that provides Services to the System, other Applications, and/or Users. The set of Services that an Application provides enables the Application to be used to perform a set of tasks." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ApplicationComponent +:ApplicationComponent rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment "This is an abstract class that serves as the root of all entities that are combined to produce an Application. Each ApplicationComponent is modeled as a Resource that provides Services to the System, other ApplicationComponents, and/or Users. The set of Services that an ApplicationComponent provides enables the Application to be used to perform a set of tasks." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#AuxiliaryComponent +:AuxiliaryComponent rdf:type owl:Class ; + rdfs:subClassOf :PhysicalContainer ; + rdfs:comment """This is an abstract base class that represents managed entities, such as power supplies, fans and cables, wihch are required for the proper operation of the Device but have a primary function that is different than the primary end-user function(s) of the Device. + +The difference between AuxiliaryComponents and other subclasses of Equipment are whether or not the physical object performs a function intrinsic to the main function of the Device. This is best understood by way of example. Consider a Router. Its main function is to route and forward packets. A PowerSupply is an AuxiliaryComponent, because even though it is needed for the proper operation of the Router, it does not directly help in routing and forwarding packets. A LineCard (that provides routing functionality) is a subclass of Equipment because its purpose is to route and forward packets. Similar examples exist for different types of equipment, where their criteria may be different. For example, instead of whether it routes or forwards packets, the criterion \"does it carry signal\" may be useful to appropriately classify components.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#BehavioralAspect +:BehavioralAspect rdf:type owl:Class ; + rdfs:subClassOf :ManagedEntity ; + rdfs:comment "This is an abstract class for representing entities that have statically defined behavior, such as behavior that is governed by policy rules or applicable to a specific context or domain." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#BridgingProtocol +:BridgingProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """Bridging Protocols operate at the data link layer of the OSI model, and are used to define communications over different types of homogeneous and heterogeneous local area networks. + +The DEN-ng model defines SRBridging, SRTBridging, and TransparentBridging as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Cable +:Cable rdf:type owl:Class ; + rdfs:subClassOf :PhysicalResource ; + rdfs:comment "This class represents a container of conductors or fibres. At least two connectors will be attached to a cable." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Capability +:Capability rdf:type owl:Class ; + rdfs:subClassOf :EntityMetaData ; + rdfs:comment """Capability is an abstract class .Capabilities are associated with ManagedEntities in the system, and are defined as one or more hardware or software features that represent a service or resource provided by that entity. A ManagedEntity can be a system, network, device, component, or other unit of abstraction. + +Note that capabilities are features, resources, or services that are externally visible and can be monitored and/or controlled. + +The composite pattern is used to model hierarchies of capabilities.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CompoundResource +:CompoundResource rdf:type owl:Class ; + rdfs:subClassOf :Resource , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :Resource + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :Resource + ] . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CompoundResourceAtomic +:CompoundResourceAtomic rdf:type owl:Class ; + rdfs:subClassOf :CompoundResource ; + owl:disjointWith :CompoundResourceComposite . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CompoundResourceComposite +:CompoundResourceComposite rdf:type owl:Class ; + rdfs:subClassOf :CompoundResource , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :CompoundResource + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :CompoundResource + ] . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Context +:Context rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment """The Context of an Entity is a collection of knowledge and data that result from the set of all interrelated conditions in which an Entity exists. Events point out changing conditions that may affect that Entity; an appropriate governance mechanism, such as policy rules, then defines a set of actions in response to the Event(s) to change or maintain the state of the Entity according to these conditions and actions. + +Context can have multiple distinct sets of related data and knowledge that are used to adjust its state in accordance with the changes in the environment that it exists in. The DEN-ng model represents this as a set of aggregations to ContextData, where ContextData is a class that focuses on one specific type of data and/or knowledge that is aggregated by the Entity's Context.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CoordinateSystem +:CoordinateSystem rdf:type owl:Class ; + rdfs:subClassOf :UnManagedEntity ; + rdfs:comment "This class represents the concept of a Coordinate System. In general, this is a system for assigning an n-tuple of numbers to each point in an n-dimensional space. Numbers can be integers, real or complex numbers, or even other more complex units." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CustomerFacingService +:CustomerFacingService rdf:type owl:Class ; + rdfs:subClassOf :ServiceAtomic , + [ rdf:type owl:Restriction ; + owl:onProperty :requires ; + owl:someValuesFrom :ResourceFacingService + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :requires ; + owl:allValuesFrom :ResourceFacingService + ] ; + owl:disjointWith :ResourceFacingService ; + rdfs:comment """This is the base class for defining CustomerFacingServices in the DEN-ng Service model. A CustomerFacingService is an abstraction that defines the characteristics and behavior of a particular Service as seen by the Customer or other appropriate PartyRole. This means that this PartyRole purchases, leases, uses and/or is otherwise directly aware of this type of Service. This is in direct contrast to ResourceFacingServices, which support CustomerFacingServices but are NOT seen or purchased directly by the Customer. For example, a VPN is an example of a CustomerFacingService, while the sub-services that perform different types of routing between network devices making up the VPN are examples of ResourceFacingServices. + +Please see the DEN-ng Service model for more details.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CustomerFacingServiceAtomic +:CustomerFacingServiceAtomic rdf:type owl:Class ; + rdfs:subClassOf :CustomerFacingService ; + owl:disjointWith :CustomerFacingServiceComposite ; + rdfs:comment "This is an abstract base class that defines a stand-alone CustomerFacingService that meets the needs of a Product. Stand-alone CustomerFacingServices may be linked directly to a Product or aggregated by a CustomerFacingServiceProduct." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#CustomerFacingServiceComposite +:CustomerFacingServiceComposite rdf:type owl:Class ; + rdfs:subClassOf :CustomerFacingService , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :CustomerFacingService + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :CustomerFacingService + ] ; + rdfs:comment "This is an abstract base class that defines an integrated set of CustomerFacingServices that collectively meets the needs of a Product. For example, the Customer may have requested \"GoldService\", which is a ServicePackage that defines a set of ServiceBundles, each of which has its own QoS. This enables \"GoldService\" to be abstracted and treated as a managed object that provides a CustomerFacingService." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#DeviceInterface +:DeviceInterface rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment "This is an abstract class that represents the (logical) interface or sub-interface of a device. A DeviceInterface is a concrete class that represents the (logical) interface or sub-interface of a device. This is not a transmission entity; rather, DeviceInterfaces are used to program Services and LogicalResources on a Device. For example, it is used to program a logical connection from a device to a network medium. Different types of DeviceInterfaces exist for the different types of network media (e.g., IP vs. ATM) that are used in a network to enable such media to be programmed. The combination of a LogicalDevice and a DeviceInterface is what a developer programs to define Services that run on the device." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Domain +:Domain rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment "A Domain is a collection of Entities that share a common purpose. In addition, each constituent Entity in a Domain is both uniquely addressable and uniquely identifiable within that Domain. Note that a Domain is simply a container with metadata." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#DomainAtomic +:DomainAtomic rdf:type owl:Class ; + rdfs:subClassOf :Domain ; + owl:disjointWith :DomainComposite . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#DomainComposite +:DomainComposite rdf:type owl:Class ; + rdfs:subClassOf :Domain . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#EdgeConcept +:EdgeConcept rdf:type owl:Class ; + rdfs:subClassOf :MetaData , + [ rdf:type owl:Restriction ; + owl:onProperty :hasSource ; + owl:allValuesFrom :Node + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasTarget ; + owl:allValuesFrom :Node + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasSource ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Node + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasTarget ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Node + ] ; + rdfs:comment "This is an abstract class - one of its four subclasses needs to be chosen to instantiate a Graph." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Engine +:Engine rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment "An Engine is an abstract subclass of LogicalResource. It provides resources for instantiating and running different Applications and ApplicationComponents. An Engine provides a generic set of framework services that are molded by an Application and its ApplicationComponents to perform specific tasks." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Entity +:Entity rdf:type owl:Class ; + rdfs:subClassOf :RootEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasMetaData ; + owl:allValuesFrom :MetaData + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasValue ; + owl:allValuesFrom :Value + ] ; + rdfs:comment "This is an abstract class that extends the RootEntity class in order to represent classes of objects that are important to the environment being managed. Some of these may play one or more business functions, while others are required in order to represent characteristics and behavior of the entities in the environment. Entities can be either managed or unmanaged. More formally, an Entity represents objects that have a separate and distinct existence. They are not just a collection of attributes or an abstraction of behavior." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#EntityMetaData +:EntityMetaData rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "EntityMetaData contains data for different types of Entities that describe, but does not contribute to or impact, the state of the Entity." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Equipment +:Equipment rdf:type owl:Class ; + rdfs:subClassOf :PhysicalContainer ; + rdfs:comment """This class is based on the m.3100 specification, and is described as follows: + +The Equipment object class is a class of managed objects that represents physical components of a managed device, including replaceable components. An instance of this object class must be present in only a single geographic location. An Equipment object may be nested within another Equipment object, thereby creating a containment relationship. The Equipment type shall be identified by sub-classing this object class. Either the name of the sub-class or an attribute may be used for identifying the equipment type. + +Changed name of m.3100 attribute AlarmReportingIndicator to AlarmStatus, and enhanced semantics. + +The m.3100 SystemTitle attribute is NOT implemented in this class, we're using CommonName instead. + +We don't support the m.3100 supportedByObjectList attribute. This attribute is intended to list a set of physical and logical objects that directly affect this object. We think that the model should show this via associations, not via an embedded attribute.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#EquipmentHolder +:EquipmentHolder rdf:type owl:Class ; + rdfs:subClassOf :PhysicalContainer ; + rdfs:comment """This class is based on the M.3100 specification, and is a base class that represents physical objects that are both manageable as well as able to host, hold, or contain other physical objects. Examples of physical objects that can be represented by instances of this object class are Racks, Chassis, Shelfs, and Slots. + +The difference between subclasses of EquipmentHolder (such as a Slot or a Chassis) and subclasses of Equipment that have a Holder role (such as a Card) is that the subclasses of EquipmentHolder are dedicated to holding other Hardware. The subclasses of Equipment that have a holder role have a holding capability as a secondary capability, usually for expansion. Their primary function, however, is not to hold other objects.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Event +:Event rdf:type owl:Class ; + rdfs:subClassOf :Entity ; + rdfs:comment "An Event is a significant occurrence which contains data and/or knowledge pertaining to a specific context. An event carries information that may be used by the object to evaluate whether it should make a state transition or not." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#EventAtomic +:EventAtomic rdf:type owl:Class ; + rdfs:subClassOf :Event ; + rdfs:comment "This is a concrete base class for representing an Event when the Event can be modeled as a single, stand-alone object. In other words, this class represents all Events that are atomic in nature (e.g., not made up of multiple distinct Events that can be separately managed)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#EventComposite +:EventComposite rdf:type owl:Class ; + rdfs:subClassOf :Event ; + rdfs:comment "This is a concrete base class for representing Event objects that are composite in nature (e.g., made up of multiple distinct Event objects that can be separately managed). The composite pattern is used to enable EventComposite objects to be made up of Event objects (i.e., either EventAtomic and/or EventComposite objects)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#FederatedDomain +:FederatedDomain rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment """A FederatedDomain is a type of organization in which a set of partially self-governing Domains are united by a set of commonly adhered to governance mechanisms, such as a set of common Policy Rules. The Federation is itself a ManagedEntity, and is typically logically centralized but physically distributed. However, DEN-ng allows for logical distribution as well. + +In a federation, the self-governing status of the component Domains cannot be altered by the FederatedDomain that contains them. + +The basis of the Federation may include social, political, geographical, and/or governance mechanisms that must be applied to all constituent Domains in order to govern behavior that is of mutual interest. Note, however, that each constituent Domain can act autonomously in other matters that are outside the governance provisions of the Federation.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#FederatedDomainAtomic +:FederatedDomainAtomic rdf:type owl:Class ; + rdfs:subClassOf :FederatedDomain . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#FederatedDomainComposite +:FederatedDomainComposite rdf:type owl:Class ; + rdfs:subClassOf :FederatedDomain . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Graph +:Graph rdf:type owl:Class ; + rdfs:subClassOf :MetaData , + [ rdf:type owl:Restriction ; + owl:onProperty :hasEdge ; + owl:someValuesFrom :EdgeConcept + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasNode ; + owl:someValuesFrom :Node + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasEdge ; + owl:allValuesFrom :EdgeConcept + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasNode ; + owl:allValuesFrom :Node + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isWeighted ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:boolean + ] ; + rdfs:comment "A Graph is an abstract class that represents a collection of a set of Nodes and a set of Edges that establish relationships between the Nodes." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Hardware +:Hardware rdf:type owl:Class ; + rdfs:subClassOf :PhysicalResource , + [ rdf:type owl:Restriction ; + owl:onProperty :contains ; + owl:allValuesFrom :Hardware + ] ; + rdfs:comment "This is an abstract base class that represents any type of hardware entity that exists as an atomic unit that is not a PhysicalLink or a PhysicalConnector. Hardware is defined as any component that has a distinct physical identity and can be a component of a PhysicalDevice. An object has a physical identity if it has a physical manifestation that enables it to be held and have a label attached to it. Thus, software, files, protocols, and policies are not physical objects." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#IdentityAspect +:IdentityAspect rdf:type owl:Class ; + rdfs:subClassOf :ManagedEntity ; + rdfs:comment "Identity enables the system to unambiguously identity a ManagedEntity. More than one identifier may be used to identify the ManagedEntity. Each identifier has to be unique in the namespace that the ManagedEntity exists in." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#IdentityAtomic +:IdentityAtomic rdf:type owl:Class ; + rdfs:subClassOf :IdentityAspect ; + owl:disjointWith :IdentityComposite ; + rdfs:comment "This is an abstract class for representing the identification of an Entity when it can be modeled as a single, stand-alone object." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#IdentityComposite +:IdentityComposite rdf:type owl:Class ; + rdfs:subClassOf :IdentityAspect ; + rdfs:comment "This is an abstract class for representing the identity of entities that are composite in nature (e.g., made up of multiple distinct identity objects that can be separately managed). The composite pattern is used to enable IdentityComposite objects to be made up of Identity objects (i.e., either IdentityAtomic and/or IdentityComposite objects)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#IndividualIdentificationLogical +:IndividualIdentificationLogical rdf:type owl:Class ; + rdfs:subClassOf :PersonIdentification ; + owl:disjointWith :IndividualIdentificationPhysical ; + rdfs:comment "This is an abstract class for all logical forms of identification, such as a username-password pair or a retinal scan, that is used to identify an individual." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#IndividualIdentificationPhysical +:IndividualIdentificationPhysical rdf:type owl:Class ; + rdfs:subClassOf :PersonIdentification ; + rdfs:comment "This is an abstract class for all physical forms of identification, such as an electronic card with a picture, that is used to identify an individual." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Interaction +:Interaction rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment "An Interaction is an arrangement, contract, communication or joint activity between one or more Entities and/or EntityRoles. An Interaction may consist of one or more InteractionItems that provide further details on the specifics of the Interaction.There are five types of Interactions: Requests, Responses, Notifications, Agreements, and Orders." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#LANProtocol +:LANProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """LAN Protocols operate at the lowest two levels of the OSI model (i.e., physical and data link) and are used to define communications over different types of local area media. + +The DEN-ng model defines Ethernet, FDDI, and TokenRing as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Language +:Language rdf:type owl:Class ; + rdfs:subClassOf :UnManagedEntity ; + rdfs:comment """This class represents the concept of Language. + +In general, a language is a system for encoding and decoding information. It consists of a systematic creation and usage of systems of symbols, each referring to linguistic concepts with syntactic, semantic and/or or otherwise expressive meanings.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Lifecycle +:Lifecycle rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "This class is the base class for representing the lifecycle of an Entity. A lifecycle is defined as the span of time of ae Entity, from its creation or receipt to its final disposition. Life cycle stages may include creation, active use and maintenance, inactive storage, and permanent storage (archival) or destruction." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Link +:Link rdf:type owl:Class ; + rdfs:subClassOf :PhysicalResource ; + rdfs:comment "A Link defines a communications channel that connects two or more communicating devices. This link may be an actual physical link, an optical link, or it may be a logical link that uses one or more physical links." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Location +:Location rdf:type owl:Class ; + rdfs:subClassOf :UnManagedEntity ; + rdfs:comment "This is an abstract class, and represents the concept of a place or part of a place that hosts objects to be managed, is part of the context of a managed object, or is somehow involved in the interaction of managed objects. Note that locations often come in groups; hence, LocationComposite objects are frequently used to contain sets of Locations." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#LogicalDevice +:LogicalDevice rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCommand ; + owl:someValuesFrom :Software + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :controls ; + owl:allValuesFrom :ManagedHardware + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :governs ; + owl:allValuesFrom :DeviceInterface + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCommand ; + owl:allValuesFrom :Software + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :supports ; + owl:allValuesFrom :Protocol + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :uses ; + owl:allValuesFrom :OperatingSystem + ] ; + rdfs:comment """This is an abstract base class for representing logical concepts and services that can be managed that are associated with the device as a whole. This class represents a convenient aggregation point for combining different aspects of a device (e.g., software contained in the device, protocols that the devices runs, the set of services that it offers, and so forth). It also enables the device itself to have a single logical manifestation. + +Conceptually, this represents the \"brains\" of the Device. For example, it represents the set of entities required for a Router to know how to route packets. + +Please see the DEN-ng Resource model for more details.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#LogicalDeviceAtomic +:LogicalDeviceAtomic rdf:type owl:Class ; + rdfs:subClassOf :LogicalDevice ; + owl:disjointWith :LogicalDeviceComposite ; + rdfs:comment """This is a concrete base class for representing logical concepts and services that can be managed which are associated with the device as a whole. This class represents a convenient aggregation point for combining different aspects of a device (e.g., software contained in the device, protocols that the devices runs, the set of services that it offers, and so forth). It also enables the device itself to have a single logical manifestation. + +This class represents all logical devices that are atomic in nature (e.g., not made up of multiple distinct logical devices that can be separately managed).""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#LogicalDeviceComposite +:LogicalDeviceComposite rdf:type owl:Class ; + rdfs:subClassOf :LogicalDevice , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :LogicalDevice + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :LogicalDevice + ] ; + rdfs:comment """This is a concrete base class for representing logical concepts and services that can be managed which are associated with the device as a whole. This class represents a convenient aggregation point for combining different aspects of a device (e.g., software contained in the device, protocols that the devices runs, the set of services that it offers, and so forth). It also enables the device itself to have a single logical manifestation. + +This class represents all logical devices that are composite in nature (e.g., made up of multiple distinct logical devices that can be separately managed). The composite pattern is used to enable LogicalDeviceComposite objects to be made up of LogicalDevice objects (i.e., either LogicalDeviceAtomic and/or LogicalDeviceComposite objects).""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#LogicalResource +:LogicalResource rdf:type owl:Class ; + rdfs:subClassOf :Resource , + [ rdf:type owl:Restriction ; + owl:onProperty :implements ; + owl:allValuesFrom :ResourceFacingService + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :requiredBy ; + owl:allValuesFrom :PhysicalResource + ] . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ManagedEntity +:ManagedEntity rdf:type owl:Class ; + rdfs:subClassOf :Entity ; + rdfs:comment """This is an abstract base class that is used to represent entities in a managed environment that have the following commonsemantics: (1) each ManagedEntity is associated with at least one ManagementDomain, (2) each ManagedEntity is governed by at least one ManagementApplication, (3) the ManagedEntity is \"important\" from a management and/or functionality point-of-view. As such, it is a point at which semantically important relationships can be created; this avoids duplicating these relationships on multiple subclasses. + +A fundamental characteristic of a ManagedEntity is that it can perform and/or respond to management functions. This distinguishes ManagedEntities from UnManagedEntities.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ManagedHardware +:ManagedHardware rdf:type owl:Class ; + rdfs:subClassOf :Hardware , + [ rdf:type owl:Restriction ; + owl:onProperty :plugsInto ; + owl:allValuesFrom :PhysicalConnector + ] ; + owl:disjointWith :PhysicalConnector ; + rdfs:comment "This is an abstract base class that adds additional semantics to the Hardware base class. These semantics are used to provide management information on the hardware. For example, attributes defined by this class can provide the administrative and operational state of the entity, and tell whether it has any alarms." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ManagedTransmissionEntity +:ManagedTransmissionEntity rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment "This is an abstract base class for describing different types of logical entities that are or help to form connections that transmit and/or receive information. This represents a superclass to various ITU specs (e.g., G.805 and M.3100) as well as IETF concepts (such as those found in various RFCs) so that it can unite ITU and IETF concepts." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ManagementInfo +:ManagementInfo rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment """This is an abstract base class that is used to represent management information for a ManagedEntity that is obtained in a managed environment . Specifically, in the process of managing an entity, information of various forms are created. This class is the base class for defining different types of management information. + +The design of how management information is obtained uses this class to gather specific type of information, and the ManagementMethodEntity class to obtain the desired data using an appropriate method. This combination of class hierarchies enables different management methods (e.g., CLI vs. SNMP) to be used to gather different types of management data, and is unique to the DEN-ng information model.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ManagementMethodEntity +:ManagementMethodEntity rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment """This is an abstract base class for representing the different types of management methods that can be used to gather a particular type of management information. For example, this enables configuration setting classes to be defined as using CLI, while configuration monitoring classes could be defined as using a different method, such as SNMP. + +The design of how management information is obtained uses this class to gather specific type of information, and the ManagementMethodEntity class to obtain the desired data using an appropriate method. This combination of class hierarchies enables different management methods (e.g., CLI vs. SNMP) to be used to gather different types of management data, and is unique to the DEN-ng information model.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ManagementProtocol +:ManagementProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """A ManagementProtocol is an abstract superclass for protocols that are dedicated to exchanging management information between network devices. This type of protocol is an application layer protocol, and is used for configuring, monitoring, and gathering information about devices. + +The DEN-ng model defines SNMP and a framework for proprietary management protocols as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Market +:Market rdf:type owl:Class ; + rdfs:subClassOf :ProducerConsumerAspect ; + rdfs:comment "This is an abstract class that represents any commercial activity where information, goods and/or services are traded, bought and/or sold. Subclasses model the promotion, sale, and distribution of goods and services." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Measurable +:Measurable rdf:type owl:Class ; + rdfs:subClassOf :Observable , + [ rdf:type owl:Restriction ; + owl:onProperty :hasValue ; + owl:someValuesFrom :MeasurableValue + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasValue ; + owl:allValuesFrom :MeasurableValue + ] ; + rdfs:comment "This class represents the concept of values that are observable and measurable." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#MeasurableValue +:MeasurableValue rdf:type owl:Class ; + rdfs:subClassOf :ObservableValue ; + rdfs:comment "All MeasureableValues are ObservableValues, but not all ObservableValues can in fact be measured." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Message +:Message rdf:type owl:Class ; + rdfs:subClassOf :EventAtomic , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPayload ; + owl:allValuesFrom :RootEntity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasSource ; + owl:allValuesFrom :Entity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasTarget ; + owl:allValuesFrom :Entity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasSource ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Entity + ] ; + rdfs:comment "A message is an Event with a payload. This distinguishes simple events with no content (i.e., just a notification) from events that contain additional content that can be filtered." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#MetaData +:MetaData rdf:type owl:Class ; + rdfs:subClassOf :RootEntity ; + rdfs:comment """Metadata is information that describes, but does not directly contribute to or impact, the state of the entity that the MetaData is applied to. + +MetaData is defined as data that describes an individual datum or a collection of data. It can be used to describe how data elements or attributes are defined, and where they are physically located. Metadata may include descriptive information about the context, quality and condition, or characteristics of the data.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#NetworkAddress +:NetworkAddress rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment "This class represents the generic concept of a network address. Its subclasses define different types of addresses of different technologies, such as an IPAddress vs. an IPXAddress. Its utility lies in its ability to serve as a convenient point for sourcing and terminating relationships. This eliminates undue duplication of relationships that interact with the subclasses of NetworkAddress." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Node +:Node rdf:type owl:Class ; + rdfs:subClassOf :MetaData , + [ rdf:type owl:Restriction ; + owl:onProperty :inDegree ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:int + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :outDegree ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:int + ] ; + rdfs:comment """A Node is one of the two fundamental building blocks of a Graph. In a SimpleGraph, the Nodes that an Edge connects are called the endpoints of an Edge; theEdge is said to be incident to each Node. + +The two vertices forming an edge are said to be its endpoints, and the edge is said to be incident to the vertices. A vertex w is said to be adjacent to another vertex v if the graph contains an edge (v,w). The neighborhood of a vertex v is an induced subgraph of the graph, formed by all vertices adjacent to v.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Observable +:Observable rdf:type owl:Class ; + rdfs:subClassOf :Value , + [ rdf:type owl:Restriction ; + owl:onProperty :hasValue ; + owl:someValuesFrom :ObservableValue + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasValue ; + owl:allValuesFrom :ObservableValue + ] ; + owl:disjointWith :ObservableValue ; + rdfs:comment """An Observable is a container that is used to define (1) a concept that is observable but not necessaarily measurable, and (2) categorize the type of concept independent of its values (which is defined as subclasses of ObservableValue). This is critical for ontology support. + +An important subclass of Observable is Measurable, which strengthens the notion of something that can be observed by adding the quality of measurement.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ObservableValue +:ObservableValue rdf:type owl:Class ; + rdfs:subClassOf :Value ; + rdfs:comment "An ObservableValue is a class used to house a Value that is associated with a particular Observable class." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#OperatingSystem +:OperatingSystem rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource ; + rdfs:comment """An OperatingSystem is a concrete entity that represents either software and/or firmware that runs the LogicalResource. This entity implements and/or manages the resources, tasks, file systems, security, and data available on the LogicalResource. + +Note that an OperatingSystem is distinct from software applications that are run on the Resource. All aplications and software must communicate with the OperatingSystem for all operations that they need.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#OrchestrationAspect +:OrchestrationAspect rdf:type owl:Class ; + rdfs:subClassOf :ManagedEntity ; + rdfs:comment "This is an abstract class for representing how governance mechanisms are used to orchestrate the behavior of this ManagedEntity. In DEN-ng, orchestration is typically performed using one or more State Machines in conjunction with PolicyRules." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#OrgIdentification +:OrgIdentification rdf:type owl:Class ; + rdfs:subClassOf :IdentityAtomic ; + rdfs:comment "This is an abstract class that contains common information used as proof of identity by an Organization or Organizational Unit. Note that this class and its subclasses contain ALL information that could be used to identify a Person; the OrgPublicIdentification contains only public identification, and hence is a restricted view of this object." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#OrgPublicIdentification +:OrgPublicIdentification rdf:type owl:Class ; + rdfs:subClassOf :IdentityAtomic ; + rdfs:comment "This is an abstract class that contains common information used as proof of identity by an Organization or Organizational Unit that is designated as public information. Note that this is most likely a subset of the full (and private) version of OrgInformation that describes the Organization. In addition, Policy Rules can be used to define the specific type of information that is made available using the ProvidesPublicOrgID association and ProvidesPublicOrgIDDetails association class." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#OrgUnitAtomic +:OrgUnitAtomic rdf:type owl:Class ; + rdfs:subClassOf :Organization ; + owl:disjointWith :OrgUnitComposite ; + rdfs:comment "This is an abstract class for representing OrganizationalUnits that can exist on their own, that are individually manageable, and do NOT form composite, or nested, OrganizationalUnits." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#OrgUnitComposite +:OrgUnitComposite rdf:type owl:Class ; + rdfs:subClassOf :Organization ; + rdfs:comment "This is an abstract class for representing Organizations that are made up of other OrganizationalUnits (i.e., instances of this class as well as the OrgUnitAtomic class). This provides the semantics of collecting a set of OrganizationalUnits, each of which is individually manageable, and being able to manage the set of OrganizationalUnits as a whole. An example is the set of different OrganizationalUnits that make up a Division in a Company." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Organization +:Organization rdf:type owl:Class ; + rdfs:subClassOf :PersonOrOrganization ; + owl:disjointWith :Person ; + rdfs:comment "A group of people identified by shared interests or purpose. Examples include business, department, enterprise. Because of the complex nature of many businesses, both organizations and organizational units are represented by the same business entity in this model. This also facilitates mapping to DAP and LDAP." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Person +:Person rdf:type owl:Class ; + rdfs:subClassOf :PersonOrOrganization ; + rdfs:comment "This is an abstract class, and represents an individual." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PersonIdentification +:PersonIdentification rdf:type owl:Class ; + rdfs:subClassOf :IdentityAtomic ; + rdfs:comment "This is an abstract class that contains common information used as proof of identity by a Person. Note that this class and its subclasses contain ALL information that could be used to identify a Person; the PersonPublicIdentification contains only public identification, and hence is a restricted view of this object." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PersonOrOrganization +:PersonOrOrganization rdf:type owl:Class ; + rdfs:subClassOf :Entity ; + rdfs:comment "This is an abstract class that serves as the superclass of the Person and Organization classes in DEN-ng. Note that it is a peer of ManagedEntity. In general, people must be able to be treated independently of the Products, Services, and Resources that they use." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PersonPublicIdentification +:PersonPublicIdentification rdf:type owl:Class ; + rdfs:subClassOf :IdentityAtomic ; + rdfs:comment "This is an abstract class that contains common information used as proof of identity by a Person that is designated as public information. Note that this is most likely a subset of the full (and private) version of PersonInformation that describes the Person. In addition, Policy Rules can be used to define the specific type of information that is made available using the ProvidesPublicPersonID association and ProvidesPublicPersonIDDetails association class." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalComponent +:PhysicalComponent rdf:type owl:Class ; + rdfs:subClassOf :PhysicalContainer ; + rdfs:comment """This is the base class for different types of PhysicalComponents that can reside either in an Equipment or an EquipmentHolder object. They can NOT be used as a stand-alone object. + +From a management point-of-view, this object either can not or does not need to be split into its constituent parts. For example, an ASIC (or Chip) can not , and a tape for data storage does not, need to be split up into their constituent parts. Any piece of hardware that is not a PhysicalLink, PhysicalConnector, Equipment, or EquipmentHolder, is a subclass of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalConnector +:PhysicalConnector rdf:type owl:Class ; + rdfs:subClassOf :Hardware , + [ rdf:type owl:Restriction ; + owl:onProperty :connectedTo ; + owl:allValuesFrom :PhysicalConnector + ] ; + rdfs:comment "This is a concrete class that represents any type of hardware unit that is used to connect to other hardware units and transmit signals and/or power between them." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalContainer +:PhysicalContainer rdf:type owl:Class ; + rdfs:subClassOf :ManagedHardware , + [ rdf:type owl:Restriction ; + owl:onProperty :hasSoftware ; + owl:allValuesFrom :Software + ] ; + owl:disjointWith :PhysicalPort ; + rdfs:comment "This is an abstract class that is used to add additional semantics to the ManagedHardware class. Its attributes define whether a ManagedHardware object can be removed and/or replaced, and whether this action requires power to be removed or not when the action is performed." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalDevice +:PhysicalDevice rdf:type owl:Class ; + rdfs:subClassOf :PhysicalResource , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :Hardware + ] ; + rdfs:comment "This is an abstract base class for representing hardware devices that can be managed. This class represents a convenient aggregation point for combining different aspects of a device (e.g., the cables, connectors, cards, power supplies, and other objects that together make up the device). Thus, it enables the device itself to have a physical manifestation (e.g., the \"Internet Gateway Router\" can be identified as a PhysicalDevice). Examples of this class include routers and switches, computers, and other end-devices that are managed." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalDeviceAtomic +:PhysicalDeviceAtomic rdf:type owl:Class ; + rdfs:subClassOf :PhysicalDevice ; + owl:disjointWith :PhysicalDeviceComposite ; + rdfs:comment """This is a concrete base class for representing hardware devices that can be managed that contains no sub-ordinate devices. In other words, this physical device is a stand-alone physical device. + +This class represents a convenient aggregation point for combining different aspects of a device (e.g., its physical composition as well as the set of services that it offers). It also enables the device itself to have a physical manifestation. Examples of this class include routers and switches, computers, and other end-devices that are managed.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalDeviceComposite +:PhysicalDeviceComposite rdf:type owl:Class ; + rdfs:subClassOf :PhysicalDevice , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOfAtomicPart ; + owl:allValuesFrom :PhysicalDevice + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOfAtomicPart ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :PhysicalDevice + ] ; + rdfs:comment """This is a concrete base class for representing hardware devices that can be managed that contains one or more sub-ordinate devices. In other words, this physical device is not a stand-alone physical device; rather, it represents an aggregation of physical devices. Each physical device in this aggregation can be managed. + +This class represents a convenient aggregation point for combining different aspects of a device (e.g., its physical composition as well as the set of services that it offers). It also enables the device itself to have a physical manifestation. Examples of this class include routers and switches, computers, and other end-devices that are managed.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalPort +:PhysicalPort rdf:type owl:Class ; + rdfs:subClassOf :ManagedHardware , + [ rdf:type owl:Restriction ; + owl:onProperty :bindsTo ; + owl:allValuesFrom :DeviceInterface + ] ; + rdfs:comment "This class represents an actual or potential end point of a topological (physical) link, and corresponds directly to a physical port on a topology map. PhysicalPorts are always contained by another physical object - they can't exist by themselves. The two most common examples are PhysicalPorts on a Card and on a Chassis." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PhysicalResource +:PhysicalResource rdf:type owl:Class ; + rdfs:subClassOf :Resource , + [ rdf:type owl:Restriction ; + owl:onProperty :requiredBy ; + owl:allValuesFrom :LogicalResource + ] ; + rdfs:comment """This is an abstract base class for describing different types of hardware that constitute a Product. It has two main purposes: (1) to collect common attributes and relationships for all hardware, and (2) to provide a convenient, single point where relationships with other managed objects can be defined. + +The HasWarrantyInfo association (not shown) describes warranty information of hardware.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyClause +:PolicyClause rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment """This class models the triplet {variable, operator, value} that is used by the \"atomic\" subclasses of PolicyRuleComponent/ Note that the semantics are reflected in the types of operators that are allowed to be used in each case. + +For events and conditions, we want the semantics of \"variable relates to value\", where \"relates to\" is usually the match operator, but could also be other applicable operators (e.g., a comparison operator). For actions, we want the semantics of \"set variable to value\". + +Both of these semantics are enforced using OCL. + +The ability to use the same basic form for writing PolicyEvents, PolicyConditions and PolicyActions greatly simplifies the design and implementation of a policy management system by enabling such statements to be automatically generated.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyConcept +:PolicyConcept rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment "This is an abstract base class, and is the root of the Policy DEN-ng model. As such, it defines common attributes, methods and relationships that all policy subclasses use and take part in." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyMetaData +:PolicyMetaData rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "This is an abstract class that contains data for different types of policy objects (e.g., policy rules, policy rule components, such as policy events, and policy applications) that describes, but does not contribute to or impact, the state of an entity." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyOperator +:PolicyOperator rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment "This is a concrete class for modeling different types of operators in a PolicyStatement. By restricting the type of operator used in a PolicyStatement, one can effectively restrict the semantics of that PolicyStatement." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyRuleComponentMetaData +:PolicyRuleComponentMetaData rdf:type owl:Class ; + rdfs:subClassOf :PolicyMetaData ; + owl:disjointWith :PolicyRuleMetaData ; + rdfs:comment "This is an abstract class that defines the basic metadata that applies to different types of PolicyRuleComponents, such as PolicyEvents, PolicyConditions, and PolicyActions. This decouples common metadata that different PolicyRuleComponent representation systems need from the actual realization of the PolicyRuleComponents. Hence, ECA and non-ECA Policies can both use the metadata contained in this class. It also decouples the representation and structure of a particular type of PolicyRuleComponent (e.g., an ECAPolicyRuleComponent) from the metadata. This is critical for properly constructing ontologies from policy models." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyRuleComponentStructure +:PolicyRuleComponentStructure rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment """Since different types of Policy Rules have different structural components, the PolicyRuleComponentStructure class is used to represent the different types of Policy Rule Components that can be used in a PolicyRule. Notable subclasses of this class include PolicyEvent, PolicyCondition, and PolicyAction (which are used together to define an ECAPolicyRule). + +This is part of a set of changes introduced in DEN-ng 7.0 that enables the DEN-ng information model to be more easily related to the DEN-ng ontology.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyRuleMetaData +:PolicyRuleMetaData rdf:type owl:Class ; + rdfs:subClassOf :PolicyMetaData ; + rdfs:comment "This is an abstract class that defines the basic metadata that applies to different types of Policies, such as ECAPolicies. This decouples common metadata that different Policy representation systems need from the actual realization of the Policy, enabling all PolicyRules to share common metadata while enabling specific types of PolicyRules to define their own particular metadata. It also decouples the representation and structure of a particular type of policy (e.g., an ECAPolicy) from the metadata. This is critical for properly constructing ontologies from policy models." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyRuleStructure +:PolicyRuleStructure rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment """This is an abstract class; it is used to represent the structure of a policy rule. Supported rule types include CA (condition-action, for backwards compatibility), ECA (event-condition-action, preferred over CA), Goal, and Utility policies. + +More formally, the purpose of this class is to define different subclasses that each formalize the semantics of different types of Policy Rules using a subsumption relationship. This enables a system (such as FOCALE) that uses DEN-ng to import different types of Policy Rules, each with their own specific structure, and represent how each is used. This provides extensibility, so that new Policy Rule types can be added without adversely affecting the overall design of the DEN-ng Policy Hierarchy.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicySubject +:PolicySubject rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment """A PolicySubject defines the set of objects upon which the PolicyStatement is predicated. A PolicySubject is defined as a set of ManagedEntities that can, cannot, must, must not, need, or need not request and/or invoke the action of the policy from and/or on a PolicyTarget. + +The PolicySubject can make policy decision and information requests, and it can direct policies to be enforced at a set of PolicyTargets. Note that a PolicySubject does NOT evaluate PolicyRules, nor does it execute PolicyActions. Rather, it orchestrates the flow of policy evaluation. It is characterized as a managed object in order to build a set of reusable managed entities that can be used to form various PolicyStatements.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyTarget +:PolicyTarget rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment """A PolicyTarget defines the set of ManagedEntities that describe actions that are to be applied to the PolicyTarget. In other words, a PolicyTarget is a set of ManagedEntities that a set of policies will be applied to. This is determined by: (1) agreeing to be a PolicyTarget (i.e., in general a ManagedEntity may or may not be in a state that enables PolicyRules to be applied to it to change its state; hence, a negotiation process may need to occur between the PolicySubject and the PolicyTarget, wherein the PolicyTarget consents to have PolicyRules applied to it), (2) being set as a PolicyTarget by a PolicySubject, and (3) being able to process PolicyRules (which includes being able to receive events and/or messages that trigger the evaluation of the PolicyRule). + +A Policy Target is an entity or set of entities from/on which the action of a policy is requested and/or invoked. + +Note that a PolicyProxy can provide a \"translation function\" between the commands received by the PolicyTarget and the actual ManagedEntity. The objective of applying PolicyRules is to either maintain the current state of the policy target (i.e. the current state is a \"desired\" state), or to transition the policy target to a new desired state. It is characterized as a managed object in order to build a set of reusable managed entities that can be used to form various PolicyStatements.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyValue +:PolicyValue rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment "The PolicyValue class is an abstract base class for modeling different types of values that occur in a PolicyStatement. The PolicyValue specifies an attribute that should either be set or cleared (if used in a PolicyAction) or matched or compared in some way to a value of the PolicyVariable in a PolicyCondition." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#PolicyVariable +:PolicyVariable rdf:type owl:Class ; + rdfs:subClassOf :PolicyConcept ; + rdfs:comment """This is an abstract class for modeling different types of variables that can be used to form a PolicyStatement. The variable specifies an attribute or concept that should either be matched or in some way compared to a value when the condition is evaluated. + +There are three important factors that must be taken into account in the design of variables. The first is that not every combination of a variable and a value creates a meaningful condition. For example, port numbers cannot be negative. Rather, the type of variable in the condition defines the set of matchable value types. + +Second, just because a value has the correct datatype does not mean that it can be meaningfully compared to a variable. To continue the above example, a port of 1,000,000 is meaningless. This is handled in this model by specifying constraints (using OCL) that apply to a particular variable that must be obeyed by any value that it is being compared to. The ExpectedPolicyValuesForVariable association binds a PolicyVariable to a PolicyValue; any constraints that are required in this binding are added to an instance of this association using OCL. + +Third, while the DEN-ng model defines a set of useful PolicyVariables, there is a high likelihood that specific applications will need extensions to these variables. This is accommodated through the notion of implicit and explicit PolicyVariable classes.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Preference +:Preference rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment "A Preference is an attribute of a sender or receiver that indicates the choice of a set of particular type of information or behavior instead of others, even if multiple options are possible." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProducerConsumerAspect +:ProducerConsumerAspect rdf:type owl:Class ; + rdfs:subClassOf :ManagedEntity ; + rdfs:comment "This is an abstract class for representing entities that can be managed that are produced and/or consumed by other entities. Examples are Products, Resources, and Services." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Product +:Product rdf:type owl:Class ; + rdfs:subClassOf :ProducerConsumerAspect , + [ rdf:type owl:Restriction ; + owl:onProperty :provides ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :Resource + :Service + ) + ] + ] ; + rdfs:comment """A Product represents any combination of goods, services, and information that is offered for trial, purchase, or even for free. + +A Product may be realized as one or more Service(s) and/or Resource(s).""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductAtomic +:ProductAtomic rdf:type owl:Class ; + rdfs:subClassOf :Product ; + owl:disjointWith :ProductComposite ; + rdfs:comment "A type of Product that has no subordinate Product(s) and can be sold and used by itself without other Product(s)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductComposite +:ProductComposite rdf:type owl:Class ; + rdfs:subClassOf :Product ; + rdfs:comment "A type of Product that is comprised of other Product(s). The other Product(s) may be ProductComposite(s) and/or ProductAtomic(s)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductLine +:ProductLine rdf:type owl:Class ; + rdfs:subClassOf :ProducerConsumerAspect ; + rdfs:comment "This class defines a group of products that are closely related to each other by one or more factors (e.g., they have similar functions and/or prices)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductOffering +:ProductOffering rdf:type owl:Class ; + rdfs:subClassOf :ProductSpecificationAtomic ; + rdfs:comment """This class represents a set of ProductSpecifications that are made available to a specific Market for sale, rental, or lease for a price, which may be zero. A ProductOffering may target one or more MarketSegments, be included in one or more ProductCatalogs, be present in support of one or more ProductStrategies, and be made available in one or more Locations. + + It can be thought of as a ProductSpecificationAtomic that is offered to a particular Market segment. """ . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductSpecification +:ProductSpecification rdf:type owl:Class ; + rdfs:subClassOf :ProducerConsumerAspect ; + rdfs:comment "This class provides a detailed description of a tangible or intangible object made available externally in the form of a specification describing the invariant attributes and behavior of a Product. A ProductSpecification may include other ProductSpecifications supplied together as a collection." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductSpecificationAtomic +:ProductSpecificationAtomic rdf:type owl:Class ; + rdfs:subClassOf :ProductSpecification ; + owl:disjointWith :ProductSpecificationComposite ; + rdfs:comment "This class represents a stand-alone type of ProductSpecification that does not have any subordinate ProductSpecifications." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ProductSpecificationComposite +:ProductSpecificationComposite rdf:type owl:Class ; + rdfs:subClassOf :ProductSpecification ; + rdfs:comment "This represents a type of ProductSpecification that is formed by aggregating other ProductSpecifications, which may be Composite or Atomic ProductSpecifications. A ProductSpecificationComposite is an intelligent container, and is used primarily to manage its constituent component ProductSpecifications." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Profile +:Profile rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment "This is an abstract class that describes a specific set of user-programmable capabilities for a specific entity. A profile enables some or all of the functionality of the entity to be programmed. A profile does NOT have to describe ALL functionality in the entity that it is profiling." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Protocol +:Protocol rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource , + [ rdf:type owl:Restriction ; + owl:onProperty :runsOn ; + owl:someValuesFrom :DeviceInterface + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :runsOn ; + owl:allValuesFrom :DeviceInterface + ] ; + rdfs:comment """A Protocol is a formal set of rules and conventions that governs how two entities exchange information (usually over one or more types of network media). + +This is an abstract base class for representing Protocols that can be managed. This class represents a convenient aggregation point for defining how Protocols are managed and used. + +Please see the DEN-ng Service model for more details.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Requirement +:Requirement rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "This is an abstract class that defines metadata to describe different types of requirements and specifications." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Resource +:Resource rdf:type owl:Class ; + rdfs:subClassOf :ProducerConsumerAspect ; + rdfs:comment "This is the abstract base class for all entities that are inherently manageable and make up a Product. Examples which are not Manageable include legacy Hubs that don't support any type of management protocol; rather, they must be manually managed. Entities like Policy are of course manageable, but do not make up or are found packaged inside of a Product." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ResourceFacingService +:ResourceFacingService rdf:type owl:Class ; + rdfs:subClassOf :ServiceAtomic , + [ rdf:type owl:Restriction ; + owl:onProperty :requiredBy ; + owl:allValuesFrom :CustomerFacingService + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :uses ; + owl:allValuesFrom :Protocol + ] ; + rdfs:comment """This is the base class for defining ResourceFacingServices in the DEN-ng Service model. A ResourceFacingService is an abstraction that defines the characteristics and behavior of a particular Service that is not directly seen or purchased by the Customer. ResourceFacingServices are \"internal\" Services that are required to support a CustomerFacingService. The Customer purchases CustomerFacingServices, and is not aware of the ResourceFacingServices which support the CustomerFacingService(s) that is being purchased directly by the Customer. For example, a VPN is an example of a CustomerFacingService. This particular type of VPN may require BGP to support it. Customers don't purchase BGP, and hopefully aren't even aware that BGP is running. Therefore, BGP is an example of a ResourceFacingService. + +Please see the DEN-ng Service model for more details.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ResourceFacingServiceAtomic +:ResourceFacingServiceAtomic rdf:type owl:Class ; + rdfs:subClassOf :ResourceFacingService ; + owl:disjointWith :ResourceFacingServiceComposite ; + rdfs:comment "This is an abstract base class that defines a stand-alone ResourceFacingService that meets the needs of a particular CustomerFacingService. Stand-alone ResourceFacingServices may be linked directly to a CustomerFacingService or aggregated by a ResourceFacingServiceComposite." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ResourceFacingServiceComposite +:ResourceFacingServiceComposite rdf:type owl:Class ; + rdfs:subClassOf :ResourceFacingService , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :ResourceFacingService + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :ResourceFacingService + ] ; + rdfs:comment """This is an abstract base class that defines an integrated set of ResourceFacingServices that collectively meets the needs of a CustomerFacingService. For example, the Customer may have requested \"GoldService\", which is a ServicePackage that defines a set of ServiceBundles, each of which has its own QoS. A set of ResourceFacingServiceProducts can then be defined, one for each different ServiceBundle instance, that provides the required QoS for each ServiceBundle instance. + +Please see the DEN-ng Service Model whitepaper for more information and examples.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Role +:Role rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment """Role is an abstract class that defines the concept of various types of roles used in the DEN-ng model. Each role uses the role-object pattern to define an extensible representation of the concept that it is modeling. + +Roles enable the user to adapt an object to different client's needs through transparently attached role objects, each one representing a role the object has to play in that client's context. Each context may be its own application, which therefore gets decoupled from the other applications. + +The Role Object pattern models context-specific views of an object as separate role objects which are dynamically +attached to and removed from the core object. The resulting object aggregate represents one logical object, even +though it consists of several physically distinct objects.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#RootEntity +:RootEntity rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty :hasDescription ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasID ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:anyType + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasName ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:string + ] ; + rdfs:comment "This is the top of the DEN-ng class hierarchy. These properties enable us to name, describe, and identify all objects (manageable and unmanageable) in the environment." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#RoutedProtocol +:RoutedProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """This is an abstract base class for representing different types of routed protocols that can be managed. Routed protocols are those protocols that can be routed by a router. Specifically, the router must be able to interpret the logical internetwork as specified by that routed protocol. This class represents a convenient aggregation point for defining how routed protocols are managed and used. + +The DEN-ng model defines AppleTalk, DecNET, IP, and IPX as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#RoutingProtocol +:RoutingProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """This is an abstract base class for representing different types of routing protocols that can be managed. Routing protocols are used to determine how information is routed (e.g., how it traverses an intermediate system). This class represents a convenient aggregation point for defining how routing protocols are managed and used. + +The DEN-ng model defines LinkStateRoutingProtocols (e.g., OSPF and IS-IS), DistanceVectorRoutingProtocols (e.g., RIP and IGRP), PathVectorRoutingProtocols (e.g., BGP) and HybridRoutingProtocols (e.g., EIGRP) as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#SecurityMetaData +:SecurityMetaData rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "This class defines generic metrics about Security MetaData, and may be applied to different types of Entities (not just ManagedEntities)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#SemanticMetaData +:SemanticMetaData rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "SemanticMetaData represents data and/or knowledge that describes, but does not contribute to or impact, the behavior of the entity that the SemanticMetaData is applied to." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Service +:Service rdf:type owl:Class ; + rdfs:subClassOf :ProducerConsumerAspect ; + rdfs:comment """This class is the base class for the DEN-ng Service hierarchy. A Service represents logical functionality that is packaged as part of a Product. Its two principal subclasses are CustomerFacingService and ResourceFacingService. A Service represents the object that will be instantiated. Each Service instance can be different; therefore, Service is limited to owning just the changeable attributes, methods, relationships, and constraints that can be instantiated. The invariant attributes, methods, relationships, and constraints that can be instantiated are defined by a ServiceSpecification. + +The purpose of this class is twofold. First, it is used to define attributes, methods, and relationships that are common to all Services. Second, it provides a convenient point to define how Services interact with other parts of the DEN-ng model.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ServiceAtomic +:ServiceAtomic rdf:type owl:Class ; + rdfs:subClassOf :Service ; + owl:disjointWith :ServiceComposite ; + rdfs:comment "This class represents a stand-alone customer-facing or resource-facing service." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ServiceComposite +:ServiceComposite rdf:type owl:Class ; + rdfs:subClassOf :Service , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:allValuesFrom :Service + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :Service + ] ; + rdfs:comment "This class represents a composite Service. It must have at least one ServiceAtomic, and may have zero or more ServiceComposites." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#SignalingProtocol +:SignalingProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """This is an abstract base class for representing different types of signaling protocols that can be managed. Signaling protocols are used to convey information along a specific path. This class represents a convenient aggregation point for defining how signaling protocols are managed and used. + +The DEN-ng model defines COPS and RSVP as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Software +:Software rdf:type owl:Class ; + rdfs:subClassOf :LogicalResource , + [ rdf:type owl:Restriction ; + owl:onProperty :uses ; + owl:allValuesFrom :OperatingSystem + ] ; + rdfs:comment """This is an abstract base class for representing software. Software represents the set of user visible functions and processes that are contained in a device. The HasSoftwareFeatures association is used to define software that is associated in some way with a LogicalDevice, such as programs and operating systems. Since this software can be associated with devices and/or device components, this association is defined between the roots of the two classes. + +Software may be nested within other software, thereby creating a containment relationship (which is part of the system view). + +Currently, the subclasses of this class reflect user-facing features (e.g., features that are manageable, configurable, and executable by users and applications).""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#State +:State rdf:type owl:Class ; + rdfs:subClassOf :OrchestrationAspect ; + rdfs:comment """A state is a unique collection of information, valid during a particular time period during the life of an object, during which one or more of the following apply: +(1) one or more of its attributes each has a range of values that are unique to this particular state +(2) all required relationships meet the following conditions that are unique to this particular state: + a) owned containment attributes contain (or not) references to created (or destroyed) relationships, and + b) in the case of relationships that are realized by association classes, any communication required between classes used to implement the relationship and the classes that the relationship connects has been completed +(2) the object can perform one or more internal actions that are used to either maintain its current state or to transition to a new state. Internal actions are not visible outside of the object, and hence other objects and states do NOT depend on internal actions performed. +(3) the object can perform one or more external services. In contrast to internal activities, external services are visible to other objects and states, and hence represent dependencies and control points that may have far-reaching effects. +(4) the object waits for an external event to trigger a new action +Fundamentally, a state stores information about the past. My problem with the UML 1 and 2 definitions is that they say nothing about containing a unique collection of information which represents the past; rather, they read like an event!""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#StateMachine +:StateMachine rdf:type owl:Class ; + rdfs:subClassOf :OrchestrationAspect ; + rdfs:comment "A StateMachine is an abstract superclass that models different types of behavior that can be represented by State Machines. A State Machine is made up of a set of states, state transitions, and actions." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#StateTransition +:StateTransition rdf:type owl:Class ; + rdfs:subClassOf :OrchestrationAspect ; + rdfs:comment """This is an abstract superclass for defining different types of Transitions that connect different types of States in a StateMachine. + +More formally, a StateTransition defines a relationship between two States indicating that an object in the first State will perform certain specified actions and enter the second State when a specified Event occurs and specified conditions are satisfied. This class is designed to be an intelligent container, whose attributes and relationships are populated by a set of external applications; these attributes and relationships are then used to control the semantics of the aggregation.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Subscription +:Subscription rdf:type owl:Class ; + rdfs:subClassOf :BehavioralAspect ; + rdfs:comment "A Subscription defines the set of Products, Services, and/or Resources that a Subscriber uses and/or procures (e.g., purchase, rent, lease) from this particular ServiceProvider." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#SwitchingProtocol +:SwitchingProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """This is an abstract base class for representing different types of switching protocols that can be managed. Switching protocols are those protocols that enable routing to take into account layer 2 information, such as bandwidth and QoS. (Remember that traditional routing protocols are designed to evaluate each frame's layer 3 header only). + +Several methods are available for accomplishing the task of looking at layer 2 information and defining a next hop. Most now use the concept of a label, which is a means to define the next hop without evaluating all of the information of a traditional header. + +The DEN-ng model currently concentrates on defining MPLS as an example of a SwitchingProtocol.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Topology +:Topology rdf:type owl:Class ; + rdfs:subClassOf :MetaData , + [ rdf:type owl:Restriction ; + owl:onProperty :representedBy ; + owl:allValuesFrom :Graph + ] ; + rdfs:comment "This class represents the arrangement or mapping of the physical and/or logical elements of an entity and their interconnections between the nodes of an entity." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Type +:Type rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "Type entities are metadata that are used to categorize sets of objects. Multiple Types can be related to each other using the RelatedTypes association." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#UnManagedEntity +:UnManagedEntity rdf:type owl:Class ; + rdfs:subClassOf :Entity ; + rdfs:comment """The UnManagedEntity class is a concrete class that extends the Entity class in order to represent Entities that are not manageable. Specifically, this means that an UnManagedEntity is one that has no management information associated with it, and cannot perform management functions. + +A corollary of the above is that an UnManagedEntity is a type of Entity that can only be manually controlled. + +Note that management information can be associated with components of an UnManagedEntity (e.g., antennae in a Tower), or indirectly with the UnManagedEntity (e.g., a temperature sensor for a Tower or Building).""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Value +:Value rdf:type owl:Class ; + rdfs:subClassOf :RootEntity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasMetaData ; + owl:allValuesFrom :MetaData + ] ; + rdfs:comment "A Value is an abstract class whose subclasses are used to reify the notion of something that exists that does NOT have a distinct associated identity (like subclasses from Entity do)." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#ValueMetaData +:ValueMetaData rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "ValueMetaData contains data for different types of Value objects that describe, but does not contribute to or impact, the state of the Value." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#Version +:Version rdf:type owl:Class ; + rdfs:subClassOf :MetaData ; + rdfs:comment "This is an abstract class, and is used to define different versions of an entity." . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#WANProtocol +:WANProtocol rdf:type owl:Class ; + rdfs:subClassOf :Protocol ; + rdfs:comment """WAN Protocols operate at the lowest three levels of the OSI model (i.e., physical, data link, and network) and are used to define communications over different types of wide-area media. + +The DEN-ng model defines ATM, FrameRelay, HDLC, ISDN, PPP, SLIP, SMDS, and X.25 as examples of subclasses of this class.""" . + + +### http://acintra.intec.ugent.be/ontologies/den_ng/7.0/denon_ng.owl#WorldGeodeticSystem +:WorldGeodeticSystem rdf:type owl:Class ; + rdfs:subClassOf :UnManagedEntity ; + rdfs:comment "The World Geodetic System is a standard for use in cartography, geodesy, and navigation. It comprises a standard coordinate frame for the Earth, a standard spheroidal reference surface (the datum or reference ellipsoid) for raw altitude data, and a gravitational equipotential surface (the geoid) that defines the nominal sea level." . + + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Application + :ApplicationComponent + :DeviceInterface + :Engine + :LogicalDevice + :ManagedTransmissionEntity + :ManagementInfo + :ManagementMethodEntity + :NetworkAddress + :OperatingSystem + :Protocol + :Software + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :AuxiliaryComponent + :Equipment + :EquipmentHolder + :PhysicalComponent + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :BehavioralAspect + :IdentityAspect + :OrchestrationAspect + :ProducerConsumerAspect + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :BridgingProtocol + :LANProtocol + :ManagementProtocol + :RoutedProtocol + :RoutingProtocol + :SignalingProtocol + :SwitchingProtocol + :WANProtocol + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Cable + :Hardware + :Link + :PhysicalDevice + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :CompoundResource + :LogicalResource + :PhysicalResource + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Context + :Domain + :FederatedDomain + :Interaction + :PolicyConcept + :Preference + :Profile + :Subscription + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :CoordinateSystem + :Language + :Location + :WorldGeodeticSystem + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :EdgeConcept + :EntityMetaData + :Graph + :Lifecycle + :Node + :PolicyMetaData + :Requirement + :Role + :SecurityMetaData + :SemanticMetaData + :Topology + :Type + :ValueMetaData + :Version + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Entity + :MetaData + :Value + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Event + :ManagedEntity + :PersonOrOrganization + :UnManagedEntity + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Market + :Product + :ProductSpecification + :Resource + :Service + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :OrgIdentification + :OrgPublicIdentification + :PersonIdentification + :PersonPublicIdentification + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :PolicyClause + :PolicyOperator + :PolicyRuleComponentStructure + :PolicyRuleStructure + :PolicySubject + :PolicyTarget + :PolicyValue + :PolicyVariable + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :State + :StateMachine + :StateTransition + ) +] . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/files.txt b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/files.txt new file mode 100644 index 0000000..1846527 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/files.txt @@ -0,0 +1,5 @@ +DivideCore.owl +Monitoring.owl +saref.ttl +denon_ng.ttl +om-2.0.ttl \ No newline at end of file diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/om-2.0.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/om-2.0.ttl new file mode 100644 index 0000000..85cad22 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/om-2.0.ttl @@ -0,0 +1,40057 @@ +@prefix : . +@prefix dc: . +@prefix om: . +@prefix wv: . +@prefix dct: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix bibo: . +@prefix foaf: . +@prefix rdfs: . +@prefix skos: . +@prefix ombibo: . +@base . + + rdf:type owl:Ontology ; + dc:creator "Hajo Rijgersberg, Don Willems, Jan Top"@en ; + dc:date "2022/06/11" ; + dc:identifier "http://www.ontology-of-units-of-measure.org/vocabularies/om-2/" ; + dct:license ; + rdfs:comment "The Ontology of units of Measure (OM) 2.0 models concepts and relations important to scientific research. It has a strong focus on units, quantities, measurements, and dimensions."@en , + "測定単位のオントロジー (Ontology of units of Measure; OM) は,科学技術にとって重要な概念及び関係をモデル化する。OMは,単位・量・測定・次元に特に焦点を当てている。"@ja ; + rdfs:label "Ontology of units of Measure (OM)"@en , + "測定単位のオントロジー (OM)"@ja ; + owl:versionInfo "2.0.37"@en ; + wv:illustration "http://www.wurvoc.org/images/vocabularies/om-illustration.jpg" ; + wv:logo "http://www.wurvoc.org/images/vocabularies/om-logo.jpg" . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/elements/1.1/creator +dc:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/date +dc:date rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/identifier +dc:identifier rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/isPartOf +dc:isPartOf rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/publisher +dc:publisher rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/subject +dc:subject rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/title +dc:title rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/license +dct:license rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/authorList +bibo:authorList rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/chapter +bibo:chapter rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/degree +bibo:degree rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/edition +bibo:edition rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/isbn10 +bibo:isbn10 rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/isbn13 +bibo:isbn13 rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/issuer +bibo:issuer rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/pageEnd +bibo:pageEnd rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/pageStart +bibo:pageStart rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/reproducedIn +bibo:reproducedIn rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/shortTitle +bibo:shortTitle rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/uri +bibo:uri rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/volume +bibo:volume rdf:type owl:AnnotationProperty . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand +om:LaTeXCommand rdf:type owl:AnnotationProperty ; + om:alternativeLabel "typeset by LaTeX command"@en ; + rdfs:comment "OMLaTeX command that can be used to render this quantity or unit."@en ; + rdfs:label "LaTeX command"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol +om:LaTeXSymbol rdf:type owl:AnnotationProperty ; + om:alternativeLabel "LaTeX formatted symbol"@en , + "has LaTeX symbol"@en ; + rdfs:comment "OMLaTeX formatted symbol may include commands such as \\unit and \\E as defined in OMLaTeX."@en ; + rdfs:label "LaTeX symbol"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abbreviation +om:abbreviation rdf:type owl:AnnotationProperty ; + om:alternativeLabel "has abbreviation"@en , + "略記がある"@ja ; + rdfs:label "abbreviation"@en , + "略記"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLaTeXSymbol +om:alternativeLaTeXSymbol rdf:type owl:AnnotationProperty ; + om:alternativeLabel "alternative LaTeX formatted symbol"@en , + "has alternative LaTeX symbol"@en ; + rdfs:comment "An alternative OMLaTeX formatted symbol, which may include commands such as \\unit and \\E as defined in OMLaTeX."@en ; + rdfs:label "alternative LaTeX symbol"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel +om:alternativeLabel rdf:type owl:AnnotationProperty ; + rdfs:label "alternative label"@en , + "標識の別名"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol +om:alternativeSymbol rdf:type owl:AnnotationProperty ; + om:alternativeLabel "has alternative symbol"@en , + "別の記号を持つ"@ja ; + rdfs:label "alternative symbol"@en , + "別の記号"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment +om:longcomment rdf:type owl:AnnotationProperty ; + om:alternativeLabel "has longcomment"@en , + "long comment"@en , + "詳細な注釈がある"@ja ; + rdfs:label "longcomment"@en , + "詳細な注釈"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/symbol +om:symbol rdf:type owl:AnnotationProperty ; + om:alternativeLabel "has symbol"@en , + "記号を持つ"@ja ; + rdfs:label "symbol"@en , + "記号"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation +om:unofficialAbbreviation rdf:type owl:AnnotationProperty ; + om:alternativeLabel "has unofficial abbreviation"@en , + "非公式な略記がある"@ja ; + rdfs:comment "Used to specify abbreviations that are used in e.g. every day speech but are not defined in any standard." ; + rdfs:label "unofficial abbreviation"@en , + "非公式な略記"@ja ; + rdfs:subPropertyOf skos:hiddenLabel . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel +om:unofficialLabel rdf:type owl:AnnotationProperty ; + om:alternativeLabel "has unofficial label"@en , + "非公式な記号を持つ"@ja ; + rdfs:comment "Used to specify labels that are used in e.g. every day speech but are not defined in any standard." ; + rdfs:label "unofficial label"@en , + "非公式な記号"@ja ; + rdfs:subPropertyOf skos:hiddenLabel . + + +### http://www.w3.org/2004/02/skos/core#hiddenLabel +skos:hiddenLabel rdf:type owl:AnnotationProperty . + + +### http://www.wurvoc.org/vocabularies/WV/illustration +wv:illustration rdf:type owl:AnnotationProperty . + + +### http://www.wurvoc.org/vocabularies/WV/logo +wv:logo rdf:type owl:AnnotationProperty . + + +### http://xmlns.com/foaf/0.1/based_near +foaf:based_near rdf:type owl:AnnotationProperty . + + +### http://xmlns.com/foaf/0.1/name +foaf:name rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit +om:commonlyHasUnit rdf:type owl:ObjectProperty ; + rdfs:domain om:Quantity ; + rdfs:range om:Unit ; + om:alternativeLabel "commonly has unit of measure"@en , + "通常は測定単位を持つ"@ja ; + rdfs:comment "This property indicates a commonly-used unit." ; + rdfs:label "commonly has unit"@en , + "通常は単位を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasAggregateFunction +om:hasAggregateFunction rdf:type owl:ObjectProperty ; + rdfs:domain om:Quantity ; + rdfs:range om:Function ; + rdfs:label "has aggregate function"@en , + "集計関数を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase +om:hasBase rdf:type owl:ObjectProperty ; + rdfs:domain om:UnitExponentiation ; + rdfs:range om:Unit ; + rdfs:label "has base"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseQuantity +om:hasBaseQuantity rdf:type owl:ObjectProperty ; + rdfs:domain om:SystemOfUnits ; + rdfs:range om:Quantity ; + rdfs:label "has base quantity"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseUnit +om:hasBaseUnit rdf:type owl:ObjectProperty ; + rdfs:domain om:SystemOfUnits ; + rdfs:range om:Unit ; + rdfs:label "has base unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasContext +om:hasContext rdf:type owl:ObjectProperty ; + rdfs:domain om:Quantity ; + rdfs:label "has context"@en , + "文脈を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator +om:hasDenominator rdf:type owl:ObjectProperty ; + rdfs:domain om:UnitDivision ; + rdfs:range om:Unit ; + rdfs:label "has denominator"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedQuantity +om:hasDerivedQuantity rdf:type owl:ObjectProperty ; + rdfs:domain om:SystemOfUnits ; + rdfs:range om:Quantity ; + rdfs:label "has derived quantity"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedUnit +om:hasDerivedUnit rdf:type owl:ObjectProperty ; + rdfs:domain om:SystemOfUnits ; + rdfs:range om:Unit ; + rdfs:label "has derived unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension +om:hasDimension rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:Quantity + om:Scale + om:Unit + ) + ] ; + rdfs:range om:Dimension ; + rdfs:label "has dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator +om:hasNumerator rdf:type owl:ObjectProperty ; + rdfs:domain om:UnitDivision ; + rdfs:range om:Unit ; + rdfs:label "has numerator"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasPhenomenon +om:hasPhenomenon rdf:type owl:ObjectProperty ; + rdfs:domain om:Quantity ; + rdfs:label "has phenomenon"@en , + "現象がある"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint +om:hasPoint rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:FixedPoint + om:IntervalScale + om:RatioScale + ) + ] ; + rdfs:range om:Point ; + rdfs:label "has point"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix +om:hasPrefix rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain om:PrefixedUnit ; + rdfs:range om:Prefix ; + rdfs:label "has prefix"@en , + "補助単位を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity +om:hasQuantity rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:FixedPoint + om:SingularUnit + ) + ] ; + rdfs:range om:Quantity ; + rdfs:label "has quantity"@en , + "量を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale +om:hasScale rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:ApplicationArea + om:Quantity + om:Scale + ) + ] ; + rdfs:range om:Scale ; + rdfs:label "has scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1 +om:hasTerm1 rdf:type owl:ObjectProperty ; + rdfs:domain om:UnitMultiplication ; + rdfs:range om:Unit ; + rdfs:label "has term 1"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2 +om:hasTerm2 rdf:type owl:ObjectProperty ; + rdfs:domain om:UnitMultiplication ; + rdfs:range om:Unit ; + rdfs:label "has term 2"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit +om:hasUnit rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:IntervalScale + om:Measure + om:PrefixedUnit + om:RatioScale + om:SingularUnit + om:UnitMultiple + ) + ] ; + rdfs:range om:Unit ; + rdfs:label "has unit"@en , + "単位を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue +om:hasValue rdf:type owl:ObjectProperty ; + rdfs:domain om:Quantity ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( om:Measure + om:Point + ) + ] ; + rdfs:label "has value"@en , + "値を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity +om:usesQuantity rdf:type owl:ObjectProperty ; + rdfs:domain om:ApplicationArea ; + rdfs:range om:Quantity ; + rdfs:label "uses quantity"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit +om:usesUnit rdf:type owl:ObjectProperty ; + rdfs:domain om:ApplicationArea ; + rdfs:range om:Unit ; + rdfs:label "uses unit"@en . + + +### http://www.wurvoc.org/bibliography/om-2/reference +ombibo:reference rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain bibo:Document ; + rdfs:label "reference"@en . + + +################################################################# +# Data properties +################################################################# + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent +om:hasExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:UnitExponentiation ; + rdfs:range xsd:integer ; + rdfs:label "has exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor +om:hasFactor rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:Prefix + om:Scale + om:SingularUnit + om:UnitMultiple + ) + ] ; + rdfs:range xsd:float ; + rdfs:label "has factor"@en , + "因子を持つ"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue +om:hasNumericalValue rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( om:Measure + om:Point + ) + ] ; + rdfs:label "has numerical value"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasOff-Set +om:hasOff-Set rdf:type owl:DatatypeProperty ; + rdfs:domain om:Scale ; + rdfs:range xsd:float ; + rdfs:label "has off-set"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent +om:hasSIAmountOfSubstanceDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI amount of substance dimension exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent +om:hasSIElectricCurrentDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI electric current dimension exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent +om:hasSILengthDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI length dimension exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent +om:hasSILuminousIntensityDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI luminous intensity dimension exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent +om:hasSIMassDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI mass dimension exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent +om:hasSIThermodynamicTemperatureDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI thermodynamic temperature dimension exponent"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent +om:hasSITimeDimensionExponent rdf:type owl:DatatypeProperty ; + rdfs:domain om:Dimension ; + rdfs:range xsd:integer ; + rdfs:label "has SI time dimension exponent"@en . + + +################################################################# +# Classes +################################################################# + +### http://purl.org/ontology/bibo/Article +bibo:Article rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/Book +bibo:Book rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/BookSection +bibo:BookSection rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/Chapter +bibo:Chapter rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/Document +bibo:Document rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/Journal +bibo:Journal rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/Standard +bibo:Standard rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/Thesis +bibo:Thesis rdf:type owl:Class . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Aberration +om:Aberration rdf:type owl:Class ; + rdfs:subClassOf om:AngularDisplacement . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AberrationInLatitude +om:AberrationInLatitude rdf:type owl:Class ; + rdfs:subClassOf om:AngularDisplacement . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AberrationInLongitude +om:AberrationInLongitude rdf:type owl:Class ; + rdfs:subClassOf om:AngularDisplacement . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsoluteBolometricMagnitude +om:AbsoluteBolometricMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:BolometricMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsoluteMagnitude +om:AbsoluteMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDose +om:AbsorbedDose rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AbsorbedDoseUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseRate +om:AbsorbedDoseRate rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AbsorbedDoseRateUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:absorbedDoseRate-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseRateUnit +om:AbsorbedDoseRateUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:grayPerSecond-Time + om:milligrayPerSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "absorbed dose rate unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseUnit +om:AbsorbedDoseUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedGray + [ rdf:type owl:Class ; + owl:oneOf ( om:gray + om:joulePerKilogram + om:kilojoulePerHectogram + om:rad + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "absorbed dose unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Acceleration +om:Acceleration rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AccelerationUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:acceleration-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AccelerationUnit +om:AccelerationUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:MetrePerPrefixedSecond-TimeSquared + om:PrefixedMetrePerPrefixedSecond-TimeSquared + om:PrefixedMetrePerSecond-TimeSquared + [ rdf:type owl:Class ; + owl:oneOf ( om:gal + om:metrePerSecond-TimeSquared + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "acceleration unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AceticAcidMassFraction +om:AceticAcidMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Acidity +om:Acidity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AcousticFirmness +om:AcousticFirmness rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Action +om:Action rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ActionUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:actionOrAngularMomentum-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ActionUnit +om:ActionUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:ergSecond-Time + om:jouleSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "action unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Activity +om:Activity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ActivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:frequency-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ActivityUnit +om:ActivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedBecquerel + [ rdf:type owl:Class ; + owl:oneOf ( om:becquerel + om:curie + om:reciprocalSecond-Time + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "activity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Admittance +om:Admittance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Albedo +om:Albedo rdf:type owl:Class ; + rdfs:subClassOf om:QuantityOfDimensionOne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AlfvenNumber +om:AlfvenNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AlfvenNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AlfvenNumberUnit +om:AlfvenNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Alfvén number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Altitude +om:Altitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmbientDoseEquivalent +om:AmbientDoseEquivalent rdf:type owl:Class ; + rdfs:subClassOf om:DoseEquivalent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfMoney +om:AmountOfMoney rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AmountOfMoneyUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfMoneyUnit +om:AmountOfMoneyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:AustralianDollar + om:BrazilianReal + om:CanadianDollar + om:ChineseYuan + om:HongKongDollar + om:IndianRupee + om:JapaneseYen + om:MexicanPeso + om:NewZealandDollar + om:NorwegianKrone + om:RussianRuble + om:SingaporeDollar + om:SouthAfricanRand + om:SouthKoreanWon + om:SwedishKrona + om:SwissFranc + om:TurkishLira + om:UnitedStatesDollar + om:euro + om:megaeuro + om:poundSterling + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "amount of money unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstance +om:AmountOfSubstance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AmountOfSubstanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:amountOfSubstance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceConcentration +om:AmountOfSubstanceConcentration rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AmountOfSubstanceConcentrationUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:amountOfSubstanceConcentration-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceConcentrationUnit +om:AmountOfSubstanceConcentrationUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:MolePerPrefixedLitre + om:PrefixedMolar + om:PrefixedMolePerLitre + om:PrefixedMolePerPrefixedLitre + [ rdf:type owl:Class ; + owl:oneOf ( om:molar + om:molePerCubicmetre + om:molePerLitre + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "amount of substance concentration unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFlow +om:AmountOfSubstanceFlow rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AmountOfSubstanceFlowUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFlowUnit +om:AmountOfSubstanceFlowUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:micromolePerSecond-Time + om:molePerSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "amount of substance flow unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFraction +om:AmountOfSubstanceFraction rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AmountOfSubstanceFractionUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFractionFlow +om:AmountOfSubstanceFractionFlow rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFractionUnit +om:AmountOfSubstanceFractionUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:micromolePerMole + om:molePerMole + om:one + om:partsPerMillion + om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "amount of substance fraction unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceUnit +om:AmountOfSubstanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedMole + [ rdf:type owl:Class ; + owl:oneOf ( om:mole + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "amount of substance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Amphiphilicity +om:Amphiphilicity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Amplitude +om:Amplitude rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Angle +om:Angle rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AngleUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngleUnit +om:AngleUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedRadian + [ rdf:type owl:Class ; + owl:oneOf ( om:degree + om:gon + om:metrePerMetre + om:microsecond-Angle + om:mil-Angle + om:millisecond-Angle + om:minute-Angle + om:radian + om:revolution + om:second-Angle + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "angle unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularAcceleration +om:AngularAcceleration rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AngularAccelerationUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:angularAcceleration-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularAccelerationUnit +om:AngularAccelerationUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:radianPerSecond-TimeSquared + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "angular acceleration unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularDisplacement +om:AngularDisplacement rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularMomentum +om:AngularMomentum rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AngularMomentumUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:actionOrAngularMomentum-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularMomentumUnit +om:AngularMomentumUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:ergSecond-Time + om:jouleSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "angular momentum unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSize +om:AngularSize rdf:type owl:Class ; + rdfs:subClassOf om:SolidAngle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSpeed +om:AngularSpeed rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AngularSpeedUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:angularSpeed-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSpeedUnit +om:AngularSpeedUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:millisecond-AnglePerYear + om:radianPerSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "angular speed unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularVelocity +om:AngularVelocity rdf:type owl:Class ; + rdfs:subClassOf om:AngularSpeed . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AnnualAberration +om:AnnualAberration rdf:type owl:Class ; + rdfs:subClassOf om:AngularDisplacement . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentDiameter +om:ApparentDiameter rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentDistanceModulus +om:ApparentDistanceModulus rdf:type owl:Class ; + rdfs:subClassOf om:DistanceModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentMagnitude +om:ApparentMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea +om:ApplicationArea rdf:type owl:Class ; + rdfs:comment "An application area groups quantities and units of measure for application areas such as scientific disciplines (e.g., thermodynamics, mechanics)."@en ; + rdfs:label "application area"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Area +om:Area rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AreaUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:area-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensity +om:AreaDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AreaDensityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityRate +om:AreaDensityRate rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AreaDensityRateUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityRateUnit +om:AreaDensityRateUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:kilogramPerHectareDay + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "area density rate unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityUnit +om:AreaDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:gramPerSquareMetre + om:kilogramPerHectare + om:kilogramPerSquareMetre + om:ounceAvoirdupoisPerSquareYard-International + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "area density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFraction +om:AreaFraction rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:AreaFractionUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFractionUnit +om:AreaFractionUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + om:partsPerMillion + om:percent + om:squareMetrePerSquareMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "area fraction unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaUnit +om:AreaUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedAre + om:SquarePrefixedMetre + [ rdf:type owl:Class ; + owl:oneOf ( om:acre-International + om:acre-USSurvey + om:are + om:barn + om:circularMil + om:squareFoot-International + om:squareInch-International + om:squareMetre + om:squareMile-International + om:squareYard-International + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "area unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AtomicMass +om:AtomicMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AverageSpeed +om:AverageSpeed rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasAggregateFunction ; + owl:hasValue om:average + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:Speed . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Azimuth +om:Azimuth rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitude +om:BMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:JohnsonMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitudeAtMaximumBrightness +om:BMagnitudeAtMaximumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:BMagnitude , + om:MagnitudeAtMaximumBrightness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitudeAtMinimumBrightness +om:BMagnitudeAtMinimumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:BMagnitude , + om:MagnitudeAtMinimumBrightness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BetaNarrowMagnitude +om:BetaNarrowMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:StroemgrenMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BetaWideMagnitude +om:BetaWideMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:StroemgrenMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BinaryPrefix +om:BinaryPrefix rdf:type owl:Class ; + rdfs:subClassOf om:Prefix ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "binary prefix"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BodyLabelMass +om:BodyLabelMass rdf:type owl:Class ; + rdfs:subClassOf om:LabelMass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BodyMass +om:BodyMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricCorrection +om:BolometricCorrection rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricMagnitude +om:BolometricMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BondAlbedo +om:BondAlbedo rdf:type owl:Class ; + rdfs:subClassOf om:Albedo . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Breadth +om:Breadth rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BrightnessTemperature +om:BrightnessTemperature rdf:type owl:Class ; + rdfs:subClassOf om:ThermodynamicTemperature . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadium +om:BudStadium rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay0 +om:BudStadiumDay0 rdf:type owl:Class ; + rdfs:subClassOf om:BudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay4 +om:BudStadiumDay4 rdf:type owl:Class ; + rdfs:subClassOf om:BudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay7 +om:BudStadiumDay7 rdf:type owl:Class ; + rdfs:subClassOf om:BudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BulkModulus +om:BulkModulus rdf:type owl:Class ; + rdfs:subClassOf om:DynamicModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CapMass +om:CapMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Capacitance +om:Capacitance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:CapacitanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:capacitance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CapacitanceUnit +om:CapacitanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedFarad + [ rdf:type owl:Class ; + owl:oneOf ( om:abfarad + om:coulombPerVolt + om:farad + om:statfarad + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "capacitance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CartonMass +om:CartonMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivity +om:CatalyticActivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:CatalyticActivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:catalyticActivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityConcentration +om:CatalyticActivityConcentration rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:CatalyticActivityConcentrationUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:catalyticActivityConcentration-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityConcentrationUnit +om:CatalyticActivityConcentrationUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:katalPerCubicmetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "catalytic activity concentration unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityUnit +om:CatalyticActivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedKatal + [ rdf:type owl:Class ; + owl:oneOf ( om:amylaseUnit + om:deltaA450PerSecond-Time + om:katal + om:molePerSecond-Time + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "catalytic activity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedBuds +om:CauseEndOfVaseLifeAbscisedBuds rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedFlowers +om:CauseEndOfVaseLifeAbscisedFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedLeaves +om:CauseEndOfVaseLifeAbscisedLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeBlueFlowers +om:CauseEndOfVaseLifeBlueFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeBotrytis +om:CauseEndOfVaseLifeBotrytis rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryBuds +om:CauseEndOfVaseLifeDryBuds rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryFlowers +om:CauseEndOfVaseLifeDryFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryLeaves +om:CauseEndOfVaseLifeDryLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeMalformedBuds +om:CauseEndOfVaseLifeMalformedBuds rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeMalformedFlowers +om:CauseEndOfVaseLifeMalformedFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeNonturgidFlowers +om:CauseEndOfVaseLifeNonturgidFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeNonturgidLeaves +om:CauseEndOfVaseLifeNonturgidLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeRottenFlowers +om:CauseEndOfVaseLifeRottenFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeRottenLeaves +om:CauseEndOfVaseLifeRottenLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeWiltedFlowers +om:CauseEndOfVaseLifeWiltedFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeWiltedLeaves +om:CauseEndOfVaseLifeWiltedLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeYellowLeaves +om:CauseEndOfVaseLifeYellowLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperature +om:CelsiusTemperature rdf:type owl:Class ; + rdfs:subClassOf om:Temperature , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:CelsiusTemperatureScale + om:CelsiusTemperatureUnit + ) + ] + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasScale ; + owl:hasValue om:CelsiusScale + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperatureScale +om:CelsiusTemperatureScale rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:CelsiusScale + ) + ] ; + rdfs:subClassOf om:Scale ; + rdfs:label "Celsius temperature scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperatureUnit +om:CelsiusTemperatureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedDegreeCelsius + [ rdf:type owl:Class ; + owl:oneOf ( om:degreeCelsius + ) + ] + ) + ] ; + rdfs:subClassOf om:TemperatureUnit ; + rdfs:label "Celsius temperature unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Circumference +om:Circumference rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Co-RotationRadius +om:Co-RotationRadius rdf:type owl:Class ; + rdfs:subClassOf om:Radius . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColdGasMassFraction +om:ColdGasMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CollisionFrequency +om:CollisionFrequency rdf:type owl:Class ; + rdfs:subClassOf om:Frequency . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColorAreaFraction +om:ColorAreaFraction rdf:type owl:Class ; + rdfs:subClassOf om:AreaFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColourIndex +om:ColourIndex rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColourTemperature +om:ColourTemperature rdf:type owl:Class ; + rdfs:subClassOf om:ThermodynamicTemperature . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColumnNumberDensity +om:ColumnNumberDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ColumnNumberDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:columnNumberDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColumnNumberDensityUnit +om:ColumnNumberDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:reciprocalSquareCentimetre + om:reciprocalSquareMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "column number density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CompoundUnit +om:CompoundUnit rdf:type owl:Class ; + rdfs:subClassOf om:Unit ; + rdfs:label "compound unit"@en , + "複合単位"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CompressiveStress +om:CompressiveStress rdf:type owl:Class ; + rdfs:subClassOf om:Stress . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ContactAngle +om:ContactAngle rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CosmologicalConstant +om:CosmologicalConstant rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Cost +om:Cost rdf:type owl:Class ; + rdfs:subClassOf om:AmountOfMoney . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CousinsMagnitude +om:CousinsMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Coverage +om:Coverage rdf:type owl:Class ; + rdfs:subClassOf om:AreaFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CowlingNumber +om:CowlingNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:CowlingNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CowlingNumberUnit +om:CowlingNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Cowling number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CriticalDensity +om:CriticalDensity rdf:type owl:Class ; + rdfs:subClassOf om:Density . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre +om:CubicPrefixedMetre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasBase ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasBase ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasExponent ; + owl:hasValue "3"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasExponent ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitExponentiation ; + rdfs:label "cubic prefixed metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CurrentDensity +om:CurrentDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:CurrentDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:currentDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CurrentDensityUnit +om:CurrentDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:amperePerSquareMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "current density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CurvatureConstant +om:CurvatureConstant rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:CurvatureConstantUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CurvatureConstantUnit +om:CurvatureConstantUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "curvature constant unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Cut-OffWavelength +om:Cut-OffWavelength rdf:type owl:Class ; + rdfs:subClassOf om:Wavelength . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DarkNoise +om:DarkNoise rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Date +om:Date rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DecelerationParameter +om:DecelerationParameter rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DecelerationParameterUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DecelerationParameterUnit +om:DecelerationParameterUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "deceleration parameter unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Declination +om:Declination rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Density +om:Density rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:density-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameter +om:DensityParameter rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DensityParameterUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForBaryonicMatter +om:DensityParameterForBaryonicMatter rdf:type owl:Class ; + rdfs:subClassOf om:DensityParameter . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForMatter +om:DensityParameterForMatter rdf:type owl:Class ; + rdfs:subClassOf om:DensityParameter . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForRadiation +om:DensityParameterForRadiation rdf:type owl:Class ; + rdfs:subClassOf om:DensityParameter . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForVacuum +om:DensityParameterForVacuum rdf:type owl:Class ; + rdfs:subClassOf om:DensityParameter . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterUnit +om:DensityParameterUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "density parameter unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityUnit +om:DensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:GramPerPrefixedLitre + om:PrefixedGramPerLitre + om:PrefixedGramPerPrefixedLitre + [ rdf:type owl:Class ; + owl:oneOf ( om:gramPerCubicCentimetre + om:gramPerCubicmetre + om:gramPerLitre + om:kilogramPerCubicDecimetre + om:kilogramPerCubicmetre + om:microgramPerCubicCentimetre + om:milligramPerCubicmetre + om:solarMassPerCubicParsec + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Depth +om:Depth rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DetectiveQuantumEfficiency +om:DetectiveQuantumEfficiency rdf:type owl:Class ; + rdfs:subClassOf om:QuantumEfficiency . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Detectivity +om:Detectivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DetectivityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DetectivityUnit +om:DetectivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:reciprocalWatt + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "detectivity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Diameter +om:Diameter rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Diameter-Angle +om:Diameter-Angle rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension +om:Dimension rdf:type owl:Class ; + rdfs:comment "Dimensions are abstract properties of units and quantities neglecting their vectorial or tensorial character and all numerical factors including their sign."@en ; + rdfs:label "dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DirectionalDoseEquivalent +om:DirectionalDoseEquivalent rdf:type owl:Class ; + rdfs:subClassOf om:DoseEquivalent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DisodiumEthyleneDiamineTetreAcetateMassFraction +om:DisodiumEthyleneDiamineTetreAcetateMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Displacement +om:Displacement rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Distance +om:Distance rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DistanceModulus +om:DistanceModulus rdf:type owl:Class ; + rdfs:subClassOf om:Distance . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DiurnalAberration +om:DiurnalAberration rdf:type owl:Class ; + rdfs:subClassOf om:AngularDisplacement . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalent +om:DoseEquivalent rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DoseEquivalentUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalentUnit +om:DoseEquivalentUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedSievert + [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKilogram + om:kilojoulePerHectogram + om:rem + om:sievert + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "dose equivalent unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DrainageSpeed +om:DrainageSpeed rdf:type owl:Class ; + rdfs:subClassOf om:Speed . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DryBodyMass +om:DryBodyMass rdf:type owl:Class ; + rdfs:subClassOf om:DryMass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DryMass +om:DryMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DryMatterMassFraction +om:DryMatterMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Duration +om:Duration rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicModulus +om:DynamicModulus rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:StressUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:pressure-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicRange +om:DynamicRange rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DynamicRangeUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicRangeUnit +om:DynamicRangeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "dynamic range unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicViscosity +om:DynamicViscosity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:DynamicViscosityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dynamicViscosity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicViscosityUnit +om:DynamicViscosityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedPoise + [ rdf:type owl:Class ; + owl:oneOf ( om:pascalSecond-Time + om:poise + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "dynamic viscosity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Eccentricity +om:Eccentricity rdf:type owl:Class ; + rdfs:subClassOf om:QuantityOfDimensionOne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EclipticLatitude +om:EclipticLatitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EclipticLongitude +om:EclipticLongitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EggMassFraction +om:EggMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElasticityTensor +om:ElasticityTensor rdf:type owl:Class ; + rdfs:subClassOf om:DynamicModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCharge +om:ElectricCharge rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricChargeUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricCharge-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeDensity +om:ElectricChargeDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricChargeDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricChargeDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeDensityUnit +om:ElectricChargeDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:coulombPerCubicmetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric charge density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeUnit +om:ElectricChargeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedCoulomb + [ rdf:type owl:Class ; + owl:oneOf ( om:abcoulomb + om:ampereHour + om:coulomb + om:faraday + om:franklin + om:milliampereHour + om:second-TimeAmpere + om:statcoulomb + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric charge unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent +om:ElectricCurrent rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricCurrentUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricCurrent-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrentUnit +om:ElectricCurrentUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedAmpere + [ rdf:type owl:Class ; + owl:oneOf ( om:abampere + om:ampere + om:biot + om:statampere + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric current unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricDipoleMoment +om:ElectricDipoleMoment rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricDipoleMomentUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricDipoleMoment-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricDipoleMomentUnit +om:ElectricDipoleMomentUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:coulombMetre + om:debye + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric dipole moment unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricField +om:ElectricField rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricFieldUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricField-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFieldUnit +om:ElectricFieldUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:newtonPerCoulomb + om:voltPerMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric field unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFluxDensity +om:ElectricFluxDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricFluxDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricFluxDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFluxDensityUnit +om:ElectricFluxDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:coulombPerSquareMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric flux density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential +om:ElectricPotential rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricPotentialUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricPotential-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotentialUnit +om:ElectricPotentialUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedVolt + [ rdf:type owl:Class ; + owl:oneOf ( om:abvolt + om:statvolt + om:volt + om:wattPerAmpere + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electric potential unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductance +om:ElectricalConductance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricalConductanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricalConductance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductanceUnit +om:ElectricalConductanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedSiemens + [ rdf:type owl:Class ; + owl:oneOf ( om:abmho + om:amperePerVolt + om:mho + om:siemens + om:statmho + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electrical conductance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductivity +om:ElectricalConductivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricalConductivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricalConductivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductivityUnit +om:ElectricalConductivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:siemensPerMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electrical conductivity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistance +om:ElectricalResistance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricalResistanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricalResistance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistanceUnit +om:ElectricalResistanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedOhm + [ rdf:type owl:Class ; + owl:oneOf ( om:abohm + om:ohm + om:statohm + om:voltPerAmpere + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electrical resistance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistivity +om:ElectricalResistivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ElectricalResistivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricalResistivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistivityUnit +om:ElectricalResistivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:ohmMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "electrical resistivity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectromotiveForce +om:ElectromotiveForce rdf:type owl:Class ; + rdfs:subClassOf om:ElectricPotential . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectronTemperature +om:ElectronTemperature rdf:type owl:Class ; + rdfs:subClassOf om:ThermodynamicTemperature . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Ellipticity +om:Ellipticity rdf:type owl:Class ; + rdfs:subClassOf om:QuantityOfDimensionOne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Energy +om:Energy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:EnergyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:energy-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyDensity +om:EnergyDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:EnergyDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:energyDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyDensityUnit +om:EnergyDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerCubicmetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "energy density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyUnit +om:EnergyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedCalorie-Mean + om:PrefixedElectronvolt + om:PrefixedJoule + [ rdf:type owl:Class ; + owl:oneOf ( om:BritishThermalUnit-39F + om:BritishThermalUnit-59F + om:BritishThermalUnit-60F + om:BritishThermalUnit-InternationalTable + om:BritishThermalUnit-Mean + om:BritishThermalUnit-Thermochemical + om:calorie-15C + om:calorie-20C + om:calorie-InternationalTable + om:calorie-Mean + om:calorie-Thermochemical + om:electronvolt + om:erg + om:footPoundal + om:gigaelectronvolt + om:joule + om:kiloelectronvolt + om:kilowattHour + om:megaelectronvolt + om:micronewtonMetre + om:millinewtonMetre + om:newtonMetre + om:quad + om:terawattHour + om:therm-EC + om:therm-US + om:tonOfTNT + om:wattHour + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "energy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Enthalpy +om:Enthalpy rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Entropy +om:Entropy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:EntropyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:entropyOrHeatCapacity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EntropyUnit +om:EntropyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvin + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "entropy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Epoch +om:Epoch rdf:type owl:Class ; + rdfs:subClassOf om:Date . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EpochAtMaximumBrightness +om:EpochAtMaximumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:Epoch . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EulerNumber +om:EulerNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:EulerNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EulerNumberUnit +om:EulerNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Euler number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Exposure +om:Exposure rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ExposureUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:exposure-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureToXAndGammaRays +om:ExposureToXAndGammaRays rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ExposureToXAndGammaRaysUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:exposureToXAndGammaRays-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureToXAndGammaRaysUnit +om:ExposureToXAndGammaRaysUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:coulombPerKilogram + om:röntgen + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "exposure to x and γ rays unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureUnit +om:ExposureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:luxSecond-Time + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "exposure unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExternalBrowning +om:ExternalBrowning rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Extinction +om:Extinction rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWaveband +om:ExtinctionAtWaveband rdf:type owl:Class ; + rdfs:subClassOf om:Extinction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWavelength +om:ExtinctionAtWavelength rdf:type owl:Class ; + rdfs:subClassOf om:Extinction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInB +om:ExtinctionInB rdf:type owl:Class ; + rdfs:subClassOf om:ExtinctionAtWaveband . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInU +om:ExtinctionInU rdf:type owl:Class ; + rdfs:subClassOf om:ExtinctionAtWaveband . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInV +om:ExtinctionInV rdf:type owl:Class ; + rdfs:subClassOf om:ExtinctionAtWaveband . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperature +om:FahrenheitTemperature rdf:type owl:Class ; + rdfs:subClassOf om:Temperature , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:FahrenheitTemperatureScale + om:FahrenheitTemperatureUnit + ) + ] + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasScale ; + owl:hasValue om:FahrenheitScale + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperatureScale +om:FahrenheitTemperatureScale rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:FahrenheitScale + ) + ] ; + rdfs:subClassOf om:Scale ; + rdfs:label "Fahrenheit temperature scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperatureUnit +om:FahrenheitTemperatureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:degreeFahrenheit + ) + ] + ) + ] ; + rdfs:subClassOf om:TemperatureUnit ; + rdfs:label "Fahrenheit temperature unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FatMassFraction +om:FatMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Firmness-Penetrometer-Method1 +om:Firmness-Penetrometer-Method1 rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Firmness-Penetrometer-Method2 +om:Firmness-Penetrometer-Method2 rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FirstCowlingNumber +om:FirstCowlingNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FirstCowlingNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FirstCowlingNumberUnit +om:FirstCowlingNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "first Cowling number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint +om:FixedPoint rdf:type owl:Class ; + rdfs:subClassOf om:Point , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPoint ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:FixedPoint + ) + ] + ] ; + rdfs:label "fixed point"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FixedZeroPoint +om:FixedZeroPoint rdf:type owl:Class ; + rdfs:subClassOf om:FixedPoint ; + rdfs:label "fixed zero point"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FlowpackMass +om:FlowpackMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Fluidity +om:Fluidity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FluidityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:fluidity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FluidityUnit +om:FluidityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:reciprocalPascalSecond-Time + om:rhe + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "fluidity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FontSize +om:FontSize rdf:type owl:Class ; + rdfs:subClassOf om:Length , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FontSizeUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FontSizeUnit +om:FontSizeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:cicero + om:pica-ATA + om:pica-Postscript + om:pica-TeX + om:point-ATA + om:point-Didot + om:point-Postscript + om:point-TeX + ) + ] ; + rdfs:subClassOf om:LengthUnit ; + rdfs:label "font size unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Force +om:Force rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ForceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:force-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ForceUnit +om:ForceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedNewton + [ rdf:type owl:Class ; + owl:oneOf ( om:dyne + om:kip + om:metreKilogramPerSecond-TimeSquared + om:newton + om:pound-Force + om:poundal + om:ton-Force-Short + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "force unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumber +om:FourierNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FourierNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberForMassTransfer +om:FourierNumberForMassTransfer rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FourierNumberForMassTransferUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberForMassTransferUnit +om:FourierNumberForMassTransferUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Fourier number for mass transfer unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberUnit +om:FourierNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Fourier number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Frequency +om:Frequency rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FrequencyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:frequency-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FrequencyUnit +om:FrequencyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedHertz + [ rdf:type owl:Class ; + owl:oneOf ( om:hertz + om:reciprocalDay + om:reciprocalHour + om:reciprocalMinute-Time + om:reciprocalSecond-Time + om:reciprocalYear + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "frequency unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Friction +om:Friction rdf:type owl:Class ; + rdfs:subClassOf om:Force . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FroudeNumber +om:FroudeNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:FroudeNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FroudeNumberUnit +om:FroudeNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Froude number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Function +om:Function rdf:type owl:Class ; + rdfs:label "function"@en , + "関数"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticCylindricalPolarAngleCoordinate +om:GalacticCylindricalPolarAngleCoordinate rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticLatitude +om:GalacticLatitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticLongitude +om:GalacticLongitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GasConstant +om:GasConstant rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:GasConstantUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GasConstantUnit +om:GasConstantUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvinMole + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "gas constant unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GelatinMassFraction +om:GelatinMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GeometricalAlbedo +om:GeometricalAlbedo rdf:type owl:Class ; + rdfs:subClassOf om:Albedo . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre +om:GramPerPrefixedLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedLitre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:hasValue om:gram + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "gram per prefixed litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumber +om:GrashofNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:GrashofNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberForMassTransfer +om:GrashofNumberForMassTransfer rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:GrashofNumberForMassTransferUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberForMassTransferUnit +om:GrashofNumberForMassTransferUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Grashof number for mass transfer unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberUnit +om:GrashofNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Grashof number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GravitationalAcceleration +om:GravitationalAcceleration rdf:type owl:Class ; + rdfs:subClassOf om:Acceleration . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GuarGumMassFraction +om:GuarGumMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Half-Life +om:Half-Life rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HartmannNumber +om:HartmannNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:HartmannNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HartmannNumberUnit +om:HartmannNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Hartmann number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Heat +om:Heat rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatCapacity +om:HeatCapacity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:HeatCapacityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:entropyOrHeatCapacity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatCapacityUnit +om:HeatCapacityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvin + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "heat capacity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatFlowRate +om:HeatFlowRate rdf:type owl:Class ; + rdfs:subClassOf om:Power . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatFluxDensity +om:HeatFluxDensity rdf:type owl:Class ; + rdfs:subClassOf om:PowerDensity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatTransferCoefficient +om:HeatTransferCoefficient rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:HeatTransferCoefficientUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:heatTransferCoefficient-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatTransferCoefficientUnit +om:HeatTransferCoefficientUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:wattPerSquareMetreKelvin + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "heat transfer coefficient unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Height +om:Height rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HourAngle +om:HourAngle rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstant +om:HubbleConstant rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:HubbleConstantUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstantAtPresentEpoch +om:HubbleConstantAtPresentEpoch rdf:type owl:Class ; + rdfs:subClassOf om:HubbleConstant . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstantUnit +om:HubbleConstantUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:kilometrePerSecond-TimePerMegaparsec + om:metrePerSecond-TimePerMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Hubble constant unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Hydrophilicity +om:Hydrophilicity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Hydrophobicity +om:Hydrophobicity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IMagnitude +om:IMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:CousinsMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Illuminance +om:Illuminance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:IlluminanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:illuminance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IlluminanceUnit +om:IlluminanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedLux + [ rdf:type owl:Class ; + owl:oneOf ( om:footcandle + om:lumenPerSquareMetre + om:lux + om:phot + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "illuminance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Impulse +om:Impulse rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Inductance +om:Inductance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:InductanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:inductanceOrPermeance-Electromagnetic-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InductanceUnit +om:InductanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedHenry + [ rdf:type owl:Class ; + owl:oneOf ( om:abhenry + om:henry + om:stathenry + om:weberPerAmpere + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "inductance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InformationCapacity +om:InformationCapacity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:InformationCapacityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InformationCapacityUnit +om:InformationCapacityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedBit + om:PrefixedByte + [ rdf:type owl:Class ; + owl:oneOf ( om:bit + om:byte + om:hartley + om:shannon + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "information capacity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InitialMassFunction +om:InitialMassFunction rdf:type owl:Class ; + rdfs:subClassOf om:NumberDensity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IntegratedMagnitude +om:IntegratedMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InternalEnergy +om:InternalEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IntervalScale +om:IntervalScale rdf:type owl:Class ; + rdfs:subClassOf om:Scale ; + rdfs:label "interval scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IntrinsicColourIndex +om:IntrinsicColourIndex rdf:type owl:Class ; + rdfs:subClassOf om:ColourIndex . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IonizationTemperature +om:IonizationTemperature rdf:type owl:Class ; + rdfs:subClassOf om:ThermodynamicTemperature . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Irradiance +om:Irradiance rdf:type owl:Class ; + rdfs:subClassOf om:PowerDensity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/JeansMass +om:JeansMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/JohnsonMagnitude +om:JohnsonMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Kerma +om:Kerma rdf:type owl:Class ; + rdfs:subClassOf om:AbsorbedDose . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KinematicViscosity +om:KinematicViscosity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:KinematicViscosityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:kinematicViscosityOrThermalDiffusivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KinematicViscosityUnit +om:KinematicViscosityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedStokes + [ rdf:type owl:Class ; + owl:oneOf ( om:squareMetrePerSecond-Time + om:stokes + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "kinematic viscosity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KineticEnergy +om:KineticEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KnudsenNumber +om:KnudsenNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:KnudsenNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KnudsenNumberUnit +om:KnudsenNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Knudsen number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LabelMass +om:LabelMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LactoseMassFraction +om:LactoseMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Length +om:Length rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LengthUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:length-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LengthFraction +om:LengthFraction rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LengthUnit +om:LengthUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedMetre + [ rdf:type owl:Class ; + owl:oneOf ( om:BirminghamGauge + om:FrenchGauge + om:angstrom + om:astronomicalUnit + om:chain + om:cicero + om:fathom-USSurvey + om:fermi + om:foot-International + om:foot-USSurvey + om:furlong-International + om:gigaparsec + om:inch-International + om:kiloparsec + om:lightYear + om:megaparsec + om:metre + om:micron + om:mil-Length + om:mile-Statute + om:mile-USSurvey + om:nauticalMile-International + om:parsec + om:pica-ATA + om:pica-Postscript + om:pica-TeX + om:point-ATA + om:point-Didot + om:point-Postscript + om:point-TeX + om:rod-US + om:solarRadius + om:yard-International + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "length unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LewisNumber +om:LewisNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LewisNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LewisNumberUnit +om:LewisNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Lewis number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LightTime +om:LightTime rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LimitingMagnitude +om:LimitingMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LinearStrain +om:LinearStrain rdf:type owl:Class ; + rdfs:subClassOf om:Strain . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Lipophilicity +om:Lipophilicity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LocustBeanGumMassFraction +om:LocustBeanGumMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LossModulus +om:LossModulus rdf:type owl:Class ; + rdfs:subClassOf om:DynamicModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Luminance +om:Luminance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LuminanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:luminance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminanceUnit +om:LuminanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:candelaPerSquareCentimetre + om:candelaPerSquareMetre + om:footlambert + om:lambert + om:stilb + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "luminance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminosityFunction +om:LuminosityFunction rdf:type owl:Class ; + rdfs:subClassOf om:NumberDensity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEfficacy +om:LuminousEfficacy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LuminousEfficacyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:luminousEfficacy-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEfficacyUnit +om:LuminousEfficacyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:lumenPerWatt + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "luminous efficacy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEnergy +om:LuminousEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LuminousEnergyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:luminousEnergy-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEnergyUnit +om:LuminousEnergyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:lumenSecond-Time + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "luminous energy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousFlux +om:LuminousFlux rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LuminousFluxUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:luminousFlux-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousFluxUnit +om:LuminousFluxUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedLumen + [ rdf:type owl:Class ; + owl:oneOf ( om:candelaSteradian + om:lumen + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "luminous flux unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousIntensity +om:LuminousIntensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:LuminousIntensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:luminousIntensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousIntensityUnit +om:LuminousIntensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedCandela + [ rdf:type owl:Class ; + owl:oneOf ( om:candela + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "luminous intensity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MachNumber +om:MachNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MachNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MachNumberUnit +om:MachNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Mach number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField +om:MagneticField rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MagneticFieldUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:MagneticField-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFieldUnit +om:MagneticFieldUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:amperePerMetre + om:oersted + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "magnetic field unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFlux +om:MagneticFlux rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MagneticFluxUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:magneticFlux-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensity +om:MagneticFluxDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MagneticFluxDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:magneticFluxDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensityUnit +om:MagneticFluxDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedTesla + [ rdf:type owl:Class ; + owl:oneOf ( om:gamma + om:gauss + om:milligauss + om:stattesla + om:tesla + om:weberPerSquareMetre + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "magnetic flux density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxUnit +om:MagneticFluxUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedWeber + [ rdf:type owl:Class ; + owl:oneOf ( om:maxwell + om:statweber + om:unitPole + om:voltSecond-Time + om:weber + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "magnetic flux unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticReynoldsNumber +om:MagneticReynoldsNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MagneticReynoldsNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticReynoldsNumberUnit +om:MagneticReynoldsNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "magnetic Reynolds number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForce +om:MagnetomotiveForce rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MagnetomotiveForceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:electricCurrent-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForceUnit +om:MagnetomotiveForceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedAmpere + [ rdf:type owl:Class ; + owl:oneOf ( om:gilbert + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "magnetomotive force unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude +om:Magnitude rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MagnitudeUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMaximumBrightness +om:MagnitudeAtMaximumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMinimumBrightness +om:MagnitudeAtMinimumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeUnit +om:MagnitudeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:magnitude + om:micromagnitude + om:millimagnitude + om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "magnitude unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ManualFirmness +om:ManualFirmness rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Mass +om:Mass rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MassUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:mass-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassFlow +om:MassFlow rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MassFlowUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:massFlow-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassFlowUnit +om:MassFlowUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:gramPerDay + om:kilogramPerSecond-Time + om:milligramPerDay + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "mass flow unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction +om:MassFraction rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MassFractionUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassFractionUnit +om:MassFractionUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:gramPerGram + om:gramPerHectogram + om:gramPerKilogram + om:kilogramPerKilogram + om:microgramPerHectogram + om:milligramPerHectogram + om:milligramPerKilogram + om:one + om:partsPerMillion + om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "mass fraction unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassUnit +om:MassUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedGram + om:PrefixedTonne + om:PrefixedUnifiedAtomicMassUnit + [ rdf:type owl:Class ; + owl:oneOf ( om:InternationalUnit + om:carat-Mass + om:grain + om:gram + om:hundredweight-British + om:hundredweight-US + om:milligramRAE + om:ounceApothecaries + om:ounceAvoirdupois + om:pennyweight-Troy + om:poundApothecaries + om:poundAvoirdupois + om:slug + om:solarMass + om:ton-Long + om:ton-Short + om:ton-ShortAssay + om:tonne + om:unifiedAtomicMassUnit + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "mass unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Measure +om:Measure rdf:type owl:Class ; + rdfs:comment "A measure combines a number to a unit of measure. For example, \"3 m\" is a measure."@en ; + rdfs:label "measure"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Metallicity +om:Metallicity rdf:type owl:Class ; + rdfs:subClassOf om:QuantityOfDimensionOne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time +om:MetrePerPrefixedSecond-Time rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedSecond-Time + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:hasValue om:metre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "metre per prefixed second (time)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared +om:MetrePerPrefixedSecond-TimeSquared rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedSecond-TimeSquared + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:hasValue om:metre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "metre per prefixed second (time) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ModeratedStarchMassFraction +om:ModeratedStarchMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ModulusOfElasticity +om:ModulusOfElasticity rdf:type owl:Class ; + rdfs:subClassOf om:DynamicModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Molality +om:Molality rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MolalityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolalityUnit +om:MolalityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:molePerKilogram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "molality unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEnergy +om:MolarEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MolarEnergyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:molarEnergy-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEnergyUnit +om:MolarEnergyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerMole + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "molar energy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEntropy +om:MolarEntropy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MolarEntropyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEntropyUnit +om:MolarEntropyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvinMole + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "molar entropy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarHeatCapacity +om:MolarHeatCapacity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MolarHeatCapacityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarHeatCapacityUnit +om:MolarHeatCapacityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvinMole + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "molar heat capacity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarMass +om:MolarMass rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MolarMassUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarMassUnit +om:MolarMassUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:kilogramPerMole + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "molar mass unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarVolume +om:MolarVolume rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MolarVolumeUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarVolumeUnit +om:MolarVolumeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:cubicMetrePerMole + om:litrePerMole + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "molar volume unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre +om:MolePerPrefixedLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedLitre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:hasValue om:mole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "mole per prefixed litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre +om:MolePerPrefixedMetre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:hasValue om:mole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "mole per prefixed metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfForce +om:MomentOfForce rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MomentOfForceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:energy-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfForceUnit +om:MomentOfForceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:micronewtonMetre + om:millinewtonMetre + om:newtonMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "moment of force unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfInertia +om:MomentOfInertia rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MomentOfInertiaUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfInertiaUnit +om:MomentOfInertiaUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:kilogramSquareMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "moment of inertia unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Momentum +om:Momentum rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:MomentumUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentumUnit +om:MomentumUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:metreKilogramPerSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "momentum unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MustardPowderMassFraction +om:MustardPowderMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NeckRingMass +om:NeckRingMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NoiseEquivalentPower +om:NoiseEquivalentPower rdf:type owl:Class ; + rdfs:subClassOf om:Power . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalAlbedo +om:NormalAlbedo rdf:type owl:Class ; + rdfs:subClassOf om:Albedo . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalStrain +om:NormalStrain rdf:type owl:Class ; + rdfs:subClassOf om:Strain . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalStress +om:NormalStress rdf:type owl:Class ; + rdfs:subClassOf om:Stress . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalisedDetectivity +om:NormalisedDetectivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Number +om:Number rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:NumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedBuds +om:NumberAbscisedBuds rdf:type owl:Class ; + rdfs:subClassOf om:NumberBuds . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedFlowers +om:NumberAbscisedFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedLeaves +om:NumberAbscisedLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBlue-DiscoloredFlowers +om:NumberBlue-DiscoloredFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis +om:NumberBotrytis rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis0 +om:NumberBotrytis0 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBotrytis . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis1 +om:NumberBotrytis1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBotrytis . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis2 +om:NumberBotrytis2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBotrytis . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis3 +om:NumberBotrytis3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBotrytis . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis4 +om:NumberBotrytis4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBotrytis . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium +om:NumberBudStadium rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium1 +om:NumberBudStadium1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium2 +om:NumberBudStadium2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium3 +om:NumberBudStadium3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium4 +om:NumberBudStadium4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium5 +om:NumberBudStadium5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberBudStadium . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBuds +om:NumberBuds rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor +om:NumberColor rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor1 +om:NumberColor1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor2 +om:NumberColor2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor3 +om:NumberColor3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor4 +om:NumberColor4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor5 +om:NumberColor5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDensity +om:NumberDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:NumberDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:numberDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDensityUnit +om:NumberDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:reciprocalCubicCentimetre + om:reciprocalCubicMetre + om:reciprocalCubicParsec + om:reciprocalLitre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "number density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryBuds +om:NumberDryBuds rdf:type owl:Class ; + rdfs:subClassOf om:NumberBuds . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryFlowers +om:NumberDryFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryLeaves +om:NumberDryLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning +om:NumberExternalBrowning rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning1 +om:NumberExternalBrowning1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning2 +om:NumberExternalBrowning2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning3 +om:NumberExternalBrowning3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning4 +om:NumberExternalBrowning4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning5 +om:NumberExternalBrowning5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers +om:NumberFlowers rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberLeaves +om:NumberLeaves rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberMalformedBuds +om:NumberMalformedBuds rdf:type owl:Class ; + rdfs:subClassOf om:NumberBuds . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberMalformedFlowers +om:NumberMalformedFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness +om:NumberManualFirmness rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness0 +om:NumberManualFirmness0 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness0.5 +om:NumberManualFirmness0.5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness1 +om:NumberManualFirmness1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness1.5 +om:NumberManualFirmness1.5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness2 +om:NumberManualFirmness2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness2.5 +om:NumberManualFirmness2.5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness3 +om:NumberManualFirmness3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness3.5 +om:NumberManualFirmness3.5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness4 +om:NumberManualFirmness4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness4.5 +om:NumberManualFirmness4.5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness5 +om:NumberManualFirmness5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberManualFirmness . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberNonturgidFlowers +om:NumberNonturgidFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberNonturgidLeaves +om:NumberNonturgidLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning +om:NumberPulpBrowning rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning1 +om:NumberPulpBrowning1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning2 +om:NumberPulpBrowning2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning3 +om:NumberPulpBrowning3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning4 +om:NumberPulpBrowning4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning5 +om:NumberPulpBrowning5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberRottenFlowers +om:NumberRottenFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberRottenLeaves +om:NumberRottenLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberUnit +om:NumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:dozen + om:gross + om:halfDozen + om:hundredCount + om:one + om:thousandPiece + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning +om:NumberVascularBrowning rdf:type owl:Class ; + rdfs:subClassOf om:Number . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning1 +om:NumberVascularBrowning1 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning2 +om:NumberVascularBrowning2 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning3 +om:NumberVascularBrowning3 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning4 +om:NumberVascularBrowning4 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning5 +om:NumberVascularBrowning5 rdf:type owl:Class ; + rdfs:subClassOf om:NumberColor . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberWiltedFlowers +om:NumberWiltedFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberWiltedLeaves +om:NumberWiltedLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberYellowLeaves +om:NumberYellowLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumber +om:NusseltNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:NusseltNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberForMassTransfer +om:NusseltNumberForMassTransfer rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:NusseltNumberForMassTransferUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberForMassTransferUnit +om:NusseltNumberForMassTransferUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Nusselt number for mass transfer unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberUnit +om:NusseltNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Nusselt number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/OrganDoseEquivalent +om:OrganDoseEquivalent rdf:type owl:Class ; + rdfs:subClassOf om:DoseEquivalent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Overrun +om:Overrun rdf:type owl:Class ; + rdfs:subClassOf om:VolumeFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PeakWavelength +om:PeakWavelength rdf:type owl:Class ; + rdfs:subClassOf om:Wavelength . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumber +om:PecletNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PecletNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberForMassTransfer +om:PecletNumberForMassTransfer rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PecletNumberForMassTransferUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberForMassTransferUnit +om:PecletNumberForMassTransferUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Péclet number for mass transfer unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberUnit +om:PecletNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Péclet number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Percentage +om:Percentage rdf:type owl:Class ; + rdfs:subClassOf om:Ratio , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PercentageUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PercentageUnit +om:PercentageUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "percentage unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Period +om:Period rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PeriodOfVariability +om:PeriodOfVariability rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeability-EarthScience +om:Permeability-EarthScience rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:Permeability-EarthScienceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:area-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeability-EarthScienceUnit +om:Permeability-EarthScienceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:SquarePrefixedMetre + [ rdf:type owl:Class ; + owl:oneOf ( om:darcy + om:squareMetre + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "permeability (earth science) unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PermeabilityOfFreeSpace +om:PermeabilityOfFreeSpace rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PermeabilityOfFreeSpaceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:permeabilityOfFreeSpace-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PermeabilityOfFreeSpaceUnit +om:PermeabilityOfFreeSpaceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:henryPerMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "permeability of free space unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-Electromagnetic +om:Permeance-Electromagnetic rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:Permeance-ElectromagneticUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:inductanceOrPermeance-Electromagnetic-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-ElectromagneticUnit +om:Permeance-ElectromagneticUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:weberPerAmpere + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "permeance (electromagnetic) unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-MaterialsScience +om:Permeance-MaterialsScience rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:Permeance-MaterialsScienceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:permeance-MaterialsScience-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-MaterialsScienceUnit +om:Permeance-MaterialsScienceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:kilogramPerPascalSecond-TimeSquareMetre + om:perm-0C + om:perm-23C + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "permeance (materials science) unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permittivity +om:Permittivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PermittivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:permittivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PermittivityUnit +om:PermittivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:faradPerMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "permittivity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PersonalDoseEquivalent +om:PersonalDoseEquivalent rdf:type owl:Class ; + rdfs:subClassOf om:DoseEquivalent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicAmplitude +om:PhotographicAmplitude rdf:type owl:Class ; + rdfs:subClassOf om:Amplitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitude +om:PhotographicMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitudeAtMaximumBrightness +om:PhotographicMagnitudeAtMaximumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:MagnitudeAtMaximumBrightness , + om:PhotographicMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitudeAtMinimumBrightness +om:PhotographicMagnitudeAtMinimumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:MagnitudeAtMinimumBrightness , + om:PhotographicMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PixelCount +om:PixelCount rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PixelCountUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PixelCountUnit +om:PixelCountUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:pixel + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "pixel count unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PlanetaryAberration +om:PlanetaryAberration rdf:type owl:Class ; + rdfs:subClassOf om:Aberration . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Point +om:Point rdf:type owl:Class ; + rdfs:comment "A point is an element of an interval scale or a ratio scale, for example, 273.16 on the Kelvin scale indicates the triple point of water thermodynamic temperature."@en ; + rdfs:label "point"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PotassiumSorbateMassFraction +om:PotassiumSorbateMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PotentialDifference +om:PotentialDifference rdf:type owl:Class ; + rdfs:subClassOf om:ElectricPotential . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PotentialEnergy +om:PotentialEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Power +om:Power rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PowerUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:power-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PowerDensity +om:PowerDensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PowerDensityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:powerDensity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PowerDensityUnit +om:PowerDensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:wattPerSquareMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "power density unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PowerUnit +om:PowerUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedWatt + [ rdf:type owl:Class ; + owl:oneOf ( om:horsepower-Boiler + om:horsepower-British + om:horsepower-Electric + om:horsepower-Metric + om:horsepower-Water + om:joulePerSecond-Time + om:kilocalorie-MeanPerDay + om:solarLuminosity + om:tonOfRefrigeration + om:watt + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "power unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrandtlNumber +om:PrandtlNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PrandtlNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrandtlNumberUnit +om:PrandtlNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Prandtl number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Prefix +om:Prefix rdf:type owl:Class ; + rdfs:comment "A prefix is a name that precedes a basic unit of measure to indicate a decimal or binary multiple or fraction of the unit. Each prefix has a unique symbol that is prepended to the unit symbol. For example, an electric current of 0.000 000 001 ampere is written by using the SI-prefix nano as 1 nanoampere or 1 nA."@en ; + rdfs:label "prefix"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedAmpere +om:PrefixedAmpere rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:ampere + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed ampere"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedAre +om:PrefixedAre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:are + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed are"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedBecquerel +om:PrefixedBecquerel rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:becquerel + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed becquerel"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedBit +om:PrefixedBit rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:Prefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:bit + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed bit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedByte +om:PrefixedByte rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:Prefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:byte + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed byte"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedCalorie-Mean +om:PrefixedCalorie-Mean rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:calorie-Mean + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed calorie (mean)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedCandela +om:PrefixedCandela rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:candela + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed candela"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedCoulomb +om:PrefixedCoulomb rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:coulomb + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed coulomb"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedDegreeCelsius +om:PrefixedDegreeCelsius rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:degreeCelsius + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed degree Celsius"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedElectronvolt +om:PrefixedElectronvolt rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:electronvolt + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed electronvolt"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedFarad +om:PrefixedFarad rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:farad + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed farad"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGram +om:PrefixedGram rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:gram + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed gram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre +om:PrefixedGramPerLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedGram + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:hasValue om:litre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed gram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerPrefixedLitre +om:PrefixedGramPerPrefixedLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedLitre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedGram + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed gram per prefixed litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGray +om:PrefixedGray rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:gray + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed gray"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedHenry +om:PrefixedHenry rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:henry + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed henry"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedHertz +om:PrefixedHertz rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:hertz + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed hertz"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedJoule +om:PrefixedJoule rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:joule + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed joule"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedKatal +om:PrefixedKatal rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:katal + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed katal"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedKelvin +om:PrefixedKelvin rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:kelvin + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed kelvin"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLitre +om:PrefixedLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:litre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLumen +om:PrefixedLumen rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:lumen + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed lumen"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLux +om:PrefixedLux rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:lux + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed lux"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre +om:PrefixedMetre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:metre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerPrefixedSecond-Time +om:PrefixedMetrePerPrefixedSecond-Time rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedSecond-Time + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed metre per prefixed second (time)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerPrefixedSecond-TimeSquared +om:PrefixedMetrePerPrefixedSecond-TimeSquared rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedSecond-TimeSquared + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed metre per prefixed secon (time) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time +om:PrefixedMetrePerSecond-Time rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:hasValue om:second-Time + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed metre per second (time)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared +om:PrefixedMetrePerSecond-TimeSquared rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:hasValue om:second-TimeSquared + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed metre per second (time) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePrefixedGram +om:PrefixedMetrePrefixedGram rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasTerm1 ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasTerm2 ; + owl:allValuesFrom om:PrefixedGram + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasTerm1 ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasTerm2 ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitMultiplication ; + rdfs:label "prefixed metre prefixed gram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolar +om:PrefixedMolar rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:molar + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed molar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMole +om:PrefixedMole rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:mole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre +om:PrefixedMolePerLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:hasValue om:litre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed mole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre +om:PrefixedMolePerMetre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:hasValue om:metre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed mole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerPrefixedLitre +om:PrefixedMolePerPrefixedLitre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedLitre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed mole per prefixed litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerPrefixedMetre +om:PrefixedMolePerPrefixedMetre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:allValuesFrom om:PrefixedMole + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDenominator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasNumerator ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitDivision ; + rdfs:label "prefixed mole per prefixed metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedNewton +om:PrefixedNewton rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:newton + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed newton"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedOhm +om:PrefixedOhm rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:ohm + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed ohm"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedPascal +om:PrefixedPascal rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:pascal + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed pascal"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedPoise +om:PrefixedPoise rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:poise + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed poise"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedRadian +om:PrefixedRadian rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:radian + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed radian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-Time +om:PrefixedSecond-Time rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:second-Time + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed second (time)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared +om:PrefixedSecond-TimeSquared rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasBase ; + owl:allValuesFrom om:PrefixedSecond-Time + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasBase ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasExponent ; + owl:hasValue "2"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasExponent ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitExponentiation ; + rdfs:label "prefixed second (time) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSiemens +om:PrefixedSiemens rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:siemens + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed siemens"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSievert +om:PrefixedSievert rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:sievert + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed sievert"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSteradian +om:PrefixedSteradian rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:steradian + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed steradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedStokes +om:PrefixedStokes rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:stokes + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed stokes"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedTesla +om:PrefixedTesla rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:tesla + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed tesla"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedTonne +om:PrefixedTonne rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:tonne + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed tonne"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnifiedAtomicMassUnit +om:PrefixedUnifiedAtomicMassUnit rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:unifiedAtomicMassUnit + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed unified atomic mass unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit +om:PrefixedUnit rdf:type owl:Class ; + rdfs:subClassOf om:Unit , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SingularUnit + ] ; + rdfs:label "prefixed unit"@en , + "補助単位"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedVolt +om:PrefixedVolt rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:volt + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed volt"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedWatt +om:PrefixedWatt rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:watt + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed watt"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedWeber +om:PrefixedWeber rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:allValuesFrom om:SIPrefix + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:hasValue om:weber + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasPrefix ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:PrefixedUnit ; + rdfs:label "prefixed weber"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Pressure +om:Pressure rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:PressureUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:pressure-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PressureUnit +om:PressureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedPascal + [ rdf:type owl:Class ; + owl:oneOf ( om:atmosphere-Standard + om:atmosphere-Technical + om:bar + om:barye + om:centimetreOfMercury + om:decibar + om:kilogramSecond-TimeToThePower-2ReciprocalMetre + om:metreOfMercury + om:microbar + om:millibar + om:millimetreOfMercury + om:newtonPerSquareMetre + om:pascal + om:torr + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "pressure unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ProteinMassFraction +om:ProteinMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PulpBrowning +om:PulpBrowning rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMark +om:QualityMark rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkFlower +om:QualityMarkFlower rdf:type owl:Class ; + rdfs:subClassOf om:QualityMark . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkLeaf +om:QualityMarkLeaf rdf:type owl:Class ; + rdfs:subClassOf om:QualityMark . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkTotal +om:QualityMarkTotal rdf:type owl:Class ; + rdfs:subClassOf om:QualityMark . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity +om:Quantity rdf:type owl:Class ; + rdfs:comment "A quantity is a representation of a quantifiable (standardised) aspect (such as length, mass, and time) of a phenomenon (e.g., a star, a molecule, or a food product). Quantities are classified according to similarity in their (implicit) metrological aspect, e.g. the length of my table and the length of my chair are both classified as length."@en , + "量とは,ある現象(例: 星・分子・食品)の定量化できる(標準化された)性質(例: 長さ・質量・時間)の表現である。量は(暗黙の)計量的類似性に従って分離される。例: 机の長さ及び椅子の長さは双方とも長さに分類される。"@ja ; + rdfs:label "quantity"@en , + "量"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOne +om:QuantityOfDimensionOne rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:QuantityOfDimensionOneUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOneUnit +om:QuantityOfDimensionOneUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:dozen + om:gross + om:halfDozen + om:hundredCount + om:one + om:partsPerMillion + om:percent + om:thousandPiece + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "quantity of dimension one unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QuantumEfficiency +om:QuantumEfficiency rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:QuantumEfficiencyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QuantumEfficiencyUnit +om:QuantumEfficiencyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "quantum efficiency unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RMagnitude +om:RMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:CousinsMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Radiance +om:Radiance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:RadianceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:radiance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadianceUnit +om:RadianceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:wattPerSquareMetreSteradian + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "radiance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantEnergy +om:RadiantEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantFlux +om:RadiantFlux rdf:type owl:Class ; + rdfs:subClassOf om:Power . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantIntensity +om:RadiantIntensity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:RadiantIntensityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantIntensityUnit +om:RadiantIntensityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:wattPerSteradian + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "radiant intensity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Radius +om:Radius rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Radius-Angle +om:Radius-Angle rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperature +om:RankineTemperature rdf:type owl:Class ; + rdfs:subClassOf om:Temperature , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:RankineTemperatureScale + om:RankineTemperatureUnit + ) + ] + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasScale ; + owl:hasValue om:RankineScale + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperatureScale +om:RankineTemperatureScale rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:RankineScale + ) + ] ; + rdfs:subClassOf om:Scale ; + rdfs:label "Rankine temperature scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperatureUnit +om:RankineTemperatureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:degreeRankine + ) + ] + ) + ] ; + rdfs:subClassOf om:TemperatureUnit ; + rdfs:label "Rankine temperature unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Ratio +om:Ratio rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:RatioUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RatioScale +om:RatioScale rdf:type owl:Class ; + rdfs:subClassOf om:Scale ; + rdfs:label "ratio scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RatioUnit +om:RatioUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + om:partsPerMillion + om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "ratio unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RayleighNumber +om:RayleighNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:RayleighNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RayleighNumberUnit +om:RayleighNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Rayleigh number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperature +om:ReaumurTemperature rdf:type owl:Class ; + rdfs:subClassOf om:Temperature , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:ReaumurTemperatureScale + om:ReaumurTemperatureUnit + ) + ] + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasScale ; + owl:hasValue om:ReaumurScale + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperatureScale +om:ReaumurTemperatureScale rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:ReaumurScale + ) + ] ; + rdfs:subClassOf om:Scale ; + rdfs:label "Réaumur temperature scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperatureUnit +om:ReaumurTemperatureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( [ rdf:type owl:Class ; + owl:oneOf ( om:degreeReaumur + ) + ] + ) + ] ; + rdfs:subClassOf om:TemperatureUnit ; + rdfs:label "Réaumur temperature unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RedMagnitude +om:RedMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Reddening +om:Reddening rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReddeningB-V +om:ReddeningB-V rdf:type owl:Class ; + rdfs:subClassOf om:Reddening . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReddeningU-B +om:ReddeningU-B rdf:type owl:Class ; + rdfs:subClassOf om:Reddening . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RelativeHumidity +om:RelativeHumidity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:RelativeHumidityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RelativeHumidityUnit +om:RelativeHumidityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "relative humidity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Reluctance +om:Reluctance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ReluctanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:reluctance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReluctanceUnit +om:ReluctanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:reciprocalHenry + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "reluctance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ResonanceEnergy +om:ResonanceEnergy rdf:type owl:Class ; + rdfs:subClassOf om:MolarEnergy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Responsivity +om:Responsivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ResponsivityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ResponsivityUnit +om:ResponsivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:amperePerWatt + om:voltPerWatt + ) + ] ; + rdfs:subClassOf om:Unit . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReynoldsNumber +om:ReynoldsNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ReynoldsNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReynoldsNumberUnit +om:ReynoldsNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Reynolds number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RightAscension +om:RightAscension rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix +om:SIPrefix rdf:type owl:Class ; + rdfs:subClassOf om:Prefix ; + rdfs:label "SI prefix"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SaltMassFraction +om:SaltMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SaltStrength +om:SaltStrength rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Scale +om:Scale rdf:type owl:Class ; + om:alternativeLabel "measurement scale"@en , + "meetschaal"@nl , + "schaal"@nl ; + rdfs:label "scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleFactor +om:ScaleFactor rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleHeight +om:ScaleHeight rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleLength +om:ScaleLength rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SchmidtNumber +om:SchmidtNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SchmidtNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SchmidtNumberUnit +om:SchmidtNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Schmidt number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SecularAberration +om:SecularAberration rdf:type owl:Class ; + rdfs:subClassOf om:AngularDisplacement . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearLossModulus +om:ShearLossModulus rdf:type owl:Class ; + rdfs:subClassOf om:StorageModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearModulus +om:ShearModulus rdf:type owl:Class ; + rdfs:subClassOf om:DynamicModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearRate +om:ShearRate rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ShearRateUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearRateUnit +om:ShearRateUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:reciprocalSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "shear rate unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStorageModulus +om:ShearStorageModulus rdf:type owl:Class ; + rdfs:subClassOf om:StorageModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStrain +om:ShearStrain rdf:type owl:Class ; + rdfs:subClassOf om:Strain . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStress +om:ShearStress rdf:type owl:Class ; + rdfs:subClassOf om:Stress . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit +om:SingularUnit rdf:type owl:Class ; + rdfs:subClassOf om:Unit ; + rdfs:label "singular unit"@en , + "単数単位"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Slope +om:Slope rdf:type owl:Class ; + rdfs:subClassOf om:LengthFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SolidAngle +om:SolidAngle rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SolidAngleUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SolidAngleUnit +om:SolidAngleUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedSteradian + [ rdf:type owl:Class ; + owl:oneOf ( om:degreeSquared + om:second-AngleSquared + om:squareMetrePerSquareMetre + om:steradian + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "solid angle unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SoyBeanMassFraction +om:SoyBeanMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificAmountOfMoney +om:SpecificAmountOfMoney rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificAmountOfMoneyUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificAmountOfMoneyUnit +om:SpecificAmountOfMoneyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:euroPerTonne + om:megaeuroPerMegatonne + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific amount of money unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificAmylaseActivity +om:SpecificAmylaseActivity rdf:type owl:Class ; + rdfs:subClassOf om:SpecificCatalyticActivity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCatalyticActivity +om:SpecificCatalyticActivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificCatalyticActivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificCatalyticActivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCatalyticActivityUnit +om:SpecificCatalyticActivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:deltaA450PerSecond-TimePerMilligram + om:nanokatalPerMilligram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific catalytic activity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificColiformBacterieCount +om:SpecificColiformBacterieCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCorynebacteriumBovisCount +om:SpecificCorynebacteriumBovisCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCorynebacteriumCount +om:SpecificCorynebacteriumCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCost +om:SpecificCost rdf:type owl:Class ; + rdfs:subClassOf om:SpecificAmountOfMoney . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergy +om:SpecificEnergy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificEnergyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergyImparted +om:SpecificEnergyImparted rdf:type owl:Class ; + rdfs:subClassOf om:AbsorbedDose . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergyUnit +om:SpecificEnergyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKilogram + om:kilocalorie-MeanPerHectogram + om:kilojoulePerHectogram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific energy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnterobacteriaceaeCount +om:SpecificEnterobacteriaceaeCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnterococcusCount +om:SpecificEnterococcusCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEntropy +om:SpecificEntropy rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificEntropyUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificEntropyOrSpecificHeatCapacity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEntropyUnit +om:SpecificEntropyUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvinKilogram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific entropy unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEscherichiaColiCount +om:SpecificEscherichiaColiCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificHeatCapacity +om:SpecificHeatCapacity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificHeatCapacityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificEntropyOrSpecificHeatCapacity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificHeatCapacityUnit +om:SpecificHeatCapacityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerKelvinKilogram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific heat capacity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificKlebsiellaCount +om:SpecificKlebsiellaCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificListeriaMonocytogenesCount +om:SpecificListeriaMonocytogenesCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificProteaseActivity +om:SpecificProteaseActivity rdf:type owl:Class ; + rdfs:subClassOf om:SpecificCatalyticActivity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificSalmonellaCount +om:SpecificSalmonellaCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificSerratiaMarcescensCount +om:SpecificSerratiaMarcescensCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStaphylococcusAureusCount +om:SpecificStaphylococcusAureusCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusAgalactiaeCount +om:SpecificStreptococcusAgalactiaeCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusDysgalactiaeCount +om:SpecificStreptococcusDysgalactiaeCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusUberisCount +om:SpecificStreptococcusUberisCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount +om:SpecificViableCount rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificViableCountUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCountUnit +om:SpecificViableCountUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:colonyFormingUnitPerGram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific viable count unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificVolume +om:SpecificVolume rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpecificVolumeUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:specificVolume-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificVolumeUnit +om:SpecificVolumeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:cubicMetrePerKilogram + om:litrePerKilogram + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "specific volume unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificYeastAndFungiCount +om:SpecificYeastAndFungiCount rdf:type owl:Class ; + rdfs:subClassOf om:SpecificViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpectralResponse +om:SpectralResponse rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Speed +om:Speed rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SpeedUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:speed-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpeedUnit +om:SpeedUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:MetrePerPrefixedSecond-Time + om:PrefixedMetrePerPrefixedSecond-Time + om:PrefixedMetrePerSecond-Time + [ rdf:type owl:Class ; + owl:oneOf ( om:centimetrePerDay + om:kilometrePerHour + om:knot-International + om:metrePerDay + om:metrePerSecond-Time + om:mile-StatutePerHour + om:millimetrePerDay + om:millimetrePerHour + om:nauticalMile-InternationalPerHour + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "speed unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre +om:SquarePrefixedMetre rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty om:hasBase ; + owl:allValuesFrom om:PrefixedMetre + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasBase ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasExponent ; + owl:hasValue "2"^^xsd:nonNegativeInteger + ] + [ rdf:type owl:Restriction ; + owl:onProperty om:hasExponent ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf om:UnitExponentiation ; + rdfs:label "square prefixed metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumber +om:StantonNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:StantonNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberForMassTransfer +om:StantonNumberForMassTransfer rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:StantonNumberForMassTransferUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberForMassTransferUnit +om:StantonNumberForMassTransferUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Stanton number for mass transfer unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberUnit +om:StantonNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Stanton number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StarchMassFraction +om:StarchMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StarchVA40MassFraction +om:StarchVA40MassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StarchVA85MassFraction +om:StarchVA85MassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StellarAberration +om:StellarAberration rdf:type owl:Class ; + rdfs:subClassOf om:Aberration . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StemEndRot +om:StemEndRot rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StemEndRotAreaFraction +om:StemEndRotAreaFraction rdf:type owl:Class ; + rdfs:subClassOf om:AreaFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StickStone +om:StickStone rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StorageModulus +om:StorageModulus rdf:type owl:Class ; + rdfs:subClassOf om:DynamicModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Strain +om:Strain rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:StrainUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrainTensor +om:StrainTensor rdf:type owl:Class ; + rdfs:subClassOf om:Strain . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrainUnit +om:StrainUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "strain unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrawMass +om:StrawMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Stress +om:Stress rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:StressUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:pressure-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StressTensor +om:StressTensor rdf:type owl:Class ; + rdfs:subClassOf om:Stress . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StressUnit +om:StressUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedPascal + [ rdf:type owl:Class ; + owl:oneOf ( om:atmosphere-Standard + om:atmosphere-Technical + om:bar + om:barye + om:centimetreOfMercury + om:decibar + om:kilogramSecond-TimeToThePower-2ReciprocalMetre + om:metreOfMercury + om:microbar + om:millibar + om:millimetreOfMercury + om:newtonPerSquareMetre + om:pascal + om:torr + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "stress unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StroemgrenMagnitude +om:StroemgrenMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrouhalNumber +om:StrouhalNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:StrouhalNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrouhalNumberUnit +om:StrouhalNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Strouhal number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SugarMassFraction +om:SugarMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SupergalacticLatitude +om:SupergalacticLatitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SupergalacticLongitude +om:SupergalacticLongitude rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SurfaceTension +om:SurfaceTension rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SurfaceTensionUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:surfaceTension-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SurfaceTensionUnit +om:SurfaceTensionUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:newtonPerMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "surface tension unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SymbolRate +om:SymbolRate rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:SymbolRateUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SymbolRateUnit +om:SymbolRateUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:baud + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "symbol rate unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits +om:SystemOfUnits rdf:type owl:Class ; + rdfs:comment "In order to achieve a coherent, interdependent set of units of measure in the wide variety of units that exist, units are organised in systems of units. A system of units is based on a set of units chosen by convention to be the system’s base units, units that are considered to be mutually independent (i.e., can’t be expressed in terms of each other)."@en ; + rdfs:label "system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature +om:Temperature rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasScale ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:oneOf ( om:CelsiusScale + om:FahrenheitScale + om:KelvinScale + om:RankineScale + om:ReaumurScale + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:TemperatureUnit + om:Temperature_scale + ) + ] + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:thermodynamicTemperature-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureRate +om:TemperatureRate rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:TemperatureRateUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureRateUnit +om:TemperatureRateUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:degreeCelsiusPerHour + om:degreeCelsiusPerMinute-Time + om:degreeCelsiusPerSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "temperature rate unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureUnit +om:TemperatureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedDegreeCelsius + om:PrefixedKelvin + [ rdf:type owl:Class ; + owl:oneOf ( om:degreeCelsius + om:degreeFahrenheit + om:degreeRankine + om:degreeReaumur + om:kelvin + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "temperature unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature_scale +om:Temperature_scale rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:CelsiusScale + om:FahrenheitScale + om:KelvinScale + om:RankineScale + om:ReaumurScale + ) + ] ; + rdfs:subClassOf om:Scale . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalConductivity +om:ThermalConductivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ThermalConductivityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:thermalConductivity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalConductivityUnit +om:ThermalConductivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:wattPerMetreKelvin + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "thermal conductivity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalDiffusivity +om:ThermalDiffusivity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ThermalDiffusivityUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalDiffusivityUnit +om:ThermalDiffusivityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:squareMetrePerSecond-Time + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "thermal diffusivity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalInsulance +om:ThermalInsulance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ThermalInsulanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:thermalInsulance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalInsulanceUnit +om:ThermalInsulanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:squareMetreKelvinPerWatt + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "thermal insulance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalResistance +om:ThermalResistance rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ThermalResistanceUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:thermalResistance-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalResistanceUnit +om:ThermalResistanceUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:kelvinPerWatt + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "thermal resistance unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature +om:ThermodynamicTemperature rdf:type owl:Class ; + rdfs:subClassOf om:Temperature , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( om:ThermodynamicTemperatureScale + om:ThermodynamicTemperatureUnit + ) + ] + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasScale ; + owl:hasValue om:KelvinScale + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperatureScale +om:ThermodynamicTemperatureScale rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:KelvinScale + ) + ] ; + rdfs:subClassOf om:Scale ; + rdfs:label "thermodynamic temperature scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperatureUnit +om:ThermodynamicTemperatureUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedKelvin + [ rdf:type owl:Class ; + owl:oneOf ( om:kelvin + ) + ] + ) + ] ; + rdfs:subClassOf om:TemperatureUnit ; + rdfs:label "thermodynamic temperature unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Thickness +om:Thickness rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Thrust +om:Thrust rdf:type owl:Class ; + rdfs:subClassOf om:Force . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThuanAndGunnMagnitude +om:ThuanAndGunnMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Time +om:Time rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:TimeUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:time-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TimeConstant +om:TimeConstant rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TimeUnit +om:TimeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:PrefixedSecond-Time + [ rdf:type owl:Class ; + owl:oneOf ( om:day + om:day-Sidereal + om:gigayear + om:hour + om:hour-Sidereal + om:minute-Sidereal + om:minute-Time + om:second-Sidereal + om:second-Time + om:shake + om:year + om:year-Sidereal + om:year-Tropical + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "time unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TopMass +om:TopMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Torque +om:Torque rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:TorqueUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:energy-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TorqueUnit +om:TorqueUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:micronewtonMetre + om:millinewtonMetre + om:newtonMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "torque unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Total3DStartEndDistance +om:Total3DStartEndDistance rdf:type owl:Class ; + rdfs:subClassOf om:Distance . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalDensityParameter +om:TotalDensityParameter rdf:type owl:Class ; + rdfs:subClassOf om:DensityParameter . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalDistanceTravelled +om:TotalDistanceTravelled rdf:type owl:Class ; + rdfs:subClassOf om:Distance . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberBuds +om:TotalNumberBuds rdf:type owl:Class ; + rdfs:subClassOf om:NumberBuds . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberFlowers +om:TotalNumberFlowers rdf:type owl:Class ; + rdfs:subClassOf om:NumberFlowers . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberLeaves +om:TotalNumberLeaves rdf:type owl:Class ; + rdfs:subClassOf om:NumberLeaves . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TrueDistanceModulus +om:TrueDistanceModulus rdf:type owl:Class ; + rdfs:subClassOf om:DistanceModulus . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TweenMassFraction +om:TweenMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TychoBroadbandMagnitude +om:TychoBroadbandMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UMagnitude +om:UMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:JohnsonMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Unit +om:Unit rdf:type owl:Class ; + om:alternativeLabel "unit of measure"@en , + "unit of measurement"@en , + "測定の単位"@ja , + "測定単位"@ja ; + rdfs:comment "A unit of measure is a definite magnitude of a quantity, defined and adopted by convention or by law. It is used as a standard for measurement of the same quantity, where any other value of the quantity can be expressed as a simple multiple of the unit. For example, length is a quantity; the metre is a unit of length that represents a definite predetermined length. When we say 10 metre (or 10 m), we actually mean 10 times the definite predetermined length called \"metre\"."@en , + "測定単位とは,量の確定的な大きさであり,慣例又は法律によって定義し採用されている。同じ量の測定の標準として用いられ,他の如何なる量の値も当該単位の単純な倍数として表わせる。例えば,長さも量である; メートルは長さの単位であり,確定的な所定の長さを表している。10メートル(又は10 m)とは,「メートル」と呼ばれる確定的な所定の長さの10倍を,実際に意味している。"@ja ; + rdfs:label "unit"@en , + "単位"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision +om:UnitDivision rdf:type owl:Class ; + rdfs:subClassOf om:CompoundUnit ; + rdfs:label "unit division"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation +om:UnitExponentiation rdf:type owl:Class ; + rdfs:subClassOf om:CompoundUnit ; + rdfs:label "unit exponentiation"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiple +om:UnitMultiple rdf:type owl:Class ; + rdfs:subClassOf om:Unit ; + rdfs:label "unit multiple"@en , + "単位倍量"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication +om:UnitMultiplication rdf:type owl:Class ; + rdfs:subClassOf om:CompoundUnit ; + rdfs:label "unit multiplication"@en , + "単位乗算"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VAmplitude +om:VAmplitude rdf:type owl:Class ; + rdfs:subClassOf om:Amplitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitude +om:VMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:JohnsonMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitudeAtMaximumBrightness +om:VMagnitudeAtMaximumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:MagnitudeAtMaximumBrightness , + om:VMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitudeAtMinimumBrightness +om:VMagnitudeAtMinimumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:MagnitudeAtMinimumBrightness , + om:VMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VascularBrowning +om:VascularBrowning rdf:type owl:Class ; + rdfs:subClassOf om:Quantity . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VaseLife +om:VaseLife rdf:type owl:Class ; + rdfs:subClassOf om:Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VasePlusWaterMass +om:VasePlusWaterMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VasePlusWaterPlusFlowerMass +om:VasePlusWaterPlusFlowerMass rdf:type owl:Class ; + rdfs:subClassOf om:Mass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Velocity +om:Velocity rdf:type owl:Class ; + rdfs:subClassOf om:Speed . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ViableCount +om:ViableCount rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:ViableCountUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ViableCountUnit +om:ViableCountUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:_1000ColonyFormingUnit + om:colonyFormingUnit + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "viable count unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VisualAlbedo +om:VisualAlbedo rdf:type owl:Class ; + rdfs:subClassOf om:Albedo . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Volume +om:Volume rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:VolumeUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:volume-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeFraction +om:VolumeFraction rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:VolumeFractionUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeFractionUnit +om:VolumeFractionUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:cubicCentimetrePerCubicCentimetre + om:cubicMetrePerCubicmetre + om:cubicMillimetrePerCubicMillimetre + om:one + om:partsPerMillion + om:percent + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "volume fraction unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeStrain +om:VolumeStrain rdf:type owl:Class ; + rdfs:subClassOf om:Strain . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeUnit +om:VolumeUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( om:CubicPrefixedMetre + om:PrefixedLitre + [ rdf:type owl:Class ; + owl:oneOf ( om:acreFoot + om:barrel-US + om:bushel-US + om:cord + om:cubicKiloparsec + om:cubicMetre + om:cubicParsec + om:cup-USCustomary + om:dessertspoon + om:dryGallon-US + om:dryPint-US + om:dryQuart-US + om:fluidOunce-Imperial + om:fluidOunce-US + om:gallon-Imperial + om:gallon-US + om:gill-Imperial + om:gill-US + om:liquidPint-US + om:liquidQuart-US + om:litre + om:peck-US + om:pint-Imperial + om:quart-Imperial + om:stere + om:tablespoon-US + om:teaspoon-US + om:ton-Register + ) + ] + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "volume unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricColiformBacterieCount +om:VolumetricColiformBacterieCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricCorynebacteriumBovisCount +om:VolumetricCorynebacteriumBovisCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricCorynebacteriumCount +om:VolumetricCorynebacteriumCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEnterobacteriaceaeCount +om:VolumetricEnterobacteriaceaeCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEnterococcusCount +om:VolumetricEnterococcusCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEscherichiaColiCount +om:VolumetricEscherichiaColiCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricFlowRate +om:VolumetricFlowRate rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:VolumetricFlowRateUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:volumetricFlowRate-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricFlowRateUnit +om:VolumetricFlowRateUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:cubicMetrePerSecond-Time + om:cubicMetrePerYear + om:litrePerHour + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "volumetric flow rate unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricHeatCapacity +om:VolumetricHeatCapacity rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:VolumetricHeatCapacityUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:volumetricHeatCapacity-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricHeatCapacityUnit +om:VolumetricHeatCapacityUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:joulePerCubicMetreKelvin + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "volumetric heat capacity unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricKlebsiellaCount +om:VolumetricKlebsiellaCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricListeriaMonocytogenesCount +om:VolumetricListeriaMonocytogenesCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricSalmonellaCount +om:VolumetricSalmonellaCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricSerratiaMarcescensCount +om:VolumetricSerratiaMarcescensCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStaphylococcusAureusCount +om:VolumetricStaphylococcusAureusCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusAgalactiaeCount +om:VolumetricStreptococcusAgalactiaeCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusDysgalactiaeCount +om:VolumetricStreptococcusDysgalactiaeCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusUberisCount +om:VolumetricStreptococcusUberisCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount +om:VolumetricViableCount rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:VolumetricViableCountUnit + ] + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCountUnit +om:VolumetricViableCountUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:_1000ColonyFormingUnitPerMillilitre + om:colonyFormingUnitPer25Millilitre + om:colonyFormingUnitPerMillilitre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "volumetric viable count unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricYeastAndFungiCount +om:VolumetricYeastAndFungiCount rdf:type owl:Class ; + rdfs:subClassOf om:VolumetricViableCount . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WaterMassFraction +om:WaterMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Wavelength +om:Wavelength rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Wavenumber +om:Wavenumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:WavenumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:wavenumber-Dimension + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WavenumberUnit +om:WavenumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:kayser + om:reciprocalMetre + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "wave number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WeberNumber +om:WeberNumber rdf:type owl:Class ; + rdfs:subClassOf om:Quantity , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasValue ; + owl:allValuesFrom [ rdf:type owl:Restriction ; + owl:onProperty om:hasUnit ; + owl:allValuesFrom om:WeberNumberUnit + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty om:hasDimension ; + owl:hasValue om:dimensionOne + ] . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WeberNumberUnit +om:WeberNumberUnit rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( om:one + ) + ] ; + rdfs:subClassOf om:Unit ; + rdfs:label "Weber number unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Weight +om:Weight rdf:type owl:Class ; + rdfs:subClassOf om:Force . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WettingAngle +om:WettingAngle rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinAggregateMassFraction +om:WheyProteinAggregateMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinBeadsMassFraction +om:WheyProteinBeadsMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinMassFraction +om:WheyProteinMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitude +om:WhiteLightMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitudeAtMaximumBrightness +om:WhiteLightMagnitudeAtMaximumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:MagnitudeAtMaximumBrightness , + om:WhiteLightMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitudeAtMinimumBrightness +om:WhiteLightMagnitudeAtMinimumBrightness rdf:type owl:Class ; + rdfs:subClassOf om:MagnitudeAtMinimumBrightness , + om:WhiteLightMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Width +om:Width rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Work +om:Work rdf:type owl:Class ; + rdfs:subClassOf om:Energy . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/XanthanMassFraction +om:XanthanMassFraction rdf:type owl:Class ; + rdfs:subClassOf om:MassFraction . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ZenithDistance +om:ZenithDistance rdf:type owl:Class ; + rdfs:subClassOf om:Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1040NanometreLockwoodMagnitude +om:_1040NanometreLockwoodMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:Magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bMagnitude +om:bMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:StroemgrenMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gMagnitude +om:gMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:ThuanAndGunnMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/uMagnitude +om:uMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:StroemgrenMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/vMagnitude +om:vMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:StroemgrenMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/xRange +om:xRange rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/xy2DStartEndDistance +om:xy2DStartEndDistance rdf:type owl:Class ; + rdfs:subClassOf om:Distance . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/xyDistanceTravelled +om:xyDistanceTravelled rdf:type owl:Class ; + rdfs:subClassOf om:Distance . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yMagnitude +om:yMagnitude rdf:type owl:Class ; + rdfs:subClassOf om:StroemgrenMagnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yRange +om:yRange rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zRange +om:zRange rdf:type owl:Class ; + rdfs:subClassOf om:Length . + + +### http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq +rdf:Seq rdf:type owl:Class . + + +### http://xmlns.com/foaf/0.1/Organization +foaf:Organization rdf:type owl:Class . + + +### http://xmlns.com/foaf/0.1/Person +foaf:Person rdf:type owl:Class . + + +################################################################# +# Individuals +################################################################# + +### http://www.iau.org/static/resolutions/IAU2012_English.pdf + rdf:type owl:NamedIndividual , + bibo:Standard ; + dc:creator ombibo:IAUDiv1WG ; + dc:date "2012" ; + dc:publisher ombibo:International_Astronomical_Union ; + dc:title "IAU 2012" ; + bibo:uri "http://www.iau.org/static/resolutions/IAU2012_English.pdf" . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2 + rdf:type owl:NamedIndividual ; + ombibo:reference . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AFS +om:AFS rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + rdfs:label "AFS"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Aberration +om:Aberration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AberrationInLatitude +om:AberrationInLatitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Angle ; + ombibo:reference ombibo:chapter23_Astronomical_Algorithms . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AberrationInLongitude +om:AberrationInLongitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Anglee ; + ombibo:reference ombibo:chapter23_Astronomical_Algorithms . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsoluteBolometricMagnitude +om:AbsoluteBolometricMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsoluteMagnitude +om:AbsoluteMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:micromagnitude , + om:millimagnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDose +om:AbsorbedDose rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attogray , + om:centigray , + om:decagray , + om:decigray , + om:exagray , + om:femtogray , + om:gigagray , + om:gray , + om:hectogray , + om:joulePerKilogram , + om:kilogray , + om:megagray , + om:microgray , + om:milligray , + om:nanogray , + om:petagray , + om:picogray , + om:rad , + om:teragray . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseRate +om:AbsorbedDoseRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:grayPerSecond-Time , + om:milligrayPerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Acceleration +om:Acceleration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attometrePerSecond-TimeSquared , + om:centimetrePerSecond-TimeSquared , + om:decametrePerSecond-TimeSquared , + om:decimetrePerSecond-TimeSquared , + om:exametrePerSecond-TimeSquared , + om:femtometrePerSecond-TimeSquared , + om:gal , + om:gigametrePerSecond-TimeSquared , + om:hectometrePerSecond-TimeSquared , + om:kilometrePerSecond-TimeSquared , + om:megametrePerSecond-TimeSquared , + om:metrePerAttosecond-TimeSquared , + om:metrePerCentisecond-TimeSquared , + om:metrePerDecasecond-TimeSquared , + om:metrePerDecisecond-TimeSquared , + om:metrePerExasecond-TimeSquared , + om:metrePerFemtosecond-TimeSquared , + om:metrePerGigasecond-TimeSquared , + om:metrePerHectosecond-TimeSquared , + om:metrePerKilosecond-TimeSquared , + om:metrePerMegasecond-TimeSquared , + om:metrePerMicrosecond-TimeSquared , + om:metrePerMillisecond-TimeSquared , + om:metrePerNanosecond-TimeSquared , + om:metrePerPetasecond-TimeSquared , + om:metrePerPicosecond-TimeSquared , + om:metrePerSecond-TimeSquared , + om:metrePerTerasecond-TimeSquared , + om:micrometrePerSecond-TimeSquared , + om:millimetrePerSecond-TimeSquared , + om:nanometrePerSecond-TimeSquared , + om:petametrePerSecond-TimeSquared , + om:picometrePerSecond-TimeSquared , + om:terametrePerSecond-TimeSquared . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AceticAcidMassFraction +om:AceticAcidMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Acidity +om:Acidity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AcousticFirmness +om:AcousticFirmness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:AFS . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Action +om:Action rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:ergSecond-Time , + om:jouleSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Activity +om:Activity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attobecquerel , + om:becquerel , + om:centibecquerel , + om:curie , + om:decabecquerel , + om:decibecquerel , + om:exabecquerel , + om:femtobecquerel , + om:gigabecquerel , + om:hectobecquerel , + om:kilobecquerel , + om:megabecquerel , + om:microbecquerel , + om:millibecquerel , + om:nanobecquerel , + om:petabecquerel , + om:picobecquerel , + om:reciprocalSecond-Time , + om:terabecquerel . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Admittance +om:Admittance rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Albedo +om:Albedo rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AlfvenNumber +om:AlfvenNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Altitude +om:Altitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmbientDoseEquivalent +om:AmbientDoseEquivalent rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosievert , + om:centisievert , + om:decasievert , + om:decisievert , + om:exasievert , + om:femtosievert , + om:gigasievert , + om:hectosievert , + om:kilosievert , + om:megasievert , + om:microsievert , + om:millisievert , + om:nanosievert , + om:petasievert , + om:picosievert , + om:rem , + om:sievert , + om:terasievert . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfMoney +om:AmountOfMoney rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:AustralianDollar , + om:BrazilianReal , + om:CanadianDollar , + om:ChineseYuan , + om:HongKongDollar , + om:IndianRupee , + om:JapaneseYen , + om:MexicanPeso , + om:NewZealandDollar , + om:NorwegianKrone , + om:RussianRuble , + om:SingaporeDollar , + om:SouthAfricanRand , + om:SouthKoreanWon , + om:SwedishKrona , + om:SwissFranc , + om:TurkishLira , + om:UnitedStatesDollar , + om:euro , + om:megaeuro , + om:poundSterling . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstance +om:AmountOfSubstance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attomole , + om:centimole , + om:decamole , + om:decimole , + om:examole , + om:femtomole , + om:gigamole , + om:hectomole , + om:kilomole , + om:megamole , + om:micromole , + om:millimole , + om:mole , + om:nanomole , + om:petamole , + om:picomole , + om:teramole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceConcentration +om:AmountOfSubstanceConcentration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attomolar , + om:attomolePerLitre , + om:centimolePerLitre , + om:decamolePerLitre , + om:decimolePerLitre , + om:examolePerLitre , + om:femtomolar , + om:femtomolePerLitre , + om:gigamolePerLitre , + om:hectomolePerLitre , + om:kilomolePerLitre , + om:megamolar , + om:megamolePerLitre , + om:micromolar , + om:micromolePerLitre , + om:millimolar , + om:millimolePerLitre , + om:molar , + om:molePerAttolitre , + om:molePerCentilitre , + om:molePerCubicmetre , + om:molePerDecalitre , + om:molePerDecilitre , + om:molePerExalitre , + om:molePerFemtolitre , + om:molePerGigalitre , + om:molePerHectolitre , + om:molePerKilolitre , + om:molePerLitre , + om:molePerMegalitre , + om:molePerMicrolitre , + om:molePerMillilitre , + om:molePerNanolitre , + om:molePerPetalitre , + om:molePerPicolitre , + om:molePerTeralitre , + om:nanomolar , + om:nanomolePerLitre , + om:petamolePerLitre , + om:picomolar , + om:picomolePerLitre , + om:teramolePerLitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFlow +om:AmountOfSubstanceFlow rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:micromolePerSecond-Time , + om:molePerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFraction +om:AmountOfSubstanceFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:micromolePerMole , + om:molePerMole , + om:one , + om:partsPerMillion , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFractionFlow +om:AmountOfSubstanceFractionFlow rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Amphiphilicity +om:Amphiphilicity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Amplitude +om:Amplitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Angle +om:Angle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attoradian , + om:centiradian , + om:deciradian , + om:degree , + om:femtoradian , + om:gon , + om:metrePerMetre , + om:microradian , + om:microsecond-Angle , + om:mil-Angle , + om:milliradian , + om:millisecond-Angle , + om:minute-Angle , + om:nanoradian , + om:picoradian , + om:radian , + om:revolution , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularAcceleration +om:AngularAcceleration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:radianPerSecond-TimeSquared . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularDisplacement +om:AngularDisplacement rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attoradian , + om:centiradian , + om:deciradian , + om:degree , + om:femtoradian , + om:gon , + om:metrePerMetre , + om:microradian , + om:microsecond-Angle , + om:mil-Angle , + om:milliradian , + om:millisecond-Angle , + om:minute-Angle , + om:nanoradian , + om:picoradian , + om:radian , + om:revolution , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularMomentum +om:AngularMomentum rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:ergSecond-Time , + om:jouleSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSize +om:AngularSize rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degreeSquared , + om:second-AngleSquared . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSpeed +om:AngularSpeed rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:millisecond-AnglePerYear , + om:radianPerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AngularVelocity +om:AngularVelocity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:radianPerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AnnualAberration +om:AnnualAberration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentDiameter +om:ApparentDiameter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:minute-Angle , + om:radian , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentDistanceModulus +om:ApparentDistanceModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentMagnitude +om:ApparentMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:micromagnitude , + om:millimagnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Area +om:Area rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:acre-International , + om:acre-USSurvey , + om:are , + om:barn , + om:centiare , + om:circularMil , + om:hectare , + om:squareAttometre , + om:squareCentimetre , + om:squareDecametre , + om:squareDecimetre , + om:squareExametre , + om:squareFemtometre , + om:squareFoot-International , + om:squareGigametre , + om:squareHectometre , + om:squareInch-International , + om:squareKilometre , + om:squareMegametre , + om:squareMetre , + om:squareMicrometre , + om:squareMile-International , + om:squareMillimetre , + om:squareNanometre , + om:squarePetametre , + om:squarePicometre , + om:squareTerametre , + om:squareYard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensity +om:AreaDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerSquareMetre , + om:kilogramPerHectare , + om:kilogramPerSquareMetre , + om:ounceAvoirdupoisPerSquareYard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityRate +om:AreaDensityRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramPerHectareDay . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFraction +om:AreaFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:partsPerMillion , + om:percent , + om:squareMetrePerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AtomicMass +om:AtomicMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:nanounifiedAtomicMassUnit , + om:unifiedAtomicMassUnit . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AustralianDollar +om:AustralianDollar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Australian dollar"@en , + "澳元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/AverageSpeed +om:AverageSpeed rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attometrePerSecond-Time , + om:centimetrePerDay , + om:centimetrePerSecond-Time , + om:decametrePerSecond-Time , + om:decimetrePerSecond-Time , + om:exametrePerSecond-Time , + om:femtometrePerSecond-Time , + om:gigametrePerSecond-Time , + om:hectometrePerSecond-Time , + om:kilometrePerHour , + om:kilometrePerSecond-Time , + om:knot-International , + om:megametrePerSecond-Time , + om:metrePerAttosecond-Time , + om:metrePerCentisecond-Time , + om:metrePerDay , + om:metrePerDecasecond-Time , + om:metrePerDecisecond-Time , + om:metrePerExasecond-Time , + om:metrePerFemtosecond-Time , + om:metrePerGigasecond-Time , + om:metrePerHectosecond-Time , + om:metrePerKilosecond-Time , + om:metrePerMegasecond-Time , + om:metrePerMicrosecond-Time , + om:metrePerMillisecond-Time , + om:metrePerNanosecond-Time , + om:metrePerPetasecond-Time , + om:metrePerPicosecond-Time , + om:metrePerSecond-Time , + om:metrePerTerasecond-Time , + om:micrometrePerSecond-Time , + om:mile-StatutePerHour , + om:millimetrePerDay , + om:millimetrePerHour , + om:millimetrePerSecond-Time , + om:nanometrePerSecond-Time , + om:nauticalMile-InternationalPerHour , + om:petametrePerSecond-Time , + om:picometrePerSecond-Time , + om:terametrePerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Azimuth +om:Azimuth rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitude +om:BMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:micromagnitude , + om:millimagnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitudeAtMaximumBrightness +om:BMagnitudeAtMaximumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitudeAtMinimumBrightness +om:BMagnitudeAtMinimumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BetaNarrowMagnitude +om:BetaNarrowMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BetaWideMagnitude +om:BetaWideMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BirminghamGauge +om:BirminghamGauge rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:alternativeSymbol "GA" ; + om:symbol "G" ; + rdfs:label "Birmingham gauge"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BodyLabelMass +om:BodyLabelMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BodyMass +om:BodyMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricCorrection +om:BolometricCorrection rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricMagnitude +om:BolometricMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BondAlbedo +om:BondAlbedo rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BrazilianReal +om:BrazilianReal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Brazilian real"@en , + "巴西里拉"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Breadth +om:Breadth rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BrightnessTemperature +om:BrightnessTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-39F +om:BritishThermalUnit-39F rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXCommand "\\BritishTermalUnitThirtyNineF" ; + om:alternativeLabel "39 °F British thermal unit"@en ; + om:symbol "Btu" ; + rdfs:label "British thermal unit (39 °F)"@en , + "英国热力单位(39°F)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-59F +om:BritishThermalUnit-59F rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXCommand "\\BritishTermalUnitFiftyNineF" ; + om:alternativeLabel "59 °F British thermal unit"@en ; + om:symbol "Btu" ; + rdfs:label "British thermal unit (59 °F)"@en , + "英国热力单位(59°F)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-60F +om:BritishThermalUnit-60F rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXCommand "\\BritishTermalUnitSixtyF" ; + om:alternativeLabel "60 °F British thermal unit"@en ; + om:symbol "Btu" ; + rdfs:label "British thermal unit (60 °F)"@en , + "英国热力单位(60°F)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable +om:BritishThermalUnit-InternationalTable rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXSymbol "Btu_{IT}" ; + om:alternativeLabel "International Table British thermal unit"@en ; + om:symbol "Btu_IT" ; + rdfs:label "British thermal unit (International Table)"@en , + "英国热力单位(国际表)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Mean +om:BritishThermalUnit-Mean rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:alternativeLabel "mean British thermal unit"@en ; + om:symbol "Btu" ; + rdfs:label "British thermal unit (mean)"@en , + "英国热力单位(平均)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Thermochemical +om:BritishThermalUnit-Thermochemical rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXSymbol "BTU_{th}" ; + om:alternativeLabel "thermochemical British thermal unit"@en ; + om:symbol "Btu_th" ; + rdfs:label "British thermal unit (thermochemical)"@en , + "英国热力单位(热力化学)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadium +om:BudStadium rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay0 +om:BudStadiumDay0 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay4 +om:BudStadiumDay4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay7 +om:BudStadiumDay7 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/BulkModulus +om:BulkModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CanadianDollar +om:CanadianDollar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Canadian dollar"@en , + "加元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CapMass +om:CapMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Capacitance +om:Capacitance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abfarad , + om:attofarad , + om:centifarad , + om:coulombPerVolt , + om:decafarad , + om:decifarad , + om:exafarad , + om:farad , + om:femtofarad , + om:gigafarad , + om:hectofarad , + om:kilofarad , + om:megafarad , + om:microfarad , + om:millifarad , + om:nanofarad , + om:petafarad , + om:picofarad , + om:statfarad , + om:terafarad . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CartonMass +om:CartonMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivity +om:CatalyticActivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:amylaseUnit , + om:attokatal , + om:centikatal , + om:decakatal , + om:decikatal , + om:deltaA450PerSecond-Time , + om:exakatal , + om:femtokatal , + om:gigakatal , + om:hectokatal , + om:katal , + om:kilokatal , + om:megakatal , + om:microkatal , + om:millikatal , + om:molePerSecond-Time , + om:nanokatal , + om:petakatal , + om:picokatal , + om:terakatal . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityConcentration +om:CatalyticActivityConcentration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:katalPerCubicmetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedBuds +om:CauseEndOfVaseLifeAbscisedBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedFlowers +om:CauseEndOfVaseLifeAbscisedFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedLeaves +om:CauseEndOfVaseLifeAbscisedLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeBlueFlowers +om:CauseEndOfVaseLifeBlueFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeBotrytis +om:CauseEndOfVaseLifeBotrytis rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryBuds +om:CauseEndOfVaseLifeDryBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryFlowers +om:CauseEndOfVaseLifeDryFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryLeaves +om:CauseEndOfVaseLifeDryLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeMalformedBuds +om:CauseEndOfVaseLifeMalformedBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeMalformedFlowers +om:CauseEndOfVaseLifeMalformedFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeNonturgidFlowers +om:CauseEndOfVaseLifeNonturgidFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeNonturgidLeaves +om:CauseEndOfVaseLifeNonturgidLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeRottenFlowers +om:CauseEndOfVaseLifeRottenFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeRottenLeaves +om:CauseEndOfVaseLifeRottenLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeWiltedFlowers +om:CauseEndOfVaseLifeWiltedFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeWiltedLeaves +om:CauseEndOfVaseLifeWiltedLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeYellowLeaves +om:CauseEndOfVaseLifeYellowLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale +om:CelsiusScale rdf:type owl:NamedIndividual , + om:IntervalScale ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPoint om:_-189.3442OnTheCelsiusScale , + om:_-218.7916OnTheCelsiusScale , + om:_-248.5939OnTheCelsiusScale , + om:_-259.3467OnTheCelsiusScale , + om:_-270.15To-268.15OnTheCelsiusScale , + om:_-38.8344OnTheCelsiusScale , + om:_0.01OnTheCelsiusScale , + om:_1064.18OnTheCelsiusScale , + om:_1084.62OnTheCelsiusScale , + om:_156.5985OnTheCelsiusScale , + om:_231.928OnTheCelsiusScale , + om:_29.7646OnTheCelsiusScale , + om:_419.527OnTheCelsiusScale , + om:_660.323OnTheCelsiusScale , + om:_961.78OnTheCelsiusScale , + om:approximately-252.85OnTheCelsiusScale , + om:approximately-256.15OnTheCelsiusScale ; + om:hasScale om:KelvinScale ; + om:hasUnit om:degreeCelsius ; + om:hasFactor "1.0"^^xsd:float ; + om:hasOff-Set "-273.15"^^xsd:float ; + om:alternativeLabel "International Celsius Temperature scale of 1990"@en ; + rdfs:label "Celsius scale"@en , + "Celsiusschaal"@nl , + "摄氏温标"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperature +om:CelsiusTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attodegreeCelsius , + om:centidegreeCelsius , + om:decidegreeCelsius , + om:degreeCelsius , + om:femtodegreeCelsius , + om:microdegreeCelsius , + om:millidegreeCelsius , + om:nanodegreeCelsius , + om:picodegreeCelsius . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ChineseYuan +om:ChineseYuan rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Chinese yuan"@en , + "中国元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Circumference +om:Circumference rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Co-RotationRadius +om:Co-RotationRadius rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:astronomicalUnit , + om:kiloparsec , + om:lightYear , + om:parsec . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColdGasMassFraction +om:ColdGasMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CollisionFrequency +om:CollisionFrequency rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColorAreaFraction +om:ColorAreaFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColourIndex +om:ColourIndex rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColourTemperature +om:ColourTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ColumnNumberDensity +om:ColumnNumberDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalSquareCentimetre , + om:reciprocalSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CompressiveStress +om:CompressiveStress rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ContactAngle +om:ContactAngle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attoradian , + om:centiradian , + om:deciradian , + om:degree , + om:femtoradian , + om:gon , + om:metrePerMetre , + om:microradian , + om:microsecond-Angle , + om:mil-Angle , + om:milliradian , + om:millisecond-Angle , + om:minute-Angle , + om:nanoradian , + om:picoradian , + om:radian , + om:revolution , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CosmologicalConstant +om:CosmologicalConstant rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Cost +om:Cost rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:AustralianDollar , + om:BrazilianReal , + om:CanadianDollar , + om:ChineseYuan , + om:HongKongDollar , + om:IndianRupee , + om:JapaneseYen , + om:MexicanPeso , + om:NewZealandDollar , + om:NorwegianKrone , + om:RussianRuble , + om:SingaporeDollar , + om:SouthAfricanRand , + om:SouthKoreanWon , + om:SwedishKrona , + om:SwissFranc , + om:TurkishLira , + om:UnitedStatesDollar , + om:euro , + om:megaeuro , + om:poundSterling . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CousinsMagnitude +om:CousinsMagnitude rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Coverage +om:Coverage rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:partsPerMillion , + om:percent , + om:squareMetrePerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CowlingNumber +om:CowlingNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CriticalDensity +om:CriticalDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerCubicCentimetre , + om:gramPerCubicmetre , + om:kilogramPerCubicDecimetre , + om:kilogramPerCubicmetre , + om:microgramPerCubicCentimetre , + om:milligramPerCubicmetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CurrentDensity +om:CurrentDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:amperePerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/CurvatureConstant +om:CurvatureConstant rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Cut-OffWavelength +om:Cut-OffWavelength rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DarkNoise +om:DarkNoise rdf:type owl:NamedIndividual ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Date +om:Date rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosecond-Time , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decasecond-Time , + om:decisecond-Time , + om:exasecond-Time , + om:femtosecond-Time , + om:gigasecond-Time , + om:gigayear , + om:hectosecond-Time , + om:hour , + om:hour-Sidereal , + om:kilosecond-Time , + om:megasecond-Time , + om:microsecond-Time , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanosecond-Time , + om:petasecond-Time , + om:picosecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DecelerationParameter +om:DecelerationParameter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Declination +om:Declination rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Density +om:Density rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attogramPerLitre , + om:centigramPerLitre , + om:decagramPerLitre , + om:decigramPerLitre , + om:exagramPerLitre , + om:femtogramPerLitre , + om:gigagramPerLitre , + om:gramPerAttolitre , + om:gramPerCentilitre , + om:gramPerCubicCentimetre , + om:gramPerCubicmetre , + om:gramPerDecalitre , + om:gramPerDecilitre , + om:gramPerExalitre , + om:gramPerFemtolitre , + om:gramPerGigalitre , + om:gramPerHectolitre , + om:gramPerKilolitre , + om:gramPerLitre , + om:gramPerMegalitre , + om:gramPerMicrolitre , + om:gramPerMillilitre , + om:gramPerNanolitre , + om:gramPerPetalitre , + om:gramPerPicolitre , + om:gramPerTeralitre , + om:hectogramPerLitre , + om:kilogramPerCubicDecimetre , + om:kilogramPerCubicmetre , + om:kilogramPerLitre , + om:megagramPerLitre , + om:microgramPerCubicCentimetre , + om:microgramPerLitre , + om:milligramPerCubicmetre , + om:milligramPerLitre , + om:nanogramPerLitre , + om:petagramPerLitre , + om:picogramPerLitre , + om:teragramPerLitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameter +om:DensityParameter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForBaryonicMatter +om:DensityParameterForBaryonicMatter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForMatter +om:DensityParameterForMatter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForRadiation +om:DensityParameterForRadiation rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForVacuum +om:DensityParameterForVacuum rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Depth +om:Depth rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DetectiveQuantumEfficiency +om:DetectiveQuantumEfficiency rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Detectivity +om:Detectivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalWatt ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Diameter +om:Diameter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Diameter-Angle +om:Diameter-Angle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:minute-Angle , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DirectionalDoseEquivalent +om:DirectionalDoseEquivalent rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosievert , + om:centisievert , + om:decasievert , + om:decisievert , + om:exasievert , + om:femtosievert , + om:gigasievert , + om:hectosievert , + om:kilosievert , + om:megasievert , + om:microsievert , + om:millisievert , + om:nanosievert , + om:petasievert , + om:picosievert , + om:rem , + om:sievert , + om:terasievert . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DisodiumEthyleneDiamineTetreAcetateMassFraction +om:DisodiumEthyleneDiamineTetreAcetateMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Displacement +om:Displacement rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Distance +om:Distance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DistanceModulus +om:DistanceModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DiurnalAberration +om:DiurnalAberration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalent +om:DoseEquivalent rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosievert , + om:centisievert , + om:decasievert , + om:decisievert , + om:exasievert , + om:femtosievert , + om:gigasievert , + om:hectosievert , + om:kilosievert , + om:megasievert , + om:microsievert , + om:millisievert , + om:nanosievert , + om:petasievert , + om:picosievert , + om:rem , + om:sievert , + om:terasievert . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DrainageSpeed +om:DrainageSpeed rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attometrePerSecond-Time , + om:centimetrePerDay , + om:centimetrePerSecond-Time , + om:decametrePerSecond-Time , + om:decimetrePerSecond-Time , + om:exametrePerSecond-Time , + om:femtometrePerSecond-Time , + om:gigametrePerSecond-Time , + om:hectometrePerSecond-Time , + om:kilometrePerHour , + om:kilometrePerSecond-Time , + om:knot-International , + om:megametrePerSecond-Time , + om:metrePerAttosecond-Time , + om:metrePerCentisecond-Time , + om:metrePerDay , + om:metrePerDecasecond-Time , + om:metrePerDecisecond-Time , + om:metrePerExasecond-Time , + om:metrePerFemtosecond-Time , + om:metrePerGigasecond-Time , + om:metrePerHectosecond-Time , + om:metrePerKilosecond-Time , + om:metrePerMegasecond-Time , + om:metrePerMicrosecond-Time , + om:metrePerMillisecond-Time , + om:metrePerNanosecond-Time , + om:metrePerPetasecond-Time , + om:metrePerPicosecond-Time , + om:metrePerSecond-Time , + om:metrePerTerasecond-Time , + om:micrometrePerSecond-Time , + om:mile-StatutePerHour , + om:millimetrePerDay , + om:millimetrePerHour , + om:millimetrePerSecond-Time , + om:nanometrePerSecond-Time , + om:nauticalMile-InternationalPerHour , + om:petametrePerSecond-Time , + om:picometrePerSecond-Time , + om:terametrePerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DryBodyMass +om:DryBodyMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DryMass +om:DryMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DryMatterMassFraction +om:DryMatterMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Duration +om:Duration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosecond-Time , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decasecond-Time , + om:decisecond-Time , + om:exasecond-Time , + om:femtosecond-Time , + om:gigasecond-Time , + om:gigayear , + om:hectosecond-Time , + om:hour , + om:hour-Sidereal , + om:kilosecond-Time , + om:megasecond-Time , + om:microsecond-Time , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanosecond-Time , + om:petasecond-Time , + om:picosecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicModulus +om:DynamicModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicRange +om:DynamicRange rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicViscosity +om:DynamicViscosity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:centipoise , + om:pascalSecond-Time , + om:poise . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Eccentricity +om:Eccentricity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EclipticLatitude +om:EclipticLatitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:chapter13_Astronomical_Algorithms . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EclipticLongitude +om:EclipticLongitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:chapter13_Astronomical_Algorithms . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EggMassFraction +om:EggMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElasticityTensor +om:ElasticityTensor rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCharge +om:ElectricCharge rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abcoulomb , + om:amperehour , + om:attocoulomb , + om:centicoulomb , + om:coulomb , + om:decacoulomb , + om:decicoulomb , + om:exacoulomb , + om:faraday , + om:femtocoulomb , + om:franklin , + om:gigacoulomb , + om:hectocoulomb , + om:kilocoulomb , + om:megacoulomb , + om:microcoulomb , + om:milliamperehour , + om:millicoulomb , + om:nanocoulomb , + om:petacoulomb , + om:picocoulomb , + om:second-TimeAmpere , + om:statcoulomb , + om:teracoulomb . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeDensity +om:ElectricChargeDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:coulombPerCubicmetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent +om:ElectricCurrent rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abampere , + om:ampere , + om:attoampere , + om:biot , + om:centiampere , + om:decaampere , + om:deciampere , + om:exaampere , + om:femtoampere , + om:gigaampere , + om:hectoampere , + om:kiloampere , + om:megaampere , + om:microampere , + om:milliampere , + om:nanoampere , + om:petaampere , + om:picoampere , + om:statampere , + om:teraampere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricDipoleMoment +om:ElectricDipoleMoment rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:coulombMetre , + om:debye . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricField +om:ElectricField rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:newtonPerCoulomb , + om:voltPerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFluxDensity +om:ElectricFluxDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:coulombPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential +om:ElectricPotential rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abvolt , + om:attovolt , + om:centivolt , + om:decavolt , + om:decivolt , + om:exavolt , + om:femtovolt , + om:gigavolt , + om:hectovolt , + om:kilovolt , + om:megavolt , + om:microvolt , + om:millivolt , + om:nanovolt , + om:petavolt , + om:picovolt , + om:statvolt , + om:teravolt , + om:volt , + om:wattPerAmpere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductance +om:ElectricalConductance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abmho , + om:amperePerVolt , + om:attosiemens , + om:centisiemens , + om:decasiemens , + om:decisiemens , + om:exasiemens , + om:femtosiemens , + om:gigasiemens , + om:hectosiemens , + om:kilosiemens , + om:megasiemens , + om:mho , + om:microsiemens , + om:millisiemens , + om:nanosiemens , + om:petasiemens , + om:picosiemens , + om:siemens , + om:statmho , + om:terasiemens . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductivity +om:ElectricalConductivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:siemensPerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistance +om:ElectricalResistance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abohm , + om:attoohm , + om:centiohm , + om:decaohm , + om:deciohm , + om:exaohm , + om:femtoohm , + om:gigaohm , + om:hectoohm , + om:kilohm , + om:megohm , + om:microohm , + om:milliohm , + om:nanoohm , + om:ohm , + om:petaohm , + om:picoohm , + om:statohm , + om:teraohm , + om:voltPerAmpere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistivity +om:ElectricalResistivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:ohmMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectromotiveForce +om:ElectromotiveForce rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abvolt , + om:attovolt , + om:centivolt , + om:decavolt , + om:decivolt , + om:exavolt , + om:femtovolt , + om:gigavolt , + om:hectovolt , + om:kilovolt , + om:megavolt , + om:microvolt , + om:millivolt , + om:nanovolt , + om:petavolt , + om:picovolt , + om:statvolt , + om:teravolt , + om:volt , + om:wattPerAmpere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ElectronTemperature +om:ElectronTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Ellipticity +om:Ellipticity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Energy +om:Energy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyDensity +om:EnergyDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerCubicmetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Enthalpy +om:Enthalpy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Entropy +om:Entropy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Epoch +om:Epoch rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:second-Time , + om:year . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EpochAtMaximumBrightness +om:EpochAtMaximumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:second-Time , + om:year . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/EulerNumber +om:EulerNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Exposure +om:Exposure rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:luxSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureToXAndGammaRays +om:ExposureToXAndGammaRays rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:coulombPerKilogram , + om:röntgen . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExternalBrowning +om:ExternalBrowning rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Extinction +om:Extinction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWaveband +om:ExtinctionAtWaveband rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWavelength +om:ExtinctionAtWavelength rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInB +om:ExtinctionInB rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInU +om:ExtinctionInU rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInV +om:ExtinctionInV rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitScale +om:FahrenheitScale rdf:type owl:NamedIndividual , + om:IntervalScale ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasScale om:KelvinScale ; + om:hasUnit om:degreeFahrenheit ; + om:hasFactor "1.8"^^xsd:float ; + om:hasOff-Set "-459.67"^^xsd:float ; + rdfs:label "Fahrenheit scale"@en , + "Fahrenheitschaal"@nl , + "华氏温标"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperature +om:FahrenheitTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degreeFahrenheit . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FatMassFraction +om:FatMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Firmness-Penetrometer-Method1 +om:Firmness-Penetrometer-Method1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Firmness-Penetrometer-Method2 +om:Firmness-Penetrometer-Method2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FirstCowlingNumber +om:FirstCowlingNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FlowpackMass +om:FlowpackMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Fluidity +om:Fluidity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalPascalSecond-Time , + om:rhe . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FontSize +om:FontSize rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:megametre , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Force +om:Force rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attonewton , + om:centinewton , + om:decanewton , + om:decinewton , + om:dyne , + om:exanewton , + om:femtonewton , + om:giganewton , + om:hectonewton , + om:kilonewton , + om:kip , + om:meganewton , + om:metreKilogramPerSecond-TimeSquared , + om:micronewton , + om:millinewton , + om:nanonewton , + om:newton , + om:petanewton , + om:piconewton , + om:pound-Force , + om:poundal , + om:teranewton , + om:ton-Force-Short . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumber +om:FourierNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberForMassTransfer +om:FourierNumberForMassTransfer rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FrenchGauge +om:FrenchGauge rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:alternativeSymbol "CH" , + "Ch" , + "F" , + "FR" , + "Fg" ; + om:symbol "Fr" ; + rdfs:label "French gauge"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Frequency +om:Frequency rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attohertz , + om:centihertz , + om:decahertz , + om:decihertz , + om:exahertz , + om:femtohertz , + om:gigahertz , + om:hectohertz , + om:hertz , + om:kilohertz , + om:megahertz , + om:microhertz , + om:millihertz , + om:nanohertz , + om:petahertz , + om:picohertz , + om:reciprocalDay , + om:reciprocalHour , + om:reciprocalMinute-Time , + om:reciprocalSecond-Time , + om:reciprocalYear , + om:terahertz . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Friction +om:Friction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attonewton , + om:centinewton , + om:decanewton , + om:decinewton , + om:dyne , + om:exanewton , + om:femtonewton , + om:giganewton , + om:hectonewton , + om:kilonewton , + om:kip , + om:meganewton , + om:metreKilogramPerSecond-TimeSquared , + om:micronewton , + om:millinewton , + om:nanonewton , + om:newton , + om:petanewton , + om:piconewton , + om:pound-Force , + om:poundal , + om:teranewton , + om:ton-Force-Short . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/FroudeNumber +om:FroudeNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticCylindricalPolarAngleCoordinate +om:GalacticCylindricalPolarAngleCoordinate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:radian . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticLatitude +om:GalacticLatitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:chapter13_Astronomical_Algorithms . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticLongitude +om:GalacticLongitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:chapter13_Astronomical_Algorithms . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GasConstant +om:GasConstant rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvinMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GaussianSystemOfUnits +om:GaussianSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:centimetre , + om:gram , + om:second-Time ; + om:hasDerivedQuantity om:Capacitance , + om:ElectricCharge , + om:ElectricCurrent , + om:ElectricPotential , + om:ElectricalConductance , + om:ElectricalResistance , + om:Inductance , + om:MagneticField , + om:MagneticFlux , + om:MagneticFluxDensity , + om:MagnetomotiveForce ; + om:hasDerivedUnit om:abampere , + om:abcoulomb , + om:abfarad , + om:abhenry , + om:abmho , + om:abohm , + om:abvolt , + om:gauss , + om:gilbert , + om:maxwell , + om:oersted , + om:statampere , + om:statcoulomb , + om:statfarad , + om:stathenry , + om:statmho , + om:statohm , + om:stattesla , + om:statvolt , + om:statweber ; + om:alternativeLabel "Gaussian CGS system of units"@en , + "mixed CGS system of units"@en , + "symmetrised CGS system of units"@en ; + rdfs:label "Gaussian system of units"@en , + "Gaussische eenhedenstelsel"@nl , + "高斯系统单位"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GelatinMassFraction +om:GelatinMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GeometricalAlbedo +om:GeometricalAlbedo rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumber +om:GrashofNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberForMassTransfer +om:GrashofNumberForMassTransfer rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GravitationalAcceleration +om:GravitationalAcceleration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attometrePerSecond-TimeSquared , + om:centimetrePerSecond-TimeSquared , + om:decametrePerSecond-TimeSquared , + om:decimetrePerSecond-TimeSquared , + om:exametrePerSecond-TimeSquared , + om:femtometrePerSecond-TimeSquared , + om:gal , + om:gigametrePerSecond-TimeSquared , + om:hectometrePerSecond-TimeSquared , + om:kilometrePerSecond-TimeSquared , + om:megametrePerSecond-TimeSquared , + om:metrePerAttosecond-TimeSquared , + om:metrePerCentisecond-TimeSquared , + om:metrePerDecasecond-TimeSquared , + om:metrePerDecisecond-TimeSquared , + om:metrePerExasecond-TimeSquared , + om:metrePerFemtosecond-TimeSquared , + om:metrePerGigasecond-TimeSquared , + om:metrePerHectosecond-TimeSquared , + om:metrePerKilosecond-TimeSquared , + om:metrePerMegasecond-TimeSquared , + om:metrePerMicrosecond-TimeSquared , + om:metrePerMillisecond-TimeSquared , + om:metrePerNanosecond-TimeSquared , + om:metrePerPetasecond-TimeSquared , + om:metrePerPicosecond-TimeSquared , + om:metrePerSecond-TimeSquared , + om:metrePerTerasecond-TimeSquared , + om:micrometrePerSecond-TimeSquared , + om:millimetrePerSecond-TimeSquared , + om:nanometrePerSecond-TimeSquared , + om:petametrePerSecond-TimeSquared , + om:picometrePerSecond-TimeSquared , + om:terametrePerSecond-TimeSquared . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/GuarGumMassFraction +om:GuarGumMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Half-Life +om:Half-Life rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosecond-Time , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decasecond-Time , + om:decisecond-Time , + om:exasecond-Time , + om:femtosecond-Time , + om:gigasecond-Time , + om:gigayear , + om:hectosecond-Time , + om:hour , + om:hour-Sidereal , + om:kilosecond-Time , + om:megasecond-Time , + om:microsecond-Time , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanosecond-Time , + om:petasecond-Time , + om:picosecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HartmannNumber +om:HartmannNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Heat +om:Heat rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatCapacity +om:HeatCapacity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatFlowRate +om:HeatFlowRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attowatt , + om:centiwatt , + om:decawatt , + om:deciwatt , + om:exawatt , + om:femtowatt , + om:gigawatt , + om:hectowatt , + om:horsepower-Boiler , + om:horsepower-British , + om:horsepower-Electric , + om:horsepower-Metric , + om:horsepower-Water , + om:joulePerSecond-Time , + om:kilowatt , + om:megawatt , + om:microwatt , + om:milliwatt , + om:nanowatt , + om:petawatt , + om:picowatt , + om:solarLuminosity , + om:terawatt , + om:tonOfRefrigeration , + om:watt . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatFluxDensity +om:HeatFluxDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HeatTransferCoefficient +om:HeatTransferCoefficient rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerSquareMetreKelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Height +om:Height rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HongKongDollar +om:HongKongDollar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Hong Kong dollar"@en , + "港元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HourAngle +om:HourAngle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:hour-HourAngle , + om:minute-HourAngle , + om:second-HourAngle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstant +om:HubbleConstant rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilometrePerSecond-TimePerMegaparsec , + om:metrePerSecond-TimePerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstantAtPresentEpoch +om:HubbleConstantAtPresentEpoch rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilometrePerSecond-TimePerMegaparsec , + om:metrePerSecond-TimePerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Hydrophilicity +om:Hydrophilicity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Hydrophobicity +om:Hydrophobicity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IMagnitude +om:IMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Illuminance +om:Illuminance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attolux , + om:centilux , + om:decalux , + om:decilux , + om:exalux , + om:femtolux , + om:footcandle , + om:gigalux , + om:hectolux , + om:kilolux , + om:lumenPerSquareMetre , + om:lux , + om:megalux , + om:microlux , + om:millilux , + om:nanolux , + om:petalux , + om:phot , + om:picolux , + om:teralux . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Impulse +om:Impulse rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IndianRupee +om:IndianRupee rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Indian rupee"@en , + "印度卢比"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Inductance +om:Inductance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abhenry , + om:attohenry , + om:centihenry , + om:decahenry , + om:decihenry , + om:exahenry , + om:femtohenry , + om:gigahenry , + om:hectohenry , + om:henry , + om:kilohenry , + om:megahenry , + om:microhenry , + om:millihenry , + om:nanohenry , + om:petahenry , + om:picohenry , + om:stathenry , + om:terahenry , + om:weberPerAmpere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InformationCapacity +om:InformationCapacity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:bit , + om:byte , + om:exabit , + om:exabyte , + om:exbibit , + om:exbibyte , + om:gibibit , + om:gibibyte , + om:gigabit , + om:gigabyte , + om:hartley , + om:kibibit , + om:kibibyte , + om:kilobit , + om:kilobyte , + om:mebibit , + om:mebibyte , + om:megabit , + om:megabyte , + om:pebibit , + om:pebibyte , + om:petabit , + om:petabyte , + om:shannon , + om:tebibit , + om:tebibyte , + om:terabit , + om:terabyte , + om:yobibit , + om:yobibyte , + om:yottabit , + om:yottabyte , + om:zebibit , + om:zebibyte , + om:zettabit , + om:zettabyte . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InitialMassFunction +om:InitialMassFunction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalCubicParsec . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IntegratedMagnitude +om:IntegratedMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InternalEnergy +om:InternalEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InternationalSystemOfUnits +om:InternationalSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:AmountOfSubstance , + om:ElectricCurrent , + om:Length , + om:LuminousIntensity , + om:Mass , + om:ThermodynamicTemperature , + om:Time ; + om:hasBaseUnit om:ampere , + om:candela , + om:kelvin , + om:kilogram , + om:metre , + om:mole , + om:second-Time ; + om:hasDerivedQuantity om:AbsorbedDose , + om:AbsorbedDoseRate , + om:Acceleration , + om:Action , + om:Activity , + om:Angle , + om:AngularAcceleration , + om:AngularMomentum , + om:AngularSpeed , + om:Area , + om:Capacitance , + om:CatalyticActivity , + om:CurrentDensity , + om:Density , + om:DoseEquivalent , + om:DynamicViscosity , + om:ElectricCharge , + om:ElectricPotential , + om:ElectricalConductance , + om:ElectricalConductivity , + om:ElectricalResistance , + om:ElectricalResistivity , + om:Energy , + om:Exposure , + om:Force , + om:Frequency , + om:HeatCapacity , + om:Illuminance , + om:Inductance , + om:Irradiance , + om:Luminance , + om:LuminousEfficacy , + om:LuminousEnergy , + om:LuminousFlux , + om:MagneticFlux , + om:MagneticFluxDensity , + om:MagnetomotiveForce , + om:MolarHeatCapacity , + om:MolarMass , + om:Momentum , + om:PermeabilityOfFreeSpace , + om:Permittivity , + om:Power , + om:Pressure , + om:SolidAngle , + om:SpecificHeatCapacity , + om:SpecificVolume , + om:Speed , + om:SurfaceTension , + om:Torque , + om:Volume , + om:Wavenumber ; + om:hasDerivedUnit om:amperePerMetre , + om:amperePerSquareMetre , + om:attoampere , + om:attobecquerel , + om:attocandela , + om:attocoulomb , + om:attodegreeCelsius , + om:attofarad , + om:attogram , + om:attogray , + om:attohenry , + om:attohertz , + om:attojoule , + om:attokatal , + om:attokelvin , + om:attolumen , + om:attolux , + om:attometre , + om:attometrePerSecond-Time , + om:attometrePerSecond-TimeSquared , + om:attomole , + om:attonewton , + om:attoohm , + om:attopascal , + om:attoradian , + om:attosecond-Time , + om:attosiemens , + om:attosievert , + om:attosteradian , + om:attotesla , + om:attovolt , + om:attowatt , + om:attoweber , + om:becquerel , + om:candelaPerSquareMetre , + om:centiampere , + om:centibecquerel , + om:centicandela , + om:centicoulomb , + om:centidegreeCelsius , + om:centifarad , + om:centigram , + om:centigray , + om:centihenry , + om:centihertz , + om:centijoule , + om:centikatal , + om:centikelvin , + om:centilumen , + om:centilux , + om:centimetre , + om:centimetrePerSecond-Time , + om:centimetrePerSecond-TimeSquared , + om:centimole , + om:centinewton , + om:centiohm , + om:centipascal , + om:centiradian , + om:centisecond-Time , + om:centisiemens , + om:centisievert , + om:centisteradian , + om:centitesla , + om:centivolt , + om:centiwatt , + om:centiweber , + om:coulomb , + om:coulombPerCubicmetre , + om:coulombPerKilogram , + om:coulombPerSquareMetre , + om:cubicAttometre , + om:cubicCentimetre , + om:cubicDecametre , + om:cubicDecimetre , + om:cubicExametre , + om:cubicFemtometre , + om:cubicGigametre , + om:cubicHectometre , + om:cubicKilometre , + om:cubicMegametre , + om:cubicMetre , + om:cubicMetrePerKilogram , + om:cubicMicrometre , + om:cubicMillimetre , + om:cubicNanometre , + om:cubicPetametre , + om:cubicPicometre , + om:cubicTerametre , + om:cubicYoctometre , + om:cubicYottametre , + om:cubicZeptometre , + om:cubicZettametre , + om:decaampere , + om:decabecquerel , + om:decacandela , + om:decacoulomb , + om:decafarad , + om:decagram , + om:decagray , + om:decahenry , + om:decahertz , + om:decajoule , + om:decakatal , + om:decakelvin , + om:decalumen , + om:decalux , + om:decametre , + om:decametrePerSecond-Time , + om:decametrePerSecond-TimeSquared , + om:decamole , + om:decanewton , + om:decaohm , + om:decapascal , + om:decasecond-Time , + om:decasiemens , + om:decasievert , + om:decatesla , + om:decavolt , + om:decawatt , + om:decaweber , + om:deciampere , + om:decibecquerel , + om:decicandela , + om:decicoulomb , + om:decidegreeCelsius , + om:decifarad , + om:decigram , + om:decigray , + om:decihenry , + om:decihertz , + om:decijoule , + om:decikatal , + om:decikelvin , + om:decilumen , + om:decilux , + om:decimetre , + om:decimetrePerSecond-Time , + om:decimetrePerSecond-TimeSquared , + om:decimole , + om:decinewton , + om:deciohm , + om:decipascal , + om:deciradian , + om:decisecond-Time , + om:decisiemens , + om:decisievert , + om:decisteradian , + om:decitesla , + om:decivolt , + om:deciwatt , + om:deciweber , + om:degreeCelsius , + om:exaampere , + om:exabecquerel , + om:exacandela , + om:exacoulomb , + om:exafarad , + om:exagram , + om:exagray , + om:exahenry , + om:exahertz , + om:exajoule , + om:exakatal , + om:exakelvin , + om:exalumen , + om:exalux , + om:exametre , + om:exametrePerSecond-Time , + om:exametrePerSecond-TimeSquared , + om:examole , + om:exanewton , + om:exaohm , + om:exapascal , + om:exasecond-Time , + om:exasiemens , + om:exasievert , + om:exatesla , + om:exavolt , + om:exawatt , + om:exaweber , + om:farad , + om:faradPerMetre , + om:femtoampere , + om:femtobecquerel , + om:femtocandela , + om:femtocoulomb , + om:femtodegreeCelsius , + om:femtofarad , + om:femtogram , + om:femtogray , + om:femtohenry , + om:femtohertz , + om:femtojoule , + om:femtokatal , + om:femtokelvin , + om:femtolumen , + om:femtolux , + om:femtometre , + om:femtometrePerSecond-Time , + om:femtometrePerSecond-TimeSquared , + om:femtomole , + om:femtonewton , + om:femtoohm , + om:femtopascal , + om:femtoradian , + om:femtosecond-Time , + om:femtosiemens , + om:femtosievert , + om:femtosteradian , + om:femtotesla , + om:femtovolt , + om:femtowatt , + om:femtoweber , + om:gigaampere , + om:gigabecquerel , + om:gigacandela , + om:gigacoulomb , + om:gigafarad , + om:gigagram , + om:gigagray , + om:gigahenry , + om:gigahertz , + om:gigajoule , + om:gigakatal , + om:gigakelvin , + om:gigalumen , + om:gigalux , + om:gigametre , + om:gigametrePerSecond-Time , + om:gigametrePerSecond-TimeSquared , + om:gigamole , + om:giganewton , + om:gigaohm , + om:gigapascal , + om:gigasecond-Time , + om:gigasiemens , + om:gigasievert , + om:gigatesla , + om:gigavolt , + om:gigawatt , + om:gigaweber , + om:gram , + om:gramPerCubicCentimetre , + om:gramPerCubicmetre , + om:gray , + om:grayPerSecond-Time , + om:hectoampere , + om:hectobecquerel , + om:hectocandela , + om:hectocoulomb , + om:hectofarad , + om:hectogram , + om:hectogray , + om:hectohenry , + om:hectohertz , + om:hectojoule , + om:hectokatal , + om:hectokelvin , + om:hectolumen , + om:hectolux , + om:hectometre , + om:hectometrePerSecond-Time , + om:hectometrePerSecond-TimeSquared , + om:hectomole , + om:hectonewton , + om:hectoohm , + om:hectopascal , + om:hectosecond-Time , + om:hectosiemens , + om:hectosievert , + om:hectotesla , + om:hectovolt , + om:hectowatt , + om:hectoweber , + om:henry , + om:henryPerMetre , + om:hertz , + om:joule , + om:joulePerCubicmetre , + om:joulePerKelvin , + om:joulePerKelvinKilogram , + om:joulePerKelvinMole , + om:joulePerKilogram , + om:joulePerMole , + om:katal , + om:kiloampere , + om:kilobecquerel , + om:kilocandela , + om:kilocoulomb , + om:kilofarad , + om:kilogramPerCubicDecimetre , + om:kilogramPerCubicmetre , + om:kilogray , + om:kilohenry , + om:kilohertz , + om:kilohm , + om:kilojoule , + om:kilojoulePerHectogram , + om:kilokatal , + om:kilokelvin , + om:kilolumen , + om:kilolux , + om:kilometre , + om:kilometrePerSecond-Time , + om:kilometrePerSecond-TimeSquared , + om:kilomole , + om:kilonewton , + om:kilopascal , + om:kilosecond-Time , + om:kilosiemens , + om:kilosievert , + om:kilotesla , + om:kilovolt , + om:kilowatt , + om:kiloweber , + om:litrePerKilogram , + om:lumen , + om:lux , + om:megaampere , + om:megabecquerel , + om:megacandela , + om:megacoulomb , + om:megafarad , + om:megagram , + om:megagray , + om:megahenry , + om:megahertz , + om:megajoule , + om:megakatal , + om:megakelvin , + om:megalumen , + om:megalux , + om:megametre , + om:megametrePerSecond-Time , + om:megametrePerSecond-TimeSquared , + om:megamole , + om:meganewton , + om:megapascal , + om:megasecond-Time , + om:megasiemens , + om:megasievert , + om:megatesla , + om:megavolt , + om:megawatt , + om:megaweber , + om:megohm , + om:metrePerAttosecond-Time , + om:metrePerAttosecond-TimeSquared , + om:metrePerCentisecond-Time , + om:metrePerCentisecond-TimeSquared , + om:metrePerDecasecond-Time , + om:metrePerDecasecond-TimeSquared , + om:metrePerDecisecond-Time , + om:metrePerDecisecond-TimeSquared , + om:metrePerExasecond-Time , + om:metrePerExasecond-TimeSquared , + om:metrePerFemtosecond-Time , + om:metrePerFemtosecond-TimeSquared , + om:metrePerGigasecond-Time , + om:metrePerGigasecond-TimeSquared , + om:metrePerHectosecond-Time , + om:metrePerHectosecond-TimeSquared , + om:metrePerKilosecond-Time , + om:metrePerKilosecond-TimeSquared , + om:metrePerMegasecond-Time , + om:metrePerMegasecond-TimeSquared , + om:metrePerMicrosecond-Time , + om:metrePerMicrosecond-TimeSquared , + om:metrePerMillisecond-Time , + om:metrePerMillisecond-TimeSquared , + om:metrePerNanosecond-Time , + om:metrePerNanosecond-TimeSquared , + om:metrePerPetasecond-Time , + om:metrePerPetasecond-TimeSquared , + om:metrePerPicosecond-Time , + om:metrePerPicosecond-TimeSquared , + om:metrePerSecond-Time , + om:metrePerSecond-TimeSquared , + om:metrePerTerasecond-Time , + om:metrePerTerasecond-TimeSquared , + om:metrePerYoctosecond-Time , + om:metrePerYoctosecond-TimeSquared , + om:metrePerYottasecond-Time , + om:metrePerYottasecond-TimeSquared , + om:metrePerZeptosecond-Time , + om:metrePerZeptosecond-TimeSquared , + om:metrePerZettasecond-Time , + om:metrePerZettasecond-TimeSquared , + om:microampere , + om:microbecquerel , + om:microcandela , + om:microcoulomb , + om:microdegreeCelsius , + om:microfarad , + om:microgram , + om:microgramPerCubicCentimetre , + om:microgray , + om:microhenry , + om:microhertz , + om:microjoule , + om:microkatal , + om:microkelvin , + om:microlumen , + om:microlux , + om:micrometre , + om:micrometrePerSecond-Time , + om:micrometrePerSecond-TimeSquared , + om:micromole , + om:micronewton , + om:microohm , + om:micropascal , + om:microradian , + om:microsecond-Time , + om:microsiemens , + om:microsievert , + om:microsteradian , + om:microtesla , + om:microvolt , + om:microwatt , + om:microweber , + om:milliampere , + om:millibecquerel , + om:millicandela , + om:millicoulomb , + om:millidegreeCelsius , + om:millifarad , + om:milligram , + om:milligramPerCubicmetre , + om:milligray , + om:milligrayPerSecond-Time , + om:millihenry , + om:millihertz , + om:millijoule , + om:millikatal , + om:millikelvin , + om:millilumen , + om:millilux , + om:millimetre , + om:millimetrePerSecond-Time , + om:millimetrePerSecond-TimeSquared , + om:millimole , + om:millinewton , + om:milliohm , + om:millipascal , + om:milliradian , + om:millisecond-Time , + om:millisiemens , + om:millisievert , + om:millisteradian , + om:millitesla , + om:millivolt , + om:milliwatt , + om:milliweber , + om:molePerCubicmetre , + om:nanoampere , + om:nanobecquerel , + om:nanocandela , + om:nanocoulomb , + om:nanodegreeCelsius , + om:nanofarad , + om:nanogram , + om:nanogray , + om:nanohenry , + om:nanohertz , + om:nanojoule , + om:nanokatal , + om:nanokelvin , + om:nanolumen , + om:nanolux , + om:nanometre , + om:nanometrePerSecond-Time , + om:nanometrePerSecond-TimeSquared , + om:nanomole , + om:nanonewton , + om:nanoohm , + om:nanopascal , + om:nanoradian , + om:nanosecond-Time , + om:nanosiemens , + om:nanosievert , + om:nanosteradian , + om:nanotesla , + om:nanovolt , + om:nanowatt , + om:nanoweber , + om:newton , + om:newtonMetre , + om:ohm , + om:pascal , + om:pascalSecond-Time , + om:petaampere , + om:petabecquerel , + om:petacandela , + om:petacoulomb , + om:petafarad , + om:petagram , + om:petagray , + om:petahenry , + om:petahertz , + om:petajoule , + om:petakatal , + om:petakelvin , + om:petalumen , + om:petalux , + om:petametre , + om:petametrePerSecond-Time , + om:petametrePerSecond-TimeSquared , + om:petamole , + om:petanewton , + om:petaohm , + om:petapascal , + om:petasecond-Time , + om:petasiemens , + om:petasievert , + om:petatesla , + om:petavolt , + om:petawatt , + om:petaweber , + om:picoampere , + om:picobecquerel , + om:picocandela , + om:picocoulomb , + om:picodegreeCelsius , + om:picofarad , + om:picogram , + om:picogray , + om:picohenry , + om:picohertz , + om:picojoule , + om:picokatal , + om:picokelvin , + om:picolumen , + om:picolux , + om:picometre , + om:picometrePerSecond-Time , + om:picometrePerSecond-TimeSquared , + om:picomole , + om:piconewton , + om:picoohm , + om:picopascal , + om:picoradian , + om:picosecond-Time , + om:picosiemens , + om:picosievert , + om:picosteradian , + om:picotesla , + om:picovolt , + om:picowatt , + om:picoweber , + om:radian , + om:radianPerSecond-Time , + om:radianPerSecond-TimeSquared , + om:reciprocalMetre , + om:siemens , + om:sievert , + om:squareAttometre , + om:squareCentimetre , + om:squareDecametre , + om:squareDecimetre , + om:squareExametre , + om:squareFemtometre , + om:squareGigametre , + om:squareHectometre , + om:squareKilometre , + om:squareMegametre , + om:squareMetre , + om:squareMicrometre , + om:squareMillimetre , + om:squareNanometre , + om:squarePetametre , + om:squarePicometre , + om:squareTerametre , + om:squareYoctometre , + om:squareYottametre , + om:squareZeptometre , + om:squareZettametre , + om:steradian , + om:teraampere , + om:terabecquerel , + om:teracandela , + om:teracoulomb , + om:terafarad , + om:teragram , + om:teragray , + om:terahenry , + om:terahertz , + om:terajoule , + om:terakatal , + om:terakelvin , + om:teralumen , + om:teralux , + om:terametre , + om:terametrePerSecond-Time , + om:terametrePerSecond-TimeSquared , + om:teramole , + om:teranewton , + om:teraohm , + om:terapascal , + om:terasecond-Time , + om:terasiemens , + om:terasievert , + om:teratesla , + om:teravolt , + om:terawatt , + om:teraweber , + om:tesla , + om:volt , + om:voltPerMetre , + om:watt , + om:wattPerMetreKelvin , + om:wattPerSquareMetre , + om:wattPerSquareMetreSteradian , + om:wattPerSteradian , + om:weber , + om:yoctoampere , + om:yoctobecquerel , + om:yoctocandela , + om:yoctocoulomb , + om:yoctodegreeCelsius , + om:yoctofarad , + om:yoctogram , + om:yoctogray , + om:yoctohenry , + om:yoctohertz , + om:yoctojoule , + om:yoctokatal , + om:yoctokelvin , + om:yoctolumen , + om:yoctolux , + om:yoctometre , + om:yoctometrePerSecond-Time , + om:yoctometrePerSecond-TimeSquared , + om:yoctomole , + om:yoctonewton , + om:yoctoohm , + om:yoctopascal , + om:yoctoradian , + om:yoctosecond-Time , + om:yoctosiemens , + om:yoctosievert , + om:yoctosteradian , + om:yoctotesla , + om:yoctovolt , + om:yoctowatt , + om:yoctoweber , + om:yottaampere , + om:yottabecquerel , + om:yottacandela , + om:yottacoulomb , + om:yottafarad , + om:yottagram , + om:yottagray , + om:yottahenry , + om:yottahertz , + om:yottajoule , + om:yottakatal , + om:yottakelvin , + om:yottalumen , + om:yottalux , + om:yottametre , + om:yottametrePerSecond-Time , + om:yottametrePerSecond-TimeSquared , + om:yottamole , + om:yottanewton , + om:yottaohm , + om:yottapascal , + om:yottasecond-Time , + om:yottasiemens , + om:yottasievert , + om:yottatesla , + om:yottavolt , + om:yottawatt , + om:yottaweber , + om:zeptoampere , + om:zeptobecquerel , + om:zeptocandela , + om:zeptocoulomb , + om:zeptodegreeCelsius , + om:zeptofarad , + om:zeptogram , + om:zeptogray , + om:zeptohenry , + om:zeptohertz , + om:zeptojoule , + om:zeptokatal , + om:zeptokelvin , + om:zeptolumen , + om:zeptolux , + om:zeptometre , + om:zeptometrePerSecond-Time , + om:zeptometrePerSecond-TimeSquared , + om:zeptomole , + om:zeptonewton , + om:zeptoohm , + om:zeptopascal , + om:zeptoradian , + om:zeptosecond-Time , + om:zeptosiemens , + om:zeptosievert , + om:zeptosteradian , + om:zeptotesla , + om:zeptovolt , + om:zeptowatt , + om:zeptoweber , + om:zettaampere , + om:zettabecquerel , + om:zettacandela , + om:zettacoulomb , + om:zettafarad , + om:zettagram , + om:zettagray , + om:zettahenry , + om:zettahertz , + om:zettajoule , + om:zettakatal , + om:zettakelvin , + om:zettalumen , + om:zettalux , + om:zettametre , + om:zettametrePerSecond-Time , + om:zettametrePerSecond-TimeSquared , + om:zettamole , + om:zettanewton , + om:zettaohm , + om:zettapascal , + om:zettasecond-Time , + om:zettasiemens , + om:zettasievert , + om:zettatesla , + om:zettavolt , + om:zettawatt , + om:zettaweber ; + om:abbreviation "SI" ; + rdfs:label "International System of Units"@en , + "Internationale Stelsel van Eenheden"@nl , + "国际单位制"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/InternationalUnit +om:InternationalUnit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:symbol "IU" ; + rdfs:label "International Unit"@en , + "国际单位"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IntrinsicColourIndex +om:IntrinsicColourIndex rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/IonizationTemperature +om:IonizationTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Irradiance +om:Irradiance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/JapaneseYen +om:JapaneseYen rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Japanese yen"@en , + "日元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/JeansMass +om:JeansMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogram , + om:solarMass . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/JohnsonMagnitude +om:JohnsonMagnitude rdf:type owl:NamedIndividual ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale +om:KelvinScale rdf:type owl:NamedIndividual , + om:RatioScale ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPoint om:_1234.93OnTheKelvinScale , + om:_13.8033OnTheKelvinScale , + om:_1337.33OnTheKelvinScale , + om:_1357.77OnTheKelvinScale , + om:_234.3156OnTheKelvinScale , + om:_24.5561OnTheKelvinScale , + om:_273.16OnTheKelvinScale , + om:_302.9146OnTheKelvinScale , + om:_3To5OnTheKelvinScale , + om:_429.7485OnTheKelvinScale , + om:_505.078OnTheKelvinScale , + om:_54.3584OnTheKelvinScale , + om:_692.677OnTheKelvinScale , + om:_83.8058OnTheKelvinScale , + om:_933.473OnTheKelvinScale , + om:approximately17OnTheKelvinScale , + om:approximately203OnTheKelvinScale ; + om:hasUnit om:kelvin ; + om:alternativeLabel "International Kelvin Temperature scale of 1990"@en ; + rdfs:label "Kelvin scale"@en , + "Kelvinschaal"@nl , + "开氏温标"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Kerma +om:Kerma rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attogray , + om:centigray , + om:decagray , + om:decigray , + om:exagray , + om:femtogray , + om:gigagray , + om:gray , + om:hectogray , + om:joulePerKilogram , + om:kilogray , + om:megagray , + om:microgray , + om:milligray , + om:nanogray , + om:petagray , + om:picogray , + om:rad , + om:teragray . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KinematicViscosity +om:KinematicViscosity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:centistokes , + om:squareMetrePerSecond-Time , + om:stokes . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KineticEnergy +om:KineticEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/KnudsenNumber +om:KnudsenNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LabelMass +om:LabelMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LactoseMassFraction +om:LactoseMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Length +om:Length rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LengthFraction +om:LengthFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:metrePerMetre , + om:millimetrePerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LewisNumber +om:LewisNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LightTime +om:LightTime rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:second-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LimitingMagnitude +om:LimitingMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LinearStrain +om:LinearStrain rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Lipophilicity +om:Lipophilicity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LocustBeanGumMassFraction +om:LocustBeanGumMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LossModulus +om:LossModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Luminance +om:Luminance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:candelaPerSquareCentimetre , + om:candelaPerSquareMetre , + om:footlambert , + om:lambert , + om:stilb . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminosityFunction +om:LuminosityFunction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalCubicParsec . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEfficacy +om:LuminousEfficacy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:lumenPerWatt . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEnergy +om:LuminousEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:lumenSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousFlux +om:LuminousFlux rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attolumen , + om:candelaSteradian , + om:centilumen , + om:decalumen , + om:decilumen , + om:exalumen , + om:femtolumen , + om:gigalumen , + om:hectolumen , + om:kilolumen , + om:lumen , + om:megalumen , + om:microlumen , + om:millilumen , + om:nanolumen , + om:petalumen , + om:picolumen , + om:teralumen . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousIntensity +om:LuminousIntensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attocandela , + om:candela , + om:centicandela , + om:decacandela , + om:decicandela , + om:exacandela , + om:femtocandela , + om:gigacandela , + om:hectocandela , + om:kilocandela , + om:megacandela , + om:microcandela , + om:millicandela , + om:nanocandela , + om:petacandela , + om:picocandela , + om:teracandela . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MachNumber +om:MachNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField +om:MagneticField rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:amperePerMetre , + om:oersted . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField-Dimension +om:MagneticField-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "magnetic field dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFlux +om:MagneticFlux rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attoweber , + om:centiweber , + om:decaweber , + om:deciweber , + om:exaweber , + om:femtoweber , + om:gigaweber , + om:hectoweber , + om:kiloweber , + om:maxwell , + om:megaweber , + om:microweber , + om:milliweber , + om:nanoweber , + om:petaweber , + om:picoweber , + om:statweber , + om:teraweber , + om:unitPole , + om:voltSecond-Time , + om:weber . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensity +om:MagneticFluxDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attotesla , + om:centitesla , + om:decatesla , + om:decitesla , + om:exatesla , + om:femtotesla , + om:gamma , + om:gauss , + om:gigatesla , + om:hectotesla , + om:kilotesla , + om:megatesla , + om:microtesla , + om:milligauss , + om:millitesla , + om:nanotesla , + om:petatesla , + om:picotesla , + om:stattesla , + om:teratesla , + om:tesla , + om:weberPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticReynoldsNumber +om:MagneticReynoldsNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForce +om:MagnetomotiveForce rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:ampere , + om:attoampere , + om:centiampere , + om:decaampere , + om:deciampere , + om:exaampere , + om:femtoampere , + om:gigaampere , + om:gilbert , + om:hectoampere , + om:kiloampere , + om:megaampere , + om:microampere , + om:milliampere , + om:nanoampere , + om:petaampere , + om:picoampere , + om:teraampere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude +om:Magnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:micromagnitude , + om:millimagnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:IntroAstronomicalPhotometry_chapter_2 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMaximumBrightness +om:MagnitudeAtMaximumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMinimumBrightness +om:MagnitudeAtMinimumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ManualFirmness +om:ManualFirmness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_0-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Mass +om:Mass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:InternationalUnit , + om:attogram , + om:carat-Mass , + om:centigram , + om:decagram , + om:decigram , + om:exagram , + om:femtogram , + om:gigagram , + om:grain , + om:gram , + om:hectogram , + om:hundredweight-British , + om:hundredweight-US , + om:kilogram , + om:kilotonne , + om:megagram , + om:megatonne , + om:microgram , + om:milligram , + om:milligramRAE , + om:nanogram , + om:nanounifiedAtomicMassUnit , + om:ounceApothecaries , + om:ounceAvoirdupois , + om:pennyweight-Troy , + om:petagram , + om:picogram , + om:poundApothecaries , + om:poundAvoirdupois , + om:slug , + om:solarMass , + om:teragram , + om:ton-Long , + om:ton-Short , + om:ton-ShortAssay , + om:tonne , + om:unifiedAtomicMassUnit . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassFlow +om:MassFlow rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramPerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction +om:MassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:gramPerHectogram , + om:gramPerKilogram , + om:kilogramPerKilogram , + om:microgramPerHectogram , + om:milligramPerHectogram , + om:milligramPerKilogram , + om:one , + om:partsPerMillion , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Metallicity +om:Metallicity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso +om:MexicanPeso rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Mexican peso"@en , + "墨西哥比索"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ModeratedStarchMassFraction +om:ModeratedStarchMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ModulusOfElasticity +om:ModulusOfElasticity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Molality +om:Molality rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:molePerKilogram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEnergy +om:MolarEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEntropy +om:MolarEntropy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvinMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarHeatCapacity +om:MolarHeatCapacity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvinMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarMass +om:MolarMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramPerMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MolarVolume +om:MolarVolume rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:cubicMetrePerMole , + om:litrePerMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfForce +om:MomentOfForce rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:micronewtonMetre , + om:millinewtonMetre , + om:newtonMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfInertia +om:MomentOfInertia rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Momentum +om:Momentum rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:metreKilogramPerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/MustardPowderMassFraction +om:MustardPowderMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NeckRingMass +om:NeckRingMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NewZealandDollar +om:NewZealandDollar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "New Zealand dollar"@en , + "新西兰美元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NoiseEquivalentPower +om:NoiseEquivalentPower rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:watt ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalAlbedo +om:NormalAlbedo rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalStrain +om:NormalStrain rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalStress +om:NormalStress rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NormalisedDetectivity +om:NormalisedDetectivity rdf:type owl:NamedIndividual ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NorwegianKrone +om:NorwegianKrone rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Norwegian krone"@en , + "挪威克朗"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Number +om:Number rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedBuds +om:NumberAbscisedBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedFlowers +om:NumberAbscisedFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedLeaves +om:NumberAbscisedLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBlue-DiscoloredFlowers +om:NumberBlue-DiscoloredFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis +om:NumberBotrytis rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis0 +om:NumberBotrytis0 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis1 +om:NumberBotrytis1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis2 +om:NumberBotrytis2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis3 +om:NumberBotrytis3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis4 +om:NumberBotrytis4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium +om:NumberBudStadium rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium1 +om:NumberBudStadium1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium2 +om:NumberBudStadium2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium3 +om:NumberBudStadium3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium4 +om:NumberBudStadium4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium5 +om:NumberBudStadium5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBuds +om:NumberBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor +om:NumberColor rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor1 +om:NumberColor1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor2 +om:NumberColor2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor3 +om:NumberColor3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor4 +om:NumberColor4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor5 +om:NumberColor5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDensity +om:NumberDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalCubicCentimetre , + om:reciprocalCubicMetre , + om:reciprocalCubicParsec , + om:reciprocalLitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryBuds +om:NumberDryBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryFlowers +om:NumberDryFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryLeaves +om:NumberDryLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning +om:NumberExternalBrowning rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning1 +om:NumberExternalBrowning1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning2 +om:NumberExternalBrowning2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning3 +om:NumberExternalBrowning3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning4 +om:NumberExternalBrowning4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning5 +om:NumberExternalBrowning5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers +om:NumberFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberLeaves +om:NumberLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberMalformedBuds +om:NumberMalformedBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberMalformedFlowers +om:NumberMalformedFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness +om:NumberManualFirmness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness0 +om:NumberManualFirmness0 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness0.5 +om:NumberManualFirmness0.5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness1 +om:NumberManualFirmness1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness1.5 +om:NumberManualFirmness1.5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness2 +om:NumberManualFirmness2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness2.5 +om:NumberManualFirmness2.5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness3 +om:NumberManualFirmness3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness3.5 +om:NumberManualFirmness3.5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness4 +om:NumberManualFirmness4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness4.5 +om:NumberManualFirmness4.5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness5 +om:NumberManualFirmness5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberNonturgidFlowers +om:NumberNonturgidFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberNonturgidLeaves +om:NumberNonturgidLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning +om:NumberPulpBrowning rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning1 +om:NumberPulpBrowning1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning2 +om:NumberPulpBrowning2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning3 +om:NumberPulpBrowning3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning4 +om:NumberPulpBrowning4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning5 +om:NumberPulpBrowning5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberRottenFlowers +om:NumberRottenFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberRottenLeaves +om:NumberRottenLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning +om:NumberVascularBrowning rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning1 +om:NumberVascularBrowning1 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning2 +om:NumberVascularBrowning2 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning3 +om:NumberVascularBrowning3 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning4 +om:NumberVascularBrowning4 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning5 +om:NumberVascularBrowning5 rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberWiltedFlowers +om:NumberWiltedFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberWiltedLeaves +om:NumberWiltedLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NumberYellowLeaves +om:NumberYellowLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumber +om:NusseltNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberForMassTransfer +om:NusseltNumberForMassTransfer rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/OrganDoseEquivalent +om:OrganDoseEquivalent rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosievert , + om:centisievert , + om:decasievert , + om:decisievert , + om:exasievert , + om:femtosievert , + om:gigasievert , + om:hectosievert , + om:kilosievert , + om:megasievert , + om:microsievert , + om:millisievert , + om:nanosievert , + om:petasievert , + om:picosievert , + om:rem , + om:sievert , + om:terasievert . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Overrun +om:Overrun rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:cubicCentimetrePerCubicCentimetre , + om:cubicMetrePerCubicmetre , + om:cubicMillimetrePerCubicMillimetre , + om:one , + om:partsPerMillion , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PeakWavelength +om:PeakWavelength rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumber +om:PecletNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberForMassTransfer +om:PecletNumberForMassTransfer rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Percentage +om:Percentage rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Period +om:Period rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosecond-Time , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decasecond-Time , + om:decisecond-Time , + om:exasecond-Time , + om:femtosecond-Time , + om:gigasecond-Time , + om:gigayear , + om:hectosecond-Time , + om:hour , + om:hour-Sidereal , + om:kilosecond-Time , + om:megasecond-Time , + om:microsecond-Time , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanosecond-Time , + om:petasecond-Time , + om:picosecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PeriodOfVariability +om:PeriodOfVariability rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosecond-Time , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decasecond-Time , + om:decisecond-Time , + om:exasecond-Time , + om:femtosecond-Time , + om:gigasecond-Time , + om:gigayear , + om:hectosecond-Time , + om:hour , + om:hour-Sidereal , + om:kilosecond-Time , + om:megasecond-Time , + om:microsecond-Time , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanosecond-Time , + om:petasecond-Time , + om:picosecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeability-EarthScience +om:Permeability-EarthScience rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:darcy , + om:squareAttometre , + om:squareCentimetre , + om:squareDecametre , + om:squareDecimetre , + om:squareExametre , + om:squareFemtometre , + om:squareGigametre , + om:squareHectometre , + om:squareKilometre , + om:squareMegametre , + om:squareMetre , + om:squareMicrometre , + om:squareMillimetre , + om:squareNanometre , + om:squarePetametre , + om:squarePicometre , + om:squareTerametre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PermeabilityOfFreeSpace +om:PermeabilityOfFreeSpace rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:henryPerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-Electromagnetic +om:Permeance-Electromagnetic rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attohenry , + om:centihenry , + om:decahenry , + om:decihenry , + om:exahenry , + om:femtohenry , + om:gigahenry , + om:hectohenry , + om:kilohenry , + om:megahenry , + om:microhenry , + om:millihenry , + om:nanohenry , + om:petahenry , + om:picohenry , + om:terahenry , + om:weberPerAmpere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-MaterialsScience +om:Permeance-MaterialsScience rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kilogramPerPascalSecond-TimeSquareMetre , + om:perm-0C , + om:perm-23C . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Permittivity +om:Permittivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:faradPerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PersonalDoseEquivalent +om:PersonalDoseEquivalent rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosievert , + om:centisievert , + om:decasievert , + om:decisievert , + om:exasievert , + om:femtosievert , + om:gigasievert , + om:hectosievert , + om:kilosievert , + om:megasievert , + om:microsievert , + om:millisievert , + om:nanosievert , + om:petasievert , + om:picosievert , + om:rem , + om:sievert , + om:terasievert . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicAmplitude +om:PhotographicAmplitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitude +om:PhotographicMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitudeAtMaximumBrightness +om:PhotographicMagnitudeAtMaximumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitudeAtMinimumBrightness +om:PhotographicMagnitudeAtMinimumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PixelCount +om:PixelCount rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PlanetaryAberration +om:PlanetaryAberration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PotassiumSorbateMassFraction +om:PotassiumSorbateMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PotentialDifference +om:PotentialDifference rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:abvolt , + om:attovolt , + om:centivolt , + om:decavolt , + om:decivolt , + om:exavolt , + om:femtovolt , + om:gigavolt , + om:hectovolt , + om:kilovolt , + om:megavolt , + om:microvolt , + om:millivolt , + om:nanovolt , + om:petavolt , + om:picovolt , + om:statvolt , + om:teravolt , + om:volt , + om:wattPerAmpere . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PotentialEnergy +om:PotentialEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Power +om:Power rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attowatt , + om:centiwatt , + om:decawatt , + om:deciwatt , + om:exawatt , + om:femtowatt , + om:gigawatt , + om:hectowatt , + om:horsepower-Boiler , + om:horsepower-British , + om:horsepower-Electric , + om:horsepower-Metric , + om:horsepower-Water , + om:joulePerSecond-Time , + om:kilowatt , + om:megawatt , + om:microwatt , + om:milliwatt , + om:nanowatt , + om:petawatt , + om:picowatt , + om:solarLuminosity , + om:terawatt , + om:tonOfRefrigeration , + om:watt . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PowerDensity +om:PowerDensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerSquareMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PrandtlNumber +om:PrandtlNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Pressure +om:Pressure rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ProteinMassFraction +om:ProteinMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/PulpBrowning +om:PulpBrowning rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMark +om:QualityMark rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-10 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkFlower +om:QualityMarkFlower rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-10 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkLeaf +om:QualityMarkLeaf rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-10 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkTotal +om:QualityMarkTotal rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-10 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOne +om:QuantityOfDimensionOne rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:dozen , + om:gross , + om:halfDozen , + om:hundredCount , + om:one , + om:partsPerMillion , + om:percent , + om:thousandPiece . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/QuantumEfficiency +om:QuantumEfficiency rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RMagnitude +om:RMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Radiance +om:Radiance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerSquareMetreSteradian . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantEnergy +om:RadiantEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantFlux +om:RadiantFlux rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attowatt , + om:centiwatt , + om:decawatt , + om:deciwatt , + om:exawatt , + om:femtowatt , + om:gigawatt , + om:hectowatt , + om:horsepower-Boiler , + om:horsepower-British , + om:horsepower-Electric , + om:horsepower-Metric , + om:horsepower-Water , + om:joulePerSecond-Time , + om:kilowatt , + om:megawatt , + om:microwatt , + om:milliwatt , + om:nanowatt , + om:petawatt , + om:picowatt , + om:solarLuminosity , + om:terawatt , + om:tonOfRefrigeration , + om:watt . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantIntensity +om:RadiantIntensity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerSteradian . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Radius +om:Radius rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Radius-Angle +om:Radius-Angle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:minute-Angle , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RankineScale +om:RankineScale rdf:type owl:NamedIndividual , + om:RatioScale ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasScale om:KelvinScale ; + om:hasUnit om:degreeRankine ; + om:hasFactor "1.8"^^xsd:float ; + om:hasOff-Set "0.0"^^xsd:float ; + rdfs:label "Rankine scale"@en , + "Rankineschaal"@nl , + "兰金规模"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperature +om:RankineTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degreeRankine . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Ratio +om:Ratio rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:partsPerMillion , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RayleighNumber +om:RayleighNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurScale +om:ReaumurScale rdf:type owl:NamedIndividual , + om:IntervalScale ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasScale om:KelvinScale ; + om:hasUnit om:degreeReaumur ; + om:hasFactor "1.0"^^xsd:float ; + om:hasOff-Set "-218.52"^^xsd:float ; + rdfs:label "Réaumur scale"@en , + "Réaumurschaal"@nl , + "列氏温标"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperature +om:ReaumurTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degreeReaumur . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RedMagnitude +om:RedMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Reddening +om:Reddening rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReddeningB-V +om:ReddeningB-V rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReddeningU-B +om:ReddeningU-B rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RelativeHumidity +om:RelativeHumidity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Reluctance +om:Reluctance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalHenry . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ResonanceEnergy +om:ResonanceEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerMole . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Responsivity +om:Responsivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:amperePerWatt , + om:voltPerWatt ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ResponsivityUnit +om:ResponsivityUnit rdf:type owl:NamedIndividual ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ReynoldsNumber +om:ReynoldsNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RightAscension +om:RightAscension rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:hour-HourAngle , + om:minute-HourAngle , + om:second-HourAngle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/RussianRuble +om:RussianRuble rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "RussianRuble"@en , + "俄罗斯卢布"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SaltMassFraction +om:SaltMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SaltStrength +om:SaltStrength rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleFactor +om:ScaleFactor rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleHeight +om:ScaleHeight rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kiloparsec , + om:parsec . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleLength +om:ScaleLength rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kiloparsec . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SchmidtNumber +om:SchmidtNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SecularAberration +om:SecularAberration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Anglee ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearLossModulus +om:ShearLossModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearModulus +om:ShearModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearRate +om:ShearRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:reciprocalSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStorageModulus +om:ShearStorageModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStrain +om:ShearStrain rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStress +om:ShearStress rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SingaporeDollar +om:SingaporeDollar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Singapore dollar"@en , + "新加坡元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Slope +om:Slope rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SolidAngle +om:SolidAngle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosteradian , + om:centisteradian , + om:decisteradian , + om:degreeSquared , + om:femtosteradian , + om:microsteradian , + om:millisteradian , + om:nanosteradian , + om:picosteradian , + om:second-AngleSquared , + om:squareMetrePerSquareMetre , + om:steradian . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SouthAfricanRand +om:SouthAfricanRand rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "South African rand"@en , + "南非兰特"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SouthKoreanWon +om:SouthKoreanWon rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "South Korean won"@en , + "韩元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SoyBeanMassFraction +om:SoyBeanMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificAmountOfMoney +om:SpecificAmountOfMoney rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:euroPerTonne , + om:megaeuroPerMegatonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificAmylaseActivity +om:SpecificAmylaseActivity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCatalyticActivity +om:SpecificCatalyticActivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:deltaA450PerSecond-TimePerMilligram , + om:nanokatalPerMilligram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificColiformBacterieCount +om:SpecificColiformBacterieCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCorynebacteriumBovisCount +om:SpecificCorynebacteriumBovisCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCorynebacteriumCount +om:SpecificCorynebacteriumCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCost +om:SpecificCost rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:euroPerTonne , + om:megaeuroPerMegatonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergy +om:SpecificEnergy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKilogram , + om:kilocalorie-MeanPerHectogram , + om:kilojoulePerHectogram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergyImparted +om:SpecificEnergyImparted rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attogray , + om:centigray , + om:decagray , + om:decigray , + om:exagray , + om:femtogray , + om:gigagray , + om:gray , + om:hectogray , + om:joulePerKilogram , + om:kilogray , + om:megagray , + om:microgray , + om:milligray , + om:nanogray , + om:petagray , + om:picogray , + om:rad , + om:teragray . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnterobacteriaceaeCount +om:SpecificEnterobacteriaceaeCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnterococcusCount +om:SpecificEnterococcusCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEntropy +om:SpecificEntropy rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvinKilogram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEscherichiaColiCount +om:SpecificEscherichiaColiCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificHeatCapacity +om:SpecificHeatCapacity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerKelvinKilogram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificKlebsiellaCount +om:SpecificKlebsiellaCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificListeriaMonocytogenesCount +om:SpecificListeriaMonocytogenesCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificProteaseActivity +om:SpecificProteaseActivity rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificSalmonellaCount +om:SpecificSalmonellaCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificSerratiaMarcescensCount +om:SpecificSerratiaMarcescensCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStaphylococcusAureusCount +om:SpecificStaphylococcusAureusCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusAgalactiaeCount +om:SpecificStreptococcusAgalactiaeCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusDysgalactiaeCount +om:SpecificStreptococcusDysgalactiaeCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusUberisCount +om:SpecificStreptococcusUberisCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount +om:SpecificViableCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificVolume +om:SpecificVolume rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:cubicMetrePerKilogram , + om:litrePerKilogram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificYeastAndFungiCount +om:SpecificYeastAndFungiCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:colonyFormingUnitPerGram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SpectralResponse +om:SpectralResponse rdf:type owl:NamedIndividual ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter1 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Speed +om:Speed rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attometrePerSecond-Time , + om:centimetrePerDay , + om:centimetrePerSecond-Time , + om:decametrePerSecond-Time , + om:decimetrePerSecond-Time , + om:exametrePerSecond-Time , + om:femtometrePerSecond-Time , + om:gigametrePerSecond-Time , + om:hectometrePerSecond-Time , + om:kilometrePerHour , + om:kilometrePerSecond-Time , + om:knot-International , + om:megametrePerSecond-Time , + om:metrePerAttosecond-Time , + om:metrePerCentisecond-Time , + om:metrePerDay , + om:metrePerDecasecond-Time , + om:metrePerDecisecond-Time , + om:metrePerExasecond-Time , + om:metrePerFemtosecond-Time , + om:metrePerGigasecond-Time , + om:metrePerHectosecond-Time , + om:metrePerKilosecond-Time , + om:metrePerMegasecond-Time , + om:metrePerMicrosecond-Time , + om:metrePerMillisecond-Time , + om:metrePerNanosecond-Time , + om:metrePerPetasecond-Time , + om:metrePerPicosecond-Time , + om:metrePerSecond-Time , + om:metrePerTerasecond-Time , + om:micrometrePerSecond-Time , + om:mile-StatutePerHour , + om:millimetrePerDay , + om:millimetrePerHour , + om:millimetrePerSecond-Time , + om:nanometrePerSecond-Time , + om:nauticalMile-InternationalPerHour , + om:petametrePerSecond-Time , + om:picometrePerSecond-Time , + om:terametrePerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumber +om:StantonNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberForMassTransfer +om:StantonNumberForMassTransfer rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StarchMassFraction +om:StarchMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StarchVA40MassFraction +om:StarchVA40MassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StarchVA85MassFraction +om:StarchVA85MassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StellarAberration +om:StellarAberration rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:microsecond-Angle , + om:millisecond-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StemEndRot +om:StemEndRot rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StemEndRotAreaFraction +om:StemEndRotAreaFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StickStone +om:StickStone rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-0 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StorageModulus +om:StorageModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Strain +om:Strain rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrainTensor +om:StrainTensor rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrawMass +om:StrawMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Stress +om:Stress rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StressTensor +om:StressTensor rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:decapascal , + om:decibar , + om:decipascal , + om:exapascal , + om:femtopascal , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:nanopascal , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:terapascal , + om:torr . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StroemgrenMagnitude +om:StroemgrenMagnitude rdf:type owl:NamedIndividual ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 , + ombibo:Stroemgren1956 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/StrouhalNumber +om:StrouhalNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SugarMassFraction +om:SugarMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SupergalacticLatitude +om:SupergalacticLatitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SupergalacticLongitude +om:SupergalacticLongitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SurfaceTension +om:SurfaceTension rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:newtonPerMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SwedishKrona +om:SwedishKrona rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Swedish krona"@en , + "瑞典克朗"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc +om:SwissFranc rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Swiss franc"@en , + "瑞士法郎"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/SymbolRate +om:SymbolRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:baud . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature +om:Temperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attodegreeCelsius , + om:attokelvin , + om:centidegreeCelsius , + om:centikelvin , + om:decakelvin , + om:decidegreeCelsius , + om:decikelvin , + om:degreeCelsius , + om:degreeFahrenheit , + om:degreeRankine , + om:degreeReaumur , + om:exakelvin , + om:femtodegreeCelsius , + om:femtokelvin , + om:gigakelvin , + om:hectokelvin , + om:kelvin , + om:kilokelvin , + om:megakelvin , + om:microdegreeCelsius , + om:microkelvin , + om:millidegreeCelsius , + om:millikelvin , + om:nanodegreeCelsius , + om:nanokelvin , + om:petakelvin , + om:picodegreeCelsius , + om:picokelvin , + om:terakelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureRate +om:TemperatureRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degreeCelsiusPerHour , + om:degreeCelsiusPerMinute-Time , + om:degreeCelsiusPerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalConductivity +om:ThermalConductivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:wattPerMetreKelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalDiffusivity +om:ThermalDiffusivity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:squareMetrePerSecond-Time ; + om:hasDimension om:kinematicViscosityOrThermalDiffusivity-Dimension . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalInsulance +om:ThermalInsulance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:squareMetreKelvinPerWatt . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalResistance +om:ThermalResistance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kelvinPerWatt . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature +om:ThermodynamicTemperature rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attokelvin , + om:centikelvin , + om:decakelvin , + om:decikelvin , + om:exakelvin , + om:femtokelvin , + om:gigakelvin , + om:hectokelvin , + om:kelvin , + om:kilokelvin , + om:megakelvin , + om:microkelvin , + om:millikelvin , + om:nanokelvin , + om:petakelvin , + om:picokelvin , + om:terakelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Thickness +om:Thickness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Thrust +om:Thrust rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attonewton , + om:centinewton , + om:decanewton , + om:decinewton , + om:dyne , + om:exanewton , + om:femtonewton , + om:giganewton , + om:hectonewton , + om:kilonewton , + om:kip , + om:meganewton , + om:metreKilogramPerSecond-TimeSquared , + om:micronewton , + om:millinewton , + om:nanonewton , + om:newton , + om:petanewton , + om:piconewton , + om:pound-Force , + om:poundal , + om:teranewton , + om:ton-Force-Short . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ThuanAndGunnMagnitude +om:ThuanAndGunnMagnitude rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Time +om:Time rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attosecond-Time , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decasecond-Time , + om:decisecond-Time , + om:exasecond-Time , + om:femtosecond-Time , + om:gigasecond-Time , + om:gigayear , + om:hectosecond-Time , + om:hour , + om:hour-Sidereal , + om:kilosecond-Time , + om:megasecond-Time , + om:microsecond-Time , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanosecond-Time , + om:petasecond-Time , + om:picosecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TimeConstant +om:TimeConstant rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:second-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TopMass +om:TopMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram , + om:kilogram , + om:tonne . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Torque +om:Torque rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:micronewtonMetre , + om:millinewtonMetre , + om:newtonMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Total3DStartEndDistance +om:Total3DStartEndDistance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalDensityParameter +om:TotalDensityParameter rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalDistanceTravelled +om:TotalDistanceTravelled rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberBuds +om:TotalNumberBuds rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberFlowers +om:TotalNumberFlowers rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberLeaves +om:TotalNumberLeaves rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TrueDistanceModulus +om:TrueDistanceModulus rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TurkishLira +om:TurkishLira rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "Turkish lira"@en , + "土耳其里拉"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TweenMassFraction +om:TweenMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/TychoBroadbandMagnitude +om:TychoBroadbandMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UMagnitude +om:UMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:micromagnitude , + om:millimagnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/UnitedStatesDollar +om:UnitedStatesDollar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "United States dollar"@en , + "美国美元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VAmplitude +om:VAmplitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitude +om:VMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:micromagnitude , + om:millimagnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitudeAtMaximumBrightness +om:VMagnitudeAtMaximumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitudeAtMinimumBrightness +om:VMagnitudeAtMinimumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VascularBrowning +om:VascularBrowning rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1-5 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VaseLife +om:VaseLife rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:day . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VasePlusWaterMass +om:VasePlusWaterMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VasePlusWaterPlusFlowerMass +om:VasePlusWaterPlusFlowerMass rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gram . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Velocity +om:Velocity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attometrePerSecond-Time , + om:centimetrePerDay , + om:centimetrePerSecond-Time , + om:decametrePerSecond-Time , + om:decimetrePerSecond-Time , + om:exametrePerSecond-Time , + om:femtometrePerSecond-Time , + om:gigametrePerSecond-Time , + om:hectometrePerSecond-Time , + om:kilometrePerHour , + om:kilometrePerSecond-Time , + om:knot-International , + om:megametrePerSecond-Time , + om:metrePerAttosecond-Time , + om:metrePerCentisecond-Time , + om:metrePerDay , + om:metrePerDecasecond-Time , + om:metrePerDecisecond-Time , + om:metrePerExasecond-Time , + om:metrePerFemtosecond-Time , + om:metrePerGigasecond-Time , + om:metrePerHectosecond-Time , + om:metrePerKilosecond-Time , + om:metrePerMegasecond-Time , + om:metrePerMicrosecond-Time , + om:metrePerMillisecond-Time , + om:metrePerNanosecond-Time , + om:metrePerPetasecond-Time , + om:metrePerPicosecond-Time , + om:metrePerSecond-Time , + om:metrePerTerasecond-Time , + om:micrometrePerSecond-Time , + om:mile-StatutePerHour , + om:millimetrePerDay , + om:millimetrePerHour , + om:millimetrePerSecond-Time , + om:nanometrePerSecond-Time , + om:nauticalMile-InternationalPerHour , + om:petametrePerSecond-Time , + om:picometrePerSecond-Time , + om:terametrePerSecond-Time . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ViableCount +om:ViableCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnit , + om:colonyFormingUnit . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VisualAlbedo +om:VisualAlbedo rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Volume +om:Volume rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:acreFoot , + om:attolitre , + om:barrel-US , + om:bushel-US , + om:centilitre , + om:cord , + om:cubicAttometre , + om:cubicCentimetre , + om:cubicDecametre , + om:cubicDecimetre , + om:cubicExametre , + om:cubicFemtometre , + om:cubicGigametre , + om:cubicHectometre , + om:cubicKilometre , + om:cubicKiloparsec , + om:cubicMegametre , + om:cubicMetre , + om:cubicMicrometre , + om:cubicMillimetre , + om:cubicNanometre , + om:cubicParsec , + om:cubicPetametre , + om:cubicPicometre , + om:cubicTerametre , + om:cup-USCustomary , + om:decalitre , + om:decilitre , + om:dessertspoon , + om:dryGallon-US , + om:dryPint-US , + om:dryQuart-US , + om:exalitre , + om:femtolitre , + om:fluidOunce-Imperial , + om:fluidOunce-US , + om:gallon-Imperial , + om:gallon-US , + om:gigalitre , + om:gill-Imperial , + om:gill-US , + om:hectolitre , + om:kilolitre , + om:liquidPint-US , + om:liquidQuart-US , + om:litre , + om:megalitre , + om:microlitre , + om:millilitre , + om:nanolitre , + om:peck-US , + om:petalitre , + om:picolitre , + om:pint-Imperial , + om:quart-Imperial , + om:stere , + om:tablespoon-US , + om:teaspoon-US , + om:teralitre , + om:ton-Register . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeFraction +om:VolumeFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:cubicCentimetrePerCubicCentimetre , + om:cubicMetrePerCubicmetre , + om:cubicMillimetrePerCubicMillimetre , + om:one , + om:partsPerMillion , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeStrain +om:VolumeStrain rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricColiformBacterieCount +om:VolumetricColiformBacterieCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricCorynebacteriumBovisCount +om:VolumetricCorynebacteriumBovisCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricCorynebacteriumCount +om:VolumetricCorynebacteriumCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEnterobacteriaceaeCount +om:VolumetricEnterobacteriaceaeCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEnterococcusCount +om:VolumetricEnterococcusCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEscherichiaColiCount +om:VolumetricEscherichiaColiCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricFlowRate +om:VolumetricFlowRate rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:cubicMetrePerSecond-Time , + om:cubicMetrePerYear , + om:litrePerHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricHeatCapacity +om:VolumetricHeatCapacity rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:joulePerCubicMetreKelvin . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricKlebsiellaCount +om:VolumetricKlebsiellaCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricListeriaMonocytogenesCount +om:VolumetricListeriaMonocytogenesCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricSalmonellaCount +om:VolumetricSalmonellaCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricSerratiaMarcescensCount +om:VolumetricSerratiaMarcescensCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStaphylococcusAureusCount +om:VolumetricStaphylococcusAureusCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusAgalactiaeCount +om:VolumetricStreptococcusAgalactiaeCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusDysgalactiaeCount +om:VolumetricStreptococcusDysgalactiaeCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusUberisCount +om:VolumetricStreptococcusUberisCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount +om:VolumetricViableCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricYeastAndFungiCount +om:VolumetricYeastAndFungiCount rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:_1000ColonyFormingUnitPerMillilitre , + om:colonyFormingUnitPer25Millilitre , + om:colonyFormingUnitPerMillilitre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WaterMassFraction +om:WaterMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Wavelength +om:Wavelength rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Wavenumber +om:Wavenumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:kayser , + om:reciprocalMetre . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WeberNumber +om:WeberNumber rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Weight +om:Weight rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attonewton , + om:centinewton , + om:decanewton , + om:decinewton , + om:dyne , + om:exanewton , + om:femtonewton , + om:giganewton , + om:hectonewton , + om:kilonewton , + om:kip , + om:meganewton , + om:metreKilogramPerSecond-TimeSquared , + om:micronewton , + om:millinewton , + om:nanonewton , + om:newton , + om:petanewton , + om:piconewton , + om:pound-Force , + om:poundal , + om:teranewton , + om:ton-Force-Short . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WettingAngle +om:WettingAngle rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:attoradian , + om:centiradian , + om:deciradian , + om:degree , + om:femtoradian , + om:gon , + om:metrePerMetre , + om:microradian , + om:microsecond-Angle , + om:mil-Angle , + om:milliradian , + om:millisecond-Angle , + om:minute-Angle , + om:nanoradian , + om:picoradian , + om:radian , + om:revolution , + om:second-Angle . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinAggregateMassFraction +om:WheyProteinAggregateMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinBeadsMassFraction +om:WheyProteinBeadsMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinMassFraction +om:WheyProteinMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitude +om:WhiteLightMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitudeAtMaximumBrightness +om:WhiteLightMagnitudeAtMaximumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitudeAtMinimumBrightness +om:WhiteLightMagnitudeAtMinimumBrightness rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude , + om:one . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Width +om:Width rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:gigaparsec , + om:hectometre , + om:inch-International , + om:kilometre , + om:kiloparsec , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:solarRadius , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/Work +om:Work rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:BritishThermalUnit-39F , + om:BritishThermalUnit-59F , + om:BritishThermalUnit-60F , + om:BritishThermalUnit-InternationalTable , + om:BritishThermalUnit-Mean , + om:BritishThermalUnit-Thermochemical , + om:attojoule , + om:calorie-15C , + om:calorie-20C , + om:calorie-InternationalTable , + om:calorie-Mean , + om:calorie-Thermochemical , + om:centijoule , + om:decajoule , + om:decijoule , + om:electronvolt , + om:erg , + om:exajoule , + om:femtojoule , + om:footPoundal , + om:gigaelectronvolt , + om:gigajoule , + om:gigawattHour , + om:hectojoule , + om:joule , + om:kilocalorie-Mean , + om:kiloelectronvolt , + om:kilojoule , + om:kilowattHour , + om:megaelectronvolt , + om:megaerg , + om:megajoule , + om:megawattHour , + om:microjoule , + om:micronewtonMetre , + om:millijoule , + om:millinewtonMetre , + om:nanojoule , + om:newtonMetre , + om:petajoule , + om:picojoule , + om:quad , + om:terajoule , + om:terawattHour , + om:therm-EC , + om:therm-US , + om:tonOfTNT , + om:wattHour . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/XanthanMassFraction +om:XanthanMassFraction rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:gramPerGram , + om:one , + om:percent . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ZenithDistance +om:ZenithDistance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:degree , + om:minute-Angle , + om:second-Angle ; + ombibo:reference ombibo:Glossary_Astronomical_Almanac . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_-189.3442OnTheCelsiusScale +om:_-189.3442OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_83.8058OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "-189.3442" ; + rdfs:label "-189.3442 on the Celsius scale"@en , + "-189.3442摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_-218.7916OnTheCelsiusScale +om:_-218.7916OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_54.3584OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "-218.7916" ; + rdfs:label "-218.7916 on the Celsius scale"@en , + "-218.7916摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_-248.5939OnTheCelsiusScale +om:_-248.5939OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_24.5561OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "-248.5939" ; + rdfs:label "-248.5939 on the Celsius scale"@en , + "-248.5939摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_-259.3467OnTheCelsiusScale +om:_-259.3467OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_13.8033OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "-259.3467" ; + rdfs:label "-259.3467 on the Celsius scale"@en , + "-259.3467摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_-270.15To-268.15OnTheCelsiusScale +om:_-270.15To-268.15OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_3To5OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "-270.15 to -268.15" ; + rdfs:comment "One of the fixed points defining the Celsius scale"@en ; + rdfs:label "-270.15 to -268.15 on the Celsius scale"@en , + "-270.15至-268.15摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_-38.8344OnTheCelsiusScale +om:_-38.8344OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_234.3156OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "-38.8344" ; + rdfs:label "-38.8344 on the Celsius scale"@en , + "-38.8344摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_0-100 +om:_0-100 rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + rdfs:label "0-100"@en , + "0-100"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_0-5 +om:_0-5 rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + rdfs:label "0-5"@en , + "0-5"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_0.01OnTheCelsiusScale +om:_0.01OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_273.16OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "0.01" ; + rdfs:label "0.01 on the Celsius scale"@en , + "0.01摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0 +om:_1-0 rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + rdfs:label "1/0"@en , + "1/0"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1-10 +om:_1-10 rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + rdfs:label "1-10"@en , + "1-10"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1-5 +om:_1-5 rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + rdfs:label "1-5"@en , + "1-5"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnit +om:_1000ColonyFormingUnit rdf:type owl:NamedIndividual , + om:UnitDivision , + om:UnitMultiple ; + om:hasUnit om:colonyFormingUnit ; + om:hasFactor "1000.0"^^xsd:float ; + om:symbol "1000 CFU" ; + rdfs:label "1000 colony forming unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre +om:_1000ColonyFormingUnitPerMillilitre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:millilitre ; + om:hasNumerator om:_1000ColonyFormingUnit ; + om:symbol "1000 CFU/ml" ; + om:unofficialAbbreviation "1000 CFU/ml" ; + rdfs:label "1000 colony forming unit per millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_100Kilometre +om:_100Kilometre rdf:type owl:NamedIndividual , + om:UnitMultiple ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:kilometre ; + om:hasFactor "100.0"^^xsd:float ; + om:symbol "100 km" ; + rdfs:label "100 kilometer"@nl , + "100 kilometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1040NanometreLockwoodMagnitude +om:_1040NanometreLockwoodMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1064.18OnTheCelsiusScale +om:_1064.18OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_1337.33OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "1064.18" ; + rdfs:label "1064.18 on the Celsius scale"@en , + "1064.18摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1084.62OnTheCelsiusScale +om:_1084.62OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_1357.77OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "1084.62" ; + rdfs:label "1084.62 on the Celsius scale"@en , + "1084.62摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1234.93OnTheKelvinScale +om:_1234.93OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "1234.93" ; + rdfs:label "1234.93 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_127316OfTheThermodynamicTemperatureOfTheTriplePointOfWater +om:_127316OfTheThermodynamicTemperatureOfTheTriplePointOfWater rdf:type owl:NamedIndividual , + om:ThermodynamicTemperature ; + rdfs:label "1/273.16 of the thermodynamic temperature of the triple point of water"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_13.8033OnTheKelvinScale +om:_13.8033OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "13.8033" ; + rdfs:label "13.8033 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1337.33OnTheKelvinScale +om:_1337.33OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "1337.33" ; + rdfs:label "1337.33 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_1357.77OnTheKelvinScale +om:_1357.77OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "1357.77" ; + rdfs:label "1357.77 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_156.5985OnTheCelsiusScale +om:_156.5985OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_429.7485OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "156.5985" ; + rdfs:label "156.5985 on the Celsius scale"@en , + "156.5985摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_231.928OnTheCelsiusScale +om:_231.928OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_505.078OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "231.928" ; + rdfs:label "231.928 on the Celsius scale"@en , + "231.928摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_234.3156OnTheKelvinScale +om:_234.3156OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "234.3156" ; + rdfs:label "234.3156 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_24.5561OnTheKelvinScale +om:_24.5561OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "24.5561" ; + rdfs:label "24.5561 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_25Millilitre +om:_25Millilitre rdf:type owl:NamedIndividual , + om:UnitMultiple ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:millilitre ; + om:hasFactor "25.0"^^xsd:float ; + om:symbol "25 ml" ; + rdfs:label "25 milliliter"@nl , + "25 millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_273.16OnTheKelvinScale +om:_273.16OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasQuantity om:thermodynamicTemperatureOfTheTriplePointOfWater ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "273.16" ; + rdfs:label "273.16 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_29.7646OnTheCelsiusScale +om:_29.7646OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_302.9146OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "29.7646" ; + rdfs:label "29.7646 on the Celsius scale"@en , + "29.7646摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_302.9146OnTheKelvinScale +om:_302.9146OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "302.9146" ; + rdfs:label "302.9146 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_3To5OnTheKelvinScale +om:_3To5OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "3 to 5" ; + rdfs:label "3 to 5 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_419.527OnTheCelsiusScale +om:_419.527OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_692.677OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "419.527" ; + rdfs:label "419.527 on the Celsius scale"@en , + "419.527摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_429.7485OnTheKelvinScale +om:_429.7485OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "429.7485" ; + rdfs:label "429.7485 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_505.078OnTheKelvinScale +om:_505.078OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "505.078" ; + rdfs:label "505.078 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_54.3584OnTheKelvinScale +om:_54.3584OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "54.3584" ; + rdfs:label "54.3584 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_660.323OnTheCelsiusScale +om:_660.323OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_933.473OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "660.323" ; + rdfs:label "660.323 on the Celsius scale"@en , + "660.323摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_692.677OnTheKelvinScale +om:_692.677OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "692.677" ; + rdfs:label "692.677 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_83.8058OnTheKelvinScale +om:_83.8058OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "83.8058" ; + rdfs:label "83.8058 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom +om:_9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom rdf:type owl:NamedIndividual , + owl:Thing ; + rdfs:label "9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_933.473OnTheKelvinScale +om:_933.473OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "933.473" ; + rdfs:label "933.473 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/_961.78OnTheCelsiusScale +om:_961.78OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:_1234.93OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "961.78" ; + rdfs:label "961.78 on the Celsius scale"@en , + "961.78摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abampere +om:abampere rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasUnit om:ampere ; + om:hasFactor "10.0"^^xsd:float ; + om:symbol "abA" ; + rdfs:comment "The abampere is a unit of electric current defined as 10 ampere."@en ; + rdfs:label "abampere"@en , + "abampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abcoulomb +om:abcoulomb rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasUnit om:coulomb ; + om:hasFactor "10.0"^^xsd:float ; + om:symbol "abC" ; + rdfs:comment "The abcoulomb is a unit of electric charge defined as 10 coulomb."@en ; + rdfs:label "abcoulomb"@en , + "abcoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abfarad +om:abfarad rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:capacitance-Dimension ; + om:hasUnit om:farad ; + om:hasFactor "1.0E9"^^xsd:float ; + om:symbol "abF" ; + rdfs:comment "The abfarad is a unit of capacitance defined as 1.0e9 farad."@en ; + rdfs:label "abfarad"@en , + "abfarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abhenry +om:abhenry rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasUnit om:henry ; + om:hasFactor "1.0E-9"^^xsd:float ; + om:symbol "abH" ; + rdfs:comment "The abhenry is a unit of inductance defined as 1.0e-9 henry."@en ; + rdfs:label "abhenry"@en , + "abhenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abmho +om:abmho rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasUnit om:siemens ; + om:hasFactor "1.0E9"^^xsd:float ; + om:alternativeLabel "absiemens"@en , + "absiemens"@nl ; + rdfs:comment "The abmho is a unit of electrical conductance defined as 1.0e9 siemens."@en ; + rdfs:label "abmho"@en , + "abmho"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abohm +om:abohm rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasUnit om:ohm ; + om:hasFactor "1.0E-9"^^xsd:float ; + om:symbol "abΩ" ; + rdfs:comment "The abohm is a unit of electrical resistance defined as 1.0e-9 ohm."@en ; + rdfs:label "abohm"@en , + "abohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/absorbedDoseRate-Dimension +om:absorbedDoseRate-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "absorbed dose rate dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt +om:abvolt rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasUnit om:volt ; + om:hasFactor "1.0E-8"^^xsd:float ; + om:symbol "abV" ; + rdfs:comment "The abvolt is a unit of electric potential defined as 1.0e-8 volt."@en ; + rdfs:label "abvolt"@en , + "abvolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dimension +om:acceleration-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "acceleration dimension"@en , + "versnellingdimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/acoustics +om:acoustics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesUnit om:bel , + om:decibel ; + rdfs:label "acoustics"@en , + "akoestiek"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/acre-International +om:acre-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:area-Dimension ; + om:hasUnit om:squareMetre ; + om:hasFactor "4046.8564"^^xsd:float ; + om:alternativeLabel "international acre"@en ; + om:symbol "ac" ; + rdfs:comment "The international acre is a unit of area defined as 4.0468564224e3 square metre."@en ; + rdfs:label "acre (international)"@en , + "英亩(国际)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/acre-USSurvey +om:acre-USSurvey rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:area-Dimension ; + om:hasUnit om:squareMetre ; + om:hasFactor "4046.8726"^^xsd:float ; + om:alternativeLabel "US survey acre"@en ; + om:symbol "ac" ; + rdfs:comment "The US survey acre is a unit of area defined as 4.046872609874252e3 square metre."@en ; + rdfs:label "acre (US survey)"@en , + "英亩(美国调查)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/acreFoot +om:acreFoot rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "1233.489"^^xsd:float ; + rdfs:comment "The acre foot is a unit of volume defined as 1.233489e3 cubic metre."@en ; + rdfs:label "acre foot"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/actionOrAngularMomentum-Dimension +om:actionOrAngularMomentum-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "action or angular momentum dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension +om:amountOfSubstance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "N" ; + rdfs:label "amount of substance dimension"@en , + "stofhoeveelheiddimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension +om:amountOfSubstanceConcentration-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "amount of substance concentration dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceOfASystemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12 +om:amountOfSubstanceOfASystemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12 rdf:type owl:NamedIndividual , + om:AmountOfSubstance ; + om:hasPhenomenon om:systemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12 ; + rdfs:label "amount of substance of a system that contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 12"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ampere +om:ampere rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasQuantity om:constantCurrentThatProducesAnAttractiveForceOf2e-7NewtonPerMetreOfLengthBetweenTwoStraightParallelConductorsOfInfiniteLengthAndNegligibleCircularCrossSectionPlacedOneMetreApartInAVacuum ; + om:longcomment "The ampere is a unit of electric current defined as the constant current that produces an attractive force of 2e–7 newton per metre of length between two straight, parallel conductors of infinite length and negligible circular cross section placed one metre apart in a vacuum. The ampere is a base unit in the International System of Units." ; + om:symbol "A" ; + rdfs:comment "The ampere is a unit of electric current defined as the constant current that produces an attractive force of 2e–7 newton per metre of length between two straight, parallel conductors of infinite length and negligible circular cross section placed one metre apart in a vacuum."@en ; + rdfs:label "ampere"@en , + "ampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ampereHour +om:ampereHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:electricCharge-Dimension ; + om:hasTerm1 om:ampere ; + om:hasTerm2 om:hour ; + om:alternativeSymbol "Ah" , + "A·h" ; + om:symbol "A h" ; + rdfs:label "ampere hour"@en , + "ampère-uur"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerMetre +om:amperePerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:MagneticField-Dimension ; + om:hasNumerator om:ampere ; + om:alternativeSymbol "A m-1" , + "A·m-1" ; + om:longcomment "Ampere per metre is a unit of magnetic field defined as ampere divided by metre. Ampere per metre is a derived unit in the International System of Units." ; + om:symbol "A/m" ; + rdfs:comment "Ampere per metre is a unit of magnetic field defined as ampere divided by metre."@en ; + rdfs:label "ampere per metre"@en , + "ampère per meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerSquareMetre +om:amperePerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:currentDensity-Dimension ; + om:hasNumerator om:ampere ; + om:alternativeSymbol "A m-2" , + "A·m-2" ; + om:longcomment "Ampere per square metre is a unit of current density defined as ampere divided by square metre. Ampere per square metre is a derived unit in the International System of Units." ; + om:symbol "A/m2" ; + rdfs:comment "Ampere per square metre is a unit of current density defined as ampere divided by square metre."@en ; + rdfs:label "ampere per square metre"@en , + "ampère per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerVolt +om:amperePerVolt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:volt ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasNumerator om:ampere ; + om:alternativeSymbol "A V-1" , + "A·V-1" ; + om:symbol "A/V" ; + rdfs:label "ampere per volt"@en , + "ampère per volt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerWatt +om:amperePerWatt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:watt ; + om:hasNumerator om:ampere ; + om:alternativeSymbol "A W-1" , + "A·W-1" ; + om:symbol "A/W" ; + rdfs:label "ampere per watt"@en , + "ampere per watt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amperehour +om:amperehour rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/amylaseUnit +om:amylaseUnit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:alternativeSymbol "U" ; + om:symbol "AU" ; + rdfs:comment "The amylase unit is a unit of catalytic activity."@en ; + rdfs:label "amylase unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom +om:angstrom rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1.0E-10"^^xsd:float ; + om:alternativeLabel "angstrom"@en , + "angstrom"@nl ; + om:symbol "Å" ; + rdfs:comment "The ångström is a unit of length defined as 1.0e-10 metre. The unit is often used for wavelengths of electromagnetic radiation or to express the sizes of atoms and molecules."@en ; + rdfs:label "ångström"@en , + "ångström"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/angularAcceleration-Dimension +om:angularAcceleration-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "angular acceleration dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/angularSpeed-Dimension +om:angularSpeed-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "angular speed dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/approximately-252.85OnTheCelsiusScale +om:approximately-252.85OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:approximately203OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "~-252.85" ; + rdfs:label "~-252.85 on the Celsius scale"@en , + "〜-252.85摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/approximately-256.15OnTheCelsiusScale +om:approximately-256.15OnTheCelsiusScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasPoint om:approximately17OnTheKelvinScale ; + om:hasScale om:CelsiusScale ; + om:hasNumericalValue "~-256.15" ; + rdfs:label "~-256.15 on the Celsius scale"@en , + "〜-256.15摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/approximately17OnTheKelvinScale +om:approximately17OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "~17" ; + rdfs:label "~17 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/approximately203OnTheKelvinScale +om:approximately203OnTheKelvinScale rdf:type owl:NamedIndividual , + om:FixedPoint ; + om:hasScale om:KelvinScale ; + om:hasNumericalValue "~20.3" ; + rdfs:label "~20.3 on the Kelvin scale"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/are +om:are rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:area-Dimension ; + om:hasUnit om:squareMetre ; + om:hasFactor "100.0"^^xsd:float ; + om:symbol "a" ; + rdfs:comment "The are is a unit of area defined as 100 square metre."@en ; + rdfs:label "are"@en , + "are"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension +om:area-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "area dimension"@en , + "oppervlaktedimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit +om:astronomicalUnit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + ombibo:reference ombibo:IAU_2012_Resolution_B2 ; + om:hasFactor "1.49597864E11"^^xsd:float ; + om:alternativeSymbol "AU" ; + om:symbol "au" ; + rdfs:comment "The atronomical unit is a unit of length defined as 149 597 870 700 metre (IAU 2012 Resolution)."@en ; + rdfs:label "astronomical unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/astronomyAndAstrophysics +om:astronomyAndAstrophysics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Aberration , + om:AberrationInLatitude , + om:AberrationInLongitude , + om:AbsoluteBolometricMagnitude , + om:AbsoluteMagnitude , + om:Albedo , + om:Altitude , + om:Amplitude , + om:AngularSize , + om:AnnualAberration , + om:ApparentDiameter , + om:ApparentDistanceModulus , + om:ApparentMagnitude , + om:Azimuth , + om:BMagnitude , + om:BMagnitudeAtMaximumBrightness , + om:BMagnitudeAtMinimumBrightness , + om:BetaNarrowMagnitude , + om:BetaWideMagnitude , + om:BolometricCorrection , + om:BolometricMagnitude , + om:BondAlbedo , + om:BrightnessTemperature , + om:Co-RotationRadius , + om:ColdGasMassFraction , + om:ColourIndex , + om:ColourTemperature , + om:CousinsMagnitude , + om:Cut-OffWavelength , + om:DarkNoise , + om:Declination , + om:DetectiveQuantumEfficiency , + om:Detectivity , + om:Diameter-Angle , + om:DistanceModulus , + om:DiurnalAberration , + om:DynamicRange , + om:Eccentricity , + om:EclipticLatitude , + om:EclipticLongitude , + om:ElectronTemperature , + om:Ellipticity , + om:Epoch , + om:EpochAtMaximumBrightness , + om:Extinction , + om:ExtinctionAtWaveband , + om:ExtinctionAtWavelength , + om:ExtinctionInB , + om:ExtinctionInU , + om:ExtinctionInV , + om:GalacticCylindricalPolarAngleCoordinate , + om:GalacticLatitude , + om:GalacticLongitude , + om:GeometricalAlbedo , + om:HourAngle , + om:IMagnitude , + om:InitialMassFunction , + om:IntegratedMagnitude , + om:IntrinsicColourIndex , + om:IonizationTemperature , + om:JeansMass , + om:JohnsonMagnitude , + om:LightTime , + om:LimitingMagnitude , + om:LuminosityFunction , + om:Magnitude , + om:MagnitudeAtMaximumBrightness , + om:MagnitudeAtMinimumBrightness , + om:Metallicity , + om:NoiseEquivalentPower , + om:NormalAlbedo , + om:NormalisedDetectivity , + om:PeakWavelength , + om:PhotographicAmplitude , + om:PhotographicMagnitude , + om:PhotographicMagnitudeAtMaximumBrightness , + om:PhotographicMagnitudeAtMinimumBrightness , + om:PlanetaryAberration , + om:QuantumEfficiency , + om:RMagnitude , + om:Radius-Angle , + om:RedMagnitude , + om:Reddening , + om:ReddeningB-V , + om:ReddeningU-B , + om:Responsivity , + om:RightAscension , + om:ScaleHeight , + om:ScaleLength , + om:SecularAberration , + om:SpectralResponse , + om:StellarAberration , + om:StroemgrenMagnitude , + om:SupergalacticLatitude , + om:SupergalacticLongitude , + om:ThuanAndGunnMagnitude , + om:TimeConstant , + om:TrueDistanceModulus , + om:TychoBroadbandMagnitude , + om:UMagnitude , + om:VAmplitude , + om:VMagnitude , + om:VMagnitudeAtMaximumBrightness , + om:VMagnitudeAtMinimumBrightness , + om:VisualAlbedo , + om:WhiteLightMagnitude , + om:WhiteLightMagnitudeAtMaximumBrightness , + om:WhiteLightMagnitudeAtMinimumBrightness , + om:ZenithDistance , + om:_1040NanometreLockwoodMagnitude , + om:bMagnitude , + om:gMagnitude , + om:uMagnitude , + om:vMagnitude , + om:yMagnitude ; + om:usesUnit om:amperePerWatt , + om:angstrom , + om:bitPerSecond-Time , + om:candelaPerSquareMetre , + om:centimetre , + om:cubicParsec , + om:day , + om:degreeSquared , + om:gigaelectronvolt , + om:gigaparsec , + om:hour-HourAngle , + om:jansky , + om:kelvin , + om:kiloelectronvolt , + om:kilometrePerSecond-TimePerMegaparsec , + om:kiloparsec , + om:lightYear , + om:magnitude , + om:magnitudePerSecond-AngleSquared , + om:megaelectronvolt , + om:megaparsec , + om:metreKilogramPerSecond-Time , + om:metrePerSecond-TimePerMetre , + om:micromagnitude , + om:microsecond-Angle , + om:millimagnitude , + om:millisecond-Angle , + om:millisecond-AnglePerYear , + om:minute-Angle , + om:minute-HourAngle , + om:nanometre , + om:one , + om:percent , + om:radian , + om:reciprocalCubicMetre , + om:reciprocalCubicParsec , + om:second-Angle , + om:second-AngleSquared , + om:second-HourAngle , + om:second-Time , + om:solarLuminosity , + om:solarMass , + om:solarMassPerCubicParsec , + om:solarMassPerGigayearCubicKiloparsec , + om:solarMassPerGigayearCubicParsec , + om:solarRadius , + om:voltPerWatt , + om:watt , + om:wattPerCubicmetre , + om:wattPerHertz , + om:wattPerNanometre , + om:wattPerSecond-AngleSquared , + om:wattPerSquareMetreHertz , + om:wattPerSquareMetreNanometre , + om:wattPerSteradianSquareMetre , + om:wattPerSteradianSquareMetreHertz , + om:year ; + rdfs:label "astronomie en astrofysica"@nl , + "astronomy and astrophysics"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard +om:atmosphere-Standard rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:pascal ; + om:hasFactor "101325.0"^^xsd:float ; + om:alternativeLabel "standard atmosphere"@en ; + om:symbol "atm" ; + rdfs:comment "The standard atmosphere is a unit of pressure defined as 1.01325e5 pascal."@en ; + rdfs:label "atmosfeer (standaard)"@nl , + "atmosphere (standard)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical +om:atmosphere-Technical rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:pascal ; + om:hasFactor "98066.5"^^xsd:float ; + om:alternativeLabel "technical atmosphere"@en ; + om:symbol "at" ; + rdfs:comment "The technical atmosphere is a unit of pressure defined as 9.80665e4 pascal."@en ; + rdfs:label "atmosphere (technical)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/atto +om:atto rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-18"^^xsd:float ; + om:symbol "a" ; + rdfs:label "atto"@en , + "atto"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attoampere +om:attoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:ampere ; + om:symbol "aA" ; + rdfs:comment "The attoampere is a unit of electric current defined as 1.0e-18 ampere."@en ; + rdfs:label "attoampere"@en , + "attoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attobecquerel +om:attobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:becquerel ; + om:symbol "aBq" ; + rdfs:comment "The attobecquerel is a unit of activity defined as 1.0e-18 becquerel."@en ; + rdfs:label "attobecquerel"@en , + "attobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attocandela +om:attocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:candela ; + om:symbol "acd" ; + rdfs:comment "The attocandela is a unit of luminous intensity defined as 1.0e-18 candela."@en ; + rdfs:label "attocandela"@en , + "attocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attocoulomb +om:attocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:coulomb ; + om:symbol "aC" ; + rdfs:comment "The attocoulomb is a unit of electric charge defined as 1.0e-18 coulomb."@en ; + rdfs:label "attocoulomb"@en , + "attocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attodegreeCelsius +om:attodegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:degreeCelsius ; + om:symbol "a°C" ; + rdfs:comment "The attodegree Celsius is a unit of temperature defined as 1.0e-18 degree Celsius."@en ; + rdfs:label "attodegree Celsius"@en , + "attograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attofarad +om:attofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:farad ; + om:symbol "aF" ; + rdfs:comment "The attofarad is a unit of capacitance defined as 1.0e-18 farad."@en ; + rdfs:label "attofarad"@en , + "attofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attogram +om:attogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:gram ; + om:symbol "ag" ; + rdfs:comment "The attogram is a unit of mass defined as 1.0e-18 gram."@en ; + rdfs:label "attogram"@en , + "attogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attogramPerLitre +om:attogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:attogram ; + om:alternativeSymbol "ag l-1" , + "ag·l-1" ; + om:symbol "ag/l" ; + rdfs:comment "Attogram per litre is a unit of density defined as attogram divided by litre."@en ; + rdfs:label "attogram per liter"@nl , + "attogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attogray +om:attogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:gray ; + om:symbol "aGy" ; + rdfs:comment "The attogray is a unit of absorbed dose defined as 1.0e-18 gray."@en ; + rdfs:label "attogray"@en , + "attogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attohenry +om:attohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:henry ; + om:symbol "aH" ; + rdfs:comment "The attohenry is a unit of inductance defined as 1.0e-18 henry."@en ; + rdfs:label "attohenry"@en , + "attohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attohertz +om:attohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:hertz ; + om:symbol "aHz" ; + rdfs:comment "The attohertz is a unit of frequency defined as 1.0e-18 hertz."@en ; + rdfs:label "attohertz"@en , + "attohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attojoule +om:attojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:joule ; + om:symbol "aJ" ; + rdfs:comment "The attojoule is a unit of energy defined as 1.0e-18 joule."@en ; + rdfs:label "attojoule"@en , + "attojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attokatal +om:attokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:katal ; + om:symbol "akat" ; + rdfs:comment "The attokatal is a unit of catalytic activity defined as 1.0e-18 katal."@en ; + rdfs:label "attokatal"@en , + "attokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attokelvin +om:attokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:kelvin ; + om:symbol "aK" ; + rdfs:comment "The attokelvin is a unit of temperature defined as 1.0e-18 kelvin."@en ; + rdfs:label "attokelvin"@en , + "attokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attolitre +om:attolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:litre ; + om:symbol "al" ; + rdfs:label "attoliter"@nl , + "attolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attolumen +om:attolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:lumen ; + om:symbol "alm" ; + rdfs:label "attolumen"@en , + "attolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attolux +om:attolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:lux ; + om:symbol "alx" ; + rdfs:label "attolux"@en , + "attolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attometre +om:attometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:metre ; + om:symbol "am" ; + rdfs:comment "The attometre is a unit of length defined as 1.0e-18 metre."@en ; + rdfs:label "attometer"@nl , + "attometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-Time +om:attometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:attometre ; + om:alternativeSymbol "am s-1" , + "am·s-1" ; + om:symbol "am/s" ; + rdfs:comment "Attometre per second is a unit of speed defined as attometre divided by second."@en ; + rdfs:label "attometer per seconde"@nl , + "attometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-TimeSquared +om:attometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:attometre ; + om:alternativeSymbol "am s-2" , + "am·s-2" ; + om:symbol "am/s2" ; + rdfs:comment "Attometre per second squared is a unit of acceleration defined as attometre divided by second squared."@en ; + rdfs:label "attometer per seconde kwadraat"@nl , + "attometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attomolar +om:attomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:molar ; + om:symbol "aM" ; + rdfs:comment "The attomolar is a unit of amount of substance concentration defined as 1.0e-18 molar."@en ; + rdfs:label "attomolair"@nl , + "attomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attomole +om:attomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:mole ; + om:symbol "amol" ; + rdfs:label "attomol"@nl , + "attomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attomolePerLitre +om:attomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:attomole ; + om:alternativeSymbol "amol l-1" , + "amol·l-1" ; + om:symbol "amol/l" ; + rdfs:comment "Attomole per litre is a unit of amount of substance concentration defined as attomole divided by litre."@en ; + rdfs:label "attomole per liter"@nl , + "attomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attomolePerMetre +om:attomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:attomole ; + om:alternativeSymbol "amol m-1" , + "amol·m-1" ; + om:symbol "amol/m" ; + rdfs:label "attomole per meter"@nl , + "attomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attonewton +om:attonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:newton ; + om:symbol "aN" ; + rdfs:label "attonewton"@en , + "attonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attoohm +om:attoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:ohm ; + om:symbol "aΩ" ; + rdfs:label "attoohm"@en , + "attoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal +om:attopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:pascal ; + om:symbol "aPa" ; + rdfs:label "attopascal"@en , + "attopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attoradian +om:attoradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:atto ; + om:hasUnit om:radian ; + om:symbol "arad" ; + rdfs:label "attoradiaal"@nl , + "attoradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time +om:attosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:second-Time ; + om:symbol "as" ; + rdfs:label "attosecond"@en , + "attoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-TimeSquared +om:attosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:attosecond-Time ; + om:hasExponent 2 ; + om:symbol "as2" ; + rdfs:label "attosecond squared"@en , + "attoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attosiemens +om:attosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:siemens ; + om:symbol "aS" ; + rdfs:label "attosiemens"@en , + "attosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attosievert +om:attosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:sievert ; + om:symbol "aSv" ; + rdfs:label "attosievert"@en , + "attosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attosteradian +om:attosteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:atto ; + om:hasUnit om:steradian ; + om:symbol "asr" ; + rdfs:label "attosteradiaal"@nl , + "attosteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attotesla +om:attotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:tesla ; + om:symbol "aT" ; + rdfs:label "attotesla"@en , + "attotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attovolt +om:attovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:volt ; + om:symbol "aV" ; + rdfs:label "attovolt"@en , + "attovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attowatt +om:attowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:watt ; + om:symbol "aW" ; + rdfs:label "attowatt"@en , + "attowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/attoweber +om:attoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:atto ; + om:hasUnit om:weber ; + om:symbol "aWb" ; + rdfs:label "attoweber"@en , + "attoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/average +om:average rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "average"@en , + "平均"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bMagnitude +om:bMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 , + ombibo:Stroemgren1956 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bar +om:bar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:pascal ; + om:hasFactor "100000.0"^^xsd:float ; + om:LaTeXCommand "\\barUnit" ; + om:symbol "bar" ; + rdfs:comment "The bar is a unit of pressure defined as 100 000 pascal."@en ; + rdfs:label "bar"@en , + "bar"@nl , + "巴(压力计量单位)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bar-Food +om:bar-Food rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "bar (food)"@en , + "reep"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/barn +om:barn rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:area-Dimension ; + om:hasUnit om:squareMetre ; + om:hasFactor "1.0E-28"^^xsd:float ; + om:symbol "b" ; + rdfs:comment "The barn is a unit of area defined as 1.0e-28 square metre."@en ; + rdfs:label "barn"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/barrel-US +om:barrel-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.1589873"^^xsd:float ; + om:alternativeLabel "US barrel"@en ; + om:symbol "bbl" ; + rdfs:comment "The US barrel is a unit of volume defined as 1.589873e-1 cubic metre."@en ; + rdfs:label "barrel (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/barye +om:barye rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:pascal ; + om:hasFactor "0.1"^^xsd:float ; + om:symbol "ba" ; + rdfs:comment "The barye is a unit of pressure defined as 0.1 pascal."@en ; + rdfs:label "barye"@en , + "barye"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/baud +om:baud rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasQuantity om:oneDistinctSymbolChangeOrSignallingEventMadeToTheTransmissionMediumPerSecondInADigitallyModulatedSignalOrALineCode ; + om:symbol "Bd" ; + rdfs:comment "The baud is a unit of symbol rate defined as one distinct symbol change or signalling event made to the transmission medium per second in a digitally modulated signal or a line code."@en ; + rdfs:label "baud"@en , + "baud"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel +om:becquerel rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:frequency-Dimension ; + om:hasUnit om:reciprocalSecond-Time ; + om:longcomment "The becquerel is a unit of activity defined as the activity of a quantity of radioactive material in which one nucleus decays per second. Algebraically it is defined as 1 divided by second. The becquerel is a derived unit in the International System of Units." ; + om:symbol "Bq" ; + rdfs:comment "The becquerel is a unit of activity defined as the activity of a quantity of radioactive material in which one nucleus decays per second. Algebraically it is defined as 1 divided by second."@en ; + rdfs:label "becquerel"@en , + "becquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bel +om:bel rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:symbol "B" ; + rdfs:label "bel"@en , + "bel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/biot +om:biot rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasUnit om:ampere ; + om:hasFactor "10.0"^^xsd:float ; + om:symbol "Bi" ; + rdfs:comment "The biot is a unit of electric current defined as 10 ampere."@en ; + rdfs:label "biot"@en , + "biot"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bit +om:bit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasQuantity om:informationCapacityOfOneBinaryDigit ; + om:symbol "bit" ; + rdfs:comment "The bit is a unit of information capacity defined as the information capacity of one binary digit."@en ; + rdfs:label "bit"@en , + "bit"@nl , + "指二进制中的一位"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bitPerSecond-Time +om:bitPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasNumerator om:bit ; + om:alternativeSymbol "bit s-1" , + "bit·s-1" ; + om:symbol "bit/s" ; + rdfs:label "bit per second"@en , + "bit per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bottle +om:bottle rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "bottle"@en , + "fles"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bowl +om:bowl rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "bowl"@en , + "schaaltje"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/bushel-US +om:bushel-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.03523907"^^xsd:float ; + om:alternativeLabel "US bushel"@en ; + om:symbol "bu" ; + rdfs:comment "The US bushel is a unit of volume defined as 3.523907e-2 cubic metre."@en ; + rdfs:label "bushel (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/byte +om:byte rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasUnit om:bit ; + om:hasFactor "8.0"^^xsd:float ; + om:symbol "B" ; + rdfs:comment "The byte is a unit of information capacity defined as 8 bit."@en ; + rdfs:label "byte"@en , + "byte"@nl , + "字节"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-15C +om:calorie-15C rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXSymbol "cal_{15}" ; + om:alternativeLabel "15 °C calorie"@en , + "15 °C calorie"@nl ; + om:symbol "cal_15" ; + rdfs:label "calorie (15 °C)"@en , + "calorie (15 °C)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-20C +om:calorie-20C rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXCommand "\\calorieTwentyC" ; + om:LaTeXSymbol "cal_{20}" ; + om:alternativeLabel "20 °C calorie"@en , + "20 °C calorie"@nl ; + om:symbol "cal_20" ; + rdfs:label "calorie (20 °C)"@en , + "calorie (20 °C)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-InternationalTable +om:calorie-InternationalTable rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXSymbol "cal_{IT}" ; + om:alternativeLabel "International Steam Table calorie"@en , + "International Table calorie"@en , + "calorie (International Steam Table)"@en ; + om:symbol "cal_IT" ; + rdfs:label "calorie (International Table)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean +om:calorie-Mean rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "4.19002"^^xsd:float ; + om:alternativeLabel "mean calorie"@en ; + om:alternativeSymbol "c" ; + om:symbol "cal" ; + rdfs:comment "The mean calorie is a unit of energy defined as 4.19002 joule."@en ; + rdfs:label "calorie (mean)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Thermochemical +om:calorie-Thermochemical rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:LaTeXSymbol "cal_{th}" ; + om:alternativeLabel "thermochemical calorie"@en ; + om:symbol "cal_th" ; + rdfs:label "calorie (thermochemical)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/candela +om:candela rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasQuantity om:luminousIntensityInAGivenDirectionOfASourceThatEmitsMonochromaticRadiationOfFrequency540e12HertzAndThatHasARadiantIntensityInThatDirectionOf1683WattPerSteradian ; + om:longcomment "The candela is a unit of luminous intensity defined as the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540e12 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian. The candela is a base unit in the International System of Units." ; + om:symbol "cd" ; + rdfs:comment "The candela is a unit of luminous intensity defined as the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540e12 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian."@en ; + rdfs:label "candela"@en , + "candela"@nl , + "坎德拉"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareCentimetre +om:candelaPerSquareCentimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareCentimetre ; + om:hasDimension om:luminance-Dimension ; + om:hasNumerator om:candela ; + om:alternativeSymbol "cd cm-1" , + "cd·cm-1" ; + om:symbol "cd/cm" ; + rdfs:label "candela per square centimetre"@en , + "candela per vierkante centimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareMetre +om:candelaPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:luminance-Dimension ; + om:hasNumerator om:candela ; + om:alternativeSymbol "cd m-1" , + "cd·m-1" ; + om:longcomment "Candela per square metre is a unit of luminance defined as candela divided by square metre. Candela per square metre is a derived unit in the Internationa; System of Units." ; + om:symbol "cd/m" ; + rdfs:comment "Candela per square metre is a unit of luminance defined as candela divided by square metre."@en ; + rdfs:label "candela per square metre"@en , + "candela per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/candelaSteradian +om:candelaSteradian rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasTerm1 om:candela ; + om:hasTerm2 om:steradian ; + om:alternativeSymbol "cd·sr" ; + om:symbol "cd sr" ; + rdfs:label "candela steradiaal"@nl , + "candela steradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension +om:capacitance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 2 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 4 ; + rdfs:label "capacitance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/carat-Mass +om:carat-Mass rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "2.0E-4"^^xsd:float ; + rdfs:comment "The carat (mass) is a unit of mass defined as 2.0e-4 kilogram."@en ; + rdfs:label "carat (mass)"@en , + "karaat (massa)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension +om:catalyticActivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "catalytic activity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivityConcentration-Dimension +om:catalyticActivityConcentration-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "catalytic activity concentration dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centi +om:centi rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "0.01"^^xsd:float ; + om:symbol "c" ; + rdfs:label "centi"@en , + "centi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centiampere +om:centiampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:ampere ; + om:symbol "cA" ; + rdfs:comment "The centiampere is a unit of electric current defined as 1.0e-2 ampere."@en ; + rdfs:label "centiampere"@en , + "centiampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centiare +om:centiare rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:area-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:are ; + om:symbol "ca" ; + rdfs:comment "The centiare is a unit of area defined as 1.0e-2 are."@en ; + rdfs:label "centiare"@en , + "centiare"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centibecquerel +om:centibecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:becquerel ; + om:symbol "cBq" ; + rdfs:comment "The centibecquerel is a unit of activity defined as 1.0e-2 becquerel."@en ; + rdfs:label "centibecquerel"@en , + "centibecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centicandela +om:centicandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:candela ; + om:symbol "ccd" ; + rdfs:comment "The centicandela is a unit of luminous intensity defined as 1.0e-2 candela."@en ; + rdfs:label "centicandela"@en , + "centicandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centicoulomb +om:centicoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:coulomb ; + om:symbol "cC" ; + rdfs:comment "The centicoulomb is a unit of electric charge defined as 1.0e-2 coulomb."@en ; + rdfs:label "centicoulomb"@en , + "centicoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centidegreeCelsius +om:centidegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:degreeCelsius ; + om:symbol "c°C" ; + rdfs:comment "The centidegree Celsius is a unit of temperature defined as 1.0e-2 degree Celsius."@en ; + rdfs:label "centidegree Celsius"@en , + "centigraad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centifarad +om:centifarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:farad ; + om:symbol "cF" ; + rdfs:comment "The centifarad is a unit of capacitance defined as 1.0e-2 farad."@en ; + rdfs:label "centifarad"@en , + "centifarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centigram +om:centigram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:gram ; + om:symbol "cg" ; + rdfs:comment "The centigram is a unit of mass defined as 1.0e-2 gram."@en ; + rdfs:label "centigram"@en , + "centigram"@nl , + "百分之一克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centigramPerLitre +om:centigramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:centigram ; + om:alternativeSymbol "cg l-1" , + "cg·l-1" ; + om:symbol "cg/l" ; + rdfs:comment "Centigram per litre is a unit of density defined as centigram divided by litre."@en ; + rdfs:label "centigram per liter"@nl , + "centigram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centigray +om:centigray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:gray ; + om:symbol "cGy" ; + rdfs:comment "The centigray is a unit of absorbed dose defined as 1.0e-2 gray."@en ; + rdfs:label "centigray"@en , + "centigray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centihenry +om:centihenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:henry ; + om:symbol "cH" ; + rdfs:comment "The centihenry is a unit of inductance defined as 1.0e-2 henry."@en ; + rdfs:label "centihenry"@en , + "centihenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centihertz +om:centihertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:hertz ; + om:symbol "cHz" ; + rdfs:comment "The centihertz is a unit of frequency defined as 1.0e-2 hertz."@en ; + rdfs:label "centihertz"@en , + "centihertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centijoule +om:centijoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:joule ; + om:symbol "cJ" ; + rdfs:comment "The centijoule is a unit of energy defined as 1.0e-2 joule."@en ; + rdfs:label "centijoule"@en , + "centijoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centikatal +om:centikatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:katal ; + om:symbol "ckat" ; + rdfs:comment "The centikatal is a unit of catalytic activity defined as 1.0e-2 katal."@en ; + rdfs:label "centikatal"@en , + "centikatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centikelvin +om:centikelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:kelvin ; + om:symbol "cK" ; + rdfs:comment "The centikelvin is a unit of temperature defined as 1.0e-2 kelvin."@en ; + rdfs:label "centikelvin"@en , + "centikelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centilitre +om:centilitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:litre ; + om:symbol "cl" ; + rdfs:label "centiliter"@nl , + "centilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centilumen +om:centilumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:lumen ; + om:symbol "clm" ; + rdfs:label "centilumen"@en , + "centilumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centilux +om:centilux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:lux ; + om:symbol "clx" ; + rdfs:label "centilux"@en , + "centilux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre +om:centimetre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:metre ; + om:symbol "cm" ; + rdfs:comment "The centimetre is a unit of length defined as 1.0e-2 metre."@en ; + rdfs:label "centimeter"@nl , + "centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-Second-BiotSystemOfUnits +om:centimetre-Gram-Second-BiotSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:ElectricCurrent , + om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:biot , + om:centimetre , + om:gram , + om:second-Time ; + om:abbreviation "cm-g-s-Bi"^^xsd:string ; + rdfs:label "centimeter-gram-seconde-biot-systeem"@nl , + "centimetre-gram-second-biot system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-Second-FranklinSystemOfUnits +om:centimetre-Gram-Second-FranklinSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:ElectricCharge , + om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:centimetre , + om:franklin , + om:gram , + om:second-Time ; + om:abbreviation "cm-g-s-Fr"^^xsd:string ; + rdfs:label "centimeter-gram-seconde-franklin-systeem"@nl , + "centimetre-gram-second-franklin system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-SecondElectromagneticSystemOfUnits +om:centimetre-Gram-SecondElectromagneticSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:centimetre , + om:gram , + om:second-Time ; + om:hasDerivedQuantity om:Capacitance , + om:ElectricCharge , + om:ElectricCurrent , + om:ElectricPotential , + om:ElectricalConductance , + om:ElectricalResistance , + om:Inductance , + om:MagneticField , + om:MagneticFlux , + om:MagneticFluxDensity , + om:MagnetomotiveForce ; + om:hasDerivedUnit om:abampere , + om:abcoulomb , + om:abfarad , + om:abhenry , + om:abmho , + om:abohm , + om:abvolt , + om:gauss , + om:gilbert , + om:maxwell , + om:oersted ; + om:abbreviation "EMU"^^xsd:string , + "emu"^^xsd:string ; + om:alternativeLabel "CGS electromagnetic system of units"@en , + "centimetre, gram, second electromagnetic system of units"@en , + "electromagnetic CGS system of units"@en ; + rdfs:label "centimeter-gram-seconde electromagnetische systeem"@nl , + "centimetre-gram-second electromagnetic system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-SecondElectrostaticSystemOfUnits +om:centimetre-Gram-SecondElectrostaticSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:centimetre , + om:gram , + om:second-Time ; + om:hasDerivedQuantity om:Capacitance , + om:ElectricCharge , + om:ElectricCurrent , + om:ElectricPotential , + om:ElectricalConductance , + om:ElectricalResistance , + om:Inductance , + om:MagneticFlux , + om:MagneticFluxDensity , + om:MagnetomotiveForce ; + om:hasDerivedUnit om:statampere , + om:statcoulomb , + om:statfarad , + om:stathenry , + om:statmho , + om:statohm , + om:stattesla , + om:statvolt , + om:statweber ; + om:abbreviation "ESU"^^xsd:string , + "esu"^^xsd:string ; + om:alternativeLabel "CGS electrostatic system of units"@en , + "electrostatic CGS system of units"@en ; + rdfs:label "centimeter-gram-seconde electrostatische systeem"@nl , + "centimetre-gram-second electrostatic system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-SecondSystemOfUnits +om:centimetre-Gram-SecondSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:centimetre , + om:gram , + om:second-Time ; + om:hasDerivedQuantity om:Acceleration , + om:DynamicViscosity , + om:Energy , + om:Force , + om:Frequency , + om:Illuminance , + om:KinematicViscosity , + om:Luminance , + om:Pressure ; + om:hasDerivedUnit om:dyne , + om:erg , + om:gal , + om:hertz , + om:microbar , + om:phot , + om:poise , + om:stilb , + om:stokes ; + om:abbreviation "CGS"^^xsd:string , + "cgs"^^xsd:string ; + rdfs:label "centimeter-gram-seconde-systeem"@nl , + "centimetre-gram-second system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury +om:centimetreOfMercury rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:metreOfMercury ; + om:symbol "cm Hg" ; + rdfs:comment "The centimetre of mercury is a unit of pressure defined as 1.0e-2 metre of mercury."@en ; + rdfs:label "centimeter kwik"@nl , + "centimetre of mercury"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerCubicCentimetre +om:centimetrePerCubicCentimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicCentimetre ; + om:hasNumerator om:centimetre ; + om:alternativeSymbol "cm cm-3" , + "cm·cm-3" ; + om:symbol "cm/cm3" ; + rdfs:label "centimeter per kubieke centimeter"@nl , + "centimetre per cubic centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerDay +om:centimetrePerDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasNumerator om:centimetre ; + om:alternativeSymbol "cm d-1" , + "cm·d-1" ; + om:symbol "cm/d" ; + rdfs:comment "Centimetre per day is a unit of speed defined as centimetre divided by day."@en ; + rdfs:label "centimeter per dag"@nl , + "centimetre per day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-Time +om:centimetrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:centimetre ; + om:alternativeSymbol "cm s-1" , + "cm·s-1" ; + om:symbol "cm/s" ; + rdfs:comment "Centimetre per second is a unit of speed defined as centimetre divided by second."@en ; + rdfs:label "centimeter per seconde"@nl , + "centimetre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-TimeSquared +om:centimetrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:centimetre ; + om:alternativeSymbol "cm s-2" , + "cm·s-2" ; + om:symbol "cm/s2" ; + rdfs:comment "Centimetre per second squared is a unit of acceleration defined as centimetre divided by second squared."@en ; + rdfs:label "centimeter per seconde kwadraat"@nl , + "centimetre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimolar +om:centimolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:molar ; + om:symbol "cM" ; + rdfs:comment "The centimolar is a unit of amount of substance concentration defined as 1.0e-2 molar."@en ; + rdfs:label "centimolair"@nl , + "centimolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimole +om:centimole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:mole ; + om:symbol "cmol" ; + rdfs:label "centimol"@nl , + "centimole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimolePerLitre +om:centimolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:centimole ; + om:alternativeSymbol "cmol l-1" , + "cmol·l-1" ; + om:symbol "cmol/l" ; + rdfs:comment "Centimole per litre is a unit of amount of substance concentration defined as centimole divided by litre."@en ; + rdfs:label "centimole per liter"@nl , + "centimole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centimolePerMetre +om:centimolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:centimole ; + om:alternativeSymbol "cmol m-1" , + "cmol·m-1" ; + om:symbol "cmol/m" ; + rdfs:label "centimole per meter"@nl , + "centimole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centinewton +om:centinewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:newton ; + om:symbol "cN" ; + rdfs:label "centinewton"@en , + "centinewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centiohm +om:centiohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:ohm ; + om:symbol "cΩ" ; + rdfs:label "centiohm"@en , + "centiohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal +om:centipascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:pascal ; + om:symbol "cPa" ; + rdfs:label "centipascal"@en , + "centipascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centipoise +om:centipoise rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dynamicViscosity-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:poise ; + om:symbol "cP" ; + rdfs:label "centipoise"@en , + "centipoise"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centiradian +om:centiradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:centi ; + om:hasUnit om:radian ; + om:symbol "crad" ; + rdfs:label "centiradiaal"@nl , + "centiradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time +om:centisecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:second-Time ; + om:symbol "cs" ; + rdfs:label "centisecond"@en , + "centiseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-TimeSquared +om:centisecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:centisecond-Time ; + om:hasExponent 2 ; + om:symbol "cs2" ; + rdfs:label "centisecond squared"@en , + "centiseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centisiemens +om:centisiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:siemens ; + om:symbol "cS" ; + rdfs:label "centisiemens"@en , + "centisiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centisievert +om:centisievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:sievert ; + om:symbol "cSv" ; + rdfs:label "centisievert"@en , + "centisievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centisteradian +om:centisteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:centi ; + om:hasUnit om:steradian ; + om:symbol "csr" ; + rdfs:label "centisteradiaal"@nl , + "centisteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centistokes +om:centistokes rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:kinematicViscosityOrThermalDiffusivity-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:stokes ; + om:symbol "cSt" ; + rdfs:label "centistokes"@en , + "centistokes"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centitesla +om:centitesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:tesla ; + om:symbol "cT" ; + rdfs:label "centitesla"@en , + "centitesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centivolt +om:centivolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:volt ; + om:symbol "cV" ; + rdfs:label "centivolt"@en , + "centivolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centiwatt +om:centiwatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:watt ; + om:symbol "cW" ; + rdfs:label "centiwatt"@en , + "centiwatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/centiweber +om:centiweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:centi ; + om:hasUnit om:weber ; + om:symbol "cWb" ; + rdfs:label "centiweber"@en , + "centiweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/chain +om:chain rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "20.1168"^^xsd:float ; + om:symbol "ch" ; + rdfs:comment "The chain is a unit of length defined as 20.1168 metre."@en ; + rdfs:label "chain"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/chemicalPhysics +om:chemicalPhysics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:AmountOfSubstance , + om:AmountOfSubstanceConcentration , + om:AmountOfSubstanceFlow , + om:AmountOfSubstanceFraction , + om:AmountOfSubstanceFractionFlow , + om:Molality , + om:MolarEnergy , + om:MolarEntropy , + om:MolarHeatCapacity , + om:MolarMass , + om:MolarVolume , + om:ResonanceEnergy ; + om:usesUnit om:attomolar , + om:attomole , + om:attomolePerLitre , + om:attomolePerMetre , + om:centimole , + om:centimolePerLitre , + om:centimolePerMetre , + om:cubicMetrePerMole , + om:decamole , + om:decamolePerLitre , + om:decamolePerMetre , + om:decimole , + om:decimolePerLitre , + om:decimolePerMetre , + om:examole , + om:examolePerLitre , + om:examolePerMetre , + om:femtomolar , + om:femtomole , + om:femtomolePerLitre , + om:femtomolePerMetre , + om:gigamole , + om:gigamolePerLitre , + om:gigamolePerMetre , + om:hectomole , + om:hectomolePerLitre , + om:hectomolePerMetre , + om:joulePerKelvinMole , + om:joulePerMole , + om:kelvinMole , + om:kilogramPerMole , + om:kilomole , + om:kilomolePerLitre , + om:kilomolePerMetre , + om:litrePerMole , + om:megamolar , + om:megamole , + om:megamolePerLitre , + om:megamolePerMetre , + om:micromolar , + om:micromole , + om:micromolePerLitre , + om:micromolePerMetre , + om:micromolePerMole , + om:micromolePerSecond-TimeGram , + om:millimolar , + om:millimole , + om:millimolePerLitre , + om:millimolePerMetre , + om:molar , + om:mole , + om:moleMicrometre , + om:moleMicrometreReciprocalSquareCentimetre , + om:moleMicrometreReciprocalSquareCentimetreReciprocalSecond-Time , + om:molePerAttolitre , + om:molePerAttometre , + om:molePerCentilitre , + om:molePerCentimetre , + om:molePerCubicmetre , + om:molePerDecalitre , + om:molePerDecametre , + om:molePerDecilitre , + om:molePerDecimetre , + om:molePerExalitre , + om:molePerExametre , + om:molePerFemtolitre , + om:molePerFemtometre , + om:molePerGigalitre , + om:molePerGigametre , + om:molePerHectolitre , + om:molePerHectometre , + om:molePerKilogram , + om:molePerKilolitre , + om:molePerKilometre , + om:molePerLitre , + om:molePerMegalitre , + om:molePerMetre , + om:molePerMicrolitre , + om:molePerMicrometre , + om:molePerMillilitre , + om:molePerMillimetre , + om:molePerMole , + om:molePerNanolitre , + om:molePerNanometre , + om:molePerPetalitre , + om:molePerPetametre , + om:molePerPicolitre , + om:molePerPicometre , + om:molePerTeralitre , + om:molePerTerametre , + om:molePerYoctometre , + om:molePerYottametre , + om:molePerZeptometre , + om:molePerZettametre , + om:molePermegametre , + om:nanomolar , + om:nanomole , + om:nanomolePerLitre , + om:nanomolePerMetre , + om:one , + om:partsPerMillion , + om:percent , + om:petamole , + om:petamolePerLitre , + om:petamolePerMetre , + om:picomolar , + om:picomole , + om:picomolePerLitre , + om:picomolePerMetre , + om:teramole , + om:teramolePerLitre , + om:teramolePerMetre ; + rdfs:label "chemical physics"@en , + "fysische chemie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/chemistry +om:chemistry rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Acidity , + om:Amphiphilicity , + om:CatalyticActivity , + om:CatalyticActivityConcentration , + om:CollisionFrequency , + om:Hydrophilicity , + om:Hydrophobicity , + om:Lipophilicity , + om:SaltStrength , + om:SpecificAmylaseActivity , + om:SpecificCatalyticActivity , + om:SpecificProteaseActivity ; + om:usesUnit om:amylaseUnit , + om:attokatal , + om:centikatal , + om:decakatal , + om:decikatal , + om:deltaA450 , + om:deltaA450PerSecond-Time , + om:deltaA450PerSecond-TimePerMilligram , + om:exakatal , + om:femtokatal , + om:gigakatal , + om:hectokatal , + om:katal , + om:katalPerCubicmetre , + om:kilokatal , + om:megakatal , + om:microkatal , + om:micromolePerSecond-Time , + om:millikatal , + om:molePerSecond-Time , + om:nanokatal , + om:nanokatalPerMilligram , + om:petakatal , + om:picokatal , + om:terakatal ; + rdfs:label "chemie"@nl , + "chemistry"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cicero +om:cicero rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:point-Didot ; + om:hasFactor "12.0"^^xsd:float ; + rdfs:comment "The cicero is a unit of length defined as 12 point (Didot)."@en ; + rdfs:label "cicero"@en , + "cicero"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/circularMil +om:circularMil rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:area-Dimension ; + om:hasUnit om:squareMetre ; + om:hasFactor "5.067075E-10"^^xsd:float ; + rdfs:comment "The cicular mil is a unit of area defined as 5.067075e-10 square metre."@en ; + rdfs:label "circular mil"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnit +om:colonyFormingUnit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit , + om:UnitDivision ; + om:symbol "CFU" ; + rdfs:label "colony forming unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre +om:colonyFormingUnitPer25Millilitre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:_25Millilitre ; + om:hasNumerator om:colonyFormingUnit ; + om:symbol "CFU/ml" ; + rdfs:label "colony forming unit per 25 millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram +om:colonyFormingUnitPerGram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gram ; + om:hasNumerator om:colonyFormingUnit ; + om:symbol "CFU/g" ; + rdfs:label "colony forming unit per gram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre +om:colonyFormingUnitPerMillilitre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:millilitre ; + om:hasNumerator om:colonyFormingUnit ; + om:symbol "CFU/ml" ; + rdfs:label "colony forming unit per millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/columnNumberDensity-Dimension +om:columnNumberDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "column number density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/commonApplicationArea +om:commonApplicationArea rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Area , + om:Density , + om:ElectricCurrent , + om:ElectricPotential , + om:Energy , + om:Force , + om:Frequency , + om:Length , + om:Mass , + om:MassFraction , + om:Power , + om:Speed , + om:Temperature , + om:Time , + om:Volume ; + om:usesUnit om:acre-International , + om:acre-USSurvey , + om:ampere , + om:are , + om:centilitre , + om:centimetre , + om:cubicCentimetre , + om:cubicMetre , + om:day , + om:decilitre , + om:degreeCelsius , + om:degreeFahrenheit , + om:foot-International , + om:gallon-Imperial , + om:gallon-US , + om:gram , + om:gramPerKilogram , + om:gramPerLitre , + om:hectare , + om:hertz , + om:hour , + om:inch-International , + om:joule , + om:kelvin , + om:kilocalorie-Mean , + om:kilogram , + om:kilohertz , + om:kilojoule , + om:kilometre , + om:kilometrePerHour , + om:kilonewton , + om:kilowatt , + om:kilowattHour , + om:liquidPint-US , + om:litre , + om:megahertz , + om:megawatt , + om:metre , + om:metrePerSecond-Time , + om:mile-Statute , + om:mile-StatutePerHour , + om:milliampere , + om:milligram , + om:milligramPerLitre , + om:millilitre , + om:millimetre , + om:millisecond-Time , + om:millivolt , + om:milliwatt , + om:minute-Time , + om:month , + om:newton , + om:ounceAvoirdupois , + om:percent , + om:pint-Imperial , + om:pound-Force , + om:poundAvoirdupois , + om:second-Time , + om:squareCentimetre , + om:squareKilometre , + om:squareMetre , + om:volt , + om:watt , + om:week , + om:yard-International , + om:year ; + rdfs:label "algemeen toepassingsgebied"@nl , + "common application area"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/constantCurrentThatProducesAnAttractiveForceOf2e-7NewtonPerMetreOfLengthBetweenTwoStraightParallelConductorsOfInfiniteLengthAndNegligibleCircularCrossSectionPlacedOneMetreApartInAVacuum +om:constantCurrentThatProducesAnAttractiveForceOf2e-7NewtonPerMetreOfLengthBetweenTwoStraightParallelConductorsOfInfiniteLengthAndNegligibleCircularCrossSectionPlacedOneMetreApartInAVacuum rdf:type owl:NamedIndividual , + om:ElectricCurrent ; + rdfs:label "constant current that produces an attractive force of 2e–7 newton per metre of length between two straight, parallel conductors of infinite length and negligible circular cross section placed one metre apart in a vacuum"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cord +om:cord rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "3.624556"^^xsd:float ; + rdfs:comment "The cord is a unit of volume defined as 3.624556 cubic metre."@en ; + rdfs:label "cord"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cosmology +om:cosmology rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:CosmologicalConstant , + om:CriticalDensity , + om:CurvatureConstant , + om:DecelerationParameter , + om:DensityParameter , + om:DensityParameterForBaryonicMatter , + om:DensityParameterForMatter , + om:DensityParameterForRadiation , + om:DensityParameterForVacuum , + om:HubbleConstant , + om:HubbleConstantAtPresentEpoch , + om:ScaleFactor , + om:TotalDensityParameter ; + om:usesUnit om:gigaelectronvolt , + om:gigaparsec , + om:kiloelectronvolt , + om:megaelectronvolt , + om:megaparsec ; + rdfs:label "cosmology"@en , + "kosmologie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb +om:coulomb rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasUnit om:second-TimeAmpere ; + om:longcomment "The coulomb is a unit of electric charge defined as ampere times second = farad times volt. The coulomb is a derived unit in the International System of Units." ; + om:symbol "C" ; + rdfs:comment "The coulomb is a unit of electric charge defined as ampere times second = farad times volt."@en ; + rdfs:label "coulomb"@en , + "coulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/coulombMetre +om:coulombMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:electricDipoleMoment-Dimension ; + om:hasTerm1 om:coulomb ; + om:hasTerm2 om:metre ; + om:alternativeSymbol "C·m" ; + om:symbol "C m" ; + rdfs:label "coulomb meter"@nl , + "coulomb metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerCubicmetre +om:coulombPerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:electricChargeDensity-Dimension ; + om:hasNumerator om:coulomb ; + om:alternativeSymbol "C m-3" , + "C·m-3" ; + om:symbol "C/m3" ; + rdfs:label "coulomb per cubic metre"@en , + "coulomb per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerKilogram +om:coulombPerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:exposureToXAndGammaRays-Dimension ; + om:hasNumerator om:coulomb ; + om:alternativeSymbol "C kg-1" , + "C·kg-1" ; + om:symbol "C/kg" ; + rdfs:label "coulomb per kilogram"@en , + "coulomb per kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerSquareMetre +om:coulombPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:electricFluxDensity-Dimension ; + om:hasNumerator om:coulomb ; + om:alternativeSymbol "C m-2" , + "C·m-2" ; + om:symbol "C/m2" ; + rdfs:label "coulomb per square metre"@en , + "coulomb per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerVolt +om:coulombPerVolt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:volt ; + om:hasDimension om:capacitance-Dimension ; + om:hasNumerator om:coulomb ; + om:alternativeSymbol "C V-1" , + "C·V-1" ; + om:symbol "C/V" ; + rdfs:label "coulomb per volt"@en , + "coulomb per volt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/count +om:count rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "count"@en , + "回数"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicAttometre +om:cubicAttometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:attometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "am3" ; + rdfs:label "cubic attometre"@en , + "kubieke attometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetre +om:cubicCentimetre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:centimetre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "cm3" ; + rdfs:label "cubic centimetre"@en , + "kubieke centimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetrePerCubicCentimetre +om:cubicCentimetrePerCubicCentimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicCentimetre ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:cubicCentimetre ; + om:alternativeSymbol "cm3 cm-3" , + "cm3·cm-3" ; + om:symbol "cm3/cm3" ; + rdfs:label "cubic centimetre per cubic centimetre"@en , + "kubieke centimeter per kubieke centimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecametre +om:cubicDecametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:decametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "dam3" ; + rdfs:label "cubic decametre"@en , + "kubieke decameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecimetre +om:cubicDecimetre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:decimetre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "dm3" ; + rdfs:label "cubic decimetre"@en , + "kubieke decimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicExametre +om:cubicExametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:exametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Em3" ; + rdfs:label "cubic exametre"@en , + "kubieke exameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicFemtometre +om:cubicFemtometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:femtometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "fm3" ; + rdfs:label "cubic femtometre"@en , + "kubieke femtometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicGigametre +om:cubicGigametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:gigametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Gm3" ; + rdfs:label "cubic gigametre"@en , + "kubieke gigameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicHectometre +om:cubicHectometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:hectometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "hm3" ; + rdfs:label "cubic hectometre"@en , + "kubieke hectometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKilometre +om:cubicKilometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:kilometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "km3" ; + rdfs:label "cubic kilometre"@en , + "kubieke kilometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKiloparsec +om:cubicKiloparsec rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:kiloparsec ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "kpc3" ; + rdfs:label "cubic kiloparsec"@en , + "kubieke kiloparsec"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMegametre +om:cubicMegametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:megametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Mm3" ; + rdfs:label "cubic megametre"@en , + "kubieke megameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre +om:cubicMetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:metre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:longcomment "Cubic metre is a unit of volume defined as the volume of a cube whose sides measure exactly one metre. Cubic metre is a derived unit in the International System of Units." ; + om:symbol "m3" ; + rdfs:comment "Cubic metre is a unit of volume defined as the volume of a cube whose sides measure exactly one metre."@en ; + rdfs:label "cubic metre"@en , + "kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetreKelvin +om:cubicMetreKelvin rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:cubicMetre ; + om:hasTerm2 om:kelvin ; + om:alternativeSymbol "m3·K" ; + om:symbol "m3 K" ; + rdfs:label "cubic metre kelvin"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerCubicmetre +om:cubicMetrePerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:cubicMetre ; + om:alternativeSymbol "m3 m-3" , + "m3·m-3" ; + om:symbol "m3/m3" ; + rdfs:label "cubic metre per cubic metre"@en , + "kubieke meter per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerKilogram +om:cubicMetrePerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:specificVolume-Dimension ; + om:hasNumerator om:cubicMetre ; + om:alternativeSymbol "m3 kg-1" , + "m3·kg-1" ; + om:longcomment "Cubic metre per kilogram is a unit of specific volume defined as cubic metre divided by kilogram. Cubic metre per kilogram is a derived unit in the International System of Units." ; + om:symbol "m3/kg" ; + rdfs:comment "Cubic metre per kilogram is a unit of specific volume defined as cubic metre divided by kilogram."@en ; + rdfs:label "cubic metre per kilogram"@en , + "kubieke meter per kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerMole +om:cubicMetrePerMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:mole ; + om:hasNumerator om:cubicMetre ; + om:alternativeSymbol "m3 mol-1" , + "m3·mol-1" ; + om:symbol "m3/mol" ; + rdfs:label "cubic metre per mole"@en , + "kubieke meter per mol"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerSecond-Time +om:cubicMetrePerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:volumetricFlowRate-Dimension ; + om:hasNumerator om:cubicMetre ; + om:alternativeSymbol "m3 s-1" , + "m3·s-1" ; + om:symbol "m3/s" ; + rdfs:label "cubic metre per second"@en , + "kubieke meter per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerYear +om:cubicMetrePerYear rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:year ; + om:hasDimension om:volumetricFlowRate-Dimension ; + om:hasNumerator om:cubicMetre ; + rdfs:label "cubic metre per year"@en , + "kubieke meter per jaar"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMicrometre +om:cubicMicrometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:micrometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "μm3" ; + rdfs:label "cubic micrometre"@en , + "kubieke micrometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetre +om:cubicMillimetre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:millimetre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "mm3" ; + rdfs:label "cubic millimetre"@en , + "kubieke millimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetrePerCubicMillimetre +om:cubicMillimetrePerCubicMillimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMillimetre ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:cubicMillimetre ; + om:alternativeSymbol "mm3 mm-3" , + "mm3·mm-3" ; + om:symbol "mm3/mm3" ; + rdfs:label "cubic millimetre per cubic millimetre"@en , + "kubieke millimeter per kubieke millimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicNanometre +om:cubicNanometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:nanometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "nm3" ; + rdfs:label "cubic nanometre"@en , + "kubieke nanometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicParsec +om:cubicParsec rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:parsec ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "pc3" ; + rdfs:label "cubic parsec"@en , + "kubieke parsec"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicPetametre +om:cubicPetametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:petametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Pm3" ; + rdfs:label "cubic petametre"@en , + "kubieke petameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicPicometre +om:cubicPicometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:picometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "pm3" ; + rdfs:label "cubic picometre"@en , + "kubieke picometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicTerametre +om:cubicTerametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:terametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Tm3" ; + rdfs:label "cubic terametre"@en , + "kubieke terameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicYoctometre +om:cubicYoctometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:yoctometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "ym3" ; + rdfs:label "cubic yoctometre"@en , + "kubieke yoctometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicYottametre +om:cubicYottametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:yottametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Ym3" ; + rdfs:label "cubic yottametre"@en , + "kubieke yottameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicZeptometre +om:cubicZeptometre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:zeptometre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "zm3" ; + rdfs:label "cubic zeptometre"@en , + "kubieke zeptometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicZettametre +om:cubicZettametre rdf:type owl:NamedIndividual , + om:CubicPrefixedMetre ; + om:hasBase om:zettametre ; + om:hasDimension om:volume-Dimension ; + om:hasExponent 3 ; + om:symbol "Zm3" ; + rdfs:label "cubic zettametre"@en , + "kubieke zettameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cup +om:cup rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "cup"@en , + "kopje"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/cup-USCustomary +om:cup-USCustomary rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "2.365882E-4"^^xsd:float ; + om:LaTeXCommand "\\cupUnit" ; + om:alternativeLabel "US customary cup"@en ; + rdfs:comment "The US customary cup is a unit of volume defined as 2.365882e-4 cubic metre."@en ; + rdfs:label "cup (US customary)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/curie +om:curie rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:frequency-Dimension ; + om:hasUnit om:becquerel ; + om:hasFactor "3.6999999E10"^^xsd:float ; + om:symbol "Ci" ; + rdfs:comment "The curie is a unit of activity defined as 3.7e10 becquerel."@en ; + rdfs:label "curie"@en , + "curie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/currentDensity-Dimension +om:currentDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "current density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/darcy +om:darcy rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:area-Dimension ; + om:hasUnit om:squareMetre ; + om:hasFactor "9.869233E-13"^^xsd:float ; + rdfs:comment "The darcy is a unit of area defined as 9.869233e-13 square metre."@en ; + rdfs:label "darcy"@en , + "darcy"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dash +om:dash rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "dash"@en , + "scheutje"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/day +om:day rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "86400.0"^^xsd:float ; + om:LaTeXCommand "\\dayUnit" ; + om:symbol "d" ; + rdfs:comment "The day is a unit of time defined as 86400 second."@en ; + rdfs:label "dag"@nl , + "day"@en , + "天"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/day-Sidereal +om:day-Sidereal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "86164.09"^^xsd:float ; + om:alternativeLabel "sidereal day"@en ; + rdfs:comment "The sidereal day is a unit of time defined as 8.616409e4 second."@en ; + rdfs:label "day (sidereal)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/debye +om:debye rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricDipoleMoment-Dimension ; + om:hasUnit om:coulombMetre ; + om:hasFactor "3.33564E-30"^^xsd:float ; + om:symbol "D" ; + rdfs:comment "The debye is a unit of electric dipole moment defined as 3.33564e-30 coulomb metre."@en ; + rdfs:label "debye"@en , + "debye"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deca +om:deca rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "10.0"^^xsd:float ; + om:alternativeLabel "deka"@en ; + om:symbol "da" ; + rdfs:label "deca"@en , + "deca"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decaampere +om:decaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:ampere ; + om:symbol "daA" ; + rdfs:comment "The decaampere is a unit of electric current defined as 1.0e1 ampere."@en ; + rdfs:label "decaampere"@en , + "decaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decabecquerel +om:decabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:becquerel ; + om:symbol "daBq" ; + rdfs:comment "The decabecquerel is a unit of activity defined as 1.0e1 becquerel."@en ; + rdfs:label "decabecquerel"@en , + "decabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decacandela +om:decacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:candela ; + om:symbol "dacd" ; + rdfs:comment "The decacandela is a unit of luminous intensity defined as 1.0e1 candela."@en ; + rdfs:label "decacandela"@en , + "decacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decacoulomb +om:decacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:coulomb ; + om:symbol "daC" ; + rdfs:comment "The decacoulomb is a unit of electric charge defined as 1.0e1 coulomb."@en ; + rdfs:label "decacoulomb"@en , + "decacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decafarad +om:decafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:farad ; + om:symbol "daF" ; + rdfs:comment "The decafarad is a unit of capacitance defined as 1.0e1 farad."@en ; + rdfs:label "decafarad"@en , + "decafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decagram +om:decagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:gram ; + om:symbol "dag" ; + rdfs:comment "The decagram is a unit of mass defined as 1.0e1 gram."@en ; + rdfs:label "decagram"@en , + "decagram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decagramPerLitre +om:decagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:decagram ; + om:alternativeSymbol "dag l-1" , + "dag·l-1" ; + om:symbol "dag/l" ; + rdfs:comment "Decagram per litre is a unit of density defined as decagram divided by litre."@en ; + rdfs:label "decagram per liter"@nl , + "decagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decagray +om:decagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:gray ; + om:symbol "daGy" ; + rdfs:comment "The decagray is a unit of absorbed dose defined as 1.0e1 gray."@en ; + rdfs:label "decagray"@en , + "decagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decahenry +om:decahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:henry ; + om:symbol "daH" ; + rdfs:comment "The decahenry is a unit of inductance defined as 1.0e1 henry."@en ; + rdfs:label "decahenry"@en , + "decahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decahertz +om:decahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:hertz ; + om:symbol "daHz" ; + rdfs:comment "The decahertz is a unit of frequency defined as 1.0e1 hertz."@en ; + rdfs:label "decahertz"@en , + "decahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decajoule +om:decajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:joule ; + om:symbol "daJ" ; + rdfs:comment "The decajoule is a unit of energy defined as 1.0e1 joule."@en ; + rdfs:label "decajoule"@en , + "decajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decakatal +om:decakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:katal ; + om:symbol "dakat" ; + rdfs:comment "The decakatal is a unit of catalytic activity defined as 1.0e1 katal."@en ; + rdfs:label "decakatal"@en , + "decakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decakelvin +om:decakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:kelvin ; + om:symbol "daK" ; + rdfs:comment "The decakelvin is a unit of thermodynamic temperature defined as 1.0e1 kelvin."@en ; + rdfs:label "decakelvin"@en , + "decakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decalitre +om:decalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:litre ; + om:symbol "dal" ; + rdfs:label "decaliter"@nl , + "decalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decalumen +om:decalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:lumen ; + om:symbol "dalm" ; + rdfs:label "decalumen"@en , + "decalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decalux +om:decalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:lux ; + om:symbol "dalx" ; + rdfs:label "decalux"@en , + "decalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decametre +om:decametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:metre ; + om:symbol "dam" ; + rdfs:comment "The decametre is a unit of length defined as 1.0e1 metre."@en ; + rdfs:label "decameter"@nl , + "decametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-Time +om:decametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:decametre ; + om:alternativeSymbol "dam s-1" , + "dam·s-1" ; + om:symbol "dam/s" ; + rdfs:comment "Decametre per second is a unit of speed defined as decametre divided by second."@en ; + rdfs:label "decameter per seconde"@nl , + "decametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-TimeSquared +om:decametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:decametre ; + om:alternativeSymbol "dam s-2" , + "dam·s-2" ; + om:symbol "dam/s2" ; + rdfs:comment "Decametre per second squared is a unit of acceleration defined as decametre divided by second squared."@en ; + rdfs:label "decameter per seconde kwadraat"@nl , + "decametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decamolar +om:decamolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:molar ; + om:symbol "daM" ; + rdfs:comment "The decamolar is a unit of amount of substance concentration defined as 1.0e1 molar."@en ; + rdfs:label "decamolair"@nl , + "decamolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decamole +om:decamole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:mole ; + om:symbol "damol" ; + rdfs:label "decamol"@nl , + "decamole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decamolePerLitre +om:decamolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:decamole ; + om:alternativeSymbol "damol l-1" , + "damol·l-1" ; + om:symbol "damol/l" ; + rdfs:comment "Decamole per litre is a unit of amount of substance concentration defined as decamole divided by litre."@en ; + rdfs:label "decamole per liter"@nl , + "decamole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decamolePerMetre +om:decamolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:decamole ; + om:alternativeSymbol "damol m-1" , + "damol·m-1" ; + om:symbol "damol/m" ; + rdfs:label "decamole per meter"@nl , + "decamole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decanewton +om:decanewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:newton ; + om:symbol "daN" ; + rdfs:label "decanewton"@en , + "decanewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decaohm +om:decaohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:ohm ; + om:symbol "daΩ" ; + rdfs:label "decaohm"@en , + "decaohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal +om:decapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:pascal ; + om:symbol "daPa" ; + rdfs:label "decapascal"@en , + "decapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time +om:decasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:second-Time ; + om:symbol "das" ; + rdfs:label "decasecond"@en , + "decaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-TimeSquared +om:decasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:decasecond-Time ; + om:hasExponent 2 ; + om:symbol "das2" ; + rdfs:label "decasecond squared"@en , + "decaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decasiemens +om:decasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:siemens ; + om:symbol "daS" ; + rdfs:label "decasiemens"@en , + "decasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decasievert +om:decasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:sievert ; + om:symbol "daSv" ; + rdfs:label "decasievert"@en , + "decasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decatesla +om:decatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:tesla ; + om:symbol "daT" ; + rdfs:label "decatesla"@en , + "decatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decavolt +om:decavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:volt ; + om:symbol "daV" ; + rdfs:label "decavolt"@en , + "decavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decawatt +om:decawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:watt ; + om:symbol "daW" ; + rdfs:label "decawatt"@en , + "decawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decaweber +om:decaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:deca ; + om:hasUnit om:weber ; + om:symbol "daWb" ; + rdfs:label "decaweber"@en , + "decaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deci +om:deci rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "0.1"^^xsd:float ; + om:symbol "d" ; + rdfs:label "deci"@en , + "deci"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deciampere +om:deciampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:ampere ; + om:symbol "dA" ; + rdfs:comment "The deciampere is a unit of electric current defined as 1.0e-1 ampere."@en ; + rdfs:label "deciampere"@en , + "deciampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decibar +om:decibar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:bar ; + om:symbol "dbar" ; + rdfs:comment "The decibar is a unit of pressure defined as 1.0e-1 bar."@en ; + rdfs:label "decibar"@en , + "decibar"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decibecquerel +om:decibecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:becquerel ; + om:symbol "dBq" ; + rdfs:comment "The decibecquerel is a unit of activity defined as 1.0e-1 becquerel."@en ; + rdfs:label "decibecquerel"@en , + "decibecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decibel +om:decibel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:deci ; + om:hasUnit om:bel ; + om:symbol "dB" ; + rdfs:label "decibel"@en , + "decibel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decicandela +om:decicandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:candela ; + om:symbol "dcd" ; + rdfs:comment "The decicandela is a unit of luminous intensity defined as 1.0e-1 candela."@en ; + rdfs:label "decicandela"@en , + "decicandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decicoulomb +om:decicoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:coulomb ; + om:symbol "dC" ; + rdfs:comment "The decicoulomb is a unit of electric charge defined as 1.0e-1 coulomb."@en ; + rdfs:label "decicoulomb"@en , + "decicoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decidegreeCelsius +om:decidegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:degreeCelsius ; + om:symbol "d°C" ; + rdfs:comment "The decidegree Celsius is a unit of temperature defined as 1.0e-1 degree Celsius."@en ; + rdfs:label "decidegree Celsius"@en , + "decigraad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decifarad +om:decifarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:farad ; + om:symbol "dF" ; + rdfs:comment "The decifarad is a unit of capacitance defined as 1.0e-1 farad."@en ; + rdfs:label "decifarad"@en , + "decifarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decigram +om:decigram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:gram ; + om:symbol "dg" ; + rdfs:comment "The decigram is a unit of mass defined as 1.0e-1 gram."@en ; + rdfs:label "decigram"@en , + "decigram"@nl , + "十分之一克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decigramPerLitre +om:decigramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:decigram ; + om:alternativeSymbol "dg l-1" , + "dg·l-1" ; + om:symbol "dg/l" ; + rdfs:comment "Decigram per litre is a unit of density defined as decigram divided by litre."@en ; + rdfs:label "decigram per liter"@nl , + "decigram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decigray +om:decigray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:gray ; + om:symbol "dGy" ; + rdfs:comment "The decigray is a unit of absorbed dose defined as 1.0e-1 gray."@en ; + rdfs:label "decigray"@en , + "decigray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decihenry +om:decihenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:henry ; + om:symbol "dH" ; + rdfs:comment "The decihenry is a unit of inductance defined as 1.0e-1 henry."@en ; + rdfs:label "decihenry"@en , + "decihenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decihertz +om:decihertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:hertz ; + om:symbol "dHz" ; + rdfs:comment "The decihertz is a unit of frequency defined as 1.0e-1 hertz."@en ; + rdfs:label "decihertz"@en , + "decihertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decijoule +om:decijoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:joule ; + om:symbol "dJ" ; + rdfs:comment "The decijoule is a unit of energy defined as 1.0e-1 joule."@en ; + rdfs:label "decijoule"@en , + "decijoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decikatal +om:decikatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:katal ; + om:symbol "dkat" ; + rdfs:comment "The decikatal is a unit of catalytic activity defined as 1.0e-1 katal."@en ; + rdfs:label "decikatal"@en , + "decikatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decikelvin +om:decikelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:kelvin ; + om:symbol "dK" ; + rdfs:comment "The decikelvin is a unit of temperature defined as 1.0e-1 kelvin."@en ; + rdfs:label "decikelvin"@en , + "decikelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decilitre +om:decilitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:litre ; + om:symbol "dl" ; + rdfs:label "deciliter"@nl , + "decilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decilumen +om:decilumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:lumen ; + om:symbol "dlm" ; + rdfs:label "decilumen"@en , + "decilumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decilux +om:decilux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:lux ; + om:symbol "dlx" ; + rdfs:label "decilux"@en , + "decilux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre +om:decimetre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:metre ; + om:symbol "dm" ; + rdfs:comment "The decimetre is a unit of length defined as 1.0e-1 metre."@en ; + rdfs:label "decimeter"@nl , + "decimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-Time +om:decimetrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:decimetre ; + om:alternativeSymbol "dm s-1" , + "dm·s-1" ; + om:symbol "dm/s" ; + rdfs:comment "Decimetre per second is a unit of speed defined as decimetre divided by second."@en ; + rdfs:label "decimeter per seconde"@nl , + "decimetre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-TimeSquared +om:decimetrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:decimetre ; + om:alternativeSymbol "dm s-2" , + "dm·s-2" ; + om:symbol "dm/s2" ; + rdfs:comment "Decimetre per second squared is a unit of acceleration defined as decimetre divided by second squared."@en ; + rdfs:label "decimeter per seconde kwadraat"@nl , + "decimetre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimolar +om:decimolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:molar ; + om:symbol "dM" ; + rdfs:comment "The decimolar is a unit of amount of substance concentration defined as 1.0e-1 molar."@en ; + rdfs:label "decimolair"@nl , + "decimolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimole +om:decimole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:mole ; + om:symbol "dmol" ; + rdfs:label "decimol"@nl , + "decimole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimolePerLitre +om:decimolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:decimole ; + om:alternativeSymbol "dmol l-1" , + "dmol·l-1" ; + om:symbol "dmol/l" ; + rdfs:comment "Decimole per litre is a unit of amount of substance concentration defined as decimole divided by litre."@en ; + rdfs:label "decimole per liter"@nl , + "decimole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decimolePerMetre +om:decimolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:decimole ; + om:alternativeSymbol "dmol m-1" , + "dmol·m-1" ; + om:symbol "dmol/m" ; + rdfs:label "decimole per meter"@nl , + "decimole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decinewton +om:decinewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:newton ; + om:symbol "dN" ; + rdfs:label "decinewton"@en , + "decinewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deciohm +om:deciohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:ohm ; + om:symbol "dΩ" ; + rdfs:label "deciohm"@en , + "deciohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal +om:decipascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:pascal ; + om:symbol "dPa" ; + rdfs:label "decipascal"@en , + "decipascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deciradian +om:deciradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:deci ; + om:hasUnit om:radian ; + om:symbol "drad" ; + rdfs:label "deciradiaal"@nl , + "deciradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time +om:decisecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:second-Time ; + om:symbol "ds" ; + rdfs:label "decisecond"@en , + "deciseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-TimeSquared +om:decisecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:decisecond-Time ; + om:hasExponent 2 ; + om:symbol "ds2" ; + rdfs:label "decisecond squared"@en , + "deciseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decisiemens +om:decisiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:siemens ; + om:symbol "dS" ; + rdfs:label "decisiemens"@en , + "decisiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decisievert +om:decisievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:sievert ; + om:symbol "dSv" ; + rdfs:label "decisievert"@en , + "decisievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decisteradian +om:decisteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:deci ; + om:hasUnit om:steradian ; + om:symbol "dsr" ; + rdfs:label "decisteradiaal"@nl , + "decisteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decitesla +om:decitesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:tesla ; + om:symbol "dT" ; + rdfs:label "decitesla"@en , + "decitesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/decivolt +om:decivolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:volt ; + om:symbol "dV" ; + rdfs:label "decivolt"@en , + "decivolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deciwatt +om:deciwatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:watt ; + om:symbol "dW" ; + rdfs:label "deciwatt"@en , + "deciwatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deciweber +om:deciweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:deci ; + om:hasUnit om:weber ; + om:symbol "dWb" ; + rdfs:label "deciweber"@en , + "deciweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deepBowl +om:deepBowl rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "deep bowl"@en , + "diep bord"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degree +om:degree rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:radian ; + om:hasFactor "0.01745329"^^xsd:float ; + om:symbol "°" ; + rdfs:comment "The degree is a unit of angle defined as 1.745329e-2 radian."@en ; + rdfs:label "degree"@en , + "graad"@nl , + "度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius +om:degreeCelsius rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasUnit om:kelvin ; + om:alternativeLabel "centigrade"@en ; + om:longcomment "The degree Celsius is a unit of temperature defined as 1 kelvin. The degree Celsius is a derived unit in the International System of Units." ; + om:symbol "°C" ; + rdfs:comment "The degree Celsius is a unit of temperature defined as 1 kelvin."@en ; + rdfs:label "degree Celsius"@en , + "graad Celsius"@nl , + "摄氏度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusDay +om:degreeCelsiusDay rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:degreeCelsius ; + om:hasTerm2 om:day ; + om:alternativeSymbol "°C·d" ; + om:symbol "°C d" ; + rdfs:label "degree Celsius day"@en , + "graad Celsius dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerHour +om:degreeCelsiusPerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasNumerator om:degreeCelsius ; + om:alternativeSymbol "°C h-1" , + "°C·h-1" ; + om:symbol "°C/h" ; + rdfs:label "degree Celsius per hour"@en , + "graad Celsius per uur"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerMinute-Time +om:degreeCelsiusPerMinute-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:minute-Time ; + om:hasNumerator om:degreeCelsius ; + om:alternativeSymbol "°C min-1" , + "°C·min-1" ; + om:symbol "°C/min" ; + rdfs:label "degree Celsius per minute"@en , + "graad Celsius per minuut"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerSecond-Time +om:degreeCelsiusPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasNumerator om:degreeCelsius ; + om:alternativeSymbol "°C s-1" , + "°C·s-1" ; + om:symbol "°C/s" ; + rdfs:label "degree Celsius per second"@en , + "graad Celsius per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit +om:degreeFahrenheit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasUnit om:kelvin ; + om:hasFactor "0.5555556"^^xsd:float ; + om:symbol "°F" ; + rdfs:comment "The degree Fahrenheit is a unit of temperature defined as 5.555556e-1 kelvin."@en ; + rdfs:label "degree Fahrenheit"@en , + "graad Fahrenheit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine +om:degreeRankine rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasUnit om:kelvin ; + om:hasFactor "0.5555556"^^xsd:float ; + om:alternativeSymbol "°Ra" ; + om:symbol "°R" ; + rdfs:comment "The degree Rankine is a unit of temperature defined as 5.555556e-1 kelvin."@en ; + rdfs:label "degree Rankine"@en , + "graad Rankine"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeReaumur +om:degreeReaumur rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasUnit om:kelvin ; + om:hasFactor "1.25"^^xsd:float ; + om:alternativeSymbol "°R" , + "°Re" ; + om:symbol "°Ré" ; + rdfs:comment "The degree Réaumur is a unit of temperature defined as 1.25 kelvin."@en ; + rdfs:label "degree Réaumur"@en , + "graad Réaumur"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeSquared +om:degreeSquared rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:degree ; + om:hasDimension om:dimensionOne ; + om:hasExponent 2 ; + rdfs:label "degree squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450 +om:deltaA450 rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "delta A450"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-Time +om:deltaA450PerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasNumerator om:deltaA450 ; + rdfs:label "delta A450 per second"@en , + "delta A450 per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-TimePerMilligram +om:deltaA450PerSecond-TimePerMilligram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:milligram ; + om:hasDimension om:specificCatalyticActivity-Dimension ; + om:hasNumerator om:deltaA450PerSecond-Time ; + rdfs:label "delta A450 per second per milligram"@en , + "delta A450 per seconde per milligram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension +om:density-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "density dimension"@en , + "dichtheiddimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dessertspoon +om:dessertspoon rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:teaspoon-US ; + om:hasFactor "2.0"^^xsd:float ; + rdfs:comment "The desserspoon is a unit of volume defined as 2 teaspoon."@en ; + rdfs:label "dessertspoon"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne +om:dimensionOne rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "1" ; + rdfs:label "dimensionOne"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dozen +om:dozen rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "12.0"^^xsd:float ; + rdfs:comment "Dozen is a unit of dimension one defined as 12."@en ; + rdfs:label "dozen"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/drop +om:drop rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "drop"@en , + "druppel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dryGallon-US +om:dryGallon-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.004404884"^^xsd:float ; + om:alternativeLabel "US dry gallon"@en , + "gallon (US dry)"@en ; + om:symbol "gal" ; + rdfs:comment "The US dry gallon is a unit of volume defined as 4.40488377086e-3 cubic metre."@en ; + rdfs:label "dry gallon (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dryPint-US +om:dryPint-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "5.506105E-4"^^xsd:float ; + om:alternativeLabel "US dry pint"@en , + "pint (US dry)"@en ; + om:symbol "dry pt" ; + rdfs:comment "The US dry pint is a unit of volume defined as 5.506105e-4 cubic metre."@en ; + rdfs:label "dry pint (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dryQuart-US +om:dryQuart-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.001101221"^^xsd:float ; + om:alternativeLabel "US dry quart"@en , + "quart (US dry)"@en ; + om:symbol "dry qt" ; + rdfs:comment "The US dry quart is a unit of volume defined as 1.101221e-3 cubic metre."@en ; + rdfs:label "dry quart (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/durationOf9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom +om:durationOf9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom rdf:type owl:NamedIndividual , + om:Duration ; + om:hasPhenomenon om:_9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom ; + rdfs:label "duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dynamicViscosity-Dimension +om:dynamicViscosity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "dynamic viscosity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/dyne +om:dyne rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:force-Dimension ; + om:hasUnit om:newton ; + om:hasFactor "1.0E-5"^^xsd:float ; + om:symbol "dyn" ; + rdfs:comment "The dyne is a unit of force defined as 1.0e-5 newton."@en ; + rdfs:label "dyne"@en , + "dyne"@nl , + "达因"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/economics +om:economics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:AmountOfMoney , + om:Cost , + om:SpecificAmountOfMoney ; + om:usesUnit om:AustralianDollar , + om:BrazilianReal , + om:CanadianDollar , + om:ChineseYuan , + om:HongKongDollar , + om:IndianRupee , + om:JapaneseYen , + om:MexicanPeso , + om:NewZealandDollar , + om:NorwegianKrone , + om:RussianRuble , + om:SingaporeDollar , + om:SouthAfricanRand , + om:SouthKoreanWon , + om:SwedishKrona , + om:SwissFranc , + om:TurkishLira , + om:UnitedStatesDollar , + om:euro , + om:euroPerTonne , + om:megaeuro , + om:megaeuroPerMegatonne , + om:poundSterling ; + rdfs:label "economics"@en , + "economie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension +om:electricCharge-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "electric charge dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricChargeDensity-Dimension +om:electricChargeDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "electric charge density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension +om:electricCurrent-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "I" ; + rdfs:label "electric current dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricDipoleMoment-Dimension +om:electricDipoleMoment-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "electric dipole moment dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricField-Dimension +om:electricField-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -1 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "electric field dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricFluxDensity-Dimension +om:electricFluxDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "electric flux density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension +om:electricPotential-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -1 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "electric potential dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension +om:electricalConductance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 2 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 3 ; + rdfs:label "electrical conductance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductivity-Dimension +om:electricalConductivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 2 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 3 ; + rdfs:label "electrical conductivity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension +om:electricalResistance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -2 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "electrical resistance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistivity-Dimension +om:electricalResistivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -2 ; + om:hasSILengthDimensionExponent 3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "electrical resistivity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electromagnetism +om:electromagnetism rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Admittance , + om:Capacitance , + om:CurrentDensity , + om:ElectricCharge , + om:ElectricChargeDensity , + om:ElectricCurrent , + om:ElectricDipoleMoment , + om:ElectricField , + om:ElectricFluxDensity , + om:ElectricPotential , + om:ElectricalConductance , + om:ElectricalConductivity , + om:ElectricalResistance , + om:ElectricalResistivity , + om:ElectromotiveForce , + om:Inductance , + om:MagneticField , + om:MagneticFlux , + om:MagneticFluxDensity , + om:MagnetomotiveForce , + om:PermeabilityOfFreeSpace , + om:Permeance-Electromagnetic , + om:Permittivity , + om:PotentialDifference , + om:Reluctance ; + om:usesUnit om:abampere , + om:abcoulomb , + om:abfarad , + om:abhenry , + om:abmho , + om:abohm , + om:abvolt , + om:ampere , + om:amperePerMetre , + om:amperePerSquareMetre , + om:amperePerVolt , + om:attoampere , + om:attocoulomb , + om:attofarad , + om:attohenry , + om:attoohm , + om:attosiemens , + om:attotesla , + om:attovolt , + om:attoweber , + om:biot , + om:centiampere , + om:centicoulomb , + om:centifarad , + om:centihenry , + om:centiohm , + om:centisiemens , + om:centitesla , + om:centivolt , + om:centiweber , + om:coulomb , + om:coulombMetre , + om:coulombPerCubicmetre , + om:coulombPerSquareMetre , + om:coulombPerVolt , + om:debye , + om:decaampere , + om:decacoulomb , + om:decafarad , + om:decahenry , + om:decaohm , + om:decasiemens , + om:decatesla , + om:decavolt , + om:decaweber , + om:deciampere , + om:decicoulomb , + om:decifarad , + om:decihenry , + om:deciohm , + om:decisiemens , + om:decitesla , + om:decivolt , + om:deciweber , + om:exaampere , + om:exacoulomb , + om:exafarad , + om:exahenry , + om:exaohm , + om:exasiemens , + om:exatesla , + om:exavolt , + om:exaweber , + om:farad , + om:faradPerMetre , + om:faraday , + om:femtoampere , + om:femtocoulomb , + om:femtofarad , + om:femtohenry , + om:femtoohm , + om:femtosiemens , + om:femtotesla , + om:femtovolt , + om:femtoweber , + om:franklin , + om:gamma , + om:gauss , + om:gigaampere , + om:gigacoulomb , + om:gigafarad , + om:gigahenry , + om:gigaohm , + om:gigasiemens , + om:gigatesla , + om:gigavolt , + om:gigaweber , + om:gilbert , + om:hectoampere , + om:hectocoulomb , + om:hectofarad , + om:hectohenry , + om:hectoohm , + om:hectosiemens , + om:hectotesla , + om:hectovolt , + om:hectoweber , + om:henry , + om:henryPerMetre , + om:kiloampere , + om:kilocoulomb , + om:kilofarad , + om:kilohenry , + om:kilohm , + om:kilosiemens , + om:kilotesla , + om:kilovolt , + om:kiloweber , + om:maxwell , + om:megaampere , + om:megacoulomb , + om:megafarad , + om:megahenry , + om:megasiemens , + om:megatesla , + om:megavolt , + om:megaweber , + om:megohm , + om:mho , + om:microampere , + om:microcoulomb , + om:microfarad , + om:microhenry , + om:microohm , + om:microsiemens , + om:microtesla , + om:microvolt , + om:microweber , + om:milliampere , + om:millicoulomb , + om:millifarad , + om:milligauss , + om:millihenry , + om:milliohm , + om:millisiemens , + om:millitesla , + om:millivolt , + om:milliweber , + om:nanoampere , + om:nanocoulomb , + om:nanofarad , + om:nanohenry , + om:nanoohm , + om:nanosiemens , + om:nanotesla , + om:nanovolt , + om:nanoweber , + om:newtonPerCoulomb , + om:oersted , + om:ohm , + om:ohmMetre , + om:petaampere , + om:petacoulomb , + om:petafarad , + om:petahenry , + om:petaohm , + om:petasiemens , + om:petatesla , + om:petavolt , + om:petaweber , + om:picoampere , + om:picocoulomb , + om:picofarad , + om:picohenry , + om:picoohm , + om:picosiemens , + om:picotesla , + om:picovolt , + om:picoweber , + om:reciprocalHenry , + om:second-TimeAmpere , + om:siemens , + om:siemensPerMetre , + om:statampere , + om:statcoulomb , + om:statfarad , + om:stathenry , + om:statmho , + om:statohm , + om:stattesla , + om:statvolt , + om:statweber , + om:teraampere , + om:teracoulomb , + om:terafarad , + om:terahenry , + om:teraohm , + om:terasiemens , + om:teratesla , + om:teravolt , + om:teraweber , + om:tesla , + om:unitPole , + om:volt , + om:voltPerAmpere , + om:voltPerMetre , + om:voltSecond-Time , + om:wattPerAmpere , + om:weber , + om:weberPerAmpere , + om:weberPerSquareMetre ; + rdfs:label "electromagnetism"@en , + "elektromagnetisme"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt +om:electronvolt rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "1.602177E-19"^^xsd:float ; + om:symbol "eV" ; + rdfs:comment "The electronvolt is a unit of energy defined as 1.602177e-19 joule."@en ; + rdfs:label "electronvolt"@en , + "electronvolt"@nl , + "电子伏特"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension +om:energy-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "energy dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/energyDensity-Dimension +om:energyDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "energy density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/entropyOrHeatCapacity-Dimension +om:entropyOrHeatCapacity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent -1 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "entropy or heat capacity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/erg +om:erg rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "1.0E-7"^^xsd:float ; + om:symbol "erg" ; + rdfs:comment "The erg is a unit of energy defined as 1.0e-7 joule."@en ; + rdfs:label "erg"@en , + "erg"@nl , + "尔格"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ergSecond-Time +om:ergSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:actionOrAngularMomentum-Dimension ; + om:hasTerm1 om:erg ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "erg·s" ; + om:symbol "erg s" ; + rdfs:label "erg second"@en , + "erg seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/euro +om:euro rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "euro"@en , + "欧元"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/euroPerTonne +om:euroPerTonne rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:tonne ; + om:hasNumerator om:euro ; + rdfs:label "euro per tonne"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exa +om:exa rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "9.9999998E17"^^xsd:float ; + om:symbol "E" ; + rdfs:label "exa"@en , + "exa"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exaampere +om:exaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:ampere ; + om:symbol "EA" ; + rdfs:comment "The exaampere is a unit of electric current defined as 1.0e18 ampere."@en ; + rdfs:label "exaampere"@en , + "exaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exabecquerel +om:exabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:becquerel ; + om:symbol "EBq" ; + rdfs:comment "The exabecquerel is a unit of activity defined as 1.0e18 becquerel."@en ; + rdfs:label "exabecquerel"@en , + "exabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exabit +om:exabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:exa ; + om:hasUnit om:bit ; + om:symbol "Ebit" ; + rdfs:label "exabit"@en , + "exabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exabyte +om:exabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:exa ; + om:hasUnit om:byte ; + om:symbol "EB" ; + rdfs:label "exabyte"@en , + "exabyte"@nl , + "千兆兆字节"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exacandela +om:exacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:candela ; + om:symbol "Ecd" ; + rdfs:comment "The exacandela is a unit of luminous intensity defined as 1.0e18 candela."@en ; + rdfs:label "exacandela"@en , + "exacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exacoulomb +om:exacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:coulomb ; + om:symbol "EC" ; + rdfs:comment "The exacoulomb is a unit of electric charge defined as 1.0e18 coulomb."@en ; + rdfs:label "exacoulomb"@en , + "exacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exafarad +om:exafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:farad ; + om:symbol "EF" ; + rdfs:comment "The exafarad is a unit of capacitance defined as 1.0e18 farad."@en ; + rdfs:label "exafarad"@en , + "exafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exagram +om:exagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:gram ; + om:symbol "Eg" ; + rdfs:comment "The exagram is a unit of mass defined as 1.0e18 gram."@en ; + rdfs:label "exagram"@en , + "exagram"@nl , + "千兆兆克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exagramPerLitre +om:exagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:exagram ; + om:alternativeSymbol "Eg l-1" , + "Eg·l-1" ; + om:symbol "Eg/l" ; + rdfs:comment "Exagram per litre is a unit of density defined as exagram divided by litre."@en ; + rdfs:label "exagram per liter"@nl , + "exagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exagray +om:exagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:gray ; + om:symbol "EGy" ; + rdfs:comment "The exagray is a unit of absorbed dose defined as 1.0e18 gray."@en ; + rdfs:label "exagray"@en , + "exagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exahenry +om:exahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:henry ; + om:symbol "EH" ; + rdfs:comment "The exahenry is a unit of inductance defined as 1.0e18 henry."@en ; + rdfs:label "exahenry"@en , + "exahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exahertz +om:exahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:hertz ; + om:symbol "EHz" ; + rdfs:comment "The exahertz is a unit of frequency defined as 1.0e18 hertz."@en ; + rdfs:label "exahertz"@en , + "exahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exajoule +om:exajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:joule ; + om:symbol "EJ" ; + rdfs:comment "The exajoule is a unit of energy defined as 1.0e18 joule."@en ; + rdfs:label "exajoule"@en , + "exajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exakatal +om:exakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:katal ; + om:symbol "Ekat" ; + rdfs:comment "The exakatal is a unit of catalytic activity defined as 1.0e18 katal."@en ; + rdfs:label "exakatal"@en , + "exakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exakelvin +om:exakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:kelvin ; + om:symbol "EK" ; + rdfs:comment "The exakelvin is a unit of thermodynamic temperature defined as 1.0e18 kelvin."@en ; + rdfs:label "exakelvin"@en , + "exakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exalitre +om:exalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:litre ; + om:symbol "El" ; + rdfs:label "exaliter"@nl , + "exalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exalumen +om:exalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:lumen ; + om:symbol "Elm" ; + rdfs:label "exalumen"@en , + "exalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exalux +om:exalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:lux ; + om:symbol "Elx" ; + rdfs:label "exalux"@en , + "exalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exametre +om:exametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:metre ; + om:symbol "Em" ; + rdfs:comment "The exametre is a unit of length defined as 1.0e18 metre."@en ; + rdfs:label "exameter"@nl , + "exametre"@en , + "千兆兆米"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-Time +om:exametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:exametre ; + om:alternativeSymbol "Em s-1" , + "Em·s-1" ; + om:symbol "Em/s" ; + rdfs:comment "Exametre per second is a unit of speed defined as exametre divided by second."@en ; + rdfs:label "exameter per seconde"@nl , + "exametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-TimeSquared +om:exametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:exametre ; + om:alternativeSymbol "Em s-2" , + "Em·s-2" ; + om:symbol "Em/s2" ; + rdfs:comment "Exametre per second squared is a unit of acceleration defined as exametre divided by second squared."@en ; + rdfs:label "exameter per seconde kwadraat"@nl , + "exametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/examolar +om:examolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:molar ; + om:symbol "EM" ; + rdfs:comment "The examolar is a unit of amount of substance concentration defined as 1.0e18 molar."@en ; + rdfs:label "examolair"@nl , + "examolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/examole +om:examole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:mole ; + om:symbol "Emol" ; + rdfs:label "examol"@nl , + "examole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/examolePerLitre +om:examolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:examole ; + om:alternativeSymbol "Emol l-1" , + "Emol·l-1" ; + om:symbol "Emol/l" ; + rdfs:comment "Examole per litre is a unit of amount of substance concentration defined as examole divided by litre."@en ; + rdfs:label "examole per liter"@nl , + "examole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/examolePerMetre +om:examolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:examole ; + om:alternativeSymbol "Emol m-1" , + "Emol·m-1" ; + om:symbol "Emol/m" ; + rdfs:label "examole per meter"@nl , + "examole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exanewton +om:exanewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:newton ; + om:symbol "EN" ; + rdfs:label "exanewton"@en , + "exanewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exaohm +om:exaohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:ohm ; + om:symbol "EΩ" ; + rdfs:label "exaohm"@en , + "exaohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal +om:exapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:pascal ; + om:symbol "EPa" ; + rdfs:label "exapascal"@en , + "exapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time +om:exasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:second-Time ; + om:symbol "Es" ; + rdfs:label "exasecond"@en , + "exaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-TimeSquared +om:exasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:exasecond-Time ; + om:hasExponent 2 ; + om:symbol "Es2" ; + rdfs:label "exasecond squared"@en , + "exaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exasiemens +om:exasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:siemens ; + om:symbol "ES" ; + rdfs:label "exasiemens"@en , + "exasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exasievert +om:exasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:sievert ; + om:symbol "ESv" ; + rdfs:label "exasievert"@en , + "exasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exatesla +om:exatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:tesla ; + om:symbol "ET" ; + rdfs:label "exatesla"@en , + "exatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exavolt +om:exavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:volt ; + om:symbol "EV" ; + rdfs:label "exavolt"@en , + "exavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exawatt +om:exawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:watt ; + om:symbol "EW" ; + rdfs:label "exawatt"@en , + "exawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exaweber +om:exaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:exa ; + om:hasUnit om:weber ; + om:symbol "EWb" ; + rdfs:label "exaweber"@en , + "exaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exbi +om:exbi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1.1529215E18"^^xsd:float ; + om:alternativeLabel "exabinary"@en ; + om:symbol "Ei" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "exbi"@en , + "exbi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exbibit +om:exbibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:exbi ; + om:hasUnit om:bit ; + om:symbol "Eibit" ; + rdfs:label "exbibit"@en , + "exbibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exbibyte +om:exbibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:exbi ; + om:hasUnit om:byte ; + om:symbol "EiB" ; + rdfs:label "exbibyte"@en , + "exbibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exposure-Dimension +om:exposure-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "exposure dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/exposureToXAndGammaRays-Dimension +om:exposureToXAndGammaRays-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 1 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "exposure to x and γ rays dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/farad +om:farad rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:capacitance-Dimension ; + om:hasUnit om:coulombPerVolt ; + om:longcomment "The farad is a unit of capacitance defined as ampere times second divided by volt = coulomb divided by volt = coulomb squared divided by joule = coulomb squared divided by newton times metre = second squared times coulomb squared divided by square metre times kilogram = second to the power 4 times ampere squared divided by square metre times kilogram. The farad is a derived unit in the International System of Units." ; + om:symbol "F" ; + rdfs:comment "The farad is a unit of capacitance defined as ampere times second divided by volt = coulomb divided by volt = coulomb squared divided by joule = coulomb squared divided by newton times metre = second squared times coulomb squared divided by square metre times kilogram = second to the power 4 times ampere squared divided by square metre times kilogram."@en ; + rdfs:label "farad"@en , + "farad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/faradPerMetre +om:faradPerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:permittivity-Dimension ; + om:hasNumerator om:farad ; + om:alternativeSymbol "F m-1" , + "F·m-1" ; + om:symbol "F/m" ; + rdfs:label "farad per meter"@nl , + "farad per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/faraday +om:faraday rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCharge-Dimension ; + rdfs:comment "The faraday is a unit of electric charge defined as 9.648531e4 coulomb."@en ; + rdfs:label "faraday"@en , + "faraday"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey +om:fathom-USSurvey rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1.828804"^^xsd:float ; + om:alternativeLabel "US survey fathom"@en ; + rdfs:comment "The US survey fathom is a unit of length defined as 1.828804 metre."@en ; + rdfs:label "fathom (US survey)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femto +om:femto rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-15"^^xsd:float ; + om:symbol "f" ; + rdfs:label "femto"@en , + "femto"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtoampere +om:femtoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:ampere ; + om:symbol "fA" ; + rdfs:comment "The femtoampere is a unit of electric current defined as 1.0e-15 ampere."@en ; + rdfs:label "femtoampere"@en , + "femtoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtobecquerel +om:femtobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:becquerel ; + om:symbol "fBq" ; + rdfs:comment "The femtobecquerel is a unit of activity defined as 1.0e-15 becquerel."@en ; + rdfs:label "femtobecquerel"@en , + "femtobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtocandela +om:femtocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:candela ; + om:symbol "fcd" ; + rdfs:comment "The femtocandela is a unit of luminous intensity defined as 1.0e-15 candela."@en ; + rdfs:label "femtocandela"@en , + "femtocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtocoulomb +om:femtocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:coulomb ; + om:symbol "fC" ; + rdfs:comment "The femtocoulomb is a unit of electric charge defined as 1.0e-15 coulomb."@en ; + rdfs:label "femtocoulomb"@en , + "femtocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtodegreeCelsius +om:femtodegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:degreeCelsius ; + om:symbol "f°C" ; + rdfs:comment "The femtodegree Celsius is a unit of temperature defined as 1.0e-15 degree Celsius."@en ; + rdfs:label "femtodegree Celsius"@en , + "femtograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtofarad +om:femtofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:farad ; + om:symbol "fF" ; + rdfs:comment "The femtofarad is a unit of capacitance defined as 1.0e-15 farad."@en ; + rdfs:label "femtofarad"@en , + "femtofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtogram +om:femtogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:gram ; + om:symbol "fg" ; + rdfs:comment "The femtogram is a unit of mass defined as 1.0e-15 gram."@en ; + rdfs:label "femtogram"@en , + "femtogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtogramPerLitre +om:femtogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:femtogram ; + om:alternativeSymbol "fm s-1" , + "fm·s-1" ; + om:symbol "fg/l" ; + rdfs:comment "Femtogram per litre is a unit of density defined as femtogram divided by litre."@en ; + rdfs:label "femtogram per liter"@nl , + "femtogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtogray +om:femtogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:gray ; + om:symbol "fGy" ; + rdfs:comment "The femtogray is a unit of absorbed dose defined as 1.0e-15 gray."@en ; + rdfs:label "femtogray"@en , + "femtogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtohenry +om:femtohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:henry ; + om:symbol "fH" ; + rdfs:comment "The femtohenry is a unit of inductance defined as 1.0e-15 henry."@en ; + rdfs:label "femtohenry"@en , + "femtohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtohertz +om:femtohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:hertz ; + om:symbol "fHz" ; + rdfs:comment "The femtohertz is a unit of frequency defined as 1.0e-15 hertz."@en ; + rdfs:label "femtohertz"@en , + "femtohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtojoule +om:femtojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:joule ; + om:symbol "fJ" ; + rdfs:comment "The femtojoule is a unit of energy defined as 1.0e-15 joule."@en ; + rdfs:label "femtojoule"@en , + "femtojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtokatal +om:femtokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:katal ; + om:symbol "fkat" ; + rdfs:comment "The femtokatal is a unit of catalytic activity defined as 1.0e-15 katal."@en ; + rdfs:label "femtokatal"@en , + "femtokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtokelvin +om:femtokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:kelvin ; + om:symbol "fK" ; + rdfs:comment "The femtokelvin is a unit of temperature defined as 1.0e-15 kelvin."@en ; + rdfs:label "femtokelvin"@en , + "femtokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtolitre +om:femtolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:litre ; + om:symbol "fl" ; + rdfs:label "femtoliter"@nl , + "femtolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtolumen +om:femtolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:lumen ; + om:symbol "flm" ; + rdfs:label "femtolumen"@en , + "femtolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtolux +om:femtolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:lux ; + om:symbol "flx" ; + rdfs:label "femtolux"@en , + "femtolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre +om:femtometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:metre ; + om:symbol "fm" ; + rdfs:comment "The femtometre is a unit of length defined as 1.0e-15 metre."@en ; + rdfs:label "1/(10^15)米"@zh , + "femtometer"@nl , + "femtometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-Time +om:femtometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:femtometre ; + om:alternativeSymbol "fm s-1" , + "fm·s-1" ; + om:symbol "fm/s" ; + rdfs:comment "Femtometre per second is a unit of speed defined as femtometre divided by second."@en ; + rdfs:label "femtometer per seconde"@nl , + "femtometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-TimeSquared +om:femtometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:femtometre ; + om:alternativeSymbol "fm s-2" , + "fm·s-2" ; + om:symbol "fm/s2" ; + rdfs:comment "Femtometre per second squared is a unit of acceleration defined as femtometre divided by second squared."@en ; + rdfs:label "femtometer per seconde kwadraat"@nl , + "femtometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolar +om:femtomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:molar ; + om:symbol "fM" ; + rdfs:comment "The femtomolar is a unit of amount of substance concentration defined as 1.0e-15 molar."@en ; + rdfs:label "femtomolair"@nl , + "femtomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtomole +om:femtomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:mole ; + om:symbol "fmol" ; + rdfs:label "femtomol"@nl , + "femtomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolePerLitre +om:femtomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:femtomole ; + om:alternativeSymbol "fm s-1" , + "fm·s-1" ; + om:symbol "fmol/l" ; + rdfs:comment "Femtomole per litre is a unit of amount of substance concentration defined as femtomole divided by litre."@en ; + rdfs:label "femtomole per liter"@nl , + "femtomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolePerMetre +om:femtomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:femtomole ; + om:alternativeSymbol "fm s-1" , + "fm·s-1" ; + om:symbol "fmol/m" ; + rdfs:label "femtomole per meter"@nl , + "femtomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtonewton +om:femtonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:newton ; + om:symbol "fN" ; + rdfs:label "femtonewton"@en , + "femtonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtoohm +om:femtoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:ohm ; + om:symbol "fΩ" ; + rdfs:label "femtoohm"@en , + "femtoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal +om:femtopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:pascal ; + om:symbol "fPa" ; + rdfs:label "femtopascal"@en , + "femtopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtoradian +om:femtoradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:femto ; + om:hasUnit om:radian ; + om:symbol "frad" ; + rdfs:label "femtoradiaal"@nl , + "femtoradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time +om:femtosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:second-Time ; + om:symbol "fs" ; + rdfs:label "femtosecond"@en , + "femtoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-TimeSquared +om:femtosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:femtosecond-Time ; + om:hasExponent 2 ; + om:symbol "fs2" ; + rdfs:label "femtosecond squared"@en , + "femtoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtosiemens +om:femtosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:siemens ; + om:symbol "fS" ; + rdfs:label "femtosiemens"@en , + "femtosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtosievert +om:femtosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:sievert ; + om:symbol "fSv" ; + rdfs:label "femtosievert"@en , + "femtosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtosteradian +om:femtosteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:femto ; + om:hasUnit om:steradian ; + om:symbol "fsr" ; + rdfs:label "femtosteradiaal"@nl , + "femtosteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtotesla +om:femtotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:tesla ; + om:symbol "fT" ; + rdfs:label "femtotesla"@en , + "femtotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtovolt +om:femtovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:volt ; + om:symbol "fV" ; + rdfs:label "femtovolt"@en , + "femtovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtowatt +om:femtowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:watt ; + om:symbol "fW" ; + rdfs:label "femtowatt"@en , + "femtowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/femtoweber +om:femtoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:femto ; + om:hasUnit om:weber ; + om:symbol "fWb" ; + rdfs:label "femtoweber"@en , + "femtoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fermi +om:fermi rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1.0E-15"^^xsd:float ; + rdfs:comment "The fermi is a unit of length defined as 1.0e-15 metre."@en ; + rdfs:label "fermi"@en , + "fermi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fillet +om:fillet rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "filet"@nl , + "fillet"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/first +om:first rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "first"@en , + "最初"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fluidMechanics +om:fluidMechanics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:BulkModulus , + om:CompressiveStress , + om:ContactAngle , + om:DynamicModulus , + om:ElasticityTensor , + om:LinearStrain , + om:LossModulus , + om:ModulusOfElasticity , + om:NormalStrain , + om:NormalStress , + om:ShearLossModulus , + om:ShearModulus , + om:ShearRate , + om:ShearStorageModulus , + om:ShearStrain , + om:ShearStress , + om:StorageModulus , + om:Strain , + om:StrainTensor , + om:Stress , + om:StressTensor , + om:SurfaceTension , + om:VolumeStrain , + om:WettingAngle ; + om:usesUnit om:atmosphere-Standard , + om:atmosphere-Technical , + om:attopascal , + om:attoradian , + om:bar , + om:barye , + om:centimetreOfMercury , + om:centipascal , + om:centiradian , + om:decapascal , + om:decibar , + om:decipascal , + om:deciradian , + om:exapascal , + om:femtopascal , + om:femtoradian , + om:gigapascal , + om:hectopascal , + om:kilogramSecond-TimeToThePower-2ReciprocalMetre , + om:kilopascal , + om:megapascal , + om:metreOfMercury , + om:microbar , + om:micropascal , + om:microradian , + om:millibar , + om:millimetreOfMercury , + om:millipascal , + om:milliradian , + om:nanopascal , + om:nanoradian , + om:newtonPerSquareMetre , + om:pascal , + om:petapascal , + om:picopascal , + om:picoradian , + om:terapascal , + om:torr ; + rdfs:label "fluid mechanics"@en , + "vloeistofmechanica"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fluidMechanicsDimensionlessNumbers +om:fluidMechanicsDimensionlessNumbers rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:AlfvenNumber , + om:CowlingNumber , + om:EulerNumber , + om:FirstCowlingNumber , + om:FourierNumber , + om:FourierNumberForMassTransfer , + om:FroudeNumber , + om:GrashofNumber , + om:GrashofNumberForMassTransfer , + om:HartmannNumber , + om:KnudsenNumber , + om:LewisNumber , + om:MachNumber , + om:MagneticReynoldsNumber , + om:NusseltNumber , + om:NusseltNumberForMassTransfer , + om:PecletNumber , + om:PecletNumberForMassTransfer , + om:PrandtlNumber , + om:RayleighNumber , + om:ReynoldsNumber , + om:SchmidtNumber , + om:StantonNumber , + om:StantonNumberForMassTransfer , + om:StrouhalNumber , + om:WeberNumber ; + rdfs:label "fluid mechanics dimensionless numbers"@en , + "vloeistofmechanica dimensieloze getallen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fluidOunce-Imperial +om:fluidOunce-Imperial rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "2.841306E-5"^^xsd:float ; + om:alternativeLabel "imperial fluid ounce"@en , + "ounce (imperial fluid)"@en ; + om:symbol "fl oz" ; + rdfs:comment "The imperial fluid ounce is a unit of volume defined as 2.841306e-5 cubic metre."@en ; + rdfs:label "fluid ounce (imperial)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fluidOunce-US +om:fluidOunce-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "2.957353E-5"^^xsd:float ; + om:alternativeLabel "US fluid ounce"@en , + "ounce (US fluid)"@en ; + om:symbol "fl oz" ; + rdfs:comment "The US fluid ounce is a unit of volume defined as 2.957353e-5 cubic metre."@en ; + rdfs:label "fluid ounce (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/fluidity-Dimension +om:fluidity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "fluidity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International +om:foot-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "0.3048"^^xsd:float ; + om:alternativeLabel "international foot"@en ; + om:symbol "ft" ; + rdfs:comment "The international foot is a unit of length defined as 3.048e-1 metre."@en ; + rdfs:label "foot (international)"@en , + "英尺(国际)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey +om:foot-USSurvey rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "0.3048006"^^xsd:float ; + om:alternativeLabel "US survey foot"@en ; + om:symbol "ft" ; + rdfs:comment "The US survey foot is a unit of length defined as 3.048006e-1 metre."@en ; + rdfs:label "foot (US survey)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal +om:footPoundal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "0.04214011"^^xsd:float ; + rdfs:comment "The foot poundal is a unit of energy defined as 4.214011e-2 joule."@en ; + rdfs:label "foot poundal"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/footcandle +om:footcandle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:illuminance-Dimension ; + om:hasUnit om:lux ; + om:hasFactor "10.76391"^^xsd:float ; + rdfs:comment "The footcandle is a unit of illuminance defined as 1.076391e1 lux."@en ; + rdfs:label "footcandle"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/footlambert +om:footlambert rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:luminance-Dimension ; + om:hasUnit om:candelaPerSquareMetre ; + om:hasFactor "3.426259"^^xsd:float ; + rdfs:comment "The footlambert is a unit of luminance defined as 3.426259 candela per square metre."@en ; + rdfs:label "footlambert"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension +om:force-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "force dimension"@en , + "krachtdimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/franklin +om:franklin rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasUnit om:coulomb ; + om:hasFactor "3.335641E-10"^^xsd:float ; + om:symbol "Fr" ; + rdfs:comment "The franklin is a unit of electric charge defined as 3.335641e-10 coulomb."@en ; + rdfs:label "franklin"@en , + "franklin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension +om:frequency-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "frequency dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International +om:furlong-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "201.168"^^xsd:float ; + om:alternativeLabel "international furlong"@en ; + rdfs:comment "The international furlong is a unit of length defined as 201.168 metre."@en ; + rdfs:label "furlong (international)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gMagnitude +om:gMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gal +om:gal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:acceleration-Dimension ; + om:hasUnit om:centimetrePerSecond-TimeSquared ; + om:alternativeLabel "galileo"@en , + "galileo"@nl ; + om:symbol "Gal" ; + rdfs:comment "The gal is a unit of acceleration defined as centimetre per second (time) squared."@en ; + rdfs:label "gal"@en , + "gal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-Imperial +om:gallon-Imperial rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.00454609"^^xsd:float ; + om:alternativeLabel "imperial gallon"@en ; + om:symbol "gal" ; + rdfs:comment "The imperial gallon is a unit of volume defined as 4.54609e-3 cubic metre."@en ; + rdfs:label "gallon (imperial)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-US +om:gallon-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.003785412"^^xsd:float ; + om:alternativeLabel "US gallon"@en ; + om:symbol "gal" ; + rdfs:comment "The US gallon is a unit of volume defined as 3.785412e-3 cubic metre."@en ; + rdfs:label "gallon (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gamma +om:gamma rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasUnit om:tesla ; + om:hasFactor "1.0E-9"^^xsd:float ; + om:LaTeXCommand "\\gammaUnit" ; + om:symbol "γ" ; + rdfs:comment "The gamma is a unit of magnetic flux density defined as 1.0e-9 tesla."@en ; + rdfs:label "gamma"@en , + "gamma"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gauss +om:gauss rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasUnit om:tesla ; + om:hasFactor "1.0E-4"^^xsd:float ; + om:alternativeLabel "abtesla"@en , + "abtesla"@nl ; + om:alternativeSymbol "Gs" ; + om:symbol "G" ; + rdfs:comment "The gauss is a unit of magnetic flux density defined as 1.0e-4 tesla."@en ; + rdfs:label "gauss"@en , + "gauss"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/geometry +om:geometry rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Angle , + om:Area , + om:Breadth , + om:Circumference , + om:Diameter , + om:Height , + om:Length , + om:LengthFraction , + om:Radius , + om:Slope , + om:SolidAngle , + om:Thickness , + om:Volume , + om:Width ; + om:usesUnit om:acre-International , + om:acre-USSurvey , + om:acreFoot , + om:angstrom , + om:are , + om:astronomicalUnit , + om:attolitre , + om:attometre , + om:attoradian , + om:attosteradian , + om:barn , + om:barrel-US , + om:bushel-US , + om:centiare , + om:centilitre , + om:centimetre , + om:centiradian , + om:centisteradian , + om:chain , + om:cicero , + om:circularMil , + om:cord , + om:cubicAttometre , + om:cubicCentimetre , + om:cubicDecametre , + om:cubicDecimetre , + om:cubicExametre , + om:cubicFemtometre , + om:cubicGigametre , + om:cubicHectometre , + om:cubicKilometre , + om:cubicKiloparsec , + om:cubicMegametre , + om:cubicMetre , + om:cubicMicrometre , + om:cubicMillimetre , + om:cubicNanometre , + om:cubicParsec , + om:cubicPetametre , + om:cubicPicometre , + om:cubicTerametre , + om:cup-USCustomary , + om:decalitre , + om:decametre , + om:decilitre , + om:decimetre , + om:deciradian , + om:decisteradian , + om:degree , + om:degreeSquared , + om:dessertspoon , + om:dryGallon-US , + om:dryPint-US , + om:dryQuart-US , + om:exalitre , + om:exametre , + om:fathom-USSurvey , + om:femtolitre , + om:femtometre , + om:femtoradian , + om:femtosteradian , + om:fermi , + om:fluidOunce-Imperial , + om:fluidOunce-US , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gallon-Imperial , + om:gallon-US , + om:gigalitre , + om:gigametre , + om:gill-Imperial , + om:gill-US , + om:gon , + om:hectare , + om:hectolitre , + om:hectometre , + om:inch-International , + om:kilolitre , + om:kilometre , + om:lightYear , + om:liquidPint-US , + om:liquidQuart-US , + om:litre , + om:megalitre , + om:megametre , + om:megaparsec , + om:metre , + om:metrePerMetre , + om:microlitre , + om:micrometre , + om:micron , + om:microradian , + om:microsecond-Angle , + om:microsteradian , + om:mil-Angle , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millilitre , + om:millimetre , + om:millimetrePerMetre , + om:milliradian , + om:millisecond-Angle , + om:millisteradian , + om:minute-Angle , + om:nanolitre , + om:nanometre , + om:nanoradian , + om:nanosteradian , + om:nauticalMile-International , + om:parsec , + om:peck-US , + om:petalitre , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picolitre , + om:picometre , + om:picoradian , + om:picosteradian , + om:pint-Imperial , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:quart-Imperial , + om:radian , + om:revolution , + om:rod-US , + om:second-Angle , + om:squareAttometre , + om:squareCentimetre , + om:squareDecametre , + om:squareDecimetre , + om:squareExametre , + om:squareFemtometre , + om:squareFoot-International , + om:squareGigametre , + om:squareHectometre , + om:squareInch-International , + om:squareKilometre , + om:squareMegametre , + om:squareMetre , + om:squareMicrometre , + om:squareMile-International , + om:squareMillimetre , + om:squareNanometre , + om:squarePetametre , + om:squarePicometre , + om:squareTerametre , + om:squareYard-International , + om:steradian , + om:stere , + om:tablespoon-US , + om:teaspoon-US , + om:teralitre , + om:terametre , + om:ton-Register , + om:yard-International ; + rdfs:label "geometrie"@nl , + "geometry"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gibi +om:gibi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1.07374182E9"^^xsd:float ; + om:alternativeLabel "gigabinary"@en ; + om:symbol "Gi" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "gibi"@en , + "gibi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gibibit +om:gibibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:gibi ; + om:hasUnit om:bit ; + om:symbol "Gibit" ; + rdfs:label "gibibit"@en , + "gibibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gibibyte +om:gibibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:gibi ; + om:hasUnit om:byte ; + om:symbol "GiB" ; + rdfs:label "gibibyte"@en , + "gibibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/giga +om:giga rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E9"^^xsd:float ; + om:symbol "G" ; + rdfs:label "giga"@en , + "giga"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigaampere +om:gigaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:ampere ; + om:symbol "GA" ; + rdfs:comment "The gigaampere is a unit of electric current defined as 1.0e9 ampere."@en ; + rdfs:label "gigaampere"@en , + "gigaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigabecquerel +om:gigabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:becquerel ; + om:symbol "GBq" ; + rdfs:comment "The gigabecquerel is a unit of activity defined as 1.0e9 becquerel."@en ; + rdfs:label "gigabecquerel"@en , + "gigabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigabit +om:gigabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:giga ; + om:hasUnit om:bit ; + om:symbol "Gbit" ; + rdfs:label "gigabit"@en , + "gigabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigabyte +om:gigabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:giga ; + om:hasUnit om:byte ; + om:symbol "GB" ; + rdfs:label "gigabyte"@en , + "gigabyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigacandela +om:gigacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:candela ; + om:symbol "Gcd" ; + rdfs:comment "The gigacandela is a unit of luminous intensity defined as 1.0e9 candela."@en ; + rdfs:label "gigacandela"@en , + "gigacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigacoulomb +om:gigacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:coulomb ; + om:symbol "GC" ; + rdfs:comment "The gigacoulomb is a unit of electric charge defined as 1.0e9 coulomb."@en ; + rdfs:label "gigacoulomb"@en , + "gigacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt +om:gigaelectronvolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:electronvolt ; + om:symbol "GeV" ; + rdfs:comment "The gigaelectronvolt is a unit of energy defined as 1.0e9 electronvolt."@en ; + rdfs:label "gigaelectronvolt"@en , + "gigaelectronvolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigafarad +om:gigafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:farad ; + om:symbol "GF" ; + rdfs:comment "The gigafarad is a unit of capacitance defined as 1.0e9 farad."@en ; + rdfs:label "gigafarad"@en , + "gigafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigagram +om:gigagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:gram ; + om:symbol "Gg" ; + rdfs:comment "The gigagram is a unit of mass defined as 1.0e9 gram."@en ; + rdfs:label "gigagram"@en , + "gigagram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigagramPerLitre +om:gigagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gigagram ; + om:alternativeSymbol "Gg l-1" , + "Gg·l-1" ; + om:symbol "Gg/l" ; + rdfs:comment "Gigagram per litre is a unit of density defined as gigagram divided by litre."@en ; + rdfs:label "gigagram per liter"@nl , + "gigagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigagray +om:gigagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:gray ; + om:symbol "GGy" ; + rdfs:comment "The gigagray is a unit of absorbed dose defined as 1.0e9 gray."@en ; + rdfs:label "gigagray"@en , + "gigagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigahenry +om:gigahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:henry ; + om:symbol "GH" ; + rdfs:comment "The gigahenry is a unit of inductance defined as 1.0e9 henry."@en ; + rdfs:label "gigahenry"@en , + "gigahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigahertz +om:gigahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:hertz ; + om:symbol "GHz" ; + rdfs:comment "The gigahertz is a unit of frequency defined as 1.0e9 hertz."@en ; + rdfs:label "gigahertz"@en , + "gigahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule +om:gigajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:joule ; + om:symbol "GJ" ; + rdfs:comment "The gigajoule is a unit of energy defined as 1.0e9 joule."@en ; + rdfs:label "gigajoule"@en , + "gigajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigakatal +om:gigakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:katal ; + om:symbol "Gkat" ; + rdfs:comment "The gigakatal is a unit of catalytic activity defined as 1.0e9 katal."@en ; + rdfs:label "gigakatal"@en , + "gigakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigakelvin +om:gigakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:kelvin ; + om:symbol "GK" ; + rdfs:comment "The gigakelvin is a unit of thermodynamic temperature defined as 1.0e9 kelvin."@en ; + rdfs:label "gigakelvin"@en , + "gigakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigalitre +om:gigalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:litre ; + om:symbol "Gl" ; + rdfs:label "gigaliter"@nl , + "gigalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigalumen +om:gigalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:lumen ; + om:symbol "Glm" ; + rdfs:label "gigalumen"@en , + "gigalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigalux +om:gigalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:lux ; + om:symbol "Glx" ; + rdfs:label "gigalux"@en , + "gigalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre +om:gigametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:metre ; + om:symbol "Gm" ; + rdfs:comment "The gigametre is a unit of length defined as 1.0e9 metre."@en ; + rdfs:label "10^9米"@zh , + "gigameter"@nl , + "gigametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-Time +om:gigametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:gigametre ; + om:alternativeSymbol "Gm s-1" , + "Gm·s-1" ; + om:symbol "Gm/s" ; + rdfs:comment "Gigametre per second is a unit of speed defined as gigametre divided by second."@en ; + rdfs:label "gigameter per seconde"@nl , + "gigametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-TimeSquared +om:gigametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:gigametre ; + om:alternativeSymbol "Gm s-2" , + "Gm·s-2" ; + om:symbol "Gm/s2" ; + rdfs:comment "Gigametre per second squared is a unit of acceleration defined as gigametre divided by second squared."@en ; + rdfs:label "gigameter per seconde kwadraat"@nl , + "gigametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigamolar +om:gigamolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:molar ; + om:symbol "GM" ; + rdfs:comment "The gigamolar is a unit of amount of substance concentration defined as 1.0e9 molar."@en ; + rdfs:label "gigamolair"@nl , + "gigamolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigamole +om:gigamole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:mole ; + om:symbol "Gmol" ; + rdfs:label "gigamol"@nl , + "gigamole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigamolePerLitre +om:gigamolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:gigamole ; + om:alternativeSymbol "Gmol l-1" , + "Gmol·l-1" ; + om:symbol "Gmol/l" ; + rdfs:comment "Gigamole per litre is a unit of amount of substance concentration defined as gigamole divided by litre."@en ; + rdfs:label "gigamole per liter"@nl , + "gigamole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigamolePerMetre +om:gigamolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:gigamole ; + om:alternativeSymbol "Gmol m-1" , + "Gmol·m-1" ; + om:symbol "Gmol/m" ; + rdfs:label "gigamole per meter"@nl , + "gigamole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/giganewton +om:giganewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:newton ; + om:symbol "GN" ; + rdfs:label "giganewton"@en , + "giganewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigaohm +om:gigaohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:ohm ; + om:symbol "GΩ" ; + rdfs:label "gigaohm"@en , + "gigaohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec +om:gigaparsec rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:parsec ; + om:symbol "Gpc" ; + rdfs:comment "The gigaparsec is a unit of length defined as 1.0e9 parsec. Gebruikt voor de afstand op de schaal van het heelal."@en ; + rdfs:label "gigaparsec"@en , + "gigaparsec"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal +om:gigapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:pascal ; + om:symbol "GPa" ; + rdfs:label "gigapascal"@en , + "gigapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time +om:gigasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:second-Time ; + om:symbol "Gs" ; + rdfs:label "gigasecond"@en , + "gigaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-TimeSquared +om:gigasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:gigasecond-Time ; + om:hasExponent 2 ; + om:symbol "Gs2" ; + rdfs:label "gigasecond squared"@en , + "gigaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigasiemens +om:gigasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:siemens ; + om:symbol "GS" ; + rdfs:label "gigasiemens"@en , + "gigasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigasievert +om:gigasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:sievert ; + om:symbol "GSv" ; + rdfs:label "gigasievert"@en , + "gigasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigatesla +om:gigatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:tesla ; + om:symbol "GT" ; + rdfs:label "gigatesla"@en , + "gigatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigavolt +om:gigavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:volt ; + om:symbol "GV" ; + rdfs:label "gigavolt"@en , + "gigavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigawatt +om:gigawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:watt ; + om:symbol "GW" ; + rdfs:label "gigawatt"@en , + "gigawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigawattHour +om:gigawattHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:gigawatt ; + om:hasTerm2 om:hour ; + om:alternativeLabel "gigawatt-hour"@en , + "gigawatthour"@en ; + om:alternativeSymbol "GWh" , + "GW·h" ; + om:symbol "GW h" ; + rdfs:label "gigawatt hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigaweber +om:gigaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:weber ; + om:symbol "GWb" ; + rdfs:label "gigaweber"@en , + "gigaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear +om:gigayear rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:giga ; + om:hasUnit om:year ; + om:symbol "Gyr" ; + rdfs:label "gigajaar"@nl , + "gigayear"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigayearCubicKiloparsec +om:gigayearCubicKiloparsec rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:gigayear ; + om:hasTerm2 om:cubicKiloparsec ; + om:alternativeSymbol "Gyr·kpc3" ; + om:symbol "Gyr kpc3" ; + rdfs:label "gigajaar kubieke kiloparsec"@nl , + "gigayear cubic kiloparsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gigayearCubicParsec +om:gigayearCubicParsec rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:gigayear ; + om:hasTerm2 om:cubicParsec ; + om:alternativeSymbol "Gyr·pc3" ; + om:symbol "Gyr pc3" ; + rdfs:label "gigajaar kubieke parsec"@nl , + "gigayear cubic parsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gilbert +om:gilbert rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasUnit om:ampere ; + om:hasFactor "0.7957747"^^xsd:float ; + om:symbol "Gb" ; + rdfs:comment "The gilbert is a unit of electric current defined as 7.957747e-1 ampere."@en ; + rdfs:label "gilbert"@en , + "gilbert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gill-Imperial +om:gill-Imperial rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "1.420653E-4"^^xsd:float ; + om:alternativeLabel "imperial gill"@en ; + om:symbol "gi" ; + rdfs:comment "The imperial gill is a unit of volume defined as 1.420653e-4 cubic metre."@en ; + rdfs:label "gill (imperial)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gill-US +om:gill-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "1.182941E-4"^^xsd:float ; + om:alternativeLabel "US gill"@en ; + om:symbol "gi" ; + rdfs:comment "The US gill is a unit of volume defined as 1.182941e-4 cubic metre."@en ; + rdfs:label "gill (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/glass +om:glass rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "glas"@nl , + "glass"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gon +om:gon rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:radian ; + om:hasFactor "0.01570796"^^xsd:float ; + om:alternativeLabel "grade"@en ; + om:symbol "gon" ; + rdfs:comment "The gon is a unit of angle defined as 1.570796e-2 radian."@en ; + rdfs:label "gon"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/grain +om:grain rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "6.479891E-5"^^xsd:float ; + om:symbol "gr" ; + rdfs:comment "The grain is a unit of mass defined as 6.479891e-5 kilogram."@en ; + rdfs:label "grain"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gram +om:gram rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.001"^^xsd:float ; + om:symbol "g" ; + rdfs:comment "The gram is a unit of mass defined as 1.0e-3 kilogram."@en ; + rdfs:label "gram"@en , + "gram"@nl , + "克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerAttolitre +om:gramPerAttolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:attolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g al-1" , + "g·al-1" ; + om:symbol "g/al" ; + rdfs:comment "Gram per attolitre is a unit of density defined as gram divided by attolitre."@en ; + rdfs:label "gram per attoliter"@nl , + "gram per attolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCentilitre +om:gramPerCentilitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:centilitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g cl-1" , + "g·cl-1" ; + om:symbol "g/cl" ; + rdfs:comment "Gram per centilitre is a unit of density defined as gram divided by centilitre."@en ; + rdfs:label "gram per centiliter"@nl , + "gram per centilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicCentimetre +om:gramPerCubicCentimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicCentimetre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g cm-3" , + "g·cm-3" ; + om:longcomment "Gram per cubic centimetre is a unit of density defined as gram divided by cubic centimetre. Gram per cubic centimetre is a derived unit in the International System of Units." ; + om:symbol "g/cm3" ; + rdfs:comment "Gram per cubic centimetre is a unit of density defined as gram divided by cubic centimetre."@en ; + rdfs:label "gram per cubic centimetre"@en , + "gram per kubieke centimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicmetre +om:gramPerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g m-3" , + "g·m-3" ; + om:longcomment "Gram per cubic metre is a unit of density defined as gram divided by cubic metre. Gram per cubic metre is a derived unit in the International System of Units." ; + om:symbol "g/m3" ; + rdfs:comment "Gram per cubic metre is a unit of density defined as gram divided by cubic metre."@en ; + rdfs:label "gram per cubic metre"@en , + "gram per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerDay +om:gramPerDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasDimension om:massFlow-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g d-1" , + "g·d-1" ; + om:symbol "g/d" ; + rdfs:label "gram per dag"@nl , + "gram per day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerDecalitre +om:gramPerDecalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:decalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g dal-1" , + "g·dal-1" ; + om:symbol "g/dal" ; + rdfs:comment "Gram per decalitre is a unit of density defined as gram divided by decalitre."@en ; + rdfs:label "gram per decaliter"@nl , + "gram per decalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerDecilitre +om:gramPerDecilitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:decilitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g dl-1" , + "g·dl-1" ; + om:symbol "g/dl" ; + rdfs:comment "Gram per decilitre is a unit of density defined as gram divided by decilitre."@en ; + rdfs:label "gram per deciliter"@nl , + "gram per decilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerExalitre +om:gramPerExalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:exalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g El-1" , + "g·El-1" ; + om:symbol "g/El" ; + rdfs:comment "Gram per exalitre is a unit of density defined as gram divided by exalitre."@en ; + rdfs:label "gram per exaliter"@nl , + "gram per exalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerFemtolitre +om:gramPerFemtolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:femtolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g fl-1" , + "g·fl-1" ; + om:symbol "g/fl" ; + rdfs:comment "Gram per femtolitre is a unit of density defined as gram divided by femtolitre."@en ; + rdfs:label "gram per femtoliter"@nl , + "gram per femtolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGigalitre +om:gramPerGigalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:gigalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g Gl-1" , + "g·Gl-1" ; + om:symbol "g/Gl" ; + rdfs:comment "Gram per gigalitre is a unit of density defined as gram divided by gigalitre."@en ; + rdfs:label "gram per gigaliter"@nl , + "gram per gigalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram +om:gramPerGram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g g-1" , + "g·g-1" ; + om:symbol "g/g" ; + rdfs:label "gram per gram"@en , + "gram per gram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerHectogram +om:gramPerHectogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectogram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:gram ; + om:alternativeLabel "gram per 100 gram"@en , + "gram per 100 gram"@nl ; + om:alternativeSymbol "g hg-1" , + "g/100 g" , + "g·hg-1" ; + om:symbol "g/hg" ; + rdfs:label "gram per hectogram"@en , + "gram per hectogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerHectolitre +om:gramPerHectolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:hectolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g hl-1" , + "g·hl-1" ; + om:symbol "g/hl" ; + rdfs:comment "Gram per hectolitre is a unit of density defined as gram divided by hectolitre."@en ; + rdfs:label "gram per hectoliter"@nl , + "gram per hectolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerJoule +om:gramPerJoule rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:joule ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g J-1" , + "g·J-1" ; + om:longcomment "Gram per joule is a unit of energy consumption defined as gram divided by joule. Gram per joule is a derived unit in the International System of Units." ; + om:symbol "g/J" ; + rdfs:comment "Gram per joule is a unit of energy consumption."@en ; + rdfs:label "gram per joule"@en , + "gram per joule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerKilogram +om:gramPerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:gram ; + om:hasUnit om:one ; + om:hasFactor "0.001"^^xsd:float ; + om:alternativeSymbol "g kg-1" , + "g·kg-1" ; + om:symbol "g/kg" ; + rdfs:label "gram per kilogram"@en , + "gram per kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerKilolitre +om:gramPerKilolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:kilolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g kl-1" , + "g·kl-1" ; + om:symbol "g/kl" ; + rdfs:comment "Gram per kilolitre is a unit of density defined as gram divided by kilolitre."@en ; + rdfs:label "gram per kiloliter"@nl , + "gram per kilolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerLitre +om:gramPerLitre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g l-1" , + "g·l-1" ; + om:longcomment "Gram per litre is a unit of density defined as gram divided by litre. Gram per litre is a derived unit in the International System of Units." ; + om:symbol "g/l" ; + rdfs:comment "Gram per litre is a unit of density defined as gram divided by litre."@en ; + rdfs:label "gram per liter"@nl , + "gram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMegajoule +om:gramPerMegajoule rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:megajoule ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g MJ-1" , + "g·MJ-1" ; + om:symbol "g/MJ" ; + rdfs:label "gram per megajoule"@en , + "gram per megajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMegalitre +om:gramPerMegalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:megalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g Ml-1" , + "g·Ml-1" ; + om:symbol "g/Ml" ; + rdfs:comment "Gram per megalitre is a unit of density defined as gram divided by megalitre."@en ; + rdfs:label "gram per megaliter"@nl , + "gram per megalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMetre +om:gramPerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g m-1" , + "g·m-1" ; + om:symbol "g/m" ; + rdfs:label "gram per meter"@nl , + "gram per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMicrolitre +om:gramPerMicrolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:microlitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g μl-1" , + "g·μl-1" ; + om:symbol "g/μl" ; + rdfs:comment "Gram per microlitre is a unit of density defined as gram divided by microlitre."@en ; + rdfs:label "gram per microliter"@nl , + "gram per microlitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMillilitre +om:gramPerMillilitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:millilitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g ml-1" , + "g·ml-1" ; + om:symbol "g/ml" ; + rdfs:comment "Gram per millilitre is a unit of density defined as gram divided by millilitre."@en ; + rdfs:label "gram per milliliter"@nl , + "gram per millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerNanolitre +om:gramPerNanolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:nanolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g nl-1" , + "g·nl-1" ; + om:symbol "g/nl" ; + rdfs:comment "Gram per nanolitre is a unit of density defined as gram divided by nanolitre."@en ; + rdfs:label "gram per nanoliter"@nl , + "gram per nanolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerPetalitre +om:gramPerPetalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:petalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g Pl-1" , + "g·Pl-1" ; + om:symbol "g/Pl" ; + rdfs:comment "Gram per petalitre is a unit of density defined as gram divided by petalitre."@en ; + rdfs:label "gram per petaliter"@nl , + "gram per petalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerPicolitre +om:gramPerPicolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:picolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g pl-1" , + "g·pl-1" ; + om:symbol "g/pl" ; + rdfs:comment "Gram per picolitre is a unit of density defined as gram divided by picolitre."@en ; + rdfs:label "gram per picoliter"@nl , + "gram per picolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetre +om:gramPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g m-2" , + "g·m-2" ; + om:symbol "g/m2" ; + rdfs:label "gram per square metre"@en , + "gram per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetreCentimetre +om:gramPerSquareMetreCentimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:centimetre ; + om:hasNumerator om:gramPerSquareMetre ; + om:alternativeSymbol "g m-2 cm-1" , + "g·m-2·cm-1" ; + om:symbol "g/(m2 cm)" ; + rdfs:label "gram per square metre centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetreDay +om:gramPerSquareMetreDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreDay ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g m-2 d-1" , + "g·m-2·d-1" ; + om:symbol "g/(m2 d)" ; + rdfs:label "gram per square metre day"@en , + "gram per vierkante meter dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetreMetre +om:gramPerSquareMetreMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasNumerator om:gramPerSquareMetre ; + om:alternativeSymbol "g m-2 m-1" , + "g·m-2·m-1" ; + om:symbol "g/(m2 m)" ; + rdfs:label "gram per square metre metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetreSecond-Time +om:gramPerSquareMetreSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreSecond-Time ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g m-2 s-1" , + "g·m-2·s-1" ; + om:symbol "g/(m2 s)" ; + rdfs:label "gram per square metre second"@en , + "gram per vierkante meter seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerTeralitre +om:gramPerTeralitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:teralitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g Tl-1" , + "g·Tl-1" ; + om:symbol "g/Tl" ; + rdfs:comment "Gram per teralitre is a unit of density defined as gram divided by teralitre."@en ; + rdfs:label "gram per teraliter"@nl , + "gram per teralitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerYoctolitre +om:gramPerYoctolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:yoctolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g yl-1" , + "g·yl-1" ; + om:symbol "g/yl" ; + rdfs:comment "Gram per yoctolitre is a unit of density defined as gram divided by yoctolitre."@en ; + rdfs:label "gram per yoctoliter"@nl , + "gram per yoctolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerYottalitre +om:gramPerYottalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:yottalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g Yl-1" , + "g·Yl-1" ; + om:symbol "g/Yl" ; + rdfs:comment "Gram per yottalitre is a unit of density defined as gram divided by yottalitre."@en ; + rdfs:label "gram per yottaliter"@nl , + "gram per yottalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerZeptolitre +om:gramPerZeptolitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:zeptolitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g zl-1" , + "g·zl-1" ; + om:symbol "g/zl" ; + rdfs:comment "Gram per zeptolitre is a unit of density defined as gram divided by zeptolitre."@en ; + rdfs:label "gram per zeptoliter"@nl , + "gram per zeptolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerZettalitre +om:gramPerZettalitre rdf:type owl:NamedIndividual , + om:GramPerPrefixedLitre ; + om:hasDenominator om:zettalitre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:gram ; + om:alternativeSymbol "g Zl-1" , + "g·Zl-1" ; + om:symbol "g/Zl" ; + rdfs:comment "Gram per zettalitre is a unit of density defined as gram divided by zettalitre."@en ; + rdfs:label "gram per zettaliter"@nl , + "gram per zettalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gray +om:gray rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasUnit om:joulePerKilogram ; + om:longcomment "The gray is a unit of absorbed dose defined as joule divided by kilogram = square metre divided by second squared. The gray is a derived unit is the International System of Units." ; + om:symbol "Gy" ; + rdfs:comment "The gray is a unit of absorbed dose defined as joule divided by kilogram = square metre divided by second squared."@en ; + rdfs:label "gray"@en , + "gray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/grayPerSecond-Time +om:grayPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:absorbedDoseRate-Dimension ; + om:hasNumerator om:gray ; + om:alternativeSymbol "Gy s-1" , + "Gy·s-1" ; + om:symbol "Gy/s" ; + rdfs:label "gray per second"@en , + "gray per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/gross +om:gross rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "144.0"^^xsd:float ; + rdfs:comment "Gross is a unit of dimension one defined as 144."@en ; + rdfs:label "gross"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/halfDozen +om:halfDozen rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "6.0"^^xsd:float ; + rdfs:comment "Half dozen is a unit of dimension one defined as 6."@en ; + rdfs:label "half dozen"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/handful +om:handful rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "handful"@en , + "handje"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hartley +om:hartley rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasUnit om:bit ; + om:hasFactor "3.321928"^^xsd:float ; + om:symbol "Hart" ; + rdfs:comment "The hartley is a unit of information capacity defined as 3.321928095 bit."@en ; + rdfs:label "hartley"@en , + "hartley"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/heatTransferCoefficient-Dimension +om:heatTransferCoefficient-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent -1 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "heat transfer coefficient dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectare +om:hectare rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:area-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:are ; + om:symbol "ha" ; + rdfs:comment "The hectare is a unit of area defined as 1.0e2 are."@en ; + rdfs:label "hectare"@en , + "hectare"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectareDay +om:hectareDay rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:hectare ; + om:hasTerm2 om:day ; + om:alternativeSymbol "ha·d" ; + om:symbol "ha d" ; + rdfs:label "hectare dag"@nl , + "hectare day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hecto +om:hecto rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "100.0"^^xsd:float ; + om:symbol "h" ; + rdfs:label "hecto"@en , + "hecto"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectoampere +om:hectoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:ampere ; + om:symbol "hA" ; + rdfs:comment "The hectoampere is a unit of electric current defined as 1.0e2 ampere."@en ; + rdfs:label "hectoampere"@en , + "hectoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectobecquerel +om:hectobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:becquerel ; + om:symbol "hBq" ; + rdfs:comment "The hectobecquerel is a unit of activity defined as 1.0e2 becquerel."@en ; + rdfs:label "hectobecquerel"@en , + "hectobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectocandela +om:hectocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:candela ; + om:symbol "hcd" ; + rdfs:comment "The hectocandela is a unit of luminous intensity defined as 1.0e2 candela."@en ; + rdfs:label "hectocandela"@en , + "hectocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectocoulomb +om:hectocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:coulomb ; + om:symbol "hC" ; + rdfs:comment "The hectocoulomb is a unit of electric charge defined as 1.0e2 coulomb."@en ; + rdfs:label "hectocoulomb"@en , + "hectocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectofarad +om:hectofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:farad ; + om:symbol "hF" ; + rdfs:comment "The hectofarad is a unit of capacitance defined as 1.0e2 farad."@en ; + rdfs:label "hectofarad"@en , + "hectofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectogram +om:hectogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:gram ; + om:alternativeLabel "100 gram"@en ; + om:symbol "hg" ; + rdfs:comment "The hectogram is a unit of mass defined as 1.0e2 gram."@en ; + rdfs:label "hectogram"@en , + "hectogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectogramPerLitre +om:hectogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:hectogram ; + om:alternativeSymbol "hg l-1" , + "hg·l-1" ; + om:symbol "hg/l" ; + rdfs:comment "Hectogram per litre is a unit of density defined as hectogram divided by litre."@en ; + rdfs:label "hectogram per liter"@nl , + "hectogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectogray +om:hectogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:gray ; + om:symbol "hGy" ; + rdfs:comment "The hectogray is a unit of absorbed dose defined as 1.0e2 gray."@en ; + rdfs:label "hectogray"@en , + "hectogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectohenry +om:hectohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:henry ; + om:symbol "hH" ; + rdfs:comment "The hectohenry is a unit of inductance defined as 1.0e2 henry."@en ; + rdfs:label "hectohenry"@en , + "hectohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectohertz +om:hectohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:hertz ; + om:symbol "hHz" ; + rdfs:comment "The hectohertz is a unit of frequency defined as 1.0e2 hertz."@en ; + rdfs:label "hectohertz"@en , + "hectohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectojoule +om:hectojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:joule ; + om:symbol "hJ" ; + rdfs:comment "The hectojoule is a unit of energy defined as 1.0e2 joule."@en ; + rdfs:label "hectojoule"@en , + "hectojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectokatal +om:hectokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:katal ; + om:symbol "hkat" ; + rdfs:comment "The hectokatal is a unit of catalytic activity defined as 1.0e2 katal."@en ; + rdfs:label "hectokatal"@en , + "hectokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectokelvin +om:hectokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:kelvin ; + om:symbol "hK" ; + rdfs:comment "The hectokelvin is a unit of thermodynamic temperature defined as 1.0e2 kelvin."@en ; + rdfs:label "hectokelvin"@en , + "hectokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectolitre +om:hectolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:litre ; + om:symbol "hl" ; + rdfs:label "hectoliter"@nl , + "hectolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectolumen +om:hectolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:lumen ; + om:symbol "hlm" ; + rdfs:label "hectolumen"@en , + "hectolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectolux +om:hectolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:lux ; + om:symbol "hlx" ; + rdfs:label "hectolux"@en , + "hectolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre +om:hectometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:metre ; + om:symbol "hm" ; + rdfs:comment "The hectometre is a unit of length defined as 1.0e2 metre."@en ; + rdfs:label "hectometer"@nl , + "hectometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-Time +om:hectometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:hectometre ; + om:alternativeSymbol "hm s-1" , + "hm·s-1" ; + om:symbol "hm/s" ; + rdfs:comment "Hectometre per second is a unit of speed defined as hectometre divided by second."@en ; + rdfs:label "hectometer per seconde"@nl , + "hectometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-TimeSquared +om:hectometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:hectometre ; + om:alternativeSymbol "hm s-2" , + "hm·s-2" ; + om:symbol "hm/s2" ; + rdfs:comment "Hectometre per second squared is a unit of acceleration defined as hectometre divided by second squared."@en ; + rdfs:label "hectometer per seconde kwadraat"@nl , + "hectometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectomolar +om:hectomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:molar ; + om:symbol "hM" ; + rdfs:comment "The hectomolar is a unit of amount of substance concentration defined as 1.0e2 molar."@en ; + rdfs:label "hectomolair"@nl , + "hectomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectomole +om:hectomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:mole ; + om:symbol "hmol" ; + rdfs:label "hectomol"@nl , + "hectomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectomolePerLitre +om:hectomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:hectomole ; + om:alternativeSymbol "hmol l-1" , + "hmol·l-1" ; + om:symbol "hmol/l" ; + rdfs:comment "Hectomole per litre is a unit of amount of substance concentration defined as hectomole divided by litre."@en ; + rdfs:label "hectomole per liter"@nl , + "hectomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectomolePerMetre +om:hectomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:hectomole ; + om:alternativeSymbol "hmol m-1" , + "hmol·m-1" ; + om:symbol "hmol/m" ; + rdfs:label "hectomole per meter"@nl , + "hectomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectonewton +om:hectonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:newton ; + om:symbol "hN" ; + rdfs:label "hectonewton"@en , + "hectonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectoohm +om:hectoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:ohm ; + om:symbol "hΩ" ; + rdfs:label "hectoohm"@en , + "hectoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal +om:hectopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:pascal ; + om:symbol "hPa" ; + rdfs:label "hectopascal"@en , + "hectopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time +om:hectosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:second-Time ; + om:symbol "hs" ; + rdfs:label "hectosecond"@en , + "hectoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-TimeSquared +om:hectosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:hectosecond-Time ; + om:hasExponent 2 ; + om:symbol "hs2" ; + rdfs:label "hectosecond squared"@en , + "hectoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectosiemens +om:hectosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:siemens ; + om:symbol "hS" ; + rdfs:label "hectosiemens"@en , + "hectosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectosievert +om:hectosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:sievert ; + om:symbol "hSv" ; + rdfs:label "hectosievert"@en , + "hectosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectotesla +om:hectotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:tesla ; + om:symbol "hT" ; + rdfs:label "hectotesla"@en , + "hectotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectovolt +om:hectovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:volt ; + om:symbol "hV" ; + rdfs:label "hectovolt"@en , + "hectovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectowatt +om:hectowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:watt ; + om:symbol "hW" ; + rdfs:label "hectowatt"@en , + "hectowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hectoweber +om:hectoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:hecto ; + om:hasUnit om:weber ; + om:symbol "hWb" ; + rdfs:label "hectoweber"@en , + "hectoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/henry +om:henry rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasUnit om:weberPerAmpere ; + om:longcomment "The henry is a unit of inductance defined as square metre times kilogram divided by second squared times ampere squared = weber divided by ampere = volt second divided by ampere = (joule divided by coulomb) times second divided by (coulomb divided by second) = joule times second squared divided by coulomb squared = square metre times kilogram divided by coulomb squared. The henry is a derived unit in the International System of Units." ; + om:symbol "H" ; + rdfs:comment "The henry is a unit of inductance defined as square metre times kilogram divided by second squared times ampere squared = weber divided by ampere = volt second divided by ampere = (joule divided by coulomb) times second divided by (coulomb divided by second) = joule times second squared divided by coulomb squared = square metre times kilogram divided by coulomb squared."@en ; + rdfs:label "henry"@en , + "henry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/henryPerMetre +om:henryPerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:permeabilityOfFreeSpace-Dimension ; + om:hasNumerator om:henry ; + om:alternativeSymbol "H m-1" , + "H·m-1" ; + om:symbol "H/m" ; + rdfs:label "henry per meter"@nl , + "henry per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hertz +om:hertz rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:frequency-Dimension ; + om:hasUnit om:reciprocalSecond-Time ; + om:longcomment "The hertz is a unit of frequency defined as 1 divided by second. The hertz is a derived unit in the International System of Units." ; + om:symbol "Hz" ; + rdfs:comment "The hertz is a unit of frequency defined as 1 divided by second."@en ; + rdfs:label "hertz"@en , + "hertz"@nl , + "赫兹"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Boiler +om:horsepower-Boiler rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "9809.5"^^xsd:float ; + om:alternativeLabel "boiler horsepower"@en ; + rdfs:comment "The boiler horsepower is a unit of power defined as 9.80950e3 watt."@en ; + rdfs:label "horsepower (boiler)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-British +om:horsepower-British rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "745.7"^^xsd:float ; + om:alternativeLabel "British horsepower"@en , + "imperial horsepower"@en ; + rdfs:comment "The British horsepower is a unit of power defined as 7.4570e2 watt."@en ; + rdfs:label "horsepower (British)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Electric +om:horsepower-Electric rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "746.0"^^xsd:float ; + om:alternativeLabel "electric horsepower"@en ; + rdfs:comment "The electric horsepower is a unit of power defined as 7.46e2 watt."@en ; + rdfs:label "horsepower (electric)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Metric +om:horsepower-Metric rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "735.4988"^^xsd:float ; + om:alternativeLabel "metric horsepower"@en ; + om:symbol "PS" ; + rdfs:comment "The metric horsepower is a unit of power defined as 7.354988e2 watt."@en ; + rdfs:label "horsepower (metric)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Water +om:horsepower-Water rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "746.043"^^xsd:float ; + om:alternativeLabel "water horsepower"@en ; + rdfs:comment "The water horsepower is a unit of power defined as 7.46043e2 watt."@en ; + rdfs:label "horsepower (water)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hour +om:hour rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "3600.0"^^xsd:float ; + om:alternativeSymbol "u" ; + om:symbol "h" ; + rdfs:comment "The hour is a unit of time defined as 3600 second."@en ; + rdfs:label "hour"@en , + "uur"@nl , + "小时"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hour-HourAngle +om:hour-HourAngle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:degree ; + om:hasFactor "15.0"^^xsd:float ; + om:symbol "h" ; + rdfs:comment "Wordt gebruikt als hoek (360°=24) voor o.a. rechte klimming. De h wordt meestal als superscript achter de waarde gezet gevolgd door de verdere opdeling naar minuten en seconden. Zoals in 5h34m12s09. Vaak wordt de fractie in seconden zonder punt geschreven, de s wordt als afscheiding gebruikt (http://en.wikipedia.org/wiki/Right_ascension)."@nl ; + rdfs:label "hour (hour angle)"@en , + "uur (uurhoek)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hour-Sidereal +om:hour-Sidereal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "3590.17"^^xsd:float ; + om:alternativeLabel "sidereal hour"@en ; + rdfs:label "hour (sidereal)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hundredCount +om:hundredCount rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "100.0"^^xsd:float ; + rdfs:comment "Hundred count is a unit of dimension one defined as 100."@en ; + rdfs:label "hundred count"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hundredweight-British +om:hundredweight-British rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "50.80235"^^xsd:float ; + om:alternativeLabel "British hundredweight"@en ; + rdfs:comment "The British hundredweight is a unit of mass defined as 5.080235e1 kilogram."@en ; + rdfs:label "hundredweight (British)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/hundredweight-US +om:hundredweight-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "45.35924"^^xsd:float ; + om:alternativeLabel "US hundredweight"@en ; + rdfs:comment "The US hundredweight is a unit of mass defined as 4.535924e1 kilogram."@en ; + rdfs:label "hundredweight (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension +om:illuminance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "illuminance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International +om:inch-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "0.0254"^^xsd:float ; + om:alternativeLabel "international inch"@en ; + om:symbol "in" ; + rdfs:comment "The international inch is a unit of length defined as 2.54e-2 metre."@en ; + rdfs:label "inch (international)"@en , + "英寸(国际)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension +om:inductanceOrPermeance-Electromagnetic-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -2 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "inductance or permeance (electromagnetic) dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/informationCapacityOfOneBinaryDigit +om:informationCapacityOfOneBinaryDigit rdf:type owl:NamedIndividual , + om:InformationCapacity ; + om:hasPhenomenon om:oneBinaryDigit ; + rdfs:label "information capacity of one binary digit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/informationTechnology +om:informationTechnology rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:InformationCapacity , + om:PixelCount , + om:SymbolRate ; + om:usesUnit om:bit , + om:bitPerSecond-Time , + om:byte , + om:exabit , + om:exbibit , + om:gibibit , + om:gigabit , + om:hartley , + om:kibibit , + om:kilobit , + om:mebibit , + om:megabit , + om:pebibit , + om:petabit , + om:pixel , + om:shannon , + om:tebibit , + om:terabit , + om:yobibit , + om:yottabit , + om:zebibit , + om:zettabit ; + rdfs:label "informatietechnologie"@nl , + "information technology"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/internationalPrototypeOfTheKilogram +om:internationalPrototypeOfTheKilogram rdf:type owl:NamedIndividual , + owl:Thing ; + rdfs:label "international prototype of the kilogram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/jansky +om:jansky rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:alternativeLabel "flux unit"@en ; + om:symbol "Jy" ; + rdfs:label "jansky"@en , + "jansky"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joule +om:joule rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:newtonMetre ; + om:longcomment "The joule is a unit of energy defined as kilogram times square metre divided by second squared. The joule is a derived unit in the International System of Units." ; + om:symbol "J" ; + rdfs:comment "The joule is a unit of energy defined as kilogram times square metre divided by second squared."@en ; + rdfs:label "joule"@en , + "joule"@nl , + "焦耳"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerCubicMetreKelvin +om:joulePerCubicMetreKelvin rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetreKelvin ; + om:hasDimension om:volumetricHeatCapacity-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J-1 m3 K" , + "J-1·m3·K" , + "J/(m3·K)" ; + om:symbol "J/m3 K" ; + rdfs:label "joule per cubic metre kelvin"@en , + "joule per kubieke meter kelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerCubicmetre +om:joulePerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:energyDensity-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J m-3" , + "J·m-3" ; + om:symbol "J/m3" ; + rdfs:label "joule per cubic metre"@en , + "joule per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvin +om:joulePerKelvin rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kelvin ; + om:hasDimension om:entropyOrHeatCapacity-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J K-1" , + "J·K-1" ; + om:symbol "J/K" ; + rdfs:label "joule per kelvin"@en , + "joule per kelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinKilogram +om:joulePerKelvinKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kelvinKilogram ; + om:hasDimension om:specificEntropyOrSpecificHeatCapacity-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J K-1 kg-1" , + "J/(K·kg)" , + "J·K-1·kg-1" ; + om:symbol "J/(K kg)" ; + rdfs:label "joule per kelvin kilogram"@en , + "joule per kelvin kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinMole +om:joulePerKelvinMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kelvinMole ; + om:hasDimension om:molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J K-1 mol-1" , + "J/(K·mol)" , + "J·K-1·mol-1" ; + om:symbol "J/(K mol)" ; + rdfs:label "joule per kelvin mol"@nl , + "joule per kelvin mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram +om:joulePerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J kg-1" , + "J·kg-1" ; + om:symbol "J/kg" ; + rdfs:label "joule per kilogram"@en , + "joule per kilogram"@nl , + "焦耳每千克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerMole +om:joulePerMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:mole ; + om:hasDimension om:molarEnergy-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J mol-1" , + "J·mol-1" ; + om:symbol "J/mol" ; + rdfs:label "joule per mol"@nl , + "joule per mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSecond-Time +om:joulePerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:power-Dimension ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J s-1" , + "J·s-1" ; + om:symbol "J/s" ; + rdfs:label "joule per second"@en , + "joule per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSquareMetre +om:joulePerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J m-2" , + "J·m-2" ; + om:symbol "J/m2" ; + rdfs:label "joule per square metre"@en , + "joule per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSquareMetreDay +om:joulePerSquareMetreDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreDay ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J m-2 d-1" , + "J·m-2·d-1" ; + om:symbol "J/(m2 d)" ; + rdfs:label "joule per square metre day"@en , + "joule per vierkante meter dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSquareMetreSecond-Time +om:joulePerSquareMetreSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreSecond-Time ; + om:hasNumerator om:joule ; + om:alternativeSymbol "J m-2 s-1" , + "J·m-2·s-1" ; + om:symbol "J/(m2 s)" ; + rdfs:label "joule per square metre second"@en , + "joule per vierkante meter seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/jouleSecond-Time +om:jouleSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:actionOrAngularMomentum-Dimension ; + om:hasTerm1 om:joule ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "J·s" ; + om:symbol "J s" ; + rdfs:label "joule second"@en , + "joule seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/katal +om:katal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasUnit om:molePerSecond-Time ; + om:longcomment "The katal is a unit of catalytic activity defined as mole divided by second. The katal is a derived unit in the International System of Units." ; + om:symbol "kat" ; + rdfs:comment "The katal is a unit of catalytic activity defined as mole divided by second."@en ; + rdfs:label "katal"@en , + "katal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/katalPerCubicmetre +om:katalPerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:catalyticActivityConcentration-Dimension ; + om:hasNumerator om:katal ; + om:alternativeSymbol "kat m-3" , + "kat·m-3" ; + om:symbol "kat/m3" ; + rdfs:label "katal per cubic metre"@en , + "katal per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kayser +om:kayser rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:wavenumber-Dimension ; + om:hasUnit om:reciprocalMetre ; + om:hasFactor "100.0"^^xsd:float ; + om:alternativeLabel "rydberg"@en , + "rydberg"@nl ; + rdfs:comment "The kayser is a unit of wavenumber defined as 100 reciprocal metre."@en ; + rdfs:label "kayser"@en , + "kayser"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin +om:kelvin rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasQuantity om:_127316OfTheThermodynamicTemperatureOfTheTriplePointOfWater ; + om:longcomment "The kelvin is a unit of temperature defined as 1/273.16 of the thermodynamic temperature of the triple point of water. The kelvin is a base unit in the International System of Units." ; + om:symbol "K" ; + rdfs:comment "The kelvin is a unit of temperature defined as 1/273.16 of the thermodynamic temperature of the triple point of water."@en ; + rdfs:label "kelvin"@en , + "kelvin"@nl , + "开"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinKilogram +om:kelvinKilogram rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:kelvin ; + om:hasTerm2 om:kilogram ; + om:alternativeSymbol "K·kg" ; + om:symbol "K kg" ; + rdfs:label "kelvin kilogram"@en , + "kelvin kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinMole +om:kelvinMole rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:kelvin ; + om:hasTerm2 om:mole ; + om:alternativeSymbol "K·mol" ; + om:symbol "K mol" ; + rdfs:label "kelvin mol"@nl , + "kelvin mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinPerWatt +om:kelvinPerWatt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:watt ; + om:hasDimension om:thermalResistance-Dimension ; + om:hasNumerator om:kelvin ; + om:alternativeSymbol "K W-1" , + "K·W-1" ; + om:symbol "K/W" ; + rdfs:label "kelvin per watt"@en , + "kelvin per watt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kibi +om:kibi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1024.0"^^xsd:float ; + om:alternativeLabel "kilobinary"@en ; + om:symbol "Ki" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "kibi"@en , + "kibi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kibibit +om:kibibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:kibi ; + om:hasUnit om:bit ; + om:symbol "Kibit" ; + rdfs:label "kibibit"@en , + "kibibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kibibyte +om:kibibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:kibi ; + om:hasUnit om:byte ; + om:symbol "KiB" ; + rdfs:label "kibibyte"@en , + "kibibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilo +om:kilo rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1000.0"^^xsd:float ; + om:symbol "k" ; + rdfs:label "kilo"@en , + "kilo"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kiloampere +om:kiloampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:ampere ; + om:symbol "kA" ; + rdfs:comment "The kiloampere is a unit of electric current defined as 1.0e3 ampere."@en ; + rdfs:label "kiloampere"@en , + "kiloampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilobecquerel +om:kilobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:becquerel ; + om:symbol "kBq" ; + rdfs:comment "The kilobecquerel is a unit of activity defined as 1.0e3 becquerel."@en ; + rdfs:label "kilobecquerel"@en , + "kilobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilobit +om:kilobit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:kilo ; + om:hasUnit om:bit ; + om:symbol "kbit" ; + rdfs:label "kilobit"@en , + "kilobit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilobyte +om:kilobyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:kilo ; + om:hasUnit om:byte ; + om:symbol "kB" ; + rdfs:label "kilobyte"@en , + "kilobyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-Mean +om:kilocalorie-Mean rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:calorie-Mean ; + om:symbol "kcal" ; + rdfs:comment "The kilocalorie (mean) is a unit of energy defined as 1.0e3 calorie (mean)."@en ; + rdfs:label "kilocalorie (mean)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-MeanPerDay +om:kilocalorie-MeanPerDay rdf:type owl:NamedIndividual , + om:Unit , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasDimension om:power-Dimension ; + om:hasNumerator om:kilocalorie-Mean ; + om:alternativeSymbol "kcal d-1" , + "kcal·d-1" ; + om:symbol "kcal/d" ; + rdfs:label "kilocalorie (mean) per day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-MeanPerHectogram +om:kilocalorie-MeanPerHectogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectogram ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasNumerator om:kilocalorie-Mean ; + om:alternativeLabel "kilocalorie per 100 gram"@en ; + om:alternativeSymbol "kcal hg-1" , + "kcal/100 g" , + "kcal·hg-1" ; + om:symbol "kcal/hg" ; + rdfs:label "kilocalorie (mean) per hectogram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilocandela +om:kilocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:candela ; + om:symbol "kcd" ; + rdfs:comment "The kilocandela is a unit of luminous intensity defined as 1.0e3 candela."@en ; + rdfs:label "kilocandela"@en , + "kilocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilocoulomb +om:kilocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:coulomb ; + om:symbol "kC" ; + rdfs:comment "The kilocoulomb is a unit of electric charge defined as 1.0e3 coulomb."@en ; + rdfs:label "kilocoulomb"@en , + "kilocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt +om:kiloelectronvolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:electronvolt ; + om:symbol "keV" ; + rdfs:comment "The kiloelectronvolt is a unit of energy defined as 1.0e3 electronvolt."@en ; + rdfs:label "kiloelectronvolt"@en , + "kiloelectronvolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilofarad +om:kilofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:farad ; + om:symbol "kF" ; + rdfs:comment "The kilofarad is a unit of capacitance defined as 1.0e3 farad."@en ; + rdfs:label "kilofarad"@en , + "kilofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram +om:kilogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:kilo ; + om:hasQuantity om:massOfTheInternationalPrototypeOfTheKilogram ; + om:hasUnit om:gram ; + om:longcomment "The kilogram is a unit of mass defined as the mass of the international prototype of the kilogram. The kilogram is a base unit in the International System of Units." ; + om:symbol "kg" ; + rdfs:comment "The kilogram is a unit of mass defined as the mass of the international prototype of the kilogram."@en ; + rdfs:label "kilogram"@en , + "kilogram"@nl , + "公斤"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicDecimetre +om:kilogramPerCubicDecimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicDecimetre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg dm-3" , + "kg·dm-3" ; + om:longcomment "Kilogram per cubic decimetre is a unit of density defined as kilogram divided by cubic decimetre. Kilogram per cubic decimetre is a derived unit in the International System of Units." ; + om:symbol "kg/dm3" ; + rdfs:comment "Kilogram per cubic decimetre is a unit of density defined as kilogram divided by cubic decimetre."@en ; + rdfs:label "kilogram per cubic decimetre"@en , + "kilogram per kubieke decimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicmetre +om:kilogramPerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg m-3" , + "kg·m-3" ; + om:longcomment "Kilogram per cubic metre is a unit of density defined as kilogram divided by cubic metre. Kilogram per cubic metre is a derived unit in the International System of Units." ; + om:symbol "kg/m3" ; + rdfs:comment "Kilogram per cubic metre is a unit of density defined as kilogram divided by cubic metre."@en ; + rdfs:label "kilogram per cubic metre"@en , + "kilogram per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerGigajoule +om:kilogramPerGigajoule rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gigajoule ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg GJ-1" , + "kg·GJ-1" ; + om:longcomment "Kilogram per gigajoule is a unit of energy consumption defined as kilogram divided by gigajoule. Kilogram per gigajoule is a derived unit in the International System of Units." ; + om:symbol "kg/GJ" ; + rdfs:comment "Kilogram per gigajoule is a unit of energy consumption."@en ; + rdfs:label "kilogram per gigajoule"@en , + "kilogram per gigajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerHectare +om:kilogramPerHectare rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectare ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg ha-1" , + "kg·ha-1" ; + om:symbol "kg/ha" ; + rdfs:label "kilogram per hectare"@en , + "kilogram per hectare"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerHectareDay +om:kilogramPerHectareDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectareDay ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg ha-1 d-1" , + "kg·ha-1·d-1" ; + om:symbol "kg/(ha d)" ; + rdfs:label "kilogram per hectare dag"@nl , + "kilogram per hectare day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerKilogram +om:kilogramPerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg kg-1" , + "kg·kg-1" ; + om:symbol "kg/kg" ; + rdfs:label "kilogram per kilogram"@en , + "kilogram per kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerLitre +om:kilogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg l-1" , + "kg·l-1" ; + om:symbol "kg/l" ; + rdfs:comment "Kilogram per litre is a unit of density defined as kilogram divided by litre."@en ; + rdfs:label "kilogram per liter"@nl , + "kilogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerMole +om:kilogramPerMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:mole ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg mol-1" , + "kg·mol-1" ; + om:symbol "kg/mol" ; + rdfs:label "kilogram per mol"@nl , + "kilogram per mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerPascalSecond-TimeSquareMetre +om:kilogramPerPascalSecond-TimeSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:pascalSecond-TimeSquareMetre ; + om:hasDimension om:permeance-MaterialsScience-Dimension ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg/(Pa s m2)" , + "kg/(Pa·s·m2)" , + "kg·Pa-1·s-1·m-2" ; + om:symbol "kg Pa-1 s-1 m-2" ; + rdfs:label "kilogram per pascal second square metre"@en , + "kilogram per pascal seconde vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerSecond-Time +om:kilogramPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:massFlow-Dimension ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg s-1" , + "kg·s-1" ; + om:symbol "kg/s" ; + rdfs:label "kilogram per second"@en , + "kilogram per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerSquareMetre +om:kilogramPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasNumerator om:kilogram ; + om:alternativeSymbol "kg m-2" , + "kg·m-2" ; + om:symbol "kg/m2" ; + rdfs:label "kilogram per square metre"@en , + "kilogram per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2 +om:kilogramSecond-TimeToThePower-2 rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:kilogram ; + om:hasTerm2 om:second-TimeToThePower-2 ; + om:alternativeSymbol "kg·s-2" ; + om:symbol "kg s-2" ; + rdfs:label "kilogram second to the power -2"@en , + "kilogram seconde tot de macht -2"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre +om:kilogramSecond-TimeToThePower-2ReciprocalMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:pressure-Dimension ; + om:hasTerm1 om:kilogramSecond-TimeToThePower-2 ; + om:hasTerm2 om:reciprocalMetre ; + om:alternativeSymbol "m-1·kg·s-2" ; + om:symbol "m-1 kg s-2" ; + rdfs:label "omgekeerde meter kilogram seconde tot de macht -2"@nl , + "reciprocal metre kilogram second to the power -2"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSquareMetre +om:kilogramSquareMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:kilogram ; + om:hasTerm2 om:squareMetre ; + om:alternativeSymbol "kg·m2" ; + om:symbol "kg m2" ; + rdfs:label "kilogram square metre"@en , + "kilogram vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogray +om:kilogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:gray ; + om:symbol "kGy" ; + rdfs:comment "The kilogray is a unit of absorbed dose defined as 1.0e3 gray."@en ; + rdfs:label "kilogray"@en , + "kilogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilohenry +om:kilohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:henry ; + om:symbol "kH" ; + rdfs:comment "The kilohenry is a unit of inductance defined as 1.0e3 henry."@en ; + rdfs:label "kilohenry"@en , + "kilohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilohertz +om:kilohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:hertz ; + om:symbol "kHz" ; + rdfs:comment "The kilohertz is a unit of frequency defined as 1.0e3 hertz."@en ; + rdfs:label "kilohertz"@en , + "kilohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilohm +om:kilohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:ohm ; + om:alternativeLabel "kiloohm"@en ; + om:symbol "kΩ" ; + rdfs:label "kilohm"@en , + "kilohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule +om:kilojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:joule ; + om:symbol "kJ" ; + rdfs:comment "The kilojoule is a unit of energy defined as 1.0e3 joule."@en ; + rdfs:label "kilojoule"@en , + "kilojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoulePerHectogram +om:kilojoulePerHectogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectogram ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasNumerator om:kilojoule ; + om:alternativeLabel "kilojoule per 100 gram"@en , + "kilojoule per 100 gram"@nl ; + om:alternativeSymbol "kJ hg-1" , + "kJ/100 g" , + "kJ·hg-1" ; + om:symbol "kJ/hg" ; + rdfs:label "kilojoule per hectogram"@en , + "kilojoule per hectogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoulePerSquareMetreDay +om:kilojoulePerSquareMetreDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreDay ; + om:hasNumerator om:kilojoule ; + om:alternativeSymbol "kJ m-2 d-1" , + "kJ·m-2·d-1" ; + om:symbol "kJ/(m2 d)" ; + rdfs:label "kilojoule per square metre day"@en , + "kilojoule per vierkante meter dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilokatal +om:kilokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:katal ; + om:symbol "kkat" ; + rdfs:comment "The kilokatal is a unit of catalytic activity defined as 1.0e3 katal."@en ; + rdfs:label "kilokatal"@en , + "kilokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilokelvin +om:kilokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:kelvin ; + om:symbol "kK" ; + rdfs:comment "The kilokelvin is a unit of thermodynamic temperature defined as 1.0e3 kelvin."@en ; + rdfs:label "kilokelvin"@en , + "kilokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilolitre +om:kilolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:litre ; + om:symbol "kl" ; + rdfs:label "kiloliter"@nl , + "kilolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilolumen +om:kilolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:lumen ; + om:symbol "klm" ; + rdfs:label "kilolumen"@en , + "kilolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilolux +om:kilolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:lux ; + om:symbol "klx" ; + rdfs:label "kilolux"@en , + "kilolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre +om:kilometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:metre ; + om:symbol "km" ; + rdfs:comment "The kilometre is a unit of length defined as 1.0e3 metre."@en ; + rdfs:label "kilometer"@nl , + "kilometre"@en , + "公里"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour +om:kilometrePerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:kilometre ; + om:alternativeSymbol "km h-1" , + "km·h-1" ; + om:symbol "km/h" ; + rdfs:comment "Kilometre per hour is a unit of speed defined as kilometre divided by hour."@en ; + rdfs:label "kilometer per uur"@nl , + "kilometre per hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-Time +om:kilometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:kilometre ; + om:alternativeSymbol "km s-1" , + "km·s-1" ; + om:symbol "km/s" ; + rdfs:comment "Kilometre per second is a unit of speed defined as kilometre divided by second."@en ; + rdfs:label "kilometer per seconde"@nl , + "kilometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimePerMegaparsec +om:kilometrePerSecond-TimePerMegaparsec rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:megaparsec ; + om:hasNumerator om:kilometrePerSecond-Time ; + om:symbol "km s-1 Mpc-1" ; + rdfs:comment "De eenheid van de Hubble constante (die niet constant is!) (http://en.wikipedia.org/wiki/Hubble_constant)."@en ; + rdfs:label "kilometer per seconde per megaparsec"@nl , + "kilometre per second per megaparsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimeSquared +om:kilometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:kilometre ; + om:alternativeSymbol "km s-2" , + "km·s-2" ; + om:symbol "km/s2" ; + rdfs:comment "Kilometre per second squared is a unit of acceleration defined as kilometre divided by second squared."@en ; + rdfs:label "kilometer per seconde kwadraat"@nl , + "kilometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilomolar +om:kilomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:molar ; + om:symbol "kM" ; + rdfs:comment "The kilomolar is a unit of amount of substance concentration defined as 1.0e3 molar."@en ; + rdfs:label "kilomolair"@nl , + "kilomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilomole +om:kilomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:mole ; + om:symbol "kmol" ; + rdfs:label "kilomol"@nl , + "kilomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilomolePerLitre +om:kilomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:kilomole ; + om:alternativeSymbol "kmol l-1" , + "kmol·l-1" ; + om:symbol "kmol/l" ; + rdfs:comment "Kilomole per litre is a unit of amount of substance concentration defined as kilomole divided by litre."@en ; + rdfs:label "kilomole per liter"@nl , + "kilomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilomolePerMetre +om:kilomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:kilomole ; + om:alternativeSymbol "kmol m-1" , + "kmol·m-1" ; + om:symbol "kmol/m" ; + rdfs:label "kilomole per meter"@nl , + "kilomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilonewton +om:kilonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:newton ; + om:symbol "kN" ; + rdfs:label "kilonewton"@en , + "kilonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec +om:kiloparsec rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:parsec ; + om:symbol "kpc" ; + rdfs:comment "The kiloparsec is a unit of length defined as 1.0e3 parsec. Gebruikt voor afstanden op de schaal van het melkwegstelsel."@en ; + rdfs:label "kiloparsec"@en , + "kiloparsec"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal +om:kilopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:pascal ; + om:symbol "kPa" ; + rdfs:label "kilopascal"@en , + "kilopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time +om:kilosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:second-Time ; + om:symbol "ks" ; + rdfs:label "kilosecond"@en , + "kiloseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-TimeSquared +om:kilosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:kilosecond-Time ; + om:hasExponent 2 ; + om:symbol "ks2" ; + rdfs:label "kilosecond squared"@en , + "kiloseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilosiemens +om:kilosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:siemens ; + om:symbol "kS" ; + rdfs:label "kilosiemens"@en , + "kilosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilosievert +om:kilosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:sievert ; + om:symbol "kSv" ; + rdfs:label "kilosievert"@en , + "kilosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilotesla +om:kilotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:tesla ; + om:symbol "kT" ; + rdfs:label "kilotesla"@en , + "kilotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilotonne +om:kilotonne rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:tonne ; + om:symbol "kt" ; + rdfs:label "kiloton"@nl , + "kilotonne"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilovolt +om:kilovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:volt ; + om:symbol "kV" ; + rdfs:label "kilovolt"@en , + "kilovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilowatt +om:kilowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:watt ; + om:symbol "kW" ; + rdfs:label "kilowatt"@en , + "kilowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour +om:kilowattHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:kilowatt ; + om:hasTerm2 om:hour ; + om:alternativeLabel "kilowatt-hour"@en , + "kilowatthour"@en ; + om:alternativeSymbol "kWh" , + "kW·h" ; + om:symbol "kW h" ; + rdfs:label "kilowatt hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kiloweber +om:kiloweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:kilo ; + om:hasUnit om:weber ; + om:symbol "kWb" ; + rdfs:label "kiloweber"@en , + "kiloweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kinematicViscosityOrThermalDiffusivity-Dimension +om:kinematicViscosityOrThermalDiffusivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "kinematic viscosity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kip +om:kip rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:force-Dimension ; + om:hasUnit om:newton ; + om:hasFactor "4448.222"^^xsd:float ; + rdfs:comment "The kip is a unit of force defined as 4.448222e3 newton."@en ; + rdfs:label "kip"@en , + "kip"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/knot-International +om:knot-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:speed-Dimension ; + om:hasUnit om:nauticalMile-InternationalPerHour ; + om:alternativeLabel "international knot"@en ; + rdfs:comment "The international knot is a unit of speed defined as nautical mile per hour."@en ; + rdfs:label "knoop (internationaal)"@nl , + "knot (international)"@en , + "海里/小时(国际)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lambert +om:lambert rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:luminance-Dimension ; + om:hasUnit om:candelaPerSquareMetre ; + om:hasFactor "3183.099"^^xsd:float ; + rdfs:comment "The lambert is a unit of luminance defined as 3.183099e3 candela per square metre."@en ; + rdfs:label "lambert"@en , + "lambert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/last +om:last rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "last"@en , + "最後"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension +om:length-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "L" ; + rdfs:label "lengtedimensie"@nl , + "length dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lengthOfThePathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond +om:lengthOfThePathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond rdf:type owl:NamedIndividual , + om:Length ; + om:hasPhenomenon om:pathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond ; + rdfs:label "length of the path travelled by light in vacuum during a time interval of 1/299 792 458 of a second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear +om:lightYear rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "9.4607295E15"^^xsd:float ; + om:alternativeLabel "lightyear"@en ; + om:symbol "ly" ; + rdfs:comment "The light year is a unit of length defined as 9.46073e15 metre."@en ; + rdfs:label "lichtjaar"@nl , + "light year"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/liquidPint-US +om:liquidPint-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "4.731765E-4"^^xsd:float ; + om:alternativeLabel "US liquid pint"@en , + "pint (US liquid)"@en ; + om:symbol "liq pt" ; + rdfs:comment "The US liquid pint is a unit of volume defined as 4.731765e-4 cubic metre."@en ; + rdfs:label "liquid pint (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/liquidQuart-US +om:liquidQuart-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "9.463529E-4"^^xsd:float ; + om:alternativeLabel "US liquid quart"@en , + "quart (US liquid)"@en ; + om:symbol "liq qt" ; + rdfs:comment "The US liquid quart is a unit of volume defined as 9.463529e-4 cubic metre."@en ; + rdfs:label "liquid quart (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/litre +om:litre rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.001"^^xsd:float ; + om:alternativeLabel "liter"@en ; + om:alternativeSymbol "L" ; + om:symbol "l" ; + rdfs:comment "The litre is a unit of volume defined as 1.0e-3 cubic metre."@en ; + rdfs:label "liter"@nl , + "litre"@en , + "升"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/litrePer100Kilometre +om:litrePer100Kilometre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:_100Kilometre ; + om:hasNumerator om:litre ; + om:alternativeLabel "liter per 100 kilometer"@nl , + "litre per 100 kilometre"@en ; + om:symbol "l/100 km" ; + rdfs:label "liter per 100 kilometer"@nl , + "litre per 100 kilometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerHour +om:litrePerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasNumerator om:litre ; + om:alternativeSymbol "l h-1" , + "l·h-1" ; + om:symbol "l/h" ; + rdfs:label "liter per uur"@nl , + "litre per hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerKilogram +om:litrePerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:specificVolume-Dimension ; + om:hasNumerator om:litre ; + om:alternativeSymbol "l kg-1" , + "l·kg-1" ; + om:longcomment "Litre per kilogram is a unit of specific volume defined as litre divided by kilogram. Litre per kilogram is a derived unit in the International System of Units." ; + om:symbol "l/kg" ; + rdfs:comment "Litre per kilogram is a unit of specific volume defined as litre divided by kilogram."@en ; + rdfs:label "liter per kilogram"@nl , + "litre per kilogram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerMole +om:litrePerMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:mole ; + om:hasNumerator om:litre ; + om:alternativeSymbol "l mol-1" , + "l·mol-1" ; + om:symbol "l/mol" ; + rdfs:label "liter per mol"@nl , + "litre per mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lumen +om:lumen rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasUnit om:candelaSteradian ; + om:longcomment "The lumen is a unit of luminous flux defined as candela times steradian = lux times square metre. The lumen is a derived unit in the International System of Units." ; + om:symbol "lm" ; + rdfs:comment "The lumen is a unit of luminous flux defined as candela times steradian = lux times square metre."@en ; + rdfs:label "lumen"@en , + "lumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerSquareMetre +om:lumenPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:illuminance-Dimension ; + om:hasNumerator om:lumen ; + om:alternativeSymbol "lm m-2" , + "lm·m-2" ; + om:symbol "lm/m2" ; + rdfs:label "lumen per square metre"@en , + "lumen per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerWatt +om:lumenPerWatt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:watt ; + om:hasDimension om:luminousEfficacy-Dimension ; + om:hasNumerator om:lumen ; + om:alternativeSymbol "lm W-1" , + "lm·W-1" ; + om:symbol "lm/W" ; + rdfs:label "lumen per watt"@en , + "lumen per watt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lumenSecond-Time +om:lumenSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:luminousEnergy-Dimension ; + om:hasTerm1 om:lumen ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "lm·s" ; + om:symbol "lm s" ; + rdfs:label "lumen second"@en , + "lumen seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luminance-Dimension +om:luminance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "luminance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luminousEfficacy-Dimension +om:luminousEfficacy-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 3 ; + rdfs:label "luminous efficacy dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luminousEnergy-Dimension +om:luminousEnergy-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "luminous energy dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension +om:luminousFlux-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "luminous flux dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension +om:luminousIntensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 1 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "J" ; + rdfs:label "lichtsterktedimensie"@nl , + "luminous intensity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensityInAGivenDirectionOfASourceThatEmitsMonochromaticRadiationOfFrequency540e12HertzAndThatHasARadiantIntensityInThatDirectionOf1683WattPerSteradian +om:luminousIntensityInAGivenDirectionOfASourceThatEmitsMonochromaticRadiationOfFrequency540e12HertzAndThatHasARadiantIntensityInThatDirectionOf1683WattPerSteradian rdf:type owl:NamedIndividual , + om:LuminousIntensity ; + rdfs:label "luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540e12 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/lux +om:lux rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:illuminance-Dimension ; + om:hasUnit om:lumenPerSquareMetre ; + om:longcomment "The lux is a unit of illuminance defined as lumen divided by square metre = candela times steradian divided by square metre. The lux is a derived unit in the International System of Units." ; + om:symbol "lx" ; + rdfs:comment "The lux is a unit of illuminance defined as lumen divided by square metre = candela times steradian divided by square metre."@en ; + rdfs:label "lux"@en , + "lux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/luxSecond-Time +om:luxSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:exposure-Dimension ; + om:hasTerm1 om:lux ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "lx·s" ; + om:symbol "lx s" ; + rdfs:label "lux second"@en , + "lux seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension +om:magneticFlux-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -1 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "magnetic flux dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension +om:magneticFluxDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -1 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "magnetic flux density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude +om:magnitude rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:symbol "mag" ; + rdfs:comment "Eenheid waarmee de helderheid van sterren wordt aangegeven. Meestal wordt het symbool niet aangeduid (http://en.wikipedia.org/wiki/Magnitude_(astronomy))."@en ; + rdfs:label "magnitude"@en , + "magnitude"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/magnitudePerSecond-AngleSquared +om:magnitudePerSecond-AngleSquared rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-AngleSquared ; + om:hasNumerator om:magnitude ; + om:alternativeSymbol "mag arcsec-2" , + "mag·arcsec-2" ; + om:symbol "mag/arcsec2" ; + rdfs:comment "The brightness (in magnitudes) of an area on the celestial sphere of 1 arcsecond by 1 arcsecond."@en ; + rdfs:label "magnitude per second (angle) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension +om:mass-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "M" ; + rdfs:label "mass dimension"@en , + "massadimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/massFlow-Dimension +om:massFlow-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "mass flow dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/massOfTheInternationalPrototypeOfTheKilogram +om:massOfTheInternationalPrototypeOfTheKilogram rdf:type owl:NamedIndividual , + om:Mass ; + om:hasPhenomenon om:internationalPrototypeOfTheKilogram ; + rdfs:label "mass of the international prototype of the kilogram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/maximum +om:maximum rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "maximum"@en , + "最大"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/maxwell +om:maxwell rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasUnit om:weber ; + om:hasFactor "1.0E-8"^^xsd:float ; + om:symbol "Mx" ; + rdfs:comment "The maxwell is a unit of magnetic flux defined as 1.0e-8 weber."@en ; + rdfs:label "maxwell"@en , + "maxwell"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mebi +om:mebi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1048576.0"^^xsd:float ; + om:alternativeLabel "megabinary"@en ; + om:symbol "Mi" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "mebi"@en , + "mebi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mebibit +om:mebibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:mebi ; + om:hasUnit om:bit ; + om:symbol "Mibit" ; + rdfs:label "mebibit"@en , + "mebibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mebibyte +om:mebibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:mebi ; + om:hasUnit om:byte ; + om:symbol "MiB" ; + rdfs:label "mebibyte"@en , + "mebibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mechanics +om:mechanics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Acceleration , + om:Action , + om:AngularAcceleration , + om:AngularMomentum , + om:AngularSpeed , + om:AreaFraction , + om:Density , + om:DynamicViscosity , + om:Energy , + om:Enthalpy , + om:Force , + om:Frequency , + om:Impulse , + om:KinematicViscosity , + om:KineticEnergy , + om:Mass , + om:MassFraction , + om:MomentOfInertia , + om:Momentum , + om:Period , + om:PotentialEnergy , + om:Power , + om:Pressure , + om:SpecificVolume , + om:Speed , + om:Time , + om:Torque , + om:Velocity , + om:VolumeFraction , + om:Wavelength , + om:Wavenumber , + om:Weight , + om:Work ; + om:usesUnit om:attohertz , + om:attometrePerSecond-Time , + om:attometrePerSecond-TimeSquared , + om:attosecond-Time , + om:centihertz , + om:centimetrePerDay , + om:centimetrePerSecond-Time , + om:centimetrePerSecond-TimeSquared , + om:centisecond-Time , + om:day , + om:day-Sidereal , + om:decahertz , + om:decametrePerSecond-Time , + om:decametrePerSecond-TimeSquared , + om:decasecond-Time , + om:decihertz , + om:decimetrePerSecond-Time , + om:decimetrePerSecond-TimeSquared , + om:decisecond-Time , + om:exahertz , + om:exametrePerSecond-Time , + om:exametrePerSecond-TimeSquared , + om:exasecond-Time , + om:femtohertz , + om:femtometrePerSecond-Time , + om:femtometrePerSecond-TimeSquared , + om:femtosecond-Time , + om:gal , + om:gigahertz , + om:gigametrePerSecond-Time , + om:gigametrePerSecond-TimeSquared , + om:gigasecond-Time , + om:gigayear , + om:hectohertz , + om:hectometrePerSecond-Time , + om:hectometrePerSecond-TimeSquared , + om:hectosecond-Time , + om:hertz , + om:hour , + om:hour-Sidereal , + om:kayser , + om:kilohertz , + om:kilometrePerHour , + om:kilometrePerSecond-Time , + om:kilometrePerSecond-TimeSquared , + om:kilosecond-Time , + om:knot-International , + om:megahertz , + om:megametrePerSecond-Time , + om:megametrePerSecond-TimeSquared , + om:megasecond-Time , + om:metrePerAttosecond-Time , + om:metrePerAttosecond-TimeSquared , + om:metrePerCentisecond-Time , + om:metrePerCentisecond-TimeSquared , + om:metrePerDay , + om:metrePerDecasecond-Time , + om:metrePerDecasecond-TimeSquared , + om:metrePerDecisecond-Time , + om:metrePerDecisecond-TimeSquared , + om:metrePerExasecond-Time , + om:metrePerExasecond-TimeSquared , + om:metrePerFemtosecond-Time , + om:metrePerFemtosecond-TimeSquared , + om:metrePerGigasecond-Time , + om:metrePerGigasecond-TimeSquared , + om:metrePerHectosecond-Time , + om:metrePerHectosecond-TimeSquared , + om:metrePerKilosecond-Time , + om:metrePerKilosecond-TimeSquared , + om:metrePerMegasecond-Time , + om:metrePerMegasecond-TimeSquared , + om:metrePerMicrosecond-Time , + om:metrePerMicrosecond-TimeSquared , + om:metrePerMillisecond-Time , + om:metrePerMillisecond-TimeSquared , + om:metrePerNanosecond-Time , + om:metrePerNanosecond-TimeSquared , + om:metrePerPetasecond-Time , + om:metrePerPetasecond-TimeSquared , + om:metrePerPicosecond-Time , + om:metrePerPicosecond-TimeSquared , + om:metrePerSecond-Time , + om:metrePerSecond-TimeSquared , + om:metrePerTerasecond-Time , + om:metrePerTerasecond-TimeSquared , + om:microhertz , + om:micrometrePerSecond-Time , + om:micrometrePerSecond-TimeSquared , + om:microsecond-Time , + om:millihertz , + om:millimetrePerDay , + om:millimetrePerHour , + om:millimetrePerSecond-Time , + om:millimetrePerSecond-TimeSquared , + om:millisecond-Time , + om:minute-Sidereal , + om:minute-Time , + om:nanohertz , + om:nanometrePerSecond-Time , + om:nanometrePerSecond-TimeSquared , + om:nanosecond-Time , + om:nauticalMile-InternationalPerHour , + om:petahertz , + om:petametrePerSecond-Time , + om:petametrePerSecond-TimeSquared , + om:petasecond-Time , + om:picohertz , + om:picometrePerSecond-Time , + om:picometrePerSecond-TimeSquared , + om:picosecond-Time , + om:radianPerSecond-TimeSquared , + om:reciprocalMetre , + om:reciprocalSecond-Time , + om:second-Sidereal , + om:second-Time , + om:shake , + om:terahertz , + om:terametrePerSecond-Time , + om:terametrePerSecond-TimeSquared , + om:terasecond-Time , + om:year , + om:year-Sidereal , + om:year-Tropical ; + rdfs:label "mechanica"@nl , + "mechanics"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/median +om:median rdf:type owl:NamedIndividual , + om:Function ; + om:alternativeLabel "50th percentile"@en ; + rdfs:label "median"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mega +om:mega rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1000000.0"^^xsd:float ; + om:symbol "M" ; + rdfs:label "mega"@en , + "mega"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaampere +om:megaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:ampere ; + om:symbol "MA" ; + rdfs:comment "The megaampere is a unit of electric current defined as 1.0e6 ampere."@en ; + rdfs:label "megaampere"@en , + "megaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megabecquerel +om:megabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:becquerel ; + om:symbol "MBq" ; + rdfs:comment "The megabecquerel is a unit of activity defined as 1.0e6 becquerel."@en ; + rdfs:label "megabecquerel"@en , + "megabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megabit +om:megabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:mega ; + om:hasUnit om:bit ; + om:symbol "Mbit" ; + rdfs:label "megabit"@en , + "megabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megabyte +om:megabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:mega ; + om:hasUnit om:byte ; + om:symbol "MB" ; + rdfs:label "megabyte"@en , + "megabyte"@nl , + "百万字节"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megacandela +om:megacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:candela ; + om:symbol "Mcd" ; + rdfs:comment "The megacandela is a unit of luminous intensity defined as 1.0e6 candela."@en ; + rdfs:label "megacandela"@en , + "megacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megacoulomb +om:megacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:coulomb ; + om:symbol "MC" ; + rdfs:comment "The megacoulomb is a unit of electric charge defined as 1.0e6 coulomb."@en ; + rdfs:label "megacoulomb"@en , + "megacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt +om:megaelectronvolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:electronvolt ; + om:symbol "MeV" ; + rdfs:comment "The megaelectronvolt is a unit of energy defined as 1.0e6 electronvolt."@en ; + rdfs:label "megaelectronvolt"@en , + "megaelectronvolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaerg +om:megaerg rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:erg ; + om:alternativeLabel "megalerg"@en ; + om:symbol "Merg" ; + rdfs:comment "The megaerg is a unit of energy defined as 1.0e6 erg."@en ; + rdfs:label "megaerg"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuro +om:megaeuro rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:mega ; + om:hasUnit om:euro ; + rdfs:label "megaeuro"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuroPerMegatonne +om:megaeuroPerMegatonne rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:megatonne ; + om:hasNumerator om:megaeuro ; + rdfs:label "megaeuro per megatonne"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuroPerMegawatt +om:megaeuroPerMegawatt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:megawatt ; + om:hasNumerator om:megaeuro ; + rdfs:label "megaeuro per megawatt"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuroPerPetajoule +om:megaeuroPerPetajoule rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:petajoule ; + om:hasNumerator om:megaeuro ; + rdfs:label "megaeuro per petajoule"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megafarad +om:megafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:farad ; + om:symbol "MF" ; + rdfs:comment "The megafarad is a unit of capacitance defined as 1.0e6 farad."@en ; + rdfs:label "megafarad"@en , + "megafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megagram +om:megagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:gram ; + om:symbol "Mg" ; + rdfs:comment "The megagram is a unit of mass defined as 1.0e6 gram."@en ; + rdfs:label "megagram"@en , + "megagram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megagramPerLitre +om:megagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:megagram ; + om:alternativeSymbol "Mg l-1" , + "Mg·l-1" ; + om:symbol "Mg/l" ; + rdfs:comment "Megagram per litre is a unit of density defined as megagram divided by litre."@en ; + rdfs:label "megagram per liter"@nl , + "megagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megagray +om:megagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:gray ; + om:symbol "MGy" ; + rdfs:comment "The megagray is a unit of absorbed dose defined as 1.0e6 gray."@en ; + rdfs:label "megagray"@en , + "megagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megahenry +om:megahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:henry ; + om:symbol "MH" ; + rdfs:comment "The megahenry is a unit of inductance defined as 1.0e6 henry."@en ; + rdfs:label "megahenry"@en , + "megahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megahertz +om:megahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:hertz ; + om:symbol "MHz" ; + rdfs:comment "The megahertz is a unit of frequency defined as 1.0e6 hertz."@en ; + rdfs:label "megahertz"@en , + "megahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule +om:megajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:joule ; + om:symbol "MJ" ; + rdfs:comment "The megajoule is a unit of energy defined as 1.0e6 joule."@en ; + rdfs:label "megajoule"@en , + "megajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megajoulePerSquareMetre +om:megajoulePerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasNumerator om:megajoule ; + om:alternativeSymbol "MJ m-2" , + "MJ·m-2" ; + om:symbol "MJ/m2" ; + rdfs:label "megajoule per square metre"@en , + "megajoule per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megajoulePerSquareMetreDay +om:megajoulePerSquareMetreDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreDay ; + om:hasNumerator om:megajoule ; + om:alternativeSymbol "MJ m-2 d-1" , + "MJ·m-2·d-1" ; + om:symbol "MJ/(m2 d)" ; + rdfs:label "megajoule per square metre day"@en , + "megajoule per vierkante meter dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megakatal +om:megakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:katal ; + om:symbol "Mkat" ; + rdfs:comment "The megakatal is a unit of catalytic activity defined as 1.0e6 katal."@en ; + rdfs:label "megakatal"@en , + "megakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megakelvin +om:megakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:kelvin ; + om:symbol "MK" ; + rdfs:comment "The megakelvin is a unit of thermodynamic temperature defined as 1.0e6 kelvin."@en ; + rdfs:label "megakelvin"@en , + "megakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megalitre +om:megalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:litre ; + om:symbol "Ml" ; + rdfs:label "megaliter"@nl , + "megalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megalumen +om:megalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:lumen ; + om:symbol "Mlm" ; + rdfs:label "megalumen"@en , + "megalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megalux +om:megalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:lux ; + om:symbol "Mlx" ; + rdfs:label "megalux"@en , + "megalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megametre +om:megametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:metre ; + om:symbol "Mm" ; + rdfs:comment "The megametre is a unit of length defined as 1.0e6 metre."@en ; + rdfs:label "megameter"@nl , + "megametre"@en , + "百万米"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerKilojoule +om:megametrePerKilojoule rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilojoule ; + om:hasNumerator om:megametre ; + om:alternativeLabel "1000 kilometre per kilojoule"@en ; + om:symbol "Mm/kJ" ; + om:unofficialAbbreviation "1000 km/kJ" ; + rdfs:label "megametre per kilojoule"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-Time +om:megametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:megametre ; + om:alternativeSymbol "Mm s-1" , + "Mm·s-1" ; + om:symbol "Mm/s" ; + rdfs:comment "Megametre per second is a unit of speed defined as megametre divided by second."@en ; + rdfs:label "megameter per seconde"@nl , + "megametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-TimeSquared +om:megametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:megametre ; + om:alternativeSymbol "Mm s-2" , + "Mm·s-2" ; + om:symbol "Mm/s2" ; + rdfs:comment "Megametre per second squared is a unit of acceleration defined as megametre divided by second squared."@en ; + rdfs:label "megameter per seconde kwadraat"@nl , + "megametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megamolar +om:megamolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:molar ; + om:symbol "MM" ; + rdfs:comment "The megamolar is a unit of amount of substance concentration defined as 1.0e6 molar."@en ; + rdfs:label "megamolair"@nl , + "megamolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megamole +om:megamole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:mole ; + om:symbol "Mmol" ; + rdfs:label "megamol"@nl , + "megamole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megamolePerLitre +om:megamolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:megamole ; + om:alternativeSymbol "Mmol l-1" , + "Mmol·l-1" ; + om:symbol "Mmol/l" ; + rdfs:comment "Megamole per litre is a unit of amount of substance concentration defined as megamole divided by litre."@en ; + rdfs:label "megamole per liter"@nl , + "megamole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megamolePerMetre +om:megamolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:megamole ; + om:alternativeSymbol "Mmol m-1" , + "Mmol·m-1" ; + om:symbol "Mmol/m" ; + rdfs:label "megamole per meter"@nl , + "megamole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/meganewton +om:meganewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:newton ; + om:symbol "MN" ; + rdfs:label "meganewton"@en , + "meganewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec +om:megaparsec rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:parsec ; + om:symbol "Mpc" ; + rdfs:comment "The megaparsec is a unit of length defined as 1.0e6 parsec. Gebruikt voor afstanden op de schaal van clusters."@en ; + rdfs:label "megaparsec"@en , + "megaparsec"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal +om:megapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:pascal ; + om:symbol "MPa" ; + rdfs:label "megapascal"@en , + "megapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time +om:megasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:second-Time ; + om:symbol "Ms" ; + rdfs:label "megasecond"@en , + "megaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-TimeSquared +om:megasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:megasecond-Time ; + om:hasExponent 2 ; + om:symbol "Ms2" ; + rdfs:label "megasecond squared"@en , + "megaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megasiemens +om:megasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:siemens ; + om:symbol "MS" ; + rdfs:label "megasiemens"@en , + "megasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megasievert +om:megasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:sievert ; + om:symbol "MSv" ; + rdfs:label "megasievert"@en , + "megasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megatesla +om:megatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:tesla ; + om:symbol "MT" ; + rdfs:label "megatesla"@en , + "megatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megatonne +om:megatonne rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:tonne ; + om:symbol "Mt" ; + rdfs:label "megaton"@nl , + "megatonne"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megavolt +om:megavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:volt ; + om:symbol "MV" ; + rdfs:label "megavolt"@en , + "megavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megawatt +om:megawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:watt ; + om:symbol "MW" ; + rdfs:label "megawatt"@en , + "megawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megawattHour +om:megawattHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:megawatt ; + om:hasTerm2 om:hour ; + om:alternativeLabel "megawatt-hour"@en , + "megawatthour"@en ; + om:alternativeSymbol "MWh" , + "MW·h" ; + om:symbol "MW h" ; + rdfs:label "megawatt hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megaweber +om:megaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:weber ; + om:symbol "MWb" ; + rdfs:label "megaweber"@en , + "megaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/megohm +om:megohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:mega ; + om:hasUnit om:ohm ; + om:alternativeLabel "megaohm"@en ; + om:symbol "MΩ" ; + rdfs:label "megohm"@en , + "megohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metre +om:metre rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasQuantity om:lengthOfThePathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond ; + om:alternativeLabel "meter"@en ; + om:longcomment "The metre is a unit of length defined as the length of the path travelled by light in vacuum during a time interval of 1/299 792 458 of a second. The metre is a base unit in the International System of Units." ; + om:symbol "m" ; + rdfs:comment "The metre is a unit of length defined as the length of the path travelled by light in vacuum during a time interval of 1/299 792 458 of a second."@en ; + rdfs:label "meter"@nl , + "metre"@en , + "米"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metre-Kilogram-Second-AmpereSystemOfUnits +om:metre-Kilogram-Second-AmpereSystemOfUnits rdf:type owl:NamedIndividual , + om:SystemOfUnits ; + om:hasBaseQuantity om:ElectricCurrent , + om:Length , + om:Mass , + om:Time ; + om:hasBaseUnit om:ampere , + om:kilogram , + om:metre , + om:second-Time ; + om:hasDerivedQuantity om:Capacitance , + om:ElectricCharge , + om:ElectricPotential , + om:ElectricalResistance , + om:Energy , + om:Force , + om:Frequency , + om:Inductance , + om:MagneticFlux , + om:MagneticFluxDensity , + om:MagnetomotiveForce , + om:Power ; + om:hasDerivedUnit om:coulomb , + om:farad , + om:henry , + om:hertz , + om:joule , + om:newton , + om:ohm , + om:tesla , + om:volt , + om:watt , + om:weber ; + om:abbreviation "m-kg-s-A"^^xsd:string ; + om:alternativeLabel "Giorgi system of units"@en , + "Giorgi-stelsel"@nl ; + rdfs:label "meter-kilogram-seconde-ampère-systeem"@nl , + "metre-kilogram-second-ampere system of units"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metreKelvin +om:metreKelvin rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:metre ; + om:hasTerm2 om:kelvin ; + om:alternativeSymbol "m·K" ; + om:symbol "m K" ; + rdfs:label "meter kelvin"@nl , + "metre kelvin"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogram +om:metreKilogram rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:metre ; + om:hasTerm2 om:kilogram ; + om:alternativeSymbol "m·kg" ; + om:symbol "m kg" ; + rdfs:label "meter kilogram"@nl , + "metre kilogram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-Time +om:metreKilogramPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasNumerator om:metreKilogram ; + om:alternativeSymbol "m kg s-1" , + "m·kg/s" , + "m·kg·s-1" ; + om:symbol "m kg/s" ; + rdfs:label "meter kilogram per seconde"@nl , + "metre kilogram per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-TimeSquared +om:metreKilogramPerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:force-Dimension ; + om:hasNumerator om:metreKilogram ; + om:alternativeSymbol "m kg s-2" , + "m·kg/s2" , + "m·kg·s-2" ; + om:symbol "m kg/s2" ; + rdfs:label "meter kilogram per seconde kwadraat"@nl , + "metre kilogram per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury +om:metreOfMercury rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:pascal ; + om:hasFactor "133322.0"^^xsd:float ; + om:symbol "m Hg" ; + rdfs:comment "The metre of mercury is a unit of pressure defined as 133 322 pascal."@en ; + rdfs:label "meter kwik"@nl , + "metre of mercury"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-Time +om:metrePerAttosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:attosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m as-1" , + "m·as-1" ; + om:symbol "m/as" ; + rdfs:comment "Metre per attosecond is a unit of speed defined as metre divided by attosecond."@en ; + rdfs:label "meter per attoseconde"@nl , + "metre per attosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-TimeSquared +om:metrePerAttosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:attosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m as-2" , + "m·as-2" ; + om:symbol "m/as2" ; + rdfs:comment "Metre per attosecond squared is a unit of acceleration defined as metre divided by attosecond squared."@en ; + rdfs:label "meter per attoseconde kwadraat"@nl , + "metre per attosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-Time +om:metrePerCentisecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:centisecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m cs-1" , + "m·cs-1" ; + om:symbol "m/cs" ; + rdfs:comment "Metre per centisecond is a unit of speed defined as metre divided by centisecond."@en ; + rdfs:label "meter per centiseconde"@nl , + "metre per centisecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-TimeSquared +om:metrePerCentisecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:centisecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m cs-2" , + "m·cs-2" ; + om:symbol "m/cs2" ; + rdfs:comment "Metre per centisecond squared is a unit of acceleration defined as metre divided by centisecond squared."@en ; + rdfs:label "meter per centiseconde kwadraat"@nl , + "metre per centisecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCubicMetre +om:metrePerCubicMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m m-3" , + "m·m-3" ; + om:symbol "m/m3" ; + rdfs:label "meter per kubieke meter"@nl , + "metre per cubic metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDay +om:metrePerDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m d-1" , + "m·d-1" ; + om:symbol "m/d" ; + rdfs:comment "Metre per day is a unit of speed defined as metre divided by day."@en ; + rdfs:label "meter per dag"@nl , + "metre per day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-Time +om:metrePerDecasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:decasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m das-1" , + "m·das-1" ; + om:symbol "m/das" ; + rdfs:comment "Metre per decasecond is a unit of speed defined as metre divided by decasecond."@en ; + rdfs:label "meter per decaseconde"@nl , + "metre per decasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-TimeSquared +om:metrePerDecasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:decasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m das-2" , + "m·das-2" ; + om:symbol "m/das2" ; + rdfs:comment "Metre per decasecond squared is a unit of acceleration defined as metre divided by decasecond squared."@en ; + rdfs:label "meter per decaseconde kwadraat"@nl , + "metre per decasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-Time +om:metrePerDecisecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:decisecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ds-1" , + "m·ds-1" ; + om:symbol "m/ds" ; + rdfs:comment "Metre per decisecond is a unit of speed defined as metre divided by decisecond."@en ; + rdfs:label "meter per deciseconde"@nl , + "metre per decisecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-TimeSquared +om:metrePerDecisecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:decisecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ds-2" , + "m·ds-2" ; + om:symbol "m/ds2" ; + rdfs:comment "Metre per decisecond squared is a unit of acceleration defined as metre divided by decisecond squared."@en ; + rdfs:label "meter per deciseconde kwadraat"@nl , + "metre per decisecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-Time +om:metrePerExasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:exasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Es-1" , + "m·Es-1" ; + om:symbol "m/Es" ; + rdfs:comment "Metre per exasecond is a unit of speed defined as metre divided by exasecond."@en ; + rdfs:label "meter per exaseconde"@nl , + "metre per exasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-TimeSquared +om:metrePerExasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:exasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Es-2" , + "m·Es-2" ; + om:symbol "m/Es2" ; + rdfs:comment "Metre per exasecond squared is a unit of acceleration defined as metre divided by exasecond squared."@en ; + rdfs:label "meter per exaseconde kwadraat"@nl , + "metre per exasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-Time +om:metrePerFemtosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:femtosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m fs-1" , + "m·fs-1" ; + om:symbol "m/fs" ; + rdfs:comment "Metre per femtosecond is a unit of speed defined as metre divided by femtosecond."@en ; + rdfs:label "meter per femtoseconde"@nl , + "metre per femtosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-TimeSquared +om:metrePerFemtosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:femtosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m fs-2" , + "m·fs-2" ; + om:symbol "m/fs2" ; + rdfs:comment "Metre per femtosecond squared is a unit of acceleration defined as metre divided by femtosecond squared."@en ; + rdfs:label "meter per femtoseconde kwadraat"@nl , + "metre per femtosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-Time +om:metrePerGigasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:gigasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Gs-1" , + "m·Gs-1" ; + om:symbol "m/Gs" ; + rdfs:comment "Metre per gigasecond is a unit of speed defined as metre divided by gigasecond."@en ; + rdfs:label "meter per gigaseconde"@nl , + "metre per gigasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-TimeSquared +om:metrePerGigasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:gigasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Gs-2" , + "m·Gs-2" ; + om:symbol "m/Gs2" ; + rdfs:comment "Metre per gigasecond squared is a unit of acceleration defined as metre divided by gigasecond squared."@en ; + rdfs:label "meter per gigaseconde kwadraat"@nl , + "metre per gigasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-Time +om:metrePerHectosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:hectosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m hs-1" , + "m·hs-1" ; + om:symbol "m/hs" ; + rdfs:comment "Metre per hectosecond is a unit of speed defined as metre divided by hectosecond."@en ; + rdfs:label "meter per hectoseconde"@nl , + "metre per hectosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-TimeSquared +om:metrePerHectosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:hectosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m hs-2" , + "m·hs-2" ; + om:symbol "m/hs2" ; + rdfs:comment "Metre per hectosecond squared is a unit of acceleration defined as metre divided by hectosecond squared."@en ; + rdfs:label "meter per hectoseconde kwadraat"@nl , + "metre per hectosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-Time +om:metrePerKilosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:kilosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ks-1" , + "m·ks-1" ; + om:symbol "m/ks" ; + rdfs:comment "Metre per kilosecond is a unit of speed defined as metre divided by kilosecond."@en ; + rdfs:label "meter per kiloseconde"@nl , + "metre per kilosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-TimeSquared +om:metrePerKilosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:kilosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ks-2" , + "m·ks-2" ; + om:symbol "m/ks2" ; + rdfs:comment "Metre per kilosecond squared is a unit of acceleration defined as metre divided by kilosecond squared."@en ; + rdfs:label "meter per kiloseconde kwadraat"@nl , + "metre per kilosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-Time +om:metrePerMegasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:megasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ms-1" , + "m·Ms-1" ; + om:symbol "m/Ms" ; + rdfs:comment "Metre per megasecond is a unit of speed defined as metre divided by megasecond."@en ; + rdfs:label "meter per megaseconde"@nl , + "metre per megasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-TimeSquared +om:metrePerMegasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:megasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ms-2" , + "m·Ms-2" ; + om:symbol "m/Ms2" ; + rdfs:comment "Metre per megasecond squared is a unit of acceleration defined as metre divided by megasecond squared."@en ; + rdfs:label "meter per megaseconde kwadraat"@nl , + "metre per megasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMetre +om:metrePerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m m-1" , + "m·m-1" ; + om:symbol "m/m" ; + rdfs:label "meter per meter"@nl , + "metre per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-Time +om:metrePerMicrosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:microsecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m μs-1" , + "m·μs-1" ; + om:symbol "m/μs" ; + rdfs:comment "Metre per microsecond is a unit of speed defined as metre divided by microsecond."@en ; + rdfs:label "meter per microseconde"@nl , + "metre per microsecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-TimeSquared +om:metrePerMicrosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:microsecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m μs-2" , + "m·μs-2" ; + om:symbol "m/μs2" ; + rdfs:comment "Metre per microsecond squared is a unit of acceleration defined as metre divided by microsecond squared."@en ; + rdfs:label "meter per microseconde kwadraat"@nl , + "metre per microsecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-Time +om:metrePerMillisecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:millisecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ms-1" , + "m·ms-1" ; + om:symbol "m/ms" ; + rdfs:comment "Metre per millisecond is a unit of speed defined as metre divided by millisecond."@en ; + rdfs:label "meter per milliseconde"@nl , + "metre per millisecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-TimeSquared +om:metrePerMillisecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:millisecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ms-2" , + "m·ms-2" ; + om:symbol "m/ms2" ; + rdfs:comment "Metre per millisecond squared is a unit of acceleration defined as metre divided by millisecond squared."@en ; + rdfs:label "meter per milliseconde kwadraat"@nl , + "metre per millisecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-Time +om:metrePerNanosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:nanosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ns-1" , + "m·ns-1" ; + om:symbol "m/ns" ; + rdfs:comment "Metre per nanosecond is a unit of speed defined as metre divided by nanosecond."@en ; + rdfs:label "meter per nanoseconde"@nl , + "metre per nanosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-TimeSquared +om:metrePerNanosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:nanosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ns-2" , + "m·ns-2" ; + om:symbol "m/ns2" ; + rdfs:comment "Metre per nanosecond squared is a unit of acceleration defined as metre divided by nanosecond squared."@en ; + rdfs:label "meter per nanoseconde kwadraat"@nl , + "metre per nanosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-Time +om:metrePerPetasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:petasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ps-1" , + "m·Ps-1" ; + om:symbol "m/Ps" ; + rdfs:comment "Metre per petasecond is a unit of speed defined as metre divided by petasecond."@en ; + rdfs:label "meter per petaseconde"@nl , + "metre per petasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-TimeSquared +om:metrePerPetasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:petasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ps-2" , + "m·Ps-2" ; + om:symbol "m/Ps2" ; + rdfs:comment "Metre per petasecond squared is a unit of acceleration defined as metre divided by petasecond squared."@en ; + rdfs:label "meter per petaseconde kwadraat"@nl , + "metre per petasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-Time +om:metrePerPicosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:picosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ps-1" , + "m·ps-1" ; + om:symbol "m/ps" ; + rdfs:comment "Metre per picosecond is a unit of speed defined as metre divided by picosecond."@en ; + rdfs:label "meter per picoseconde"@nl , + "metre per picosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-TimeSquared +om:metrePerPicosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:picosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ps-2" , + "m·ps-2" ; + om:symbol "m/ps2" ; + rdfs:comment "Metre per picosecond squared is a unit of acceleration defined as metre divided by picosecond squared."@en ; + rdfs:label "meter per picoseconde kwadraat"@nl , + "metre per picosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time +om:metrePerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m s-1" , + "mps" , + "m·s-1" ; + om:longcomment "Metre per second is a unit of speed defined as metre divided by second. Metre per second is a derived unit in the International System of Units." ; + om:symbol "m/s" ; + rdfs:comment "Metre per second is a unit of speed defined as metre divided by second."@en ; + rdfs:label "meter per seconde"@nl , + "metre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimePerMetre +om:metrePerSecond-TimePerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasNumerator om:metrePerSecond-Time ; + om:symbol "m/s/m" ; + rdfs:label "meter per seconde per metre"@nl , + "metre per second per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimeSquared +om:metrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m s-2" , + "m·s-2" ; + om:longcomment "Metre per second squared is a unit of acceleration defined as metre divided by second squared. Metre per second squared is a derived unit in the International System of Units." ; + om:symbol "m/s2" ; + rdfs:comment "Metre per second squared is a unit of acceleration defined as metre divided by second squared."@en ; + rdfs:label "meter per seconde kwadraat"@nl , + "metre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-Time +om:metrePerTerasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:terasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ts-1" , + "m·Ts-1" ; + om:symbol "m/Ts" ; + rdfs:comment "Metre per terasecond is a unit of speed defined as metre divided by terasecond."@en ; + rdfs:label "meter per teraseconde"@nl , + "metre per terasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-TimeSquared +om:metrePerTerasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:terasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ts-2" , + "m·Ts-2" ; + om:symbol "m/Ts2" ; + rdfs:comment "Metre per terasecond squared is a unit of acceleration defined as metre divided by terasecond squared."@en ; + rdfs:label "meter per teraseconde kwadraat"@nl , + "metre per terasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYoctosecond-Time +om:metrePerYoctosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:yoctosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ys-1" , + "m·ys-1" ; + om:symbol "m/ys" ; + rdfs:comment "Metre per yoctosecond is a unit of speed defined as metre divided by yoctosecond."@en ; + rdfs:label "meter per yoctoseconde"@nl , + "metre per yoctosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYoctosecond-TimeSquared +om:metrePerYoctosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:yoctosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m ys-2" , + "m·ys-2" ; + om:symbol "m/ys2" ; + rdfs:comment "Metre per yoctosecond squared is a unit of acceleration defined as metre divided by yoctosecond squared."@en ; + rdfs:label "meter per yoctoseconde kwadraat"@nl , + "metre per yoctosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYottasecond-Time +om:metrePerYottasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:yottasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ys-1" , + "m·Ys-1" ; + om:symbol "m/Ys" ; + rdfs:comment "Metre per yottasecond is a unit of speed defined as metre divided by yottasecond."@en ; + rdfs:label "meter per yottaseconde"@nl , + "metre per yottasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYottasecond-TimeSquared +om:metrePerYottasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:yottasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Ys-2" , + "m·Ys-2" ; + om:symbol "m/Ys2" ; + rdfs:comment "Metre per yottasecond squared is a unit of acceleration defined as metre divided by yottasecond squared."@en ; + rdfs:label "meter per yottaseconde kwadraat"@nl , + "metre per yottasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZeptosecond-Time +om:metrePerZeptosecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:zeptosecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m zs-1" , + "m·zs-1" ; + om:symbol "m/zs" ; + rdfs:comment "Metre per zeptosecond is a unit of speed defined as metre divided by zeptosecond."@en ; + rdfs:label "meter per zeptoseconde"@nl , + "metre per zeptosecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZeptosecond-TimeSquared +om:metrePerZeptosecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:zeptosecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m zs-2" , + "m·zs-2" ; + om:symbol "m/zs2" ; + rdfs:comment "Metre per zeptosecond squared is a unit of acceleration defined as metre divided by zeptosecond squared."@en ; + rdfs:label "meter per zeptoseconde kwadraat"@nl , + "metre per zeptosecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZettasecond-Time +om:metrePerZettasecond-Time rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-Time ; + om:hasDenominator om:zettasecond-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Zs-1" , + "m·Zs-1" ; + om:symbol "m/Zs" ; + rdfs:comment "Metre per zettasecond is a unit of speed defined as metre divided by zettasecond."@en ; + rdfs:label "meter per zettaseconde"@nl , + "metre per zettasecond"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZettasecond-TimeSquared +om:metrePerZettasecond-TimeSquared rdf:type owl:NamedIndividual , + om:MetrePerPrefixedSecond-TimeSquared ; + om:hasDenominator om:zettasecond-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:metre ; + om:alternativeSymbol "m Zs-2" , + "m·Zs-2" ; + om:symbol "m/Zs2" ; + rdfs:comment "Metre per zettasecond squared is a unit of acceleration defined as metre divided by zettasecond squared."@en ; + rdfs:label "meter per zettaseconde kwadraat"@nl , + "metre per zettasecond squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mho +om:mho rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasUnit om:siemens ; + om:LaTeXCommand "\\mhoUnit" ; + rdfs:comment "The mho is a unit of electrical conductance defined as 1 siemens."@en ; + rdfs:label "mho"@en , + "mho"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micro +om:micro rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-6"^^xsd:float ; + om:alternativeSymbol "u" ; + om:symbol "μ" ; + rdfs:label "micro"@en , + "micro"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microampere +om:microampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:ampere ; + om:symbol "μA" ; + rdfs:comment "The microampere is a unit of electric current defined as 1.0e-6 ampere."@en ; + rdfs:label "microampere"@en , + "microampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microbar +om:microbar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:bar ; + om:symbol "μbar" ; + rdfs:comment "The microbar is a unit of pressure defined as 1.0e-6 bar."@en ; + rdfs:label "microbar"@en , + "microbar"@nl , + "微巴"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microbecquerel +om:microbecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:becquerel ; + om:symbol "μBq" ; + rdfs:comment "The microbecquerel is a unit of activity defined as 1.0e-6 becquerel."@en ; + rdfs:label "microbecquerel"@en , + "microbecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microcandela +om:microcandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:candela ; + om:symbol "μcd" ; + rdfs:comment "The microcandela is a unit of luminous intensity defined as 1.0e-6 candela."@en ; + rdfs:label "microcandela"@en , + "microcandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microcoulomb +om:microcoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:coulomb ; + om:symbol "μC" ; + rdfs:comment "The microcoulomb is a unit of electric charge defined as 1.0e-6 coulomb."@en ; + rdfs:label "microcoulomb"@en , + "microcoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microdegreeCelsius +om:microdegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:degreeCelsius ; + om:symbol "μ°C" ; + rdfs:comment "The microdegree Celsius is a unit of temperature defined as 1.0e-6 degree Celsius."@en ; + rdfs:label "microdegree Celsius"@en , + "micrograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microfarad +om:microfarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:farad ; + om:symbol "μF" ; + rdfs:comment "The microfarad is a unit of capacitance defined as 1.0e-6 farad."@en ; + rdfs:label "microfarad"@en , + "microfarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgram +om:microgram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:gram ; + om:symbol "μg" ; + om:unofficialAbbreviation "mcg" , + "ug" ; + rdfs:comment "The microgram is a unit of mass defined as 1.0e-6 gram."@en ; + rdfs:label "microgram"@en , + "microgram"@nl , + "微克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerCubicCentimetre +om:microgramPerCubicCentimetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicCentimetre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:microgram ; + om:alternativeSymbol "μg cm-3" , + "μg·cm-3" ; + om:longcomment "Microgram per cubic centimetre is a unit of density defined as microgram divided by cubic centimetre. Microgram per cubic centimetre is a derived unit in the International System of Units." ; + om:symbol "μg/cm3" ; + rdfs:comment "Microram per cubic centimetre is a unit of density defined as microgram divided by cubic centimetre."@en ; + rdfs:label "microgram per cubic centimetre"@en , + "microgram per kubieke centimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerHectogram +om:microgramPerHectogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectogram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:microgram ; + om:alternativeLabel "microgram per 100 gram"@en , + "microgram per 100 gram"@nl ; + om:alternativeSymbol "μg hg-1" , + "μg/100 g" , + "μg·hg-1" ; + om:symbol "μg/hg" ; + rdfs:label "microgram per hectogram"@en , + "microgram per hectogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerJoule +om:microgramPerJoule rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:joule ; + om:hasNumerator om:microgram ; + om:alternativeSymbol "mg J-1" , + "mg·J-1" ; + om:symbol "mg/J" ; + rdfs:label "microgram per joule"@en , + "microgram per joule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerLitre +om:microgramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:microgram ; + om:alternativeSymbol "μg l-1" , + "μg·l-1" ; + om:symbol "μg/l" ; + rdfs:comment "Microgram per litre is a unit of density defined as microgram divided by litre."@en ; + rdfs:label "microgram per liter"@nl , + "microgram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerSquareMetreSecond-Time +om:microgramPerSquareMetreSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreSecond-Time ; + om:hasNumerator om:microgram ; + om:alternativeSymbol "mg m-2 s-1" , + "mg·m-2·s-1" ; + om:symbol "mg/(m2 s)" ; + rdfs:label "microgram per square metre second"@en , + "microgram per vierkante meter seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microgray +om:microgray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:gray ; + om:symbol "μGy" ; + rdfs:comment "The microgray is a unit of absorbed dose defined as 1.0e-6 gray."@en ; + rdfs:label "microgray"@en , + "microgray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microhenry +om:microhenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:henry ; + om:symbol "μH" ; + rdfs:comment "The microhenry is a unit of inductance defined as 1.0e-6 henry."@en ; + rdfs:label "microhenry"@en , + "microhenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microhertz +om:microhertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:hertz ; + om:symbol "μHz" ; + rdfs:comment "The microhertz is a unit of frequency defined as 1.0e-6 hertz."@en ; + rdfs:label "microhertz"@en , + "microhertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microjoule +om:microjoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:joule ; + om:symbol "μJ" ; + rdfs:comment "The microjoule is a unit of energy defined as 1.0e-6 joule."@en ; + rdfs:label "microjoule"@en , + "microjoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microkatal +om:microkatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:katal ; + om:symbol "μkat" ; + rdfs:comment "The microkatal is a unit of catalytic activity defined as 1.0e-6 katal."@en ; + rdfs:label "microkatal"@en , + "microkatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microkelvin +om:microkelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:kelvin ; + om:symbol "μK" ; + rdfs:comment "The microkelvin is a unit of temperature defined as 1.0e-6 kelvin."@en ; + rdfs:label "microkelvin"@en , + "microkelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microlitre +om:microlitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:litre ; + om:symbol "μl" ; + om:unofficialAbbreviation "ul" ; + rdfs:label "microliter"@nl , + "microlitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microlumen +om:microlumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:lumen ; + om:symbol "μlm" ; + rdfs:label "microlumen"@en , + "microlumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microlux +om:microlux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:lux ; + om:symbol "μlx" ; + rdfs:label "microlux"@en , + "microlux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromagnitude +om:micromagnitude rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:micro ; + om:hasUnit om:magnitude ; + om:symbol "μmag" ; + rdfs:comment "The micromagnitude is a unit of magnitude defined as 1.0e-6 magnitude."@en ; + rdfs:label "micromagnitude"@en , + "micromagnitude"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre +om:micrometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:metre ; + om:symbol "μm" ; + rdfs:comment "The micrometre is a unit of length defined as 1.0e-6 metre."@en ; + rdfs:label "micrometer"@nl , + "micrometre"@en , + "微米"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-Time +om:micrometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:micrometre ; + om:alternativeSymbol "μm s-1" , + "μm·s-1" ; + om:symbol "μm/s" ; + rdfs:comment "Micrometre per second is a unit of speed defined as micrometre divided by second."@en ; + rdfs:label "micrometer per seconde"@nl , + "micrometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-TimeSquared +om:micrometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:micrometre ; + om:alternativeSymbol "μm s-2" , + "μm·s-2" ; + om:symbol "μm/s2" ; + rdfs:comment "Micrometre per second squared is a unit of acceleration defined as micrometre divided by second squared."@en ; + rdfs:label "micrometer per seconde kwadraat"@nl , + "micrometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromolar +om:micromolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:molar ; + om:symbol "μM" ; + rdfs:comment "The micromolar is a unit of amount of substance concentration defined as 1.0e-6 molar."@en ; + rdfs:label "micromolair"@nl , + "micromolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromole +om:micromole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:mole ; + om:symbol "μmol" ; + rdfs:label "micromol"@nl , + "micromole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerLitre +om:micromolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:micromole ; + om:alternativeSymbol "μmol l-1" , + "μmol·l-1" ; + om:symbol "μmol/l" ; + rdfs:comment "Micromole per litre is a unit of amount of substance concentration defined as micromole divided by litre."@en ; + rdfs:label "micromole per liter"@nl , + "micromole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerMetre +om:micromolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:micromole ; + om:alternativeSymbol "μmol m-1" , + "μmol·m-1" ; + om:symbol "μmol/m" ; + rdfs:label "micromole per meter"@nl , + "micromole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerMole +om:micromolePerMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:mole ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:micromole ; + om:alternativeSymbol "μmol mol-1" , + "μmol·mol-1" ; + om:symbol "μmol/mol" ; + rdfs:label "micromol per mol"@nl , + "micromole per mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerSecond-Time +om:micromolePerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasNumerator om:micromole ; + om:alternativeSymbol "μmol s-1" , + "μmol·s-1" ; + om:symbol "μmol/s" ; + rdfs:label "micromol per seconde"@nl , + "micromole per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerSecond-TimeGram +om:micromolePerSecond-TimeGram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gram ; + om:hasNumerator om:micromolePerSecond-Time ; + om:alternativeSymbol "μmol s-1 g-1" , + "μmol·s-1·g-1" ; + om:symbol "μmol/(s g)" ; + rdfs:label "micromole per second gram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micron +om:micron rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1.0E-6"^^xsd:float ; + om:symbol "μ" ; + rdfs:comment "The micron is a unit of length defined as 1.0e-6 metre."@en ; + rdfs:label "micron"@en , + "micron"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micronewton +om:micronewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:newton ; + om:symbol "μN" ; + rdfs:label "micronewton"@en , + "micronewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre +om:micronewtonMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:micronewton ; + om:hasTerm2 om:metre ; + om:alternativeSymbol "μN·m" ; + om:symbol "μN m" ; + rdfs:label "micronewton meter"@nl , + "micronewton metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microohm +om:microohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:ohm ; + om:symbol "μΩ" ; + rdfs:label "microohm"@en , + "microohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal +om:micropascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:pascal ; + om:symbol "μPa" ; + rdfs:label "micropascal"@en , + "micropascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microradian +om:microradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:micro ; + om:hasUnit om:radian ; + om:symbol "μrad" ; + rdfs:label "microradiaal"@nl , + "microradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle +om:microsecond-Angle rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:milli ; + om:hasUnit om:second-Angle ; + om:alternativeLabel "microarcsecond"@en , + "microboogseconde"@nl , + "microsecond of arc"@en ; + om:symbol "μas" ; + rdfs:comment "The microsecond (angle) is a unit of length defined as 1.0e-6 second (angle). Used in astronomy (measurements of positions of stars, galaxies, etc.) to represent the error."@en ; + rdfs:label "microsecond (angle)"@en , + "microseconde (hoek)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time +om:microsecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:second-Time ; + om:symbol "μs" ; + rdfs:label "microsecond"@en , + "microseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-TimeSquared +om:microsecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:microsecond-Time ; + om:hasExponent 2 ; + om:symbol "μs2" ; + rdfs:label "microsecond squared"@en , + "microseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microsiemens +om:microsiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:siemens ; + om:symbol "μS" ; + rdfs:label "microsiemens"@en , + "microsiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microsievert +om:microsievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:sievert ; + om:symbol "μSv" ; + rdfs:label "microsievert"@en , + "microsievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microsteradian +om:microsteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:micro ; + om:hasUnit om:steradian ; + om:symbol "μsr" ; + rdfs:label "microsteradiaal"@nl , + "microsteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microtesla +om:microtesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:tesla ; + om:symbol "μT" ; + rdfs:label "microtesla"@en , + "microtesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microvolt +om:microvolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:volt ; + om:symbol "μV" ; + rdfs:label "microvolt"@en , + "microvolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microwatt +om:microwatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:watt ; + om:symbol "μW" ; + rdfs:label "microwatt"@en , + "microwatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/microweber +om:microweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:micro ; + om:hasUnit om:weber ; + om:symbol "μWb" ; + rdfs:label "microweber"@en , + "microweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Angle +om:mil-Angle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:radian ; + om:hasFactor "9.817478E-4"^^xsd:float ; + rdfs:comment "The mil (angle) is a unit of angle defined as 9.817477e-4 radian."@en ; + rdfs:label "mil (angle)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length +om:mil-Length rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "2.54E-5"^^xsd:float ; + om:alternativeLabel "thou"@en ; + rdfs:comment "The mil (length) is a unit of length defined as 2.54e-5 metre."@en ; + rdfs:label "mil (length)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mile-International +om:mile-International rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute +om:mile-Statute rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1609.344"^^xsd:float ; + om:alternativeLabel "statute mile"@en ; + om:symbol "mi" ; + rdfs:comment "The statute mile is a unit of length defined as 1.609344e3 metre."@en ; + rdfs:label "mile (statute)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mile-StatutePerHour +om:mile-StatutePerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:mile-Statute ; + om:alternativeSymbol "mi h-1" , + "mi·h-1" ; + om:symbol "mi/h" ; + rdfs:comment "Mile (statute) per hour is a unit of speed defined as mile (statute) divided by hour."@en ; + rdfs:label "mijl per uur"@nl , + "mile (statute) per hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey +om:mile-USSurvey rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1609.347"^^xsd:float ; + om:alternativeLabel "US survey mile"@en ; + rdfs:comment "The US survey mile is a unit of length defined as 1.609347e3 metre."@en ; + rdfs:label "mile (US survey)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milli +om:milli rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "0.001"^^xsd:float ; + om:symbol "m" ; + rdfs:label "milli"@en , + "milli"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliampere +om:milliampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:ampere ; + om:symbol "mA" ; + rdfs:comment "The milliampere is a unit of electric current defined as 1.0e-3 ampere."@en ; + rdfs:label "milliampere"@en , + "milliampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliampereHour +om:milliampereHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:electricCharge-Dimension ; + om:hasTerm1 om:milliampere ; + om:hasTerm2 om:hour ; + om:alternativeSymbol "mAh" , + "mA·h" ; + om:symbol "mA h" ; + rdfs:label "milliampere hour"@en , + "milliampère-uur"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliamperehour +om:milliamperehour rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millibar +om:millibar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:bar ; + om:symbol "mbar" ; + rdfs:comment "The millibar is a unit of pressure defined as 1.0e-3 bar."@en ; + rdfs:label "millibar"@en , + "millibar"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millibecquerel +om:millibecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:becquerel ; + om:symbol "mBq" ; + rdfs:comment "The millibecquerel is a unit of activity defined as 1.0e-3 becquerel."@en ; + rdfs:label "millibecquerel"@en , + "millibecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millicandela +om:millicandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:candela ; + om:symbol "mcd" ; + rdfs:comment "The millicandela is a unit of luminous intensity defined as 1.0e-3 candela."@en ; + rdfs:label "millicandela"@en , + "millicandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millicoulomb +om:millicoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:coulomb ; + om:symbol "mC" ; + rdfs:comment "The millicoulomb is a unit of electric charge defined as 1.0e-3 coulomb."@en ; + rdfs:label "millicoulomb"@en , + "millicoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millidegreeCelsius +om:millidegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:degreeCelsius ; + om:symbol "m°C" ; + rdfs:comment "The millidegree Celsius is a unit of temperature defined as 1.0e-3 degree Celsius."@en ; + rdfs:label "millidegree Celsius"@en , + "milligraad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millifarad +om:millifarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:farad ; + om:symbol "mF" ; + rdfs:comment "The millifarad is a unit of capacitance defined as 1.0e-3 farad."@en ; + rdfs:label "millifarad"@en , + "millifarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligauss +om:milligauss rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:gauss ; + om:symbol "mG" ; + rdfs:comment "The milligauss is a unit of magnetic flux density defined as 1.0e-3 gauss."@en ; + rdfs:label "milligauss"@en , + "milligauss"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligram +om:milligram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:gram ; + om:symbol "mg" ; + rdfs:comment "The milligram is a unit of mass defined as 1.0e-3 gram."@en ; + rdfs:label "milligram"@en , + "milligram"@nl , + "毫克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerCubicmetre +om:milligramPerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:milligram ; + om:alternativeSymbol "mg m-3" , + "mg·m-3" ; + om:longcomment "Milligram per cubic metre is a unit of density defined as milligram divided by cubic metre. Milligram per cubic metre is a derived unit in the International System of Units." ; + om:symbol "mg/m3" ; + rdfs:comment "Milligram per cubic metre is a unit of density defined as milligram divided by cubic metre."@en ; + rdfs:label "milligram per cubic metre"@en , + "milligram per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerDay +om:milligramPerDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasDimension om:massFlow-Dimension ; + om:hasNumerator om:milligram ; + om:alternativeSymbol "mg d-1" , + "mg·d-1" ; + om:symbol "mg/d" ; + rdfs:label "milligram per dag"@nl , + "milligram per day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerHectogram +om:milligramPerHectogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectogram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:milligram ; + om:alternativeLabel "milligram per 100 gram"@en , + "milligram per 100 gram"@nl ; + om:alternativeSymbol "mg hg-1" , + "mg/100 g" , + "mg·hg-1" ; + om:symbol "mg/hg" ; + rdfs:label "milligram per hectogram"@en , + "milligram per hectogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerKilogram +om:milligramPerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:milligram ; + om:alternativeSymbol "mg kg-1" , + "mg·kg-1" ; + om:symbol "mg/kg" ; + rdfs:label "milligram per kilogram"@en , + "milligram per kilogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerKilometre +om:milligramPerKilometre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilometre ; + om:hasNumerator om:milligram ; + om:alternativeSymbol "mg km-1" , + "mg·km-1" ; + om:symbol "mg/km" ; + rdfs:label "milligram per kilometer"@nl , + "milligram per kilometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerLitre +om:milligramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:milligram ; + om:alternativeSymbol "mg l-1" , + "mg·l-1" ; + om:symbol "mg/l" ; + rdfs:comment "Milligram per litre is a unit of density defined as milligram divided by litre."@en ; + rdfs:label "milligram per liter"@nl , + "milligram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligramRAE +om:milligramRAE rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + rdfs:label "milligram RAE"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligray +om:milligray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:gray ; + om:symbol "mGy" ; + rdfs:comment "The milligray is a unit of absorbed dose defined as 1.0e-3 gray."@en ; + rdfs:label "milligray"@en , + "milligray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milligrayPerSecond-Time +om:milligrayPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:absorbedDoseRate-Dimension ; + om:hasNumerator om:milligray ; + om:alternativeSymbol "mGy s-1" , + "mGy·s-1" ; + om:symbol "mGy/s" ; + rdfs:label "milligray per second"@en , + "milligray per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millihenry +om:millihenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:henry ; + om:symbol "mH" ; + rdfs:comment "The millihenry is a unit of inductance defined as 1.0e-3 henry."@en ; + rdfs:label "millihenry"@en , + "millihenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millihertz +om:millihertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:hertz ; + om:symbol "mHz" ; + rdfs:comment "The millihertz is a unit of frequency defined as 1.0e-3 hertz."@en ; + rdfs:label "millihertz"@en , + "millihertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millijoule +om:millijoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:joule ; + om:symbol "mJ" ; + rdfs:comment "The millijoule is a unit of energy defined as 1.0e-3 joule."@en ; + rdfs:label "millijoule"@en , + "millijoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millikatal +om:millikatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:katal ; + om:symbol "mkat" ; + rdfs:comment "The millikatal is a unit of catalytic activity defined as 1.0e-3 katal."@en ; + rdfs:label "millikatal"@en , + "millikatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millikelvin +om:millikelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:kelvin ; + om:symbol "mK" ; + rdfs:comment "The millikelvin is a unit of temperature defined as 1.0e-3 kelvin."@en ; + rdfs:label "millikelvin"@en , + "millikelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millilitre +om:millilitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:litre ; + om:symbol "ml" ; + rdfs:label "milliliter"@nl , + "millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millilumen +om:millilumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:lumen ; + om:symbol "mlm" ; + rdfs:label "millilumen"@en , + "millilumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millilux +om:millilux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:lux ; + om:symbol "mlx" ; + rdfs:label "millilux"@en , + "millilux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimagnitude +om:millimagnitude rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:milli ; + om:hasUnit om:magnitude ; + om:symbol "mmag" ; + rdfs:comment "The millimagnitude is a unit of magnitude defined as 1.0e-3 magnitude."@en ; + rdfs:label "millimagnitude"@en , + "millimagnitude"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre +om:millimetre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:metre ; + om:symbol "mm" ; + rdfs:comment "The millimetre is a unit of length defined as 1.0e-3 metre."@en ; + rdfs:label "millimeter"@nl , + "millimetre"@en , + "毫米"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury +om:millimetreOfMercury rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:metreOfMercury ; + om:symbol "mm Hg" ; + rdfs:comment "The millimetre of mercury is a unit of pressure defined as 1.0e-3 metre of mercury."@en ; + rdfs:label "millimeter kwik"@nl , + "millimetre of mercury"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerDay +om:millimetrePerDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:millimetre ; + om:alternativeSymbol "mm d-1" , + "mm·d-1" ; + om:symbol "mm/d" ; + rdfs:comment "Millimetre per day is a unit of speed defined as millimetre divided by day."@en ; + rdfs:label "millimeter per dag"@nl , + "millimetre per day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerHour +om:millimetrePerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:millimetre ; + om:alternativeSymbol "mm h-1" , + "mm·h-1" ; + om:symbol "mm/h" ; + rdfs:comment "Millimetre per hour is a unit of speed defined as millimetre divided by hour."@en ; + rdfs:label "millimeter per uur"@nl , + "millimetre per hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerMetre +om:millimetrePerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:millimetre ; + om:alternativeSymbol "mm m-1" , + "mm·m-1" ; + om:symbol "mm/m" ; + rdfs:label "millimeter per meter"@nl , + "millimetre per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-Time +om:millimetrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:millimetre ; + om:alternativeSymbol "mm s-1" , + "mm·s-1" ; + om:symbol "mm/s" ; + rdfs:comment "Millimetre per second is a unit of speed defined as millimetre divided by second."@en ; + rdfs:label "millimeter per seconde"@nl , + "millimetre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-TimeSquared +om:millimetrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:millimetre ; + om:alternativeSymbol "mm s-2" , + "mm·s-2" ; + om:symbol "mm/s2" ; + rdfs:comment "Millimetre per second squared is a unit of acceleration defined as millimetre divided by second squared."@en ; + rdfs:label "millimeter per seconde kwadraat"@nl , + "millimetre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimolar +om:millimolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:molar ; + om:symbol "mM" ; + rdfs:comment "The millimolar is a unit of amount of substance concentration defined as 1.0e-3 molar."@en ; + rdfs:label "millimolair"@nl , + "millimolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimole +om:millimole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:mole ; + om:symbol "mmol" ; + rdfs:label "millimol"@nl , + "millimole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimolePerLitre +om:millimolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:millimole ; + om:alternativeSymbol "mmol l-1" , + "mmol·l-1" ; + om:symbol "mmol/l" ; + rdfs:comment "Millimole per litre is a unit of amount of substance concentration defined as millimole divided by litre."@en ; + rdfs:label "millimole per liter"@nl , + "millimole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millimolePerMetre +om:millimolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:millimole ; + om:alternativeSymbol "mmol m-1" , + "mmol·m-1" ; + om:symbol "mmol/m" ; + rdfs:label "millimole per meter"@nl , + "millimole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millinewton +om:millinewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:newton ; + om:symbol "mN" ; + rdfs:label "millinewton"@en , + "millinewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre +om:millinewtonMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:millinewton ; + om:hasTerm2 om:metre ; + om:alternativeSymbol "mN·m" ; + om:symbol "mN m" ; + rdfs:label "millinewton meter"@nl , + "millinewton metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliohm +om:milliohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:ohm ; + om:symbol "mΩ" ; + rdfs:label "milliohm"@en , + "milliohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal +om:millipascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:pascal ; + om:symbol "mPa" ; + rdfs:label "millipascal"@en , + "millipascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliradian +om:milliradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:milli ; + om:hasUnit om:radian ; + om:symbol "mrad" ; + rdfs:label "milliradiaal"@nl , + "milliradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle +om:millisecond-Angle rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:milli ; + om:hasUnit om:second-Angle ; + om:alternativeLabel "milliarcsecond"@en , + "milliboogseconde"@nl , + "millisecond of arc"@en ; + om:symbol "mas" ; + rdfs:comment "The millisecond (angle) is a unit of length defined as 1.0e-3 second (angle). Used in astronomy (measurements of positions of stars, galaxies, etc.) to represent the error."@en ; + rdfs:label "millisecond (angle)"@en , + "milliseconde (hoek)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-AnglePerYear +om:millisecond-AnglePerYear rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:year ; + om:hasDimension om:angularSpeed-Dimension ; + om:hasNumerator om:millisecond-Angle ; + om:symbol "mas/yr" ; + rdfs:comment "Wordt gebruikt om de waargenomen verandering van de positie van sterren uit te drukken (de proper motion)."@nl ; + rdfs:label "millisecond (angle) per year"@en , + "milliseconde (hoek) per jaar"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time +om:millisecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:second-Time ; + om:symbol "ms" ; + rdfs:label "millisecond"@en , + "milliseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-TimeSquared +om:millisecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:millisecond-Time ; + om:hasExponent 2 ; + om:symbol "ms2" ; + rdfs:label "millisecond squared"@en , + "milliseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisiemens +om:millisiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:siemens ; + om:symbol "mS" ; + rdfs:label "millisiemens"@en , + "millisiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisievert +om:millisievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:sievert ; + om:symbol "mSv" ; + rdfs:label "millisievert"@en , + "millisievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millisteradian +om:millisteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:milli ; + om:hasUnit om:steradian ; + om:symbol "msr" ; + rdfs:label "millisteradiaal"@nl , + "millisteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millitesla +om:millitesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:tesla ; + om:symbol "mT" ; + rdfs:label "millitesla"@en , + "millitesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt +om:millivolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:volt ; + om:symbol "mV" ; + rdfs:label "millivolt"@en , + "millivolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliwatt +om:milliwatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:watt ; + om:symbol "mW" ; + rdfs:label "milliwatt"@en , + "milliwatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/milliweber +om:milliweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:milli ; + om:hasUnit om:weber ; + om:symbol "mWb" ; + rdfs:label "milliweber"@en , + "milliweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/minimum +om:minimum rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "minimum"@en , + "最小"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle +om:minute-Angle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:radian ; + om:hasFactor "2.908882E-4"^^xsd:float ; + om:alternativeLabel "arcminute"@en , + "arcminuut"@nl , + "minute of arc"@en ; + om:symbol "'" ; + rdfs:comment "The minute (angle) is a unit of angle defined as 2.908882e-4 radian."@en ; + rdfs:label "minute (angle)"@en , + "minuut (hoek)"@nl , + "分钟(角)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/minute-HourAngle +om:minute-HourAngle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:degree ; + om:hasFactor "0.25"^^xsd:float ; + om:symbol "m" ; + rdfs:comment "Wordt gebruikt als hoek (360°=1440) voor o.a. rechte klimming. De m wordt meestal als superscript achter de waarde gezet gevolgd door de verdere opdeling naar seconden. Zoals in 5h34m12s09. Vaak wordt de fractie in seconden zonder punt geschreven, de s wordt als afscheiding gebruikt (http://en.wikipedia.org/wiki/Right_ascension)."@nl ; + rdfs:label "minute (hour angle)"@en , + "minuut (uurhoek)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Sidereal +om:minute-Sidereal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "59.83617"^^xsd:float ; + om:alternativeLabel "sidereal minute"@en ; + rdfs:comment "The sidereal minute is a unit of time defined as 5.983617e1 second."@en ; + rdfs:label "minute (sidereal)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time +om:minute-Time rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "60.0"^^xsd:float ; + om:symbol "min" ; + rdfs:comment "The minute (time) is a unit of time defined as 60 second."@en ; + rdfs:label "minute"@en , + "minuut"@nl , + "分钟"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molar +om:molar rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasUnit om:molePerLitre ; + om:symbol "M" ; + rdfs:comment "Molar is a unit of amount of substance concentration defined as 1 mole per litre."@en ; + rdfs:label "molair"@nl , + "molar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molarEnergy-Dimension +om:molarEnergy-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent -1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "molaire-energiedimensie"@nl , + "molar energy dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension +om:molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent -1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent -1 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "molar entropy, molar heat capacity, or gas constant dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/mole +om:mole rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasQuantity om:amountOfSubstanceOfASystemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12 ; + om:longcomment "The mole is a unit of amount of substance defined as the amount of substance of a system that contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 12. The mole is a base unit in the International System of Units." ; + om:symbol "mol" ; + rdfs:comment "The mole is a unit of amount of substance defined as the amount of substance of a system that contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 12."@en ; + rdfs:label "mol"@nl , + "mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometre +om:moleMicrometre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:mole ; + om:hasTerm2 om:micrometre ; + om:alternativeSymbol "mol·μm" ; + om:symbol "mol μm" ; + rdfs:label "mol micrometer"@nl , + "mole micrometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometreReciprocalSquareCentimetre +om:moleMicrometreReciprocalSquareCentimetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:moleMicrometre ; + om:hasTerm2 om:reciprocalSquareCentimetre ; + om:alternativeSymbol "mol·μm·cm-2" ; + om:symbol "mol μm cm-2" ; + rdfs:label "mol micrometer omgekeerde vierkante centimeter"@nl , + "mole micrometre reciprocal square centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometreReciprocalSquareCentimetreReciprocalSecond-Time +om:moleMicrometreReciprocalSquareCentimetreReciprocalSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:moleMicrometreReciprocalSquareCentimetre ; + om:hasTerm2 om:reciprocalSecond-Time ; + om:alternativeSymbol "mol·μm·cm-2·s-1" ; + om:symbol "mol μm cm-2 s-1" ; + rdfs:label "mol micrometer omgekeerde vierkante centimeter omgekeerde seconde"@nl , + "mole micrometre reciprocal square centimetre reciprocal second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerAttolitre +om:molePerAttolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:attolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol al-1" , + "mol·al-1" ; + om:symbol "mol/al" ; + rdfs:comment "Mole per attolitre is a unit of amount of substance concentration defined as mole divided by attolitre."@en ; + rdfs:label "mole per attoliter"@nl , + "mole per attolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerAttometre +om:molePerAttometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:attometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol am-1" , + "mol·am-1" ; + om:symbol "mol/am" ; + rdfs:label "mole per attometer"@nl , + "mole per attometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCentilitre +om:molePerCentilitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:centilitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol cl-1" , + "mol·cl-1" ; + om:symbol "mol/cl" ; + rdfs:comment "Mole per centilitre is a unit of amount of substance concentration defined as mole divided by centilitre."@en ; + rdfs:label "mole per centiliter"@nl , + "mole per centilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCentimetre +om:molePerCentimetre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:centimetre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol cm-1" , + "mol·cm-1" ; + om:symbol "mol/cm" ; + rdfs:label "mole per centimeter"@nl , + "mole per centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCubicmetre +om:molePerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol m-3" , + "mol·m-3" ; + om:longcomment "Mole per cubic metre is a unit of amount of substance concentration defined as mole divided by cubic metre. Mole per cubic metre is a derived unit in the International System of Units." ; + om:symbol "mol/m3" ; + rdfs:comment "Mole per cubic metre is a unit of amount of substance concentration defined as mole divided by cubic metre."@en ; + rdfs:label "mol per kubieke meter"@nl , + "mole per cubic metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecalitre +om:molePerDecalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:decalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol dal-1" , + "mol·dal-1" ; + om:symbol "mol/dal" ; + rdfs:comment "Mole per decalitre is a unit of amount of substance concentration defined as mole divided by decalitre."@en ; + rdfs:label "mole per decaliter"@nl , + "mole per decalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecametre +om:molePerDecametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:decametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol dam-1" , + "mol·dam-1" ; + om:symbol "mol/dam" ; + rdfs:label "mole per decameter"@nl , + "mole per decametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecilitre +om:molePerDecilitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:decilitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol dl-1" , + "mol·dl-1" ; + om:symbol "mol/dl" ; + rdfs:comment "Mole per decilitre is a unit of amount of substance concentration defined as mole divided by decilitre."@en ; + rdfs:label "mole per deciliter"@nl , + "mole per decilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecimetre +om:molePerDecimetre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:decimetre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol dm-1" , + "mol·dm-1" ; + om:symbol "mol/dm" ; + rdfs:label "mole per decimeter"@nl , + "mole per decimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerExalitre +om:molePerExalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:exalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol El-1" , + "mol·El-1" ; + om:symbol "mol/El" ; + rdfs:comment "Mole per exalitre is a unit of amount of substance concentration defined as mole divided by exalitre."@en ; + rdfs:label "mole per exaliter"@nl , + "mole per exalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerExametre +om:molePerExametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:exametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Em-1" , + "mol·Em-1" ; + om:symbol "mol/Em" ; + rdfs:label "mole per exameter"@nl , + "mole per exametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerFemtolitre +om:molePerFemtolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:femtolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol fl-1" , + "mol·fl-1" ; + om:symbol "mol/fl" ; + rdfs:comment "Mole per femtolitre is a unit of amount of substance concentration defined as mole divided by femtolitre."@en ; + rdfs:label "mole per femtoliter"@nl , + "mole per femtolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerFemtometre +om:molePerFemtometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:femtometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol fm-1" , + "mol·fm-1" ; + om:symbol "mol/fm" ; + rdfs:label "mole per femtometer"@nl , + "mole per femtometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerGigalitre +om:molePerGigalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:gigalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Gl-1" , + "mol·Gl-1" ; + om:symbol "mol/Gl" ; + rdfs:comment "Mole per gigalitre is a unit of amount of substance concentration defined as mole divided by gigalitre."@en ; + rdfs:label "mole per gigaliter"@nl , + "mole per gigalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerGigametre +om:molePerGigametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:gigametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Gm-1" , + "mol·Gm-1" ; + om:symbol "mol/Gm" ; + rdfs:label "mole per gigameter"@nl , + "mole per gigametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerHectolitre +om:molePerHectolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:hectolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol hl-1" , + "mol·hl-1" ; + om:symbol "mol/hl" ; + rdfs:comment "Mole per hectolitre is a unit of amount of substance concentration defined as mole divided by hectolitre."@en ; + rdfs:label "mole per hectoliter"@nl , + "mole per hectolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerHectometre +om:molePerHectometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:hectometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol hm-1" , + "mol·hm-1" ; + om:symbol "mol/hm" ; + rdfs:label "mole per hectometer"@nl , + "mole per hectometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilogram +om:molePerKilogram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:kilogram ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol kg-1" , + "mol·kg-1" ; + om:symbol "mol/kg" ; + rdfs:label "mol per kilogram"@nl , + "mole per kilogram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilolitre +om:molePerKilolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:kilolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol kl-1" , + "mol·kl-1" ; + om:symbol "mol/kl" ; + rdfs:comment "Mole per kilolitre is a unit of amount of substance concentration defined as mole divided by kilolitre."@en ; + rdfs:label "mole per kiloliter"@nl , + "mole per kilolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilometre +om:molePerKilometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:kilometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol km-1" , + "mol·km-1" ; + om:symbol "mol/km" ; + rdfs:label "mole per kilometer"@nl , + "mole per kilometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerLitre +om:molePerLitre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol l-1" , + "mol·l-1" ; + om:longcomment "Mole per litre is a unit of amount of substance concentration defined as mole divided by litre. Mole per litre is a derived unit in the International System of Units." ; + om:symbol "mol/l" ; + rdfs:comment "Mole per litre is a unit of amount of substance concentration defined as mole divided by litre."@en ; + rdfs:label "mole per liter"@nl , + "mole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMegalitre +om:molePerMegalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:megalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Ml-1" , + "mol·Ml-1" ; + om:symbol "mol/Ml" ; + rdfs:comment "Mole per megalitre is a unit of amount of substance concentration defined as mole divided by megalitre."@en ; + rdfs:label "mole per megaliter"@nl , + "mole per megalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMetre +om:molePerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol m-1" , + "mol·m-1" ; + om:symbol "mol/m" ; + rdfs:label "mole per meter"@nl , + "mole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMicrolitre +om:molePerMicrolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:microlitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol μl-1" , + "mol·μl-1" ; + om:symbol "mol/μl" ; + rdfs:comment "Mole per microlitre is a unit of amount of substance concentration defined as mole divided by microlitre."@en ; + rdfs:label "mole per microliter"@nl , + "mole per microlitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMicrometre +om:molePerMicrometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:micrometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol μm-1" , + "mol·μm-1" ; + om:symbol "mol/μm" ; + rdfs:label "mole per micrometer"@nl , + "mole per micrometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMillilitre +om:molePerMillilitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:millilitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol ml-1" , + "mol·ml-1" ; + om:symbol "mol/ml" ; + rdfs:comment "Mole per millilitre is a unit of amount of substance concentration defined as mole divided by millilitre."@en ; + rdfs:label "mole per milliliter"@nl , + "mole per millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMillimetre +om:molePerMillimetre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:millimetre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol mm-1" , + "mol·mm-1" ; + om:symbol "mol/mm" ; + rdfs:label "mole per millimeter"@nl , + "mole per millimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMole +om:molePerMole rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:mole ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol mol-1" , + "mol·mol-1" ; + om:symbol "mol/mol" ; + rdfs:label "mol per mol"@nl , + "mole per mole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerNanolitre +om:molePerNanolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:nanolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol nl-1" , + "mol·nl-1" ; + om:symbol "mol/nl" ; + rdfs:comment "Mole per nanolitre is a unit of amount of substance concentration defined as mole divided by nanolitre."@en ; + rdfs:label "mole per nanoliter"@nl , + "mole per nanolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerNanometre +om:molePerNanometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:nanometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol nm-1" , + "mol·nm-1" ; + om:symbol "mol/nm" ; + rdfs:label "mole per nanometer"@nl , + "mole per nanometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPetalitre +om:molePerPetalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:petalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Pl-1" , + "mol·Pl-1" ; + om:symbol "mol/Pl" ; + rdfs:comment "Mole per petalitre is a unit of amount of substance concentration defined as mole divided by petalitre."@en ; + rdfs:label "mole per petaliter"@nl , + "mole per petalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPetametre +om:molePerPetametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:petametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Pm-1" , + "mol·Pm-1" ; + om:symbol "mol/Pm" ; + rdfs:label "mole per petameter"@nl , + "mole per petametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPicolitre +om:molePerPicolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:picolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol pl-1" , + "mol·pl-1" ; + om:symbol "mol/pl" ; + rdfs:comment "Mole per picolitre is a unit of amount of substance concentration defined as mole divided by picolitre."@en ; + rdfs:label "mole per picoliter"@nl , + "mole per picolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPicometre +om:molePerPicometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:picometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol pm-1" , + "mol·pm-1" ; + om:symbol "mol/pm" ; + rdfs:label "mole per picometer"@nl , + "mole per picometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerSecond-Time +om:molePerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol s-1" , + "mol·s-1" ; + om:symbol "mol/s" ; + rdfs:label "mol per seconde"@nl , + "mole per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerTeralitre +om:molePerTeralitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:teralitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Tl-1" , + "mol·Tl-1" ; + om:symbol "mol/Tl" ; + rdfs:comment "Mole per teralitre is a unit of amount of substance concentration defined as mole divided by teralitre."@en ; + rdfs:label "mole per teraliter"@nl , + "mole per teralitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerTerametre +om:molePerTerametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:terametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Tm-1" , + "mol·Tm-1" ; + om:symbol "mol/Tm" ; + rdfs:label "mole per terameter"@nl , + "mole per terametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYoctolitre +om:molePerYoctolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:yoctolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol yl-1" , + "mol·yl-1" ; + om:symbol "mol/yl" ; + rdfs:comment "Mole per yoctolitre is a unit of amount of substance concentration defined as mole divided by yoctolitre."@en ; + rdfs:label "mole per yoctoliter"@nl , + "mole per yoctolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYoctometre +om:molePerYoctometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:yoctometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol ym-1" , + "mol·ym-1" ; + om:symbol "mol/ym" ; + rdfs:label "mole per yoctometer"@nl , + "mole per yoctometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYottalitre +om:molePerYottalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:yottalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Yl-1" , + "mol·Yl-1" ; + om:symbol "mol/Yl" ; + rdfs:comment "Mole per yottalitre is a unit of amount of substance concentration defined as mole divided by yottalitre."@en ; + rdfs:label "mole per yottaliter"@nl , + "mole per yottalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYottametre +om:molePerYottametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:yottametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Ym-1" , + "mol·Ym-1" ; + om:symbol "mol/Ym" ; + rdfs:label "mole per yottameter"@nl , + "mole per yottametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZeptolitre +om:molePerZeptolitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:zeptolitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol zl-1" , + "mol·zl-1" ; + om:symbol "mol/zl" ; + rdfs:comment "Mole per zeptolitre is a unit of amount of substance concentration defined as mole divided by zeptolitre."@en ; + rdfs:label "mole per zeptoliter"@nl , + "mole per zeptolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZeptometre +om:molePerZeptometre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:zeptometre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol zm-1" , + "mol·zm-1" ; + om:symbol "mol/zm" ; + rdfs:label "mole per zeptometer"@nl , + "mole per zeptometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZettalitre +om:molePerZettalitre rdf:type owl:NamedIndividual , + om:MolePerPrefixedLitre ; + om:hasDenominator om:zettalitre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Zl-1" , + "mol·Zl-1" ; + om:symbol "mol/Zl" ; + rdfs:comment "Mole per zettalitre is a unit of amount of substance concentration defined as mole divided by zettalitre."@en ; + rdfs:label "mole per zettaliter"@nl , + "mole per zettalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZettametre +om:molePerZettametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:zettametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Zm-1" , + "mol·Zm-1" ; + om:symbol "mol/Zm" ; + rdfs:label "mole per zettameter"@nl , + "mole per zettametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/molePermegametre +om:molePermegametre rdf:type owl:NamedIndividual , + om:MolePerPrefixedMetre ; + om:hasDenominator om:megametre ; + om:hasNumerator om:mole ; + om:alternativeSymbol "mol Mm-1" , + "mol·Mm-1" ; + om:symbol "mol/Mm" ; + rdfs:label "mole per megameter"@nl , + "mole per megametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/month +om:month rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:LaTeXCommand "\\monthUnit" ; + rdfs:comment "The month is a unit of time."@en ; + rdfs:label "maand"@nl , + "month"@en , + "月"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nano +om:nano rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-9"^^xsd:float ; + om:symbol "n" ; + rdfs:label "nano"@en , + "nano"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanoampere +om:nanoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:ampere ; + om:symbol "nA" ; + rdfs:comment "The nanoampere is a unit of electric current defined as 1.0e-9 ampere."@en ; + rdfs:label "nanoampere"@en , + "nanoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanobecquerel +om:nanobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:becquerel ; + om:symbol "nBq" ; + rdfs:comment "The nanobecquerel is a unit of activity defined as 1.0e-9 becquerel."@en ; + rdfs:label "nanobecquerel"@en , + "nanobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanocandela +om:nanocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:candela ; + om:symbol "ncd" ; + rdfs:comment "The nanocandela is a unit of luminous intensity defined as 1.0e-9 candela."@en ; + rdfs:label "nanocandela"@en , + "nanocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanocoulomb +om:nanocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:coulomb ; + om:symbol "nC" ; + rdfs:comment "The nanocoulomb is a unit of electric charge defined as 1.0e-9 coulomb."@en ; + rdfs:label "nanocoulomb"@en , + "nanocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanodegreeCelsius +om:nanodegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:degreeCelsius ; + om:symbol "n°C" ; + rdfs:comment "The nanodegree Celsius is a unit of temperature defined as 1.0e-9 degree Celsius."@en ; + rdfs:label "nanodegree Celsius"@en , + "nanograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanofarad +om:nanofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:farad ; + om:symbol "nF" ; + rdfs:comment "The nanofarad is a unit of capacitance defined as 1.0e-9 farad."@en ; + rdfs:label "nanofarad"@en , + "nanofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanogram +om:nanogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:gram ; + om:symbol "ng" ; + rdfs:comment "The nanogram is a unit of mass defined as 1.0e-9 gram."@en ; + rdfs:label "nanogram"@en , + "nanogram"@nl , + "纳克"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanogramPerLitre +om:nanogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:nanogram ; + om:alternativeSymbol "ng l-1" , + "ng·l-1" ; + om:symbol "ng/l" ; + rdfs:comment "Nanogram per litre is a unit of density defined as nanogram divided by litre."@en ; + rdfs:label "nanogram per liter"@nl , + "nanogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanogray +om:nanogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:gray ; + om:symbol "nGy" ; + rdfs:comment "The nanogray is a unit of absorbed dose defined as 1.0e-9 gray."@en ; + rdfs:label "nanogray"@en , + "nanogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanohenry +om:nanohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:henry ; + om:symbol "nH" ; + rdfs:comment "The nanohenry is a unit of inductance defined as 1.0e-9 henry."@en ; + rdfs:label "nanohenry"@en , + "nanohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanohertz +om:nanohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:hertz ; + om:symbol "nHz" ; + rdfs:comment "The nanohertz is a unit of frequency defined as 1.0e-9 hertz."@en ; + rdfs:label "nanohertz"@en , + "nanohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanojoule +om:nanojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:joule ; + om:symbol "nJ" ; + rdfs:comment "The nanojoule is a unit of energy defined as 1.0e-9 joule."@en ; + rdfs:label "nanojoule"@en , + "nanojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatal +om:nanokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:katal ; + om:symbol "nkat" ; + rdfs:comment "The nanokatal is a unit of catalytic activity defined as 1.0e-9 katal."@en ; + rdfs:label "nanokatal"@en , + "nanokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatalPerMilligram +om:nanokatalPerMilligram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:milligram ; + om:hasDimension om:specificCatalyticActivity-Dimension ; + om:hasNumerator om:nanokatal ; + om:alternativeSymbol "nkat mg-1" , + "nkat·mg-1" ; + om:symbol "nkat/mg" ; + rdfs:label "nanokatal per milligram"@en , + "nanokatal per milligram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanokelvin +om:nanokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:kelvin ; + om:symbol "nK" ; + rdfs:comment "The nanokelvin is a unit of temperature defined as 1.0e-9 kelvin."@en ; + rdfs:label "nanokelvin"@en , + "nanokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanolitre +om:nanolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:litre ; + om:symbol "nl" ; + rdfs:label "nanoliter"@nl , + "nanolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanolumen +om:nanolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:lumen ; + om:symbol "nlm" ; + rdfs:label "nanolumen"@en , + "nanolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanolux +om:nanolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:lux ; + om:symbol "nlx" ; + rdfs:label "nanolux"@en , + "nanolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre +om:nanometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:metre ; + om:symbol "nm" ; + rdfs:comment "The nanometre is a unit of length defined as 1.0e-9 metre."@en ; + rdfs:label "nanometer"@nl , + "nanometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-Time +om:nanometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:nanometre ; + om:alternativeSymbol "nm s-1" , + "nm·s-1" ; + om:symbol "nm/s" ; + rdfs:comment "Nanometre per second is a unit of speed defined as nanometre divided by second."@en ; + rdfs:label "nanometer per seconde"@nl , + "nanometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-TimeSquared +om:nanometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:nanometre ; + om:alternativeSymbol "nm s-2" , + "nm·s-2" ; + om:symbol "nm/s2" ; + rdfs:comment "Nanometre per second squared is a unit of acceleration defined as nanometre divided by second squared."@en ; + rdfs:label "nanometer per seconde kwadraat"@nl , + "nanometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolar +om:nanomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:molar ; + om:symbol "nM" ; + rdfs:comment "The nanomolar is a unit of amount of substance concentration defined as 1.0e-9 molar."@en ; + rdfs:label "nanomolair"@nl , + "nanomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanomole +om:nanomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:mole ; + om:symbol "nmol" ; + rdfs:label "nanomol"@nl , + "nanomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerHour +om:nanomolePerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasNumerator om:nanomole ; + om:alternativeSymbol "nmol h-1" , + "nmol·h-1" ; + om:symbol "nmol/h" ; + rdfs:label "nanomole per hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerHourMillilitre +om:nanomolePerHourMillilitre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:millilitre ; + om:hasNumerator om:nanomolePerHour ; + om:alternativeSymbol "nmol h-1 ml-1" , + "nmol·h-1·ml-1" ; + om:symbol "nmol/(h ml)" ; + rdfs:label "nanomole per hour millilitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerLitre +om:nanomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:nanomole ; + om:alternativeSymbol "nmol l-1" , + "nmol·l-1" ; + om:symbol "nmol/l" ; + rdfs:comment "Nanomole per litre is a unit of amount of substance concentration defined as nanomole divided by litre."@en ; + rdfs:label "nanomole per liter"@nl , + "nanomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerMetre +om:nanomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:nanomole ; + om:alternativeSymbol "nmol m-1" , + "nmol·m-1" ; + om:symbol "nmol/m" ; + rdfs:label "nanomole per meter"@nl , + "nanomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanonewton +om:nanonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:newton ; + om:symbol "nN" ; + rdfs:label "nanonewton"@en , + "nanonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanoohm +om:nanoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:ohm ; + om:symbol "nΩ" ; + rdfs:label "nanoohm"@en , + "nanoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal +om:nanopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:pascal ; + om:symbol "nPa" ; + rdfs:label "nanopascal"@en , + "nanopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanoradian +om:nanoradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:nano ; + om:hasUnit om:radian ; + om:symbol "nrad" ; + rdfs:label "nanoradiaal"@nl , + "nanoradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time +om:nanosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:second-Time ; + om:symbol "ns" ; + rdfs:label "nanosecond"@en , + "nanoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-TimeSquared +om:nanosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:nanosecond-Time ; + om:hasExponent 2 ; + om:symbol "ns2" ; + rdfs:label "nanosecond squared"@en , + "nanoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanosiemens +om:nanosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:siemens ; + om:symbol "nS" ; + rdfs:label "nanosiemens"@en , + "nanosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanosievert +om:nanosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:sievert ; + om:symbol "nSv" ; + rdfs:label "nanosievert"@en , + "nanosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanosteradian +om:nanosteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:nano ; + om:hasUnit om:steradian ; + om:symbol "nsr" ; + rdfs:label "nanosteradiaal"@nl , + "nanosteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanotesla +om:nanotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:tesla ; + om:symbol "nT" ; + rdfs:label "nanotesla"@en , + "nanotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanounifiedAtomicMassUnit +om:nanounifiedAtomicMassUnit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:unifiedAtomicMassUnit ; + om:symbol "nu" ; + rdfs:label "nanounified atomic mass unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanovolt +om:nanovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:volt ; + om:symbol "nV" ; + rdfs:label "nanovolt"@en , + "nanovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanowatt +om:nanowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:watt ; + om:symbol "nW" ; + rdfs:label "nanowatt"@en , + "nanowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nanoweber +om:nanoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:nano ; + om:hasUnit om:weber ; + om:symbol "nWb" ; + rdfs:label "nanoweber"@en , + "nanoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International +om:nauticalMile-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "1852.0"^^xsd:float ; + om:alternativeLabel "international nautical mile"@en ; + om:alternativeSymbol "M" , + "NM" , + "nm" ; + om:symbol "nmi" ; + rdfs:comment "The international nautical mile is a unit of length defined as 1852 metre."@en ; + rdfs:label "nautical mile (international)"@en , + "zeemijl (internationaal)"@nl , + "海里(国际)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-InternationalPerHour +om:nauticalMile-InternationalPerHour rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hour ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:nauticalMile-International ; + om:alternativeSymbol "M h-1" , + "M·h-1" , + "NM h-1" , + "NM/h" , + "NM·h-1" , + "nm h-1" , + "nm/h" , + "nmi h-1" , + "nmi·h-1" , + "nm·h-1" ; + om:symbol "M/h" , + "nmi/h" ; + rdfs:comment "Nautical mile per hour is a unit of speed defined as nautical mile divided by hour."@en ; + rdfs:label "nautical mile per hour"@en , + "zeemijl per uur"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/newton +om:newton rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:force-Dimension ; + om:hasUnit om:metreKilogramPerSecond-TimeSquared ; + om:longcomment "The newton is a unit of force defined as kilogram times metre divided by second squared. The newton is a derived unit in the International System of Units." ; + om:symbol "N" ; + rdfs:comment "The newton is a unit of force defined as kilogram timesmetre divided by second squared."@en ; + rdfs:label "newton"@en , + "newton"@nl , + "牛顿"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre +om:newtonMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:newton ; + om:hasTerm2 om:metre ; + om:alternativeSymbol "N·m" ; + om:symbol "N m" ; + rdfs:label "newton meter"@nl , + "newton metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerCoulomb +om:newtonPerCoulomb rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:coulomb ; + om:hasDimension om:electricField-Dimension ; + om:hasNumerator om:newton ; + om:alternativeSymbol "N C-1" , + "N·C-1" ; + om:symbol "N/C" ; + rdfs:label "newton per coulomb"@en , + "newton per coulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerMetre +om:newtonPerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:surfaceTension-Dimension ; + om:hasNumerator om:newton ; + om:alternativeSymbol "N m-1" , + "N·m-1" ; + om:symbol "N/m" ; + rdfs:label "newton per meter"@nl , + "newton per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre +om:newtonPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:pressure-Dimension ; + om:hasNumerator om:newton ; + om:alternativeSymbol "N m-2" , + "N·m-2" ; + om:symbol "N/m2" ; + rdfs:label "newton per square metre"@en , + "newton per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/numberDensity-Dimension +om:numberDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "number density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/oersted +om:oersted rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:MagneticField-Dimension ; + om:hasUnit om:amperePerMetre ; + om:hasFactor "79.57747"^^xsd:float ; + om:symbol "Oe" ; + rdfs:comment "The oersted is a unit of magnetic field defined as 7.957747e1 ampere per metre."@en ; + rdfs:label "oersted"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ohm +om:ohm rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasUnit om:voltPerAmpere ; + om:longcomment "The ohm is a unit of electrical resistance defined as volt divided by ampere = square metre times kilogram divided by second to the power 3 times ampere squared. The ohm is a derived unit in the International System of Units." ; + om:symbol "Ω" ; + rdfs:comment "The ohm is a unit of electrical resistance defined as volt divided by ampere = square metre times kilogram divided by second to the power 3 times ampere squared."@en ; + rdfs:label "ohm"@en , + "ohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ohmMetre +om:ohmMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:electricalResistivity-Dimension ; + om:hasTerm1 om:ohm ; + om:hasTerm2 om:metre ; + om:alternativeSymbol "Ω·m" ; + om:symbol "Ω m" ; + rdfs:label "ohm meter"@nl , + "ohm metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/one +om:one rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:alternativeLabel "unit one"@en ; + om:symbol "1" ; + rdfs:comment "Unit one is a unit of dimension one."@en ; + rdfs:label "one"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/oneBinaryDigit +om:oneBinaryDigit rdf:type owl:NamedIndividual , + owl:Thing ; + rdfs:label "one binary digit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/oneDistinctSymbolChangeOrSignallingEventMadeToTheTransmissionMediumPerSecondInADigitallyModulatedSignalOrALineCode +om:oneDistinctSymbolChangeOrSignallingEventMadeToTheTransmissionMediumPerSecondInADigitallyModulatedSignalOrALineCode rdf:type owl:NamedIndividual , + om:SymbolRate . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ounceApothecaries +om:ounceApothecaries rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.03110348"^^xsd:float ; + om:alternativeLabel "apothecaries' ounce"@en , + "ounce (troy)"@en , + "troy ounce"@en ; + om:alternativeSymbol "oz (apoth)" ; + om:symbol "oz (ap.)" ; + rdfs:comment "The apothecaries' ounce is a unit of mass defined as 3.110348e-2 kilogram."@en ; + rdfs:label "ounce (apothecaries')"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ounceAvoirdupois +om:ounceAvoirdupois rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.02834952"^^xsd:float ; + om:alternativeLabel "avoirdupois ounce"@en ; + om:alternativeSymbol "oz (av.)" , + "oz avdp" ; + om:symbol "oz" ; + rdfs:comment "The avoirdupois ounce is a unit of mass defined as 2.834952e-2 kilogram."@en ; + rdfs:label "ounce (avoirdupois)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ounceAvoirdupoisPerSquareYard-International +om:ounceAvoirdupoisPerSquareYard-International rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareYard-International ; + om:hasNumerator om:ounceAvoirdupois ; + om:alternativeSymbol "oz yd-2" , + "oz·yd-1" ; + om:symbol "oz/yd2" ; + rdfs:label "ounce (avoirdupois) per square yard (international)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/parsec +om:parsec rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "3.08567759E16"^^xsd:float ; + om:symbol "pc" ; + rdfs:comment "The parsec is a unit of length defined as 3.08567758149137e16 metre."@en ; + rdfs:label "parsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion +om:partsPerMillion rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "1.0E-6"^^xsd:float ; + om:symbol "ppm" ; + rdfs:comment "Parts per million is a unit of dimension one defined as 1/1 000 000."@en ; + rdfs:label "parts per million"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillionPerYear +om:partsPerMillionPerYear rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:year ; + om:hasNumerator om:partsPerMillion ; + om:alternativeSymbol "ppm a-1" , + "ppm y-1" , + "ppm yr-1" , + "ppm/y" , + "ppm/yr" , + "ppm·a-1" , + "ppm·y-1" , + "ppm·yr-1" ; + om:symbol "ppm/a" ; + rdfs:label "parts per million per year"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pascal +om:pascal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:newtonPerSquareMetre ; + om:longcomment "The pascal is a unit of pressure and stress defined as newton divided by square metre = joule divided by cubic metre = kilogram divided by metre second squared. The pascal is a derived unit in the International System of Units." ; + om:symbol "Pa" ; + rdfs:comment "The pascal is a unit of pressure and stress defined as newton divided by square metre = joule divided by cubic metre = kilogram divided by metre second squared."@en ; + rdfs:label "pascal"@en , + "pascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-Time +om:pascalSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:dynamicViscosity-Dimension ; + om:hasTerm1 om:pascal ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "Pa·s" ; + om:symbol "Pa s" ; + rdfs:label "pascal second"@en , + "pascal seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-TimeSquareMetre +om:pascalSecond-TimeSquareMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:pascalSecond-Time ; + om:hasTerm2 om:squareMetre ; + om:alternativeSymbol "Pa·s·m2" ; + om:symbol "Pa s m2" ; + rdfs:label "pascal second square metre"@en , + "pascal seconde vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond +om:pathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond rdf:type owl:NamedIndividual , + owl:Thing ; + rdfs:label "path travelled by light in vacuum during a time interval of 1/299 792 458 of a second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pebi +om:pebi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1.12589991E15"^^xsd:float ; + om:alternativeLabel "petabinary"@en ; + om:symbol "Pi" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "pebi"@en , + "pebi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pebibit +om:pebibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:pebi ; + om:hasUnit om:bit ; + om:symbol "Pibit" ; + rdfs:label "pebibit"@en , + "pebibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pebibyte +om:pebibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:pebi ; + om:hasUnit om:byte ; + om:symbol "PiB" ; + rdfs:label "pebibyte"@en , + "pebibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/peck-US +om:peck-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "0.008809768"^^xsd:float ; + om:alternativeLabel "US peck"@en ; + om:symbol "pk" ; + rdfs:comment "The US peck is a unit of volume defined as 8.809768e-3 cubic metre."@en ; + rdfs:label "peck (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pennyweight-Troy +om:pennyweight-Troy rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.001555174"^^xsd:float ; + om:alternativeLabel "Troy pennyweight"@en ; + om:symbol "dwt" ; + rdfs:comment "The Troy pennyweight is a unit of mass defined as 1.555174e-3 kilogram."@en ; + rdfs:label "pennyweight (Troy)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/percent +om:percent rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "0.01"^^xsd:float ; + om:LaTeXSymbol "\\%" ; + om:symbol "%" ; + rdfs:comment "The percent is a unit of dimension one defined as 1/100."@en ; + rdfs:label "percent"@en , + "procent"@nl , + "百分"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/perm-0C +om:perm-0C rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:permeance-MaterialsScience-Dimension ; + om:hasUnit om:kilogramPerPascalSecond-TimeSquareMetre ; + om:hasFactor "5.72135E-11"^^xsd:float ; + om:alternativeLabel "0 °C perm"@en , + "0 °C perm"@nl ; + rdfs:comment "The 0 °C perm is a unit ofpermeance defined as 5.72135e-11 kilogram per pascal second (time) square metre."@en ; + rdfs:label "perm (0 °C)"@en , + "perm (0 °C)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/perm-23C +om:perm-23C rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:permeance-MaterialsScience-Dimension ; + om:hasUnit om:kilogramPerPascalSecond-TimeSquareMetre ; + om:hasFactor "5.74525E-11"^^xsd:float ; + om:alternativeLabel "23 °C perm"@en , + "23 °C perm"@nl ; + rdfs:comment "The 23 °C perm is a unit of permeance defined as 5.74525e-11 kilogram per pascal second (time) square metre."@en ; + rdfs:label "perm (23 °C)"@en , + "perm (23 °C)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/permeabilityOfFreeSpace-Dimension +om:permeabilityOfFreeSpace-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent -2 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "permeability of free space dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/permeance-MaterialsScience-Dimension +om:permeance-MaterialsScience-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + rdfs:label "permeance (materials science) dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/permittivity-Dimension +om:permittivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 2 ; + om:hasSILengthDimensionExponent -3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 4 ; + rdfs:label "permittivity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/peta +om:peta rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "9.9999999E14"^^xsd:float ; + om:symbol "P" ; + rdfs:label "peta"@en , + "peta"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petaampere +om:petaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:ampere ; + om:symbol "PA" ; + rdfs:comment "The petaampere is a unit of electric current defined as 1.0e15 ampere."@en ; + rdfs:label "petaampere"@en , + "petaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petabecquerel +om:petabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:becquerel ; + om:symbol "PBq" ; + rdfs:comment "The petabecquerel is a unit of activity defined as 1.0e15 becquerel."@en ; + rdfs:label "petabecquerel"@en , + "petabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petabit +om:petabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:peta ; + om:hasUnit om:bit ; + om:symbol "Pbit" ; + rdfs:label "petabit"@en , + "petabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petabyte +om:petabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:peta ; + om:hasUnit om:byte ; + om:symbol "PB" ; + rdfs:label "10^15字节"@zh , + "petabyte"@en , + "petabyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petacandela +om:petacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:candela ; + om:symbol "Pcd" ; + rdfs:comment "The petacandela is a unit of luminous intensity defined as 1.0e15 candela."@en ; + rdfs:label "petacandela"@en , + "petacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petacoulomb +om:petacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:coulomb ; + om:symbol "PC" ; + rdfs:comment "The petacoulomb is a unit of electric charge defined as 1.0e15 coulomb."@en ; + rdfs:label "petacoulomb"@en , + "petacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petafarad +om:petafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:farad ; + om:symbol "PF" ; + rdfs:comment "The petafarad is a unit of capacitance defined as 1.0e15 farad."@en ; + rdfs:label "petafarad"@en , + "petafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petagram +om:petagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:gram ; + om:symbol "Pg" ; + rdfs:comment "The petagram is a unit of mass defined as 1.0e15 gram."@en ; + rdfs:label "10^15克"@zh , + "petagram"@en , + "petagram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petagramPerLitre +om:petagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:petagram ; + om:alternativeSymbol "Pg l-1" , + "Pg·l-1" ; + om:symbol "Pg/l" ; + rdfs:comment "Petagram per litre is a unit of density defined as petagram divided by litre."@en ; + rdfs:label "petagram per liter"@nl , + "petagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petagray +om:petagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:gray ; + om:symbol "PGy" ; + rdfs:comment "The petagray is a unit of absorbed dose defined as 1.0e15 gray."@en ; + rdfs:label "petagray"@en , + "petagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petahenry +om:petahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:henry ; + om:symbol "PH" ; + rdfs:comment "The petahenry is a unit of inductance defined as 1.0e15 henry."@en ; + rdfs:label "petahenry"@en , + "petahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petahertz +om:petahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:hertz ; + om:symbol "PHz" ; + rdfs:comment "The petahertz is a unit of frequency defined as 1.0e15 hertz."@en ; + rdfs:label "petahertz"@en , + "petahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule +om:petajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:joule ; + om:symbol "PJ" ; + rdfs:comment "The petajoule is a unit of energy defined as 1.0e15 joule."@en ; + rdfs:label "petajoule"@en , + "petajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petakatal +om:petakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:katal ; + om:symbol "Pkat" ; + rdfs:comment "The petakatal is a unit of catalytic activity defined as 1.0e15 katal."@en ; + rdfs:label "petakatal"@en , + "petakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petakelvin +om:petakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:kelvin ; + om:symbol "PK" ; + rdfs:comment "The petakelvin is a unit of thermodynamic temperature defined as 1.0e15 kelvin."@en ; + rdfs:label "petakelvin"@en , + "petakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petalitre +om:petalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:litre ; + om:symbol "Pl" ; + rdfs:label "petaliter"@nl , + "petalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petalumen +om:petalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:lumen ; + om:symbol "Plm" ; + rdfs:label "petalumen"@en , + "petalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petalux +om:petalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:lux ; + om:symbol "Plx" ; + rdfs:label "petalux"@en , + "petalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petametre +om:petametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:metre ; + om:symbol "Pm" ; + rdfs:comment "The petametre is a unit of length defined as 1.0e15 metre."@en ; + rdfs:label "10^15米"@zh , + "petameter"@nl , + "petametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-Time +om:petametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:petametre ; + om:alternativeSymbol "Pm s-1" , + "Pm·s-1" ; + om:symbol "Pm/s" ; + rdfs:comment "Petametre per second is a unit of speed defined as petametre divided by second."@en ; + rdfs:label "petameter per seconde"@nl , + "petametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-TimeSquared +om:petametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:petametre ; + om:alternativeSymbol "Pm s-2" , + "Pm·s-2" ; + om:symbol "Pm/s2" ; + rdfs:comment "Petametre per second squared is a unit of acceleration defined as petametre divided by second squared."@en ; + rdfs:label "petameter per seconde kwadraat"@nl , + "petametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petamolar +om:petamolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:molar ; + om:symbol "PM" ; + rdfs:comment "The petamolar is a unit of amount of substance concentration defined as 1.0e15 molar."@en ; + rdfs:label "petamolair"@nl , + "petamolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petamole +om:petamole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:mole ; + om:symbol "Pmol" ; + rdfs:label "petamol"@nl , + "petamole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petamolePerLitre +om:petamolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:petamole ; + om:alternativeSymbol "Pmol l-1" , + "Pmol·l-1" ; + om:symbol "Pmol/l" ; + rdfs:comment "Petamole per litre is a unit of amount of substance concentration defined as petamole divided by litre."@en ; + rdfs:label "petamole per liter"@nl , + "petamole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petamolePerMetre +om:petamolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:petamole ; + om:alternativeSymbol "Pmol m-1" , + "Pmol·m-1" ; + om:symbol "Pmol/m" ; + rdfs:label "petamole per meter"@nl , + "petamole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petanewton +om:petanewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:newton ; + om:symbol "PN" ; + rdfs:label "petanewton"@en , + "petanewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petaohm +om:petaohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:ohm ; + om:symbol "PΩ" ; + rdfs:label "petaohm"@en , + "petaohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal +om:petapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:pascal ; + om:symbol "PPa" ; + rdfs:label "petapascal"@en , + "petapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time +om:petasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:second-Time ; + om:symbol "Ps" ; + rdfs:label "petasecond"@en , + "petaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-TimeSquared +om:petasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:petasecond-Time ; + om:hasExponent 2 ; + om:symbol "Ps2" ; + rdfs:label "petasecond squared"@en , + "petaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petasiemens +om:petasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:siemens ; + om:symbol "PS" ; + rdfs:label "petasiemens"@en , + "petasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petasievert +om:petasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:sievert ; + om:symbol "PSv" ; + rdfs:label "petasievert"@en , + "petasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petatesla +om:petatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:tesla ; + om:symbol "PT" ; + rdfs:label "petatesla"@en , + "petatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petavolt +om:petavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:volt ; + om:symbol "PV" ; + rdfs:label "petavolt"@en , + "petavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petawatt +om:petawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:watt ; + om:symbol "PW" ; + rdfs:label "petawatt"@en , + "petawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/petaweber +om:petaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:peta ; + om:hasUnit om:weber ; + om:symbol "PWb" ; + rdfs:label "petaweber"@en , + "petaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/phot +om:phot rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:illuminance-Dimension ; + om:hasUnit om:lux ; + om:hasFactor "10000.0"^^xsd:float ; + om:symbol "ph" ; + rdfs:comment "The phot is a unit of illuminance defined as 1.0e4 lux."@en ; + rdfs:label "phot"@en , + "phot"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/photometry +om:photometry rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Exposure , + om:Illuminance , + om:Luminance , + om:LuminousEfficacy , + om:LuminousEnergy , + om:LuminousFlux , + om:LuminousIntensity ; + om:usesUnit om:attocandela , + om:attolumen , + om:attolux , + om:candela , + om:candelaPerSquareCentimetre , + om:candelaPerSquareMetre , + om:candelaSteradian , + om:centicandela , + om:centilumen , + om:centilux , + om:decacandela , + om:decalumen , + om:decalux , + om:decicandela , + om:decilumen , + om:decilux , + om:exacandela , + om:exalumen , + om:exalux , + om:femtocandela , + om:femtolumen , + om:femtolux , + om:footcandle , + om:footlambert , + om:gigacandela , + om:gigalumen , + om:gigalux , + om:hectocandela , + om:hectolumen , + om:hectolux , + om:kilocandela , + om:kilolumen , + om:kilolux , + om:lambert , + om:lumen , + om:lumenPerSquareMetre , + om:lumenPerWatt , + om:lumenSecond-Time , + om:lux , + om:luxSecond-Time , + om:megacandela , + om:megalumen , + om:megalux , + om:microcandela , + om:microlumen , + om:microlux , + om:millicandela , + om:millilumen , + om:millilux , + om:nanocandela , + om:nanolumen , + om:nanolux , + om:petacandela , + om:petalumen , + om:petalux , + om:phot , + om:picocandela , + om:picolumen , + om:picolux , + om:stilb , + om:teracandela , + om:teralumen , + om:teralux ; + rdfs:label "fotometrie"@nl , + "photometry"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA +om:pica-ATA rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:point-ATA ; + om:hasFactor "12.0"^^xsd:float ; + om:alternativeLabel "ATA pica"@en ; + rdfs:comment "The ATA pica is a unit of length defined as 12 point (ATA)."@en ; + rdfs:label "pica (ATA)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript +om:pica-Postscript rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:point-Postscript ; + om:hasFactor "12.0"^^xsd:float ; + om:alternativeLabel "Postscript pica"@en ; + rdfs:comment "The Postscript pica is a unit of length defined as 12 point (Postscript)."@en ; + rdfs:label "pica (Postscript)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX +om:pica-TeX rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:point-TeX ; + om:hasFactor "12.0"^^xsd:float ; + om:alternativeLabel "TeX pica"@en ; + rdfs:comment "The TeX pica is a unit of length defined as 12 point (TeX)."@en ; + rdfs:label "pica (TeX)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pico +om:pico rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-12"^^xsd:float ; + om:symbol "p" ; + rdfs:label "pico"@en , + "pico"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picoampere +om:picoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:ampere ; + om:symbol "pA" ; + rdfs:comment "The picoampere is a unit of electric current defined as 1.0e-12 ampere."@en ; + rdfs:label "picoampere"@en , + "picoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picobecquerel +om:picobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:becquerel ; + om:symbol "pBq" ; + rdfs:comment "The picobecquerel is a unit of activity defined as 1.0e-12 becquerel."@en ; + rdfs:label "picobecquerel"@en , + "picobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picocandela +om:picocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:candela ; + om:symbol "pcd" ; + rdfs:comment "The picocandela is a unit of luminous intensity defined as 1.0e-12 candela."@en ; + rdfs:label "picocandela"@en , + "picocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picocoulomb +om:picocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:coulomb ; + om:symbol "pC" ; + rdfs:comment "The picocoulomb is a unit of electric charge defined as 1.0e-12 coulomb."@en ; + rdfs:label "picocoulomb"@en , + "picocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picodegreeCelsius +om:picodegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:degreeCelsius ; + om:symbol "p°C" ; + rdfs:comment "The picodegree Celsius is a unit of temperature defined as 1.0e-12 degree Celsius."@en ; + rdfs:label "picodegree Celsius"@en , + "picograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picofarad +om:picofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:farad ; + om:symbol "pF" ; + rdfs:comment "The picofarad is a unit of capacitance defined as 1.0e-12 farad."@en ; + rdfs:label "picofarad"@en , + "picofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picogram +om:picogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:gram ; + om:symbol "pg" ; + rdfs:comment "The picogram is a unit of mass defined as 1.0e-12 gram."@en ; + rdfs:label "picogram"@en , + "picogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picogramPerLitre +om:picogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:picogram ; + om:alternativeSymbol "pg l-1" , + "pg·l-1" ; + om:symbol "pg/l" ; + rdfs:comment "Picogram per litre is a unit of density defined as picogram divided by litre."@en ; + rdfs:label "picogram per liter"@nl , + "picogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picogray +om:picogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:gray ; + om:symbol "pGy" ; + rdfs:comment "The picogray is a unit of absorbed dose defined as 1.0e-12 gray."@en ; + rdfs:label "picogray"@en , + "picogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picohenry +om:picohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:henry ; + om:symbol "pH" ; + rdfs:comment "The picohenry is a unit of inductance defined as 1.0e-12 henry."@en ; + rdfs:label "picohenry"@en , + "picohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picohertz +om:picohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:hertz ; + om:symbol "pHz" ; + rdfs:comment "The picohertz is a unit of frequency defined as 1.0e-12 hertz."@en ; + rdfs:label "picohertz"@en , + "picohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picojoule +om:picojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:joule ; + om:symbol "pJ" ; + rdfs:comment "The picojoule is a unit of energy defined as 1.0e-12 joule."@en ; + rdfs:label "picojoule"@en , + "picojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picokatal +om:picokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:katal ; + om:symbol "pkat" ; + rdfs:comment "The picokatal is a unit of catalytic activity defined as 1.0e-12 katal."@en ; + rdfs:label "picokatal"@en , + "picokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picokelvin +om:picokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:kelvin ; + om:symbol "pK" ; + rdfs:comment "The picokelvin is a unit of temperature defined as 1.0e-12 kelvin."@en ; + rdfs:label "picokelvin"@en , + "picokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picolitre +om:picolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:litre ; + om:symbol "pl" ; + rdfs:label "picoliter"@nl , + "picolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picolumen +om:picolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:lumen ; + om:symbol "plm" ; + rdfs:label "picolumen"@en , + "picolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picolux +om:picolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:lux ; + om:symbol "plx" ; + rdfs:label "picolux"@en , + "picolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picometre +om:picometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:metre ; + om:symbol "pm" ; + rdfs:comment "The picometre is a unit of length defined as 1.0e-12 metre."@en ; + rdfs:label "1/(10^12)米"@zh , + "picometer"@nl , + "picometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-Time +om:picometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:picometre ; + om:alternativeSymbol "pm s-1" , + "pm·s-1" ; + om:symbol "pm/s" ; + rdfs:comment "Picometre per second is a unit of speed defined as picometre divided by second."@en ; + rdfs:label "picometer per seconde"@nl , + "picometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-TimeSquared +om:picometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:picometre ; + om:alternativeSymbol "pm s-2" , + "pm·s-2" ; + om:symbol "pm/s2" ; + rdfs:comment "Picometre per second squared is a unit of acceleration defined as picometre divided by second squared."@en ; + rdfs:label "picometer per seconde kwadraat"@nl , + "picometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picomolar +om:picomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:molar ; + om:symbol "pM" ; + rdfs:comment "The picomolar is a unit of amount of substance concentration defined as 1.0e-12 molar."@en ; + rdfs:label "picomolair"@nl , + "picomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picomole +om:picomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:mole ; + om:symbol "pmol" ; + rdfs:label "picomol"@nl , + "picomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picomolePerLitre +om:picomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:picomole ; + om:alternativeSymbol "pmol l-1" , + "pmol·l-1" ; + om:symbol "pmol/l" ; + rdfs:comment "Picomole per litre is a unit of amount of substance concentration defined as picomole divided by litre."@en ; + rdfs:label "picomole per liter"@nl , + "picomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picomolePerMetre +om:picomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:picomole ; + om:alternativeSymbol "pmol m-1" , + "pmol·m-1" ; + om:symbol "pmol/m" ; + rdfs:label "picomole per meter"@nl , + "picomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/piconewton +om:piconewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:newton ; + om:symbol "pN" ; + rdfs:label "piconewton"@en , + "piconewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picoohm +om:picoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:ohm ; + om:symbol "pΩ" ; + rdfs:label "picoohm"@en , + "picoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal +om:picopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:pascal ; + om:symbol "pPa" ; + rdfs:label "picopascal"@en , + "picopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picoradian +om:picoradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:pico ; + om:hasUnit om:radian ; + om:symbol "prad" ; + rdfs:label "picoradiaal"@nl , + "picoradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time +om:picosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:second-Time ; + om:symbol "ps" ; + rdfs:label "picosecond"@en , + "picoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-TimeSquared +om:picosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:picosecond-Time ; + om:hasExponent 2 ; + om:symbol "ps2" ; + rdfs:label "picosecond squared"@en , + "picoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picosiemens +om:picosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:siemens ; + om:symbol "pS" ; + rdfs:label "picosiemens"@en , + "picosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picosievert +om:picosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:sievert ; + om:symbol "pSv" ; + rdfs:label "picosievert"@en , + "picosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picosteradian +om:picosteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:pico ; + om:hasUnit om:steradian ; + om:symbol "psr" ; + rdfs:label "picosteradiaal"@nl , + "picosteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picotesla +om:picotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:tesla ; + om:symbol "pT" ; + rdfs:label "picotesla"@en , + "picotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picovolt +om:picovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:volt ; + om:symbol "pV" ; + rdfs:label "picovolt"@en , + "picovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picowatt +om:picowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:watt ; + om:symbol "pW" ; + rdfs:label "picowatt"@en , + "picowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/picoweber +om:picoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:pico ; + om:hasUnit om:weber ; + om:symbol "pWb" ; + rdfs:label "picoweber"@en , + "picoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/piece +om:piece rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "piece"@en , + "stuks"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pinch +om:pinch rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "mespunt"@nl , + "pinch"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pint-Imperial +om:pint-Imperial rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:millilitre ; + om:hasFactor "568.2612"^^xsd:float ; + om:alternativeLabel "imperial pint"@en ; + rdfs:comment "The pint is a unit of volume defined as 568.26125 millilitre."@en ; + rdfs:label "pint (imperial)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pixel +om:pixel rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "pixel"@en , + "pixel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA +om:point-ATA rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "3.514598E-4"^^xsd:float ; + om:alternativeLabel "ATA point"@en ; + om:symbol "pt" ; + rdfs:comment "The ATA point is a unit of length defined as 0.3514598e-3 metre."@en ; + rdfs:label "point (ATA)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot +om:point-Didot rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "3.759E-4"^^xsd:float ; + om:alternativeLabel "Didot point"@en ; + om:symbol "pt" ; + rdfs:comment "The Didot point is a unit of length defined as 0.3759e-3 metre."@en ; + rdfs:label "point (Didot)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript +om:point-Postscript rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:inch-International ; + om:hasFactor "0.013888889"^^xsd:float ; + om:alternativeLabel "Postscript point"@en ; + om:symbol "pt" ; + rdfs:comment "The Postscript point is a unit of length defined as 0.013888888888888888888888888888889 inch."@en ; + rdfs:label "point (Postscript)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX +om:point-TeX rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:inch-International ; + om:hasFactor "0.013837"^^xsd:float ; + om:alternativeLabel "TeX point"@en ; + om:symbol "pt" ; + rdfs:comment "The TeX point is a unit of length defined as 0.01383700013837000138370001383 inch."@en ; + rdfs:label "point (TeX)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/poise +om:poise rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dynamicViscosity-Dimension ; + om:hasUnit om:pascalSecond-Time ; + om:hasFactor "0.1"^^xsd:float ; + om:symbol "P" ; + rdfs:comment "The poise is a unit of dynamic viscosity defined as 1.0e-1 pascal second (time)."@en ; + rdfs:label "poise"@en , + "poise"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/portion +om:portion rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "portie"@nl , + "portion"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pound-Force +om:pound-Force rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:force-Dimension ; + om:hasUnit om:newton ; + om:hasFactor "4.448222"^^xsd:float ; + om:symbol "lbf" ; + rdfs:comment "The pound-force is a unit of force defined as 4.448222 newton."@en ; + rdfs:label "pound-force"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/poundApothecaries +om:poundApothecaries rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.3732417"^^xsd:float ; + om:alternativeLabel "apothecaries' pound"@en , + "pound (troy)"@en , + "troy pound"@en ; + om:symbol "lb" ; + rdfs:comment "The apothecaries' pound is a unit of mass defined as 3.732417e-1 kilogram."@en ; + rdfs:label "pound (apthecaries')"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/poundAvoirdupois +om:poundAvoirdupois rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.45359236"^^xsd:float ; + om:alternativeLabel "avoirdupois pound"@en ; + om:symbol "lb" ; + rdfs:comment "The avoirdupois pound is a unit of mass defined as 4.535924e-1 kilogram."@en ; + rdfs:label "pound (avoirdupois)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/poundSterling +om:poundSterling rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + rdfs:label "pound sterling"@en , + "英镑"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/poundal +om:poundal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:force-Dimension ; + om:hasUnit om:newton ; + om:hasFactor "0.138255"^^xsd:float ; + rdfs:comment "The poundal is a unit of force defined as 1.382550e-1 newton."@en ; + rdfs:label "poundal"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension +om:power-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "power dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/powerDensity-Dimension +om:powerDensity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "power density dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension +om:pressure-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "pressure dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/product +om:product rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "product"@en , + "積"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/quad +om:quad rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:BritishThermalUnit-InternationalTable ; + om:hasFactor "9.9999999E14"^^xsd:float ; + om:LaTeXCommand "\\quadUnit" ; + rdfs:comment "The quad is a unit of energy defined as 1.0e15 British thermal unit (International Table)."@en ; + rdfs:label "quad"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/quart-Imperial +om:quart-Imperial rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:litre ; + om:hasFactor "1.1365"^^xsd:float ; + om:alternativeLabel "imperial quart"@en ; + rdfs:comment "The imperial quart is a unit of volume defined as 1.1365 litre."@en ; + rdfs:label "quart (imperial)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/rad +om:rad rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasUnit om:gray ; + om:hasFactor "0.01"^^xsd:float ; + om:symbol "rad" ; + rdfs:comment "The rad is a unit of absorbed dose defined as 1.0e-2 gray."@en ; + rdfs:label "rad"@en , + "rad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/radian +om:radian rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:metrePerMetre ; + om:longcomment "The radian is a unit of angle defined as the angle subtended at the center of a circle by an arc that is equal in length to the radius of the circle. The radian is a derived unit in the International System of Units." ; + om:symbol "rad" ; + rdfs:comment "The radian is a unit of angle defined as the angle subtended at the center of a circle by an arc that is equal in length to the radius of the circle."@en ; + rdfs:label "radiaal"@nl , + "radian"@en , + "弧度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-Time +om:radianPerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:angularSpeed-Dimension ; + om:hasNumerator om:radian ; + om:alternativeSymbol "rad s-1" , + "rad·s-1" ; + om:symbol "rad/s" ; + rdfs:label "radiaal per seconde"@nl , + "radian per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-TimeSquared +om:radianPerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:angularAcceleration-Dimension ; + om:hasNumerator om:radian ; + om:alternativeSymbol "rad s-2" , + "rad·s-2" ; + om:symbol "rad/s2" ; + rdfs:label "radiaal per seconde kwadraat"@nl , + "radian per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/radiance-Dimension +om:radiance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "radiance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/radiometryAndRadiobiology +om:radiometryAndRadiobiology rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:AbsorbedDose , + om:AbsorbedDoseRate , + om:Activity , + om:AmbientDoseEquivalent , + om:DirectionalDoseEquivalent , + om:DoseEquivalent , + om:ExposureToXAndGammaRays , + om:Irradiance , + om:Kerma , + om:OrganDoseEquivalent , + om:PersonalDoseEquivalent , + om:Radiance , + om:RadiantEnergy , + om:RadiantFlux , + om:RadiantIntensity , + om:SpecificEnergyImparted ; + om:usesUnit om:attobecquerel , + om:attogray , + om:attosievert , + om:becquerel , + om:centibecquerel , + om:centigray , + om:centisievert , + om:coulombPerKilogram , + om:curie , + om:decabecquerel , + om:decagray , + om:decasievert , + om:decibecquerel , + om:decigray , + om:decisievert , + om:exabecquerel , + om:exagray , + om:exasievert , + om:femtobecquerel , + om:femtogray , + om:femtosievert , + om:gigabecquerel , + om:gigagray , + om:gigasievert , + om:gray , + om:grayPerSecond-Time , + om:hectobecquerel , + om:hectogray , + om:hectosievert , + om:kilobecquerel , + om:kilogray , + om:kilosievert , + om:megabecquerel , + om:megagray , + om:megasievert , + om:microbecquerel , + om:microgray , + om:microsievert , + om:millibecquerel , + om:milligray , + om:milligrayPerSecond-Time , + om:millisievert , + om:nanobecquerel , + om:nanogray , + om:nanosievert , + om:petabecquerel , + om:petagray , + om:petasievert , + om:picobecquerel , + om:picogray , + om:picosievert , + om:rad , + om:rem , + om:röntgen , + om:sievert , + om:terabecquerel , + om:teragray , + om:terasievert ; + rdfs:label "radiometrie en radiobiologie"@nl , + "radiometry and radiobiology"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalAtmosphere-Standard +om:reciprocalAtmosphere-Standard rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:atmosphere-Standard ; + om:hasExponent -1 ; + om:symbol "atm-1" ; + rdfs:label "omgekeerde atmosfeer (standaard)"@nl , + "reciprocal atmosphere (standard)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicCentimetre +om:reciprocalCubicCentimetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:centimetre ; + om:hasDimension om:numberDensity-Dimension ; + om:hasExponent -3 ; + om:symbol "cm-3" ; + rdfs:label "omgekeerde kubieke centimeter"@nl , + "reciprocal cubic centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicMetre +om:reciprocalCubicMetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:metre ; + om:hasDimension om:numberDensity-Dimension ; + om:hasExponent -3 ; + om:symbol "m-3" ; + rdfs:label "omgekeerde kubieke meter"@nl , + "reciprocal cubic metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicParsec +om:reciprocalCubicParsec rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:parsec ; + om:hasDimension om:numberDensity-Dimension ; + om:hasExponent -3 ; + om:symbol "pc-3" ; + rdfs:label "omgekeerde kubieke parsec"@nl , + "reciprocal cubic parsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalDay +om:reciprocalDay rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:day ; + om:hasDimension om:frequency-Dimension ; + om:hasExponent -1 ; + om:symbol "d-1" ; + rdfs:label "omgekeerde dag"@nl , + "reciprocal day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalDegreeCelsius +om:reciprocalDegreeCelsius rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:degreeCelsius ; + om:hasExponent -1 ; + om:symbol "°C-1" ; + rdfs:label "omgekeerde graad Celsius"@nl , + "reciprocal degree Celsius"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalDegreeCelsiusDay +om:reciprocalDegreeCelsiusDay rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:degreeCelsiusDay ; + om:hasExponent -1 ; + om:symbol "(°C d)-1" ; + rdfs:label "omgekeerde graad Celsius dag"@nl , + "reciprocal degree Celsius day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalGram +om:reciprocalGram rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:gram ; + om:hasExponent -1 ; + om:symbol "g-1" ; + rdfs:label "omgekeerde gram"@nl , + "reciprocal gram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalHenry +om:reciprocalHenry rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:henry ; + om:hasDimension om:reluctance-Dimension ; + om:hasExponent -1 ; + om:symbol "H-1" ; + rdfs:label "omgekeerde henry"@nl , + "reciprocal henry"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalHour +om:reciprocalHour rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:hour ; + om:hasDimension om:frequency-Dimension ; + om:hasExponent -1 ; + om:symbol "h-1" ; + rdfs:label "omgekeerd uur"@nl , + "reciprocal hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalKelvin +om:reciprocalKelvin rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:kelvin ; + om:hasExponent -1 ; + om:symbol "K-1" ; + rdfs:label "omgekeerde kelvin"@nl , + "reciprocal kelvin"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalLitre +om:reciprocalLitre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:litre ; + om:hasDimension om:numberDensity-Dimension ; + om:hasExponent -1 ; + om:symbol "l-1" ; + rdfs:label "omgekeerde liter"@nl , + "reciprocal litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalMetre +om:reciprocalMetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:metre ; + om:hasDimension om:wavenumber-Dimension ; + om:hasExponent -1 ; + om:longcomment "Reciprocal metre is a unit of wavenumber defined as 1 divided by metre. Reciprocal metre is a derived unit in the International System of Units." ; + om:symbol "m-1" ; + rdfs:comment "Reciprocal metre is a unit of wavenumber defined as 1 divided by metre."@en ; + rdfs:label "omgekeerder meter"@nl , + "reciprocal metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalMinute-Time +om:reciprocalMinute-Time rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:minute-Time ; + om:hasDimension om:frequency-Dimension ; + om:hasExponent -1 ; + om:symbol "min-1" ; + rdfs:label "omgekeerde minuut"@nl , + "reciprocal minute"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalPartsPerMillionPerYear +om:reciprocalPartsPerMillionPerYear rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:partsPerMillion ; + om:hasExponent -1 ; + om:symbol "ppm-1" ; + rdfs:label "reciprocal parts per million"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalPascalSecond-Time +om:reciprocalPascalSecond-Time rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:pascalSecond-Time ; + om:hasDimension om:fluidity-Dimension ; + om:hasExponent -1 ; + om:alternativeSymbol "(Pa s)-1" , + "(Pa·s)-1" , + "Pa-1·s-1" ; + om:symbol "Pa-1 s-1" ; + rdfs:label "omgekeerde pascal seconde"@nl , + "reciprocal pascal second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time +om:reciprocalSecond-Time rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:second-Time ; + om:hasDimension om:frequency-Dimension ; + om:hasExponent -1 ; + om:symbol "s-1" ; + rdfs:label "omgekeerde seconde"@nl , + "reciprocal second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareCentimetre +om:reciprocalSquareCentimetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:centimetre ; + om:hasDimension om:columnNumberDensity-Dimension ; + om:hasExponent -2 ; + om:symbol "cm-2" ; + rdfs:label "omgekeerde vierkante centimeter"@nl , + "reciprocal square centimetre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetre +om:reciprocalSquareMetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:metre ; + om:hasDimension om:columnNumberDensity-Dimension ; + om:hasExponent -2 ; + om:symbol "m-2" ; + rdfs:label "omgekeerde vierkante meter"@nl , + "reciprocal square metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetreReciprocalGram +om:reciprocalSquareMetreReciprocalGram rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:reciprocalSquareMetre ; + om:hasTerm2 om:reciprocalGram ; + om:alternativeSymbol "m-2·g-1" ; + om:symbol "m-2 g-1" ; + rdfs:label "omgekeerde vierkante meter omgekeerde gram"@nl , + "reciprocal square metre reciprocal gram"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetreReciprocalMetre +om:reciprocalSquareMetreReciprocalMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:reciprocalSquareMetre ; + om:hasTerm2 om:reciprocalMetre ; + om:alternativeSymbol "m-2·m-1" ; + om:symbol "m-2 m-1" ; + rdfs:label "omgekeerde vierkante meter omgekeerde meter"@nl , + "reciprocal square metre reciprocal metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalWatt +om:reciprocalWatt rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:watt ; + om:hasExponent -1 ; + om:symbol "W-1" ; + rdfs:label "omgekeerde watt"@nl , + "reciprocal watt"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalYear +om:reciprocalYear rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:year ; + om:hasDimension om:frequency-Dimension ; + om:hasExponent -1 ; + om:symbol "a-1" ; + rdfs:label "omgekeerd jaar"@nl , + "reciprocal year"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/reluctance-Dimension +om:reluctance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 2 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 2 ; + rdfs:label "reluctance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/rem +om:rem rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasUnit om:sievert ; + om:hasFactor "0.01"^^xsd:float ; + om:symbol "rem" ; + rdfs:comment "The rem is a unit of dose equivalent defined as 1.0e-2 sievert."@en ; + rdfs:label "rem"@en , + "rem"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/revolution +om:revolution rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:radian ; + om:hasFactor "6.283185"^^xsd:float ; + om:symbol "r" ; + rdfs:comment "The revolution is a unit of angle defined as 6.283185 radian."@en ; + rdfs:label "revolution"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/rhe +om:rhe rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:fluidity-Dimension ; + om:hasUnit om:reciprocalPascalSecond-Time ; + om:hasFactor "10.0"^^xsd:float ; + rdfs:comment "The rhe is a unit of fluidity defined as 10 reciprocal pascal second (time)."@en ; + rdfs:label "rhe"@en , + "rhe"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US +om:rod-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "5.02921"^^xsd:float ; + om:alternativeLabel "US rod"@en , + "perch"@en , + "pole"@en ; + om:symbol "rd" ; + rdfs:comment "The US rod is a unit of length defined as 5.029210 metre."@en ; + rdfs:label "rod (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/röntgen +om:röntgen rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:exposureToXAndGammaRays-Dimension ; + om:hasUnit om:coulombPerKilogram ; + om:hasFactor "2.58E-4"^^xsd:float ; + om:symbol "R" ; + rdfs:comment "The röntgen is a unit of exposure to x and γ rays defined as 2.58e-4 coulomb per kilogram."@en ; + rdfs:label "röntgen"@en , + "röntgen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/scoop +om:scoop rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "bolletje"@nl , + "scoop"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle +om:second-Angle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:radian ; + om:hasFactor "4.848137E-6"^^xsd:float ; + om:alternativeLabel "arcsecond"@en , + "boogseconde"@nl , + "second of arc"@en ; + om:symbol "\"" ; + rdfs:comment "The second (angle) is a unit of angle defined as 4.848137e-6 radian."@en ; + rdfs:label "second (angle)"@en , + "seconde (hoek)"@nl , + "秒(角度)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-AngleSquared +om:second-AngleSquared rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:second-Angle ; + om:hasDimension om:dimensionOne ; + om:hasExponent 2 ; + om:alternativeLabel "arcsecond squared"@en ; + om:symbol "arcsec2" ; + rdfs:label "second (angle) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-Anglee +om:second-Anglee rdf:type owl:NamedIndividual . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-HourAngle +om:second-HourAngle rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:degree ; + om:hasFactor "0.004166667"^^xsd:float ; + om:symbol "s" ; + rdfs:comment "Wordt gebruikt als hoek (360°=864000) voor o.a. rechte klimming. De s wordt meestal als superscript achter de waarde gezet. Zoals in 5h34m12s09. Vaak wordt de fractie in seconden zonder punt geschreven, de s wordt als afscheiding gebruikt (http://en.wikipedia.org/wiki/Right_ascension)."@nl ; + rdfs:label "second (hour angle)"@en , + "seconde (uurhoek)"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-Sidereal +om:second-Sidereal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "0.9972696"^^xsd:float ; + om:alternativeLabel "second (sidereal)"@en , + "sidereal second"@en ; + rdfs:comment "The sidereal second is a unit of time defined as 9.972696e-1 second."@en ; + rdfs:label "second (sidereal)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time +om:second-Time rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasQuantity om:durationOf9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom ; + om:longcomment "The second is a unit of time defined as the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom. The second is a base unit in the International System of Units." ; + om:symbol "s" ; + om:unofficialAbbreviation "sec" ; + rdfs:comment "The second is a unit of time defined as the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ; + rdfs:label "second"@en , + "seconde"@nl , + "秒"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeAmpere +om:second-TimeAmpere rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:electricCharge-Dimension ; + om:hasTerm1 om:second-Time ; + om:hasTerm2 om:ampere ; + om:alternativeSymbol "s·A" ; + om:symbol "s A" ; + rdfs:label "second ampere"@en , + "seconde ampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimePerDay +om:second-TimePerDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasNumerator om:second-Time ; + om:alternativeSymbol "s d-1" , + "s·d-1" ; + om:symbol "s/d" ; + rdfs:label "second per day"@en , + "seconde per dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimePerSquareMetre +om:second-TimePerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasNumerator om:second-Time ; + om:alternativeSymbol "s m-2" , + "s·m-2" ; + om:symbol "s/m2" ; + rdfs:label "second per square metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared +om:second-TimeSquared rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:second-Time ; + om:hasExponent 2 ; + om:symbol "s2" ; + rdfs:label "second squared"@en , + "seconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeToThePower-2 +om:second-TimeToThePower-2 rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:second-Time ; + om:hasExponent -2 ; + om:symbol "s-2" ; + rdfs:label "second to the power -2"@en , + "seconde tot de macht -2"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/servingSpoon +om:servingSpoon rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "opscheplepel"@nl , + "serving spoon"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/shake +om:shake rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "1.0E-8"^^xsd:float ; + rdfs:comment "The shake is a unit of time defined as 1.0e-8 second."@en ; + rdfs:label "shake"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/shannon +om:shannon rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasUnit om:bit ; + om:symbol "Sh" ; + rdfs:comment "The shannon is a unit of information capacity defined as 1 bit."@en ; + rdfs:label "shannon"@en , + "shannon"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/shipping +om:shipping rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:Length , + om:Speed ; + om:usesUnit om:knot-International , + om:nauticalMile-International , + om:nauticalMile-InternationalPerHour ; + rdfs:label "shipping"@en , + "shipping"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/siemens +om:siemens rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasUnit om:amperePerVolt ; + om:longcomment "The siemens is a unit of electrical conductance defined as 1 divided by ohm = ampere divided by volt = coulomb squared times second divided by kilogram times square metre = ampere squared times second to the power 3 divided by kilogram times square metre. The siemens is a derived unit in the International System of Units." ; + om:symbol "S" ; + rdfs:comment "The siemens is a unit of electrical conductance defined as 1 divided by ohm = ampere divided by volt = coulomb squared times second divided by kilogram times square metre = ampere squared times second to the power 3 divided by kilogram times square metre."@en ; + rdfs:label "siemens"@en , + "siemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/siemensPerMetre +om:siemensPerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:electricalConductivity-Dimension ; + om:hasNumerator om:siemens ; + om:alternativeSymbol "S m-1" , + "S·m-1" ; + om:symbol "S/m" ; + rdfs:label "siemens per meter"@nl , + "siemens per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/sievert +om:sievert rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasUnit om:joulePerKilogram ; + om:longcomment "The sievert is a unit of dose equivalent defined as joule divided by kilogram = square metre divided by second squared. The sievert is a derived unit is the International System of Units." ; + om:symbol "Sv" ; + rdfs:comment "The sievert is a unit of dose equivalent defined as joule divided by kilogram = square metre divided by second squared."@en ; + rdfs:label "sievert"@en , + "sievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/slice +om:slice rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "slice"@en , + "snee"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/slug +om:slug rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "14.5939"^^xsd:float ; + om:symbol "slug" ; + rdfs:comment "The slug is a unit of mass defined as 1.459390e1 kilogram."@en ; + rdfs:label "slug"@en , + "金属块"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/solarLuminosity +om:solarLuminosity rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "3.839E26"^^xsd:float ; + om:LaTeXSymbol "L_{\\astrosun}" ; + om:symbol "L_☉" ; + rdfs:comment "Solar luminosity is a unit used in astronomy to denote stellar or galactic radiant fluxes (http://en.wikipedia.org/wiki/SolarLuminosity)."@en ; + rdfs:label "solar luminosity"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass +om:solarMass rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "1.98892E30"^^xsd:float ; + om:LaTeXSymbol "M_{\\astrosun}" ; + om:symbol "M_☉" ; + rdfs:comment "Solar mass is a unit used in astronomy to denote stellar or galactic masses (http://en.wikipedia.org/wiki/SolarMass)."@en ; + rdfs:label "solar mass"@en , + "zonsmassa"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerCubicParsec +om:solarMassPerCubicParsec rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicParsec ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:solarMass ; + om:LaTeXSymbol "M_{\\astrosun} pc^{-3}" ; + om:alternativeSymbol "M_☉ pc-3" , + "M_☉·pc-3" ; + om:symbol "M_☉/pc3" ; + rdfs:comment "The mass (in solar masses) per cubic parsec."@en ; + rdfs:label "solar mass per cubic parsec"@en , + "zonsmassa per kubieke parsec"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerGigayearCubicKiloparsec +om:solarMassPerGigayearCubicKiloparsec rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gigayearCubicKiloparsec ; + om:hasNumerator om:solarMass ; + om:LaTeXSymbol "M_{\\astrosun}Gyr^{-1}kpc^{-1}" ; + om:alternativeSymbol "M_☉ Gyr-1 kpc-3" , + "M_☉·Gyr-1·kpc-3" ; + om:symbol "M_☉/(Gyr kpc3)" ; + rdfs:comment "The amount of stellar mass created per cubic kiloparsec in each billion years."@en ; + rdfs:label "solar mass per gigayear cubic kiloparsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerGigayearCubicParsec +om:solarMassPerGigayearCubicParsec rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gigayearCubicParsec ; + om:hasNumerator om:solarMass ; + om:alternativeSymbol "M_☉ Gyr-1 pc-3" , + "M_☉·Gyr-1·pc-3" ; + om:symbol "M_☉/(Gyr pc3)" ; + rdfs:comment "The amount of stellar mass created per cubic parsec in each billion years."@en ; + rdfs:label "solar mass per gigayear cubic parsec"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius +om:solarRadius rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "6.9550003E8"^^xsd:float ; + om:LaTeXSymbol "R_{\\astrosun}" ; + om:symbol "R_☉" ; + rdfs:comment "Solar radius is a unit used in astronomy to denote stellar or stellar system radii (http://en.wikipedia.org/wiki/solarRadius)."@en ; + rdfs:label "solar radius"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/specificCatalyticActivity-Dimension +om:specificCatalyticActivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 1 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -2 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "specific catalytic activity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension +om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "specific energy, absorbed dose, or dose equivalent dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/specificEntropyOrSpecificHeatCapacity-Dimension +om:specificEntropyOrSpecificHeatCapacity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent -1 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "specific entropy or specific heat capacity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/specificVolume-Dimension +om:specificVolume-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "specific volume dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension +om:speed-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "snelheiddimensie"@nl , + "speed dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/spread +om:spread rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "broodbelegging"@nl , + "spread"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareAttometre +om:squareAttometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:attometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "am2" ; + rdfs:label "square attometre"@en , + "vierkante attometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareCentimetre +om:squareCentimetre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:centimetre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "cm2" ; + rdfs:label "square centimetre"@en , + "vierkante centimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecametre +om:squareDecametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:decametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "dam2" ; + rdfs:label "square decametre"@en , + "vierkante decameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecimetre +om:squareDecimetre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:decimetre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "dm2" ; + rdfs:label "square decimetre"@en , + "vierkante decimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareExametre +om:squareExametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:exametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Em2" ; + rdfs:label "square exametre"@en , + "vierkante exameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareFemtometre +om:squareFemtometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:femtometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "fm2" ; + rdfs:label "square femtometre"@en , + "vierkante femtometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareFoot-International +om:squareFoot-International rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:foot-International ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "ft2" ; + rdfs:label "square foot (international)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareGigametre +om:squareGigametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:gigametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Gm2" ; + rdfs:label "square gigametre"@en , + "vierkante gigameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareHectometre +om:squareHectometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:hectometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "hm2" ; + rdfs:label "square hectometre"@en , + "vierkante hectometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareInch-International +om:squareInch-International rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:inch-International ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "in2" ; + rdfs:label "square inch (international)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareKilometre +om:squareKilometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:kilometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "km2" ; + om:unofficialAbbreviation "10^6 m2" ; + rdfs:label "square kilometre"@en , + "vierkante kilometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMegametre +om:squareMegametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:megametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Mm2" ; + rdfs:label "square megametre"@en , + "vierkante megameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre +om:squareMetre rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:metre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:longcomment "Square metre is a unit of area defined as the area of a square whose sides measure exactly one metre. Square metre is a derived unit in the International System of Units." ; + om:symbol "m2" ; + rdfs:comment "Square metre is a unit of area defined as the area of a square whose sides measure exactly one metre."@en ; + rdfs:label "square metre"@en , + "vierkante meter"@nl , + "平方米"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreDay +om:squareMetreDay rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:squareMetre ; + om:hasTerm2 om:day ; + om:alternativeSymbol "m2·d" ; + om:symbol "m2 d" ; + rdfs:label "square metre day"@en , + "vierkante meter dag"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreHertz +om:squareMetreHertz rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:squareMetre ; + om:hasTerm2 om:hertz ; + om:alternativeSymbol "m2·Hz" ; + om:symbol "m2 Hz" ; + rdfs:label "square metre hertz"@en , + "vierkante meter hertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreKelvin +om:squareMetreKelvin rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:squareMetre ; + om:hasTerm2 om:kelvin ; + om:alternativeSymbol "m2·K" ; + om:symbol "m2 K" ; + rdfs:label "square metre kelvin"@en , + "vierkante meter kelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreKelvinPerWatt +om:squareMetreKelvinPerWatt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:watt ; + om:hasDimension om:thermalInsulance-Dimension ; + om:hasNumerator om:squareMetreKelvin ; + om:alternativeSymbol "m2 K W-1" , + "m2·K/W" , + "m2·K·W-1" ; + om:symbol "m2 K/W" ; + rdfs:label "square metre kelvin per watt"@en , + "vierkante meter kelvin per watt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreNanometre +om:squareMetreNanometre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:squareMetre ; + om:hasTerm2 om:nanometre ; + om:alternativeSymbol "m2·nm" ; + om:symbol "m2 nm" ; + rdfs:label "square metre nanometre"@en , + "vierkante meter nanometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerGram +om:squareMetrePerGram rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:gram ; + om:hasNumerator om:squareMetre ; + om:alternativeSymbol "m2 g-1" , + "m2·g-1" ; + om:symbol "m2/g" ; + rdfs:label "square metre per gram"@en , + "vierkante meter per gram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSecond-Time +om:squareMetrePerSecond-Time rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-Time ; + om:hasDimension om:kinematicViscosityOrThermalDiffusivity-Dimension ; + om:hasNumerator om:squareMetre ; + om:alternativeSymbol "m2 s-1" , + "m2·s-1" ; + om:symbol "m2/s" ; + rdfs:label "square metre per second"@en , + "vierkante meter per seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetre +om:squareMetrePerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:dimensionOne ; + om:hasNumerator om:squareMetre ; + om:alternativeSymbol "m2 m-2" , + "m2·m-2" ; + om:symbol "m2/m2" ; + rdfs:label "square metre per square metre"@en , + "vierkante meter per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetreDay +om:squareMetrePerSquareMetreDay rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:day ; + om:hasNumerator om:squareMetrePerSquareMetre ; + om:alternativeSymbol "m2 m-2 d-1" , + "m2·m-2·d-1" ; + om:symbol "m2/(m2 d)" ; + rdfs:label "square metre per square metre day"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreSecond-Time +om:squareMetreSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:squareMetre ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "m2·s" ; + om:symbol "m2 s" ; + rdfs:label "square metre second"@en , + "vierkante meter seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreSteradian +om:squareMetreSteradian rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:squareMetre ; + om:hasTerm2 om:steradian ; + om:alternativeSymbol "m2·sr" ; + om:symbol "m2 sr" ; + rdfs:label "square metre steradian"@en , + "vierkante meter steradian"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMicrometre +om:squareMicrometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:micrometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "μm2" ; + rdfs:label "square micrometre"@en , + "vierkante micrometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMile-International +om:squareMile-International rdf:type owl:NamedIndividual , + om:UnitExponentiation . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMile-Statute +om:squareMile-Statute rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:mile-International ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "mi2" ; + rdfs:label "square mile (statute)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareMillimetre +om:squareMillimetre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:millimetre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "mm2" ; + rdfs:label "square millimetre"@en , + "vierkante millimeter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareNanometre +om:squareNanometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:nanometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "nm2" ; + rdfs:label "square nanometre"@en , + "vierkante nanometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squarePetametre +om:squarePetametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:petametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Pm2" ; + rdfs:label "square petametre"@en , + "vierkante petameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squarePicometre +om:squarePicometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:picometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "pm2" ; + rdfs:label "square picometre"@en , + "vierkante picometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareTerametre +om:squareTerametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:terametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Tm2" ; + rdfs:label "square terametre"@en , + "vierkante terameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareYard-International +om:squareYard-International rdf:type owl:NamedIndividual , + om:UnitExponentiation ; + om:hasBase om:yard-International ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "yd2" ; + rdfs:label "square yard (international)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareYoctometre +om:squareYoctometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:yoctometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "ym2" ; + rdfs:label "square yoctometre"@en , + "vierkante yoctometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareYottametre +om:squareYottametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:yottametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Ym2" ; + rdfs:label "square yottametre"@en , + "vierkante yottameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareZeptometre +om:squareZeptometre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:zeptometre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "zm2" ; + rdfs:label "square zeptometre"@en , + "vierkante zeptometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/squareZettametre +om:squareZettametre rdf:type owl:NamedIndividual , + om:SquarePrefixedMetre ; + om:hasBase om:zettametre ; + om:hasDimension om:area-Dimension ; + om:hasExponent 2 ; + om:symbol "Zm2" ; + rdfs:label "square zettametre"@en , + "vierkante zettameter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/standardDeviation +om:standardDeviation rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "standard deviation"@en , + "標準偏差"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statampere +om:statampere rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasUnit om:ampere ; + om:hasFactor "3.335641E-10"^^xsd:float ; + om:symbol "statA" ; + rdfs:comment "The statampere is a unit of electric current defined as 3.335641e-10 ampere."@en ; + rdfs:label "statampere"@en , + "statampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statcoulomb +om:statcoulomb rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasUnit om:coulomb ; + om:hasFactor "3.335641E-10"^^xsd:float ; + om:symbol "statC" ; + rdfs:comment "The statcoulomb is a unit of electric charge defined as 3.335641e-10 coulomb."@en ; + rdfs:label "statcoulomb"@en , + "statcoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statfarad +om:statfarad rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:capacitance-Dimension ; + om:hasUnit om:farad ; + om:hasFactor "1.11265E-12"^^xsd:float ; + om:symbol "statF" ; + rdfs:comment "The statfarad is a unit of capacitance defined as 1.112650e-12 farad."@en ; + rdfs:label "statfarad"@en , + "statfarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/stathenry +om:stathenry rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasUnit om:henry ; + om:hasFactor "8.987552E11"^^xsd:float ; + om:symbol "statH" ; + rdfs:comment "The stathenry is a unit of inductance defined as 8.987552e11 henry."@en ; + rdfs:label "stathenry"@en , + "stathenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statmho +om:statmho rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasUnit om:siemens ; + om:hasFactor "1.11265E-12"^^xsd:float ; + om:alternativeLabel "statsiemens"@en , + "statsiemens"@nl ; + rdfs:comment "The statmho is a unit of electrical conductance defined as 1.112650e-12 siemens."@en ; + rdfs:label "statmho"@en , + "statmho"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statohm +om:statohm rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasUnit om:ohm ; + om:hasFactor "8.987552E11"^^xsd:float ; + om:symbol "statΩ" ; + rdfs:comment "The statohm is a unit of electrical resistance defined as 8.987552e11 ohm."@en ; + rdfs:label "statohm"@en , + "statohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/stattesla +om:stattesla rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasUnit om:tesla ; + om:hasFactor "2997900.0"^^xsd:float ; + om:symbol "statT" ; + rdfs:comment "The stattesla is a unit of magnetic flux density defined as 2.9979e6 tesla."@en ; + rdfs:label "stattesla"@en , + "stattesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt +om:statvolt rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasUnit om:volt ; + om:hasFactor "299.7925"^^xsd:float ; + om:symbol "statV" ; + rdfs:comment "The statvolt is a unit of electric potential defined as 2.997925e2 volt."@en ; + rdfs:label "statvolt"@en , + "statvolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/statweber +om:statweber rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasUnit om:weber ; + om:hasFactor "299.79"^^xsd:float ; + om:symbol "statWb" ; + rdfs:comment "The statweber is a unit of magnetic flux defined as 2.9979e2 weber."@en ; + rdfs:label "statweber"@en , + "statweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/steradian +om:steradian rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:squareMetrePerSquareMetre ; + om:longcomment "The steradian is a unit of solid angle defined as the solid angle subtended at the center of a sphere by a portion of the surface of the sphere that has an area equal to the square of the radius of the sphere. The steradian is a derived unit in the International System of Units." ; + om:symbol "sr" ; + rdfs:comment "The steradian is a unit of solid angle defined as the solid angle subtended at the center of a sphere by a portion of the surface of the sphere that has an area equal to the square of the radius of the sphere."@en ; + rdfs:label "steradiaal"@nl , + "steradian"@en , + "球面度"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/steradianSquareMetre +om:steradianSquareMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:steradian ; + om:hasTerm2 om:squareMetre ; + om:alternativeSymbol "sr·m2" ; + om:symbol "sr m2" ; + rdfs:label "steradiaal vierkante meter"@nl , + "steradian square metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/steradianSquareMetreHertz +om:steradianSquareMetreHertz rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:steradianSquareMetre ; + om:hasTerm2 om:hertz ; + om:alternativeSymbol "sr·m2·Hz" ; + om:symbol "sr m2 Hz" ; + rdfs:label "steradiaal vierkante meter hertz"@nl , + "steradian square metre hertz"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/stere +om:stere rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + rdfs:comment "The stere is a unit of volume defined as cubic metre."@en ; + rdfs:label "stere"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/stilb +om:stilb rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:luminance-Dimension ; + om:hasUnit om:candelaPerSquareMetre ; + om:hasFactor "10000.0"^^xsd:float ; + om:symbol "sb" ; + rdfs:comment "The stilb is a unit of luminance defined as 1.0e4 candela per square metre."@en ; + rdfs:label "stilb"@en , + "stilb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/stokes +om:stokes rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:kinematicViscosityOrThermalDiffusivity-Dimension ; + om:hasUnit om:squareMetrePerSecond-Time ; + om:hasFactor "1.0E-4"^^xsd:float ; + om:symbol "St" ; + rdfs:comment "The stokes is a unit of kinematic viscosity defined as 1.0e-4 square metre per second (time)."@en ; + rdfs:label "stokes"@en , + "stokes"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/sum +om:sum rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "sum"@en , + "合計"@ja . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/surfaceTension-Dimension +om:surfaceTension-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "oppervlaktespanningdimensie"@nl , + "surface tension dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/systemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12 +om:systemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12 rdf:type owl:NamedIndividual , + owl:Thing ; + rdfs:label "system that contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 122"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tablespoon-US +om:tablespoon-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "1.478676E-5"^^xsd:float ; + om:alternativeLabel "US tablespoon"@en ; + rdfs:comment "The US tablespoon is a unit of volume defined as 1.478676e-5 cubic metre."@en ; + rdfs:label "tablespoon (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teaspoon-US +om:teaspoon-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:hasUnit om:cubicMetre ; + om:hasFactor "4.928922E-6"^^xsd:float ; + om:alternativeLabel "US teaspoon"@en ; + rdfs:comment "The US teaspoon is a unit of volume defined as 4.928922e-6 cubic metre."@en ; + rdfs:label "teaspoon (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tebi +om:tebi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1.09951163E12"^^xsd:float ; + om:alternativeLabel "terabinary"@en ; + om:symbol "Ti" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "tebi"@en , + "tebi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tebibit +om:tebibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:tebi ; + om:hasUnit om:bit ; + om:symbol "Tibit" ; + rdfs:label "tebibit"@en , + "tebibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tebibyte +om:tebibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:tebi ; + om:hasUnit om:byte ; + om:symbol "TiB" ; + rdfs:label "tebibyte"@en , + "tebibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tera +om:tera rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E12"^^xsd:float ; + om:symbol "T" ; + rdfs:label "tera"@en , + "tera"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teraampere +om:teraampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:ampere ; + om:symbol "TA" ; + rdfs:comment "The teraampere is a unit of electric current defined as 1.0e12 ampere."@en ; + rdfs:label "teraampere"@en , + "teraampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terabecquerel +om:terabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:becquerel ; + om:symbol "TBq" ; + rdfs:comment "The terabecquerel is a unit of activity defined as 1.0e12 becquerel."@en ; + rdfs:label "terabecquerel"@en , + "terabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terabit +om:terabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:tera ; + om:hasUnit om:bit ; + om:symbol "Tbit" ; + rdfs:label "terabit"@en , + "terabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terabyte +om:terabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:tera ; + om:hasUnit om:byte ; + om:symbol "TB" ; + rdfs:label "10^12字节"@zh , + "terabyte"@en , + "terabyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teracandela +om:teracandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:candela ; + om:symbol "Tcd" ; + rdfs:comment "The teracandela is a unit of luminous intensity defined as 1.0e12 candela."@en ; + rdfs:label "teracandela"@en , + "teracandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teracoulomb +om:teracoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:coulomb ; + om:symbol "TC" ; + rdfs:comment "The teracoulomb is a unit of electric charge defined as 1.0e12 coulomb."@en ; + rdfs:label "teracoulomb"@en , + "teracoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terafarad +om:terafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:farad ; + om:symbol "TF" ; + rdfs:comment "The terafarad is a unit of capacitance defined as 1.0e12 farad."@en ; + rdfs:label "terafarad"@en , + "terafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teragram +om:teragram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:gram ; + om:symbol "Tg" ; + rdfs:comment "The teragram is a unit of mass defined as 1.0e12 gram."@en ; + rdfs:label "10^12克"@zh , + "teragram"@en , + "teragram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teragramPerLitre +om:teragramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:teragram ; + om:alternativeSymbol "Tg l-1" , + "Tg·l-1" ; + om:symbol "Tg/l" ; + rdfs:comment "Teragram per litre is a unit of density defined as teragram divided by litre."@en ; + rdfs:label "teragram per liter"@nl , + "teragram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teragray +om:teragray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:gray ; + om:symbol "TGy" ; + rdfs:comment "The teragray is a unit of absorbed dose defined as 1.0e12 gray."@en ; + rdfs:label "teragray"@en , + "teragray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terahenry +om:terahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:henry ; + om:symbol "TH" ; + rdfs:comment "The terahenry is a unit of inductance defined as 1.0e12 henry."@en ; + rdfs:label "terahenry"@en , + "terahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terahertz +om:terahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:hertz ; + om:symbol "THz" ; + rdfs:comment "The terahertz is a unit of frequency defined as 1.0e12 hertz."@en ; + rdfs:label "terahertz"@en , + "terahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terajoule +om:terajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:joule ; + om:symbol "TJ" ; + rdfs:comment "The terajoule is a unit of energy defined as 1.0e12 joule."@en ; + rdfs:label "terajoule"@en , + "terajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terakatal +om:terakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:katal ; + om:symbol "Tkat" ; + rdfs:comment "The terakatal is a unit of catalytic activity defined as 1.0e12 katal."@en ; + rdfs:label "terakatal"@en , + "terakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terakelvin +om:terakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:kelvin ; + om:symbol "TK" ; + rdfs:comment "The terakelvin is a unit of thermodynamic temperature defined as 1.0e12 kelvin."@en ; + rdfs:label "terakelvin"@en , + "terakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teralitre +om:teralitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:litre ; + om:symbol "Tl" ; + rdfs:label "teraliter"@nl , + "teralitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teralumen +om:teralumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:lumen ; + om:symbol "Tlm" ; + rdfs:label "teralumen"@en , + "teralumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teralux +om:teralux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:lux ; + om:symbol "Tlx" ; + rdfs:label "teralux"@en , + "teralux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terametre +om:terametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:metre ; + om:symbol "Tm" ; + om:unofficialAbbreviation "10^9 km" ; + rdfs:comment "The terametre is a unit of length defined as 1.0e12 metre."@en ; + rdfs:label "10^12米"@zh , + "terameter"@nl , + "terametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-Time +om:terametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:terametre ; + om:alternativeSymbol "Tm s-1" , + "Tm·s-1" ; + om:symbol "Tm/s" ; + rdfs:comment "Terametre per second is a unit of speed defined as terametre divided by second."@en ; + rdfs:label "terameter per seconde"@nl , + "terametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-TimeSquared +om:terametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:terametre ; + om:alternativeSymbol "Tm s-2" , + "Tm·s-2" ; + om:symbol "Tm/s2" ; + rdfs:comment "Terametre per second squared is a unit of acceleration defined as terametre divided by second squared."@en ; + rdfs:label "terameter per seconde kwadraat"@nl , + "terametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teramolar +om:teramolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:molar ; + om:symbol "TM" ; + rdfs:comment "The teramolar is a unit of amount of substance concentration defined as 1.0e12 molar."@en ; + rdfs:label "teramolair"@nl , + "teramolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teramole +om:teramole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:mole ; + om:symbol "Tmol" ; + rdfs:label "teramol"@nl , + "teramole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teramolePerLitre +om:teramolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:teramole ; + om:alternativeSymbol "Tmol l-1" , + "Tmol·l-1" ; + om:symbol "Tmol/l" ; + rdfs:comment "Teramole per litre is a unit of amount of substance concentration defined as teramole divided by litre."@en ; + rdfs:label "teramole per liter"@nl , + "teramole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teramolePerMetre +om:teramolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:teramole ; + om:alternativeSymbol "Tmol m-1" , + "Tmol·m-1" ; + om:symbol "Tmol/m" ; + rdfs:label "teramole per meter"@nl , + "teramole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teranewton +om:teranewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:newton ; + om:symbol "TN" ; + rdfs:label "teranewton"@en , + "teranewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teraohm +om:teraohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:ohm ; + om:symbol "TΩ" ; + rdfs:label "teraohm"@en , + "teraohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal +om:terapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:pascal ; + om:symbol "TPa" ; + rdfs:label "terapascal"@en , + "terapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time +om:terasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:second-Time ; + om:symbol "Ts" ; + rdfs:label "terasecond"@en , + "teraseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-TimeSquared +om:terasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:terasecond-Time ; + om:hasExponent 2 ; + om:symbol "Ts2" ; + rdfs:label "terasecond squared"@en , + "teraseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terasiemens +om:terasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:siemens ; + om:symbol "TS" ; + rdfs:label "terasiemens"@en , + "terasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terasievert +om:terasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:sievert ; + om:symbol "TSv" ; + rdfs:label "terasievert"@en , + "terasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teratesla +om:teratesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:tesla ; + om:symbol "TT" ; + rdfs:label "teratesla"@en , + "teratesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teravolt +om:teravolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:volt ; + om:symbol "TV" ; + rdfs:label "teravolt"@en , + "teravolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terawatt +om:terawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:watt ; + om:symbol "TW" ; + rdfs:label "terawatt"@en , + "terawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/terawattHour +om:terawattHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:terawatt ; + om:hasTerm2 om:hour ; + om:alternativeLabel "terawatt-hour"@en , + "terawatthour"@en ; + om:alternativeSymbol "TWh" , + "TW·h" ; + om:symbol "TW h" ; + rdfs:label "terawatt hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/teraweber +om:teraweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:tera ; + om:hasUnit om:weber ; + om:symbol "TWb" ; + rdfs:label "teraweber"@en , + "teraweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tesla +om:tesla rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasUnit om:weberPerSquareMetre ; + om:longcomment "The tesla is a unit of magnetic flux density defined as volt times second divided by square metre = newton divided by ampere times metre = weber divided by square metre = kilogram divided by coulomb times second = kilogram divided by ampere times second squared. The tesla is a derived unit in the International System of Units." ; + om:symbol "T" ; + rdfs:comment "The tesla is a unit of magnetic flux density defined as volt times second divided by square metre = newton divided by ampere times metre = weber divided by square metre = kilogram divided by coulomb times second = kilogram divided by ampere times second squared."@en ; + rdfs:label "tesla"@en , + "tesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/therm-EC +om:therm-EC rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "1.05506E8"^^xsd:float ; + om:alternativeLabel "EC therm"@en ; + rdfs:comment "The EC therm is a unit of energy defined as 1.05506e8 joule."@en ; + rdfs:label "therm (EC)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/therm-US +om:therm-US rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "1.054804E8"^^xsd:float ; + om:alternativeLabel "US therm"@en ; + rdfs:comment "The US therm is a unit of energy defined as 1.054804e8 joule."@en ; + rdfs:label "therm (US)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thermalConductivity-Dimension +om:thermalConductivity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent -1 ; + om:hasSITimeDimensionExponent -3 ; + rdfs:label "thermal conductivity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thermalInsulance-Dimension +om:thermalInsulance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 1 ; + om:hasSITimeDimensionExponent 3 ; + rdfs:label "thermal insulance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thermalResistance-Dimension +om:thermalResistance-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -2 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent -1 ; + om:hasSIThermodynamicTemperatureDimensionExponent 1 ; + om:hasSITimeDimensionExponent 3 ; + rdfs:label "thermal resistance dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension +om:thermodynamicTemperature-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 1 ; + om:hasSITimeDimensionExponent 0 ; + om:symbol "Θ" ; + rdfs:label "absolute-temperatuurdimensie"@nl , + "thermodynamic temperature dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperatureOfTheTriplePointOfWater +om:thermodynamicTemperatureOfTheTriplePointOfWater rdf:type owl:NamedIndividual , + om:ThermodynamicTemperature ; + om:hasPhenomenon om:triplePointOfWater ; + rdfs:label "triple point of water thermodynamic temperature"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamics +om:thermodynamics rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:CelsiusTemperature , + om:Entropy , + om:FahrenheitTemperature , + om:Heat , + om:HeatCapacity , + om:HeatFlowRate , + om:HeatFluxDensity , + om:HeatTransferCoefficient , + om:InternalEnergy , + om:RankineTemperature , + om:ReaumurTemperature , + om:SpecificEntropy , + om:SpecificHeatCapacity , + om:Temperature , + om:TemperatureRate , + om:ThermalConductivity , + om:ThermalResistance , + om:ThermodynamicTemperature ; + om:usesUnit om:attodegreeCelsius , + om:attokelvin , + om:centidegreeCelsius , + om:centikelvin , + om:decakelvin , + om:decidegreeCelsius , + om:decikelvin , + om:degreeCelsius , + om:degreeCelsiusPerMinute-Time , + om:degreeFahrenheit , + om:degreeRankine , + om:degreeReaumur , + om:exakelvin , + om:femtodegreeCelsius , + om:femtokelvin , + om:gigakelvin , + om:hectokelvin , + om:joulePerKelvin , + om:joulePerKelvinKilogram , + om:kelvin , + om:kilokelvin , + om:megakelvin , + om:microdegreeCelsius , + om:microkelvin , + om:millidegreeCelsius , + om:millikelvin , + om:nanodegreeCelsius , + om:nanokelvin , + om:petakelvin , + om:picodegreeCelsius , + om:picokelvin , + om:squareMetreKelvinPerWatt , + om:terakelvin , + om:wattPerMetreKelvin , + om:wattPerSquareMetreKelvin ; + rdfs:label "thermodynamica"@nl , + "thermodynamics"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/thousandPiece +om:thousandPiece rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:dimensionOne ; + om:hasUnit om:one ; + om:hasFactor "1000.0"^^xsd:float ; + rdfs:comment "Thousand is a unit of dimension one defined as 1000."@en ; + rdfs:label "thousand piece"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension +om:time-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 0 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 1 ; + om:symbol "T" ; + rdfs:label "dimensie van tijd"@nl , + "time dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Force-Short +om:ton-Force-Short rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:force-Dimension ; + om:hasUnit om:newton ; + om:hasFactor "8896.443"^^xsd:float ; + om:alternativeLabel "short ton-force"@en ; + rdfs:comment "The short ton-force is a unit of force defined as 8.896443e3 newton."@en ; + rdfs:label "ton-force (short)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Long +om:ton-Long rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "1016.047"^^xsd:float ; + om:alternativeLabel "long ton"@en ; + rdfs:comment "The long ton is a unit of mass defined as 1.016047e3 kilogram."@en ; + rdfs:label "ton (long)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Register +om:ton-Register rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:volume-Dimension ; + om:alternativeLabel "register ton"@en ; + rdfs:comment "The register ton is a unit of volume defined as 100 cubic foot = 2.8316846592 cubic metre."@en ; + rdfs:label "ton (register)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Short +om:ton-Short rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "907.1847"^^xsd:float ; + om:alternativeLabel "short ton"@en ; + rdfs:comment "The short ton is a unit of mass defined as 9.071847e2 kilogram."@en ; + rdfs:label "ton (short)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/ton-ShortAssay +om:ton-ShortAssay rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "0.02916667"^^xsd:float ; + om:alternativeLabel "short assay ton"@en ; + rdfs:comment "The short assay ton is a unit of mass defined as 2.916667e-2 kilogram."@en ; + rdfs:label "ton (short assay)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfRefrigeration +om:tonOfRefrigeration rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:watt ; + om:hasFactor "3516.853"^^xsd:float ; + rdfs:comment "The ton of refrigeration is a unit of power defined as 3.516853e3 watt."@en ; + rdfs:label "ton of refrigeration"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfTNT +om:tonOfTNT rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:energy-Dimension ; + om:hasUnit om:joule ; + om:hasFactor "4.184E9"^^xsd:float ; + rdfs:comment "The ton of TNT is a unit of energy defined as 4.184e9 joule."@en ; + rdfs:label "ton of TNT"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tonne +om:tonne rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:hasUnit om:kilogram ; + om:hasFactor "1000.0"^^xsd:float ; + om:alternativeLabel "metric ton"@en ; + om:symbol "t" ; + rdfs:comment "The tonne is a unit of mass defined as 1000 kilogram."@en ; + rdfs:label "ton"@nl , + "tonne"@en , + "公吨"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tonnePerCubicmetre +om:tonnePerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasNumerator om:tonne ; + om:alternativeSymbol "t m-3" , + "t·m-3" ; + om:symbol "t/m3" ; + rdfs:label "ton per kubieke meter"@nl , + "tonne per cubic metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/tonnePerHectare +om:tonnePerHectare rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hectare ; + om:hasNumerator om:tonne ; + om:alternativeSymbol "t ha-1" , + "t·ha-1" ; + om:symbol "t/ha" ; + rdfs:label "tonne per hectare"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/torr +om:torr rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:pressure-Dimension ; + om:hasUnit om:pascal ; + om:hasFactor "133.32237"^^xsd:float ; + om:symbol "Torr" ; + rdfs:comment "The torr is a unit of pressure defined as 1.333224e2 pascal."@en ; + rdfs:label "torr"@en , + "torr"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/triplePointOfWater +om:triplePointOfWater rdf:type owl:NamedIndividual , + owl:Thing ; + rdfs:label "triple point of water"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/typography +om:typography rdf:type owl:NamedIndividual , + om:ApplicationArea ; + om:usesQuantity om:FontSize ; + om:usesUnit om:cicero , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX ; + rdfs:label "typografie"@nl , + "typography"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/uMagnitude +om:uMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 , + ombibo:Stroemgren1956 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/unifiedAtomicMassUnit +om:unifiedAtomicMassUnit rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:mass-Dimension ; + om:symbol "u" ; + rdfs:comment "The unified atomic mass unit is a unit of mass defined as 1.660538782(83)e-27 kilogram."@en ; + rdfs:label "unified atomic mass unit"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/unitPole +om:unitPole rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasUnit om:weber ; + om:hasFactor "1.256637E-7"^^xsd:float ; + rdfs:comment "The unit pole is a unit of magnetic flux defined as 1.256637e-7 weber."@en ; + rdfs:label "unit pole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/vMagnitude +om:vMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 , + ombibo:Stroemgren1956 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/volt +om:volt rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasUnit om:wattPerAmpere ; + om:longcomment "The volt is a unit of electric potential defined as watt divided by ampere = joule divided by coulomb = newton times metre divided by ampere times second = kilogram times square metre divided by ampere times second to the power 3. The volt is a derived unit in the International System of Units." ; + om:symbol "V" ; + rdfs:comment "The volt is a unit of electric potential defined as watt divided by ampere = joule divided by coulomb = newton times metre divided by ampere times second = kilogram times square metre divided by ampere times second to the power 3."@en ; + rdfs:label "volt"@en , + "volt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerAmpere +om:voltPerAmpere rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:ampere ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasNumerator om:volt ; + om:alternativeSymbol "V A-1" , + "V·A-1" ; + om:symbol "V/A" ; + rdfs:label "volt per ampere"@en , + "volt per ampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerMetre +om:voltPerMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metre ; + om:hasDimension om:electricField-Dimension ; + om:hasNumerator om:volt ; + om:alternativeSymbol "V m-1" , + "V·m-1" ; + om:symbol "V/m" ; + rdfs:label "volt per meter"@nl , + "volt per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerWatt +om:voltPerWatt rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:watt ; + om:hasNumerator om:volt ; + om:alternativeSymbol "V W-1" , + "V·W-1" ; + om:symbol "V/W" ; + rdfs:label "volt per watt"@en , + "volt per watt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/voltSecond-Time +om:voltSecond-Time rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasTerm1 om:volt ; + om:hasTerm2 om:second-Time ; + om:alternativeSymbol "V·s" ; + om:symbol "V s" ; + rdfs:label "volt second"@en , + "volt seconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension +om:volume-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "volume dimension"@en , + "volumedimensie"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/volumetricFlowRate-Dimension +om:volumetricFlowRate-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent 3 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent -1 ; + rdfs:label "volumetric flow rate dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/volumetricHeatCapacity-Dimension +om:volumetricHeatCapacity-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 1 ; + om:hasSIThermodynamicTemperatureDimensionExponent -1 ; + om:hasSITimeDimensionExponent -2 ; + rdfs:label "volumetric heat capacity dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/watt +om:watt rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:power-Dimension ; + om:hasUnit om:joulePerSecond-Time ; + om:longcomment "The watt is a unit of power defined as joule divided by second = newton times metre divided by second = volt times ampere = kilogram times square metre divided by second to the power 3. The watt is a derived unit in the International System of Units." ; + om:symbol "W" ; + rdfs:comment "The watt is a unit of power defined as joule divided by second = newton times metre divided by second = volt times ampere = kilogram times square metre divided by second to the power 3."@en ; + rdfs:label "watt"@en , + "watt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattHour +om:wattHour rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasDimension om:energy-Dimension ; + om:hasTerm1 om:watt ; + om:hasTerm2 om:hour ; + om:alternativeLabel "watt-hour"@en , + "watthour"@en ; + om:alternativeSymbol "Wh" , + "W·h" ; + om:symbol "W h" ; + rdfs:label "watt hour"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerAmpere +om:wattPerAmpere rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:ampere ; + om:hasDimension om:electricPotential-Dimension ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W A-1" , + "W·A-1" ; + om:symbol "W/A" ; + rdfs:label "watt per ampere"@en , + "watt per ampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerCubicmetre +om:wattPerCubicmetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:cubicMetre ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W m-3" , + "W·m-3" ; + om:symbol "W/m3" ; + rdfs:label "watt per cubic metre"@en , + "watt per kubieke meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerHertz +om:wattPerHertz rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:hertz ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W Hz-1" , + "W·Hz-1" ; + om:symbol "W/Hz" ; + rdfs:label "watt per hertz"@en , + "watt per hertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerMetreKelvin +om:wattPerMetreKelvin rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:metreKelvin ; + om:hasDimension om:thermalConductivity-Dimension ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W m-1 K-1" , + "W/(m·K)" , + "W·m-1·K-1" ; + om:symbol "W/(m K)" ; + rdfs:label "watt per meter kelvin"@nl , + "watt per metre kelvin"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerNanometre +om:wattPerNanometre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:nanometre ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W nm-1" , + "W·nm-1" ; + om:symbol "W/nm" ; + rdfs:label "watt per nanometer"@nl , + "watt per nanometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSecond-AngleSquared +om:wattPerSecond-AngleSquared rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:second-AngleSquared ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W arcsec-2" , + "W·arcsec-2" ; + om:symbol "W/arcsec2" ; + rdfs:comment "The radiative intensity (in watts) of an area on the celestial sphere of 1 arcsecond by 1 arcsecond."@en ; + rdfs:label "watt per second (angle) squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetre +om:wattPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:powerDensity-Dimension ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W m-2" , + "W·m-2" ; + om:symbol "W/m2" ; + rdfs:label "watt per square metre"@en , + "watt per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreHertz +om:wattPerSquareMetreHertz rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreHertz ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W m-2 Hz-1" , + "W·m-2·Hz-1" ; + om:symbol "W/(m2 Hz)" ; + rdfs:label "watt per square metre hertz"@en , + "watt per vierkante meter hertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreKelvin +om:wattPerSquareMetreKelvin rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreKelvin ; + om:hasDimension om:heatTransferCoefficient-Dimension ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W-1 m2 K" , + "W-1·m2·K" , + "W/(m2·K)" ; + om:symbol "W/m2 K" ; + rdfs:label "watt per square metre kelvin"@en , + "watt per vierkante meter kelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreNanometre +om:wattPerSquareMetreNanometre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreNanometre ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W m-2 nm-1" , + "W·m-2·nm-1" ; + om:symbol "W/(m2 nm)" ; + rdfs:label "watt per square metre nanometre"@en , + "watt per vierkante meter nanometer"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreSteradian +om:wattPerSquareMetreSteradian rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetreSteradian ; + om:hasDimension om:radiance-Dimension ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W m-2 sr-1" , + "W/(m2·sr)" , + "W·m-2·sr-1" ; + om:symbol "W/(m2 sr)" ; + rdfs:label "watt per square metre steradian"@en , + "watt per vierkante meter steradiaal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradian +om:wattPerSteradian rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:steradian ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W sr-1" , + "W·sr-1" ; + om:symbol "W/sr" ; + rdfs:label "watt per steradiaal"@nl , + "watt per steradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradianSquareMetre +om:wattPerSteradianSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:steradianSquareMetre ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W sr-1 m-2" , + "W·sr-1·m-2" ; + om:symbol "W/(sr m2)" ; + rdfs:label "watt per steradiaal vierkante meter"@nl , + "watt per steradian square metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradianSquareMetreHertz +om:wattPerSteradianSquareMetreHertz rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:steradianSquareMetreHertz ; + om:hasNumerator om:watt ; + om:alternativeSymbol "W sr-1 m-2 Hz-1" , + "W·sr-1·m-2·Hz-1" ; + om:symbol "W/(sr m2 Hz)" ; + rdfs:label "watt per steradiaal vierkante meter hertz"@nl , + "watt per steradian square metre hertz"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wattSquareMetre +om:wattSquareMetre rdf:type owl:NamedIndividual , + om:UnitMultiplication ; + om:hasTerm1 om:watt ; + om:hasTerm2 om:squareMetre ; + om:alternativeSymbol "W·m2" ; + om:symbol "W m2" ; + rdfs:label "watt square metre"@en , + "watt vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wavenumber-Dimension +om:wavenumber-Dimension rdf:type owl:NamedIndividual , + om:Dimension ; + om:hasSIAmountOfSubstanceDimensionExponent 0 ; + om:hasSIElectricCurrentDimensionExponent 0 ; + om:hasSILengthDimensionExponent -1 ; + om:hasSILuminousIntensityDimensionExponent 0 ; + om:hasSIMassDimensionExponent 0 ; + om:hasSIThermodynamicTemperatureDimensionExponent 0 ; + om:hasSITimeDimensionExponent 0 ; + rdfs:label "golfgetaldimensie"@nl , + "wavenumber dimension"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/weber +om:weber rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasUnit om:voltSecond-Time ; + om:longcomment "The weber is a unit of magnetic flux defined as kilogram times square metre divided by second squared times ampere = volt times second = joule divided by ampere. The weber is a derived unit in the International System of Units." ; + om:symbol "Wb" ; + rdfs:comment "The weber is a unit of magnetic flux defined as kilogram times square metre divided by second squared times ampere = volt times second = joule divided by ampere."@en ; + rdfs:label "weber"@en , + "weber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerAmpere +om:weberPerAmpere rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:ampere ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasNumerator om:weber ; + om:alternativeSymbol "Wb A-1" , + "Wb·A-1" ; + om:symbol "Wb/A" ; + rdfs:label "weber per ampere"@en , + "weber per ampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerSquareMetre +om:weberPerSquareMetre rdf:type owl:NamedIndividual , + om:UnitDivision ; + om:hasDenominator om:squareMetre ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasNumerator om:weber ; + om:alternativeSymbol "Wb m-2" , + "Wb·m-2" ; + om:symbol "Wb/m2" ; + rdfs:label "weber per square metre"@en , + "weber per vierkante meter"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wedge +om:wedge rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "punt"@nl , + "wedge"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/week +om:week rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "604800.0"^^xsd:float ; + rdfs:comment "The week is a unit of time defined as 6.04800e5 second."@en ; + rdfs:label "week"@en , + "week"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/wineGlass +om:wineGlass rdf:type owl:NamedIndividual , + om:Unit ; + rdfs:label "wijnglas"@nl , + "wine glass"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/xRange +om:xRange rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/xy2DStartEndDistance +om:xy2DStartEndDistance rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/xyDistanceTravelled +om:xyDistanceTravelled rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yMagnitude +om:yMagnitude rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:magnitude ; + ombibo:reference ombibo:Astrophysical_Techniques_chapter3 , + ombibo:Crawford1958 , + ombibo:Stroemgren1956 . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yRange +om:yRange rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International +om:yard-International rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:length-Dimension ; + om:hasUnit om:metre ; + om:hasFactor "0.9144"^^xsd:float ; + om:alternativeLabel "international yard"@en ; + om:symbol "yd" ; + rdfs:comment "The international yard is a unit of length defined as 9.144e-1 metre."@en ; + rdfs:label "yard (international)"@en , + "码(国际)"@zh . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/year +om:year rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "3.1556952E7"^^xsd:float ; + om:LaTeXCommand "\\yearUnit" ; + om:alternativeSymbol "y" , + "yr" ; + om:symbol "a" ; + rdfs:comment "The year is a unit of time defined as 31556952 second."@en ; + rdfs:label "jaar"@nl , + "year"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/year-Sidereal +om:year-Sidereal rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "3.155815E7"^^xsd:float ; + om:alternativeLabel "sidereal year"@en ; + rdfs:comment "The sidereal year is a unit of time defined as 3.155815e7 second."@en ; + rdfs:label "year (sidereal)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/year-Tropical +om:year-Tropical rdf:type owl:NamedIndividual , + om:SingularUnit , + om:Unit ; + om:hasDimension om:time-Dimension ; + om:hasUnit om:second-Time ; + om:hasFactor "3.155693E7"^^xsd:float ; + om:alternativeLabel "tropical year"@en ; + rdfs:comment "The tropical year is a unit of time defined as 3.155693e7 second."@en ; + rdfs:label "year (tropical)"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yobi +om:yobi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1.2089258E24"^^xsd:float ; + om:symbol "Yi" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "yobi"@en , + "yobi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yobibit +om:yobibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:yobi ; + om:hasUnit om:bit ; + om:symbol "Yibit" ; + rdfs:label "yobibit"@en , + "yobibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yobibyte +om:yobibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:yobi ; + om:hasUnit om:byte ; + om:symbol "YiB" ; + rdfs:label "yobibyte"@en , + "yobibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yocto +om:yocto rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-24"^^xsd:float ; + om:symbol "y" ; + rdfs:label "yocto"@en , + "yocto"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoampere +om:yoctoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:ampere ; + om:symbol "yA" ; + rdfs:comment "The yoctoampere is a unit of electric current defined as 1.0e-24 ampere."@en ; + rdfs:label "yoctoampere"@en , + "yoctoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctobecquerel +om:yoctobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:becquerel ; + om:symbol "yBq" ; + rdfs:comment "The yoctobecquerel is a unit of activity defined as 1.0e-24 becquerel."@en ; + rdfs:label "yoctobecquerel"@en , + "yoctobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctocandela +om:yoctocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:candela ; + om:symbol "ycd" ; + rdfs:comment "The yoctocandela is a unit of luminous intensity defined as 1.0e-24 candela."@en ; + rdfs:label "yoctocandela"@en , + "yoctocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctocoulomb +om:yoctocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:coulomb ; + om:symbol "yC" ; + rdfs:comment "The yoctocoulomb is a unit of electric charge defined as 1.0e-24 coulomb."@en ; + rdfs:label "yoctocoulomb"@en , + "yoctocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctodegreeCelsius +om:yoctodegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:degreeCelsius ; + om:symbol "y°C" ; + rdfs:comment "The yoctodegree Celsius is a unit of temperature defined as 1.0e-24 degree Celsius."@en ; + rdfs:label "yoctodegree Celsius"@en , + "yoctograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctofarad +om:yoctofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:farad ; + om:symbol "yF" ; + rdfs:comment "The yoctofarad is a unit of capacitance defined as 1.0e-24 farad."@en ; + rdfs:label "yoctofarad"@en , + "yoctofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctogram +om:yoctogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:gram ; + om:symbol "yg" ; + rdfs:comment "The yoctogram is a unit of mass defined as 1.0e-24 gram."@en ; + rdfs:label "yoctogram"@en , + "yoctogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctogramPerLitre +om:yoctogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:yoctogram ; + om:alternativeSymbol "yg l-1" , + "yg·l-1" ; + om:symbol "yg/l" ; + rdfs:comment "Yoctogram per litre is a unit of density defined as yoctogram divided by litre."@en ; + rdfs:label "yoctogram per liter"@nl , + "yoctogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctogray +om:yoctogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:gray ; + om:symbol "yGy" ; + rdfs:comment "The yoctogray is a unit of absorbed dose defined as 1.0e-24 gray."@en ; + rdfs:label "yoctogray"@en , + "yoctogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctohenry +om:yoctohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:henry ; + om:symbol "yH" ; + rdfs:comment "The yoctohenry is a unit of inductance defined as 1.0e-24 henry."@en ; + rdfs:label "yoctohenry"@en , + "yoctohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctohertz +om:yoctohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:hertz ; + om:symbol "yHz" ; + rdfs:comment "The yoctohertz is a unit of frequency defined as 1.0e-24 hertz."@en ; + rdfs:label "yoctohertz"@en , + "yoctohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctojoule +om:yoctojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:joule ; + om:symbol "yJ" ; + rdfs:comment "The yoctojoule is a unit of energy defined as 1.0e-24 joule."@en ; + rdfs:label "yoctojoule"@en , + "yoctojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctokatal +om:yoctokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:katal ; + om:symbol "ykat" ; + rdfs:comment "The yoctokatal is a unit of catalytic activity defined as 1.0e-24 katal."@en ; + rdfs:label "yoctokatal"@en , + "yoctokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctokelvin +om:yoctokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:kelvin ; + om:symbol "yK" ; + rdfs:comment "The yoctokelvin is a unit of temperature defined as 1.0e-24 kelvin."@en ; + rdfs:label "yoctokelvin"@en , + "yoctokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolitre +om:yoctolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:litre ; + om:symbol "yl" ; + rdfs:label "yoctoliter"@nl , + "yoctolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolumen +om:yoctolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:lumen ; + om:symbol "ylm" ; + rdfs:label "yoctolumen"@en , + "yoctolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolux +om:yoctolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:lux ; + om:symbol "ylx" ; + rdfs:label "yoctolux"@en , + "yoctolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometre +om:yoctometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:metre ; + om:symbol "ym" ; + rdfs:comment "The yoctometre is a unit of length defined as 1.0e-24 metre."@en ; + rdfs:label "yoctometer"@nl , + "yoctometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometrePerSecond-Time +om:yoctometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:yoctometre ; + om:alternativeSymbol "ym s-1" , + "ym·s-1" ; + om:symbol "ym/s" ; + rdfs:comment "Yoctometre per second is a unit of speed defined as yoctometre divided by second."@en ; + rdfs:label "yoctometer per seconde"@nl , + "yoctometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometrePerSecond-TimeSquared +om:yoctometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:yoctometre ; + om:alternativeSymbol "ym s-2" , + "ym·s-2" ; + om:symbol "ym/s2" ; + rdfs:comment "Yoctometre per second squared is a unit of acceleration defined as yoctometre divided by second squared."@en ; + rdfs:label "yoctometer per seconde kwadraat"@nl , + "yoctometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomolar +om:yoctomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:molar ; + om:symbol "yM" ; + rdfs:comment "The yoctomolar is a unit of amount of substance concentration defined as 1.0e-24 molar."@en ; + rdfs:label "yoctomolair"@nl , + "yoctomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomole +om:yoctomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:mole ; + om:symbol "ymol" ; + rdfs:label "yoctomol"@nl , + "yoctomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomolePerLitre +om:yoctomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:yoctomole ; + om:alternativeSymbol "ymol l-1" , + "ymol·l-1" ; + om:symbol "ymol/l" ; + rdfs:comment "Yoctomole per litre is a unit of amount of substance concentration defined as yoctomole divided by litre."@en ; + rdfs:label "yoctomole per liter"@nl , + "yoctomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomolePerMetre +om:yoctomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:yoctomole ; + om:alternativeSymbol "ymol m-1" , + "ymol·m-1" ; + om:symbol "ymol/m" ; + rdfs:label "yoctomole per meter"@nl , + "yoctomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctonewton +om:yoctonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:newton ; + om:symbol "yN" ; + rdfs:label "yoctonewton"@en , + "yoctonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoohm +om:yoctoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:ohm ; + om:symbol "yΩ" ; + rdfs:label "yoctoohm"@en , + "yoctoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctopascal +om:yoctopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:pascal ; + om:symbol "yPa" ; + rdfs:label "yoctopascal"@en , + "yoctopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoradian +om:yoctoradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:yocto ; + om:hasUnit om:radian ; + om:symbol "yrad" ; + rdfs:label "yoctoradiaal"@nl , + "yoctoradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosecond-Time +om:yoctosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:second-Time ; + om:symbol "ys" ; + rdfs:label "yoctosecond"@en , + "yoctoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosecond-TimeSquared +om:yoctosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:yoctosecond-Time ; + om:hasExponent 2 ; + om:symbol "ys2" ; + rdfs:label "yoctosecond squared"@en , + "yoctoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosiemens +om:yoctosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:siemens ; + om:symbol "yS" ; + rdfs:label "yoctosiemens"@en , + "yoctosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosievert +om:yoctosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:sievert ; + om:symbol "ySv" ; + rdfs:label "yoctosievert"@en , + "yoctosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosteradian +om:yoctosteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:yocto ; + om:hasUnit om:steradian ; + om:symbol "ysr" ; + rdfs:label "yoctosteradiaal"@nl , + "yoctosteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctotesla +om:yoctotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:tesla ; + om:symbol "yT" ; + rdfs:label "yoctotesla"@en , + "yoctotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctovolt +om:yoctovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:volt ; + om:symbol "yV" ; + rdfs:label "yoctovolt"@en , + "yoctovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctowatt +om:yoctowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:watt ; + om:symbol "yW" ; + rdfs:label "yoctowatt"@en , + "yoctowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoweber +om:yoctoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:yocto ; + om:hasUnit om:weber ; + om:symbol "yWb" ; + rdfs:label "yoctoweber"@en , + "yoctoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yotta +om:yotta rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E24"^^xsd:float ; + om:symbol "Y" ; + rdfs:label "yotta"@en , + "yotta"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottaampere +om:yottaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:ampere ; + om:symbol "YA" ; + rdfs:comment "The yottaampere is a unit of electric current defined as 1.0e24 ampere."@en ; + rdfs:label "yottaampere"@en , + "yottaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottabecquerel +om:yottabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:becquerel ; + om:symbol "YBq" ; + rdfs:comment "The yottabecquerel is a unit of activity defined as 1.0e24 becquerel."@en ; + rdfs:label "yottabecquerel"@en , + "yottabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottabit +om:yottabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:yotta ; + om:hasUnit om:bit ; + om:symbol "Ybit" ; + rdfs:label "yottabit"@en , + "yottabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottabyte +om:yottabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:yotta ; + om:hasUnit om:byte ; + om:symbol "YB" ; + rdfs:label "10^24字节"@zh , + "yottabyte"@en , + "yottabyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottacandela +om:yottacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:candela ; + om:symbol "Ycd" ; + rdfs:comment "The yottacandela is a unit of luminous intensity defined as 1.0e24 candela."@en ; + rdfs:label "yottacandela"@en , + "yottacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottacoulomb +om:yottacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:coulomb ; + om:symbol "YC" ; + rdfs:comment "The yottacoulomb is a unit of electric charge defined as 1.0e24 coulomb."@en ; + rdfs:label "yottacoulomb"@en , + "yottacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottafarad +om:yottafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:farad ; + om:symbol "YF" ; + rdfs:comment "The yottafarad is a unit of capacitance defined as 1.0e24 farad."@en ; + rdfs:label "yottafarad"@en , + "yottafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottagram +om:yottagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:gram ; + om:symbol "YG" ; + rdfs:comment "The yottagram is a unit of mass defined as 1.0e24 gram."@en ; + rdfs:label "yottagram"@en , + "yottagram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottagramPerLitre +om:yottagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:yottagram ; + om:alternativeSymbol "Yg l-1" , + "Yg·l-1" ; + om:symbol "Yg/l" ; + rdfs:comment "Yottagram per litre is a unit of density defined as yottagram divided by litre."@en ; + rdfs:label "yottagram per liter"@nl , + "yottagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottagray +om:yottagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:gray ; + om:symbol "YGy" ; + rdfs:comment "The yottagray is a unit of absorbed dose defined as 1.0e24 gray."@en ; + rdfs:label "yottagray"@en , + "yottagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottahenry +om:yottahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:henry ; + om:symbol "YH" ; + rdfs:comment "The yottahenry is a unit of inductance defined as 1.0e24 henry."@en ; + rdfs:label "yottahenry"@en , + "yottahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottahertz +om:yottahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:hertz ; + om:symbol "YHz" ; + rdfs:comment "The yottahertz is a unit of frequency defined as 1.0e24 hertz."@en ; + rdfs:label "yottahertz"@en , + "yottahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottajoule +om:yottajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:joule ; + om:symbol "YJ" ; + rdfs:comment "The yottajoule is a unit of energy defined as 1.0e24 joule."@en ; + rdfs:label "yottajoule"@en , + "yottajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottakatal +om:yottakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:katal ; + om:symbol "Ykat" ; + rdfs:comment "The yottakatal is a unit of catalytic activity defined as 1.0e24 katal."@en ; + rdfs:label "yottakatal"@en , + "yottakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottakelvin +om:yottakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:kelvin ; + om:symbol "YK" ; + rdfs:comment "The yottakelvin is a unit of thermodynamic temperature defined as 1.0e24 kelvin."@en ; + rdfs:label "yottakelvin"@en , + "yottakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottalitre +om:yottalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:litre ; + om:symbol "Yl" ; + rdfs:label "yottaliter"@nl , + "yottalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottalumen +om:yottalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:lumen ; + om:symbol "Ylm" ; + rdfs:label "yottalumen"@en , + "yottalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottalux +om:yottalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:lux ; + om:symbol "Ylx" ; + rdfs:label "yottalux"@en , + "yottalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottametre +om:yottametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:metre ; + om:symbol "Ym" ; + rdfs:comment "The yottametre is a unit of length defined as 1.0e24 metre."@en ; + rdfs:label "10^24米"@zh , + "yottameter"@nl , + "yottametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottametrePerSecond-Time +om:yottametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:yottametre ; + om:alternativeSymbol "Ym s-1" , + "Ym·s-1" ; + om:symbol "Ym/s" ; + rdfs:comment "Yottametre per second is a unit of speed defined as yottametre divided by second."@en ; + rdfs:label "yottameter per seconde"@nl , + "yottametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottametrePerSecond-TimeSquared +om:yottametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:yottametre ; + om:alternativeSymbol "Ym s-2" , + "Ym·s-2" ; + om:symbol "Ym/s2" ; + rdfs:comment "Yottametre per second squared is a unit of acceleration defined as yottametre divided by second squared."@en ; + rdfs:label "yottameter per seconde kwadraat"@nl , + "yottametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottamolar +om:yottamolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:molar ; + om:symbol "YM" ; + rdfs:comment "The yottamolar is a unit of amount of substance concentration defined as 1.0e24 molar."@en ; + rdfs:label "yottamolair"@nl , + "yottamolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottamole +om:yottamole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:mole ; + om:symbol "Ymol" ; + rdfs:label "yottamol"@nl , + "yottamole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottamolePerLitre +om:yottamolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:yottamole ; + om:alternativeSymbol "Ymol l-1" , + "Ymol·l-1" ; + om:symbol "Ymol/l" ; + rdfs:comment "Yottamole per litre is a unit of amount of substance concentration defined as yottamole divided by litre."@en ; + rdfs:label "yottamole per liter"@nl , + "yottamole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottamolePerMetre +om:yottamolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:yottamole ; + om:alternativeSymbol "Ymol m-1" , + "Ymol·m-1" ; + om:symbol "Ymol/m" ; + rdfs:label "yottamole per meter"@nl , + "yottamole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottanewton +om:yottanewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:newton ; + om:symbol "YN" ; + rdfs:label "yottanewton"@en , + "yottanewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottaohm +om:yottaohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:ohm ; + om:symbol "YΩ" ; + rdfs:label "yottaohm"@en , + "yottaohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottapascal +om:yottapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:pascal ; + om:symbol "YPa" ; + rdfs:label "yottapascal"@en , + "yottapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottasecond-Time +om:yottasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:second-Time ; + om:symbol "Ys" ; + rdfs:label "yottasecond"@en , + "yottaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottasecond-TimeSquared +om:yottasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:yottasecond-Time ; + om:hasExponent 2 ; + om:symbol "Ys2" ; + rdfs:label "yottasecond squared"@en , + "yottaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottasiemens +om:yottasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:siemens ; + om:symbol "YS" ; + rdfs:label "yottasiemens"@en , + "yottasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottasievert +om:yottasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:sievert ; + om:symbol "YSv" ; + rdfs:label "yottasievert"@en , + "yottasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottatesla +om:yottatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:tesla ; + om:symbol "YT" ; + rdfs:label "yottatesla"@en , + "yottatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottavolt +om:yottavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:volt ; + om:symbol "YV" ; + rdfs:label "yottavolt"@en , + "yottavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottawatt +om:yottawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:watt ; + om:symbol "YW" ; + rdfs:label "yottawatt"@en , + "yottawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/yottaweber +om:yottaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:yotta ; + om:hasUnit om:weber ; + om:symbol "YWb" ; + rdfs:label "yottaweber"@en , + "yottaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zRange +om:zRange rdf:type owl:NamedIndividual ; + om:commonlyHasUnit om:angstrom , + om:astronomicalUnit , + om:attometre , + om:centimetre , + om:chain , + om:cicero , + om:decametre , + om:decimetre , + om:exametre , + om:fathom-USSurvey , + om:femtometre , + om:fermi , + om:foot-International , + om:foot-USSurvey , + om:furlong-International , + om:gigametre , + om:hectometre , + om:inch-International , + om:kilometre , + om:lightYear , + om:megametre , + om:megaparsec , + om:metre , + om:micrometre , + om:micron , + om:mil-Length , + om:mile-Statute , + om:mile-USSurvey , + om:millimetre , + om:nanometre , + om:nauticalMile-International , + om:parsec , + om:petametre , + om:pica-ATA , + om:pica-Postscript , + om:pica-TeX , + om:picometre , + om:point-ATA , + om:point-Didot , + om:point-Postscript , + om:point-TeX , + om:rod-US , + om:terametre , + om:yard-International . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zebi +om:zebi rdf:type owl:NamedIndividual , + om:BinaryPrefix ; + om:hasFactor "1.1805916E21"^^xsd:float ; + om:symbol "Zi" ; + rdfs:comment "IEC prefix"@en ; + rdfs:label "zebi"@en , + "zebi"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zebibit +om:zebibit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:zebi ; + om:hasUnit om:bit ; + om:symbol "Zibit" ; + rdfs:label "zebibit"@en , + "zebibit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zebibyte +om:zebibyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:zebi ; + om:hasUnit om:byte ; + om:symbol "ZiB" ; + rdfs:label "zebibyte"@en , + "zebibyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zepto +om:zepto rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E-21"^^xsd:float ; + om:symbol "z" ; + rdfs:label "zepto"@en , + "zepto"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoampere +om:zeptoampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:ampere ; + om:symbol "zA" ; + rdfs:comment "The zeptampere is a unit of electric current defined as 1.0e-21 ampere."@en ; + rdfs:label "zeptoampere"@en , + "zeptoampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptobecquerel +om:zeptobecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:becquerel ; + om:symbol "zBq" ; + rdfs:comment "The zeptbecquerel is a unit of activity defined as 1.0e-21 becquerel."@en ; + rdfs:label "zeptobecquerel"@en , + "zeptobecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptocandela +om:zeptocandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:candela ; + om:symbol "zcd" ; + rdfs:comment "The zeptcandela is a unit of luminous intensity defined as 1.0e-21 candela."@en ; + rdfs:label "zeptocandela"@en , + "zeptocandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptocoulomb +om:zeptocoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:coulomb ; + om:symbol "zC" ; + rdfs:comment "The zeptcoulomb is a unit of electric charge defined as 1.0e-21 coulomb."@en ; + rdfs:label "zeptocoulomb"@en , + "zeptocoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptodegreeCelsius +om:zeptodegreeCelsius rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:degreeCelsius ; + om:symbol "z°C" ; + rdfs:comment "The zeptdegree Celsius is a unit of temperature defined as 1.0e-21 degree Celsius."@en ; + rdfs:label "zeptodegree Celsius"@en , + "zeptograad Celsius"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptofarad +om:zeptofarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:farad ; + om:symbol "zF" ; + rdfs:comment "The zeptfarad is a unit of capacitance defined as 1.0e-21 farad."@en ; + rdfs:label "zeptofarad"@en , + "zeptofarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptogram +om:zeptogram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:gram ; + om:symbol "zg" ; + rdfs:comment "The zeptgram is a unit of mass defined as 1.0e-21 gram."@en ; + rdfs:label "zeptogram"@en , + "zeptogram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptogramPerLitre +om:zeptogramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:zeptogram ; + om:alternativeSymbol "zg l-1" , + "zg·l-1" ; + om:symbol "zg/l" ; + rdfs:comment "Zeptogram per litre is a unit of density defined as zeptogram divided by litre."@en ; + rdfs:label "zeptogram per liter"@nl , + "zeptogram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptogray +om:zeptogray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:gray ; + om:symbol "zGy" ; + rdfs:comment "The zeptgray is a unit of absorbed dose defined as 1.0e-21 gray."@en ; + rdfs:label "zeptogray"@en , + "zeptogray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptohenry +om:zeptohenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:henry ; + om:symbol "zH" ; + rdfs:comment "The zepthenry is a unit of inductance defined as 1.0e-21 henry."@en ; + rdfs:label "zeptohenry"@en , + "zeptohenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptohertz +om:zeptohertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:hertz ; + om:symbol "zHz" ; + rdfs:comment "The zepthertz is a unit of frequency defined as 1.0e-21 hertz."@en ; + rdfs:label "zeptohertz"@en , + "zeptohertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptojoule +om:zeptojoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:joule ; + om:symbol "zJ" ; + rdfs:comment "The zeptjoule is a unit of energy defined as 1.0e-21 joule."@en ; + rdfs:label "zeptojoule"@en , + "zeptojoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptokatal +om:zeptokatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:katal ; + om:symbol "zkat" ; + rdfs:comment "The zeptkatal is a unit of catalytic activity defined as 1.0e-21 katal."@en ; + rdfs:label "zeptokatal"@en , + "zeptokatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptokelvin +om:zeptokelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:kelvin ; + om:symbol "zK" ; + rdfs:comment "The zeptkelvin is a unit of temperature defined as 1.0e-21 kelvin."@en ; + rdfs:label "zeptokelvin"@en , + "zeptokelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolitre +om:zeptolitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:litre ; + om:symbol "zl" ; + rdfs:label "zeptoliter"@nl , + "zeptolitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolumen +om:zeptolumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:lumen ; + om:symbol "zlm" ; + rdfs:label "zeptolumen"@en , + "zeptolumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolux +om:zeptolux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:lux ; + om:symbol "zlx" ; + rdfs:label "zeptolux"@en , + "zeptolux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometre +om:zeptometre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:metre ; + om:symbol "zm" ; + rdfs:comment "The zeptometre is a unit of length defined as 1.0e-21 metre."@en ; + rdfs:label "zeptometer"@nl , + "zeptometre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometrePerSecond-Time +om:zeptometrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:zeptometre ; + om:alternativeSymbol "zm s-1" , + "zm·s-1" ; + om:symbol "zm/s" ; + rdfs:comment "Zeptometre per second is a unit of speed defined as zeptometre divided by second."@en ; + rdfs:label "zeptometer per seconde"@nl , + "zeptometre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometrePerSecond-TimeSquared +om:zeptometrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:zeptometre ; + om:alternativeSymbol "zm s-2" , + "zm·s-2" ; + om:symbol "zm/s2" ; + rdfs:comment "Zeptometre per second squared is a unit of acceleration defined as zeptometre divided by second squared."@en ; + rdfs:label "zeptometer per seconde kwadraat"@nl , + "zeptometre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomolar +om:zeptomolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:molar ; + om:symbol "zM" ; + rdfs:comment "The zeptmolar is a unit of amount of substance concentration defined as 1.0e-21 molar."@en ; + rdfs:label "zeptomolair"@nl , + "zeptomolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomole +om:zeptomole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:mole ; + om:symbol "zmol" ; + rdfs:label "zeptomol"@nl , + "zeptomole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomolePerLitre +om:zeptomolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:zeptomole ; + om:alternativeSymbol "zmol l-1" , + "zmol·l-1" ; + om:symbol "zmol/l" ; + rdfs:comment "Zeptomole per litre is a unit of amount of substance concentration defined as zeptomole divided by litre."@en ; + rdfs:label "zeptomole per liter"@nl , + "zeptomole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomolePerMetre +om:zeptomolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:zeptomole ; + om:alternativeSymbol "zmol m-1" , + "zmol·m-1" ; + om:symbol "zmol/m" ; + rdfs:label "zeptomole per meter"@nl , + "zeptomole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptonewton +om:zeptonewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:newton ; + om:symbol "zN" ; + rdfs:label "zeptonewton"@en , + "zeptonewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoohm +om:zeptoohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:ohm ; + om:symbol "zΩ" ; + rdfs:label "zeptoohm"@en , + "zeptoohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptopascal +om:zeptopascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:pascal ; + om:symbol "zPa" ; + rdfs:label "zeptopascal"@en , + "zeptopascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoradian +om:zeptoradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:zepto ; + om:hasUnit om:radian ; + om:symbol "zrad" ; + rdfs:label "zeptoradiaal"@nl , + "zeptoradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosecond-Time +om:zeptosecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:second-Time ; + om:symbol "zs" ; + rdfs:label "zeptosecond"@en , + "zeptoseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosecond-TimeSquared +om:zeptosecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:zeptosecond-Time ; + om:hasExponent 2 ; + om:symbol "zs2" ; + rdfs:label "zeptosecond squared"@en , + "zeptoseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosiemens +om:zeptosiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:siemens ; + om:symbol "zS" ; + rdfs:label "zeptosiemens"@en , + "zeptosiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosievert +om:zeptosievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:sievert ; + om:symbol "zSv" ; + rdfs:label "zeptosievert"@en , + "zeptosievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosteradian +om:zeptosteradian rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:dimensionOne ; + om:hasPrefix om:zepto ; + om:hasUnit om:steradian ; + om:symbol "zsr" ; + rdfs:label "zeptosteradiaal"@nl , + "zeptosteradian"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptotesla +om:zeptotesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:tesla ; + om:symbol "zT" ; + rdfs:label "zeptotesla"@en , + "zeptotesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptovolt +om:zeptovolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:volt ; + om:symbol "zV" ; + rdfs:label "zeptovolt"@en , + "zeptovolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptowatt +om:zeptowatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:watt ; + om:symbol "zW" ; + rdfs:label "zeptowatt"@en , + "zeptowatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoweber +om:zeptoweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:zepto ; + om:hasUnit om:weber ; + om:symbol "zWb" ; + rdfs:label "zeptoweber"@en , + "zeptoweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zetta +om:zetta rdf:type owl:NamedIndividual , + om:SIPrefix ; + om:hasFactor "1.0E21"^^xsd:float ; + om:symbol "Z" ; + rdfs:label "zetta"@en , + "zetta"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettaampere +om:zettaampere rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCurrent-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:ampere ; + om:symbol "ZA" ; + rdfs:comment "The zettaampere is a unit of electric current defined as 1.0e21 ampere."@en ; + rdfs:label "zettaampere"@en , + "zettaampère"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettabecquerel +om:zettabecquerel rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:becquerel ; + om:symbol "ZBq" ; + rdfs:comment "The zettabecquerel is a unit of activity defined as 1.0e21 becquerel."@en ; + rdfs:label "zettabecquerel"@en , + "zettabecquerel"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettabit +om:zettabit rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:zetta ; + om:hasUnit om:bit ; + om:symbol "Zbit" ; + rdfs:label "zettabit"@en , + "zettabit"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettabyte +om:zettabyte rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasPrefix om:zetta ; + om:hasUnit om:byte ; + om:symbol "ZB" ; + rdfs:label "10^21字节"@zh , + "zettabyte"@en , + "zettabyte"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettacandela +om:zettacandela rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousIntensity-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:candela ; + om:symbol "Zcd" ; + rdfs:comment "The zettacandela is a unit of luminous intensity defined as 1.0e21 candela."@en ; + rdfs:label "zettacandela"@en , + "zettacandela"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettacoulomb +om:zettacoulomb rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricCharge-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:coulomb ; + om:symbol "ZC" ; + rdfs:comment "The zettacoulomb is a unit of electric charge defined as 1.0e21 coulomb."@en ; + rdfs:label "zettacoulomb"@en , + "zettacoulomb"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettafarad +om:zettafarad rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:capacitance-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:farad ; + om:symbol "ZF" ; + rdfs:comment "The zettafarad is a unit of capacitance defined as 1.0e21 farad."@en ; + rdfs:label "zettafarad"@en , + "zettafarad"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettagram +om:zettagram rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:mass-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:gram ; + om:symbol "ZG" ; + rdfs:comment "The zettagram is a unit of mass defined as 1.0e21 gram."@en ; + rdfs:label "10^21克"@zh , + "zettagram"@en , + "zettagram"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettagramPerLitre +om:zettagramPerLitre rdf:type owl:NamedIndividual , + om:PrefixedGramPerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:density-Dimension ; + om:hasNumerator om:zettagram ; + om:alternativeSymbol "Zg l-1" , + "Zg·l-1" ; + om:symbol "Zg/l" ; + rdfs:comment "Zettagram per litre is a unit of density defined as zettagram divided by litre."@en ; + rdfs:label "zettagram per liter"@nl , + "zettagram per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettagray +om:zettagray rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:gray ; + om:symbol "ZGy" ; + rdfs:comment "The zettagray is a unit of absorbed dose defined as 1.0e21 gray."@en ; + rdfs:label "zettagray"@en , + "zettagray"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettahenry +om:zettahenry rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:inductanceOrPermeance-Electromagnetic-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:henry ; + om:symbol "ZH" ; + rdfs:comment "The zettahenry is a unit of inductance defined as 1.0e21 henry."@en ; + rdfs:label "zettahenry"@en , + "zettahenry"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettahertz +om:zettahertz rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:frequency-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:hertz ; + om:symbol "ZHz" ; + rdfs:comment "The zettahertz is a unit of frequency defined as 1.0e21 hertz."@en ; + rdfs:label "zettahertz"@en , + "zettahertz"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettajoule +om:zettajoule rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:energy-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:joule ; + om:symbol "ZJ" ; + rdfs:comment "The zettajoule is a unit of energy defined as 1.0e21 joule."@en ; + rdfs:label "zettajoule"@en , + "zettajoule"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettakatal +om:zettakatal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:catalyticActivity-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:katal ; + om:symbol "Zkat" ; + rdfs:comment "The zettakatal is a unit of catalytic activity defined as 1.0e21 katal."@en ; + rdfs:label "zettakatal"@en , + "zettakatal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettakelvin +om:zettakelvin rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:thermodynamicTemperature-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:kelvin ; + om:symbol "ZK" ; + rdfs:comment "The zettakelvin is a unit of thermodynamic temperature defined as 1.0e21 kelvin."@en ; + rdfs:label "zettakelvin"@en , + "zettakelvin"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettalitre +om:zettalitre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:volume-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:litre ; + om:symbol "Zl" ; + rdfs:label "zettaliter"@nl , + "zettalitre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettalumen +om:zettalumen rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:luminousFlux-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:lumen ; + om:symbol "Zlm" ; + rdfs:label "zettalumen"@en , + "zettalumen"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettalux +om:zettalux rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:illuminance-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:lux ; + om:symbol "Zlx" ; + rdfs:label "zettalux"@en , + "zettalux"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettametre +om:zettametre rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:length-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:metre ; + om:symbol "Zm" ; + rdfs:comment "The zettametre is a unit of length defined as 1.0e21 metre."@en ; + rdfs:label "zettameter"@nl , + "zettametre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettametrePerSecond-Time +om:zettametrePerSecond-Time rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-Time ; + om:hasDenominator om:second-Time ; + om:hasDimension om:speed-Dimension ; + om:hasNumerator om:zettametre ; + om:alternativeSymbol "Zm s-1" , + "Zm·s-1" ; + om:symbol "Zm/s" ; + rdfs:comment "Zettametre per second is a unit of speed defined as zettametre divided by second."@en ; + rdfs:label "zettameter per seconde"@nl , + "zettametre per second"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettametrePerSecond-TimeSquared +om:zettametrePerSecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedMetrePerSecond-TimeSquared ; + om:hasDenominator om:second-TimeSquared ; + om:hasDimension om:acceleration-Dimension ; + om:hasNumerator om:zettametre ; + om:alternativeSymbol "Zm s-2" , + "Zm·s-2" ; + om:symbol "Zm/s2" ; + rdfs:comment "Zettametre per second squared is a unit of acceleration defined as zettametre divided by second squared."@en ; + rdfs:label "zettameter per seconde kwadraat"@nl , + "zettametre per second squared"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettamolar +om:zettamolar rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:molar ; + om:symbol "ZM" ; + rdfs:comment "The zettamolar is a unit of amount of substance concentration defined as 1.0e21 molar."@en ; + rdfs:label "zettamolair"@nl , + "zettamolar"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettamole +om:zettamole rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:amountOfSubstance-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:mole ; + om:symbol "Zmol" ; + rdfs:label "zettamol"@nl , + "zettamole"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettamolePerLitre +om:zettamolePerLitre rdf:type owl:NamedIndividual , + om:PrefixedMolePerLitre ; + om:hasDenominator om:litre ; + om:hasDimension om:amountOfSubstanceConcentration-Dimension ; + om:hasNumerator om:zettamole ; + om:alternativeSymbol "Zmol l-1" , + "Zmol·l-1" ; + om:symbol "Zmol/l" ; + rdfs:comment "Zettamole per litre is a unit of amount of substance concentration defined as zettamole divided by litre."@en ; + rdfs:label "zettamole per liter"@nl , + "zettamole per litre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettamolePerMetre +om:zettamolePerMetre rdf:type owl:NamedIndividual , + om:PrefixedMolePerMetre ; + om:hasDenominator om:metre ; + om:hasNumerator om:zettamole ; + om:alternativeSymbol "Zmol m-1" , + "Zmol·m-1" ; + om:symbol "Zmol/m" ; + rdfs:label "zettamole per meter"@nl , + "zettamole per metre"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettanewton +om:zettanewton rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:force-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:newton ; + om:symbol "ZN" ; + rdfs:label "zettanewton"@en , + "zettanewton"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettaohm +om:zettaohm rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalResistance-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:ohm ; + om:symbol "ZΩ" ; + rdfs:label "zettaohm"@en , + "zettaohm"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettapascal +om:zettapascal rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:pressure-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:pascal ; + om:symbol "ZPa" ; + rdfs:label "zettapascal"@en , + "zettapascal"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettasecond-Time +om:zettasecond-Time rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:time-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:second-Time ; + om:symbol "Zs" ; + rdfs:label "zettasecond"@en , + "zettaseconde"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettasecond-TimeSquared +om:zettasecond-TimeSquared rdf:type owl:NamedIndividual , + om:PrefixedSecond-TimeSquared ; + om:hasBase om:zettasecond-Time ; + om:hasExponent 2 ; + om:symbol "Zs2" ; + rdfs:label "zettasecond squared"@en , + "zettaseconde kwadraat"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettasiemens +om:zettasiemens rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricalConductance-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:siemens ; + om:symbol "ZS" ; + rdfs:label "zettasiemens"@en , + "zettasiemens"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettasievert +om:zettasievert rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:sievert ; + om:symbol "ZSv" ; + rdfs:label "zettasievert"@en , + "zettasievert"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettatesla +om:zettatesla rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFluxDensity-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:tesla ; + om:symbol "ZT" ; + rdfs:label "zettatesla"@en , + "zettatesla"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettavolt +om:zettavolt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:electricPotential-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:volt ; + om:symbol "ZV" ; + rdfs:label "zettavolt"@en , + "zettavolt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettawatt +om:zettawatt rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:power-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:watt ; + om:symbol "ZW" ; + rdfs:label "zettawatt"@en , + "zettawatt"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/zettaweber +om:zettaweber rdf:type owl:NamedIndividual , + om:PrefixedUnit ; + om:hasDimension om:magneticFlux-Dimension ; + om:hasPrefix om:zetta ; + om:hasUnit om:weber ; + om:symbol "ZWb" ; + rdfs:label "zettaweber"@en , + "zettaweber"@nl . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/10thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "10th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/20thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "20th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/25thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "25th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/30thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "30th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/40thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "40th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/60thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "60th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/70thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "70th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/75thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/80thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "80th percentile"@en . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/90thPercentile + rdf:type owl:NamedIndividual , + om:Function ; + rdfs:label "90th percentile"@en . + + +### http://www.openisbn.com/isbn/1891389459/ + rdf:type owl:NamedIndividual , + bibo:Book ; + dc:creator ombibo:Kenneth_Siedelmann ; + dc:date "1992" ; + dc:publisher ombibo:University_Science_Books ; + dc:title "Explanatory Supplement to the Astronomical Almanac" ; + bibo:isbn10 "1891389459" ; + bibo:uri "http://www.openisbn.com/isbn/1891389459/" . + + +### http://www.openisbn.com/isbn/9789462280618/ + rdf:type owl:NamedIndividual , + bibo:Thesis ; + dc:creator ombibo:Hajo_Rijgersberg ; + dc:date "2013" ; + dc:title "Semantic Support of Quantitative Research" ; + bibo:degree ; + bibo:isbn13 "978-94-6228-061-8" ; + bibo:issuer ombibo:VU ; + bibo:uri "http://www.openisbn.com/isbn/9789462280618/" . + + +### http://www.wurvoc.org/bibliography/om-2/ApJ +ombibo:ApJ rdf:type owl:NamedIndividual , + bibo:Journal ; + dc:title "Astrophysical Journal" ; + bibo:shortTitle "ApJ" ; + bibo:uri "http://iopscience.iop.org/0004-637X/" . + + +### http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques +ombibo:Astrophysical_Techniques rdf:type owl:NamedIndividual , + bibo:Book ; + dc:creator ombibo:CR_Kitchin ; + dc:date "2003" ; + dc:publisher ombibo:Institute_of_Physics_Publishing ; + dc:title "Astrophysical Techniques" ; + bibo:edition "5" ; + bibo:isbn13 "9781466511156" ; + bibo:uri "http://www.crcpress.com/product/isbn/9781466511156" . + + +### http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1 +ombibo:Astrophysical_Techniques_chapter1 rdf:type owl:NamedIndividual , + bibo:Chapter ; + dc:title "Detectors" ; + bibo:chapter "1" ; + bibo:pageEnd "185" ; + bibo:pageStart "1" ; + bibo:reproducedIn ombibo:Astrophysical_Techniques . + + +### http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3 +ombibo:Astrophysical_Techniques_chapter3 rdf:type owl:NamedIndividual , + bibo:Chapter ; + dc:title "Photometry" ; + bibo:chapter "3" ; + bibo:pageEnd "365" ; + bibo:pageStart "329" ; + bibo:reproducedIn ombibo:Astrophysical_Techniques . + + +### http://www.wurvoc.org/bibliography/om-2/Brengt_Stroemgren +ombibo:Brengt_Stroemgren rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "Brengt Strömgren" . + + +### http://www.wurvoc.org/bibliography/om-2/CR_Kitchin +ombibo:CR_Kitchin rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "C.R. Kitchin" . + + +### http://www.wurvoc.org/bibliography/om-2/Cambridge_University_Press +ombibo:Cambridge_University_Press rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:based_near "Cambridge, UK" ; + foaf:name "Cambridge University Press" . + + +### http://www.wurvoc.org/bibliography/om-2/Crawford1958 +ombibo:Crawford1958 rdf:type owl:NamedIndividual , + bibo:Article ; + dc:creator ombibo:DLCrawford ; + dc:date "1958" ; + dc:isPartOf ombibo:ApJ ; + dc:subject "Astronomy" , + "Distance Measurement" ; + dc:title "Two-dimensional spectral classification by narrow-band photometry for B stars in clusters and associations" ; + bibo:authorList ombibo:Crawford1958Authors ; + bibo:pageEnd "206" ; + bibo:pageStart "185" ; + bibo:uri "http://articles.adsabs.harvard.edu/cgi-bin/nph-iarticle_query?1958ApJ...128..185C&data_type=PDF_HIGH&whole_paper=YES&type=PRINTER&filetype=.pdf" ; + bibo:volume "128" . + + +### http://www.wurvoc.org/bibliography/om-2/Crawford1958Authors +ombibo:Crawford1958Authors rdf:type owl:NamedIndividual , + rdf:Seq . + + +### http://www.wurvoc.org/bibliography/om-2/DLCrawford +ombibo:DLCrawford rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "David L. Crawford" . + + +### http://www.wurvoc.org/bibliography/om-2/Edwin_Budding +ombibo:Edwin_Budding rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "Edwin Budding" . + + +### http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac +ombibo:Glossary_Astronomical_Almanac rdf:type owl:NamedIndividual , + bibo:BookSection ; + dc:title "Glossary" ; + bibo:pageEnd "739" ; + bibo:pageStart "721" ; + bibo:reproducedIn . + + +### http://www.wurvoc.org/bibliography/om-2/Hajo_Rijgersberg +ombibo:Hajo_Rijgersberg rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "Hajo Rijgersberg" . + + +### http://www.wurvoc.org/bibliography/om-2/IAUDiv1WG +ombibo:IAUDiv1WG rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:name "IAU Division I Working Group Numerical Standards" . + + +### http://www.wurvoc.org/bibliography/om-2/IAU_2012_Resolution_B2 +ombibo:IAU_2012_Resolution_B2 rdf:type owl:NamedIndividual , + bibo:Chapter ; + dc:title "Resolution B2" ; + bibo:reproducedIn . + + +### http://www.wurvoc.org/bibliography/om-2/Institute_of_Physics_Publishing +ombibo:Institute_of_Physics_Publishing rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:based_near "Bristol, UK" ; + foaf:name "Institute of Physics Publishing" . + + +### http://www.wurvoc.org/bibliography/om-2/International_Astronomical_Union +ombibo:International_Astronomical_Union rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:name "International Astronomical Union" . + + +### http://www.wurvoc.org/bibliography/om-2/IntroAstronomicalPhotometry +ombibo:IntroAstronomicalPhotometry rdf:type owl:NamedIndividual , + bibo:Book ; + dc:creator ombibo:Edwin_Budding , + ombibo:Osman_Demircan ; + dc:date "2007" ; + dc:publisher ombibo:Cambridge_University_Press ; + dc:title "Introduction to Astronomical Photometry" ; + bibo:authorList ombibo:IntroAstronomicalPhotometryAuthors ; + bibo:edition "2" ; + bibo:isbn13 "9780521847117" ; + bibo:uri "http://ebooks.cambridge.org/ebook.jsf?bid=CBO9780511536175" . + + +### http://www.wurvoc.org/bibliography/om-2/IntroAstronomicalPhotometryAuthors +ombibo:IntroAstronomicalPhotometryAuthors rdf:type owl:NamedIndividual , + rdf:Seq . + + +### http://www.wurvoc.org/bibliography/om-2/IntroAstronomicalPhotometry_chapter_2 +ombibo:IntroAstronomicalPhotometry_chapter_2 rdf:type owl:NamedIndividual , + bibo:Chapter ; + dc:title "Introduction" ; + bibo:chapter "2" ; + bibo:pageEnd "38" ; + bibo:pageStart "11" ; + bibo:reproducedIn ombibo:IntroAstronomicalPhotometry . + + +### http://www.wurvoc.org/bibliography/om-2/Jean_Meeus +ombibo:Jean_Meeus rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "Jean Meeus" . + + +### http://www.wurvoc.org/bibliography/om-2/Kenneth_Siedelmann +ombibo:Kenneth_Siedelmann rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "Kenneth Siedelmann" . + + +### http://www.wurvoc.org/bibliography/om-2/Osman_Demircan +ombibo:Osman_Demircan rdf:type owl:NamedIndividual , + foaf:Person ; + foaf:name "Osman Demircan" . + + +### http://www.wurvoc.org/bibliography/om-2/Stroemgren1956 +ombibo:Stroemgren1956 rdf:type owl:NamedIndividual , + bibo:Article ; + dc:creator ombibo:Brengt_Stroemgren ; + dc:date "1956" ; + dc:isPartOf ombibo:VistasAstronomy ; + dc:subject "Astronomy" , + "Distance Measurement" ; + dc:title "Two-dimensional spectral classification of F stars through photoelectric photometry with interference filters" ; + bibo:authorList ombibo:Stroemgren1956Authors ; + bibo:pageEnd "1346" ; + bibo:pageStart "1336" ; + bibo:uri "http://www.sciencedirect.com/science/article/pii/0083665656900605" ; + bibo:volume "2" . + + +### http://www.wurvoc.org/bibliography/om-2/Stroemgren1956Authors +ombibo:Stroemgren1956Authors rdf:type owl:NamedIndividual , + rdf:Seq . + + +### http://www.wurvoc.org/bibliography/om-2/University_Science_Books +ombibo:University_Science_Books rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:based_near "Sausalito, California" ; + foaf:name "University Science Books" . + + +### http://www.wurvoc.org/bibliography/om-2/VU +ombibo:VU rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:based_near "Amsterdam, The Netherlands" ; + foaf:name "Vrije Universiteit" . + + +### http://www.wurvoc.org/bibliography/om-2/VistasAstronomy +ombibo:VistasAstronomy rdf:type owl:NamedIndividual , + bibo:Journal ; + dc:title "Vistas in Astronomy" . + + +### http://www.wurvoc.org/bibliography/om-2/Willmann_Bell +ombibo:Willmann_Bell rdf:type owl:NamedIndividual , + foaf:Organization ; + foaf:name "Willmann-Bell Inc." . + + +### http://www.wurvoc.org/bibliography/om-2/chapter13_Astronomical_Algorithms +ombibo:chapter13_Astronomical_Algorithms rdf:type owl:NamedIndividual , + bibo:Chapter ; + dc:title "Transformation of Coordinates" ; + bibo:chapter "13" ; + bibo:pageEnd "96" ; + bibo:pageStart "92" ; + bibo:reproducedIn . + + +### http://www.wurvoc.org/bibliography/om-2/chapter23_Astronomical_Algorithms +ombibo:chapter23_Astronomical_Algorithms rdf:type owl:NamedIndividual , + bibo:Chapter ; + dc:title "Apparent place of a star" ; + bibo:chapter "23" ; + bibo:pageEnd "158" ; + bibo:pageStart "149" ; + bibo:reproducedIn . + + +### urn:isbn:0943396611 + rdf:type owl:NamedIndividual , + bibo:Book ; + dc:creator ombibo:Jean_Meeus ; + dc:date "1998" ; + dc:publisher ombibo:Willmann_Bell ; + dc:subject "Algorithms" , + "Astronomy - Data processing" , + "Astronomy - Problems, exercises" ; + dc:title "Astronomical Algorithms" ; + bibo:edition "2" ; + bibo:isbn10 "0943396611" ; + bibo:uri "http://www.willbell.com/math/mc1.htm" . + + +################################################################# +# Annotations +################################################################# + +om:Aberration rdfs:comment "The apparent angular displacement of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ; + rdfs:label "aberration"@en . + + +om:AberrationInLatitude rdfs:comment "The apparent angular displacement in ecliptical latitude of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ; + om:symbol "Δβ" ; + rdfs:label "aberration in latitude"@en . + + +om:AberrationInLongitude rdfs:comment "The apparent angular displacement in ecliptical longitude of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ; + rdfs:label "aberration in longitude"@en ; + om:symbol "Δλ" . + + +om:AbsoluteBolometricMagnitude rdfs:comment "The absolute magnitude (see absolute magnitude) of a star is a measure of its total energy emission per second, or luminosity, i.e., the bolometric magnitude from a standard distance (10 pc)."@en ; + om:symbol "M_bol" ; + rdfs:label "absolute bolometric magnitude"@en . + + +om:AbsoluteMagnitude rdfs:comment "Logarithmic measure of the brightness of an object as seen from a standard distance of 10 pc. Units usually not indicated (http://en.wikipedia.org/wiki/Magnitude_(astronomy)."@en ; + rdfs:label "absolute magnitude"@en ; + om:symbol "M" ; + rdfs:label "absolute magnitude"@nl . + + +om:AbsorbedDose rdfs:comment "Absorbed dose is the energy deposited in a medium by ionizing radiation. It is a derived quantity in the International System of Units. Absorbed dose is energy divided by mass."@en ; + om:alternativeLabel "total ionizing dose"@en ; + rdfs:label "absorbed dose"@en . + + +om:AbsorbedDoseRate rdfs:label "absorbed dose rate"@en . + + +om:Acceleration rdfs:label "acceleration"@en ; + om:alternativeLabel "acceleratie"@nl ; + rdfs:label "versnelling"@nl ; + om:symbol "a" . + + +om:AceticAcidMassFraction rdfs:comment "The fraction of the mass of acetic acid in a phenomenon"@en ; + rdfs:label "acetic acid mass fraction"@en . + + +om:Acidity om:symbol "pH" ; + rdfs:label "acidity"@en . + + +om:AcousticFirmness rdfs:label "acoustic firmness"@en , + "akoestische stevigheid"@nl ; + rdfs:comment "Stevigheid gemeten met AWETA (acoustic firmness value). AFS value."@nl ; + om:alternativeLabel "firmness_ac"@en . + + +om:Action rdfs:label "actie"@nl , + "action"@en . + + +om:Activity rdfs:label "activity"@en ; + rdfs:comment "Activity is the decay rate of a radioactive substance. It is a derived quantity in the International System of Units. Activity is 1 divided by time."@en ; + om:alternativeLabel "activity of a radionuclide"@en , + "activity (of a radionuclide)"@en ; + rdfs:label "activiteit"@nl ; + om:symbol "A" . + + +om:Admittance rdfs:label "admittance"@en ; + rdfs:comment "Admittance is a measure of how easily a circuit or device will allow a current to flow. It is electric current divided by electric potential."@en ; + om:symbol "Y" . + + +om:Albedo om:symbol "α" ; + rdfs:label "albedo"@nl , + "albedo"@en ; + rdfs:comment "Ratio between radiation falling onto an object and the radiation reflected or scattered back. Or the ratio between the illumination and observed brightness."@en . + + +om:AlfvenNumber rdfs:label "Alfvén number"@en ; + om:symbol "Al" . + + +om:Altitude om:alternativeSymbol "Alt" ; + om:alternativeLabel "elevation"@en ; + rdfs:label "altitude"@en ; + rdfs:comment "The angular distance of a celestial body above or below the horizon, measured along the great circle passing through the body and the zenith."@en ; + om:symbol "h" . + + +om:AmbientDoseEquivalent rdfs:label "ambient dose equivalent"@en . + + +om:AmountOfMoney rdfs:label "amount of money"@en . + + +om:AmountOfSubstance rdfs:label "amount of substance"@en ; + rdfs:comment "Amount of substance is the number of elementary entities such as atoms, molecules, electrons, particles, etc. present in a phenomenon. It is a base quantity in the International System of Units."@en ; + om:symbol "n" ; + rdfs:label "stofhoeveelheid"@nl . + + +om:AmountOfSubstanceConcentration om:symbol "C" ; + om:alternativeLabel "molaire concentratie"@nl , + "molar concentration"@en ; + rdfs:label "amount of substance concentration"@en . + + +om:AmountOfSubstanceFlow rdfs:label "amount of substance flow"@en ; + om:alternativeLabel "molar flow"@en , + "amount-of-substance flow"@en . + + +om:AmountOfSubstanceFraction om:alternativeLabel "amount-of-substance fraction"@en , + "molfractie"@nl ; + rdfs:label "amount of substance fraction"@en ; + om:alternativeLabel "mole fraction"@en ; + om:alternativeSymbol "y" ; + om:symbol "x" . + + +om:AmountOfSubstanceFractionFlow om:alternativeLabel "mole fraction flow"@en , + "amount-of-substance fraction flow"@en ; + rdfs:label "amount of substance fraction flow"@en . + + +om:Amphiphilicity rdfs:label "amphiphilicity"@en , + "amfifiliciteit"@nl . + + +om:Amplitude rdfs:comment "The difference between the maximum and minimum magnitudes of a variable star, i.e., the total range of its brightness."@en ; + rdfs:label "amplitude"@en . + + +om:Angle om:alternativeSymbol "φ" , + "θ" ; + rdfs:label "angle"@en ; + om:alternativeLabel "plane angle"@en ; + rdfs:label "hoek"@nl ; + om:alternativeSymbol "β" , + "γ" ; + rdfs:comment "Angle is the ratio between an arc and its radius."@en ; + om:symbol "α" ; + rdfs:label "角度"@zh . + + +om:AngularAcceleration om:symbol "α" ; + rdfs:label "angular acceleration"@en , + "hoekversnelling"@nl . + + +om:AngularDisplacement rdfs:label "angular displacement"@en . + + +om:AngularMomentum rdfs:label "angular momentum"@en ; + om:alternativeLabel "hoekmoment"@nl ; + om:alternativeSymbol "J" ; + om:alternativeLabel "draaimoment"@nl ; + rdfs:label "impulsmoment"@nl ; + om:symbol "L" ; + om:alternativeLabel "draaiimpuls"@nl . + + +om:AngularSize rdfs:label "angular size"@en . + + +om:AngularSpeed rdfs:label "angular speed"@en , + "hoeksnelheid"@nl ; + om:alternativeSymbol "Ω" ; + om:alternativeLabel "hoekfrequentie"@nl , + "angular frequency"@en ; + om:symbol "ω" . + + +om:AngularVelocity rdfs:label "angular velocity"@en ; + om:symbol "ω" . + + +om:AnnualAberration rdfs:comment "The component of the stellar abberation resulting from the motion of the Earth about the Sun. The abberation is the apparent angular displacement of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ; + rdfs:label "annual aberration"@en . + + +om:ApparentDiameter rdfs:comment "The angle that the actual diameter of an object makes in the sky; also known as angular size. Most often small, so units are mostly arcminutes, arcseconds, or even milli- or microarcseconds."@en ; + rdfs:label "apparent diameter"@en . + + +om:ApparentDistanceModulus rdfs:label "apparent distance modulus"@en . + + +om:ApparentMagnitude rdfs:label "schijnbare magnitude"@nl ; + rdfs:comment "Logarithmic measure of the apparent brightness of an object. Units usually not indicated(http://en.wikipedia.org/wiki/Magnitude_(astronomy)."@en ; + om:symbol "m" ; + rdfs:label "apparent magnitude"@en . + + +om:Area om:symbol "A" ; + rdfs:label "oppervlakte"@nl , + "面积"@zh ; + rdfs:comment "Area expresses the two-dimensional size of a defined part of a surface, typically a region bounded by a closed curve. It is a derived quantity in the International System of Units. Area is length squared."@en ; + rdfs:label "area"@en ; + om:alternativeSymbol "S" ; + om:alternativeLabel "oppervlak"@nl . + + +om:AreaDensity rdfs:label "area density"@en , + "oppervlaktedichtheid"@nl . + + +om:AreaDensityRate rdfs:label "area density rate"@en . + + +om:AreaFraction rdfs:label "oppervlaktefractie"@nl , + "area fraction"@en . + + +om:AtomicMass rdfs:label "atomic mass"@en ; + om:symbol "m_a" . + + +om:AverageSpeed om:symbol "u" ; + rdfs:label "average speed"@en . + + +om:Azimuth rdfs:label "azimuth"@en ; + om:symbol "A" ; + rdfs:comment "The angular distance measured clockwise along the horizon from a specified reference point (usually north) to the intersection with the great circle drawn from the zenith through a body on the celestial sphere."@en ; + om:alternativeSymbol "Az" ; + rdfs:label "azimut"@nl . + + +om:BMagnitude om:symbol "B" ; + om:alternativeSymbol "m_B" ; + rdfs:comment "Johnson B magnitude. The Johnson B band is a standard filter in the blue area. The central wavelength is 440nm and the bandwidth is 100nm. The filter to be used is the Corning 5030 filter plus the Schott GG13 filter."@en ; + rdfs:label "B magnitude"@en . + + +om:BMagnitudeAtMaximumBrightness rdfs:comment "Johnson B magnitude at maximum brightness (i.e. for a variable star). The Johnson B band is a standard filter in the blue area. The central wavelength is 440nm and the bandwidth is 100nm. The filter to be used is the Corning 5030 filter plus the Schott GG13 filter."@en ; + rdfs:label "B magnitude at maximum brightness"@en ; + om:symbol "B_max" . + + +om:BMagnitudeAtMinimumBrightness rdfs:comment "Johnson B magnitude at minimum brightness (i.e. for a variable star). The Johnson B band is a standard filter in the blue area. The central wavelength is 440nm and the bandwidth is 100nm. The filter to be used is the Corning 5030 filter plus the Schott GG13 filter."@en ; + om:symbol "B_min" ; + rdfs:label "B magnitude at minimum brightness"@en . + + +om:BetaNarrowMagnitude rdfs:label "β_narrow magnitude"@en ; + om:symbol "β_n" ; + rdfs:comment "β_narrow Magnitude in the Strömgren-Crawford photometric system with a peak wavelength at 485.8 nm and a peak-half-width of 2.9 nm."@en ; + om:alternativeSymbol "β_narrow" . + + +om:BetaWideMagnitude om:alternativeSymbol "β_wide" ; + rdfs:comment "β_wide Magnitude in the Strömgren-Crawford photometric system with a peak wavelength at 485 nm and a peak-half-width of 12.9 nm."@en ; + rdfs:label "β_wide magnitude"@en ; + om:symbol "β_w" . + + +om:BodyLabelMass rdfs:label "body label mass"@en ; + om:unofficialLabel "body label weight" . + + +om:BodyMass om:unofficialLabel "body weight" ; + rdfs:label "body mass"@en . + + +om:BolometricCorrection om:symbol "BC" ; + rdfs:comment "The visual magnitude of an object minus its bolometric magnitude."@en ; + rdfs:label "bolometric correction"@en . + + +om:BolometricMagnitude rdfs:label "bolometric magnitude"@en ; + om:symbol "m_bol" ; + rdfs:comment "The magnitude of a star measured across all wavelengths, so that it takes into account the total amount of energy radiated. If a star is a strong infrared or ultraviolet emitter, its bolometric magnitude will differ greatly from its visual magnitude."@en . + + +om:BondAlbedo rdfs:label "bond albedo"@en ; + rdfs:comment "Is the fraction of the total incident solar radiation - the radiation at all wavelengths - that is reflected or scattered by an object in all directions."@en ; + om:alternativeLabel "spherical albedo"@en . + + +om:Breadth rdfs:label "breadth"@en , + "breedte"@nl ; + om:symbol "b" . + + +om:BrightnessTemperature rdfs:comment "The temperature that a blackbody would need to have in order to emit radiation of the observed intensity at a given wavelength (mostly used in radio astronomy)."@en ; + rdfs:label "brightness temperature"@en . + + +om:BudStadium rdfs:label "bud stadium"@en , + "knopstadium"@nl . + + +om:BudStadiumDay0 rdfs:comment "Knopstadium vaasdag 0 (start vaasleven) (code)."@nl ; + om:alternativeLabel "sday0"@en ; + rdfs:label "knopstadium dag 0"@nl , + "bud stadium day 0"@en . + + +om:BudStadiumDay4 rdfs:comment "Knopstadium vaasdag 4 (code)."@nl ; + om:alternativeLabel "sday4"@en ; + rdfs:label "bud stadium day 4"@en , + "knopstadium dag 4"@nl . + + +om:BudStadiumDay7 rdfs:label "bud stadium day 7"@en ; + om:alternativeLabel "sday7"@en ; + rdfs:comment "Knopstadium vaasdag 7 (code)."@nl ; + rdfs:label "knopstadium dag 7"@nl . + + +om:BulkModulus om:symbol "K" ; + om:alternativeSymbol "κ" ; + rdfs:label "bulk modulus"@en ; + rdfs:comment "Bulk modulus is a substance's resistance to uniform compression."@en ; + rdfs:label "compressiemodulus"@nl . + + +om:CapMass om:unofficialLabel "cap weight" ; + rdfs:label "cap mass"@en . + + +om:Capacitance rdfs:comment "Capacitance is the ability to hold electrical charge. It is a derived quantity in the International System of Units. Capacitance is electric charge divided by electric potential."@en ; + rdfs:label "capaciteit"@nl ; + om:symbol "C" ; + om:alternativeLabel "electric capacitance"@en , + "electrische capaciteit"@nl ; + rdfs:label "capacitance"@en . + + +om:CartonMass rdfs:label "carton mass"@en ; + om:unofficialLabel "carton weight" . + + +om:CatalyticActivity rdfs:label "catalytic activity"@en . + + +om:CatalyticActivityConcentration om:alternativeLabel "catalytic concentration"@en ; + rdfs:label "catalytic activity concentration"@en . + + +om:CauseEndOfVaseLifeAbscisedBuds rdfs:label "oorzaak einde vaasleven knopval"@nl ; + rdfs:comment "Oorzaak einde vaasleven knopval (1/0)."@nl ; + om:alternativeLabel "abscised buds"@en ; + rdfs:label "cause end of vase life abscised buds"@en . + + +om:CauseEndOfVaseLifeAbscisedFlowers rdfs:label "oorzaak einde vaasleven bloemval"@nl , + "cause end of vase life abscised flowers"@en ; + rdfs:comment "Oorzaak einde vaasleven bloemval (1/0)."@nl ; + om:alternativeLabel "abscised flowers"@en . + + +om:CauseEndOfVaseLifeAbscisedLeaves rdfs:label "oorzaak einde vaasleven bladval"@nl ; + om:alternativeLabel "abscised leaves"@en ; + rdfs:label "cause end of vase life abscised leaves"@en ; + rdfs:comment "Oorzaak einde vaasleven bladval (1/0)."@nl . + + +om:CauseEndOfVaseLifeBlueFlowers om:alternativeLabel "blue flowers"@en ; + rdfs:comment "Oorzaak einde vaasleven blauwe bloemen (1/0)."@nl ; + rdfs:label "cause end of vase life blue flowers"@en , + "oorzaak einde vaasleven blauwe bloemen"@nl . + + +om:CauseEndOfVaseLifeBotrytis om:alternativeLabel "bot"@en ; + rdfs:label "oorzaak einde vaasleven Botrytis"@nl ; + rdfs:comment "Oorzaak einde vaasleven Botrytis (b3 of b4) (1/0)."@nl ; + rdfs:label "cause end of vase life Botrytis"@en . + + +om:CauseEndOfVaseLifeDryBuds rdfs:label "oorzaak einde vaasleven knopverdroging"@nl ; + rdfs:comment "Oorzaak einde vaasleven knopverdroging (1/0)."@nl ; + rdfs:label "cause end of vase life dry buds"@en ; + om:alternativeLabel "dry buds"@en . + + +om:CauseEndOfVaseLifeDryFlowers rdfs:comment "Oorzaak einde vaasleven bloemverdroging (1/0)."@nl ; + rdfs:label "oorzaak einde vaasleven bloemverdroging"@nl , + "cause end of vase life dry flowers"@en ; + om:alternativeLabel "dry flowers"@en . + + +om:CauseEndOfVaseLifeDryLeaves rdfs:label "cause end of vase life dry leaves"@en ; + om:alternativeLabel "dry leaves"@en ; + rdfs:label "oorzaak einde vaasleven bladverdroging"@nl ; + rdfs:comment "Oorzaak einde vaasleven bladverdroging (1/0)."@nl . + + +om:CauseEndOfVaseLifeMalformedBuds rdfs:label "cause end of vase life malformed buds"@en ; + rdfs:comment "Oorzaak einde vaasleven misvormde knoppen (1/0)."@nl ; + om:alternativeLabel "malformed buds"@en ; + rdfs:label "oorzaak einde vaasleven misvormde knoppen"@nl . + + +om:CauseEndOfVaseLifeMalformedFlowers rdfs:label "cause end of vase life malformed flowers"@en ; + om:alternativeLabel "malformed flowers"@en ; + rdfs:comment "Oorzaak einde vaasleven misvormde bloemen (1/0)."@nl ; + rdfs:label "oorzaak einde vaasleven misvormde bloemen"@nl . + + +om:CauseEndOfVaseLifeNonturgidFlowers rdfs:label "oorzaak einde vaasleven slappe bloemen"@nl ; + rdfs:comment "Oorzaak einde vaasleven slappe bloemen (1/0)."@nl ; + om:alternativeLabel "nonturgid flowers"@en ; + rdfs:label "cause end of vase life nonturgid flowers"@en . + + +om:CauseEndOfVaseLifeNonturgidLeaves rdfs:label "oorzaak einde vaasleven slappe bladeren"@nl , + "cause end of vase life nonturgid leaves"@en ; + om:alternativeLabel "nonturgid leaves"@en ; + rdfs:comment "Oorzaak einde vaasleven slappe bladeren (1/0)."@nl . + + +om:CauseEndOfVaseLifeRottenFlowers rdfs:label "cause end of vase life rotten flowers"@en ; + rdfs:comment "Oorzaak einde vaasleven bloemrot (1/0)."@nl ; + om:alternativeLabel "rotten flowers"@en ; + rdfs:label "oorzaak einde vaasleven bloemrot"@nl . + + +om:CauseEndOfVaseLifeRottenLeaves rdfs:label "cause end of vase life rotten leaves"@en , + "oorzaak einde vaasleven rotte bladeren"@nl ; + rdfs:comment "Oorzaak einde vaasleven rotte bladeren (1/0)."@nl ; + om:alternativeLabel "rotten leaves"@en . + + +om:CauseEndOfVaseLifeWiltedFlowers rdfs:label "cause end of vase life wilted flowers"@en ; + rdfs:comment "Oorzaak einde vaasleven bloemverwelking (1/0)."@nl ; + rdfs:label "oorzaak einde vaasleven bloemverwelking"@nl ; + om:alternativeLabel "wilted flowers"@en . + + +om:CauseEndOfVaseLifeWiltedLeaves rdfs:comment "Oorzaak einde vaasleven bladverwelking (1/0)."@nl ; + rdfs:label "cause end of vase life wilted leaves"@en ; + om:alternativeLabel "wilted leaves"@en ; + rdfs:label "oorzaak einde vaasleven bladverwelking"@nl . + + +om:CauseEndOfVaseLifeYellowLeaves om:alternativeLabel "yellow leaves"@en ; + rdfs:label "cause end of vase life yellow leaves"@en ; + rdfs:comment "Oorzaak einde vaasleven bladvergeling (1/0)."@nl ; + rdfs:label "oorzaak einde vaasleven bladvergeling"@nl . + + +om:CelsiusTemperature om:symbol "t" ; + om:alternativeSymbol "θ" ; + rdfs:label "Celsiustemperatuur"@nl , + "Celsius temperature"@en . + + +om:Circumference rdfs:label "circumference"@en ; + om:symbol "C" ; + rdfs:label "omtrek"@nl , + "圆周"@zh . + + +om:Co-RotationRadius rdfs:comment "The radius (distance from the galaxy's centre) at which the stars move at the same speed as the spiral pattern or bar in a galaxy."@en ; + om:symbol "r_c" ; + rdfs:label "co-rotation radius"@en . + + +om:ColdGasMassFraction rdfs:comment "The fraction of the mass of a galaxy that is in the form of cold gas ~10s K."@en ; + rdfs:label "cold gas mass fraction"@en . + + +om:CollisionFrequency om:alternativeSymbol "ν_c" ; + om:symbol "ν_coll" ; + rdfs:comment "Collision frequency is the average number of collisions between reacting molecules per unit time."@en ; + rdfs:label "collision frequency"@en . + + +om:ColorAreaFraction rdfs:comment "Voorbeeld avocado Hass: percentage oppervlak donker."@nl ; + rdfs:label "kleuroppervlaktefractie"@nl ; + om:alternativeLabel "color%"@en ; + rdfs:label "color area fraction"@en . + + +om:ColourIndex rdfs:label "colour index"@en ; + rdfs:comment "The difference between the apparent magnitude of a star at two different wavelengths (always the shorter-wavelength magnitude minus the longer-wavelength magnitude) to give a quantification of the star's colour. The magnitude of an object at different wavelengths are measured by using different filters before the detector. Often the Johnson system with UBV passbands are used. Other passbands may also be used (for instance g-r)."@en ; + rdfs:label "kleurindex"@nl . + + +om:ColourTemperature rdfs:comment "The temperature of a blackbody that has the same colour index as a given star."@en ; + rdfs:label "colour temperature"@en . + + +om:ColumnNumberDensity om:unofficialLabel "density" ; + rdfs:label "column number density"@en ; + om:unofficialLabel "number density" . + + +om:CompressiveStress rdfs:comment "Compressive stress is a stress that, when applied, acts towards the center of a material."@en ; + rdfs:label "compressive stress"@en . + + +om:ContactAngle rdfs:label "contact angle"@en . + + +om:CosmologicalConstant om:symbol "Λ" ; + rdfs:label "cosmological constant"@en ; + rdfs:comment "The cosmological constant."@en ; + rdfs:label "kosmologische constante"@nl . + + +om:Cost rdfs:label "cost"@en . + + +om:CousinsMagnitude rdfs:label "Cousins magnitude"@en ; + rdfs:comment "A magnitude measured in one of Cousins standard passbands (using a standard filter, i.e. I or R)."@en . + + +om:Coverage rdfs:label "coverage"@en . + + +om:CowlingNumber om:symbol "Co" ; + om:alternativeSymbol "Co2" ; + rdfs:label "Cowling number"@en ; + om:alternativeLabel "second Cowling number"@en . + + +om:CriticalDensity rdfs:label "critical density"@en ; + rdfs:comment "The density needed for a closed universe."@en ; + rdfs:label "kritieke dichtheid"@nl ; + om:symbol "ρ_c" . + + +om:CurrentDensity rdfs:label "current density"@en ; + om:alternativeSymbol "j" ; + om:symbol "J" ; + rdfs:comment "Current density is the density of flow of a conserved charge. It is a derived quantity in the International System of Units. Current density is electric current divided by area."@en . + + +om:CurvatureConstant rdfs:label "curvature constant"@en ; + rdfs:comment "The curvature constant k=-1, 0, or 1."@en ; + om:symbol "k" . + + +om:Cut-OffWavelength om:symbol "λ_c" ; + rdfs:label "cut-off wavelength"@en ; + rdfs:comment "Either: wavelengths at which the detectivity (D) falls to 0, or the wavelengths at which the detectivity falls to 1% of the peak value, or the wavelengths at which the normalised detectivity (D*) has fallen to half its peak value."@en . + + +om:DarkNoise rdfs:comment "Output from a detector when unilluminated - usually as RMS voltage or current (Kitchin, Astrophysical Techniques, IoP, Table 1.1.2)."@en ; + rdfs:label "dark noise"@en . + + +om:Date rdfs:label "date"@en , + "datum"@nl . + + +om:DecelerationParameter rdfs:label "deceleration parameter"@en ; + om:symbol "q" . + + +om:Declination om:symbol "δ" ; + rdfs:comment "The angular distance on the celestial sphere north or south of the celestial equator. It is measured along the hour circle passing through the celestial object. Declination is usually given in combination with right ascension or hour angle."@en ; + om:alternativeSymbol "dec" ; + rdfs:label "declination"@en , + "declinatie"@nl . + + +om:Density rdfs:label "密度"@zh ; + om:alternativeLabel "mass density"@en ; + rdfs:label "density"@en ; + om:alternativeLabel "concentration (w/v)"@en ; + om:symbol "ρ" ; + om:alternativeLabel "soortelijke massa"@nl ; + rdfs:comment "Density is the concentration of matter. It is a derived quantity in the International System of Units. Density is mass divided by volume."@en ; + rdfs:label "dichtheid"@nl . + + +om:DensityParameter om:symbol "Ω" ; + rdfs:comment "Ratio of the average density and the critical density."@en ; + rdfs:label "density parameter"@en . + + +om:DensityParameterForBaryonicMatter rdfs:label "density parameter for baryonic matter"@en ; + om:symbol "Ω_B" ; + rdfs:comment "The density parameter for baryonic (oridnary) matter."@en . + + +om:DensityParameterForMatter om:symbol "Ω_M" ; + rdfs:label "density parameter for matter"@en ; + rdfs:comment "The density parameter for matter (either baryonic or dark)."@en . + + +om:DensityParameterForRadiation rdfs:label "density parameter for radiation"@en ; + rdfs:comment "The density parameter for radiation."@en ; + om:symbol "Ω_R" . + + +om:DensityParameterForVacuum rdfs:comment "The density parameter for vacuum."@en ; + om:symbol "Ω_Λ" ; + rdfs:label "density parameter for vacuum"@en . + + +om:Depth om:symbol "d" ; + rdfs:label "diepte"@nl , + "depth"@en . + + +om:DetectiveQuantumEfficiency rdfs:comment "Square of ratio between the output signal noise ratio and the input signal noise ratio."@en ; + om:symbol "DQE" ; + rdfs:label "detective quantum efficiency"@en . + + +om:Detectivity rdfs:comment "Reciprocal of Noise equivalent power. The signal-to-noise ratio for incident radiation of unit intensity."@en ; + rdfs:label "detectivity"@en ; + om:symbol "D" . + + +om:Diameter rdfs:label "直径"@zh , + "diameter"@en , + "diameter"@nl ; + om:symbol "d" . + + +om:Diameter-Angle rdfs:label "diameter (hoek)"@nl , + "diameter (angle)"@en . + + +om:DirectionalDoseEquivalent rdfs:label "directional dose equivalent"@en . + + +om:DisodiumEthyleneDiamineTetreAcetateMassFraction om:alternativeLabel "NaEDTA mass fraction"@en ; + rdfs:label "disodium ethylene diamine tetra acetate mass fraction"@en ; + rdfs:comment "The fraction of the mass of disodium ethylene diamine tetra acetate in a phenomenon"@en . + + +om:Displacement rdfs:label "verplaatsing"@nl , + "displacement"@en ; + om:symbol "d" . + + +om:Distance rdfs:label "distance"@en ; + om:symbol "d" ; + rdfs:label "afstand"@nl , + "距离"@zh . + + +om:DistanceModulus rdfs:label "distance modulus"@en ; + om:symbol "m-M" ; + rdfs:comment """The difference between the apparent magnitude (m) of an astronomical object, such as a star, and its absolute magnitude (M), used as a distance measurement. Distances can be expressed in distance modulii as $$m-M = 5\\log d + 10 = 10-5 log \\varpi$$ where \\(d\\) is the distance in kiloparsec and \\(\\varpi\\) is the parallax in milliarcseconds. + """@en . + + +om:DiurnalAberration rdfs:label "diurnal aberration"@en ; + rdfs:comment "The component of the stellar abberation resulting from the diurnal motion of the observer around the centre of the Earth. The abberation is the apparent angular displacement of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en . + + +om:DoseEquivalent rdfs:label "dose equivalent"@en ; + rdfs:comment "Dose equivalent is a measure of the radiation dose to tissue where an attempt has been made to allow for the different relative biological effects of different types of ionizing radiation."@en . + + +om:DrainageSpeed rdfs:label "drainage speed"@en . + + +om:DryBodyMass rdfs:label "dry body mass"@en ; + om:unofficialLabel "dry body weight" . + + +om:DryMass om:unofficialLabel "dry weight" ; + rdfs:label "dry mass"@en . + + +om:DryMatterMassFraction rdfs:label "dry matter mass fraction"@en ; + rdfs:comment "The fraction of the mass of dry matter in a phenomenon"@en . + + +om:Duration rdfs:label "duur"@nl , + "duration"@en . + + +om:DynamicModulus rdfs:label "dynamic modulus"@en ; + om:symbol "E" . + + +om:DynamicRange rdfs:comment "Ratio between the saturation output and the dark signal, sometimes only over the region of linearity."@en ; + rdfs:label "dynamic range"@en . + + +om:DynamicViscosity rdfs:label "dynamische viscositeit"@nl ; + om:alternativeSymbol "η" ; + rdfs:label "dynamic viscosity"@en ; + rdfs:comment "Viscosity is the definite resistance to change of form of many materials."@en ; + om:symbol "μ" ; + om:unofficialLabel "viscosity" . + + +om:Eccentricity rdfs:label "eccentriciteit"@nl , + "eccentricity"@en ; + rdfs:comment "A measure of the deviation from a circle for an orbit."@en ; + om:symbol "e" . + + +om:EclipticLatitude rdfs:comment "The angular distance on the celestial sphere north or south of the ecliptic (the path of the Sun on the celestial sphere during one year). It is measured along the great circle passing through the object and the ecliptic poles and perpendicular to the ecliptic."@en ; + om:symbol "β" ; + rdfs:label "ecliptic latitude"@en . + + +om:EclipticLongitude rdfs:comment "The angular distance on the celestial sphere measured clockwise from the vernal equinox along the ecliptic (the path of the Sun on the celestial sphere during one year) to the intersection with the great circle drawn from the ecliptical north pole through the object."@en ; + rdfs:label "ecliptic longitude"@en ; + om:symbol "λ" . + + +om:EggMassFraction rdfs:comment "The fraction of the mass of egg in a phenomenon"@en ; + rdfs:label "egg mass fraction"@en . + + +om:ElasticityTensor rdfs:label "elasticiteitstensor"@nl ; + om:symbol "c_ijkl" ; + om:alternativeLabel "stiffness tensor"@en ; + rdfs:label "elasticity tensor"@en . + + +om:ElectricCharge rdfs:label "electrische lading"@nl ; + om:alternativeLabel "quantity of electricity"@en , + "lading"@nl ; + rdfs:label "electric charge"@en ; + om:symbol "Q" ; + om:alternativeSymbol "q" ; + rdfs:comment "Electric charge is a conserved property of some subatomic particles, which determines their electromagnetic interaction. It is a derived quantity in the International System of Units. Electric charge is electric current times time."@en . + + +om:ElectricChargeDensity rdfs:label "electric charge density"@en ; + rdfs:comment "Electric charge density is the amount of electric charge in a volume. It is a derived quantity in the International System of Units. Electric charge density is electric charge divided by volume."@en ; + om:alternativeLabel "charge density"@en . + + +om:ElectricCurrent om:symbol "I" ; + rdfs:label "electric current"@en ; + rdfs:comment "Electric current is the flow of electric charge. It is a base quantity in the International System of Units. Electric current is electric charge divided by time."@en ; + om:alternativeLabel "current"@en ; + om:alternativeSymbol "i" . + + +om:ElectricDipoleMoment rdfs:label "electric dipole moment"@en ; + rdfs:comment "Electric dipole moment is a measure of the polarity of a system of electric charges."@en ; + om:symbol "p" . + + +om:ElectricField rdfs:label "electric field"@en , + "electrisch veld"@nl ; + om:symbol "E" ; + om:alternativeLabel "electric field strength"@en ; + rdfs:comment "Electric field is a property of the space surrounding an electric charge or in the presence of a time-varying magnetic field which exerts a forceon other electrically charged objects."@en . + + +om:ElectricFluxDensity rdfs:label "electric flux density"@en . + + +om:ElectricPotential om:alternativeLabel "voltage"@en ; + rdfs:label "electrische potentiaal"@nl ; + om:alternativeLabel "voltage"@nl ; + rdfs:label "electric potential"@en ; + rdfs:comment "Electric potential is the potential energy per unit charge associated with static (time-invariant) electric field."@en ; + om:symbol "V" ; + om:alternativeSymbol "φ" . + + +om:ElectricalConductance rdfs:label "electrical conductance"@en ; + om:alternativeLabel "electric conductance"@en , + "conductance"@en ; + rdfs:comment "Electrical conductance is a measure of how easily electricity flows along a certain path through an electrical element."@en ; + om:symbol "G" . + + +om:ElectricalConductivity rdfs:label "electrical conductivity"@en . + + +om:ElectricalResistance rdfs:comment "Electrical resistance is the degree to which an object opposes an electric current through it. It is a derived quantity in the International System of Units. Electrical resistance is electric potential divided by electric current."@en ; + rdfs:label "electrical resistance"@en ; + om:alternativeLabel "resistance"@en , + "electric resistance"@en ; + om:symbol "R" . + + +om:ElectricalResistivity rdfs:label "electrical resistivity"@en . + + +om:ElectromotiveForce rdfs:label "electromotive force"@en ; + om:symbol "E" ; + rdfs:comment "Electromotive force is that which causes a flow of current."@en ; + om:alternativeSymbol "emf" . + + +om:ElectronTemperature om:alternativeLabel "kinetic temperature"@en ; + rdfs:comment "The temperature determined by the mean kinetic energy of free electrons in a plasma; also known as kinetic temperature."@en ; + rdfs:label "electron temperature"@en ; + om:symbol "T_e" ; + om:alternativeSymbol "T_k" . + + +om:Ellipticity om:alternativeLabel "oblateness"@en ; + rdfs:label "ellipticity"@en ; + rdfs:comment "A measure of the amount by which an object, such as a planet or a galaxy, deviates from a perfect sphere."@en ; + om:symbol "f" ; + om:alternativeLabel "flattening"@en . + + +om:Energy rdfs:label "energie"@nl ; + om:symbol "E" ; + rdfs:comment "Energy can be defined as the ability to do work. It is a derived quantity in the International System of Units."@en ; + rdfs:label "能量"@zh , + "energy"@en ; + om:alternativeSymbol "W" . + + +om:EnergyDensity rdfs:label "energy density"@en ; + rdfs:comment "Energy density is the amount of energy stored in a given system or region of space per unit volume."@en ; + rdfs:label "energiedichtheid"@nl . + + +om:Enthalpy rdfs:label "焓"@zh ; + om:symbol "H" ; + rdfs:comment "Enthalpy is the sum of the internal energy of a system plus the product of the pressure-volume work done on the system."@en ; + rdfs:label "enthalpy"@en , + "enthalpie"@nl . + + +om:Entropy rdfs:label "entropie"@nl , + "熵单位"@zh , + "entropy"@en ; + rdfs:comment "Entropy is a measure of the unavailability of a system’s energy to do work."@en ; + om:symbol "S" . + + +om:Epoch rdfs:label "epoch"@en . + + +om:EpochAtMaximumBrightness rdfs:comment "A moment when the object (i.e. a variable star) was at maximum brightness."@en ; + rdfs:label "epoch at maximum brightness"@en . + + +om:EulerNumber om:symbol "Eu" ; + rdfs:comment "The Euler number is a dimensionless number that expresses the relationship between a local pressure drop e.g. over a restriction and the kinetic energy per unit volume."@en ; + rdfs:label "getal van Euler"@nl , + "Euler number"@en . + + +om:Exposure rdfs:label "exposure"@en . + + +om:ExposureToXAndGammaRays rdfs:label "exposure to x and γ rays"@en ; + om:alternativeLabel "exposure"@en , + "exposure (to x and gamma rays)"@en , + "exposure (to x and γ rays)"@en , + "exposure to x and gamma rays"@en . + + +om:ExternalBrowning rdfs:comment "Voorbeeld avocado Hass: poster (code)."@nl ; + rdfs:label "external browning"@en ; + om:alternativeLabel "ext_brown"@en . + + +om:Extinction rdfs:comment "Total extinction at a specific wavelength. The extinction is caused by dust and gas between a star and the observer. It is the difference between the observed magnitude and the magnitude the source would have had if no extinction had taken place."@en ; + om:symbol "A" ; + rdfs:label "extinction"@en , + "extinctie"@nl . + + +om:ExtinctionAtWaveband om:symbol "A_X" ; + rdfs:label "extinction at waveband"@en . + + +om:ExtinctionAtWavelength rdfs:label "extinction at wavelength"@en ; + om:symbol "A_λ" . + + +om:ExtinctionInB rdfs:label "extinction in B"@en ; + om:symbol "A_B" . + + +om:ExtinctionInU om:symbol "A_U" ; + rdfs:label "extinction in U"@en . + + +om:ExtinctionInV om:symbol "A_V" ; + rdfs:label "extinction in V"@en . + + +om:FahrenheitTemperature rdfs:label "Fahrenheittemperatuur"@nl , + "Fahrenheit temperature"@en ; + om:symbol "T" . + + +om:FatMassFraction rdfs:label "fat mass fraction"@en ; + rdfs:comment "The fraction of the mass of fat in a phenomenon"@en . + + +om:Firmness-Penetrometer-Method1 rdfs:label "firmness (penetrometer) (method 1)"@en ; + om:alternativeLabel "firmness_pen_1"@en ; + rdfs:label "stevigheid (penetrometer) (methode 1)"@nl ; + rdfs:comment "Stevigheid gemeten met penetrometer methode 1."@nl . + + +om:Firmness-Penetrometer-Method2 rdfs:comment "Stevigheid gemeten met penetrometer methode 2."@nl ; + rdfs:label "firmness (penetrometer) (method 2)"@en ; + om:alternativeLabel "firmness_pen_2"@en ; + rdfs:label "stevigheid (penetrometer) (methode 2)"@nl . + + +om:FirstCowlingNumber rdfs:label "first Cowling number"@en ; + om:symbol "Co_1" . + + +om:FlowpackMass om:unofficialLabel "flowpack weight" ; + rdfs:label "flowpack mass"@en . + + +om:Fluidity rdfs:label "fluidity"@en . + + +om:FontSize rdfs:label "font size"@en , + "fontgrootte"@nl . + + +om:Force om:symbol "F" ; + rdfs:label "力"@zh , + "kracht"@nl ; + rdfs:comment "Force is the extent to which an object with mass can be caused to accelerate. It is a derived quantity in the International System of Units. Force is mass times acceleration."@en ; + rdfs:label "force"@en . + + +om:FourierNumber rdfs:comment "The Fourier number is a dimensionless number that characterises heat conduction. It is the ratio of heat conduction rate to rate of thermal energy storage. The Fourier number is a dimensionless time."@en ; + rdfs:label "Fourier number"@en ; + om:symbol "Fo" ; + rdfs:label "getal van Fourier"@nl . + + +om:FourierNumberForMassTransfer om:symbol "Fo*" ; + rdfs:label "Fourier number for mass transfer"@en . + + +om:Frequency rdfs:comment "Frequency is a measure of the number of occurrences of a repeating event per unit time."@en ; + om:alternativeSymbol "ν" ; + rdfs:label "频率"@zh ; + om:unofficialAbbreviation "freq" ; + rdfs:label "frequency"@en ; + om:symbol "f" ; + rdfs:label "frequentie"@nl . + + +om:Friction rdfs:label "wrijving"@nl , + "friction"@en ; + rdfs:comment "Friction is a force that resists the relative motion of solid surfaces, fluid layers, or material elements sliding against each other."@en . + + +om:FroudeNumber om:symbol "Fr" ; + rdfs:comment "The Froude number is a dimensionless number that compares inertial and gravitational forces. It may be used to quantify the resistance of an object moving through water, and compare objects of different sizes."@en ; + rdfs:label "getal van Froude"@nl , + "Froude number"@en . + + +om:GalacticCylindricalPolarAngleCoordinate rdfs:label "galactic cylindrical polar angle coordinate"@en ; + om:symbol "φ" ; + rdfs:comment "The angle from the Galactic centre between the perpendicular projection of the Sun on the Galactic plane and the projection of the object. This is one of the three Galactic Cylindrical Polar Coordinates."@en . + + +om:GalacticLatitude om:symbol "b" ; + rdfs:comment "The angular distance on the celestial sphere north or south of the galactic equator. It is measured along the great circle passing through the object and the galactic poles and perpendicular to the galactic equator."@en ; + rdfs:label "galactic latitude"@en . + + +om:GalacticLongitude om:symbol "l" ; + rdfs:comment "The angular distance on the celestial sphere measured clockwise from the galactic centre (as defined by the International Astronomical Union (IAU)) along the galactic equator to the intersection with the great circle drawn from the galactic north pole through the object."@en ; + rdfs:label "galactic longitude"@en . + + +om:GasConstant om:alternativeLabel "universele gasconstante"@nl ; + rdfs:label "gasconstante"@nl ; + om:symbol "R" ; + om:alternativeLabel "universal gas constant"@en ; + rdfs:label "gas constant"@en . + + +om:GelatinMassFraction rdfs:comment "The fraction of the mass of gelatin in a phenomenon"@en ; + rdfs:label "gelatin mass fraction"@en . + + +om:GeometricalAlbedo om:alternativeLabel "physical albedo"@en ; + rdfs:comment "Ratio between the brightness of an object as seen from the direction of a hypothetical white, diffusely reflecting sphere of the same size and at the same distance."@en ; + rdfs:label "geometrical albedo"@en ; + om:alternativeLabel "astronomical albedo"@en ; + om:symbol "A" . + + +om:GrashofNumber rdfs:comment "The Grashof number is a dimensionless number that approximates the ratio of buoyancy to viscous force that acts on a fluid."@en ; + rdfs:label "Grashof number"@en , + "getal van Grashof"@nl ; + om:symbol "Gr" . + + +om:GrashofNumberForMassTransfer om:symbol "Gr*" ; + rdfs:label "Grashof number for mass transfer"@en . + + +om:GravitationalAcceleration rdfs:label "valversnelling"@nl ; + om:symbol "g" ; + rdfs:label "gravitational acceleration"@en ; + om:alternativeLabel "gravitatieveldsterkte"@nl , + "acceleration of free fall"@en , + "zwaarteveldsterkte"@nl . + + +om:GuarGumMassFraction rdfs:comment "The fraction of the mass of guar gum in a phenomenon"@en ; + rdfs:label "guar gum mass fraction"@en . + + +om:Half-Life om:LaTeXCommand "\\Halflife" ; + om:alternativeSymbol "τ_½" , + "T_½" , + "t_1/2" ; + om:symbol "t_½" ; + om:LaTeXSymbol "T_{\\frac{1}{2}}" ; + rdfs:label "half-life"@en . + + +om:HartmannNumber om:symbol "Ha" ; + rdfs:label "Hartmann number"@en , + "getal van Hartmann"@nl . + + +om:Heat om:symbol "Q" ; + rdfs:label "warmte"@nl ; + rdfs:comment "Heat is any flow of energy from one body or system to another due to a difference in temperature."@en ; + om:alternativeLabel "quantity of heat"@en ; + rdfs:label "heat"@en . + + +om:HeatCapacity om:alternativeSymbol "C_v" ; + om:symbol "C_p" ; + rdfs:label "warmtecapaciteit"@nl ; + rdfs:comment "Heat capacity is the heat required to increase the temperature of a system or substance one unit temperature."@en ; + rdfs:label "heat capacity"@en , + "热容量"@zh . + + +om:HeatFlowRate om:symbol "Φ" ; + om:alternativeSymbol "q" ; + rdfs:label "heat flow rate"@en . + + +om:HeatFluxDensity rdfs:label "heat flux density"@en . + + +om:HeatTransferCoefficient rdfs:label "heat transfer coefficient"@en . + + +om:Height om:symbol "h" ; + rdfs:label "hoogte"@nl , + "height"@en . + + +om:HourAngle rdfs:label "hour angle"@en , + "uurhoek"@nl ; + om:symbol "H" ; + rdfs:comment "The angular distance on the celestial sphere measured westward along the celestial equator from the meridian to the hour circle that passes through the celestial object."@en . + + +om:HubbleConstant rdfs:comment "The Hubble constant (NOT a constant over time)."@en ; + rdfs:label "constante van Hubble"@nl , + "Hubble constant"@en . + + +om:HubbleConstantAtPresentEpoch rdfs:comment "The Hubble constant at the present epoch (a constant)."@en ; + rdfs:label "Hubble constant at present epoch"@en ; + om:symbol "H_0" ; + rdfs:label "constante van Hubble tijdens het huidige epoch"@nl . + + +om:Hydrophilicity rdfs:label "hydrofiliciteit"@nl , + "hydrophilicity"@en . + + +om:Hydrophobicity rdfs:label "hydrophobicity"@en , + "hydrofobiciteit"@nl . + + +om:IMagnitude om:alternativeSymbol "m_I" ; + rdfs:label "I magnitude"@en ; + rdfs:comment "I magnitude in the Cousins photometric system."@en ; + om:symbol "I" . + + +om:Illuminance om:symbol "Φ" ; + rdfs:label "illuminance"@en ; + om:alternativeLabel "illumination"@en ; + rdfs:comment "Illuminance is the total luminous flux incident on a surface per unit area."@en ; + om:alternativeSymbol "Φ_v" . + + +om:Impulse rdfs:comment "Impulse is the integral of a force with respect to time."@en ; + rdfs:label "stoot"@nl ; + om:symbol "I" ; + rdfs:label "impulse"@en . + + +om:Inductance rdfs:comment "Inductance is that property in an electrical circuit where a change in the current flowing through that circuit induces an electromotive force that opposes the change in current."@en ; + rdfs:label "inductance"@en . + + +om:InformationCapacity rdfs:label "information capacity"@en , + "informatiecapaciteit"@nl . + + +om:InitialMassFunction om:symbol "IMF" ; + rdfs:comment "The number of stars in mass fraction dM around mass M. Used in Salpeter's Initial Mass Function (IMF)."@en ; + rdfs:label "initial mass function"@en . + + +om:IntegratedMagnitude rdfs:label "integrated magnitude"@en ; + rdfs:comment "The apparent magnitude that an extended object, such as a nebula or galaxy, would have if all its light were concentrated at a starlike point."@en . + + +om:InternalEnergy rdfs:label "internal energy"@en ; + om:symbol "U" ; + rdfs:label "inwendige energie"@nl ; + rdfs:comment "The internal energy of a thermodynamic system, or a body with well-defined boundaries is the total of the kinetic energy due to the motion of molecules (translational, rotational, vibrational) and the potential energy associated with the vibrational and electric energy of atoms within molecules or crystals."@en . + + +om:IntrinsicColourIndex rdfs:comment "The colour index a star would have in the absence of interstellar extinction (reddening). It is assumed that all stars of the same spectral type and luminosity class have the same colour index."@en ; + rdfs:label "intrinsic colour index"@en . + + +om:IonizationTemperature rdfs:label "ionization temperature"@en ; + rdfs:comment "The temperature of a gas or plasma derived from the relative numbers of neutral atoms and ions. Specifically, it is the temperature for which the Saha equations would predict these relative numbers, assuming the atoms and ions are in thermodynamic equilibrium."@en ; + om:symbol "T_ion" . + + +om:Irradiance rdfs:comment "Irradiance is the power of electromagnetic radiation at a surface per unit area."@en ; + om:symbol "E" ; + rdfs:label "irradiance"@en ; + om:alternativeSymbol "E_e" . + + +om:JeansMass om:symbol "M_J" ; + rdfs:label "Jeans mass"@en ; + rdfs:comment "The critical mass of a molecular cloud, above which it will be unstable to collapse."@en . + + +om:JohnsonMagnitude rdfs:label "Johnson magnitude"@en ; + rdfs:comment "A magnitude measured in one of Johnson's standard passbands (using a standard filter, i.e. U, B, or V)."@en ; + om:longcomment "For accurate photometry the magnitude needs to be determined over well-defined spectral regions as the spectrum of to objects may be quite different. These magnitudes are measured using filters that allows only radiation within specific spectral regions (passbands) to pass through to the detector. These filters have accurately defined transmission curves characterised by a central wavelength and a bandwidth. The UBV system devised by Harold Johnson and William Morgan has been the most important general system until recently. The precise definition requires a reflecting telescope with aluminised mirrors fitted with an RCA 1P21 photomultiplier. The U region corresponds to a region in the violet and ultraviolet, the B region corresponds to typical photographic response and the V region to the visual response region (approximating the eye's response curve)."^^rdf:XMLLiteral . + + +om:Kerma rdfs:label "kerma"@en . + + +om:KinematicViscosity om:symbol "ν" ; + om:unofficialLabel "viscosity" ; + rdfs:comment "Kinematic viscosity is the ratio of viscosity to density."@en ; + rdfs:label "kinematic viscosity"@en , + "kinematische viscositeit"@nl . + + +om:KineticEnergy om:alternativeLabel "bewegingsenergie"@nl ; + om:alternativeSymbol "T" ; + rdfs:label "kinetische energie"@nl ; + rdfs:comment "Kinetic energy is energy due to motion."@en ; + rdfs:label "kinetic energy"@en ; + om:symbol "E_k" ; + om:alternativeSymbol "K" ; + rdfs:label "动能"@zh . + + +om:KnudsenNumber rdfs:comment "The Knudsen number is a dimensionless number defined as the ratio of the molecular mean free path length to a representative physical length scale."@en ; + om:symbol "Kn" ; + rdfs:label "Knudsen number"@en , + "getal van Knudsen"@nl . + + +om:LabelMass rdfs:label "label mass"@en ; + om:unofficialLabel "label weight" . + + +om:LactoseMassFraction rdfs:comment "The fraction of the mass of lactose in a phenomenon"@en ; + rdfs:label "lactose mass fraction"@en . + + +om:Length om:symbol "l" ; + rdfs:comment "Length is the amount of space between two geographical points along a curve. It is a base quantity in the International System of Units and other systems of units. Length is speed times time. The metre, a base unit of length in the International System of Units, is defined in terms of speed of light during a certain time interval."@en ; + rdfs:label "长度"@zh , + "length"@en ; + om:alternativeSymbol "L" ; + rdfs:label "lengte"@nl . + + +om:LengthFraction rdfs:label "lengtefractie"@nl , + "length fraction"@en . + + +om:LewisNumber rdfs:label "Lewis number"@en ; + om:symbol "Le" ; + rdfs:label "getal van Lewis"@nl ; + rdfs:comment "The Lewis number is a dimensionless number defined as the ratio of thermal diffusivity to mass diffusivity."@en . + + +om:LightTime rdfs:label "light time"@en ; + rdfs:comment "The time electromagnetic radiation takes to reach Earth from a distant source. Often the correction in light time is needed to accurately calculate the apparent position of solar system objects or to calculate the period of variable stars (different times are observed when the Earth is at a different position in its orbit)."@en ; + om:symbol "τ" . + + +om:LimitingMagnitude rdfs:comment "The magnitude of the faintest object (star) that can be detected by a telescope or other instrument. Depends not only on the telescope but also on the detector and on the observing method."@en ; + rdfs:label "limiting magnitude"@en . + + +om:LinearStrain om:alternativeSymbol "e" ; + rdfs:label "linear strain"@en , + "lineaire vervorming"@nl . + + +om:Lipophilicity rdfs:label "lipofiliciteit"@nl , + "lipophilicity"@en . + + +om:LocustBeanGumMassFraction rdfs:label "locust bean gum mass fraction"@en ; + rdfs:comment "The fraction of the mass of locust bean gum in a phenomenon"@en . + + +om:LossModulus rdfs:label "loss modulus"@en ; + om:symbol "E''" . + + +om:Luminance rdfs:label "luminance"@en ; + om:alternativeSymbol "L_v" ; + rdfs:comment "Luminous flux is the total visible energy emitted by a source per unit time."@en ; + om:symbol "L" . + + +om:LuminosityFunction rdfs:comment "The number of stars of absolute magnitudes between Mv and Mv+ΔMv per cubic parsec."@en ; + rdfs:label "luminosity function"@en . + + +om:LuminousEfficacy rdfs:label "luminous efficacy"@en . + + +om:LuminousEnergy rdfs:label "luminous energy"@en ; + om:symbol "F" . + + +om:LuminousFlux rdfs:label "luminous flux"@en ; + rdfs:comment "Luminous flux is the total visible energy emitted by a source per unit time."@en ; + om:symbol "F" . + + +om:LuminousIntensity rdfs:label "lichtsterkte"@nl , + "luminous intensity"@en ; + om:symbol "I" ; + rdfs:comment "Luminous intensity is the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. It is a base quantity in the International System of Units. Luminous intensity is luminous flux divided by solid angle."@en ; + om:alternativeSymbol "I_v" . + + +om:MachNumber rdfs:label "Mach number"@en ; + om:symbol "Ma" ; + rdfs:label "Machgetal"@nl ; + rdfs:comment "The Mach number is the speed of an object that moves through air, or any fluid substance, divided by the speed of sound as it is in that substance."@en . + + +om:MagneticField om:alternativeLabel "magnetic field strength"@en ; + rdfs:label "magnetic field"@en ; + om:symbol "H" ; + om:alternativeLabel "magnetic field intensity"@en , + "magnetizing field"@en . + + +om:MagneticFlux rdfs:comment "Magnetic flux through any area perpendicular to a magnetic field is the product of the area by the field strength."@en ; + om:symbol "Φ" ; + rdfs:label "magnetic flux"@en . + + +om:MagneticFluxDensity om:symbol "B" ; + rdfs:label "magnetic flux density"@en ; + om:alternativeLabel "magnetic field"@en , + "magnetic induction"@en . + + +om:MagneticReynoldsNumber rdfs:label "magnetic Reynolds number"@en ; + om:symbol "Rm" ; + rdfs:label "magnetisch getal van Reynolds"@nl . + + +om:MagnetomotiveForce rdfs:label "magnetomotive force"@en ; + om:symbol "F" . + + +om:Magnitude rdfs:label "magnitude"@en ; + om:longcomment """The magnitude scale was originally created by Hipparchos of Nicea (160-127 BCE) and was measured by comparing the brightness between stars. Initially this was done inaccurately by eye but is currently done by using photoelectric photometers or even more recently by CCDs. Hipparchos divided the stars into six magnitude (brightness classes), the brightest stars being assigned to the first class and the faintest to the sixth class. By about the middle 1800s it became apparent that the traditional magnitude scale is close to a logarithmic scale with base 2.5. This is due to the fact that the response of the eye is nearly logarithmic. N.R. Pogson formalised the magnitude scale to closely match the traditional (visual) scale. It is now defined as: + + m1 - m2 = + -2.5log + + + f1 + + f2 + + + + where m1 - m2 is the magnitude difference between two objects, and f1 and f2 are the luminous fluxes of the two objects. The magnitude of Vega (α Lyrae, HD 172167) is defined to be 0 in all wavelengths and passbands, although in practice this can only be an approximation. The zero point is now defined using multiple standard stars from the north polar sequence (non-variable stars within 2 degrees of the north celestial pole) or secondary standard stars from other parts of the sky. Please note that the scale is inverted, objects of magnitude 1 have a higher luminous flux than objects of magnitude 5. Stars of magnitude 6 are just visible to the naked eye under good observing conditions. + The units of magnitude, also called magnitude, are usually not indicated except when indicating small magnitude differences when milli- or micromagnitudes are used."""^^rdf:XMLLiteral ; + rdfs:label "magnitude"@nl ; + om:symbol "m" ; + rdfs:comment "Reverse logarithmic measure of the brightness of an object."@en . + + +om:MagnitudeAtMaximumBrightness om:symbol "m_max" ; + rdfs:comment "The magnitude at maximum brightness of a variable star."@en ; + rdfs:label "magnitude at maximum brightness"@en . + + +om:MagnitudeAtMinimumBrightness rdfs:label "magnitude at minimum brightness"@en ; + rdfs:comment "The magnitude at minimum brightness of a variable star."@en ; + om:symbol "m_min" . + + +om:ManualFirmness om:alternativeLabel "firmness_m"@en ; + rdfs:label "manual firmness"@en ; + rdfs:comment "Firmness manueel: code 0 - 5."@nl ; + rdfs:label "manuele stevigheid"@nl . + + +om:Mass rdfs:label "mass"@en ; + om:unofficialLabel "weight" ; + om:symbol "m" ; + rdfs:label "massa"@nl ; + rdfs:comment "Mass is the amount of matter of a phenomenon. It is a base quantity in the International System of Units. Mass is force divided by acceleration."@en ; + rdfs:label "质量"@zh . + + +om:MassFlow rdfs:comment "Mass flow is the movement of substances at equal rates or as a single body."@en ; + rdfs:label "mass flow"@en . + + +om:MassFraction rdfs:label "mass fraction"@en , + "massafractie"@nl ; + om:alternativeLabel "concentration (w/w)"@en ; + om:symbol "w" . + + +om:Metallicity rdfs:label "metallicity"@en ; + rdfs:comment "The log of the ratio between the ratios of the observed Fe and H quantities in a star and the same ratio in the Sun. This is a very important quantity that is often used in astronomy as an indicator of the age of a star."@en . + + +om:ModeratedStarchMassFraction rdfs:comment "The fraction of the mass of moderated starch in a phenomenon"@en ; + rdfs:label "moderated starch mass fraction"@en . + + +om:ModulusOfElasticity om:alternativeSymbol "Y" ; + om:symbol "E" ; + om:alternativeLabel "Young's modulus"@en ; + rdfs:label "modulus of elasticity"@en , + "elasticiteitsmodulus"@nl . + + +om:Molality rdfs:comment "Molality is the number of moles of solute per kilogram of solvent."@en ; + om:symbol "b" ; + rdfs:label "molaliteit"@nl , + "molality"@en ; + om:alternativeLabel "molality of solution"@en ; + om:alternativeSymbol "m" . + + +om:MolarEnergy rdfs:label "molaire energie"@nl , + "molar energy"@en . + + +om:MolarEntropy rdfs:label "molar entropy"@en , + "molaire entropie"@nl . + + +om:MolarHeatCapacity rdfs:label "molar heat capacity"@en , + "molaire warmtecapaciteit"@nl . + + +om:MolarMass rdfs:label "molaire massa"@nl , + "molar mass"@en ; + om:symbol "M" . + + +om:MolarVolume rdfs:label "molair volume"@nl , + "molar volume"@en ; + om:symbol "V_m" . + + +om:MomentOfForce rdfs:comment "Moment of force is the effectiveness of a force to produce rotation about an axis measured by the product of the force and the perpendicular distance from the line of action of the force to the axis."@en ; + rdfs:label "moment of force"@en ; + om:alternativeLabel "moment"@en ; + om:symbol "M" . + + +om:MomentOfInertia rdfs:comment "Moment of inertia is a measure of the effectiveness of mass in rotation."@en ; + rdfs:label "traagheidsmoment"@nl , + "moment of inertia"@en ; + om:alternativeSymbol "J" ; + om:symbol "I" ; + om:alternativeLabel "massatraagheidsmoment"@nl . + + +om:Momentum rdfs:label "momentum"@en ; + om:alternativeLabel "linear momentum"@en ; + om:symbol "p" ; + rdfs:comment "Momentum is the product of mass and velocity of an object."@en ; + rdfs:label "impuls"@nl . + + +om:MustardPowderMassFraction rdfs:comment "The fraction of the mass of mustard powder in a phenomenon"@en ; + rdfs:label "mustard powder mass fraction"@en . + + +om:NeckRingMass rdfs:label "neck ring mass"@en ; + om:unofficialLabel "neck ring weight" . + + +om:NoiseEquivalentPower om:symbol "NEP" ; + rdfs:comment "Radiative flux on a detector needed for a signal/noise ratio of 1 (Kitchin, Astrophysical Techniques, IoP, Table 1.1.2)."@en ; + rdfs:label "noise equivalent power"@en . + + +om:NormalAlbedo rdfs:comment "Ratio between radiation falling vertically onto an object and the radiation radiated back vertically."@en ; + rdfs:label "normal albedo"@en . + + +om:NormalStrain rdfs:label "normaalvervorming"@nl , + "normal strain"@en . + + +om:NormalStress rdfs:label "normal stress"@en , + "normaalspanning"@nl . + + +om:NormalisedDetectivity rdfs:comment "The detectivity normalised by multiplying by the square root of the detector area, and by the electrical bandwidth. The units cm Hz(1/2)/W are commonly used and it then represents the signal-to-noise ratio when 1 W of radiation is incident on a detector with an area of 1 cm2, and the electrical bandwidth is 1 Hz."@en ; + rdfs:label "normalised detectivity"@en ; + om:symbol "D*" . + + +om:Number om:symbol "N" ; + om:unofficialAbbreviation "no" , + "nr" , + "#" ; + rdfs:label "number"@en . + + +om:NumberAbscisedBuds rdfs:label "aantal gevallen knoppen"@nl , + "number abscised buds"@en ; + rdfs:comment "Aantal gevallen knoppen."@nl ; + om:alternativeLabel "#abscised buds"@en . + + +om:NumberAbscisedFlowers om:alternativeLabel "#abscised flowers"@en ; + rdfs:comment "Aantal gevallen bloemen."@nl ; + rdfs:label "number abscised flowers"@en , + "aantal gevallen bloemen"@nl . + + +om:NumberAbscisedLeaves om:alternativeLabel "#abscised leaves"@en ; + rdfs:comment "Aantal gevallen bladeren."@nl ; + rdfs:label "aantal gevallen bladeren"@nl , + "number abscised leaves"@en . + + +om:NumberBlue-DiscoloredFlowers om:alternativeLabel "#blue flowers"@en ; + rdfs:label "number blue-discolored flowers"@en , + "aantal blauwverkleurde bloemen"@nl ; + rdfs:comment "Aantal blauwverkleurde bloemen."@nl . + + +om:NumberBotrytis rdfs:label "number Botrytis"@en , + "aantal Botrytis"@nl . + + +om:NumberBotrytis0 om:alternativeLabel "b0"@en ; + rdfs:comment "Aantal bloemen zonder Botrytis."@nl ; + rdfs:label "number Botrytis 0"@en , + "aantal Botrytis 0"@nl . + + +om:NumberBotrytis1 om:alternativeLabel "b1"@en ; + rdfs:label "number Botrytis 1"@en , + "aantal Botrytis 1"@nl ; + rdfs:comment "Aantal bloemen met Botrytis 1: enkele laesies: max 3 op één petaal of max 5 op meerdere plekken."@nl . + + +om:NumberBotrytis2 rdfs:label "aantal Botrytis 2"@nl ; + om:alternativeLabel "b2"@en ; + rdfs:comment "Aantal bloemen met Botrytis 2: grotere vlek(ken) op één petaal."@nl ; + rdfs:label "number Botrytis 2"@en . + + +om:NumberBotrytis3 rdfs:label "number Botrytis 3"@en ; + rdfs:comment "Aantal bloemen met Botrytis 3: één bruin petaal of vlekken op meer petalen."@nl ; + om:alternativeLabel "b3"@en ; + rdfs:label "aantal Botrytis 3"@nl . + + +om:NumberBotrytis4 om:alternativeLabel "b4"@en ; + rdfs:label "aantal Botrytis 4"@nl , + "number Botrytis 4"@en ; + rdfs:comment "Aantal bloemen met Botrytis 4: minimaal één bruin petaal en hart aangetast."@nl . + + +om:NumberBudStadium rdfs:label "aantal knopstadium"@nl , + "number bud stadium"@en . + + +om:NumberBudStadium1 rdfs:label "aantal knopstadium 1"@nl ; + om:alternativeLabel "s1"@en ; + rdfs:comment "Roos aantal in knopstadium 1: spitse knop."@nl ; + rdfs:label "number bud stadium 1"@en . + + +om:NumberBudStadium2 om:alternativeLabel "s2"@en ; + rdfs:label "aantal knopstadium 2"@nl ; + rdfs:comment "Roos aantal in knopstadium 2: spitse knop."@nl ; + rdfs:label "number bud stadium 2"@en . + + +om:NumberBudStadium3 rdfs:comment "Roos aantal in knopstadium 3: spitse knop."@nl ; + rdfs:label "number bud stadium 3"@en , + "aantal knopstadium 3"@nl ; + om:alternativeLabel "s3"@en . + + +om:NumberBudStadium4 rdfs:comment "Roos aantal in knopstadium 4: spitse knop."@nl ; + om:alternativeLabel "s4"@en ; + rdfs:label "aantal knopstadium 4"@nl , + "number bud stadium 4"@en . + + +om:NumberBudStadium5 rdfs:label "number bud stadium 5"@en , + "aantal knopstadium 5"@nl ; + rdfs:comment "Roos aantal in knopstadium 5: spitse knop."@nl ; + om:alternativeLabel "s5"@en . + + +om:NumberBuds rdfs:label "aantal knoppen"@nl , + "number buds"@en . + + +om:NumberColor rdfs:label "aantal kleur"@nl , + "number color"@en . + + +om:NumberColor1 rdfs:comment "Voorbeeld avocado Hass: code 1 poster (vrijwel) geheel groen."@nl ; + rdfs:label "aantal kleur 1"@nl ; + om:alternativeLabel "color_1"@en ; + rdfs:label "number color 1"@en . + + +om:NumberColor2 rdfs:label "aantal kleur 2"@nl , + "number color 2"@en ; + om:alternativeLabel "color_2"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 2 poster meer groen dan donker."@nl . + + +om:NumberColor3 rdfs:comment "Voorbeeld avocado Hass: code 3 poster 50% groen."@nl ; + rdfs:label "aantal kleur 3"@nl , + "number color 3"@en ; + om:alternativeLabel "color_3"@en . + + +om:NumberColor4 om:alternativeLabel "color_4"@en ; + rdfs:label "number color 4"@en , + "aantal kleur 4"@nl ; + rdfs:comment "Voorbeeld avocado Hass: code 4 poster meer donker dan groen."@nl . + + +om:NumberColor5 rdfs:comment "Voorbeeld avocado Hass: code 5 poster (vrijwel) geheel donker."@nl ; + om:alternativeLabel "color_5"@en ; + rdfs:label "number color 5"@en , + "aantal kleur 5"@nl . + + +om:NumberDensity om:symbol "n" ; + rdfs:label "number density"@en . + + +om:NumberDryBuds rdfs:label "number dry buds"@en ; + rdfs:comment "Aantal verdroogde knoppen."@nl ; + om:alternativeLabel "#dry buds"@en ; + rdfs:label "aantal verdroogde knoppen"@nl . + + +om:NumberDryFlowers rdfs:label "number dry flowers"@en ; + om:alternativeLabel "#dry flowers"@en ; + rdfs:comment "Aantal verdroogde bloemen."@nl ; + rdfs:label "aantal verdroogde bloemen"@nl . + + +om:NumberDryLeaves rdfs:label "number dry leaves"@en , + "aantal verdroogde bladeren"@nl ; + rdfs:comment "Aantal verdroogde bladeren."@nl ; + om:alternativeLabel "#dry leaves"@en . + + +om:NumberExternalBrowning rdfs:label "number external browning"@en . + + +om:NumberExternalBrowning1 rdfs:comment "Voorbeeld avocado Hass: code 1 poster."@nl ; + rdfs:label "number external browning 1"@en ; + om:alternativeLabel "ext_brown_1"@en . + + +om:NumberExternalBrowning2 om:alternativeLabel "ext_brown_2"@en ; + rdfs:label "number external browning 2"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 2 poster."@nl . + + +om:NumberExternalBrowning3 rdfs:label "number external browning 3"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 3 poster."@nl ; + om:alternativeLabel "ext_brown_3"@en . + + +om:NumberExternalBrowning4 rdfs:comment "Voorbeeld avocado Hass: code 4 poster."@nl ; + om:alternativeLabel "ext_brown_4"@en ; + rdfs:label "number external browning 4"@en . + + +om:NumberExternalBrowning5 rdfs:comment "Voorbeeld avocado Hass: code 5 poster."@nl ; + om:alternativeLabel "ext_brown_5"@en ; + rdfs:label "number external browning 5"@en . + + +om:NumberFlowers rdfs:label "aantal bloemen"@nl , + "number flowers"@en . + + +om:NumberLeaves rdfs:label "number leaves"@en , + "aantal bladeren"@nl . + + +om:NumberMalformedBuds rdfs:comment "Aantal misvormde knoppen."@nl ; + om:alternativeLabel "#malformed buds"@en ; + rdfs:label "number malformed buds"@en , + "aantal misvormde knoppen"@nl . + + +om:NumberMalformedFlowers om:alternativeLabel "#malformed flowers"@en ; + rdfs:label "aantal misvormde bloemen"@nl ; + rdfs:comment "Aantal misvormde bloemen."@nl ; + rdfs:label "number malformed flowers"@en . + + +om:NumberManualFirmness rdfs:label "aantal manuele stevigheid"@nl , + "number manual firmness"@en . + + +om:NumberManualFirmness0 om:alternativeLabel "firmness_m_0"@en ; + rdfs:label "aantal manuele stevigheid 0"@nl ; + rdfs:comment "Firmness manueel: 0 = steenhard."@nl ; + rdfs:label "number manual firmness 0"@en . + + +om:NumberManualFirmness0.5 rdfs:comment "Firmness manueel: 0.5 = hard."@nl ; + om:alternativeLabel "firmness_m_0.5"@en ; + rdfs:label "number manual firmness 0.5"@en , + "aantal manuele stevigheid 0.5"@nl . + + +om:NumberManualFirmness1 rdfs:label "aantal manuele stevigheid 1"@nl ; + rdfs:comment "Firmness manueel: 1 = zeer stevig."@nl ; + om:alternativeLabel "firmness_m_1"@en ; + rdfs:label "number manual firmness 1"@en . + + +om:NumberManualFirmness1.5 rdfs:label "aantal manuele stevigheid 1.5"@nl ; + om:alternativeLabel "firmness_m_1.5"@en ; + rdfs:comment "Firmness manueel: 1.5 = stevig."@nl ; + rdfs:label "number manual firmness 1.5"@en . + + +om:NumberManualFirmness2 rdfs:label "number manual firmness 2"@en , + "aantal manuele stevigheid 2"@nl ; + rdfs:comment "Firmness manueel: 2 = halfzacht."@nl ; + om:alternativeLabel "firmness_m_2"@en . + + +om:NumberManualFirmness2.5 rdfs:label "aantal manuele stevigheid 2.5"@nl ; + rdfs:comment "Firmness manueel: 2.5 = eetrijp."@nl ; + om:alternativeLabel "firmness_m_2.5"@en ; + rdfs:label "number manual firmness 2.5"@en . + + +om:NumberManualFirmness3 rdfs:label "number manual firmness 3"@en ; + rdfs:comment "Firmness manueel: 3 = zacht."@nl ; + om:alternativeLabel "firmness_m_3"@en ; + rdfs:label "aantal manuele stevigheid 3"@nl . + + +om:NumberManualFirmness3.5 rdfs:label "aantal manuele stevigheid 3.5"@nl ; + om:alternativeLabel "firmness_m_3.5"@en ; + rdfs:label "number manual firmness 3.5"@en ; + rdfs:comment "Firmness manueel: 3.5 = te zacht."@nl . + + +om:NumberManualFirmness4 rdfs:comment "Firmness manueel: 4 = week."@nl ; + rdfs:label "number manual firmness 4"@en ; + om:alternativeLabel "firmness_m_4"@en ; + rdfs:label "aantal manuele stevigheid 4"@nl . + + +om:NumberManualFirmness4.5 rdfs:comment "Firmness manueel: 4.5 = vies."@nl ; + rdfs:label "aantal manuele stevigheid 4.5"@nl ; + om:alternativeLabel "firmness_m_4.5"@en ; + rdfs:label "number manual firmness 4.5"@en . + + +om:NumberManualFirmness5 rdfs:comment "Firmness manueel: 5 = zeer vies."@nl ; + rdfs:label "aantal manuele stevigheid 5"@nl , + "number manual firmness 5"@en ; + om:alternativeLabel "firmness_m_5"@en . + + +om:NumberNonturgidFlowers rdfs:label "aantal slappe bloemen"@nl ; + rdfs:comment "Aantal slappe bloemen."@nl ; + om:alternativeLabel "#nonturgid flowers"@en ; + rdfs:label "number nonturgid flowers"@en . + + +om:NumberNonturgidLeaves rdfs:comment "Aantal slappe bladeren."@nl ; + rdfs:label "aantal slappe bladeren"@nl , + "number nonturgid leaves"@en ; + om:alternativeLabel "#nonturgid leaves"@en . + + +om:NumberPulpBrowning rdfs:label "number pulp browning"@en . + + +om:NumberPulpBrowning1 rdfs:label "number pulp browning 1"@en ; + om:alternativeLabel "pulp_1"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 1 poster pulp browning."@nl . + + +om:NumberPulpBrowning2 rdfs:comment "Voorbeeld avocado Hass: code 2 poster pulp browning."@nl ; + om:alternativeLabel "pulp_2"@en ; + rdfs:label "number pulp browning 2"@en . + + +om:NumberPulpBrowning3 rdfs:comment "Voorbeeld avocado Hass: code 3 poster pulp browning."@nl ; + om:alternativeLabel "pulp_3"@en ; + rdfs:label "number pulp browning 3"@en . + + +om:NumberPulpBrowning4 rdfs:comment "Voorbeeld avocado Hass: code 4 poster pulp browning."@nl ; + om:alternativeLabel "pulp_4"@en ; + rdfs:label "number pulp browning 4"@en . + + +om:NumberPulpBrowning5 rdfs:label "number pulp browning 5"@en ; + om:alternativeLabel "pulp_5"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 5 poster pulp browning."@nl . + + +om:NumberRottenFlowers rdfs:comment "Aantal rotte bloemen."@nl ; + om:alternativeLabel "#rotten flowers"@en ; + rdfs:label "aantal rotte bloemen"@nl , + "number rotten flowers"@en . + + +om:NumberRottenLeaves om:alternativeLabel "#rotten leaves"@en ; + rdfs:label "number rotten leaves"@en , + "aantal rotte bladeren"@nl ; + rdfs:comment "Aantal rotte bladeren."@nl . + + +om:NumberVascularBrowning rdfs:label "number vascular browning"@en . + + +om:NumberVascularBrowning1 om:alternativeLabel "vascular_1"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 1 poster vascular browning."@nl ; + rdfs:label "number vascular browning 1"@en . + + +om:NumberVascularBrowning2 rdfs:label "number vascular browning 2"@en ; + om:alternativeLabel "vascular_2"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 2 poster vascular browning."@nl . + + +om:NumberVascularBrowning3 rdfs:comment "Voorbeeld avocado Hass: code 3 poster vascular browning."@nl ; + om:alternativeLabel "vascular_3"@en ; + rdfs:label "number vascular browning 3"@en . + + +om:NumberVascularBrowning4 om:alternativeLabel "vascular_4"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 4 poster vascular browning."@nl ; + rdfs:label "number vascular browning 4"@en . + + +om:NumberVascularBrowning5 om:alternativeLabel "vascular_5"@en ; + rdfs:comment "Voorbeeld avocado Hass: code 5 poster vascular browning."@nl ; + rdfs:label "number vascular browning 5"@en . + + +om:NumberWiltedFlowers om:alternativeLabel "#wilted flowers"@en ; + rdfs:label "aantal verwelkte bloemen"@nl , + "number wilted flowers"@en ; + rdfs:comment "Aantal verwelkte bloemen."@nl . + + +om:NumberWiltedLeaves rdfs:label "number wilted leaves"@en ; + om:alternativeLabel "#wilted leaves"@en ; + rdfs:comment "Aantal verwelkte bladeren."@nl ; + rdfs:label "aantal verwelkte bladeren"@nl . + + +om:NumberYellowLeaves rdfs:label "aantal vergeelde bladeren"@nl ; + om:alternativeLabel "#yellow leaves"@en ; + rdfs:label "number yellow leaves"@en ; + rdfs:comment "Aantal yellow bladeren."@nl . + + +om:NusseltNumber om:symbol "Nu" ; + rdfs:comment "The Nusselt number is the ratio of convective to conductive heat transfer across (normal to) the boundary."@en ; + rdfs:label "Nusselt number"@en , + "getal van Nusselt"@nl . + + +om:NusseltNumberForMassTransfer om:symbol "Nu*" ; + rdfs:label "Nusselt number for mass transfer"@en . + + +om:OrganDoseEquivalent rdfs:label "organ dose equivalent"@en . + + +om:Overrun rdfs:label "overrun"@en . + + +om:PeakWavelength om:symbol "λ_m" ; + rdfs:comment "Wavelength for which the detectivity is at a maximum."@en ; + rdfs:label "peak wavelength"@en . + + +om:PecletNumber rdfs:comment "The Péclet number is a dimensionless number that relates the rate of advection of a flow to its rate of diffusion, often thermal diffusion."@en ; + rdfs:label "Péclet number"@en ; + om:symbol "Pe" ; + rdfs:label "getal van Péclet"@nl . + + +om:PecletNumberForMassTransfer om:symbol "Pe*" ; + rdfs:label "Péclet number for mass transfer"@en . + + +om:Percentage rdfs:label "percentage"@en . + + +om:Period om:symbol "T" ; + rdfs:label "periode"@nl , + "period"@en . + + +om:PeriodOfVariability rdfs:comment "The duration of one cycle in a (semi) periodical star."@en ; + rdfs:label "period of variability"@en ; + om:symbol "P" . + + +om:Permeability-EarthScience om:alternativeLabel "intrinsieke permeabiliteit"@nl , + "intrinsic permeability"@en ; + om:alternativeSymbol "k" ; + rdfs:label "permeabiliteit (aardwetenschappen)"@nl ; + om:symbol "κ" ; + rdfs:label "permeability (earth science)"@en . + + +om:PermeabilityOfFreeSpace rdfs:label "permeability of free space"@en ; + om:symbol "μ" ; + om:alternativeLabel "vacuum permeability"@en . + + +om:Permeance-Electromagnetic rdfs:comment "Electromagnetic permeance is a measure of flux for a number of current-turns in magnetic circuit."@en ; + rdfs:label "permeance (electromagnetic)"@en ; + om:symbol "Λ" ; + om:alternativeLabel "electromagnetic permeance"@en . + + +om:Permeance-MaterialsScience rdfs:label "permeance (materials science)"@en ; + rdfs:comment "Permeance is the degree to which a material transmits another substance."@en ; + om:symbol "Λ" . + + +om:Permittivity rdfs:label "permittivity"@en ; + om:symbol "ε" . + + +om:PersonalDoseEquivalent rdfs:label "personal dose equivalent"@en . + + +om:PhotographicAmplitude rdfs:comment "Amplitude of the light variation in photographic magnitude."@en ; + om:symbol "A_V" ; + rdfs:label "photographic amplitude"@en . + + +om:PhotographicMagnitude rdfs:label "photographic magnitude"@en ; + om:symbol "m_photo" . + + +om:PhotographicMagnitudeAtMaximumBrightness rdfs:label "photographic magnitude at maximum brightness"@en ; + om:symbol "m_p,max" . + + +om:PhotographicMagnitudeAtMinimumBrightness om:symbol "m_p,min" ; + rdfs:label "photographic magnitude at minimum brightness"@en . + + +om:PixelCount rdfs:label "pixel count"@en . + + +om:PlanetaryAberration rdfs:label "planetary aberration"@en ; + rdfs:comment "The apparent angular displacement of the observed position of a celestial object produced by the motion of the observer and the actual motion of the observed object."@en . + + +om:PotassiumSorbateMassFraction rdfs:label "potassium sorbate mass fraction"@en ; + rdfs:comment "The fraction of the mass of potassium sorbate in a phenomenon"@en . + + +om:PotentialDifference rdfs:label "potential difference"@en , + "potentiaalverschil"@nl ; + om:alternativeSymbol "V" ; + om:symbol "U" . + + +om:PotentialEnergy rdfs:label "势能"@zh ; + om:alternativeSymbol "V" ; + rdfs:label "potentiële energie"@nl ; + om:alternativeSymbol "Φ" , + "U" ; + rdfs:comment "Potential energy is energy due to position of one body with respect to another or to the relative parts of the same body."@en ; + rdfs:label "potential energy"@en ; + om:symbol "E_p" . + + +om:Power rdfs:comment "Power is the time rate at which work is done. It is a derived quantity in the International System of Units. Power is energy divided by time."@en ; + rdfs:label "power"@en ; + om:symbol "P" ; + rdfs:label "功率"@zh , + "vermogen"@nl . + + +om:PowerDensity rdfs:label "power density"@en . + + +om:PrandtlNumber rdfs:label "getal van Prandtl"@nl , + "Prandtl number"@en ; + om:symbol "Pr" . + + +om:Pressure rdfs:label "druk"@nl , + "pressure"@en ; + rdfs:comment "Pressure is the force applied to or distributed over a surface. It is a derived quantity in the International System of Units. Pressure is force divided by area."@en ; + om:symbol "p" ; + rdfs:label "压力"@zh ; + om:alternativeSymbol "P" . + + +om:ProteinMassFraction rdfs:comment "The fraction of the mass of protein in a phenomenon"@en ; + rdfs:label "protein mass fraction"@en . + + +om:PulpBrowning rdfs:label "pulp browning"@en ; + rdfs:comment "Voorbeeld avocado Hass: poster (code)."@nl ; + om:alternativeLabel "pulp"@en . + + +om:QualityMark rdfs:label "quality mark"@en ; + om:alternativeLabel "Qcijfer"@nl ; + rdfs:label "kwaliteitscijfer"@nl . + + +om:QualityMarkFlower om:alternativeLabel "Qcijfer flower"@nl ; + rdfs:label "kwaliteitscijfer bloem(en)"@nl , + "quality mark flower(s)"@en . + + +om:QualityMarkLeaf rdfs:label "kwaliteitscijfer bladeren"@nl , + "quality mark leafs"@en ; + om:alternativeLabel "Qcijfer leaf"@nl . + + +om:QualityMarkTotal om:alternativeLabel "Qcijfer total"@nl ; + rdfs:label "quality mark total"@en , + "kwaliteitscijfer total"@nl . + + +om:QuantityOfDimensionOne rdfs:label "quantity of dimension one"@en . + + +om:QuantumEfficiency om:symbol "QE" ; + rdfs:label "quantum efficiency"@en ; + rdfs:comment "Ratio (of a detector such as a CCD) of actual number of detected photons and the number of incident photons."@en . + + +om:RMagnitude om:symbol "R" ; + om:alternativeSymbol "m_R" ; + rdfs:label "R magnitude"@en ; + rdfs:comment "R magnitude in the Cousins photometric system."@en . + + +om:Radiance om:symbol "L" ; + rdfs:label "radiance"@en ; + om:alternativeSymbol "L_e" ; + rdfs:comment "Radiance is a radiometric measure that describes the amount of light that passes through or is emitted from a particular area and falls within a given solid angle in a specified direction."@en . + + +om:RadiantEnergy om:symbol "Q" ; + rdfs:label "radiant energy"@en ; + om:alternativeSymbol "W" , + "Q_e" . + + +om:RadiantFlux om:alternativeSymbol "P" ; + om:alternativeLabel "radiant power"@en ; + rdfs:label "radiant flux"@en ; + om:alternativeLabel "radiant energy flux"@en ; + om:symbol "Φ" ; + rdfs:comment "Radiant flux is the measure of the total power of electromagnetic radiation."@en ; + om:alternativeSymbol "Φ_e" . + + +om:RadiantIntensity om:symbol "I" ; + om:alternativeSymbol "I_e" ; + rdfs:label "radiant intensity"@en . + + +om:Radius rdfs:label "straal"@nl ; + om:alternativeLabel "radius"@nl ; + rdfs:label "半径"@zh , + "radius"@en ; + om:symbol "r" . + + +om:Radius-Angle rdfs:label "radius (angle)"@en , + "radius (hoek)"@nl . + + +om:RankineTemperature rdfs:label "Rankine temperature"@en ; + om:symbol "T" ; + rdfs:label "Rankinetemperatuur"@nl . + + +om:Ratio rdfs:label "ratio"@en . + + +om:RayleighNumber rdfs:comment "The Rayleigh number for a fluid is a dimensionless number associated with buoyancy driven flow."@en ; + om:symbol "Ra" ; + rdfs:label "Rayleigh number"@en , + "getal van Rayleigh"@nl . + + +om:ReaumurTemperature rdfs:label "Réaumurtemperatuur"@nl ; + om:symbol "T" ; + rdfs:label "Réaumur temperature"@en . + + +om:RedMagnitude rdfs:label "red magnitude"@en ; + rdfs:comment "A red magnitude not specified for a specific photometric system."@en ; + om:symbol "r" ; + om:alternativeSymbol "m_r" . + + +om:Reddening rdfs:label "reddening"@en ; + rdfs:comment "Reddening causes the star to appear redder if more dust or gas is between the star and the observer."@en ; + om:symbol "E" ; + om:alternativeLabel "wavelength-selective extinction"@en , + "colour excess"@en . + + +om:ReddeningB-V rdfs:comment "Reddening causes the star to appear redder if more dust or gas is between the star and the observer. The standard reddening is measured using the B and V passbands."@en ; + rdfs:label "reddening (B-V)"@en ; + om:LaTeXSymbol "E_{\\mathit{B-V}}" ; + om:symbol "E_B-V" ; + om:alternativeLabel "colour excess (B-V)"@en , + "wavelength-selective extinction (B-V)"@en . + + +om:ReddeningU-B rdfs:label "reddening (U-B)"@en ; + om:LaTeXSymbol "E_{\\mathit{U-B}}" ; + om:alternativeLabel "wavelength-selective extinction (U-B)"@en ; + rdfs:comment "Reddening measured with the U and B passbands."@en ; + om:alternativeLabel "colour excess (U-B)"@en ; + om:symbol "E_U-B" . + + +om:RelativeHumidity rdfs:label "relative humidity"@en , + "relatieve luchtvochtigheid"@nl ; + om:symbol "RH" . + + +om:Reluctance om:symbol "τ" ; + rdfs:label "reluctance"@en . + + +om:ResonanceEnergy rdfs:label "resonance energy"@en . + + +om:Responsivity rdfs:label "responsivity"@en ; + om:symbol "R" ; + rdfs:comment "Detector output for unit intensity input. Units are usually volts per watt or amps per watt."@en . + + +om:ResponsivityUnit rdfs:label "responsivity unit"@en . + + +om:ReynoldsNumber rdfs:comment "The Reynolds number is a dimensionless number that gives a measure of the ratio of inertial forces to viscous forces and, consequently, quantifies the relative importance of these two types of forces for given flow conditions."@en ; + rdfs:label "getal van Reynolds"@nl ; + om:symbol "Re" ; + rdfs:label "Reynolds number"@en . + + +om:RightAscension rdfs:label "right ascension"@en ; + om:alternativeSymbol "ra" ; + om:symbol "α" ; + rdfs:label "rechte klimming"@nl ; + rdfs:comment "The angular distance on the celestial sphere measured eastward along the celestial equator from the equinox to the great circle passing through the celestial object and the celestial north pole."@en . + + +om:SaltMassFraction rdfs:label "salt mass fraction"@en ; + rdfs:comment "The fraction of the mass of salt in a phenomenon"@en . + + +om:SaltStrength rdfs:label "salt strength"@en , + "zoutsterkte"@nl . + + +om:ScaleFactor rdfs:label "scale factor"@en , + "schaalfactor"@nl . + + +om:ScaleHeight rdfs:comment "The scale height of a feature (such as the thin galactic disk) is the height (or position) at which the number density of the feature (for instance of the number of Population II stars) is equal to 1/e times the number density at the origin (for instance the Galactic Plane)."@en ; + rdfs:label "scale height"@en ; + om:symbol "h_z" . + + +om:ScaleLength om:symbol "r" ; + rdfs:comment "The radial distance from a galaxy's core at which the average intensity has fallen to 1/e of the intensity at the centre of the galaxy."@en ; + rdfs:label "scale length"@en ; + om:alternativeLabel "scale radius"@en . + + +om:SchmidtNumber rdfs:label "Schmidt number"@en ; + om:symbol "Sc" ; + rdfs:label "getal van Schmidt"@nl . + + +om:SecularAberration rdfs:label "secular aberration"@en ; + rdfs:comment "The component of the stellar abberation resulting from the motion of the solar system in space. This component is usually ignored. The abberation is the apparent angular displacement of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en . + + +om:ShearLossModulus rdfs:label "shear loss modulus"@en ; + om:symbol "G''" . + + +om:ShearModulus om:alternativeSymbol "S" ; + rdfs:label "schuifmodulus"@nl ; + om:alternativeSymbol "μ" ; + rdfs:label "shear modulus"@en ; + om:symbol "G" ; + rdfs:comment "Shear modulus is the ratio of shear stress to shear strain."@en . + + +om:ShearRate om:symbol "S" ; + rdfs:label "shear rate"@en . + + +om:ShearStorageModulus om:symbol "G'" ; + rdfs:label "shear storage modulus"@en . + + +om:ShearStrain rdfs:label "shear strain"@en ; + rdfs:comment "Shear strain is a strain that acts parallel to the surface of a material that it acts on."@en ; + rdfs:label "schuifvervorming"@nl . + + +om:ShearStress om:symbol "τ" ; + rdfs:label "schuifspanning"@nl , + "shear stress"@en ; + rdfs:comment "Shear stress is a stress that is applied parallel or tangential to a face of a material."@en . + + +om:Slope rdfs:label "slope"@en . + + +om:SolidAngle rdfs:label "立体角"@zh ; + om:symbol "Ω" ; + rdfs:label "solid angle"@en ; + rdfs:comment "Solid angle is the ratio of the surface of a portion of a sphere enclosed by the conical surface that forms an angle to the square of the radius of the sphere."@en ; + rdfs:label "ruimtehoek"@nl ; + om:alternativeSymbol "ω" . + + +om:SoyBeanMassFraction rdfs:label "soy bean mass fraction"@en ; + rdfs:comment "The fraction of the mass of soy bean oil in a phenomenon"@en . + + +om:SpecificAmountOfMoney rdfs:label "specific amount of money"@en . + + +om:SpecificAmylaseActivity rdfs:label "specific amylase activity"@en . + + +om:SpecificCatalyticActivity rdfs:label "specific catalytic activity"@en . + + +om:SpecificColiformBacterieCount rdfs:label "coliform bacteria count (specific)"@en . + + +om:SpecificCorynebacteriumBovisCount rdfs:label "Corynebacterium bovis count (specific)"@en . + + +om:SpecificCorynebacteriumCount rdfs:label "Corynebacterium count (specific)"@en ; + om:alternativeLabel "Arcanobacterium count (specific)"@en . + + +om:SpecificCost rdfs:label "specific cost"@en . + + +om:SpecificEnergy rdfs:label "specific energy"@en ; + rdfs:comment "Specific energy is energy per unit mass."@en . + + +om:SpecificEnergyImparted rdfs:label "specific energy imparted"@en ; + om:alternativeLabel "specific energy (imparted)"@en . + + +om:SpecificEnterobacteriaceaeCount rdfs:label "Enterobacteriaceae count (specific)"@en . + + +om:SpecificEnterococcusCount rdfs:label "Enterococcus count (specific)"@en . + + +om:SpecificEntropy rdfs:label "specific entropy"@en . + + +om:SpecificEscherichiaColiCount rdfs:label "Escherichia coli count (specific)"@en . + + +om:SpecificHeatCapacity om:alternativeSymbol "c_v" ; + rdfs:label "soortelijke warmte"@nl ; + om:alternativeLabel "specifieke warmte"@nl ; + rdfs:label "specific heat capacity"@en ; + om:symbol "c_p" ; + om:alternativeLabel "specifieke warmtecapaciteit"@nl . + + +om:SpecificKlebsiellaCount rdfs:label "Klebsiella count (specific)"@en . + + +om:SpecificListeriaMonocytogenesCount rdfs:label "Listeria monocytogenes count (specific)"@en . + + +om:SpecificProteaseActivity rdfs:label "specific protease activity"@en . + + +om:SpecificSalmonellaCount rdfs:label "Salmonella count (specific)"@en . + + +om:SpecificSerratiaMarcescensCount rdfs:label "Serratia marcescens count (specific)"@en . + + +om:SpecificStaphylococcusAureusCount rdfs:label "Staphylococcus aureus count (specific)"@en . + + +om:SpecificStreptococcusAgalactiaeCount rdfs:label "Streptococcus agalactiae count (specific)"@en . + + +om:SpecificStreptococcusDysgalactiaeCount rdfs:label "Streptococcus dysgalactiae count (specific)"@en . + + +om:SpecificStreptococcusUberisCount rdfs:label "Streptococcus uberis count (specific)"@en . + + +om:SpecificViableCount rdfs:label "viable count (specific)"@en . + + +om:SpecificVolume rdfs:label "specific volume"@en ; + om:alternativeLabel "concentration (v/w)"@en ; + rdfs:label "soortelijk volume"@nl ; + rdfs:comment "Specific volume is volume per unit mass."@en ; + om:symbol "v" ; + om:alternativeLabel "specifiek volume"@nl . + + +om:SpecificYeastAndFungiCount rdfs:label "yeast and fungi count (specific)"@en . + + +om:SpectralResponse rdfs:label "spectral response"@en ; + rdfs:comment "The change in output signal as a function of changes in the wavelength of the input signal."@en . + + +om:Speed om:symbol "v" ; + rdfs:label "snelheid (scalair)"@nl ; + rdfs:comment "Speed is the time rate of motion measured by the distance moved over in unit time."@en ; + rdfs:label "speed"@en , + "速度"@zh ; + om:alternativeSymbol "u" . + + +om:StantonNumber rdfs:label "Stanton number"@en ; + om:symbol "St" ; + rdfs:label "getal van Stanton"@nl ; + rdfs:comment "The Stanton number is a dimensionless number that measures the ratio of heat transferred into a fluid to the thermal capacity of fluid."@en . + + +om:StantonNumberForMassTransfer om:symbol "St*" ; + rdfs:label "Stanton number for mass transfer"@en . + + +om:StarchMassFraction rdfs:label "starch mass fraction"@en ; + rdfs:comment "The fraction of the mass of starch in a phenomenon"@en . + + +om:StarchVA40MassFraction rdfs:comment "The fraction of the mass of starch VA40 in a phenomenon"@en ; + rdfs:label "starch VA40 mass fraction"@en . + + +om:StarchVA85MassFraction rdfs:label "starch VA85 mass fraction"@en ; + rdfs:comment "The fraction of the mass of starch VA85 in a phenomenon"@en . + + +om:StellarAberration rdfs:comment "The apparent angular displacement of the observed position of a celestial object resulting from the motion of the observer. Stellar aberration is divided into diurnal, annual, and secular components."@en ; + rdfs:label "stellar aberration"@en . + + +om:StemEndRot om:alternativeLabel "stemendrot"@en ; + rdfs:label "stem end rot"@en ; + rdfs:comment "Aanwezigheid stem end rot (1/0)."@nl . + + +om:StemEndRotAreaFraction om:alternativeLabel "stemendrot%"@en ; + rdfs:label "stem-end-rot-oppervlaktefractie"@nl , + "stem end rot area fraction"@en ; + rdfs:comment "Percentage van het oppervlak stem end rot."@nl . + + +om:StickStone rdfs:label "stick stone"@en ; + om:alternativeLabel "stickstone"@en ; + rdfs:comment "Kleefpit of niet (1/0)."@nl . + + +om:StorageModulus om:symbol "E'" ; + rdfs:label "storage modulus"@en . + + +om:Strain rdfs:label "vervorming"@nl ; + om:symbol "ε" ; + om:alternativeSymbol "γ" ; + rdfs:label "strain"@en . + + +om:StrainTensor om:alternativeLabel "rektensor"@nl , + "vervormingstensor"@nl ; + om:symbol "ε_ij" ; + rdfs:label "strain tensor"@en . + + +om:StrawMass rdfs:label "straw mass"@en ; + om:unofficialLabel "straw weight" . + + +om:Stress rdfs:label "mechanische spanning"@nl , + "stress"@en ; + rdfs:comment "Stress is a force that produces or tends to produce deformation in a body measured by the force applied per unit area."@en ; + om:symbol "σ" . + + +om:StressTensor rdfs:label "stress tensor"@en , + "mechanische-spanningstensor"@nl ; + om:symbol "τ_ij" . + + +om:StroemgrenMagnitude rdfs:comment "A magnitude measured in one of Strömgren's standard passbands (using a standard filter, u, b, v, or y) or in the passbands defined by Crawford (β_narrow or β_wide)."@en ; + rdfs:label "Strömgren magnitude"@en . + + +om:StrouhalNumber rdfs:comment "The Strouhal number is a dimensionless number that describes oscillating flow mechanisms."@en ; + om:symbol "Sr" ; + rdfs:label "getal van Strouhal"@nl , + "Strouhal number"@en . + + +om:SugarMassFraction rdfs:comment "The fraction of the mass of sugar in a phenomenon"@en ; + rdfs:label "sugar mass fraction"@en . + + +om:SupergalacticLatitude om:symbol "SGB" ; + rdfs:label "supergalactic latitude"@en ; + rdfs:comment "The angular distance on the celestial sphere north or south of the supergalactic equator. It is measured along the great circle passing through the object and the supergalactic poles and perpendicular to the supergalactic equator."@en . + + +om:SupergalacticLongitude om:symbol "SGL" ; + rdfs:comment "The angular distance on the celestial sphere measured clockwise from the supergalactic centre (as defined by the International Astronomical Union (IAU)) along the supergalactic equator to the intersection with the great circle drawn from the supergalactic north pole through the object."@en ; + rdfs:label "supergalactic longitude"@en . + + +om:SurfaceTension rdfs:comment "Surface tension is an attractive property of the surface of a liquid."@en ; + rdfs:label "surface tension"@en ; + om:symbol "γ" ; + om:alternativeSymbol "σ" ; + rdfs:label "oppervlaktespanning"@nl . + + +om:SymbolRate om:alternativeLabel "modulation rate"@en , + "baud rate"@en ; + rdfs:comment "Symbol rate is the number of symbol changes (signalling events) made to the transmission medium per second using a digitally modulated signal or a line code."@en ; + rdfs:label "symbol rate"@en . + + +om:Temperature rdfs:label "temperatuur"@nl ; + om:alternativeSymbol "θ" ; + rdfs:label "temperature"@en ; + om:symbol "T" ; + rdfs:comment "Temperature is the extent to which an object is hot."@en ; + rdfs:label "温度"@zh ; + om:unofficialAbbreviation "temp" ; + om:alternativeSymbol "t" . + + +om:TemperatureRate rdfs:label "temperatuur-rate"@nl , + "temperature rate"@en ; + om:unofficialLabel "heating rate" . + + +om:ThermalConductivity om:symbol "κ" ; + rdfs:comment "Termal conductivity indicates the ability of a material to conduct heat."@en ; + om:alternativeSymbol "K" , + "λ" , + "k" ; + rdfs:label "thermal conductivity"@en , + "thermische geleidbaarheid"@nl . + + +om:ThermalDiffusivity rdfs:label "thermal diffusivity"@en . + + +om:ThermalInsulance rdfs:label "thermal insulance"@en . + + +om:ThermalResistance rdfs:label "thermal resistance"@en . + + +om:ThermodynamicTemperature om:alternativeLabel "thermodynamische temperatuur"@nl ; + rdfs:label "thermodynamic temperature"@en ; + rdfs:comment "Thermodynamic temperature is the absolute measure of temperature. Its zero point is the temperature at which the particle constituents of matter have minimal motion and can be no colder. Thermodynamic temperature is a base quantity in the International System of Units."@en ; + rdfs:label "absolute temperatuur"@nl ; + om:symbol "T" . + + +om:Thickness rdfs:label "dikte"@nl ; + om:symbol "d" ; + om:alternativeSymbol "δ" ; + rdfs:label "thickness"@en . + + +om:Thrust rdfs:comment "Thrust is a reaction force that is caused by an accelerated mass expelled by a system in one direction."@en ; + rdfs:label "thrust"@en , + "stuwkracht"@nl . + + +om:ThuanAndGunnMagnitude rdfs:comment "A magnitude measured in one of Thuan and Gunn's standard passbands (using a standard filter, i.e. g)."@en ; + rdfs:label "Thuan and Gunn magnitude"@en . + + +om:Time rdfs:label "tijd"@nl , + "time"@en ; + rdfs:comment "Time is a base quantity in the International System of Units and other systems of units. It is measured by numbers of repetitions of cyclical events."@en ; + om:symbol "t" ; + rdfs:label "时间"@zh . + + +om:TimeConstant rdfs:comment "Time required to approach (1-1/e) of the final output value of a detector (about 63%) (Kitchin, Astrophysical Techniques, IoP, Table 1.1.2)."@en ; + om:symbol "τ" ; + rdfs:label "time constant"@en . + + +om:TopMass om:unofficialLabel "top weight" ; + rdfs:label "top mass"@en . + + +om:Torque rdfs:label "扭矩"@zh ; + om:symbol "T" ; + rdfs:label "torque"@en ; + rdfs:comment "Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis."@en ; + rdfs:label "koppel"@nl . + + +om:Total3DStartEndDistance rdfs:label "total 3D start-end distance"@en . + + +om:TotalDensityParameter rdfs:label "total density parameter"@en ; + om:symbol "Ω_T" ; + rdfs:comment "The total density parameter."@en . + + +om:TotalDistanceTravelled rdfs:label "total distance travelled"@en . + + +om:TotalNumberBuds rdfs:label "totaal aantal knoppen"@nl ; + om:alternativeLabel "#buds"@en ; + rdfs:label "total number buds"@en ; + rdfs:comment "Totaal aantal knoppen."@nl . + + +om:TotalNumberFlowers rdfs:label "totaal aantal bloemen"@nl ; + om:alternativeLabel "#flowers"@en ; + rdfs:label "total number flowers"@en ; + rdfs:comment "Totaal aantal bloemen."@nl . + + +om:TotalNumberLeaves rdfs:comment "Totaal aantal bladeren."@nl ; + rdfs:label "total number leaves"@en , + "totaal aantal bladeren"@nl ; + om:alternativeLabel "#leaves"@en . + + +om:TrueDistanceModulus rdfs:label "true distance modulus"@en . + + +om:TweenMassFraction rdfs:label "tween mass fraction"@en ; + rdfs:comment "The fraction of the mass of tween in a phenomenon"@en . + + +om:TychoBroadbandMagnitude om:symbol "T" ; + om:alternativeSymbol "m_T" ; + rdfs:label "Tycho broadband magnitude"@en ; + rdfs:comment "Broadband Tycho magnitude (formed from B and V magintude measurements."@en . + + +om:UMagnitude om:alternativeSymbol "m_U" ; + rdfs:label "U magnitude"@en ; + om:symbol "U" ; + rdfs:comment "Johnson U magnitude. The Johnson U band is a standard passband in the ultraviolet area. The central wavelength is 365nm and the bandwidth is 70nm. The filter to be used is the Corning 9863 filter."@en . + + +om:VAmplitude om:symbol "A_V" ; + rdfs:label "V amplitude"@en ; + rdfs:comment "Amplitude of the light variation in Johnson V magnitude. The Johnson V band is a standard passband in the visual area, matching the response curve of the human eye. The central wavelength is 550nm and the bandwidth is 90nm. The filter to be used is the Corning 3384 filter."@en . + + +om:VMagnitude rdfs:label "V magnitude"@en ; + om:symbol "V" ; + rdfs:comment "Johnson V magnitude. The Johnson V band is a standard passband in the visual area, matching the response curve of the human eye. The central wavelength is 550nm and the bandwidth is 90nm. The filter to be used is the Corning 3384 filter."@en ; + om:alternativeSymbol "m_V" . + + +om:VMagnitudeAtMaximumBrightness rdfs:label "V magnitude at maximum brightness"@en ; + om:symbol "V_max" ; + rdfs:comment "Johnson V magnitude (apparent) at maximum brightness (i.e. for a variable star). The Johnson V band is a standard filter in the visual area, matching the response curve of the human eye. The central wavelength is 550nm and the bandwidth is 90nm. The filter to be used is the Corning 3384 filter."@en . + + +om:VMagnitudeAtMinimumBrightness om:symbol "V_min" ; + rdfs:label "V magnitude at minimum brightness"@en ; + rdfs:comment "Johnson V magnitude (apparent) at minimum brightness (i.e. for a variable star). The Johnson V band is a standard filter in the visual area, matching the response curve of the human eye. The central wavelength is 550nm and the bandwidth is 90nm. The filter to be used is the Corning 3384 filter."@en . + + +om:VascularBrowning rdfs:label "vascular browning"@en ; + om:alternativeLabel "vascular"@en ; + rdfs:comment "Voorbeeld avocado Hass: poster (code)."@nl . + + +om:VaseLife rdfs:label "vaasleven"@nl , + "vase life"@en ; + rdfs:comment "Aantal dagen op de vaas tot onvoldoende."@nl . + + +om:VasePlusWaterMass om:alternativeLabel "weight vase"@en , + "vase plus water weight"@en ; + rdfs:label "vaas- plus watermassa"@nl , + "vase plus water mass"@en ; + rdfs:comment "Gewicht vaas plus water."@nl . + + +om:VasePlusWaterPlusFlowerMass rdfs:label "vaas- plus water- plus bloemmassa"@nl ; + om:alternativeLabel "vase plus water plus flower weight"@en ; + rdfs:label "vase plus water plus flower mass"@en ; + rdfs:comment "Gewicht vaas plus water plus bloem (= steel plus blad plus bloem)."@nl ; + om:alternativeLabel "weight flo and vase"@en . + + +om:Velocity om:symbol "u" ; + om:alternativeSymbol "v" ; + rdfs:label "snelheid (vector)"@nl ; + om:alternativeSymbol "w" ; + rdfs:comment "Velocity is the rate of change of position."@en ; + rdfs:label "velocity"@en . + + +om:ViableCount rdfs:label "viable count"@en . + + +om:VisualAlbedo rdfs:comment "The albedo only for radiation in the visual part of the spectrum."@en ; + rdfs:label "visual albedo"@en . + + +om:Volume om:alternativeSymbol "v" ; + rdfs:label "volume"@en , + "volume"@nl ; + om:alternativeLabel "inhoud"@nl ; + rdfs:comment "Volume is a measure of how much three-dimensional space any phenomenon occupies. It is a derived quantity in the International System of Units. Volume is length to the power 3."@en ; + rdfs:label "体积"@zh ; + om:symbol "V" . + + +om:VolumeFraction rdfs:label "volume fraction"@en , + "volumefractie"@nl ; + om:alternativeLabel "concentration (v/v)"@en ; + om:symbol "φ" . + + +om:VolumeStrain om:alternativeLabel "bulk strain"@en ; + rdfs:label "volume strain"@en ; + om:symbol "θ" . + + +om:VolumetricColiformBacterieCount rdfs:label "coliform bacteria count (volumetric)"@en . + + +om:VolumetricCorynebacteriumBovisCount rdfs:label "Corynebacterium bovis count (volumetric)"@en . + + +om:VolumetricCorynebacteriumCount om:alternativeLabel "Arcanobacterium count (volumetric)"@en ; + rdfs:label "Corynebacterium count (volumetric)"@en . + + +om:VolumetricEnterobacteriaceaeCount rdfs:label "Enterobacteriaceae count (volumetric)"@en . + + +om:VolumetricEnterococcusCount rdfs:label "Enterococcus count (volumetric)"@en . + + +om:VolumetricEscherichiaColiCount rdfs:label "Escherichia coli count (volumetric)"@en . + + +om:VolumetricFlowRate om:alternativeLabel "flow rate"@en ; + rdfs:label "volumetric flow rate"@en ; + om:alternativeLabel "volume flow rate"@en , + "volume flow"@en . + + +om:VolumetricHeatCapacity rdfs:label "volumetric heat capacity"@en . + + +om:VolumetricKlebsiellaCount rdfs:label "Klebsiella count (volumetric)"@en . + + +om:VolumetricListeriaMonocytogenesCount rdfs:label "Listeria monocytogenes count (volumetric)"@en . + + +om:VolumetricSalmonellaCount rdfs:label "Salmonella count (volumetric)"@en . + + +om:VolumetricSerratiaMarcescensCount rdfs:label "Serratia marcescens count (volumetric)"@en . + + +om:VolumetricStaphylococcusAureusCount rdfs:label "Staphylococcus aureus count (volumetric)"@en . + + +om:VolumetricStreptococcusAgalactiaeCount rdfs:label "Streptococcus agalactiae count (volumetric)"@en . + + +om:VolumetricStreptococcusDysgalactiaeCount rdfs:label "Streptococcus dysgalactiae count (volumetric)"@en . + + +om:VolumetricStreptococcusUberisCount rdfs:label "Streptococcus uberis count (volumetric)"@en . + + +om:VolumetricViableCount rdfs:label "viable count (volumetric)"@en . + + +om:VolumetricYeastAndFungiCount rdfs:label "yeast and fungi count (volumetric)"@en . + + +om:WaterMassFraction rdfs:label "water mass fraction"@en ; + rdfs:comment "The fraction of the mass of water in a phenomenon"@en . + + +om:Wavelength rdfs:label "golflengte"@nl , + "wavelength"@en ; + om:symbol "λ" . + + +om:Wavenumber rdfs:comment "Wavenumber is the number of repeating units of a propagating wave (the number of times a wave has the same phase) per unit of space."@en ; + rdfs:label "wavenumber"@en ; + om:symbol "σ" ; + rdfs:label "golfgetal"@nl . + + +om:WeberNumber rdfs:label "getal van Weber"@nl ; + om:symbol "We" ; + rdfs:label "Weber number"@en . + + +om:Weight rdfs:comment "Weight is a force that attracts a body towards another (reference) body."@en ; + om:alternativeSymbol "W" ; + rdfs:label "weight"@en ; + om:alternativeSymbol "P" ; + rdfs:label "gewicht"@nl ; + om:symbol "G" . + + +om:WettingAngle rdfs:label "wetting angle"@en . + + +om:WheyProteinAggregateMassFraction rdfs:label "whey protein aggregate mass fraction"@en ; + rdfs:comment "The fraction of the mass of whey protein aggregate in a phenomenon"@en . + + +om:WheyProteinBeadsMassFraction rdfs:comment "The fraction of the mass of whey protein beads in a phenomenon"@en ; + rdfs:label "whey protein beads mass fraction"@en . + + +om:WheyProteinMassFraction rdfs:label "whey protein mass fraction"@en ; + rdfs:comment "The fraction of the mass of whey protein in a phenomenon"@en . + + +om:WhiteLightMagnitude rdfs:label "white light magnitude"@en ; + om:symbol "m" . + + +om:WhiteLightMagnitudeAtMaximumBrightness om:symbol "m_max" ; + rdfs:label "white light magnitude at maximum brightness"@en . + + +om:WhiteLightMagnitudeAtMinimumBrightness om:symbol "m_min" ; + rdfs:label "white light magnitude at minimum brightness"@en . + + +om:Width rdfs:label "width"@en , + "breedte"@nl ; + om:symbol "w" . + + +om:Work rdfs:label "work"@en , + "工作"@zh ; + rdfs:comment "Work is the energy when a force acts against resistance to produce motion in a body."@en ; + om:alternativeSymbol "A" ; + rdfs:label "arbeid"@nl ; + om:symbol "W" . + + +om:XanthanMassFraction rdfs:comment "The fraction of the mass of xanthan in a phenomenon"@en ; + rdfs:label "xanthan mass fraction"@en . + + +om:ZenithDistance om:symbol "z" ; + om:alternativeLabel "zenith angle"@en ; + rdfs:label "zenitafstand"@nl ; + rdfs:comment "The angular distance on the celestial sphere measured along the great circle from the zenith to the celestial object. z = 90° - h."@en ; + om:alternativeLabel "zenithoek"@nl ; + rdfs:label "zenith distance"@en . + + +om:_1040NanometreLockwoodMagnitude om:symbol "m_L1040" ; + rdfs:comment "A magnitude in the 1.04 micrometre band of the photometric system introduced by G.W. Lockwood."@en ; + rdfs:label "1040 nm Lockwood magnitude"@en . + + +om:bMagnitude om:symbol "b" ; + rdfs:comment "b Magnitude in the Strömgren photometric system with a peak wavelength at 467 nm and a peak-half-width of 18 nm."@en ; + om:alternativeSymbol "m_b" ; + rdfs:label "b magnitude"@en . + + +om:gMagnitude rdfs:label "g magnitude"@en ; + om:alternativeSymbol "m_g" ; + rdfs:comment "g Magnitude in the Thuan and Gunn photometric system."@en ; + om:symbol "g" . + + +om:uMagnitude om:alternativeSymbol "m_u" ; + rdfs:comment "u Magnitude in the Strömgren photometric system with a peak wavelength at 350 nm and a peak-half-width of 30 nm."@en ; + om:symbol "u" ; + rdfs:label "u magnitude"@en . + + +om:vMagnitude om:alternativeSymbol "m_v" ; + rdfs:label "v magnitude"@en ; + om:symbol "v" ; + rdfs:comment "v Magnitude in the Strömgren photometric system with a peak wavelength at 411 nm and a peak-half-width of 19 nm."@en . + + +om:xRange rdfs:label "x range"@en . + + +om:xy2DStartEndDistance rdfs:label "xy 2D start-end distance"@en . + + +om:xyDistanceTravelled rdfs:label "xy distance travelled"@en . + + +om:yMagnitude om:alternativeSymbol "m_y" ; + rdfs:comment "y Magnitude in the Strömgren photometric system with a peak wavelength at 547 nm and a peak-half-width of 23 nm."@en ; + rdfs:label "y magnitude"@en ; + om:symbol "y" . + + +om:yRange rdfs:label "y range"@en . + + +om:zRange rdfs:label "z range"@en . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/saref.ttl b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/saref.ttl new file mode 100644 index 0000000..4a2d1d2 --- /dev/null +++ b/src/divide-central/divide-global-monitor/src/main/resources/meta-model/ontology/saref.ttl @@ -0,0 +1,1361 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix foaf: . +@prefix rdfs: . +@prefix saref: . +@prefix dcterms: . +@prefix vann: . +@base . + + rdf:type owl:Ontology ; + owl:versionInfo "v3.1.1" ; + owl:versionIRI ; + dcterms:issued "2020-02-11"^^xsd:date ; + dcterms:modified "2020-05-29"^^xsd:date ; + dcterms:title "SAREF: the Smart Applications REFerence ontology"@en ; + dcterms:publisher ; + dcterms:license ; + dcterms:creator ; + dcterms:creator ; + dcterms:creator ; + dcterms:creator ; + dcterms:source ; + rdfs:seeAlso ; + vann:preferredNamespacePrefix "saref" ; + vann:preferredNamespaceUri "https://saref.etsi.org/core/" ; + dcterms:description "The Smart Applications REFerence ontology (SAREF) is intended to enable interoperability between solutions from different providers and among various activity sectors in the Internet of Things (IoT), thus contributing to the development of the global digital market."@en ; + rdfs:comment """Information about changes compared to version 2.1.1: + - Added the saref:FeatureOfInterest class and the properties used to relate it to saref:Measurement (saref:hasMeasurement and saref:isMeasurementOf) and to saref:Property (saref:hasProperty and saref:isPropertyOf). + - Added the saref:measurementMadeBy property as inverse of saref:makesMeasurement. + - The saref:relatesToProperty and saref:relatesToMeasurement properties are now inverse of each other. + - The range of saref:hasValue, which was defined as xsd:float, has been removed to support other datatypes for measurements. + - The range of datatype properties, which was defined as xsd:string, has been removed in order to support strings with language tags (rdf:langString). This affects saref:hasDescription, saref:hasManufacturer, saref:hasModel and saref:hasName, which now have implicitly a range of rdfs:Literal. + - The saref:hasName property has been removed and the use of rdfs:label is recommended. + - The saref:hasDescription property has been deprecated and the use of rdfs:comment is recommended. + - Too restrictive restrictions have been removed and in some cases the ontology documentation has been updated to reflect this: a saref:Command having at most one saref:hasDescription; a saref:Task being accomplished by at least one saref:Device; a saref:Device having a typical consumption of only energy or power; a saref:Commodity being measured in units of measure; restrictions on the values of saref:accomplishes that only covered specific use cases; universal restrictions on the saref:actsUpon property have been changed to existential ones; restrictions on the commands that a saref:Function may have, since there could be others not included in the defined enumerations; restrictive documentation of saref:EventFunction and saref:SmokeSensor. + - Bugs have been fixed: some devices (saref:DoorSwitch, saref:EnergyMeter, saref:LigthSwitch, saref:SmokeSensor, and saref:TemperatureSensor) were defined as subclass of a device and at the same time as consisting of such device; a saref:LightSwitch controls light and does not measure light, since it is an actuator; incorrect documentation of saref:OnState and saref:OffState. + - The saref:BuildingRelated, saref:EnergyRelated and saref:FunctionRelated classes have been removed, since the different extensions already classify the device types. + - The instances of the subclasses of saref:Command have been removed, since they represent examples. + - The instances of saref:UnitOfMeasure have been moved to examples. + - The classes related to the SAREF4ENER extension have been removed: saref:Generator, saref:Storage, saref:Load and saref:EnergyMeter. + - Some instances of saref:Device have been moved to examples: saref:WashingMachine, saref:LightingDevice, saref:MicroRenewable, saref:Multimedia, and saref:Network. + - Added domain and range axioms wherever the definition of a property unambiguously identifies the domain or the range of the property. + - The OWL Time ontology is not imported anymore. + - The documentation of some ontology terms has been updated for clarification. + - Language tags have been added to all labels and comments. +""" ; + rdfs:comment """Information about changes compared to version 1.1.1: + - The classes and properties related to how to represent devices in building spaces (such as the saref:BuildingSpace class, saref:BuildingObject class and saref:isLocatedIn property) have been removed from SAREF and incorporated into the SAREF4BLDG extension related to buildings, including the reuse of the W3C? WGS84 geo positioning vocabulary. + - The saref:DeviceCategory and saref:FunctionCategory classes have been removed. Instead, the hierarchy of device categories has been implemented directly as subclasses of the saref:Device class. + - The information specific for energy efficiency has been moved to the SAREF4ENER extension. For example, the saref:Profile class has been redefined to accommodate only the properties that are general enough for any type of profile, not only for energy and power. Details on how to specifically model a power profile can be found in the SAREF4ENER extension. + - The subclasses of the saref:Energy class have been removed (i.e., Average Energy, Maximum Energy, Minimum Energy, Total Energy, HVAC Energy, Hot Water Energy and Lighting Energy). + - The saref:Property class has been split into two classes (saref:Property and saref:Measurement), as it is done in the SAREF4ENVI extension, in order to properly accommodate the distinction between the concept of property (an observable quality of something) and the concept of measurement (a concrete value observed for a property). + - Too restrictive cardinality restrictions have been revised, sometimes making them optional rather than mandatory (better to make properties mandatory in the extensions that specialize SAREF for a specific purpose, rather than restricting SAREF, whose purpose is more general). For example, definitions of units of measurement using an enumeration (owl:oneOf) were too restrictive because they did not allow using other units than those enumerated. Therefore, the individuals of each class are still there, but the owl:oneOf enumeration has been removed. + - The saref:UnitOfMeasure subclasses use individuals from the OM ontology for unit of measures, but this is not the only solution. It has been clarified in the comments that the OM ontology is an example, but other ontologies can be used. + - The global restrictions (rdfs:domain and rdfs:range) in object properties have been completely removed not to hinder interoperability. Object properties are now only restricted locally in the classes. + - The subclasses of saref:Task have been transormed in individuals. + - The saref:hasTask property has been removed from the saref:Profile class to resolve an ambiguity with the saref:Task class.""" . + +dcterms:issued a owl:AnnotationProperty . +dcterms:modified a owl:AnnotationProperty . +dcterms:source a owl:AnnotationProperty . +dcterms:creator a owl:AnnotationProperty . +dcterms:title a owl:AnnotationProperty . +dcterms:description a owl:AnnotationProperty . +dcterms:license a owl:AnnotationProperty . +dcterms:publisher a owl:AnnotationProperty . +vann:preferredNamespacePrefix a owl:AnnotationProperty . +vann:preferredNamespaceUri a owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://saref.etsi.org/core/accomplishes +saref:accomplishes rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isAccomplishedBy ; + rdfs:comment "A relationship between a certain entity (e.g., a device) and the task it accomplishes"@en ; + rdfs:range saref:Task ; + rdfs:label "accomplishes"@en . + + +### https://saref.etsi.org/core/actsUpon +saref:actsUpon rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a command and a state"@en ; + rdfs:domain saref:Command ; + rdfs:range saref:State ; + rdfs:label "acts upon"@en . + + +### https://saref.etsi.org/core/consistsOf +saref:consistsOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship indicating a composite entity that consists of other entities (e.g., a temperature/humidity sensor that consists of a temperature sensor and a humidity sensor)"@en ; + rdfs:label "consists of"@en . + + +### https://saref.etsi.org/core/controlsProperty +saref:controlsProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the property that can be controlled by a certain device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Property ; + rdfs:label "controls property"@en . + + +### https://saref.etsi.org/core/hasCommand +saref:hasCommand rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isCommandOf ; + rdfs:comment "A relationship between a function and a command"@en ; + rdfs:domain saref:Function ; + rdfs:range saref:Command ; + rdfs:label "has command"@en . + + +### https://saref.etsi.org/core/hasFunction +saref:hasFunction rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the function of a device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Function ; + rdfs:label "has function"@en . + + +### https://saref.etsi.org/core/hasMeasurement +saref:hasMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a feature of interest and a measurement about it"@en ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Measurement ; + rdfs:label "has measurement"@en . + + +### https://saref.etsi.org/core/hasMeterReading +saref:hasMeterReading rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a metering function and the measurement of the reading"@en ; + rdfs:domain saref:MeteringFunction ; + rdfs:range saref:Measurement ; + rdfs:label "has meter reading"@en . + + +### https://saref.etsi.org/core/hasMeterReadingType +saref:hasMeterReadingType rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the reading type of a metering function (e.g., Water, Gas, Pressure , Energy , Power, etc.)"@en ; + rdfs:domain saref:MeteringFunction ; + rdfs:range saref:Property ; + rdfs:label "has meter reading type"@en . + + +### https://saref.etsi.org/core/hasPrice +saref:hasPrice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship indentifying the price associated to an entity"@en ; + rdfs:range saref:Price ; + rdfs:label "has price"@en . + + +### https://saref.etsi.org/core/hasProfile +saref:hasProfile rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship associating a profile to a certain device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Profile ; + rdfs:label "has profile"@en . + + +### https://saref.etsi.org/core/hasMeasurement +saref:hasMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a feature of interest and a measurement about it"@en ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Measurement ; + rdfs:label "has measurement"@en . + + +### https://saref.etsi.org/core/hasProperty +saref:hasProperty rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isPropertyOf ; + rdfs:comment "A relationship between a feature of interest and a property of that feature"@en ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Property ; + rdfs:label "has property"@en . + + +### https://saref.etsi.org/core/hasSensingRange +saref:hasSensingRange rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a sensing function and a measurement identifying the range of a sensor detection"@en ; + rdfs:domain saref:SensingFunction ; + rdfs:range saref:Measurement ; + rdfs:label "has sensing range"@en . + + +### https://saref.etsi.org/core/hasSensorType +saref:hasSensorType rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the sensing type of a sensor detection (i.e., Temperature, Occupancy, Humidity, Motion , Smoke, Pressure, etc.) "@en ; + rdfs:domain saref:SensingFunction ; + rdfs:range saref:Property ; + rdfs:label "has sensor type"@en . + + +### https://saref.etsi.org/core/hasState +saref:hasState rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the type of state of a device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:State ; + rdfs:label "has state"@en . + + +### https://saref.etsi.org/core/hasThresholdMeasurement +saref:hasThresholdMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship associated with an event function to notify that a certain threshold measurement has been exceeded"@en ; + rdfs:domain saref:EventFunction ; + rdfs:range saref:Measurement ; + rdfs:label "has threshold measurement"@en . + + +### https://saref.etsi.org/core/hasTime +saref:hasTime rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship to associate time information to an entity"@en ; + rdfs:range saref:Time ; + rdfs:label "has time"@en . + + +### https://saref.etsi.org/core/hasTypicalConsumption +saref:hasTypicalConsumption rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the typical (energy or power) consumption of a device"@en ; + rdfs:label "has typical consumption"@en . + + +### https://saref.etsi.org/core/isAbout +saref:isAbout rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying what an entity, such as a profile, is about"@en ; + rdfs:label "isAbout"@en . + + +### https://saref.etsi.org/core/isAccomplishedBy +saref:isAccomplishedBy rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying an entity (e.g., a device) that can accomplish a task."@en ; + rdfs:domain saref:Task ; + rdfs:label "is accomplished by"@en . + + +### https://saref.etsi.org/core/isCommandOf +saref:isCommandOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a command and a function."@en ; + rdfs:domain saref:Command ; + rdfs:range saref:Function ; + rdfs:label "is command of"@en . + + +### https://saref.etsi.org/core/isControlledByDevice +saref:isControlledByDevice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the devices that can control a certain property"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:Device ; + rdfs:label "is controlled by device"@en . + + +### https://saref.etsi.org/core/isMeasuredByDevice +saref:isMeasuredByDevice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the devices that can measure a certain property"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:Device ; + rdfs:label "is measured by device"@en . + + +### 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."@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:UnitOfMeasure ; + rdfs:label "is measured in"@en . + + +### https://saref.etsi.org/core/isMeasurementOf +saref:isMeasurementOf rdf:type owl:ObjectProperty ; + owl:inverseOf saref:hasMeasurement ; + rdfs:comment "A relationship between a measurement and the feature of interest whose quality was measured"@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:FeatureOfInterest ; + rdfs:label "isMeasurementOf"@en . + + +### https://saref.etsi.org/core/isOfferedBy +saref:isOfferedBy rdf:type owl:ObjectProperty ; + owl:inverseOf saref:offers ; + rdfs:comment "A relationship between a service and a device that offers the service"@en ; + rdfs:domain saref:Service ; + rdfs:range saref:Device ; + rdfs:label "is offered by"@en . + + +### https://saref.etsi.org/core/isPropertyOf +saref:isPropertyOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a property and the feature of interest it belongs to"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:FeatureOfInterest ; + rdfs:label "is property of"@en . + + +### https://saref.etsi.org/core/isUsedFor +saref:isUsedFor rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the commodity for which a device is used for"@en ; + rdfs:label "is used for"@en . + + +### https://saref.etsi.org/core/makesMeasurement +saref:makesMeasurement rdf:type owl:ObjectProperty ; + owl:inverseOf saref:measurementMadeBy ; + rdfs:comment "A relation between a device and the measurements it makes. Such measurement will link together the value of the measurement, its unit of measure and the property to which it relates."@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Measurement ; + rdfs:label "makes measurement"@en . + +### https://saref.etsi.org/core/measurementMadeBy +saref:measurementMadeBy rdf:type owl:ObjectProperty ; + rdfs:comment "A relation between a measurement and the device that made it."@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:Device ; + rdfs:label "measurement made by"@en . + + +### https://saref.etsi.org/core/measuresProperty +saref:measuresProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the property that can be measured by a certain device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Property ; + rdfs:label "measures property"@en . + + +### https://saref.etsi.org/core/offers +saref:offers rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a device and a service"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Service ; + rdfs:label "offers"@en . + + +### https://saref.etsi.org/core/relatesToMeasurement +saref:relatesToMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a property and the measurements it relates to"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:Measurement ; + rdfs:label "relates to measurement"@en . + + +### https://saref.etsi.org/core/relatesToProperty +saref:relatesToProperty rdf:type owl:ObjectProperty ; + owl:inverseOf saref:relatesToMeasurement ; + rdfs:comment "A relationship between a measurement and the property it relates to"@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:Property ; + rdfs:label "relates to property"@en . + + +### https://saref.etsi.org/core/represents +saref:represents rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a service and a function."@en ; + rdfs:domain saref:Service ; + rdfs:range saref:Function ; + rdfs:label "represents"@en . + + +################################################################# +# Data properties +################################################################# + +### https://saref.etsi.org/core/hasDescription +saref:hasDescription rdf:type owl:DatatypeProperty ; + owl:deprecated "true"^^xsd:boolean ; + rdfs:comment "DEPRECATED: The use of rdfs:comment is recommended instead."@en ; + rdfs:comment "A relationship providing a description of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; + rdfs:label "has description"@en . + + +### 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."@en ; + rdfs:label "has manufacturer"@en . + + +### https://saref.etsi.org/core/hasModel +saref:hasModel rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship identifying the model of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; + rdfs:label "has model"@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)."@en ; + rdfs:label "has timestamp"@en . + + +### https://saref.etsi.org/core/hasValue +saref:hasValue rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power. Note that, even if numeric values are expected to enable reasoning, measurement values could use other datatypes."@en ; + rdfs:label "has value"@en . + + +################################################################# +# Classes +################################################################# + + +### https://saref.etsi.org/core/ActuatingFunction +saref:ActuatingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows to transmit data to actuators, such as level settings (e.g., temperature) or binary switching (e.g., open/close, on/off)"@en ; + rdfs:label "Actuating function"@en . + + +### https://saref.etsi.org/core/Actuator +saref:Actuator rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:ActuatingFunction + ] ; + rdfs:comment "A device responsible for moving or controlling a mechanism or system by performing an actuating function"@en ; + rdfs:label "Actuator"@en . + + +### https://saref.etsi.org/core/Appliance +saref:Appliance rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "An electrical/mechanical machine that accomplish some household functions, such as cleaning or cooking"@en ; + rdfs:label "Appliance"@en . + + +### https://saref.etsi.org/core/CloseCommand +saref:CloseCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OpenCloseState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OpenCloseFunction + ] ; + owl:disjointWith saref:OpenCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Close command"@en . + + +### https://saref.etsi.org/core/CloseState +saref:CloseState rdf:type owl:Class ; + rdfs:subClassOf saref:OpenCloseState ; + rdfs:comment "The state of a device that is CLOSE"@en ; + rdfs:label "Close state"@en . + + +### https://saref.etsi.org/core/Coal +saref:Coal rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Coal"@en . + + +### https://saref.etsi.org/core/Command +saref:Command rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:allValuesFrom saref:State + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] ; + 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. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended."@en ; + rdfs:label "Command"@en . + + +### https://saref.etsi.org/core/Commodity +saref:Commodity rdf:type owl:Class ; + rdfs:comment "A marketable item for which there is demand, but which is supplied without qualitative differentiation across a market. SAREF refers to energy commodities such as electricity, gas, coal and oil. "@en ; + rdfs:label "Commodity"@en . + + +### https://saref.etsi.org/core/Currency +saref:Currency rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The class of units of measure for price"@en ; + rdfs:label "Currency"@en . + + +### https://saref.etsi.org/core/Device +saref:Device rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:consistsOf ; + owl:allValuesFrom saref:Device + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:controlsProperty ; + owl:allValuesFrom saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasProfile ; + owl:allValuesFrom saref:Profile + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:allValuesFrom saref:State + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isUsedFor ; + owl:allValuesFrom saref:Commodity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:makesMeasurement ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:allValuesFrom saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:offers ; + owl:allValuesFrom saref:Service + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:accomplishes ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Task + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasManufacturer ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasModel ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] ; + 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:label "Device"@en . + + +### https://saref.etsi.org/core/DoorSwitch +saref:DoorSwitch rdf:type owl:Class ; + rdfs:subClassOf saref:Switch , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:OpenCloseFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:someValuesFrom saref:OpenCloseState + ] ; + rdfs:comment "A switch that performs the saref:OpenCloseFunction, is used for controlling a door, and can be found in the state saref:OpenCloseState. A saref:DoorSwitch is typically used to accomplish saref:Safety."@en ; + rdfs:label "Door switch"@en . + + +### https://saref.etsi.org/core/Electricity +saref:Electricity rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Electricity"@en . + + +### https://saref.etsi.org/core/Energy +saref:Energy rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value measured in an energy unit (such as Kilowatt_Hour or Watt_hour). Furter specializations of the saref:Energy class can be found in the SAREF4ENER extension, where classes such as EnergyMax, EnergyMin and EnergyExpected are defined. "@en ; + rdfs:label "Energy"@en . + + +### https://saref.etsi.org/core/EnergyUnit +saref:EnergyUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for energy"@en ; + rdfs:label "Energy unit"@en . + + +### https://saref.etsi.org/core/EventFunction +saref:EventFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasThresholdMeasurement ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Measurement + ] ; + rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."@en ; + rdfs:label "Event function"@en . + + +### https://saref.etsi.org/core/FeatureOfInterest +saref:FeatureOfInterest rdf:type owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty saref:hasProperty ; + owl:allValuesFrom saref:Property + ] , + [ a owl:Restriction ; + owl:onProperty saref:hasMeasurement ; + owl:allValuesFrom saref:Measurement + ] ; + rdfs:comment "A feature of interest represents any real world entity from which a property is measured."@en ; + rdfs:label "Feature of interest"@en . + + +### https://saref.etsi.org/core/Function +saref:Function rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:hasCommand ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Command + ] ; + 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:label "Function"@en . + + +### https://saref.etsi.org/core/Gas +saref:Gas rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Gas"@en . + + +### https://saref.etsi.org/core/GetCommand +saref:GetCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command ; + rdfs:comment "A type of command"@en ; + rdfs:label "Get command"@en . + + +### https://saref.etsi.org/core/GetCurrentMeterValueCommand +saref:GetCurrentMeterValueCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get current meter value command"@en . + + +### https://saref.etsi.org/core/GetMeterDataCommand +saref:GetMeterDataCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get meter data command"@en . + + +### https://saref.etsi.org/core/GetMeterHistoryCommand +saref:GetMeterHistoryCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get meter history command"@en . + + +### https://saref.etsi.org/core/GetSensingDataCommand +saref:GetSensingDataCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:SensingFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get sensing data command"@en . + + +### https://saref.etsi.org/core/HVAC +saref:HVAC rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "Heating, Ventilation and Air Conditioning (HVAC) device that provides indoor environmental comfort. A saref:HVAC is typically used to accomplish saref:Comfort."@en ; + rdfs:label "HVAC"@en . + + +### https://saref.etsi.org/core/Humidity +saref:Humidity 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 humidity unit"@en ; + rdfs:label "Humidity"@en . + + +### https://saref.etsi.org/core/IlluminanceUnit +saref:IlluminanceUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for light"@en ; + rdfs:label "Illuminance unit"@en . + + +### https://saref.etsi.org/core/LevelControlFunction +saref:LevelControlFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to do level adjustments of a property in a certain range (e.g., 0%-100%), such as dimming a light in a room or setting the speed of an electric motor. "@en ; + rdfs:label "Level control function"@en . + + +### https://saref.etsi.org/core/Light +saref:Light 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 illuminance unit (lux)"@en ; + rdfs:label "Light"@en . + + +### https://saref.etsi.org/core/LightSwitch +saref:LightSwitch rdf:type owl:Class ; + rdfs:subClassOf saref:Switch , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:OnOffFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:controlsProperty ; + owl:someValuesFrom saref:Light + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:offers ; + owl:someValuesFrom saref:SwitchOnService + ] ; + rdfs:comment "A switch that performs the saref:OnOffFunction, controls the property saref:Light, and can be found in the state saref:OnOffState. It can offer a switch on service. A saref:LightSwitch is typically used to accomplish saref:Lighting."@en ; + rdfs:label "Light switch"@en . + + +### 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: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 + ] ; + 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:label "Measurement"@en . + + +### https://saref.etsi.org/core/Meter +saref:Meter rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A device built to accurately detect and display a quantity in a form readable by a human being. Further, a device of category saref:Meter that performs a saref:MeteringFunction."@en ; + rdfs:label "Meter"@en . + + +### https://saref.etsi.org/core/MeteringFunction +saref:MeteringFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasMeterReading ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasMeterReadingType ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( saref:Commodity + saref:Property + ) + ] + ] ; + rdfs:comment "A function that allows to get data from a meter, such as current meter reading or instantaneous demand"@en ; + rdfs:label "Metering function"@en . + + +### https://saref.etsi.org/core/Motion +saref:Motion 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 unit of measure for motion"@en ; + rdfs:label "Motion"@en . + + +### https://saref.etsi.org/core/MultiLevelState +saref:MultiLevelState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "Multi level state"@en . + + +### https://saref.etsi.org/core/NotifyCommand +saref:NotifyCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:EventFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Notify command"@en . + + +### https://saref.etsi.org/core/Occupancy +saref:Occupancy rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value (saref:hasValue property) that is measured in a unit of measure for occupancy"@en ; + rdfs:label "Occupancy"@en . + + +### https://saref.etsi.org/core/OffCommand +saref:OffCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + owl:disjointWith saref:OnCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Off command"@en . + + +### https://saref.etsi.org/core/OffState +saref:OffState rdf:type owl:Class ; + rdfs:subClassOf saref:OnOffState ; + rdfs:comment "The state of a device that is Off"@en ; + rdfs:label "Off state"@en . + + +### https://saref.etsi.org/core/OnCommand +saref:OnCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "On command"@en . + + +### https://saref.etsi.org/core/OnOffFunction +saref:OnOffFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to switch on and off an actuator"@en ; + rdfs:label "On off function"@en . + + +### https://saref.etsi.org/core/OnOffState +saref:OnOffState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "On off state"@en . + + +### https://saref.etsi.org/core/OnState +saref:OnState rdf:type owl:Class ; + rdfs:subClassOf saref:OnOffState ; + rdfs:comment "The state of a device that is On"@en ; + rdfs:label "On state"@en . + + +### https://saref.etsi.org/core/OpenCloseFunction +saref:OpenCloseFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to open and close a device"@en ; + rdfs:label "Open close function"@en . + + +### https://saref.etsi.org/core/OpenCloseState +saref:OpenCloseState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "Open close state"@en . + + +### https://saref.etsi.org/core/OpenCommand +saref:OpenCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OpenCloseState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OpenCloseFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Open command"@en . + + +### https://saref.etsi.org/core/OpenState +saref:OpenState rdf:type owl:Class ; + rdfs:subClassOf saref:OpenCloseState ; + rdfs:comment "The state of a device that is OPEN "@en ; + rdfs:label "Open state"@en . + + +### https://saref.etsi.org/core/PauseCommand +saref:PauseCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command ; + rdfs:comment "A type of command"@en ; + rdfs:label "Pause command"@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."@en ; + rdfs:label "Power"@en . + + +### https://saref.etsi.org/core/PowerUnit +saref:PowerUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for power"@en ; + rdfs:label "Power unit"@en . + + +### https://saref.etsi.org/core/Pressure +saref:Pressure 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 pressure unit (bar or pascal)"@en ; + rdfs:label "Pressure"@en . + + +### https://saref.etsi.org/core/PressureUnit +saref:PressureUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for pressure"@en ; + rdfs:label "Pressure unit"@en . + + +### https://saref.etsi.org/core/Price +saref:Price rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "A saref:Property crelated to some measurements that are characterized by a certain value that is measured using saref:Currency"@en ; + rdfs:label "Price"@en . + + +### https://saref.etsi.org/core/Profile +saref:Profile rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:consistsOf ; + owl:allValuesFrom saref:Profile + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasPrice ; + owl:allValuesFrom saref:Price + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasTime ; + owl:allValuesFrom saref:Time + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isAbout ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( saref:Commodity + saref:Property + ) + ] + ] ; + rdfs:comment "A specification associated to a device to collect information about a certain Property (e.g., Energy) for optimizing its usage in the home, office or building in which the device is located. This specification is about a certain Property (saref:isAbout), can be calculated over a time span (saref:hasTime) and can be associated to some costs (saref:hasPrice). An example is the Power Profile defined in the SAREF4ENER extension that can be associated to a device for optimizing the Energy efficiency in the home, office or building in which the device is located."@en ; + rdfs:label "Profile"@en . + + +### https://saref.etsi.org/core/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:isPropertyOf ; + owl:allValuesFrom saref:FeatureOfInterest + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:relatesToMeasurement ; + owl:allValuesFrom saref:Measurement + ] ; + 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:label "Property"@en . + + +### https://saref.etsi.org/core/SensingFunction +saref:SensingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasSensingRange ; + owl:someValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasSensorType ; + owl:allValuesFrom saref:Property + ] ; + rdfs:comment "A function that allows to transmit data from sensors, such as measurement values (e.g., temperature) or sensing data (e.g., occupancy)"@en ; + rdfs:label "Sensing function"@en . + + +### https://saref.etsi.org/core/Sensor +saref:Sensor rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] ; + rdfs:comment "A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. Further, a device of category saref:Sensor that performs a saref:SensingFunction."@en ; + rdfs:label "Sensor"@en . + + +### https://saref.etsi.org/core/Service +saref:Service rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:isOfferedBy ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Device + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:represents ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] ; + rdfs:comment "A service is a representation of a function to a network that makes the function discoverable, registerable, remotely controllable by other devices in the network. A service can represent one or more functions. A Service is offered by a device that wants (a certain set of) its function(s) to be discoverable, registerable, remotely controllable by other devices in the network. A Service must specify the device that is offering the service and the function(s) to be represented."@en ; + rdfs:label "Service"@en . + + +### https://saref.etsi.org/core/SetAbsoluteLevelCommand +saref:SetAbsoluteLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:SetLevelCommand ; + rdfs:comment "A type of set level command"@en ; + rdfs:label "Set absolute level command"@en . + + +### https://saref.etsi.org/core/SetLevelCommand +saref:SetLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Set level command"@en . + + +### https://saref.etsi.org/core/SetRelativeLevelCommand +saref:SetRelativeLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:SetLevelCommand ; + rdfs:comment "A type of set level command"@en ; + rdfs:label "Set relative level command"@en . + + +### https://saref.etsi.org/core/Smoke +saref:Smoke 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 unit of measure for smoke"@en ; + rdfs:label "Smoke"@en . + + +### https://saref.etsi.org/core/SmokeSensor +saref:SmokeSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:EventFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:someValuesFrom saref:Smoke + ] ; + rdfs:comment "A sensor that performs the saref:SensingFunction and the saref:EventFunction, and is used for the purpose of sensing a property of type saref:Smoke. A saref:SmokeSensor is typically used to saref:accomplish saref:Safety."@en ; + rdfs:label "Smoke sensor"@en . + + +### https://saref.etsi.org/core/StartCommand +saref:StartCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:StartStopState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:StartStopFunction + ] ; + owl:disjointWith saref:StopCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Start command"@en . + + +### https://saref.etsi.org/core/StartState +saref:StartState rdf:type owl:Class ; + rdfs:subClassOf saref:StartStopState ; + rdfs:comment "The state of a device that is STARTED"@en ; + rdfs:label "Start state"@en . + + +### https://saref.etsi.org/core/StartStopFunction +saref:StartStopFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to start and stop a device"@en ; + rdfs:label "Start stop function"@en . + + +### https://saref.etsi.org/core/StartStopState +saref:StartStopState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "Start stop state"@en . + + +### https://saref.etsi.org/core/State +saref:State rdf:type owl:Class ; + rdfs:comment "The state in which a device can be found, e.g, ON/OFF/STANDBY, or ONLINE/OFFLINE. We propose here a list of states that are relevant for the purpose of SAREF, but this list can be extended."@en ; + rdfs:label "State"@en . + + +### https://saref.etsi.org/core/StepDownCommand +saref:StepDownCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + owl:disjointWith saref:StepUpCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Step down command"@en . + + +### https://saref.etsi.org/core/StepUpCommand +saref:StepUpCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Step up command"@en . + + +### https://saref.etsi.org/core/StopCommand +saref:StopCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:StartStopState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:StartStopFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Stop command"@en . + + +### https://saref.etsi.org/core/StopState +saref:StopState rdf:type owl:Class ; + rdfs:subClassOf saref:StartStopState ; + rdfs:comment "The state of a device that is STOPPED"@en ; + rdfs:label "Stop state"@en . + + +### https://saref.etsi.org/core/Switch +saref:Switch rdf:type owl:Class ; + rdfs:subClassOf saref:Actuator ; + rdfs:comment "A device of category saref:Actuator that performs an actuating function of type saref:OnOffFunction or saref:OpenCloseFunction"@en ; + rdfs:label "Switch"@en . + + +### https://saref.etsi.org/core/SwitchOnService +saref:SwitchOnService rdf:type owl:Class ; + rdfs:subClassOf saref:Service , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isOfferedBy ; + owl:someValuesFrom saref:LightSwitch + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:represents ; + owl:someValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of service that represents an on/off function to the network"@en ; + rdfs:label "Switch on service"@en . + + +### https://saref.etsi.org/core/Task +saref:Task rdf:type owl:Class ; + rdfs:comment "The goal for which a device is designed (from a user perspective). For example, a washing machine is designed for the task of washing. We propose here a list of tasks that are relevant for the purpose of SAREF, but this list can be extended. Tasks can be accomplished by devices (saref:isAccomplishedBy)."@en ; + rdfs:label "Task"@en . + + +### https://saref.etsi.org/core/Temperature +saref:Temperature 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 temperature unit (degree_Celsius, degree_Fahrenheit, or degree_kelvin)"@en ; + rdfs:label "Temperature"@en . + + +### https://saref.etsi.org/core/TemperatureSensor +saref:TemperatureSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:someValuesFrom saref:Temperature + ] ; + rdfs:comment "A sensor that is used for the purpose of sensing a property of type saref:Temperature. A saref:TemperatureSensor is typically used to saref:accomplish saref:Comfort."@en ; + rdfs:label "Temperature sensor"@en . + + +### https://saref.etsi.org/core/TemperatureUnit +saref:TemperatureUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for temperature"@en ; + rdfs:label "Temperature unit"@en . + +### https://saref.etsi.org/core/Time +saref:Time rdf:type owl:Class ; + rdfs:comment "A class that allows to specify the time concept."@en ; + rdfs:label "Time"@en . + + +### https://saref.etsi.org/core/ToggleCommand +saref:ToggleCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Toggle command"@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 SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."@en ; + rdfs:label "Unit of measure"@en . + + +### https://saref.etsi.org/core/Water +saref:Water rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Water"@en . + + +################################################################# +# Individuals +################################################################# + + +### https://saref.etsi.org/core/Cleaning +saref:Cleaning rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Cleaning"@en . + + +### https://saref.etsi.org/core/Comfort +saref:Comfort rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Comfort"@en . + + +### https://saref.etsi.org/core/Drying +saref:Drying rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Drying"@en . + + +### https://saref.etsi.org/core/EnergyEfficiency +saref:EnergyEfficiency rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "EnergyEfficiency"@en . + + +### https://saref.etsi.org/core/Entertainment +saref:Entertainment rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Entertainment"@en . + + +### https://saref.etsi.org/core/Lighting +saref:Lighting rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Lighting"@en . + + +### https://saref.etsi.org/core/MeterReading +saref:MeterReading rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Meter reading"@en . + +### https://saref.etsi.org/core/Safety +saref:Safety rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Safety"@en . + +### https://saref.etsi.org/core/Washing +saref:Washing rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Washing"@en . + + +### https://saref.etsi.org/core/WellBeing +saref:WellBeing rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "WellBeing"@en . diff --git a/src/divide-central/divide-monitor/pom.xml b/src/divide-central/divide-monitor/pom.xml deleted file mode 100644 index f8bf9de..0000000 --- a/src/divide-central/divide-monitor/pom.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - 4.0.0 - - - be.ugent.idlab - divide - 1.0 - - - divide-monitor - 1.0 - - - \ No newline at end of file diff --git a/src/divide-central/divide-monitor/src/main/java/be/ugent/idlab/divide/monitor/interfaces/Monitor.java b/src/divide-central/divide-monitor/src/main/java/be/ugent/idlab/divide/monitor/interfaces/Monitor.java deleted file mode 100644 index 62ed55d..0000000 --- a/src/divide-central/divide-monitor/src/main/java/be/ugent/idlab/divide/monitor/interfaces/Monitor.java +++ /dev/null @@ -1,9 +0,0 @@ -package be.ugent.idlab.divide.monitor.interfaces; - -import be.ugent.idlab.divide.monitor.interfaces.rspengine.IRspEngineMonitor; - -public interface Monitor { - - IRspEngineMonitor getRspEngineMonitor(); - -} diff --git a/src/divide-central/divide-monitor/src/main/java/be/ugent/idlab/divide/monitor/interfaces/rspengine/IRspEngineMonitor.java b/src/divide-central/divide-monitor/src/main/java/be/ugent/idlab/divide/monitor/interfaces/rspengine/IRspEngineMonitor.java deleted file mode 100644 index f32499d..0000000 --- a/src/divide-central/divide-monitor/src/main/java/be/ugent/idlab/divide/monitor/interfaces/rspengine/IRspEngineMonitor.java +++ /dev/null @@ -1,21 +0,0 @@ -package be.ugent.idlab.divide.monitor.interfaces.rspengine; - -/** - * Monitor of an individual RSP engine, offering callback methods in its interface - * via which an RSP engine can publish any monitoring information. - */ -public interface IRspEngineMonitor { - - /** - * Report the end of execution of a given query, containing different metrics - * about the ended query execution. - * - * @param queryId ID of the query running on the RSP engine of which the execution has ended - * @param executionTimeMs execution time of the query in milliseconds - * @param memoryUsageMb memory usage of the query in megabytes - */ - void finishQueryExecution(String queryId, - long executionTimeMs, - double memoryUsageMb); - -} diff --git a/src/divide-central/divide-monitor/src/main/java/be/ugent/idlab/divide/monitor/interfaces/rspengine/RspEngineMonitor.java b/src/divide-central/divide-monitor/src/main/java/be/ugent/idlab/divide/monitor/interfaces/rspengine/RspEngineMonitor.java deleted file mode 100644 index 6aa28b1..0000000 --- a/src/divide-central/divide-monitor/src/main/java/be/ugent/idlab/divide/monitor/interfaces/rspengine/RspEngineMonitor.java +++ /dev/null @@ -1,11 +0,0 @@ -package be.ugent.idlab.divide.monitor.interfaces.rspengine; - -class RspEngineMonitor implements IRspEngineMonitor { - - @Override - public void finishQueryExecution(String queryId, long executionTimeMs, double memoryUsageMb) { - // TODO: implement - // send execution time, memory usage & corresponding query ID to monitor stream - } - -} diff --git a/src/divide-central/divide-monitor/src/main/java/be/ugent/idlab/divide/monitor/interfaces/rspengine/RspEngineMonitorFactory.java b/src/divide-central/divide-monitor/src/main/java/be/ugent/idlab/divide/monitor/interfaces/rspengine/RspEngineMonitorFactory.java deleted file mode 100644 index f997a0d..0000000 --- a/src/divide-central/divide-monitor/src/main/java/be/ugent/idlab/divide/monitor/interfaces/rspengine/RspEngineMonitorFactory.java +++ /dev/null @@ -1,9 +0,0 @@ -package be.ugent.idlab.divide.monitor.interfaces.rspengine; - -public class RspEngineMonitorFactory { - - public static IRspEngineMonitor createRspEngineMonitor() { - return new RspEngineMonitor(); - } - -} diff --git a/src/divide-central/divide-query-derivation/pom.xml b/src/divide-central/divide-query-derivation/pom.xml index 6232c13..d179ba2 100644 --- a/src/divide-central/divide-query-derivation/pom.xml +++ b/src/divide-central/divide-query-derivation/pom.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - divide - be.ugent.idlab + divide-central + be.ugent.idlab.divide 1.0 4.0.0 @@ -14,12 +14,12 @@ - be.ugent.idlab + be.ugent.idlab.divide divide-engine 1.0 - be.ugent.idlab + be.ugent.idlab.divide divide-eye 1.0 diff --git a/src/divide-central/divide-server-1.0-jar-with-dependencies.jar b/src/divide-central/divide-server-1.0-jar-with-dependencies.jar new file mode 100644 index 0000000..5108e3a Binary files /dev/null and b/src/divide-central/divide-server-1.0-jar-with-dependencies.jar differ diff --git a/src/divide-central/divide-server/pom.xml b/src/divide-central/divide-server/pom.xml index 1226359..2771f5e 100644 --- a/src/divide-central/divide-server/pom.xml +++ b/src/divide-central/divide-server/pom.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - divide - be.ugent.idlab + divide-central + be.ugent.idlab.divide 1.0 4.0.0 @@ -36,22 +36,28 @@ - be.ugent.idlab + be.ugent.idlab.divide divide-engine 1.0 - be.ugent.idlab + be.ugent.idlab.divide divide-api 1.0 - be.ugent.idlab + be.ugent.idlab.divide divide-query-derivation 1.0 + + + be.ugent.idlab.divide + divide-global-monitor + 1.0 + diff --git a/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/DivideServer.java b/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/DivideServer.java index 72e1f81..b3edaaa 100644 --- a/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/DivideServer.java +++ b/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/DivideServer.java @@ -2,9 +2,9 @@ import be.ugent.idlab.divide.api.DivideApiComponentFactory; import be.ugent.idlab.divide.configuration.DivideConfig; -import be.ugent.idlab.divide.configuration.DivideQueryAsRspQlOrSparqlConfig; -import be.ugent.idlab.divide.configuration.DivideQueryConfig; -import be.ugent.idlab.divide.configuration.IDivideQueryConfig; +import be.ugent.idlab.divide.configuration.query.DivideQueryAsRspQlOrSparqlConfig; +import be.ugent.idlab.divide.configuration.query.DivideQueryConfig; +import be.ugent.idlab.divide.configuration.query.IDivideQueryConfig; import be.ugent.idlab.divide.core.component.IComponent; import be.ugent.idlab.divide.core.context.ContextEnrichment; import be.ugent.idlab.divide.core.engine.DivideEngineFactory; @@ -18,9 +18,12 @@ import be.ugent.idlab.divide.core.query.parser.DivideQueryParserOutput; import be.ugent.idlab.divide.core.query.parser.InputQueryLanguage; import be.ugent.idlab.divide.core.query.parser.InvalidDivideQueryParserInputException; +import be.ugent.idlab.divide.monitor.IDivideGlobalMonitor; +import be.ugent.idlab.divide.monitor.global.GlobalMonitorFactory; +import be.ugent.idlab.divide.monitor.global.GlobalMonitorQuery; import be.ugent.idlab.divide.queryderivation.DivideQueryDeriverFactory; import be.ugent.idlab.divide.queryderivation.DivideQueryDeriverType; -import be.ugent.idlab.divide.util.LogConstants; +import be.ugent.idlab.divide.util.Constants; import be.ugent.idlab.divide.util.component.ComponentEntry; import be.ugent.idlab.divide.util.component.ComponentEntryParserException; import be.ugent.idlab.divide.util.component.CsvComponentEntryParser; @@ -31,12 +34,15 @@ import be.ugent.idlab.util.io.IOUtilities; import be.ugent.idlab.util.rdf.jena3.owlapi4.JenaUtilities; import org.apache.commons.configuration2.ex.ConfigurationException; +import org.apache.commons.io.FilenameUtils; import org.apache.jena.rdf.model.Model; import org.apache.jena.rdf.model.ModelFactory; +import org.apache.logging.log4j.LogManager; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.FileNotFoundException; +import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; import java.util.Map; @@ -59,6 +65,7 @@ public static void main(String[] args) { } } catch (Exception e) { LOGGER.error("Error during DIVIDE server lifetime", e); + System.exit(1); } } @@ -118,9 +125,24 @@ private void start(String[] filePaths) throws Exception { config.shouldProcessUnmappedVariableMatchesInParser(), config.shouldValidateUnboundVariablesInRspQlQueryBodyInParser()); + // add shutdown hook to properly stop everything when killed + Runtime.getRuntime().addShutdownHook(new Thread( + () -> { + try { + divideEngine.shutdown(); + } catch (Exception e) { + LOGGER.error("Shutting down DIVIDE engine failed", e); + } + + LOGGER.info("Shutting down logging manager after shutting down DIVIDE engine"); + LogManager.shutdown(); + + System.out.println("Shutting down system now"); + })); + // initialize list of DIVIDE queries in configuration // (wrongly configured DIVIDE queries lead to an IllegalArgumentException) - LOGGER.debug(LogConstants.METRIC_MARKER, "INIT_QUERIES_START"); + LOGGER.debug(Constants.METRIC_MARKER, "INIT_QUERIES_START"); initializeDivideQueries(divideEngine, config.getDivideQueryPropertiesFiles()); initializeDivideQueriesAsRspQlOrSparql( divideEngine, config.getDivideQueryAsSparqlPropertiesFiles(), @@ -128,14 +150,70 @@ private void start(String[] filePaths) throws Exception { initializeDivideQueriesAsRspQlOrSparql( divideEngine, config.getDivideQueryAsRspQlPropertiesFiles(), InputQueryLanguage.RSP_QL); - LOGGER.debug(LogConstants.METRIC_MARKER, "INIT_QUERIES_END"); + LOGGER.debug(Constants.METRIC_MARKER, "INIT_QUERIES_END"); // initialize list of components in configuration (if specified) // (wrongly configured components lead to an IllegalArgumentException) if (filePaths.length > 1) { - LOGGER.debug(LogConstants.METRIC_MARKER, "INIT_COMPONENTS_START"); + LOGGER.debug(Constants.METRIC_MARKER, "INIT_COMPONENTS_START"); initializeComponents(divideEngine, filePaths[1]); - LOGGER.debug(LogConstants.METRIC_MARKER, "INIT_COMPONENTS_END"); + LOGGER.debug(Constants.METRIC_MARKER, "INIT_COMPONENTS_END"); + } + + // initialize DIVIDE central RSP engine + if (config.hasCentralRspEngine()) { + divideEngine.configureCentralRspEngine( + config.getCentralRspEngineQueryLanguage(), + config.getCentralRspEngineServerProtocol(), + config.getCentralRspEngineServerHost(), + config.getCentralRspEngineServerPort(), + config.getCentralRspEngineServerWebSocketStreamPort()); + } + + // initialize DIVIDE monitor + if (config.shouldMonitorBeActivated()) { + // retrieve config information of monitor & validate + List monitorTaskQueries = config.getMonitorTaskQueries(); + String localMonitorJarPath = config.getLocalMonitorJarPath(); + if (monitorTaskQueries == null || monitorTaskQueries.isEmpty()) { + throw new IllegalArgumentException( + "List of monitor task queries should be defined and non-empty"); + } + if (localMonitorJarPath == null || + localMonitorJarPath.isEmpty() || !IOUtilities.isValidFile(localMonitorJarPath)) { + throw new IllegalArgumentException( + "Local monitor JAR path should be defined and refer to an existing file"); + } + + // read in monitor task queries + List parsedMonitorTaskQueries = new ArrayList<>(); + for (String monitorTaskQuery : monitorTaskQueries) { + try { + String name = FilenameUtils.removeExtension( + Paths.get(monitorTaskQuery).getFileName().toString()).replaceAll("_", ""); + String body = IOUtilities.removeWhiteSpace( + IOUtilities.readFileIntoString(monitorTaskQuery)); + if (body == null || body.isEmpty()) { + throw new IllegalArgumentException(String.format( + "Monitor task query list contains empty file %s", monitorTaskQuery)); + } + parsedMonitorTaskQueries.add(new GlobalMonitorQuery(name, body)); + } catch (Exception e) { + throw new IllegalArgumentException(String.format( + "Monitor task query list contains invalid file %s", monitorTaskQuery), e); + } + } + + // retrieve IP address in IoT network of central engine device + String deviceNetworkIp = config.getDeviceNetworkIp(); + if (deviceNetworkIp == null) { + throw new IllegalArgumentException("Device network IP is not defined"); + } + + // create a global monitor and activate the central DIVIDE monitor + GlobalMonitorFactory.initialize(divideEngine, parsedMonitorTaskQueries); + IDivideGlobalMonitor globalMonitor = GlobalMonitorFactory.getInstance(); + divideEngine.activateMonitor(globalMonitor, localMonitorJarPath, deviceNetworkIp); } // create and start DIVIDE API @@ -293,7 +371,7 @@ private void initializeDivideQueriesAsRspQlOrSparql(IDivideEngine divideEngine, } // parse DIVIDE query input - LOGGER.debug(LogConstants.METRIC_MARKER, "QUERY_PARSING_START"); + LOGGER.debug(Constants.METRIC_MARKER, "QUERY_PARSING_START"); DivideQueryParserInput divideQueryParserInput = new DivideQueryParserInput( inputQueryLanguage, divideQueryConfig.getStreamWindows(), @@ -305,7 +383,7 @@ private void initializeDivideQueriesAsRspQlOrSparql(IDivideEngine divideEngine, DivideQueryParserOutput divideQueryParserOutput = divideEngine.getQueryParser(). parseDivideQuery(divideQueryParserInput); - LOGGER.debug(LogConstants.METRIC_MARKER, "QUERY_PARSING_END"); + LOGGER.debug(Constants.METRIC_MARKER, "QUERY_PARSING_END"); // retrieve context enrichment ContextEnrichment contextEnrichment = initializeContextEnrichment( @@ -363,9 +441,10 @@ private void initializeComponents(IDivideEngine divideEngine, // register all components to the DIVIDE engine for (ComponentEntry componentEntry : componentEntries) { IComponent component = divideEngine.registerComponent( + componentEntry.getIpAddress(), new ArrayList<>(componentEntry.getContextIris()), componentEntry.getRspQueryLanguage(), - componentEntry.getRspEngineUrl()); + componentEntry.getRspEngineServerPort()); if (component == null) { throw new IllegalArgumentException( "Components file contains invalid or duplicate entries"); diff --git a/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/DivideConfig.java b/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/DivideConfig.java index 43fe907..3ef059e 100644 --- a/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/DivideConfig.java +++ b/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/DivideConfig.java @@ -3,14 +3,11 @@ import be.ugent.idlab.divide.configuration.legacy.DivideQueryAsRspQlOrSparqlConfig; import be.ugent.idlab.divide.configuration.legacy.DivideQueryConfig; import be.ugent.idlab.divide.configuration.util.CustomJsonConfiguration; +import be.ugent.idlab.divide.rsp.RspQueryLanguage; import be.ugent.idlab.kb.jena3.KnowledgeBaseType; import be.ugent.idlab.util.io.IOUtilities; -import com.google.gson.Gson; -import com.google.gson.JsonObject; -import org.apache.commons.configuration2.HierarchicalConfiguration; import org.apache.commons.configuration2.JSONConfiguration; import org.apache.commons.configuration2.ex.ConfigurationException; -import org.apache.commons.configuration2.tree.ImmutableNode; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -20,7 +17,6 @@ import java.nio.file.Paths; import java.util.ArrayList; import java.util.Arrays; -import java.util.Iterator; import java.util.List; import java.util.Objects; import java.util.stream.Collectors; @@ -57,6 +53,19 @@ public class DivideConfig { private static final String DIVIDE_QUERIES_SPARQL = "divide.queries.sparql"; private static final String DIVIDE_QUERIES_RSP_QL = "divide.queries.rspql"; + private static final String MONITOR_ACTIVE = "monitor.active"; + private static final String MONITOR_TASK_QUERIES = "monitor.task_queries"; + private static final String MONITOR_LOCAL_MONITOR_JAR_PATH = "monitor.local_monitor_jar"; + + private static final String CENTRAL_RSP_ENGINE_ACTIVE = "central_rsp_engine.active"; + private static final String CENTRAL_RSP_ENGINE_QUERY_LANGUAGE = "central_rsp_engine.query_language"; + private static final String CENTRAL_RSP_ENGINE_SERVER_PROTOCOL = "central_rsp_engine.server.protocol"; + private static final String CENTRAL_RSP_ENGINE_SERVER_HOST = "central_rsp_engine.server.host"; + private static final String CENTRAL_RSP_ENGINE_SERVER_PORT = "central_rsp_engine.server.port"; + private static final String CENTRAL_RSP_ENGINE_SERVER_WS_STREAM_PORT = "central_rsp_engine.server.ws_stream_port"; + + private static final String DEVICE_NETWORK_IP = "device.network_ip"; + private final JSONConfiguration config; private final String configFileDirectory; @@ -81,43 +90,6 @@ public static DivideConfig getInstance(String propertiesFile) return new DivideConfig(propertiesFile); } - public static void main(String[] args) throws Exception { - DivideConfig c = getInstance("divide.properties.json"); - - Iterator i = c.config.getKeys(); - while (i.hasNext()) { - String next = i.next(); - //System.out.println(next); - } - System.out.println("---"); - - - System.out.println(c.config.getProperties("divide")); - - for (HierarchicalConfiguration stream_graph_names : c.config.configurationsAt("stream_graph_names")) { - System.out.println(stream_graph_names.getString("name")); - } - System.out.println(c.config.configurationsAt("stream_graph_names")); - - System.out.println(c.config.getString("stream_graph_names.$0.name")); - - i = c.config.getKeys("server."); - while (i.hasNext()) { - String next = i.next(); - //System.out.println(next); - } - - String json = " { \"server\": {\n" + - " \"host\": \"localhost\",\n" + - " \"port\":{\n" + - " \"divide\": 8342,\n" + - " \"kb\": 8343\n" + - " }\n" + - " }}"; - JsonObject x = new Gson().fromJson(json, JsonObject.class); - //System.out.println(x.get("server")); - } - /** * @return host on which the DIVIDE API & Knowledge Base API should be exposed * (default: 'localhost') @@ -299,4 +271,93 @@ public List getDivideQueryAsRspQlPropertiesFiles() { } } + /** + * @return whether the DIVIDE monitor should be active (default: false) + */ + public boolean shouldMonitorBeActivated() { + return config.getBoolean(MONITOR_ACTIVE, false); + } + + /** + * @return list of path names of files that each contain a task query for + * the DIVIDE monitor (default: empty list) + */ + public List getMonitorTaskQueries() { + String[] queries = config.getStringArray(MONITOR_TASK_QUERIES); + if (queries == null) { + return new ArrayList<>(); + } else { + return Arrays.stream(queries) + .filter(Objects::nonNull) + .map(path -> !Paths.get(path).isAbsolute() ? + Paths.get(configFileDirectory, path).toString() : path) + .collect(Collectors.toList()); + } + } + + /** + * @return path of JAR file that can be used to remotely deploy the local monitor + * (default: null) + */ + public String getLocalMonitorJarPath() { + return config.getString(MONITOR_LOCAL_MONITOR_JAR_PATH, null); + } + + /** + * @return whether the DIVIDE engine works with a central RSP engine, allowing + * queries to be moved between the local engines and this central engine + * (default: false) + */ + public boolean hasCentralRspEngine() { + return config.getBoolean(CENTRAL_RSP_ENGINE_ACTIVE, false); + } + + /** + * @return {@link RspQueryLanguage} representing the query language of + * the central RSP engine associated to the DIVIDE engine + * (default: {@link RspQueryLanguage#RSP_QL}) + */ + public RspQueryLanguage getCentralRspEngineQueryLanguage() { + RspQueryLanguage defaultType = RspQueryLanguage.RSP_QL; + RspQueryLanguage configType = + RspQueryLanguage.fromString(config.getString(CENTRAL_RSP_ENGINE_QUERY_LANGUAGE)); + return configType != null ? configType : defaultType; + } + + /** + * @return Protocol of the API server of the central RSP engine + * (default: null) + */ + public String getCentralRspEngineServerProtocol() { + return config.getString(CENTRAL_RSP_ENGINE_SERVER_PROTOCOL, null); + } + + /** + * @return Host of the API server of the central RSP engine + * (default: device network IP) + */ + public String getCentralRspEngineServerHost() { + return config.getString(CENTRAL_RSP_ENGINE_SERVER_HOST, getDeviceNetworkIp()); + } + + /** + * @return Port of the API server of the central RSP engine + * (default: -1) + */ + public int getCentralRspEngineServerPort() { + return config.getInt(CENTRAL_RSP_ENGINE_SERVER_PORT, -1); + } + + /** + * @return Port of the WebSocket stream server of the central RSP engine + * (default: -1) + */ + public int getCentralRspEngineServerWebSocketStreamPort() { + return config.getInt(CENTRAL_RSP_ENGINE_SERVER_WS_STREAM_PORT, -1); + } + + public String getDeviceNetworkIp() { + return config.getString(DEVICE_NETWORK_IP, null); + } + } diff --git a/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/query/DivideQueryAsRspQlOrSparqlConfig.java b/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/query/DivideQueryAsRspQlOrSparqlConfig.java new file mode 100644 index 0000000..4976bd8 --- /dev/null +++ b/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/query/DivideQueryAsRspQlOrSparqlConfig.java @@ -0,0 +1,196 @@ +package be.ugent.idlab.divide.configuration.query; + +import be.ugent.idlab.divide.configuration.util.CustomJsonConfiguration; +import be.ugent.idlab.divide.core.query.parser.StreamWindow; +import org.apache.commons.configuration2.Configuration; +import org.apache.commons.configuration2.HierarchicalConfiguration; +import org.apache.commons.configuration2.JSONConfiguration; +import org.apache.commons.configuration2.ex.ConfigurationException; +import org.apache.commons.configuration2.ex.ConfigurationRuntimeException; +import org.apache.commons.configuration2.tree.ImmutableNode; +import org.apache.commons.io.FilenameUtils; + +import java.io.File; +import java.io.FileNotFoundException; +import java.nio.file.Paths; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.HashMap; +import java.util.Iterator; +import java.util.List; +import java.util.Map; + +/** + * Configuration of a single DIVIDE query that should be added to the DIVIDE + * engine upon start-up. + */ +public class DivideQueryAsRspQlOrSparqlConfig implements IDivideQueryConfig { + + private static final String STREAM_WINDOWS = "streamWindows"; + private static final String STREAM_WINDOW_STREAM_IRI = "streamIri"; + private static final String STREAM_WINDOW_WINDOW_DEFINITION = "windowDefinition"; + private static final String STREAM_WINDOW_DEFAULT_WINDOW_PARAMETER_VALUES = "defaultWindowParameterValues"; + + private static final String STREAM_QUERY = "streamQuery"; + private static final String INTERMEDIATE_QUERIES = "intermediateQueries"; + private static final String FINAL_QUERY = "finalQuery"; + private static final String SOLUTION_MODIFIER = "solutionModifier"; + private static final String STREAM_TO_FINAL_QUERY_VARIABLE_MAPPING = "streamToFinalQueryVariableMapping"; + + private static final String CONTEXT_ENRICHMENT_DO_REASONING = "contextEnrichment.doReasoning"; + private static final String CONTEXT_ENRICHMENT_EXECUTE_ON_ONTOLOGY_TRIPLES = + "contextEnrichment.executeOnOntologyTriples"; + private static final String CONTEXT_ENRICHMENT_QUERIES = "contextEnrichment.queries"; + + protected final JSONConfiguration config; + private final String queryName; + private final String configFileDirectory; + + private DivideQueryAsRspQlOrSparqlConfig(String propertiesFilePath) + throws ConfigurationException, FileNotFoundException { + config = new CustomJsonConfiguration(propertiesFilePath); + queryName = FilenameUtils.getBaseName(propertiesFilePath); + configFileDirectory = new File(propertiesFilePath) + .getAbsoluteFile().getParentFile().getAbsolutePath(); + } + + /** + * Creates a DIVIDE query config object based on the given properties file. + * + * @param propertiesFile path to query properties file + * @return an instantiated DIVIDE query config object which can be used to + * retrieve the configuration parameters of the DIVIDE query + * @throws ConfigurationException if the properties file is invalid + * @throws FileNotFoundException if the properties file does not exist + */ + public static DivideQueryAsRspQlOrSparqlConfig getInstance(String propertiesFile) + throws ConfigurationException, FileNotFoundException { + return new DivideQueryAsRspQlOrSparqlConfig(propertiesFile); + } + + /** + * @return the name of the DIVIDE query, + * which equals based on the name of the properties file + */ + public String getQueryName() { + return queryName; + } + + public List getStreamWindows() throws ConfigurationException { + List result = new ArrayList<>(); + for (HierarchicalConfiguration streamWindowConfig : + config.configurationsAt(STREAM_WINDOWS)) { + String streamIri = streamWindowConfig.getString(STREAM_WINDOW_STREAM_IRI); + if (streamIri != null) { + streamIri = "<" + streamIri +">"; + } + + String windowDefinition = streamWindowConfig.getString(STREAM_WINDOW_WINDOW_DEFINITION); + + Map defaultWindowParameters = new HashMap<>(); + try { + Configuration variableMappingConfig = + streamWindowConfig.configurationAt(STREAM_WINDOW_DEFAULT_WINDOW_PARAMETER_VALUES); + Iterator it = variableMappingConfig.getKeys(); + while (it.hasNext()) { + String key = it.next(); + String value = variableMappingConfig.getString(key, null); + if (value == null) { + throw new ConfigurationException( + "Default window parameter mapping file can only contain string values"); + } + defaultWindowParameters.put(key, value); + } + } catch (ConfigurationRuntimeException e) { + defaultWindowParameters = new HashMap<>(); + } + + if (streamIri == null) { + // invalid entry, so null returned + return null; + } + + result.add(new StreamWindow(streamIri, windowDefinition, defaultWindowParameters)); + } + return result; + } + + public String getStreamQueryFilePath() { + String path = config.getString(STREAM_QUERY, ""); + if (!path.isEmpty() && !Paths.get(path).isAbsolute()) { + path = Paths.get(configFileDirectory, path).toString(); + } + return path; + } + + public List getIntermediateQueryFilePaths() { + String[] queries = config.getStringArray(INTERMEDIATE_QUERIES); + List queryList = queries == null ? new ArrayList<>() : Arrays.asList(queries); + List result = new ArrayList<>(); + for (String path : queryList) { + if (path != null && !path.isEmpty() && !Paths.get(path).isAbsolute()) { + path = Paths.get(configFileDirectory, path).toString(); + } + result.add(path); + } + return result; + } + + public String getFinalQueryFilePath() { + String path = config.getString(FINAL_QUERY, ""); + if (!path.isEmpty() && !Paths.get(path).isAbsolute()) { + path = Paths.get(configFileDirectory, path).toString(); + } + return path; + } + + public String getSolutionModifier() { + return config.getString(SOLUTION_MODIFIER, null); + } + + public Map getStreamToFinalQueryVariableMapping() throws ConfigurationException { + Map mapping = new HashMap<>(); + try { + Configuration variableMappingConfig = + config.configurationAt(STREAM_TO_FINAL_QUERY_VARIABLE_MAPPING); + Iterator it = variableMappingConfig.getKeys(); + while (it.hasNext()) { + String key = it.next(); + String value = variableMappingConfig.getString(key, null); + if (value == null) { + throw new ConfigurationException( + "Variable mapping file can only contain string values"); + } + mapping.put(key, value); + } + return mapping; + } catch (ConfigurationRuntimeException e) { + return new HashMap<>(); + } + } + + @Override + public boolean getContextEnrichmentDoReasoning() { + return config.getBoolean(CONTEXT_ENRICHMENT_DO_REASONING, true); + } + + @Override + public boolean getContextEnrichmentExecuteOnOntologyTriples() { + return config.getBoolean(CONTEXT_ENRICHMENT_EXECUTE_ON_ONTOLOGY_TRIPLES, true); + } + + @Override + public List getContextEnrichmentQueryFilePaths() { + String[] queries = config.getStringArray(CONTEXT_ENRICHMENT_QUERIES); + List queryList = queries == null ? new ArrayList<>() : Arrays.asList(queries); + List result = new ArrayList<>(); + for (String path : queryList) { + if (path != null && !path.isEmpty() && !Paths.get(path).isAbsolute()) { + path = Paths.get(configFileDirectory, path).toString(); + } + result.add(path); + } + return result; + } + +} diff --git a/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/query/DivideQueryConfig.java b/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/query/DivideQueryConfig.java new file mode 100644 index 0000000..8b578f4 --- /dev/null +++ b/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/query/DivideQueryConfig.java @@ -0,0 +1,124 @@ +package be.ugent.idlab.divide.configuration.query; + +import be.ugent.idlab.divide.configuration.util.CustomJsonConfiguration; +import org.apache.commons.configuration2.JSONConfiguration; +import org.apache.commons.configuration2.ex.ConfigurationException; +import org.apache.commons.io.FilenameUtils; + +import java.io.File; +import java.io.FileNotFoundException; +import java.nio.file.Paths; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; + +/** + * Configuration of a single DIVIDE query that should be added to the DIVIDE + * engine upon start-up. + */ +public class DivideQueryConfig implements IDivideQueryConfig { + + private static final String QUERY_PATTERN = "queryPattern"; + private static final String SENSOR_QUERY_RULE = "sensorQueryRule"; + private static final String GOAL = "goal"; + + private static final String CONTEXT_ENRICHMENT_DO_REASONING = "contextEnrichment.doReasoning"; + private static final String CONTEXT_ENRICHMENT_EXECUTE_ON_ONTOLOGY_TRIPLES = + "contextEnrichment.executeOnOntologyTriples"; + private static final String CONTEXT_ENRICHMENT_QUERIES = "contextEnrichment.queries"; + + private final JSONConfiguration config; + private final String queryName; + private final String configFileDirectory; + + private DivideQueryConfig(String propertiesFilePath) + throws ConfigurationException, FileNotFoundException { + config = new CustomJsonConfiguration(propertiesFilePath); + queryName = FilenameUtils.getBaseName(propertiesFilePath); + configFileDirectory = new File(propertiesFilePath) + .getAbsoluteFile().getParentFile().getAbsolutePath(); + } + + /** + * Creates a DIVIDE query config object based on the given properties file. + * + * @param propertiesFile path to query properties file + * @return an instantiated DIVIDE query config object which can be used to + * retrieve the configuration parameters of the DIVIDE query + * @throws ConfigurationException if the properties file is invalid + * @throws FileNotFoundException if the properties file does not exist + */ + public static DivideQueryConfig getInstance(String propertiesFile) + throws ConfigurationException, FileNotFoundException { + return new DivideQueryConfig(propertiesFile); + } + + /** + * @return the name of the DIVIDE query, + * which equals based on the name of the properties file + */ + public String getQueryName() { + return queryName; + } + + /** + * @return path to query pattern file specified in DIVIDE query config file, + * or null if not specified + */ + public String getQueryPatternFilePath() { + String path = config.getString(QUERY_PATTERN, ""); + if (!path.isEmpty() && !Paths.get(path).isAbsolute()) { + path = Paths.get(configFileDirectory, path).toString(); + } + return path; + } + + /** + * @return path to sensor query rule file specified in DIVIDE query config file, + * or null if not specified + */ + public String getSensorQueryRuleFilePath() { + String path = config.getString(SENSOR_QUERY_RULE, ""); + if (!path.isEmpty() && !Paths.get(path).isAbsolute()) { + path = Paths.get(configFileDirectory, path).toString(); + } + return path; + } + + /** + * @return path to goal file specified in DIVIDE query config file, + * or null if not specified + */ + public String getGoalFilePath() { + String path = config.getString(GOAL, ""); + if (!path.isEmpty() && !Paths.get(path).isAbsolute()) { + path = Paths.get(configFileDirectory, path).toString(); + } + return path; + } + + @Override + public boolean getContextEnrichmentDoReasoning() { + return config.getBoolean(CONTEXT_ENRICHMENT_DO_REASONING, true); + } + + @Override + public boolean getContextEnrichmentExecuteOnOntologyTriples() { + return config.getBoolean(CONTEXT_ENRICHMENT_EXECUTE_ON_ONTOLOGY_TRIPLES, true); + } + + @Override + public List getContextEnrichmentQueryFilePaths() { + String[] queries = config.getStringArray(CONTEXT_ENRICHMENT_QUERIES); + List queryList = queries == null ? new ArrayList<>() : Arrays.asList(queries); + List result = new ArrayList<>(); + for (String path : queryList) { + if (path != null && !path.isEmpty() && !Paths.get(path).isAbsolute()) { + path = Paths.get(configFileDirectory, path).toString(); + } + result.add(path); + } + return result; + } + +} diff --git a/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/query/IDivideQueryConfig.java b/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/query/IDivideQueryConfig.java new file mode 100644 index 0000000..a246677 --- /dev/null +++ b/src/divide-central/divide-server/src/main/java/be/ugent/idlab/divide/configuration/query/IDivideQueryConfig.java @@ -0,0 +1,13 @@ +package be.ugent.idlab.divide.configuration.query; + +import java.util.List; + +public interface IDivideQueryConfig { + + boolean getContextEnrichmentDoReasoning(); + + boolean getContextEnrichmentExecuteOnOntologyTriples(); + + List getContextEnrichmentQueryFilePaths(); + +} diff --git a/src/divide-central/pom.xml b/src/divide-central/pom.xml index c15a26e..26d5d1e 100644 --- a/src/divide-central/pom.xml +++ b/src/divide-central/pom.xml @@ -4,16 +4,16 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - be.ugent.idlab - divide + be.ugent.idlab.divide + divide-central 1.0 divide-engine divide-server - divide-monitor divide-api divide-eye divide-query-derivation + divide-global-monitor pom diff --git a/src/divide-local-monitor/README.md b/src/divide-local-monitor/README.md new file mode 100644 index 0000000..9af4f63 --- /dev/null +++ b/src/divide-local-monitor/README.md @@ -0,0 +1,3 @@ +# Implementation of the DIVIDE Local Monitor + +We refer to the [parent folder](..) for more information about the implementation details in this folder. \ No newline at end of file diff --git a/src/divide-local-monitor/divide-local-monitor-1.0-jar-with-dependencies.jar b/src/divide-local-monitor/divide-local-monitor-1.0-jar-with-dependencies.jar new file mode 100644 index 0000000..f1b97a7 Binary files /dev/null and b/src/divide-local-monitor/divide-local-monitor-1.0-jar-with-dependencies.jar differ diff --git a/src/divide-local-monitor/pom.xml b/src/divide-local-monitor/pom.xml new file mode 100644 index 0000000..f23c586 --- /dev/null +++ b/src/divide-local-monitor/pom.xml @@ -0,0 +1,80 @@ + + + 4.0.0 + + be.ugent.idlab.divide.local + divide-local-monitor + 1.0 + + + 8 + 8 + + + + + be.ugent.idlab + process-utilities + 1.0 + + + + rspservice-csparql-jena3 + be.ugent.idlab + 1.0 + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.1 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/lib + false + false + true + + + + + + + + maven-assembly-plugin + 2.6 + + + jar-with-dependencies + + + + be.ugent.idlab.divide.monitor.local.LocalMonitor + + + + + + make-assembly + package + + single + + + + + + + \ No newline at end of file diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/ILocalMonitorService.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/ILocalMonitorService.java new file mode 100644 index 0000000..7f8f56c --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/ILocalMonitorService.java @@ -0,0 +1,9 @@ +package be.ugent.idlab.divide.monitor.local; + +public interface ILocalMonitorService { + + void start() throws LocalMonitorException; + + void reset(); + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/LocalMonitor.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/LocalMonitor.java new file mode 100644 index 0000000..a4cc3f4 --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/LocalMonitor.java @@ -0,0 +1,231 @@ +package be.ugent.idlab.divide.monitor.local; + +import be.ugent.idlab.divide.monitor.local.config.ILocalMonitorConfig; +import be.ugent.idlab.divide.monitor.local.config.LocalMonitorConfigFactory; +import be.ugent.idlab.divide.monitor.local.monitoring.device.DeviceMonitorFactory; +import be.ugent.idlab.divide.monitor.local.monitoring.network.NetworkMonitorFactory; +import be.ugent.idlab.divide.monitor.local.monitoring.rsp.RspMonitorFactory; +import be.ugent.idlab.divide.monitor.local.rsp.LocalMonitorRspEngineFactory; +import be.ugent.idlab.divide.monitor.local.semanticmapper.SemanticMapper; +import be.ugent.idlab.divide.monitor.local.util.JarResourceManager; +import be.ugent.idlab.rspservice.common.RSPServer; +import be.ugent.idlab.rspservice.common.interfaces.RDFStream; +import be.ugent.idlab.rspservice.common.interfaces.RDFStreamProcessor; +import be.ugent.idlab.rspservice.csparql.jena3.CsparqlEngine; +import be.ugent.idlab.rspservice.csparql.jena3.CsparqlServer; +import be.ugent.idlab.util.process.ProcessException; +import be.ugent.idlab.util.process.ProcessUtilities; +import org.apache.commons.configuration2.ex.ConfigurationException; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.FileNotFoundException; +import java.io.IOException; +import java.nio.file.Paths; +import java.util.HashMap; +import java.util.Map; +import java.util.concurrent.Executors; +import java.util.concurrent.TimeUnit; + +public class LocalMonitor { + + private static final Logger LOGGER = LoggerFactory.getLogger(LocalMonitor.class.getName()); + + public static void main(String[] args) throws LocalMonitorException { + // parse config file & initialize configuration properties + ILocalMonitorConfig config; + try { + LocalMonitorConfigFactory.initializeFromFile(args[0]); + config = LocalMonitorConfigFactory.getInstance(); + } catch (ConfigurationException | FileNotFoundException e) { + LOGGER.error("Error while reading the configuration file {}: " + + "specified configuration file does not exist or is not valid", args[0], e); + return; + } catch (ArrayIndexOutOfBoundsException e) { + LOGGER.error("Error while starting local monitor: no configuration file specified"); + return; + } + + try { + // create a Local Monitor instance + LocalMonitor localMonitor = new LocalMonitor(config); + + // start all services of the local monitor + localMonitor.start(); + + } catch (LocalMonitorException e) { + LOGGER.error("Local monitor could not be started", e); + } + } + + private final ILocalMonitorConfig config; + private final Map threadMap; + private final Thread.UncaughtExceptionHandler uncaughtExceptionHandler; + + LocalMonitor(ILocalMonitorConfig config) throws LocalMonitorException { + LOGGER.info("Starting local monitor with following config: {}", config.toString()); + this.config = config; + this.threadMap = new HashMap<>(); + this.uncaughtExceptionHandler = new LocalMonitorUncaughtExceptionHandler(); + + // install all python requirements + installPythonRequirements(); + + // initialize the semantic mapper + SemanticMapper.initialize(); + + // create C-SPARQL engine, initialize it & register stream + CsparqlEngine rdfStreamProcessor = new CsparqlEngine(); + RSPServer rspServer = new CsparqlServer(rdfStreamProcessor); + rspServer.initialize(LocalMonitorRspEngineFactory.getRspEngineConfig()); + RDFStream localMonitorStream = rdfStreamProcessor.registerStream( + LocalMonitorConstants.RSP_STREAM_IRI); + + // get additional service properties + String centralHost = config.getCentralMonitorReasoningServiceHost(); + String publicNetworkInterface = config.getLocalPublicNetworkInterface(); + String componentId = config.getComponentId(); + String deviceId = config.getDeviceId(); + + // do not start the monitor if any of the additional service properties is not defined + if (publicNetworkInterface == null || componentId == null || deviceId == null) { + throw new LocalMonitorException("Local Monitor cannot be started since at " + + "least one of the following properties is undefined: " + + "public network interface, component ID, device ID"); + } + + // prepare all local monitor services based on config + prepareServices(rspServer, rdfStreamProcessor, localMonitorStream, + centralHost, publicNetworkInterface, componentId, deviceId); + } + + private void installPythonRequirements() throws LocalMonitorException { + try { + LOGGER.info("Installing Python requirements for Local Monitor"); + String requirementsPath = JarResourceManager.getInstance().copyResourceToFile( + Paths.get("python-requirements.txt")); + String output = ProcessUtilities.executeProcess(new String[]{ + "python3", "-m", "pip", "install", "-r", requirementsPath}); + LOGGER.info("Output of installing Python requirements: {}", output); + } catch (ProcessException | IOException e) { + throw new LocalMonitorException("Could not install Python requirements for Local Monitor", e); + } + } + + private void prepareServices(RSPServer rspServer, + RDFStreamProcessor rdfStreamProcessor, + RDFStream localMonitorStream, + String centralHost, + String publicNetworkInterface, + String componentId, + String deviceId) { + final ILocalMonitorService rspEngine = + LocalMonitorRspEngineFactory.createLocalMonitorRspEngine( + this.config, rspServer, rdfStreamProcessor); + createServiceThread(rspEngine, "rsp-engine", 0); + + if (config.shouldStartDeviceMonitor()) { + final ILocalMonitorService deviceMonitor = + DeviceMonitorFactory.createDeviceMonitor( + rdfStreamProcessor, localMonitorStream, + componentId, deviceId); + createServiceThread(deviceMonitor, "device-monitor", 0); + } + if (config.shouldStartNetworkMonitor()) { + final ILocalMonitorService networkMonitor = + NetworkMonitorFactory.createNetworkMonitor( + rdfStreamProcessor, localMonitorStream, + componentId, deviceId, publicNetworkInterface, centralHost); + createServiceThread(networkMonitor, "network-monitor", 0); + } + if (config.shouldStartRspMonitor()) { + final ILocalMonitorService rspMonitor = + RspMonitorFactory.createRspMonitor(rdfStreamProcessor, localMonitorStream, + componentId, deviceId, config.getWebSocketPortOfLocalRspEngineMonitor()); + createServiceThread(rspMonitor, "rsp-monitor", 0); + } + } + + private void createServiceThread(ILocalMonitorService service, String serviceName, int id) { + String threadName = String.format("%s_%d", serviceName, id); + LocalMonitorThread serviceThread = new LocalMonitorThread(service, threadName, id); + this.threadMap.put(serviceName, serviceThread); + } + + private void start() { + // start every local monitor thread + for (LocalMonitorThread thread: this.threadMap.values()) { + thread.start(); + } + } + + private class LocalMonitorUncaughtExceptionHandler implements Thread.UncaughtExceptionHandler { + + @Override + public void uncaughtException(Thread thread, Throwable e) { + LOGGER.error("Uncaught exception in thread {}", thread.getName(), e); + synchronized (LocalMonitor.this.threadMap) { + String serviceName = thread.getName().split("_")[0]; + if (LocalMonitor.this.threadMap.containsKey(serviceName)) { + LOGGER.warn("Restarting service of thread {} in new thread", thread.getName()); + + // retrieve service from old thread and reset service + LocalMonitorThread oldThread = LocalMonitor.this.threadMap.get(serviceName); + ILocalMonitorService service = oldThread.localMonitorService; + service.reset(); + + // create new thread for this reset service and start + createServiceThread(service, serviceName, oldThread.id + 1); + LocalMonitorThread newThread = LocalMonitor.this.threadMap.get(serviceName); + Executors.newScheduledThreadPool(1).schedule(newThread::start, 1, TimeUnit.SECONDS); + } + } + } + + } + + private class LocalMonitorThread { + + private final ILocalMonitorService localMonitorService; + private final Thread thread; + private final String name; + private final int id; + + LocalMonitorThread(ILocalMonitorService localMonitorService, + String name, + int id) { + this.localMonitorService = localMonitorService; + this.thread = new Thread(new LocalMonitorRunnable(localMonitorService)); + this.thread.setName(name); + this.thread.setUncaughtExceptionHandler(LocalMonitor.this.uncaughtExceptionHandler); + this.name = name; + this.id = id; + } + + void start() { + LOGGER.info("Starting {} thread", this.name); + this.thread.start(); + } + + } + + private static class LocalMonitorRunnable implements Runnable { + + private final ILocalMonitorService localMonitorService; + + LocalMonitorRunnable(ILocalMonitorService localMonitorService) { + this.localMonitorService = localMonitorService; + } + + @Override + public void run() { + try { + localMonitorService.start(); + } catch (LocalMonitorException e) { + throw new RuntimeException(e); + } + } + + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/LocalMonitorConstants.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/LocalMonitorConstants.java new file mode 100644 index 0000000..b1a591c --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/LocalMonitorConstants.java @@ -0,0 +1,14 @@ +package be.ugent.idlab.divide.monitor.local; + +public class LocalMonitorConstants { + + public static final int DEVICE_MONITOR_EXECUTION_PERIOD_IN_SECONDS = 5; + public static final int NETWORK_MONITOR_EXECUTION_PERIOD_IN_SECONDS = 5; + public static final int NETWORK_MONITOR_PING_PERIOD_IN_SECONDS = 1; + + public static final String RSP_STREAM_IRI = "https://divide.idlab.ugent.be/monitor/local"; + public static final int RSP_ENGINE_SERVER_PORT = 54545; + public static final int RSP_ENGINE_WEBSOCKET_PORT = 54546; + public static final int RSP_ENGINE_RESOURCES_PORT = 54547; + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/LocalMonitorException.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/LocalMonitorException.java new file mode 100644 index 0000000..6a2d27f --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/LocalMonitorException.java @@ -0,0 +1,17 @@ +package be.ugent.idlab.divide.monitor.local; + +/** + * Exception thrown when an error occurs during any service of the DIVIDE Local Monitor. + */ +@SuppressWarnings("unused") +public class LocalMonitorException extends Exception { + + public LocalMonitorException(String description, Exception base) { + super(description, base); + } + + public LocalMonitorException(String description) { + super(description); + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/config/ILocalMonitorConfig.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/config/ILocalMonitorConfig.java new file mode 100644 index 0000000..de58c0c --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/config/ILocalMonitorConfig.java @@ -0,0 +1,27 @@ +package be.ugent.idlab.divide.monitor.local.config; + +public interface ILocalMonitorConfig { + + String getComponentId(); + + String getDeviceId(); + + boolean shouldStartDeviceMonitor(); + + boolean shouldStartRspMonitor(); + + boolean shouldStartNetworkMonitor(); + + int getWebSocketPortOfLocalRspEngineMonitor(); + + String getLocalPublicNetworkInterface(); + + String getCentralMonitorReasoningServiceProtocol(); + + String getCentralMonitorReasoningServiceHost(); + + int getCentralMonitorReasoningServicePort(); + + String getCentralMonitorReasoningServiceURI(); + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/config/LocalMonitorConfigFactory.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/config/LocalMonitorConfigFactory.java new file mode 100644 index 0000000..d09134a --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/config/LocalMonitorConfigFactory.java @@ -0,0 +1,21 @@ +package be.ugent.idlab.divide.monitor.local.config; + + +import org.apache.commons.configuration2.ex.ConfigurationException; + +import java.io.FileNotFoundException; + +public class LocalMonitorConfigFactory { + + private static ILocalMonitorConfig instance; + + public static ILocalMonitorConfig getInstance() { + return instance; + } + + public static void initializeFromFile(String propertiesFilePath) + throws ConfigurationException, FileNotFoundException { + instance = new LocalMonitorFileConfig(propertiesFilePath); + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/config/LocalMonitorFileConfig.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/config/LocalMonitorFileConfig.java new file mode 100644 index 0000000..0d605f7 --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/config/LocalMonitorFileConfig.java @@ -0,0 +1,103 @@ +package be.ugent.idlab.divide.monitor.local.config; + +import be.ugent.idlab.divide.monitor.local.config.util.CustomJsonConfiguration; +import be.ugent.idlab.util.io.IOUtilities; +import org.apache.commons.configuration2.JSONConfiguration; +import org.apache.commons.configuration2.ex.ConfigurationException; + +import java.io.FileNotFoundException; + +/** + * Configuration of the Local Monitor. + */ +class LocalMonitorFileConfig implements ILocalMonitorConfig { + + private static final String COMPONENT_ID = "component_id"; + private static final String DEVICE_ID = "device_id"; + + private static final String MONITOR_RSP = "monitor.rsp"; + private static final String MONITOR_DEVICE = "monitor.device"; + private static final String MONITOR_NETWORK = "monitor.network"; + + private static final String LOCAL_RSP_MONITOR_WEBSOCKET_PORT = "local.rsp_engine.monitor.ws_port"; + private static final String LOCAL_PUBLIC_NETWORK_INTERFACE = "local.public_network_interface"; + + private static final String CENTRAL_MONITOR_RS_PROTOCOL = "central.monitor_reasoning_service.protocol"; + private static final String CENTRAL_MONITOR_RS_HOST = "central.monitor_reasoning_service.host"; + private static final String CENTRAL_MONITOR_RS_PORT = "central.monitor_reasoning_service.port"; + private static final String CENTRAL_MONITOR_RS_URI = "central.monitor_reasoning_service.uri"; + + private final String propertiesFilePath; + private final JSONConfiguration config; + //private final String configFileDirectory; + + LocalMonitorFileConfig(String propertiesFilePath) throws + ConfigurationException, FileNotFoundException { + this.propertiesFilePath = propertiesFilePath; + this.config = new CustomJsonConfiguration(propertiesFilePath); + /*this.configFileDirectory = new File(propertiesFilePath) + .getAbsoluteFile().getParentFile().getAbsolutePath();*/ + } + + @Override + public String getComponentId() { + return config.getString(COMPONENT_ID); + } + + @Override + public String getDeviceId() { + return config.getString(DEVICE_ID); + } + + @Override + public boolean shouldStartDeviceMonitor() { + return config.getBoolean(MONITOR_DEVICE, true); + } + + @Override + public boolean shouldStartRspMonitor() { + return config.getBoolean(MONITOR_RSP, true); + } + + @Override + public boolean shouldStartNetworkMonitor() { + return config.getBoolean(MONITOR_NETWORK, true); + } + + @Override + public int getWebSocketPortOfLocalRspEngineMonitor() { + return config.getInt(LOCAL_RSP_MONITOR_WEBSOCKET_PORT, 54548); + } + + @Override + public String getLocalPublicNetworkInterface() { + return config.getString(LOCAL_PUBLIC_NETWORK_INTERFACE); + } + + @Override + public String getCentralMonitorReasoningServiceProtocol() { + return config.getString(CENTRAL_MONITOR_RS_PROTOCOL, "http"); + } + + @Override + public String getCentralMonitorReasoningServiceHost() { + return config.getString(CENTRAL_MONITOR_RS_HOST, null); + } + + @Override + public int getCentralMonitorReasoningServicePort() { + return config.getInt(CENTRAL_MONITOR_RS_PORT, -1); + } + + @Override + public String getCentralMonitorReasoningServiceURI() { + return config.getString(CENTRAL_MONITOR_RS_URI, "/globalmonitorreasoningservice"); + } + + @Override + public String toString() { + return "Local Monitor Config: " + IOUtilities.removeWhiteSpace( + IOUtilities.readFileIntoString(propertiesFilePath)); + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/config/util/CustomJsonConfiguration.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/config/util/CustomJsonConfiguration.java new file mode 100644 index 0000000..01a501a --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/config/util/CustomJsonConfiguration.java @@ -0,0 +1,64 @@ +package be.ugent.idlab.divide.monitor.local.config.util; + +import com.fasterxml.jackson.core.JsonParser; +import com.fasterxml.jackson.databind.ObjectMapper; +import com.fasterxml.jackson.databind.type.MapType; +import org.apache.commons.configuration2.JSONConfiguration; +import org.apache.commons.configuration2.ex.ConfigurationException; + +import java.io.FileNotFoundException; +import java.io.FileReader; +import java.io.IOException; +import java.io.InputStream; +import java.io.Reader; +import java.io.Writer; +import java.util.Map; + +public class CustomJsonConfiguration extends JSONConfiguration { + + private final ObjectMapper mapper = new ObjectMapper(); + private final MapType type; + + public CustomJsonConfiguration(String filePath) throws FileNotFoundException, ConfigurationException { + this.mapper.configure(JsonParser.Feature.ALLOW_COMMENTS, true); + this.type = this.mapper.getTypeFactory().constructMapType( + Map.class, String.class, Object.class); + + read(new FileReader(filePath)); + } + + @Override + public void read(Reader in) throws ConfigurationException { + try { + Map map = this.mapper.readValue(in, this.type); + this.load(map); + } catch (Exception var3) { + rethrowException(var3); + } + } + + @Override + public void write(Writer out) throws IOException { + this.mapper.writer().writeValue(out, + this.constructMap(this.getNodeModel().getNodeHandler().getRootNode())); + } + + @Override + public void read(InputStream in) throws ConfigurationException { + try { + Map map = this.mapper.readValue(in, this.type); + this.load(map); + } catch (Exception var3) { + rethrowException(var3); + } + } + + static void rethrowException(Exception e) throws ConfigurationException { + if (e instanceof ClassCastException) { + throw new ConfigurationException("Error parsing", e); + } else { + throw new ConfigurationException("Unable to load the configuration", e); + } + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/MonitoringService.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/MonitoringService.java new file mode 100644 index 0000000..6435f44 --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/MonitoringService.java @@ -0,0 +1,47 @@ +package be.ugent.idlab.divide.monitor.local.monitoring; + +import be.ugent.idlab.divide.monitor.local.ILocalMonitorService; +import be.ugent.idlab.divide.monitor.local.semanticmapper.SemanticMapper; +import be.ugent.idlab.rspservice.common.interfaces.RDFStream; +import be.ugent.idlab.rspservice.common.interfaces.RDFStreamProcessor; +import be.ugent.idlab.rspservice.common.util.InvalidRdfException; + +public abstract class MonitoringService implements ILocalMonitorService { + + private final RDFStreamProcessor rdfStreamProcessor; + private final RDFStream localMonitorStream; + + private final String componentId; + private final String deviceId; + + protected MonitoringService(RDFStreamProcessor rdfStreamProcessor, + RDFStream localMonitorStream, + String componentId, + String deviceId) { + this.rdfStreamProcessor = rdfStreamProcessor; + this.localMonitorStream = localMonitorStream; + this.componentId = componentId; + this.deviceId = deviceId; + } + + protected void handleMonitoringOutput(String monitorOutputJson) { + // map JSON output to RDF + String monitorOutputRdf = mapJsonToRdf(monitorOutputJson); + + // send RDF output to stream of Local Monitor RSP engine + sendDataToStream(monitorOutputRdf); + } + + private String mapJsonToRdf(String json) { + return SemanticMapper.getInstance().mapJsonToRdf(json, componentId, deviceId); + } + + private void sendDataToStream(String rdf) { + try { + this.rdfStreamProcessor.feedRDFStream(this.localMonitorStream, rdf); + } catch (InvalidRdfException e) { + throw new RuntimeException(e); + } + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/device/DeviceMonitor.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/device/DeviceMonitor.java new file mode 100644 index 0000000..6a28a6d --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/device/DeviceMonitor.java @@ -0,0 +1,111 @@ +package be.ugent.idlab.divide.monitor.local.monitoring.device; + +import be.ugent.idlab.divide.monitor.local.LocalMonitorConstants; +import be.ugent.idlab.divide.monitor.local.LocalMonitorException; +import be.ugent.idlab.divide.monitor.local.monitoring.MonitoringService; +import be.ugent.idlab.divide.monitor.local.util.JarResourceManager; +import be.ugent.idlab.rspservice.common.interfaces.RDFStream; +import be.ugent.idlab.rspservice.common.interfaces.RDFStreamProcessor; +import be.ugent.idlab.util.io.IOUtilities; +import be.ugent.idlab.util.process.ProcessException; +import be.ugent.idlab.util.process.ProcessUtilities; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.IOException; +import java.nio.file.Paths; +import java.util.concurrent.ExecutionException; +import java.util.concurrent.Executors; +import java.util.concurrent.ScheduledExecutorService; +import java.util.concurrent.ScheduledFuture; +import java.util.concurrent.TimeUnit; + +/** + * Device monitor class which is a Java wrapper around the device monitoring Python script + * called 'call-device-monitor.py'. + */ +class DeviceMonitor extends MonitoringService { + + private static final Logger LOGGER = LoggerFactory.getLogger(DeviceMonitor.class.getName()); + + // name and start-up call for Python device monitoring script + private static final String SCRIPT_EXECUTOR = "python3"; + private static final String SCRIPT_NAME = "call-device-monitor.py"; + + private Process process; + + // actual location of script on local file system + private String scriptPath; + + DeviceMonitor(RDFStreamProcessor rdfStreamProcessor, + RDFStream localMonitorStream, + String componentId, + String deviceId) { + super(rdfStreamProcessor, localMonitorStream, componentId, deviceId); + } + + @Override + public void start() throws LocalMonitorException { + // create an actual file on the file system from the script's resource file + LOGGER.info("Copying device monitor script resource from JAR to dedicated file {}", SCRIPT_NAME); + try { + this.scriptPath = JarResourceManager.getInstance().copyResourceToFile(Paths.get(SCRIPT_NAME)); + } catch (IOException e) { + throw new LocalMonitorException("Device monitor Python script could not be copied " + + "from the JAR resources to a dedicated file on the file system", e); + } + + // schedule periodic execution of device monitor script + LOGGER.info("Periodically schedule device monitor script for execution"); + ScheduledExecutorService scheduler = Executors.newSingleThreadScheduledExecutor(); + ScheduledFuture handle = + scheduler.scheduleAtFixedRate(this::callMonitor, 5, + LocalMonitorConstants.DEVICE_MONITOR_EXECUTION_PERIOD_IN_SECONDS, TimeUnit.SECONDS); + + // watch the periodic script execution to intercept any exceptions + try { + handle.get(); + } catch (ExecutionException e) { + String message = "Error during execution of device monitor Python script"; + // not logged since LocalMonitor exception handler will report exception + throw new LocalMonitorException(message, e); + } catch (InterruptedException e) { + String message = "Device monitor Python script interrupted while waiting between two runs"; + // not logged since LocalMonitor exception handler will report exception + throw new LocalMonitorException(message, e); + } + } + + private void callMonitor() { + // retrieve monitor output + String monitorOutputJson = runProcess(); + // handle output + handleMonitoringOutput(monitorOutputJson); + } + + private String runProcess() { + if (process == null || !process.isAlive()) { + if (process != null) { + process.destroyForcibly(); + } + try { + process = Runtime.getRuntime().exec(new String[]{SCRIPT_EXECUTOR, this.scriptPath}); + String result = IOUtilities.removeWhiteSpace(ProcessUtilities.handleProcess(process)); + LOGGER.info("Device monitor script output: {}", result); + return result; + } catch (IOException | ProcessException e) { + throw new RuntimeException(e); + } + } else { + return null; + } + } + + @Override + public void reset() { + if (process != null) { + process.destroy(); + } + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/device/DeviceMonitorFactory.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/device/DeviceMonitorFactory.java new file mode 100644 index 0000000..51b10a2 --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/device/DeviceMonitorFactory.java @@ -0,0 +1,16 @@ +package be.ugent.idlab.divide.monitor.local.monitoring.device; + +import be.ugent.idlab.divide.monitor.local.ILocalMonitorService; +import be.ugent.idlab.rspservice.common.interfaces.RDFStream; +import be.ugent.idlab.rspservice.common.interfaces.RDFStreamProcessor; + +public class DeviceMonitorFactory { + + public static ILocalMonitorService createDeviceMonitor(RDFStreamProcessor rdfStreamProcessor, + RDFStream localMonitorStream, + String componentId, + String deviceId) { + return new DeviceMonitor(rdfStreamProcessor, localMonitorStream, componentId, deviceId); + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/device/DeviceMonitor_Old.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/device/DeviceMonitor_Old.java new file mode 100644 index 0000000..1f8d85e --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/device/DeviceMonitor_Old.java @@ -0,0 +1,153 @@ +package be.ugent.idlab.divide.monitor.local.monitoring.device; + +import be.ugent.idlab.divide.monitor.local.ILocalMonitorService; +import be.ugent.idlab.divide.monitor.local.LocalMonitorException; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.BufferedReader; +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.util.Timer; +import java.util.TimerTask; + +/** + * Device monitor class which is a Java wrapper around the device monitoring Python script + * called 'start-device-monitor.py'. + */ +class DeviceMonitor_Old implements ILocalMonitorService { + + private static final Logger LOGGER = LoggerFactory.getLogger(DeviceMonitor_Old.class.getName()); + + // name and start-up call for Python device monitoring script + private static final String SCRIPT_NAME = "call-device-monitor.py"; + private static final String SCRIPT_STARTUP = String.format("python3 %s", SCRIPT_NAME); + + private Process process; + + private String localMonitorStreamUrl; + + public static void main(String[] args) throws LocalMonitorException { + DeviceMonitor_Old x = new DeviceMonitor_Old(); + x.start(); + } + + DeviceMonitor_Old() { + /*String endpoint = localMonitorConfig.getEndpoint(); + if (endpoint.startsWith("/")) { + endpoint = endpoint.substring(1); + } + this.localMonitorStreamUrl = String.format("http://localhost:%d/%s", + localMonitorConfig.getPort(), endpoint);*/ + } + + /** + * The default buffer size + */ + public static final int DEFAULT_BUFFER_SIZE = 8192; + + @Override + public void start() throws LocalMonitorException { + // obtain + InputStream inputStream = getResourceFileAsStream(SCRIPT_NAME); + /*String content = new BufferedReader(new InputStreamReader(inputStream)) + .lines().collect(Collectors.joining("\n")); + System.out.println(content);*/ + + // create an actual file on the file system from the script's resource file + File file = new File(SCRIPT_NAME); + try { + copyInputStreamToFile(inputStream, file); + } catch (IOException e) { + e.printStackTrace(); + } + + /*try { + ProcessBuilder pb = new ProcessBuilder("./testing.sh"); + Process p = pb.start(); + BufferedReader reader = + new BufferedReader(new InputStreamReader(p.getInputStream())); + StringBuilder builder = new StringBuilder(); + String line; + while ( (line = reader.readLine()) != null) { + builder.append(line); + System.out.println(line); + builder.append(System.getProperty("line.separator")); + } + String result = builder.toString(); + System.out.println("[" + result + "]"); + + process = Runtime.getRuntime().exec(SCRIPT_STARTUP); + } catch (IOException e) { + throw new DeviceMonitorException("Failed to start the DIVIDE Device Monitor", e); + }*/ + + /*System.out.println("here"); + System.out.println(process); + System.out.println(process.isAlive());*/ + + Timer t = new Timer(); + TimerTask mTask = new TimerTask() { + @Override + public void run() { + if (process == null || !process.isAlive()) { + if (process != null) { + process.destroyForcibly(); + } + try { + process = Runtime.getRuntime().exec(SCRIPT_STARTUP); + + BufferedReader reader = + new BufferedReader(new InputStreamReader(process.getInputStream())); + StringBuilder builder = new StringBuilder(); + String line; + while ( (line = reader.readLine()) != null) { + builder.append(line); + builder.append(System.getProperty("line.separator")); + } + String result = builder.toString(); + System.out.println(result); + + } catch (IOException ignored) { + } + } + } + }; + // This task is scheduled to run every 10 seconds + t.scheduleAtFixedRate(mTask, 0, 10000); + + System.out.println("there"); + } + + @Override + public void reset() { + if (process != null) { + process.destroy(); + } + } + + @SuppressWarnings("SameParameterValue") + private InputStream getResourceFileAsStream(String fileName) { + InputStream inputStream = getClass().getClassLoader().getResourceAsStream(fileName); + + if (inputStream == null) { + throw new IllegalArgumentException("Resource file " + fileName + " does not exist"); + } else { + return inputStream; + } + } + + private static void copyInputStreamToFile(InputStream inputStream, File file) throws IOException { + try (FileOutputStream outputStream = new FileOutputStream(file, false)) { + int read; + byte[] bytes = new byte[DEFAULT_BUFFER_SIZE]; + while ((read = inputStream.read(bytes)) != -1) { + outputStream.write(bytes, 0, read); + } + } + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/network/NetworkMonitor.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/network/NetworkMonitor.java new file mode 100644 index 0000000..be67809 --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/network/NetworkMonitor.java @@ -0,0 +1,114 @@ +package be.ugent.idlab.divide.monitor.local.monitoring.network; + +import be.ugent.idlab.divide.monitor.local.LocalMonitorConstants; +import be.ugent.idlab.divide.monitor.local.LocalMonitorException; +import be.ugent.idlab.divide.monitor.local.monitoring.MonitoringService; +import be.ugent.idlab.divide.monitor.local.util.JarResourceManager; +import be.ugent.idlab.rspservice.common.interfaces.RDFStream; +import be.ugent.idlab.rspservice.common.interfaces.RDFStreamProcessor; +import org.apache.commons.lang3.ArrayUtils; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.BufferedReader; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.nio.file.Paths; + +/** + * Network monitor class which is a Java wrapper around the network monitoring Python script + * called 'network-monitor.py'. + */ +class NetworkMonitor extends MonitoringService { + + private static final Logger LOGGER = LoggerFactory.getLogger(NetworkMonitor.class.getName()); + + // name and start-up call for Python network monitoring script + private static final String[] SCRIPT_EXECUTOR = new String[]{"python3", "-u"}; + private static final String SCRIPT_NAME = "network-monitor.py"; + + private Process process; + private final String publicNetworkInterface; + private final String centralHost; + + // actual location of script on local file system + private String scriptPath; + + NetworkMonitor(RDFStreamProcessor rdfStreamProcessor, + RDFStream localMonitorStream, + String componentId, + String deviceId, + String publicNetworkInterface, + String centralHost) { + super(rdfStreamProcessor, localMonitorStream, componentId, deviceId); + this.publicNetworkInterface = publicNetworkInterface; + this.centralHost = centralHost; + } + + @Override + public void start() throws LocalMonitorException { + // create an actual file on the file system from the script's resource file + LOGGER.info("Copying network monitor script resource from JAR to dedicated file {}", SCRIPT_NAME); + try { + this.scriptPath = JarResourceManager.getInstance().copyResourceToFile(Paths.get(SCRIPT_NAME)); + } catch (IOException e) { + throw new LocalMonitorException("Network monitor Python script could not be copied " + + "from the JAR resources to a dedicated file on the file system", e); + } + + // schedule periodic execution of network monitor script + LOGGER.info("Start the network monitor script (which will continuously run)"); + callMonitor(); + } + + private void callMonitor() throws LocalMonitorException { + // start process + runProcess(); + } + + private void runProcess() throws LocalMonitorException { + if (process == null || !process.isAlive()) { + if (process != null) { + process.destroyForcibly(); + } + try { + // call monitor script + String[] processCall = ArrayUtils.addAll( + SCRIPT_EXECUTOR, this.scriptPath, this.centralHost, this.publicNetworkInterface, + Integer.toString(LocalMonitorConstants.NETWORK_MONITOR_PING_PERIOD_IN_SECONDS), + Integer.toString(LocalMonitorConstants.NETWORK_MONITOR_EXECUTION_PERIOD_IN_SECONDS)); + LOGGER.info("Starting the following process: {}", String.join(" ", processCall)); + process = Runtime.getRuntime().exec(processCall); + + // create reader for process output + InputStream inputStream = process.getInputStream(); + InputStreamReader inputStreamReader = new InputStreamReader(inputStream); + BufferedReader bufferedReader = new BufferedReader(inputStreamReader); + + // process every output line + String line; + while ((line = bufferedReader.readLine()) != null) { + LOGGER.info("Network monitor script output: {}", line); + handleMonitoringOutput(line); + } + + // wait for process to finish + process.waitFor(); + + } catch (IOException | InterruptedException e) { + String message = "Network monitor Python script failed or interrupted"; + // not logged since LocalMonitor exception handler will report exception + throw new LocalMonitorException(message, e); + } + } + } + + @Override + public void reset() { + if (process != null) { + process.destroy(); + } + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/network/NetworkMonitorFactory.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/network/NetworkMonitorFactory.java new file mode 100644 index 0000000..7f2c45d --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/network/NetworkMonitorFactory.java @@ -0,0 +1,19 @@ +package be.ugent.idlab.divide.monitor.local.monitoring.network; + +import be.ugent.idlab.divide.monitor.local.ILocalMonitorService; +import be.ugent.idlab.rspservice.common.interfaces.RDFStream; +import be.ugent.idlab.rspservice.common.interfaces.RDFStreamProcessor; + +public class NetworkMonitorFactory { + + public static ILocalMonitorService createNetworkMonitor(RDFStreamProcessor rdfStreamProcessor, + RDFStream localMonitorStream, + String componentId, + String deviceId, + String publicNetworkInterface, + String centralHost) { + return new NetworkMonitor(rdfStreamProcessor, localMonitorStream, + componentId, deviceId, publicNetworkInterface, centralHost); + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/rsp/RspMonitor.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/rsp/RspMonitor.java new file mode 100644 index 0000000..8eb885b --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/rsp/RspMonitor.java @@ -0,0 +1,165 @@ +package be.ugent.idlab.divide.monitor.local.monitoring.rsp; + +import be.ugent.idlab.divide.monitor.local.LocalMonitorException; +import be.ugent.idlab.divide.monitor.local.monitoring.MonitoringService; +import be.ugent.idlab.divide.monitor.local.monitoring.rsp.ws.MessageHandler; +import be.ugent.idlab.divide.monitor.local.monitoring.rsp.ws.WebSocketClient; +import be.ugent.idlab.rspservice.common.interfaces.RDFStream; +import be.ugent.idlab.rspservice.common.interfaces.RDFStreamProcessor; +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; +import com.google.gson.JsonObject; +import com.google.gson.JsonParser; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.net.URI; +import java.net.URISyntaxException; +import java.util.ArrayList; +import java.util.List; +import java.util.stream.Collectors; + +/** + * RSP monitor class which is a WebSocket client to the WebSocket server exposed by + * the RSP engine wrapper. Any monitoring events from the RSP engine are sent by that + * WebSocket server to all clients like this RSP monitor. + */ +class RspMonitor extends MonitoringService { + + private static final Logger LOGGER = LoggerFactory.getLogger(RspMonitor.class.getName()); + + private WebSocketClient webSocketClient; + + private final int rspEngineMonitorWebSocketPort; + + RspMonitor(RDFStreamProcessor rdfStreamProcessor, + RDFStream localMonitorStream, + String componentId, + String deviceId, + int rspEngineMonitorWebSocketPort) { + super(rdfStreamProcessor, localMonitorStream, componentId, deviceId); + this.rspEngineMonitorWebSocketPort = rspEngineMonitorWebSocketPort; + } + + @Override + public void start() throws LocalMonitorException { + // construct WebSocket url + String webSocketUrl = String.format("ws://localhost:%d", this.rspEngineMonitorWebSocketPort); + + try { + LOGGER.info("Starting RSP monitor: creating client to WebSocket server at url {}", + webSocketUrl); + + // initialize WebSocket client + this.webSocketClient = WebSocketClient.initialize(new URI(webSocketUrl)); + + // forward monitoring events received as WebSocket messages to output handler + this.webSocketClient.addMessageHandler(new RspMonitorOutputHandler()); + + } catch (URISyntaxException e) { + String message = "RSP monitor could not be started due to problem with initializing" + + " WebSocket client connection to " + webSocketUrl; + // not logged since LocalMonitor exception handler will report exception + throw new LocalMonitorException(message, e); + } + } + + @Override + public void reset() { + // try to close active WebSocket session (but ignore any errors that may be caused by + // fact that session was already closed by the system) + try { + this.webSocketClient.getSession().close(); + } catch (Exception ignored) { + } + } + + private class RspMonitorOutputHandler implements MessageHandler { + + private final Gson GSON = new GsonBuilder().disableHtmlEscaping().create(); + + @Override + public void handleMessage(String message) { + try { + // parse JSON message as a generic JSON object + JsonObject jsonMessage = new JsonParser().parse(message).getAsJsonObject(); + + // create empty array of events + List events = new ArrayList<>(); + + // retrieve type of event + String type = jsonMessage.get("type").getAsString(); + if ("query_execution".equals(type)) { + long timestamp = jsonMessage.get("timestamp").getAsLong(); + String queryId = jsonMessage.get("queryId").getAsString(); + + float memoryUsageMb = jsonMessage.get("memoryUsageMb").getAsFloat(); + float memoryUsageBytes = memoryUsageMb * 1048576; + events.add(new RspMonitorEvent( + timestamp, "rsp_query_execution_memory_usage", memoryUsageBytes, "byte", queryId)); + + float executionTimeMs = jsonMessage.get("executionTimeMs").getAsFloat(); + float executionTimeSeconds = executionTimeMs / 1000.0f; + events.add(new RspMonitorEvent( + timestamp, "rsp_query_execution_time", executionTimeSeconds, "second", queryId)); + + float processingTimeMs = jsonMessage.get("processingTimeMs").getAsFloat(); + float processingTimeSeconds = processingTimeMs / 1000.0f; + events.add(new RspMonitorEvent( + timestamp, "rsp_query_processing_time", processingTimeSeconds, "second", queryId)); + + int numberOfHits = jsonMessage.get("numberOfHits").getAsInt(); + events.add(new RspMonitorEvent( + timestamp, "rsp_query_execution_hits", numberOfHits, "number", queryId)); + + } else if ("stream_event".equals(type)) { + long timestamp = jsonMessage.get("timestamp").getAsLong(); + String streamId = jsonMessage.get("streamId").getAsString(); + + int numberOfTriples = jsonMessage.get("numberOfTriples").getAsInt(); + events.add(new RspMonitorEvent( + timestamp, "rsp_stream_event_triples", numberOfTriples, "number", streamId)); + } + + // create string of JSON array with all events + String processedJson = String.format("[ %s ]", + events.stream().map(GSON::toJson).collect(Collectors.joining(","))); + + // forward processed JSON events to general monitor output handler + handleMonitoringOutput(processedJson); + + } catch (Exception e) { + LOGGER.warn("Could not correctly parse message received from RSP engine monitor", e); + } + } + + } + + @SuppressWarnings({"FieldCanBeLocal", "unused"}) + private static class RspMonitorEvent { + + private final long time; + private final String metric; + private final float value; + private final String unit; + private final String featureOfInterestId; + + public RspMonitorEvent(long time, String metric, float value, String unit) { + this.time = time; + this.metric = metric; + this.value = value; + this.unit = unit; + this.featureOfInterestId = null; + } + + public RspMonitorEvent(long time, String metric, float value, String unit, String featureOfInterestId) { + this.time = time; + this.metric = metric; + this.value = value; + this.unit = unit; + this.featureOfInterestId = featureOfInterestId; + } + + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/rsp/RspMonitorFactory.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/rsp/RspMonitorFactory.java new file mode 100644 index 0000000..55e5c23 --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/rsp/RspMonitorFactory.java @@ -0,0 +1,18 @@ +package be.ugent.idlab.divide.monitor.local.monitoring.rsp; + +import be.ugent.idlab.divide.monitor.local.ILocalMonitorService; +import be.ugent.idlab.rspservice.common.interfaces.RDFStream; +import be.ugent.idlab.rspservice.common.interfaces.RDFStreamProcessor; + +public class RspMonitorFactory { + + public static ILocalMonitorService createRspMonitor(RDFStreamProcessor rdfStreamProcessor, + RDFStream localMonitorStream, + String componentId, + String deviceId, + int rspEngineMonitorWebSocketUrl) { + return new RspMonitor(rdfStreamProcessor, localMonitorStream, + componentId, deviceId, rspEngineMonitorWebSocketUrl); + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/rsp/ws/MessageHandler.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/rsp/ws/MessageHandler.java new file mode 100644 index 0000000..0defe8f --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/rsp/ws/MessageHandler.java @@ -0,0 +1,7 @@ +package be.ugent.idlab.divide.monitor.local.monitoring.rsp.ws; + +public interface MessageHandler { + + void handleMessage(String message); + +} \ No newline at end of file diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/rsp/ws/WebSocketClient.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/rsp/ws/WebSocketClient.java new file mode 100644 index 0000000..f51e70f --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/monitoring/rsp/ws/WebSocketClient.java @@ -0,0 +1,114 @@ +package be.ugent.idlab.divide.monitor.local.monitoring.rsp.ws; + +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.websocket.ClientEndpoint; +import javax.websocket.CloseReason; +import javax.websocket.ContainerProvider; +import javax.websocket.OnClose; +import javax.websocket.OnMessage; +import javax.websocket.OnOpen; +import javax.websocket.Session; +import javax.websocket.WebSocketContainer; +import java.io.IOException; +import java.net.URI; +import java.util.ArrayList; +import java.util.List; + +@ClientEndpoint +public class WebSocketClient { + + private static final Logger LOGGER = LoggerFactory.getLogger(WebSocketClient.class.getName()); + + public static WebSocketClient initialize(URI serverURI) { + return new WebSocketClient(serverURI); + } + + + private Session session; + + private final URI serverURI; + + private final List messageHandlers; + + private WebSocketClient(URI serverURI) { + this.serverURI = serverURI; + this.messageHandlers = new ArrayList<>(); + + // connect to WebSocket server + WebSocketContainer container = ContainerProvider.getWebSocketContainer(); + connect(container); + } + + @SuppressWarnings("resource") + private void connect(WebSocketContainer container) { + boolean connected = false; + while (!connected) { + try { + container.connectToServer(this, serverURI); + LOGGER.info("Successfully connected to WebSocket server {}", serverURI.toString()); + + connected = true; + + } catch (Exception e) { + LOGGER.warn("Cannot connect to WebSocket server {} - retrying in 1 second", + serverURI.toString()); + } + + try { + Thread.sleep(1000); + } catch (InterruptedException ignored) { + } + } + } + + public void addMessageHandler(MessageHandler messageHandler) { + this.messageHandlers.add(messageHandler); + } + + @SuppressWarnings("unused") + public void removeMessageHandler(MessageHandler messageHandler) { + this.messageHandlers.remove(messageHandler); + } + + @OnOpen + public void onOpen(Session session) { + LOGGER.info("Session opened"); + this.session = session; + } + + @OnClose + public void onClose(Session session, CloseReason reason) { + LOGGER.warn("Connection to WebSocket server {} closed unexpectedly - " + + "trying to reconnect in 1 second", serverURI.toString()); + + // session is no longer known + this.session = null; + + // wait 1 second + try { + Thread.sleep(1000); + } catch (InterruptedException ignored) { + } + + // try to reconnect + WebSocketContainer container = ContainerProvider.getWebSocketContainer(); + connect(container); + } + + @OnMessage + public void onMessage(String message) { + LOGGER.trace("Message received: {}", message); + + // forward incoming messages from server to message handlers + for (MessageHandler handler : messageHandlers) { + handler.handleMessage(message); + } + } + + public Session getSession() { + return session; + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/rsp/LocalMonitorRspEngine.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/rsp/LocalMonitorRspEngine.java new file mode 100644 index 0000000..878df57 --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/rsp/LocalMonitorRspEngine.java @@ -0,0 +1,132 @@ +package be.ugent.idlab.divide.monitor.local.rsp; + +import be.ugent.idlab.divide.monitor.local.ILocalMonitorService; +import be.ugent.idlab.divide.monitor.local.LocalMonitorException; +import be.ugent.idlab.divide.monitor.local.config.ILocalMonitorConfig; +import be.ugent.idlab.rspservice.common.RSPServer; +import be.ugent.idlab.rspservice.common.interfaces.RDFStreamProcessor; +import be.ugent.idlab.rspservice.common.observers.CustomContinuousObserver; +import be.ugent.idlab.rspservice.common.observers.HTTPObserver; +import be.ugent.idlab.rspservice.common.util.enumerations.QueryType; +import be.ugent.idlab.util.io.IOUtilities; +import be.ugent.idlab.util.rdf.QueryForm; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.BufferedReader; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.nio.charset.StandardCharsets; +import java.nio.file.Paths; +import java.util.List; +import java.util.Objects; +import java.util.stream.Collectors; + +class LocalMonitorRspEngine implements ILocalMonitorService { + + private static final Logger LOGGER = LoggerFactory.getLogger(LocalMonitorRspEngine.class.getName()); + + private final RSPServer csparqlServer; + private final RDFStreamProcessor rdfStreamProcessor; + + private final ILocalMonitorConfig localMonitorConfig; + + LocalMonitorRspEngine(ILocalMonitorConfig localMonitorConfig, + RSPServer csparqlServer, + RDFStreamProcessor rdfStreamProcessor) { + this.csparqlServer = csparqlServer; + this.rdfStreamProcessor = rdfStreamProcessor; + + this.localMonitorConfig = localMonitorConfig; + } + + @Override + public void start() throws LocalMonitorException { + try { + // start C-SPARQL server (static config) + this.csparqlServer.start(); + + // register global monitor as observer to all engine queries + String centralMonitorReasoningServiceHost = + localMonitorConfig.getCentralMonitorReasoningServiceHost(); + int centralMonitorReasoningServicePort = + localMonitorConfig.getCentralMonitorReasoningServicePort(); + if (centralMonitorReasoningServiceHost == null || centralMonitorReasoningServicePort <= 0) { + throw new LocalMonitorException("Global Monitor cannot be configured as observer: " + + "host and/or port of reasoning service are invalid/undefined"); + } + String observerURL = String.format("%s://%s:%d%s/stream", + localMonitorConfig.getCentralMonitorReasoningServiceProtocol(), + centralMonitorReasoningServiceHost, + centralMonitorReasoningServicePort, + localMonitorConfig.getCentralMonitorReasoningServiceURI()); + LOGGER.info("Register global monitor's RSP engine as observer of " + + "all queries (url: {})", observerURL); + this.rdfStreamProcessor.addObserver(new CustomContinuousObserver( + String.valueOf(observerURL.hashCode()), + new HTTPObserver(observerURL))); + + // register queries + List queries = getQueries(); + if (queries == null || queries.isEmpty()) { + throw new LocalMonitorException( + "No queries available to run monitor -> makes setting up monitoring useless"); + } + for (RspQuery query : queries) { + LOGGER.info("Register query with name '{}' and body: {}", query.name, query.body); + this.rdfStreamProcessor.registerQuery( + query.name, QueryType.QUERY, QueryForm.CONSTRUCT, query.body); + } + + } catch (Exception e) { + throw new LocalMonitorException("Error when starting local monitor's RSP engine", e); + } + } + + @Override + public void reset() { + // stop all services of the C-SPARQL RSP server + try { + this.csparqlServer.stop(); + } catch (Exception e) { + LOGGER.warn("Resetting the local monitor RSP engine failed: " + + "C-SPARQL RSP server could not be stopped successfully", e); + } + } + + private List getQueries() { + List rspQueries; + String queryDirectory = "queries"; + try (final InputStream is = getClass().getClassLoader().getResourceAsStream( + Paths.get(queryDirectory, "queries.txt").toString()); + final InputStreamReader isr = + new InputStreamReader(Objects.requireNonNull(is), StandardCharsets.UTF_8); + final BufferedReader br = new BufferedReader(isr)) { + rspQueries = br.lines() + .map(file -> new RspQuery( + file.split("\\.")[0], + IOUtilities.removeWhiteSpace(IOUtilities.readFileIntoString( + getClass().getClassLoader().getResourceAsStream( + Paths.get(queryDirectory, file).toString()))))) + .collect(Collectors.toList()); + return rspQueries; + + } catch (IOException e) { + return null; + } + } + + private static class RspQuery { + + private final String name; + private final String body; + + public RspQuery(String name, String body) { + this.name = name; + this.body = String.format("REGISTER QUERY %s AS %s", name, body); + } + + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/rsp/LocalMonitorRspEngineFactory.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/rsp/LocalMonitorRspEngineFactory.java new file mode 100644 index 0000000..127d1bc --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/rsp/LocalMonitorRspEngineFactory.java @@ -0,0 +1,44 @@ +package be.ugent.idlab.divide.monitor.local.rsp; + +import be.ugent.idlab.divide.monitor.local.ILocalMonitorService; +import be.ugent.idlab.divide.monitor.local.LocalMonitorConstants; +import be.ugent.idlab.divide.monitor.local.config.ILocalMonitorConfig; +import be.ugent.idlab.rspservice.common.RSPServer; +import be.ugent.idlab.rspservice.common.configuration.StaticConfig; +import be.ugent.idlab.rspservice.common.interfaces.RDFStreamProcessor; +import be.ugent.idlab.rspservice.common.util.enumerations.InferenceMode; +import be.ugent.idlab.util.rdf.RDFLanguage; + +public class LocalMonitorRspEngineFactory { + + public static ILocalMonitorService createLocalMonitorRspEngine( + ILocalMonitorConfig localMonitorConfig, + RSPServer rspServer, + RDFStreamProcessor rdfStreamProcessor) { + return new LocalMonitorRspEngine(localMonitorConfig, rspServer, rdfStreamProcessor); + } + + public static StaticConfig getRspEngineConfig() { + return new StaticConfig( + "localhost", // start on localhost + LocalMonitorConstants.RSP_ENGINE_SERVER_PORT, // start RSP server at given port + true, // open WebSocket server for streaming data + LocalMonitorConstants.RSP_ENGINE_WEBSOCKET_PORT, // open WebSocket server on given port + null, // no resource path: queries execute on streaming data only + LocalMonitorConstants.RSP_ENGINE_RESOURCES_PORT, // resources exposed on given port + RDFLanguage.N_TRIPLE, // send results to observes in N-Triple format + true, // enable timestamp function + false, // do not send empty results + InferenceMode.NONE, // do not perform reasoning during query evaluation + null, // no TBox path used (since there is no reasoning) + false, // back loop not active: query results not put on new stream + false, // do not open WebSocket server with query results + 0, // port of WebSocket server with query results: not relevant + null, // no list of rules used (since there is no reasoning) + true, // defines whether incoming events should be logged + false, // defines whether outgoing events should be logged + false // defines whether query results should be logged + ); + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/semanticmapper/SemanticMapper.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/semanticmapper/SemanticMapper.java new file mode 100644 index 0000000..8b457af --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/semanticmapper/SemanticMapper.java @@ -0,0 +1,60 @@ +package be.ugent.idlab.divide.monitor.local.semanticmapper; + +import be.ugent.idlab.divide.monitor.local.util.JarResourceManager; +import be.ugent.idlab.util.io.IOUtilities; +import be.ugent.idlab.util.process.ProcessException; +import be.ugent.idlab.util.process.ProcessUtilities; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.IOException; +import java.nio.file.Paths; + +public class SemanticMapper { + + private static final Logger LOGGER = LoggerFactory.getLogger(SemanticMapper.class.getName()); + + private static SemanticMapper instance; + + public static SemanticMapper getInstance() { + initialize(); + return instance; + } + + public static void initialize() { + if (instance == null) { + instance = new SemanticMapper(); + } + } + + // name and start-up call for Python semantic mapper script + private static final String SCRIPT_EXECUTOR = "python3"; + private static final String SCRIPT_NAME = "semantic-mapper.py"; + + // actual location of script on local file system + private final String scriptPath; + + private SemanticMapper() { + // create an actual file on the file system from the script's resource file + LOGGER.info("Copying semantic mapper Python script resource from JAR to dedicated file {}", SCRIPT_NAME); + try { + this.scriptPath = JarResourceManager.getInstance().copyResourceToFile(Paths.get(SCRIPT_NAME)); + } catch (IOException e) { + throw new RuntimeException("Semantic mapper Python script could not be copied " + + "from the JAR resources to a dedicated file on the file system", e); + } + } + + public String mapJsonToRdf(String json, + String componentId, + String deviceId) { + try { + LOGGER.info("Mapping the following monitoring output to RDF: {}", json); + return IOUtilities.removeWhiteSpace(ProcessUtilities.executeProcess( + new String[]{SCRIPT_EXECUTOR, this.scriptPath, componentId, deviceId, json})); + } catch (IOException | ProcessException e) { + throw new RuntimeException(e); + } + } + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/util/Constants.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/util/Constants.java new file mode 100644 index 0000000..901a8c7 --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/util/Constants.java @@ -0,0 +1,11 @@ +package be.ugent.idlab.divide.monitor.local.util; + +public class Constants { + + /** + * Hidden directory where DIVIDE stores all its internal files needed to + * run the local monitor + */ + public static final String DIVIDE_DIRECTORY = ".divide"; + +} diff --git a/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/util/JarResourceManager.java b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/util/JarResourceManager.java new file mode 100644 index 0000000..dc8ae7a --- /dev/null +++ b/src/divide-local-monitor/src/main/java/be/ugent/idlab/divide/monitor/local/util/JarResourceManager.java @@ -0,0 +1,69 @@ +package be.ugent.idlab.divide.monitor.local.util; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.nio.file.Files; +import java.nio.file.Path; +import java.nio.file.Paths; + +import static be.ugent.idlab.divide.monitor.local.util.Constants.DIVIDE_DIRECTORY; + +public class JarResourceManager { + + public static final int DEFAULT_BUFFER_SIZE = 8192; + + private static JarResourceManager instance; + + private JarResourceManager() {} + + public static JarResourceManager getInstance() { + if (instance == null) { + instance = new JarResourceManager(); + } + return instance; + } + + @SuppressWarnings("SameParameterValue") + public InputStream getResourceFileAsStream(String fileName) { + InputStream inputStream = getClass().getClassLoader().getResourceAsStream(fileName); + + if (inputStream == null) { + throw new IllegalArgumentException("Resource file " + fileName + " does not exist"); + } else { + return inputStream; + } + } + + public String copyResourceToFile(Path resourceFilePath) throws IOException { + return copyResourceToFile(resourceFilePath, null); + } + + public String copyResourceToFile(Path resourceFilePath, String directory) throws IOException { + InputStream inputStream = getResourceFileAsStream(resourceFilePath.toString()); + String resourceFileName = resourceFilePath.getFileName().toString(); + File file; + if (directory == null) { + file = new File(DIVIDE_DIRECTORY, resourceFileName); + Files.createDirectories(Paths.get(DIVIDE_DIRECTORY)); + } else { + Path destination = Paths.get(DIVIDE_DIRECTORY, directory); + Files.createDirectories(destination); + file = new File(destination.toString(), resourceFileName); + } + copyInputStreamToFile(inputStream, file); + return file.getAbsolutePath(); + } + + private void copyInputStreamToFile(InputStream inputStream, File file) throws IOException { + try (FileOutputStream outputStream = new FileOutputStream(file, false)) { + int read; + byte[] bytes = new byte[DEFAULT_BUFFER_SIZE]; + while ((read = inputStream.read(bytes)) != -1) { + outputStream.write(bytes, 0, read); + } + } + } + +} diff --git a/src/divide-local-monitor/src/main/resources/call-device-monitor.py b/src/divide-local-monitor/src/main/resources/call-device-monitor.py new file mode 100644 index 0000000..7a941e5 --- /dev/null +++ b/src/divide-local-monitor/src/main/resources/call-device-monitor.py @@ -0,0 +1,66 @@ +import json +import logging +import os +import time + +import psutil + + +# configure file logging +logger = logging.getLogger(__name__) +logger.setLevel(logging.DEBUG) +formatter = logging.Formatter('%(asctime)s;%(name)s;%(levelname)s;%(message)s') +logging_dir = os.path.join(os.path.expanduser('~'), '.divide', 'monitor') +if not os.path.exists(logging_dir): + os.makedirs(logging_dir, exist_ok=True) +handler = logging.FileHandler(os.path.join(logging_dir, 'device-monitor.log')) +handler.setLevel(logging.INFO) +handler.setFormatter(formatter) +logger.addHandler(handler) + + +def collect_device_statistics(): + # get current timestamp in milliseconds + t = int(time.time() * 1000) + + # collect data + cpu_percentage = psutil.cpu_percent(percpu=False, interval=1) + cpu_percentage_per_core = psutil.cpu_percent(percpu=True, interval=1) + # percentage calculation below: see docs at https://psutil.readthedocs.io/en/latest/#psutil.getloadavg + cpu_load_average = [round(x / psutil.cpu_count() * 100, 2) for x in psutil.getloadavg()] + mem = psutil.virtual_memory() + disk_usage = psutil.disk_usage('/') + + # create JSON blob + result = [ + {'time': t, 'metric': 'cpu_usage_overall', + 'value': cpu_percentage, 'unit': 'percentage'}, + {'time': t, 'metric': 'cpu_usage_per_core', + 'value': cpu_percentage_per_core, 'unit': 'percentage'}, + {'time': t, 'metric': 'cpu_load_last_1_minutes', + 'value': cpu_load_average[0], 'unit': 'percentage'}, + {'time': t, 'metric': 'cpu_load_last_5_minutes', + 'value': cpu_load_average[1], 'unit': 'percentage'}, + {'time': t, 'metric': 'cpu_load_last_15_minutes', + 'value': cpu_load_average[2], 'unit': 'percentage'}, + + {'time': t, 'metric': 'ram_available', + 'value': mem.available, 'unit': 'byte'}, + {'time': t, 'metric': 'ram_used', + 'value': mem.used, 'unit': 'byte'}, + {'time': t, 'metric': 'ram_available', + 'value': round(100 - mem.percent, 2), 'unit': 'percentage'}, + + {'time': t, 'metric': 'disk_space_available', + 'value': disk_usage.free, 'unit': 'byte'}, + {'time': t, 'metric': 'disk_space_available', + 'value': round(100 - disk_usage.percent, 2), 'unit': 'percentage'} + ] + for r in result: + logger.info(r) + return result + + +if __name__ == '__main__': + status = collect_device_statistics() + print(json.dumps(status)) diff --git a/src/divide-local-monitor/src/main/resources/log4j2.xml b/src/divide-local-monitor/src/main/resources/log4j2.xml new file mode 100644 index 0000000..05a7e4f --- /dev/null +++ b/src/divide-local-monitor/src/main/resources/log4j2.xml @@ -0,0 +1,48 @@ + + + + %d{ISO8601} [%t] %-5level %logger{36} - %msg%n + %d{ISO8601}\t[%t]\t%-5level\t%logger{36}\t%marker\t%msg%n + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/divide-local-monitor/src/main/resources/network-monitor.py b/src/divide-local-monitor/src/main/resources/network-monitor.py new file mode 100644 index 0000000..adfe7f2 --- /dev/null +++ b/src/divide-local-monitor/src/main/resources/network-monitor.py @@ -0,0 +1,167 @@ +import json +import logging +import os +import subprocess +import sys +import time +from multiprocessing.pool import Pool +from threading import Thread + +import psutil + + +# configure file logging +logger = logging.getLogger(__name__) +logger.setLevel(logging.DEBUG) +formatter = logging.Formatter('%(asctime)s;%(name)s;%(levelname)s;%(message)s') +logging_dir = os.path.join(os.path.expanduser('~'), '.divide', 'monitor') +if not os.path.exists(logging_dir): + os.makedirs(logging_dir, exist_ok=True) +handler = logging.FileHandler(os.path.join(logging_dir, 'network-monitor.log')) +handler.setLevel(logging.INFO) +handler.setFormatter(formatter) +logger.addHandler(handler) + + +def print_network_statistics(statistics): + # get current timestamp in milliseconds + t = int(time.time() * 1000) + + # append time to all statistics + for statistic in statistics: + statistic['time'] = t + + # print a JSON dump of the statistics + print(json.dumps(statistics)) + + # log statistics to log file + for s in statistics: + logger.info(s) + + + +# MONITORING OF NETWORK STATISTICS ON RELEVANT INTERFACE + +# noinspection PyTypeChecker +def collect_network_statistics(inf: str, pool: Pool, interval: int = 1): + """ + Cool network statistics for the given interface and let them print asynchronously + as JSON to stdout using the given multiprocessing pool. + """ + # get initial values + net_stat = psutil.net_io_counters(pernic=True, nowrap=True)[inf] + bytes_in_old = net_stat.bytes_recv + bytes_out_old = net_stat.bytes_sent + packets_in_old = net_stat.packets_recv + packets_out_old = net_stat.packets_sent + dropin_old = net_stat.dropin + dropout_old = net_stat.dropout + + # loop to update every interval + while True: + time.sleep(interval) + + # collect updated values + net_stat = psutil.net_io_counters(pernic=True, nowrap=True)[inf] + bytes_in_new = net_stat.bytes_recv + bytes_out_new = net_stat.bytes_sent + packets_in_new = net_stat.packets_recv + packets_out_new = net_stat.packets_sent + dropin_new = net_stat.dropin + dropout_new = net_stat.dropout + + # calculate Tx & Rx values over last second in bit/s + # (values are in bytes, but since we take the difference every second, + # we automatically have bytes per second -> * 8 to get bits per second) + rx_rate = (bytes_in_new - bytes_in_old) * 8 + tx_rate = (bytes_out_new - bytes_out_old) * 8 + + # calculate number & percentage of incoming & outgoing packets dropped + net_dropin = dropin_new - dropin_old + net_dropout = dropout_new - dropout_old + net_packets_in = packets_in_new - packets_in_old + net_packets_out = packets_out_new - packets_out_old + net_dropin_pct = 0 if net_packets_in == 0 else round(net_dropin / net_packets_in * 100, 2) + net_dropout_pct = 0 if net_packets_out == 0 else round(net_dropout / net_packets_out * 100, 2) + + # send statistics as JSON to stdout + statistics = [{'metric': 'network_rx_rate', 'value': rx_rate, 'unit': 'bit_per_second'}, + {'metric': 'network_tx_rate', 'value': tx_rate, 'unit': 'bit_per_second'}, + {'metric': 'network_packets_in', 'value': net_packets_in, 'unit': 'number'}, + {'metric': 'network_packets_out', 'value': net_packets_out, 'unit': 'number'}, + {'metric': 'network_dropin', 'value': net_dropin, 'unit': 'number'}, + {'metric': 'network_dropout', 'value': net_dropout, 'unit': 'number'}, + {'metric': 'network_dropin', 'value': net_dropin_pct, 'unit': 'percentage'}, + {'metric': 'network_dropout', 'value': net_dropout_pct, 'unit': 'percentage'}] + pool.apply_async(print_network_statistics, args=(statistics,)) + + # overwrite old values + bytes_in_old = bytes_in_new + bytes_out_old = bytes_out_new + packets_in_old = packets_in_new + packets_out_old = packets_out_new + dropin_old = dropin_new + dropout_old = dropout_new + + +# CENTRAL SERVER PING TO MONITOR NETWORK ROUND TRIP TIME + +def ping_central_server(ip: str, interval: int = 1): + # start a ping process that pings every second + popen = subprocess.Popen(['ping', '-i %d' % interval, ip], + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT, + universal_newlines=True) + # yield every output line + for stdout_line in iter(popen.stdout.readline, ""): + yield stdout_line + popen.stdout.close() + + +def process_ping_result(ping_result: str): + try: + # try to process the expected output with a time measure + statistics = ping_result.split('time=') + + # only continue if this output is actually there + if len(statistics) > 1: + rtt_ms = float(statistics[-1].split(' ')[0].strip()) + rtt_s = rtt_ms / 1000.0 + statistics = [{'metric': 'network_round_trip_time', 'value': rtt_s, 'unit': 'second'}] + print_network_statistics(statistics=statistics) + + except Exception: + # ignore + pass + + +if __name__ == '__main__': + # check if argument is provided + if len(sys.argv) < 3: + print('Usage: python3 call-network-monitor.py ' + '[ ] [ ]') + print(' -> is pinged periodically to monitor network round trip time') + print(' -> is used to monitor network traffic (incoming & dropped packets/bytes)') + print(' -> defines interval (in seconds) between successive pings (default is 1)') + print(' -> defines interval (in seconds) between updates of network traffic' + ' (default is 1)') + exit(1) + + # retrieve arguments + central_server_host = sys.argv[1] + network_interface = sys.argv[2] + _ping_interval = int(sys.argv[3]) if len(sys.argv) > 3 else 1 + _monitor_interval = int(sys.argv[4]) if len(sys.argv) > 4 else 1 + logger.info(json.dumps({'ip': central_server_host, 'interface': network_interface, + 'monitor_interval': _monitor_interval, 'ping_interval': _ping_interval})) + + # create processing pool to asynchronously print results + _pool = Pool(processes=1) + + # start the collection of network statistics + thread = Thread(target=collect_network_statistics, args=(network_interface, _pool, _monitor_interval,)) + thread.start() + + # ping the central server & process every result + for _ping_result in ping_central_server(ip=central_server_host, interval=_ping_interval): + process_ping_result(ping_result=_ping_result) diff --git a/src/divide-local-monitor/src/main/resources/python-requirements.txt b/src/divide-local-monitor/src/main/resources/python-requirements.txt new file mode 100644 index 0000000..ebf320e --- /dev/null +++ b/src/divide-local-monitor/src/main/resources/python-requirements.txt @@ -0,0 +1,2 @@ +psutil==5.9.2 +pytz==2022.1 \ No newline at end of file diff --git a/src/divide-local-monitor/src/main/resources/queries/aggregate.sparql b/src/divide-local-monitor/src/main/resources/queries/aggregate.sparql new file mode 100644 index 0000000..348af7c --- /dev/null +++ b/src/divide-local-monitor/src/main/resources/queries/aggregate.sparql @@ -0,0 +1,48 @@ +PREFIX divide-core: +PREFIX monitoring: +PREFIX saref-core: +PREFIX om: + +CONSTRUCT { + [ a saref-core:Measurement ; + saref-core:hasValue ?minV ; + om:hasAggregateFunction om:minimum ; + saref-core:isMeasuredIn ?unit ; + saref-core:relatesToProperty [ a ?prop ] ; + saref-core:isMeasurementOf ?featureOfInterest ; + saref-core:hasTimestamp ?now ] . + + [ a saref-core:Measurement ; + saref-core:hasValue ?maxV ; + om:hasAggregateFunction om:maximum ; + saref-core:isMeasuredIn ?unit ; + saref-core:relatesToProperty [ a ?prop ] ; + saref-core:isMeasurementOf ?featureOfInterest ; + saref-core:hasTimestamp ?now ] . + + [ a saref-core:Measurement ; + saref-core:hasValue ?avgV ; + om:hasAggregateFunction om:average ; + saref-core:isMeasuredIn ?unit ; + saref-core:relatesToProperty [ a ?prop ] ; + saref-core:isMeasurementOf ?featureOfInterest ; + saref-core:hasTimestamp ?now ] . +} +FROM STREAM [RANGE 60s STEP 20s] +WHERE { + BIND (NOW() as ?now) + { + SELECT ?featureOfInterest ?prop ?unit + (MIN(?v) AS ?minV) + (MAX(?v) AS ?maxV) + (AVG(?v) AS ?avgV) + WHERE { + ?m a saref-core:Measurement ; + saref-core:hasValue ?v ; + saref-core:isMeasuredIn ?unit ; + saref-core:relatesToProperty [ a ?prop ] ; + saref-core:isMeasurementOf ?featureOfInterest . + } + GROUP BY ?featureOfInterest ?prop ?unit + } +} diff --git a/src/divide-local-monitor/src/main/resources/queries/queries.txt b/src/divide-local-monitor/src/main/resources/queries/queries.txt new file mode 100644 index 0000000..ffef091 --- /dev/null +++ b/src/divide-local-monitor/src/main/resources/queries/queries.txt @@ -0,0 +1 @@ +aggregate.sparql \ No newline at end of file diff --git a/src/divide-local-monitor/src/main/resources/semantic-mapper.py b/src/divide-local-monitor/src/main/resources/semantic-mapper.py new file mode 100644 index 0000000..794f1c0 --- /dev/null +++ b/src/divide-local-monitor/src/main/resources/semantic-mapper.py @@ -0,0 +1,278 @@ +import json +import logging +import os +import pickle +import pytz +import sys +import urllib.parse +from datetime import datetime + +# configure logging +logger = logging.getLogger(__name__) +logger.setLevel(logging.DEBUG) +handler = logging.StreamHandler(sys.stdout) +handler.setLevel(logging.DEBUG) +formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s') +handler.setFormatter(formatter) +logger.addHandler(handler) + +# template definitions +TEMPLATE_TIME_MS = '' +TEMPLATE_TIME_STR = '' + + +# MAIN MAPPER FUNCTIONS + +def annotate_events(events, component_id, device_id): + result = '' + for event in events: + annotation = annotate_event(event=event, component_id=component_id, device_id=device_id) + if annotation is not None: + result += annotation + '\n\n' + return result + + +def annotate_event(event, component_id, device_id): + try: + # check if event is valid + valid = 'metric' in event and \ + 'value' in event and \ + 'unit' in event and \ + 'time' in event + + # if the event is not valid, return None + if not valid: + logger.warning('No valid event: %s', event) + return None + + # otherwise, return mapped event + rdf_event = map_observation_to_rdf(event=event, component_id=component_id, device_id=device_id) + return remove_whitespace(rdf_event) if rdf_event is not None else rdf_event + + except Exception as e: + msg = 'Unknown exception occurred while semantically annotating the event \'%s\': %s: %s' \ + % (event, type(e).__name__, e) + logger.error(msg) + return None + + +def map_observation_to_rdf(event, component_id, device_id): + result = map_observation(component_id=component_id, + device_id=device_id, + metric=event['metric'], + value=event['value'], + unit=event['unit'], + timestamp=event['time'], + feature_of_interest_id=(event['featureOfInterestId'] + if 'featureOfInterestId' in event else None)) + return result + + +# MAPPING FUNCTIONS OF HEADACHE PARTS + +def map_observation(metric, + value, + unit, + timestamp, + component_id, + device_id, + feature_of_interest_id): + # map property + # -> if no mapping is found, observations of this metric + # are ignored by the mapper + if metric not in PROPERTY_MAP: + return None + property_class, feature_of_interest_type = PROPERTY_MAP[metric] + + # generate UUID & timestamp + uuid = generate_uuid(component_id=component_id, metric=metric) + timestamp_utc = int(timestamp) + time_str = convert_timestamp_to_string(timestamp) + + # construct feature of interest URI + feature_of_interest_uri = map_feature_of_interest(feature_of_interest_type=feature_of_interest_type, + component_id=component_id, + device_id=device_id, + feature_of_interest_id=feature_of_interest_id) + + # map value & unit + unit_uri, property_value_type = UNIT_MAP[unit] + value_literal = map_value(value, property_value_type) + + # create RDF data + return OBSERVATION_TEMPLATE % (component_id, metric, uuid, + property_class, feature_of_interest_uri, + time_str, str(timestamp_utc), value_literal, unit_uri) + + +def map_feature_of_interest(feature_of_interest_type, component_id, device_id, feature_of_interest_id): + if feature_of_interest_type == 'device': + return FEATURE_OF_INTEREST_MAP[feature_of_interest_type] % device_id + elif feature_of_interest_type == 'rsp_query': + return FEATURE_OF_INTEREST_MAP[feature_of_interest_type] % (component_id, feature_of_interest_id) + elif feature_of_interest_type == 'rdf_stream': + return FEATURE_OF_INTEREST_MAP[feature_of_interest_type] % \ + (component_id, urllib.parse.quote(feature_of_interest_id, safe='')) + else: + return '' + + +def map_value(value, property_value_type): + if property_value_type == bool: + processed_value = int(1) if value == 1 or value == '1' else int(0) + elif property_value_type == int: + processed_value = int(value) + else: + processed_value = value + + return VALUE_TEMPLATE % (processed_value, TYPE_MAP[property_value_type]) + + +def map_unit(unit): + if unit not in UNIT_MAP: + logger.warning('Unknown unit type %s', unit) + unit = 'number' + return UNIT_MAP[unit] + + +# MAPPING TEMPLATES + +OBSERVATION_TEMPLATE = """ + + ; + [ + + ] ; + %s ; + "%s"^^ ; + "%s"^^ ; + %s ; + %s . +""" + +VALUE_TEMPLATE = "\"%s\"^^%s" + + +# MAPPING OF STRING METRICS TO: +# (i) Observable property class in ontology +# (ii) Type of feature of interest type +# (string mapped to feature of interest URI template using other map) +# -> ONLY METRICS ADDED AS A KEY TO THIS MAP ARE MAPPED TO A SEMANTIC EVENT +# (others yield None with this mapper and are ignored by the Local Monitor) +PROPERTY_MAP = { + 'cpu_load_last_5_minutes': ('CpuLoad', 'device'), + 'cpu_usage_overall': ('CpuUsage', 'device'), + 'disk_space_available': ('DiskSpaceAvailable', 'device'), + 'disk_space_used': ('DiskSpaceUsed', 'device'), + 'ram_available': ('RamAvailable', 'device'), + 'ram_used': ('RamUsed', 'device'), + 'network_rx_rate': ('RxRate', 'device'), + 'network_tx_rate': ('TxRate', 'device'), + 'network_packets_in': ('PacketsReceived', 'device'), + 'network_packets_out': ('PacketsSent', 'device'), + 'network_dropin': ('PacketsReceivedDropped', 'device'), + 'network_dropout': ('PacketsSentDropped', 'device'), + 'network_round_trip_time': ('RoundTripTime', 'device'), + 'network_bandwidth': ('Bandwidth', 'device'), + 'network_delay': ('Delay', 'device'), + 'network_jitter': ('Jitter', 'device'), + 'network_throughput': ('Throughput', 'device'), + 'rsp_stream_event_triples': ('NumberOfStreamEventTriples', 'rdf_stream'), + 'rsp_query_execution_memory_usage': ('RspQueryExecutionMemoryUsage', 'rsp_query'), + 'rsp_query_execution_time': ('RspQueryExecutionTime', 'rsp_query'), + 'rsp_query_processing_time': ('RspQueryProcessingTime', 'rsp_query'), + 'rsp_query_execution_hits': ('RspQueryNumberOfHits', 'rsp_query') +} + +FEATURE_OF_INTEREST_MAP = { + 'device': '', + 'rdf_stream': '', + 'rsp_query': '' +} + +TYPE_MAP = { + float: '', + int: '', + bool: '', + str: '' +} + +# MAPPING OF UNITS TO: +# (i) Unit URI in the 'ontology of units & measures' +# (ii) Type of value for a metric with this unit +# (Python type, mapped to ontology unit class using other map) +UNIT_MAP = { + 'percentage': ('', float), + 'number': ('', int), + 'byte': ('', float), + 'bit_per_second': ('', float), + 'second': ('', float) +} + + +# HELPER FUNCTIONS + +def convert_timestamp_to_string(timestamp): + return datetime.fromtimestamp(float(timestamp) / 1000.0, + pytz.timezone('Europe/Brussels')). \ + strftime('%Y-%m-%dT%H:%M:%S') + + +uuid_map = {} +uuid_map_filename = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'uuid_map.pkl') + + +def generate_uuid(component_id, metric): + key = '%s.%s' % (component_id, metric) + if key not in uuid_map: + uuid_map[key] = 0 + result = uuid_map[key] + uuid_map[key] += 1 + return result + + +def remove_whitespace(given_str): + return ' '.join(given_str.split()) + + +# MAIN FUNCTION FOR TESTING PURPOSES + +if __name__ == '__main__': + # check if argument is provided + if len(sys.argv) < 4: + logger.error('Required arguments: component ID, device ID, JSON string of monitoring events') + exit(1) + + # retrieve JSON arguments + _component_id = sys.argv[1] + _device_id = sys.argv[2] + _events = sys.argv[3] + + try: + # read in UUID map if it exists + if os.path.exists(uuid_map_filename): + with open(uuid_map_filename, 'rb') as f: + uuid_map = pickle.load(f) + else: + uuid_map = {} + + # convert string to JSON + json_events = json.loads(_events) + + # annotate event as RDF and print to stdout + _result = annotate_events(component_id=_component_id, device_id=_device_id, events=json_events) + if _result: + print(_result) + else: + logger.warning('No RDF events could be retrieved from JSON event array') + exit(1) + + # save UUID map + with open(uuid_map_filename, 'wb+') as f: + pickle.dump(uuid_map, f) + + except Exception as _e: + _msg = 'Unknown exception occurred while semantically annotating events: %s: %s' \ + % (type(_e).__name__, _e) + logger.error(_msg) + exit(1) diff --git a/swj2022/README.md b/swj2022/README.md index 5578547..21c106a 100644 --- a/swj2022/README.md +++ b/swj2022/README.md @@ -1,6 +1,6 @@ # Context-aware query derivation for IoT data streams with DIVIDE enabling privacy by design -This folder contains all supportive material related to the paper "Context-aware query derivation for IoT data streams with DIVIDE enabling privacy by design", which is published in the Special Issue on Semantic Web Meets Health Data Management of the Semantic Web Journal. +This folder contains all supportive material related to the paper "Context-aware query derivation for IoT data streams with DIVIDE enabling privacy by design", which is published in the Special Issue on Semantic Web Meets Health Data Management of the Semantic Web Journal. This paper can be accessed via [this link](http://dx.doi.org/10.3233/SW-223281). ## Contents @@ -13,10 +13,40 @@ This folder contains three subfolders: * [`eye-implementation`](eye-implementation): This folder contains some more details concerning the implementation of the initialization and query derivation of DIVIDE with the EYE reasoner. Moreover, this folder contains the different versions of the paper that have been submitted to the Special Issue on Semantic Web Meets Health Data Management of the Semantic Web Journal. -* [paper_v1_submitted_2022-05-01.pdf](paper_v1_submitted_2022-05-01.pdf): This PDF represents the original version of the paper, that was submitted on 1 May 2022. It contains additional details about the DIVIDE methodology and the use case scenario, that have been removed in the first revision of the paper. -* [paper_v2_submitted_2022-09-30.pdf](paper_v2_submitted_2022-09-30.pdf): This PDF represents the revised version of the paper, that was submitted on 30 September 2022 and accepted on 12 January 2023. - -The implementation of the DIVIDE central services can be found in the [src/divide-central](../src/divide-central) folder of this repository. +* [`paper_v1_submitted_2022-05-01.pdf`](paper_v1_submitted_2022-05-01.pdf): This PDF represents the original version of the paper, that was submitted on 1 May 2022. It contains additional details about the DIVIDE methodology and the use case scenario, that have been removed in the first revision of the paper. +* [`paper_v2_submitted_2022-09-30.pdf`](paper_v2_submitted_2022-09-30.pdf): This PDF represents the revised version of the paper, that was submitted on 30 September 2022 and accepted on 12 January 2023. + +The published version of the paper is available via [this link](http://dx.doi.org/10.3233/SW-223281). + +The implementation of the DIVIDE central services can be found in the [`src/divide-central`](../src/divide-central) folder of this repository. + +## Citation + +If you want to cite this paper, please use the following citation (APA style): + +> De Brouwer, M., Steenwinckel, B., Fang, Z., Stojchevska, M., Bonte, P., De Turck, F., Van Hoecke, S., and Ongenae, F. (2023). Context-aware query derivation for IoT data streams with DIVIDE enabling privacy by design. *Semantic Web, 14*(5), 893–941. [doi:10.3233/SW-223281](http://dx.doi.org/10.3233/SW-223281) + +When using BibTeX, use the following entry: + +```bibtex +@Article{divide_swj, + author = {De Brouwer, Mathias and + Steenwinckel, Bram and + Fang, Ziye and + Stojchevska, Marija and + Bonte, Pieter and + De Turck, Filip and + Van Hoecke, Sofie and + Ongenae, Femke}, + journal = {Semantic Web}, + title = {Context-aware query derivation for IoT data streams with DIVIDE enabling privacy by design}, + year = {2023}, + number = {5}, + pages = {893--941}, + volume = {14}, + doi = {10.3233/SW-223281}, +} +``` ## Contact diff --git a/swj2022/evaluations/divide-performance/configuration/evaluation_brushing_teeth.properties.json b/swj2022/evaluations/divide-performance/configuration/evaluation_brushing_teeth.properties.json index d032162..9db671f 100644 --- a/swj2022/evaluations/divide-performance/configuration/evaluation_brushing_teeth.properties.json +++ b/swj2022/evaluations/divide-performance/configuration/evaluation_brushing_teeth.properties.json @@ -12,7 +12,7 @@ "baseIri": "http://protego.ilabt.imec.be/idlab.homelab/" }, "ontology": { - "dir": "definitions/ontology/", + "dir": "definitions/ontology-no-imports/", "files": [ "KBActivityRecognition.ttl", "ActivityRecognition.ttl", diff --git a/swj2022/evaluations/divide-performance/configuration/evaluation_initialization.properties.json b/swj2022/evaluations/divide-performance/configuration/evaluation_initialization.properties.json index f10b23f..c6bcde0 100644 --- a/swj2022/evaluations/divide-performance/configuration/evaluation_initialization.properties.json +++ b/swj2022/evaluations/divide-performance/configuration/evaluation_initialization.properties.json @@ -12,7 +12,7 @@ "baseIri": "http://protego.ilabt.imec.be/idlab.homelab/" }, "ontology": { - "dir": "definitions/ontology/", + "dir": "definitions/ontology-no-imports/", "files": [ "KBActivityRecognition.ttl", "ActivityRecognition.ttl", diff --git a/swj2022/evaluations/divide-performance/configuration/evaluation_toileting.properties.json b/swj2022/evaluations/divide-performance/configuration/evaluation_toileting.properties.json index 01652f3..cc512b8 100644 --- a/swj2022/evaluations/divide-performance/configuration/evaluation_toileting.properties.json +++ b/swj2022/evaluations/divide-performance/configuration/evaluation_toileting.properties.json @@ -12,7 +12,7 @@ "baseIri": "http://protego.ilabt.imec.be/idlab.homelab/" }, "ontology": { - "dir": "definitions/ontology/", + "dir": "definitions/ontology-no-imports/", "files": [ "KBActivityRecognition.ttl", "ActivityRecognition.ttl", diff --git a/swj2022/evaluations/divide-performance/divide-queries/activity-toileting/query-pattern.n3 b/swj2022/evaluations/divide-performance/divide-queries/activity-toileting/query-pattern.n3 index acc7aff..8b39f5b 100644 --- a/swj2022/evaluations/divide-performance/divide-queries/activity-toileting/query-pattern.n3 +++ b/swj2022/evaluations/divide-performance/divide-queries/activity-toileting/query-pattern.n3 @@ -31,7 +31,8 @@ sd-query:pattern WINDOW :win { ?sensor saref-core:makesMeasurement [ saref-core:hasValue ?v ; - saref-core:hasTimestamp ?t + saref-core:hasTimestamp ?t ; + saref-core:relatesToProperty ?prop_o ] . FILTER (xsd:float(?v) > xsd:float(?threshold)) } diff --git a/swj2022/evaluations/divide-performance/divide-queries/activity-toileting/sensor-query.n3 b/swj2022/evaluations/divide-performance/divide-queries/activity-toileting/sensor-query.n3 index 61a50ee..2fdedc0 100644 --- a/swj2022/evaluations/divide-performance/divide-queries/activity-toileting/sensor-query.n3 +++ b/swj2022/evaluations/divide-performance/divide-queries/activity-toileting/sensor-query.n3 @@ -44,9 +44,10 @@ ?activityType rdfs:subClassOf KBActivityRecognition:DetectableActivity . ?sensor rdf:type saref-core:Device ; - saref-core:measuresProperty [ rdf:type ?prop ] ; + saref-core:measuresProperty ?prop_o ; Sensors:isRelevantTo ?room ; Sensors:analyseStateOf [ rdf:type ?analyzed ] . + ?prop_o rdf:type ?prop . ?prop rdfs:subClassOf KBActivityRecognition:ConditionableProperty . ?analyzed rdfs:subClassOf KBActivityRecognition:AnalyzableForCondition . @@ -59,7 +60,7 @@ sd:pattern sd-query:pattern ; sd:inputVariables (("?sensor" ?sensor) ("?threshold" ?threshold) ("?activityType" ?activityType) ("?patient" ?patient) - ("?model" ?model)) ; + ("?model" ?model) ("?prop_o" ?prop_o)) ; sd:windowParameters () . _:p rdf:type ActivityRecognition:ActivityPrediction ; diff --git a/swj2022/eye-implementation/README.md b/swj2022/eye-implementation/README.md index 088f383..52c27de 100644 --- a/swj2022/eye-implementation/README.md +++ b/swj2022/eye-implementation/README.md @@ -18,8 +18,8 @@ The comments in the script files give additional explanation on what is happenin ``` ./ontology-preprocessing.sh -./query-derivation.sh query-toileting-showering -./query-derivation.sh query-brushing-teeth +./query-derivation.sh activity-toileting-showering +./query-derivation.sh activity-brushing-teeth ``` ## Contact diff --git a/swj2022/eye-implementation/ontology-preprocessing.sh b/swj2022/eye-implementation/ontology-preprocessing.sh index c932a8d..dd5458f 100755 --- a/swj2022/eye-implementation/ontology-preprocessing.sh +++ b/swj2022/eye-implementation/ontology-preprocessing.sh @@ -3,21 +3,21 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) # 1. Read in all ontology files with EYE, and collect them in a single N3 file -eye "$DIR"/../ontology/KBActivityRecognition.ttl \ - "$DIR"/../ontology/ActivityRecognition.ttl \ - "$DIR"/../ontology/MonitoredPerson.ttl \ - "$DIR"/../ontology/Sensors.ttl \ - "$DIR"/../ontology/SensorsAndActuators.ttl \ - "$DIR"/../ontology/SensorsAndWearables.ttl \ - "$DIR"/../ontology/_Homelab_tbox.ttl \ - "$DIR"/../ontology/_HomelabWearable_tbox.ttl \ - "$DIR"/../ontology/imports/affectedBy.ttl \ - "$DIR"/../ontology/imports/cpannotationschema.ttl \ - "$DIR"/../ontology/imports/eep.ttl \ - "$DIR"/../ontology/imports/saref.ttl \ - "$DIR"/../ontology/imports/saref4bldg.ttl \ - "$DIR"/../ontology/imports/saref4ehaw.ttl \ - "$DIR"/../ontology/imports/saref4wear.ttl \ +eye "$DIR"/../ontology/ontology-no-imports/KBActivityRecognition.ttl \ + "$DIR"/../ontology/ontology-no-imports/ActivityRecognition.ttl \ + "$DIR"/../ontology/ontology-no-imports/MonitoredPerson.ttl \ + "$DIR"/../ontology/ontology-no-imports/Sensors.ttl \ + "$DIR"/../ontology/ontology-no-imports/SensorsAndActuators.ttl \ + "$DIR"/../ontology/ontology-no-imports/SensorsAndWearables.ttl \ + "$DIR"/../ontology/ontology-no-imports/_Homelab_tbox.ttl \ + "$DIR"/../ontology/ontology-no-imports/_HomelabWearable_tbox.ttl \ + "$DIR"/../ontology/ontology-no-imports/imports/affectedBy.ttl \ + "$DIR"/../ontology/ontology-no-imports/imports/cpannotationschema.ttl \ + "$DIR"/../ontology/ontology-no-imports/imports/eep.ttl \ + "$DIR"/../ontology/ontology-no-imports/imports/saref.ttl \ + "$DIR"/../ontology/ontology-no-imports/imports/saref4bldg.ttl \ + "$DIR"/../ontology/ontology-no-imports/imports/saref4ehaw.ttl \ + "$DIR"/../ontology/ontology-no-imports/imports/saref4wear.ttl \ --no-qvars --pass --nope > "$DIR"/output/ontology.n3 # 2. Extract all triples from this ontology file diff --git a/swj2022/eye-implementation/output/activity-brushing-teeth/extracted-queries.n3 b/swj2022/eye-implementation/output/activity-brushing-teeth/extracted-queries.n3 index 6d6f314..242ddae 100644 --- a/swj2022/eye-implementation/output/activity-brushing-teeth/extracted-queries.n3 +++ b/swj2022/eye-implementation/output/activity-brushing-teeth/extracted-queries.n3 @@ -64,6 +64,6 @@ sd:staticWindowParameters (). sd:pattern sd-query:pattern. -#2022-05-01T12:04:33.025Z in=4433 out=4 ent=4 step=1 brake=1 inf=4712358 sec=0.432 inf/sec=10908236 +#2023-06-01T09:29:40.962Z in=4447 out=4 ent=4 step=1 brake=1 inf=4721535 sec=0.324 inf/sec=14572639 #ENDS diff --git a/swj2022/eye-implementation/output/activity-brushing-teeth/extracted-window-parameters.n3 b/swj2022/eye-implementation/output/activity-brushing-teeth/extracted-window-parameters.n3 index abcba35..3adee35 100644 --- a/swj2022/eye-implementation/output/activity-brushing-teeth/extracted-window-parameters.n3 +++ b/swj2022/eye-implementation/output/activity-brushing-teeth/extracted-window-parameters.n3 @@ -61,6 +61,6 @@ sd:dynamicWindowParameters (). -#2022-05-01T12:04:33.512Z in=4434 out=1 ent=1 step=1 brake=1 inf=4712946 sec=0.409 inf/sec=11523095 +#2023-06-01T09:29:41.310Z in=4448 out=1 ent=1 step=1 brake=1 inf=4722180 sec=0.326 inf/sec=14485215 #ENDS diff --git a/swj2022/eye-implementation/output/activity-brushing-teeth/proof.n3 b/swj2022/eye-implementation/output/activity-brushing-teeth/proof.n3 index e17b48e..3ddefae 100644 --- a/swj2022/eye-implementation/output/activity-brushing-teeth/proof.n3 +++ b/swj2022/eye-implementation/output/activity-brushing-teeth/proof.n3 @@ -176,8 +176,8 @@ r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_8"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/patients/patient157"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_9"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/bathroom"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_10"]; r:boundTo "1.0E-5"^^xsd:float]; - r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_11"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_BathRoom"]]; - r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_12"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/BathRoom"]]; + r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_11"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Room"]]; + r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_12"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Room"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_13"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_WaterRunning"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_14"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WaterRunning"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_15"]; r:boundTo "30.0"^^xsd:float]; @@ -223,7 +223,7 @@ <#lemma6> a r:Inference; r:gives { - _:sk_1 a . + _:sk_1 a . }; r:evidence ( <#lemma53> @@ -234,7 +234,7 @@ <#lemma7> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a } => {var:x_0 a :RoutineActivityPrediction}. + @forAll var:x_0. {var:x_0 a } => {var:x_0 a :RoutineActivityPrediction}. }; r:because [ a r:Parsing; r:source ]. @@ -330,13 +330,13 @@ <#lemma23> a r:Extraction; r:gives { - :brushing_teeth_condition02 Sensors:analyseStateOf :_BathRoom. + :brushing_teeth_condition02 Sensors:analyseStateOf :_Room. }; r:because [ a r:Parsing; r:source ]. <#lemma24> a r:Extraction; r:gives { - :_BathRoom a SensorsAndActuators:BathRoom. + :_Room a SensorsAndActuators:Room. }; r:because [ a r:Parsing; r:source ]. @@ -360,7 +360,7 @@ <#lemma28> a r:Extraction; r:gives { - SensorsAndActuators:BathRoom rdfs:subClassOf :AnalyzableForCondition. + SensorsAndActuators:Room rdfs:subClassOf :AnalyzableForCondition. }; r:because [ a r:Parsing; r:source ]. @@ -457,18 +457,22 @@ }; r:because [ a r:Parsing; r:source ]. -<#lemma43> a r:Extraction; +<#lemma43> a r:Inference; r:gives { - ns3:bathroom a SensorsAndActuators:BathRoom. + ns3:bathroom a SensorsAndActuators:Room. }; - r:because [ a r:Parsing; r:source ]. + r:evidence ( + <#lemma59> + ); + r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/bathroom"]]; + r:rule <#lemma60>. <#lemma44> a r:Inference; r:gives { a saref-core:Device. }; r:evidence ( - <#lemma59> + <#lemma61> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/empatica.E4.A03813.Accelerometer"]]; r:rule <#lemma57>. @@ -503,25 +507,25 @@ }; r:evidence ( <#lemma50> - <#lemma60> + <#lemma62> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/empatica.E4.A03813.Accelerometer"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_1"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/patients/patient157"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_2"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/bathroom"]]; - r:rule <#lemma61>. + r:rule <#lemma63>. <#lemma50> a r:Inference; r:gives { Sensors:analyseStateOf patients:patient157. }; r:evidence ( - <#lemma62> - <#lemma63> + <#lemma64> + <#lemma65> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/empatica.E4.A03813.Accelerometer"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_1"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/empatica.E4.A03813"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_2"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/patients/patient157"]]; - r:rule <#lemma64>. + r:rule <#lemma66>. <#lemma51> a r:Extraction; r:gives { @@ -590,30 +594,30 @@ <#lemma53> a r:Inference; r:gives { - _:sk_1 a . + _:sk_1 a . }; r:evidence ( <#lemma3> - <#lemma65> + <#lemma67> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ a r:Existential; n3:nodeId "_:sk_1"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_1"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/patients/patient157"]]; - r:rule <#lemma66>. + r:rule <#lemma68>. <#lemma54> a r:Inference; r:gives { _:sk_1 a :BrushingTeethActivityPrediction. }; r:evidence ( - <#lemma67> + <#lemma69> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ a r:Existential; n3:nodeId "_:sk_1"]]; - r:rule <#lemma68>. + r:rule <#lemma70>. <#lemma55> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a . - var:x_0 a :BrushingTeethActivityPrediction} => {var:x_0 a }. + @forAll var:x_0. {var:x_0 a . + var:x_0 a :BrushingTeethActivityPrediction} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. @@ -622,10 +626,10 @@ a saref-core:Sensor. }; r:evidence ( - <#lemma69> + <#lemma71> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/water.pi.bathroom"]]; - r:rule <#lemma70>. + r:rule <#lemma72>. <#lemma57> a r:Extraction; r:gives { @@ -639,17 +643,29 @@ }; r:because [ a r:Parsing; r:source ]. -<#lemma59> a r:Inference; +<#lemma59> a r:Extraction; + r:gives { + ns3:bathroom a SensorsAndActuators:BathRoom. + }; + r:because [ a r:Parsing; r:source ]. + +<#lemma60> a r:Extraction; + r:gives { + @forAll var:x_0. {var:x_0 a SensorsAndActuators:BathRoom} => {var:x_0 a SensorsAndActuators:Room}. + }; + r:because [ a r:Parsing; r:source ]. + +<#lemma61> a r:Inference; r:gives { a saref-core:Sensor. }; r:evidence ( - <#lemma71> + <#lemma73> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/empatica.E4.A03813.Accelerometer"]]; - r:rule <#lemma72>. + r:rule <#lemma74>. -<#lemma60> a r:Inference; +<#lemma62> a r:Inference; r:gives { patients:patient157 ns2:hasLocation ns3:bathroom. }; @@ -658,139 +674,139 @@ ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/patients/patient157"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_1"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/bathroom"]]; - r:rule <#lemma73>. + r:rule <#lemma75>. -<#lemma61> a r:Extraction; +<#lemma63> a r:Extraction; r:gives { @forAll var:x_0, var:x_1, var:x_2. {var:x_0 Sensors:analyseStateOf var:x_1. var:x_1 ns2:hasLocation var:x_2} => {var:x_0 Sensors:isRelevantTo var:x_2}. }; r:because [ a r:Parsing; r:source ]. -<#lemma62> a r:Extraction; +<#lemma64> a r:Extraction; r:gives { Sensors:analyseStateOf . }; r:because [ a r:Parsing; r:source ]. -<#lemma63> a r:Inference; +<#lemma65> a r:Inference; r:gives { ns6:isLocated patients:patient157. }; r:evidence ( - <#lemma74> + <#lemma76> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/empatica.E4.A03813"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_1"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/patients/patient157"]]; - r:rule <#lemma75>. + r:rule <#lemma77>. -<#lemma64> a r:Extraction; +<#lemma66> a r:Extraction; r:gives { @forAll var:x_0, var:x_1, var:x_2. {var:x_0 Sensors:analyseStateOf var:x_1. var:x_1 ns6:isLocated var:x_2} => {var:x_0 Sensors:analyseStateOf var:x_2}. }; r:because [ a r:Parsing; r:source ]. -<#lemma65> a r:Inference; +<#lemma67> a r:Inference; r:gives { patients:patient157 a :UserWithBrushingTeethRoutine. }; r:evidence ( - <#lemma76> + <#lemma78> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/patients/patient157"]]; - r:rule <#lemma77>. + r:rule <#lemma79>. -<#lemma66> a r:Extraction; +<#lemma68> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ActivityRecognition:activityPredictionMadeFor var:x_1. - var:x_1 a :UserWithBrushingTeethRoutine} => {var:x_0 a }. + var:x_1 a :UserWithBrushingTeethRoutine} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. -<#lemma67> a r:Inference; +<#lemma69> a r:Inference; r:gives { - _:sk_1 a . + _:sk_1 a . }; r:evidence ( - <#lemma78> + <#lemma80> <#lemma3> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ a r:Existential; n3:nodeId "_:sk_1"]]; - r:rule <#lemma79>. + r:rule <#lemma81>. -<#lemma68> a r:Extraction; +<#lemma70> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a } => {var:x_0 a :BrushingTeethActivityPrediction}. + @forAll var:x_0. {var:x_0 a } => {var:x_0 a :BrushingTeethActivityPrediction}. }; r:because [ a r:Parsing; r:source ]. -<#lemma69> a r:Extraction; +<#lemma71> a r:Extraction; r:gives { a SensorsAndActuators:WaterRunningSensor. }; r:because [ a r:Parsing; r:source ]. -<#lemma70> a r:Extraction; +<#lemma72> a r:Extraction; r:gives { @forAll var:x_0. {var:x_0 a SensorsAndActuators:WaterRunningSensor} => {var:x_0 a saref-core:Sensor}. }; r:because [ a r:Parsing; r:source ]. -<#lemma71> a r:Inference; +<#lemma73> a r:Inference; r:gives { a . }; r:evidence ( - <#lemma80> + <#lemma82> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/empatica.E4.A03813.Accelerometer"]]; - r:rule <#lemma81>. + r:rule <#lemma83>. -<#lemma72> a r:Extraction; +<#lemma74> a r:Extraction; r:gives { @forAll var:x_0. {var:x_0 a } => {var:x_0 a saref-core:Sensor}. }; r:because [ a r:Parsing; r:source ]. -<#lemma73> a r:Extraction; +<#lemma75> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ns2:hasIndoorLocation var:x_1} => {var:x_0 ns2:hasLocation var:x_1}. }; r:because [ a r:Parsing; r:source ]. -<#lemma74> a r:Extraction; +<#lemma76> a r:Extraction; r:gives { ns6:isLocatedOn patients:patient157. }; r:because [ a r:Parsing; r:source ]. -<#lemma75> a r:Extraction; +<#lemma77> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ns6:isLocatedOn var:x_1} => {var:x_0 ns6:isLocated var:x_1}. }; r:because [ a r:Parsing; r:source ]. -<#lemma76> a r:Inference; +<#lemma78> a r:Inference; r:gives { - patients:patient157 a . + patients:patient157 a . }; r:evidence ( - <#lemma82> - <#lemma83> + <#lemma84> + <#lemma85> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/patients/patient157"]]; - r:rule <#lemma84>. + r:rule <#lemma86>. -<#lemma77> a r:Extraction; +<#lemma79> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a } => {var:x_0 a :UserWithBrushingTeethRoutine}. + @forAll var:x_0. {var:x_0 a } => {var:x_0 a :UserWithBrushingTeethRoutine}. }; r:because [ a r:Parsing; r:source ]. -<#lemma78> a r:Inference; +<#lemma80> a r:Inference; r:gives { - _:sk_1 a . + _:sk_1 a . }; r:evidence ( <#lemma3> @@ -798,40 +814,40 @@ ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ a r:Existential; n3:nodeId "_:sk_1"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_1"]; r:boundTo [ a r:Existential; n3:nodeId "_:sk_2"]]; - r:rule <#lemma85>. + r:rule <#lemma87>. -<#lemma79> a r:Extraction; +<#lemma81> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a . - var:x_0 a ActivityRecognition:ActivityPrediction} => {var:x_0 a }. + @forAll var:x_0. {var:x_0 a . + var:x_0 a ActivityRecognition:ActivityPrediction} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. -<#lemma80> a r:Extraction; +<#lemma82> a r:Extraction; r:gives { a SensorsAndWearables:Accelerometer. }; r:because [ a r:Parsing; r:source ]. -<#lemma81> a r:Extraction; +<#lemma83> a r:Extraction; r:gives { @forAll var:x_0. {var:x_0 a SensorsAndWearables:Accelerometer} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. -<#lemma82> a r:Inference; +<#lemma84> a r:Inference; r:gives { - patients:patient157 a . + patients:patient157 a . }; r:evidence ( - <#lemma86> - <#lemma87> + <#lemma88> + <#lemma89> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/patients/patient157"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_1"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/MorningRoutine_patient157"]]; - r:rule <#lemma88>. + r:rule <#lemma90>. -<#lemma83> a r:Inference; +<#lemma85> a r:Inference; r:gives { patients:patient157 a saref4ehaw:User. }; @@ -839,112 +855,112 @@ <#lemma51> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/patients/patient157"]]; - r:rule <#lemma89>. + r:rule <#lemma91>. -<#lemma84> a r:Extraction; +<#lemma86> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a . - var:x_0 a saref4ehaw:User} => {var:x_0 a }. + @forAll var:x_0. {var:x_0 a . + var:x_0 a saref4ehaw:User} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. -<#lemma85> a r:Extraction; +<#lemma87> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ActivityRecognition:forActivity var:x_1. - var:x_1 a ActivityRecognition:BrushingTeeth} => {var:x_0 a }. + var:x_1 a ActivityRecognition:BrushingTeeth} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. -<#lemma86> a r:Extraction; +<#lemma88> a r:Extraction; r:gives { patients:patient157 ns2:hasRoutine idlab:MorningRoutine_patient157. }; r:because [ a r:Parsing; r:source ]. -<#lemma87> a r:Inference; +<#lemma89> a r:Inference; r:gives { - idlab:MorningRoutine_patient157 a . + idlab:MorningRoutine_patient157 a . }; r:evidence ( - <#lemma90> - <#lemma91> + <#lemma92> + <#lemma93> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/MorningRoutine_patient157"]]; - r:rule <#lemma92>. + r:rule <#lemma94>. -<#lemma88> a r:Extraction; +<#lemma90> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ns2:hasRoutine var:x_1. - var:x_1 a } => {var:x_0 a }. + var:x_1 a } => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. -<#lemma89> a r:Extraction; +<#lemma91> a r:Extraction; r:gives { @forAll var:x_0. {var:x_0 a saref4ehaw:Patient} => {var:x_0 a saref4ehaw:User}. }; r:because [ a r:Parsing; r:source ]. -<#lemma90> a r:Inference; +<#lemma92> a r:Inference; r:gives { - idlab:MorningRoutine_patient157 a . + idlab:MorningRoutine_patient157 a . }; r:evidence ( - <#lemma93> - <#lemma94> + <#lemma95> + <#lemma96> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/MorningRoutine_patient157"]]; r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_1"]; r:boundTo [ n3:uri "http://josd.github.io/.well-known/genid/HL5c4a0WhqXPcEYBV2YpdSHRWro#e_A4_1"]]; - r:rule <#lemma95>. + r:rule <#lemma97>. -<#lemma91> a r:Inference; +<#lemma93> a r:Inference; r:gives { idlab:MorningRoutine_patient157 a ActivityRecognition:Routine. }; r:evidence ( - <#lemma96> + <#lemma98> ); r:binding [ r:variable [ n3:uri "http://josd.github.io/var#x_0"]; r:boundTo [ n3:uri "http://protego.ilabt.imec.be/idlab.homelab/MorningRoutine_patient157"]]; - r:rule <#lemma97>. + r:rule <#lemma99>. -<#lemma92> a r:Extraction; +<#lemma94> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a . - var:x_0 a ActivityRecognition:Routine} => {var:x_0 a }. + @forAll var:x_0. {var:x_0 a . + var:x_0 a ActivityRecognition:Routine} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. -<#lemma93> a r:Extraction; +<#lemma95> a r:Extraction; r:gives { idlab:MorningRoutine_patient157 ActivityRecognition:consistsOf . }; r:because [ a r:Parsing; r:source ]. -<#lemma94> a r:Extraction; +<#lemma96> a r:Extraction; r:gives { a ActivityRecognition:BrushingTeeth. }; r:because [ a r:Parsing; r:source ]. -<#lemma95> a r:Extraction; +<#lemma97> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ActivityRecognition:consistsOf var:x_1. - var:x_1 a ActivityRecognition:BrushingTeeth} => {var:x_0 a }. + var:x_1 a ActivityRecognition:BrushingTeeth} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. -<#lemma96> a r:Extraction; +<#lemma98> a r:Extraction; r:gives { idlab:MorningRoutine_patient157 a ActivityRecognition:MorningRoutine. }; r:because [ a r:Parsing; r:source ]. -<#lemma97> a r:Extraction; +<#lemma99> a r:Extraction; r:gives { @forAll var:x_0. {var:x_0 a ActivityRecognition:MorningRoutine} => {var:x_0 a ActivityRecognition:Routine}. }; r:because [ a r:Parsing; r:source ]. -#2022-05-01T12:04:32.455Z in=29589 out=6 ent=20182 step=503835 brake=6 inf=16246676 sec=1.555 inf/sec=10448023 +#2023-06-01T09:29:40.613Z in=29604 out=6 ent=20201 step=504029 brake=6 inf=16132103 sec=1.221 inf/sec=13212206 #ENDS diff --git a/swj2022/eye-implementation/output/activity-brushing-teeth/queries-after-dynamic-window-parameter-substitution.n3 b/swj2022/eye-implementation/output/activity-brushing-teeth/queries-after-dynamic-window-parameter-substitution.n3 index 132506d..c40432f 100644 --- a/swj2022/eye-implementation/output/activity-brushing-teeth/queries-after-dynamic-window-parameter-substitution.n3 +++ b/swj2022/eye-implementation/output/activity-brushing-teeth/queries-after-dynamic-window-parameter-substitution.n3 @@ -79,6 +79,6 @@ _:e_bn_4_1 sh:prefix "KBActivityRecognition". _:e_bn_4_1 sh:namespace "https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/"^^xsd:anyURI. _:sk_0 sd:staticWindowParameters (). -#2022-05-01T12:04:33.947Z in=34 out=17 ent=36 step=24 brake=2 inf=175751 sec=0.042 inf/sec=4184548 +#2023-06-01T09:29:41.561Z in=34 out=17 ent=36 step=24 brake=2 inf=176207 sec=0.040 inf/sec=4405175 #ENDS diff --git a/swj2022/eye-implementation/output/activity-brushing-teeth/queries-after-input-variable-substitution.n3 b/swj2022/eye-implementation/output/activity-brushing-teeth/queries-after-input-variable-substitution.n3 index 8633bd5..8e03fbd 100644 --- a/swj2022/eye-implementation/output/activity-brushing-teeth/queries-after-input-variable-substitution.n3 +++ b/swj2022/eye-implementation/output/activity-brushing-teeth/queries-after-input-variable-substitution.n3 @@ -81,6 +81,6 @@ _:sk_31 sd:pattern sd-query:pattern. _:sk_31 sd:staticWindowParameters (). _:sk_31 sd:dynamicWindowParameters (). -#2022-05-01T12:04:33.794Z in=45 out=19 ent=211 step=384 brake=13 inf=1575360 sec=0.230 inf/sec=6849391 +#2023-06-01T09:29:41.507Z in=45 out=19 ent=211 step=384 brake=13 inf=1573145 sec=0.184 inf/sec=8549701 #ENDS diff --git a/swj2022/eye-implementation/output/activity-brushing-teeth/substituted-queries.n3 b/swj2022/eye-implementation/output/activity-brushing-teeth/substituted-queries.n3 index f21aa50..4b3315a 100644 --- a/swj2022/eye-implementation/output/activity-brushing-teeth/substituted-queries.n3 +++ b/swj2022/eye-implementation/output/activity-brushing-teeth/substituted-queries.n3 @@ -78,6 +78,6 @@ sd-query:prefixes-activity-brushing-teeth sh:declare _:e_e_bn_4_1_1. _:e_e_bn_4_1_1 sh:prefix "KBActivityRecognition". _:e_e_bn_4_1_1 sh:namespace "https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/"^^xsd:anyURI. -#2022-05-01T12:04:34.130Z in=29 out=16 ent=34 step=22 brake=2 inf=163523 sec=0.067 inf/sec=2440642 +#2023-06-01T09:29:41.610Z in=29 out=16 ent=34 step=22 brake=2 inf=163958 sec=0.039 inf/sec=4204051 #ENDS diff --git a/swj2022/eye-implementation/output/activity-toileting-showering/extracted-queries.n3 b/swj2022/eye-implementation/output/activity-toileting-showering/extracted-queries.n3 index ebd6cee..d7bcfb2 100644 --- a/swj2022/eye-implementation/output/activity-toileting-showering/extracted-queries.n3 +++ b/swj2022/eye-implementation/output/activity-toileting-showering/extracted-queries.n3 @@ -68,6 +68,6 @@ sd:staticWindowParameters (). sd:pattern sd-query:pattern. -#2022-05-01T12:05:00.029Z in=4640 out=8 ent=8 step=2 brake=1 inf=4839707 sec=0.421 inf/sec=11495741 +#2023-06-01T09:28:11.878Z in=4640 out=8 ent=8 step=2 brake=1 inf=4840785 sec=0.327 inf/sec=14803624 #ENDS diff --git a/swj2022/eye-implementation/output/activity-toileting-showering/extracted-window-parameters.n3 b/swj2022/eye-implementation/output/activity-toileting-showering/extracted-window-parameters.n3 index 7e578cf..66eeb34 100644 --- a/swj2022/eye-implementation/output/activity-toileting-showering/extracted-window-parameters.n3 +++ b/swj2022/eye-implementation/output/activity-toileting-showering/extracted-window-parameters.n3 @@ -62,6 +62,6 @@ sd:dynamicWindowParameters (). sd:dynamicWindowParameters (). -#2022-05-01T12:05:00.575Z in=4641 out=2 ent=2 step=2 brake=1 inf=4838507 sec=0.416 inf/sec=11631026 +#2023-06-01T09:28:12.252Z in=4641 out=2 ent=2 step=2 brake=1 inf=4839630 sec=0.348 inf/sec=13906983 #ENDS diff --git a/swj2022/eye-implementation/output/activity-toileting-showering/proof.n3 b/swj2022/eye-implementation/output/activity-toileting-showering/proof.n3 index fcb759b..50510b5 100644 --- a/swj2022/eye-implementation/output/activity-toileting-showering/proof.n3 +++ b/swj2022/eye-implementation/output/activity-toileting-showering/proof.n3 @@ -315,7 +315,7 @@ <#lemma10> a r:Inference; r:gives { - _:sk_1 a . + _:sk_1 a . }; r:evidence ( <#lemma59> @@ -326,7 +326,7 @@ <#lemma11> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a } => {var:x_0 a :RoutineActivityPrediction}. + @forAll var:x_0. {var:x_0 a } => {var:x_0 a :RoutineActivityPrediction}. }; r:because [ a r:Parsing; r:source ]. @@ -525,7 +525,7 @@ <#lemma37> a r:Inference; r:gives { - _:sk_5 a . + _:sk_5 a . }; r:evidence ( <#lemma65> @@ -536,7 +536,7 @@ <#lemma38> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a } => {var:x_0 a :RoutineActivityPrediction}. + @forAll var:x_0. {var:x_0 a } => {var:x_0 a :RoutineActivityPrediction}. }; r:because [ a r:Parsing; r:source ]. @@ -666,7 +666,7 @@ <#lemma59> a r:Inference; r:gives { - _:sk_1 a . + _:sk_1 a . }; r:evidence ( <#lemma4> @@ -688,8 +688,8 @@ <#lemma61> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a . - var:x_0 a :ShoweringActivityPrediction} => {var:x_0 a }. + @forAll var:x_0. {var:x_0 a . + var:x_0 a :ShoweringActivityPrediction} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. @@ -717,7 +717,7 @@ <#lemma65> a r:Inference; r:gives { - _:sk_5 a . + _:sk_5 a . }; r:evidence ( <#lemma8> @@ -739,8 +739,8 @@ <#lemma67> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a . - var:x_0 a :ToiletingActivityPrediction} => {var:x_0 a }. + @forAll var:x_0. {var:x_0 a . + var:x_0 a :ToiletingActivityPrediction} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. @@ -773,13 +773,13 @@ <#lemma71> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ActivityRecognition:activityPredictionMadeFor var:x_1. - var:x_1 a :UserWithShoweringRoutine} => {var:x_0 a }. + var:x_1 a :UserWithShoweringRoutine} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. <#lemma72> a r:Inference; r:gives { - _:sk_1 a . + _:sk_1 a . }; r:evidence ( <#lemma84> @@ -790,7 +790,7 @@ <#lemma73> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a } => {var:x_0 a :ShoweringActivityPrediction}. + @forAll var:x_0. {var:x_0 a } => {var:x_0 a :ShoweringActivityPrediction}. }; r:because [ a r:Parsing; r:source ]. @@ -819,13 +819,13 @@ <#lemma77> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ActivityRecognition:activityPredictionMadeFor var:x_1. - var:x_1 a :UserWithToiletingRoutine} => {var:x_0 a }. + var:x_1 a :UserWithToiletingRoutine} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. <#lemma78> a r:Inference; r:gives { - _:sk_5 a . + _:sk_5 a . }; r:evidence ( <#lemma88> @@ -836,7 +836,7 @@ <#lemma79> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a } => {var:x_0 a :ToiletingActivityPrediction}. + @forAll var:x_0. {var:x_0 a } => {var:x_0 a :ToiletingActivityPrediction}. }; r:because [ a r:Parsing; r:source ]. @@ -854,7 +854,7 @@ <#lemma82> a r:Inference; r:gives { - patients:patient157 a . + patients:patient157 a . }; r:evidence ( <#lemma90> @@ -865,13 +865,13 @@ <#lemma83> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a } => {var:x_0 a :UserWithShoweringRoutine}. + @forAll var:x_0. {var:x_0 a } => {var:x_0 a :UserWithShoweringRoutine}. }; r:because [ a r:Parsing; r:source ]. <#lemma84> a r:Inference; r:gives { - _:sk_1 a . + _:sk_1 a . }; r:evidence ( <#lemma4> @@ -883,14 +883,14 @@ <#lemma85> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a . - var:x_0 a ActivityRecognition:ActivityPrediction} => {var:x_0 a }. + @forAll var:x_0. {var:x_0 a . + var:x_0 a ActivityRecognition:ActivityPrediction} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. <#lemma86> a r:Inference; r:gives { - patients:patient157 a . + patients:patient157 a . }; r:evidence ( <#lemma94> @@ -901,13 +901,13 @@ <#lemma87> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a } => {var:x_0 a :UserWithToiletingRoutine}. + @forAll var:x_0. {var:x_0 a } => {var:x_0 a :UserWithToiletingRoutine}. }; r:because [ a r:Parsing; r:source ]. <#lemma88> a r:Inference; r:gives { - _:sk_5 a . + _:sk_5 a . }; r:evidence ( <#lemma8> @@ -919,14 +919,14 @@ <#lemma89> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a . - var:x_0 a ActivityRecognition:ActivityPrediction} => {var:x_0 a }. + @forAll var:x_0. {var:x_0 a . + var:x_0 a ActivityRecognition:ActivityPrediction} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. <#lemma90> a r:Inference; r:gives { - patients:patient157 a . + patients:patient157 a . }; r:evidence ( <#lemma97> @@ -948,21 +948,21 @@ <#lemma92> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a . - var:x_0 a saref4ehaw:User} => {var:x_0 a }. + @forAll var:x_0. {var:x_0 a . + var:x_0 a saref4ehaw:User} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. <#lemma93> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ActivityRecognition:forActivity var:x_1. - var:x_1 a ActivityRecognition:Showering} => {var:x_0 a }. + var:x_1 a ActivityRecognition:Showering} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. <#lemma94> a r:Inference; r:gives { - patients:patient157 a . + patients:patient157 a . }; r:evidence ( <#lemma97> @@ -974,15 +974,15 @@ <#lemma95> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a . - var:x_0 a saref4ehaw:User} => {var:x_0 a }. + @forAll var:x_0. {var:x_0 a . + var:x_0 a saref4ehaw:User} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. <#lemma96> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ActivityRecognition:forActivity var:x_1. - var:x_1 a ActivityRecognition:Toileting} => {var:x_0 a }. + var:x_1 a ActivityRecognition:Toileting} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. @@ -994,7 +994,7 @@ <#lemma98> a r:Inference; r:gives { - idlab:MorningRoutine_patient157 a . + idlab:MorningRoutine_patient157 a . }; r:evidence ( <#lemma104> @@ -1006,7 +1006,7 @@ <#lemma99> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ns2:hasRoutine var:x_1. - var:x_1 a } => {var:x_0 a }. + var:x_1 a } => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. @@ -1024,7 +1024,7 @@ <#lemma102> a r:Inference; r:gives { - idlab:MorningRoutine_patient157 a . + idlab:MorningRoutine_patient157 a . }; r:evidence ( <#lemma107> @@ -1036,13 +1036,13 @@ <#lemma103> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ns2:hasRoutine var:x_1. - var:x_1 a } => {var:x_0 a }. + var:x_1 a } => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. <#lemma104> a r:Inference; r:gives { - idlab:MorningRoutine_patient157 a . + idlab:MorningRoutine_patient157 a . }; r:evidence ( <#lemma109> @@ -1064,14 +1064,14 @@ <#lemma106> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a . - var:x_0 a ActivityRecognition:Routine} => {var:x_0 a }. + @forAll var:x_0. {var:x_0 a . + var:x_0 a ActivityRecognition:Routine} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. <#lemma107> a r:Inference; r:gives { - idlab:MorningRoutine_patient157 a . + idlab:MorningRoutine_patient157 a . }; r:evidence ( <#lemma114> @@ -1083,8 +1083,8 @@ <#lemma108> a r:Extraction; r:gives { - @forAll var:x_0. {var:x_0 a . - var:x_0 a ActivityRecognition:Routine} => {var:x_0 a }. + @forAll var:x_0. {var:x_0 a . + var:x_0 a ActivityRecognition:Routine} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. @@ -1103,7 +1103,7 @@ <#lemma111> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ActivityRecognition:consistsOf var:x_1. - var:x_1 a ActivityRecognition:Showering} => {var:x_0 a }. + var:x_1 a ActivityRecognition:Showering} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. @@ -1134,10 +1134,10 @@ <#lemma116> a r:Extraction; r:gives { @forAll var:x_0, var:x_1. {var:x_0 ActivityRecognition:consistsOf var:x_1. - var:x_1 a ActivityRecognition:Toileting} => {var:x_0 a }. + var:x_1 a ActivityRecognition:Toileting} => {var:x_0 a }. }; r:because [ a r:Parsing; r:source ]. -#2022-05-01T12:04:59.469Z in=29589 out=14 ent=20237 step=417906 brake=5 inf=25732024 sec=2.393 inf/sec=10753040 +#2023-06-01T09:28:11.524Z in=29604 out=14 ent=20256 step=418071 brake=5 inf=25688582 sec=1.941 inf/sec=13234715 #ENDS diff --git a/swj2022/eye-implementation/output/activity-toileting-showering/queries-after-dynamic-window-parameter-substitution.n3 b/swj2022/eye-implementation/output/activity-toileting-showering/queries-after-dynamic-window-parameter-substitution.n3 index e564151..a6c3929 100644 --- a/swj2022/eye-implementation/output/activity-toileting-showering/queries-after-dynamic-window-parameter-substitution.n3 +++ b/swj2022/eye-implementation/output/activity-toileting-showering/queries-after-dynamic-window-parameter-substitution.n3 @@ -83,6 +83,6 @@ _:e_bn_4_1 sh:namespace "https://dahcc.idlab.ugent.be/Ontology/ActivityRecogniti _:sk_0 sd:staticWindowParameters (). _:sk_1 sd:staticWindowParameters (). -#2022-05-01T12:05:01.111Z in=40 out=21 ent=48 step=32 brake=2 inf=186113 sec=0.076 inf/sec=2448855 +#2023-06-01T09:28:12.524Z in=40 out=21 ent=48 step=32 brake=2 inf=186446 sec=0.043 inf/sec=4335953 #ENDS diff --git a/swj2022/eye-implementation/output/activity-toileting-showering/queries-after-input-variable-substitution.n3 b/swj2022/eye-implementation/output/activity-toileting-showering/queries-after-input-variable-substitution.n3 index c63e021..2c3feb5 100644 --- a/swj2022/eye-implementation/output/activity-toileting-showering/queries-after-input-variable-substitution.n3 +++ b/swj2022/eye-implementation/output/activity-toileting-showering/queries-after-input-variable-substitution.n3 @@ -87,6 +87,6 @@ _:sk_41 sd:staticWindowParameters (). _:sk_40 sd:dynamicWindowParameters (). _:sk_41 sd:dynamicWindowParameters (). -#2022-05-01T12:05:00.921Z in=50 out=25 ent=276 step=448 brake=11 inf=1589479 sec=0.227 inf/sec=7002110 +#2023-06-01T09:28:12.469Z in=50 out=25 ent=276 step=448 brake=11 inf=1586230 sec=0.193 inf/sec=8218808 #ENDS diff --git a/swj2022/eye-implementation/output/activity-toileting-showering/substituted-queries.n3 b/swj2022/eye-implementation/output/activity-toileting-showering/substituted-queries.n3 index 6c0a95c..f53d547 100644 --- a/swj2022/eye-implementation/output/activity-toileting-showering/substituted-queries.n3 +++ b/swj2022/eye-implementation/output/activity-toileting-showering/substituted-queries.n3 @@ -81,6 +81,6 @@ sd-query:prefixes-activity-toileting sh:declare _:e_e_bn_4_1_1. _:e_e_bn_4_1_1 sh:prefix "KBActivityRecognition". _:e_e_bn_4_1_1 sh:namespace "https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/"^^xsd:anyURI. -#2022-05-01T12:05:01.300Z in=33 out=19 ent=44 step=28 brake=2 inf=172549 sec=0.075 inf/sec=2300653 +#2023-06-01T09:28:12.586Z in=33 out=19 ent=44 step=28 brake=2 inf=172862 sec=0.043 inf/sec=4020047 #ENDS diff --git a/swj2022/eye-implementation/output/context.ttl b/swj2022/eye-implementation/output/context.ttl index bf8c830..eee3386 100644 --- a/swj2022/eye-implementation/output/context.ttl +++ b/swj2022/eye-implementation/output/context.ttl @@ -3634,7 +3634,7 @@ idlab:MorningRoutine_patient157 ActivityRecognition:nextActivity ActivityRecognition:nextActivity . ActivityRecognition:nextActivity . -#2022-05-01T12:04:56.950Z in=3600 out=3600 ent=0 step=0 brake=1 inf=5004820 sec=0.456 inf/sec=10975482 +#2023-06-01T09:29:39.369Z in=3600 out=3600 ent=0 step=0 brake=1 inf=5005581 sec=0.390 inf/sec=12834823 #ENDS () . diff --git a/swj2022/eye-implementation/output/ontology.n3 b/swj2022/eye-implementation/output/ontology.n3 index 2d57dea..895ba5c 100644 --- a/swj2022/eye-implementation/output/ontology.n3 +++ b/swj2022/eye-implementation/output/ontology.n3 @@ -1,5 +1,5 @@ #Processed by EYE v20.0703.0848 josd -#eye /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/KBActivityRecognition.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ActivityRecognition.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/MonitoredPerson.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/Sensors.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/SensorsAndActuators.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/SensorsAndWearables.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/_Homelab_tbox.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/_HomelabWearable_tbox.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/imports/affectedBy.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/imports/cpannotationschema.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/imports/eep.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/imports/saref.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/imports/saref4bldg.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/imports/saref4ehaw.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/imports/saref4wear.ttl --no-qvars --pass --nope +#eye /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/KBActivityRecognition.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/ActivityRecognition.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/MonitoredPerson.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/Sensors.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/SensorsAndActuators.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/SensorsAndWearables.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/_Homelab_tbox.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/_HomelabWearable_tbox.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/imports/affectedBy.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/imports/cpannotationschema.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/imports/eep.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/imports/saref.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/imports/saref4bldg.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/imports/saref4ehaw.ttl /home/mathias/Github/IBCNServices/DIVIDE/swj2022/eye-implementation/../ontology/ontology-no-imports/imports/saref4wear.ttl --no-qvars --pass --nope @prefix var: . @prefix : . @@ -59,248 +59,249 @@ xsd:duration a rdfs:Datatype. :ActivityRule a owl:Class. :AnalyzableForCondition a owl:Class. :AndCondition a owl:Class. - a owl:Restriction. + a owl:Restriction. :BrushingTeethActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :Condition a owl:Class. :ConditionableProperty a owl:Class. :CookingFoodOvenActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :CookingFoodStovetopActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :DetectableActivity a owl:Class. :DrinkPreparationActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :EatingActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :IfElseCondition a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. :MatchingValue a owl:Class. :MeanThreshold a owl:Class. :MeanVarianceThreshold a owl:Class. - a owl:Restriction. + a owl:Restriction. :NonRoutineActivityPrediction a owl:Class. :NonRoutineBrushingTeethActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineCookingFoodOvenActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineCookingFoodStovetopActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineDrinkPreparationActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineEatingActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutinePreparingHotMealActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineShoweringActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineSleepingActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineToiletingActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineUsingMobilePhoneActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineWatchingTVActivelyActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :OrCondition a owl:Class. - a owl:Restriction. + a owl:Restriction. :PreparingHotMealActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :RegularThreshold a owl:Class. :RoutineActivityPrediction a owl:Class. :RoutineBrushingTeethActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineCookingFoodOvenActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineCookingFoodStovetopActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineDrinkPreparationActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineEatingActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutinePreparingHotMealActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineShoweringActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineSleepingActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineToiletingActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineUsingMobilePhoneActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineWatchingTVActivelyActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :Rule a owl:Class. :ShoweringActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :SleepingActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :SlopeThreshold a owl:Class. :Threshold a owl:Class. - a owl:Restriction. + a owl:Restriction. :TimeOrderedCondition a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. :ToiletingActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithBrushingTeethRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithCookingFoodOvenRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithCookingFoodStovetopRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithDrinkPreparationRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithEatingRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithPreparingHotMealRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithShoweringRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithSleepingRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithToiletingRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithUsingMobilePhoneRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithWatchingTVActivelyRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithoutBrushingTeethRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutCookingFoodOvenRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutCookingFoodStovetopRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutDrinkPreparationRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutEatingRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutPreparingHotMealRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutShoweringRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutSleepingRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutToiletingRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutUsingMobilePhoneRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutWatchingTVActivelyRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UsingMobilePhoneActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :ValueCondition a owl:Class. - a owl:Restriction. + a owl:Restriction. :WatchingTVActivelyActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. SensorsAndActuators:OrientationDeviation a owl:Class. saref4bldg:Pump a owl:Class. -saref4bldg:Room a owl:Class. :KBActivityRecognitionModel a owl:NamedIndividual. :KBActivityRecognitionModel a ActivityRecognition:ActivityRecognitionModel. :KBActivityRecognitionModelConfig1 a owl:NamedIndividual. :KBActivityRecognitionModelConfig1 a ActivityRecognition:Configuration. +:_BathRoom a owl:NamedIndividual. +:_BathRoom a SensorsAndActuators:BathRoom. :_BrushingTeeth a owl:NamedIndividual. :_BrushingTeeth a ActivityRecognition:BrushingTeeth. :_EnergyConsumption a owl:NamedIndividual. @@ -313,8 +314,8 @@ saref4bldg:Room a owl:Class. :_Pump a saref4bldg:Pump. :_RelativeHumidity a owl:NamedIndividual. :_RelativeHumidity a SensorsAndActuators:RelativeHumidity. -:_BathRoom a owl:NamedIndividual. -:_BathRoom a SensorsAndActuators:BathRoom. +:_Room a owl:NamedIndividual. +:_Room a SensorsAndActuators:Room. :_Showering a owl:NamedIndividual. :_Showering a ActivityRecognition:Showering. :_Toileting a owl:NamedIndividual. @@ -360,11 +361,11 @@ ActivityRecognition:timeOfPrediction a owl:DatatypeProperty. ActivityRecognition:ActiveActivity a owl:Class. ActivityRecognition:ActivityPrediction a owl:Class. ActivityRecognition:ActivityRecognitionModel a owl:Class. - a owl:Restriction. + a owl:Restriction. ActivityRecognition:AdjustingLightLevels a owl:Class. ActivityRecognition:Ambulation a owl:Class. ActivityRecognition:Anomaly a owl:Class. - a owl:Restriction. + a owl:Restriction. ActivityRecognition:AtomicHomeActivities a owl:Class. ActivityRecognition:BackgroundActivity a owl:Class. ActivityRecognition:Bathing a owl:Class. @@ -449,7 +450,7 @@ ActivityRecognition:Leisure a owl:Class. ActivityRecognition:LieToSit a owl:Class. ActivityRecognition:LieToStand a owl:Class. ActivityRecognition:Lifestyle a owl:Class. - a owl:Restriction. + a owl:Restriction. ActivityRecognition:ListeningMusicInBackground a owl:Class. ActivityRecognition:LoadingDishwasher a owl:Class. ActivityRecognition:LoadingDryer a owl:Class. @@ -460,7 +461,7 @@ ActivityRecognition:LyingStill a owl:Class. ActivityRecognition:MakingBed a owl:Class. ActivityRecognition:Meditating a owl:Class. ActivityRecognition:Model a owl:Class. - a owl:Restriction. + a owl:Restriction. ActivityRecognition:Mopping a owl:Class. ActivityRecognition:MorningRoutine a owl:Class. ActivityRecognition:MovingFurniture a owl:Class. @@ -487,8 +488,8 @@ ActivityRecognition:PolishingFloor a owl:Class. ActivityRecognition:PolishingFurniture a owl:Class. ActivityRecognition:Praying a owl:Class. ActivityRecognition:Prediction a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. ActivityRecognition:Preparation a owl:Class. ActivityRecognition:PreparingHotMeal a owl:Class. ActivityRecognition:PreparingLaundryForWashing a owl:Class. @@ -509,7 +510,7 @@ ActivityRecognition:Relaxing a owl:Class. ActivityRecognition:Rinsing a owl:Class. ActivityRecognition:RoomTransition a owl:Class. ActivityRecognition:Routine a owl:Class. - a owl:Restriction. + a owl:Restriction. ActivityRecognition:Running a owl:Class. ActivityRecognition:ScrubbingFloor a owl:Class. ActivityRecognition:SearchingItem a owl:Class. @@ -781,10 +782,10 @@ SensorsAndWearables:XAxis a owl:Class. SensorsAndWearables:YAxis a owl:Class. SensorsAndWearables:ZAxis a owl:Class. a owl:Class. - a owl:Restriction. + a owl:Restriction. a owl:Class. - a owl:Restriction. - a owl:AllDisjointClasses. + a owl:Restriction. + a owl:AllDisjointClasses. a owl:Ontology. dogont:hasFloor a owl:AnnotationProperty. ns3:isLocatedNear a owl:AnnotationProperty. @@ -820,7 +821,7 @@ ns5:influencedBy a owl:ObjectProperty. (ns5:affectedBy) a rdf:List. ns5:FeatureOfInterest a owl:Class. ns5:Quality a owl:Class. - a owl:Restriction. + a owl:Restriction. a owl:NamedIndividual. a voaf:Vocabulary. a owl:Ontology. @@ -847,9 +848,9 @@ eep:onQuality a owl:FunctionalProperty. eep:usedProcedure a owl:ObjectProperty. eep:usedProcedure a owl:FunctionalProperty. eep:Execution a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. eep:Executor a owl:Class. eep:Procedure a owl:Class. a owl:NamedIndividual. @@ -897,98 +898,98 @@ saref-core:hasTimestamp a owl:DatatypeProperty. saref-core:hasValue a owl:DatatypeProperty. saref-core:ActuatingFunction a owl:Class. saref-core:Actuator a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:Appliance a owl:Class. saref-core:CloseCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:CloseState a owl:Class. saref-core:Coal a owl:Class. saref-core:Command a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Commodity a owl:Class. saref-core:Currency a owl:Class. saref-core:Device a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:DoorSwitch a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Electricity a owl:Class. saref-core:Energy a owl:Class. saref-core:EnergyUnit a owl:Class. saref-core:EventFunction a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:FeatureOfInterest a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Function a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:Gas a owl:Class. saref-core:GetCommand a owl:Class. saref-core:GetCurrentMeterValueCommand a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:GetMeterDataCommand a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:GetMeterHistoryCommand a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:GetSensingDataCommand a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:HVAC a owl:Class. saref-core:Humidity a owl:Class. saref-core:IlluminanceUnit a owl:Class. saref-core:LevelControlFunction a owl:Class. saref-core:Light a owl:Class. saref-core:LightSwitch a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Measurement a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Meter a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:MeteringFunction a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. saref-core:Motion a owl:Class. saref-core:MultiLevelState a owl:Class. saref-core:NotifyCommand a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:Occupancy a owl:Class. saref-core:OffCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:OffState a owl:Class. saref-core:OnCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:OnOffFunction a owl:Class. saref-core:OnOffState a owl:Class. saref-core:OnState a owl:Class. saref-core:OpenCloseFunction a owl:Class. saref-core:OpenCloseState a owl:Class. saref-core:OpenCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:OpenState a owl:Class. saref-core:PauseCommand a owl:Class. saref-core:Power a owl:Class. @@ -997,64 +998,64 @@ saref-core:Pressure a owl:Class. saref-core:PressureUnit a owl:Class. saref-core:Price a owl:Class. saref-core:Profile a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Class. saref-core:Property a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:SensingFunction a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Sensor a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:Service a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:SetAbsoluteLevelCommand a owl:Class. saref-core:SetLevelCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:SetRelativeLevelCommand a owl:Class. saref-core:Smoke a owl:Class. saref-core:SmokeSensor a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:StartCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:StartState a owl:Class. saref-core:StartStopFunction a owl:Class. saref-core:StartStopState a owl:Class. saref-core:State a owl:Class. saref-core:StepDownCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:StepUpCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:StopCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:StopState a owl:Class. saref-core:Switch a owl:Class. saref-core:SwitchOnService a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Task a owl:Class. saref-core:Temperature a owl:Class. saref-core:TemperatureSensor a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:TemperatureUnit a owl:Class. saref-core:Time a owl:Class. saref-core:ToggleCommand a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:UnitOfMeasure a owl:Class. saref-core:Water a owl:Class. saref-core:Cleaning a owl:NamedIndividual. @@ -1344,383 +1345,383 @@ saref4bldg:valvePattern a owl:DatatypeProperty. saref4bldg:waterFlowControlSystemType a owl:DatatypeProperty. saref-core:hasTimestamp a owl:FunctionalProperty. saref4bldg:Actuator a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:AirToAirHeatRecovery a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Alarm a owl:Class. saref4bldg:AudioVisualAppliance a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Boiler a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Building a owl:Class. - a owl:Restriction. + a owl:Restriction. saref4bldg:BuildingDevice a owl:Class. saref4bldg:BuildingObject a owl:Class. saref4bldg:BuildingSpace a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Class. (saref4bldg:Building saref4bldg:BuildingSpace) a rdf:List. (saref4bldg:BuildingSpace) a rdf:List. saref4bldg:Burner a owl:Class. - a owl:Restriction. + a owl:Restriction. saref4bldg:Chiller a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Coil a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:CommunicationAppliance a owl:Class. saref4bldg:Compressor a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Condenser a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Controller a owl:Class. saref4bldg:CooledBeam a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:CoolingTower a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Damper a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:DistributionControlDevice a owl:Class. saref4bldg:DistributionDevice a owl:Class. saref4bldg:DistributionFlowDevice a owl:Class. saref4bldg:DuctSilencer a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:ElectricAppliance a owl:Class. saref4bldg:ElectricFlowStorageDevice a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:ElectricGenerator a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:ElectricMotor a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:ElectricTimeControl a owl:Class. saref4bldg:EnergyConversionDevice a owl:Class. saref4bldg:Engine a owl:Class. - a owl:Restriction. + a owl:Restriction. saref4bldg:EvaporativeCooler a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Evaporator a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Fan a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Filter a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:FireSuppressionTerminal a owl:Class. saref4bldg:FlowController a owl:Class. saref4bldg:FlowInstrument a owl:Class. saref4bldg:FlowMeter a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:FlowMovingDevice a owl:Class. saref4bldg:FlowStorageDevice a owl:Class. saref4bldg:FlowTerminal a owl:Class. saref4bldg:FlowTreatmentDevice a owl:Class. saref4bldg:HeatExchanger a owl:Class. - a owl:Restriction. + a owl:Restriction. saref4bldg:Humidifier a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Interceptor a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Lamp a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:MedicalDevice a owl:Class. saref4bldg:Outlet a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:PhysicalObject a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. (saref4bldg:BuildingSpace saref4bldg:PhysicalObject) a rdf:List. (saref4bldg:PhysicalObject) a rdf:List. saref4bldg:ProtectiveDevice a owl:Class. saref4bldg:ProtectiveDeviceTrippingUnit a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:SanitaryTerminal a owl:Class. saref4bldg:Sensor a owl:Class. saref4bldg:ShadingDevice a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:SolarDevice a owl:Class. saref4bldg:SpaceHeater a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:SwitchingDevice a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Tank a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Transformer a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:TransportElement a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:TubeBundle a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:UnitaryControlElement a owl:Class. saref4bldg:Valve a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:VibrationIsolator a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. a owl:Ontology. terms:contributor a owl:AnnotationProperty. saref4ehaw:contains a owl:ObjectProperty. @@ -1780,7 +1781,7 @@ saref4ehaw:geolocation a owl:DatatypeProperty. saref4ehaw:hasCalculationMethod a owl:DatatypeProperty. saref4ehaw:hasEffect a owl:DatatypeProperty. saref4ehaw:hasGender a owl:DatatypeProperty. - a rdfs:Datatype. + a rdfs:Datatype. saref4ehaw:banGeolocation a owl:DatatypeProperty. saref4ehaw:hasInput a owl:DatatypeProperty. saref4ehaw:hasMbox a owl:DatatypeProperty. @@ -1813,7 +1814,7 @@ saref4ehaw:serialNb a owl:DatatypeProperty. saref4ehaw:serviceDescription a owl:DatatypeProperty. saref4ehaw:serviceName a owl:DatatypeProperty. saref4ehaw:banTopology a owl:DatatypeProperty. - a rdfs:Datatype. + a rdfs:Datatype. saref4ehaw:velocity a owl:DatatypeProperty. foaf:Agent a owl:Class. saref4ehaw:Activity a owl:Class. @@ -1864,8 +1865,8 @@ saref4ehaw:ServiceGrounding a owl:Class. saref4ehaw:ServiceProcess a owl:Class. saref4ehaw:ServiceProfile a owl:Class. saref4ehaw:TimeSeriesMeasurement a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4ehaw:User a owl:Class. saref4ehaw:ValidityConstraint a owl:Class. ssn-system:Precision a owl:Class. @@ -1981,23 +1982,23 @@ geosp:SpatialObject a owl:Class. geo:Point a owl:Class. ssn-system:SystemCapability a owl:Class. foaf:Person a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. s4city:AdministrativeArea a owl:Class. s4city:CityObject a owl:Class. s4city:Event a owl:Class. - a owl:Restriction. + a owl:Restriction. s4city:Facility a owl:Class. ns6:BiometricProperty a owl:Class. ns6:CommunicatingFunction a owl:Class. @@ -2009,20 +2010,20 @@ ns6:EmissionProperty a owl:Class. ns6:EnvironmentalProperty a owl:Class. ns6:FabricWearable a owl:Class. ns6:InBodyWearable a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. ns6:Interface a owl:Class. ns6:LivingOrganism a owl:Class. ns6:MemoryStorage a owl:Class. ns6:NavigatingFunction a owl:Class. ns6:NearBodyWearable a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. ns6:Occurrence a owl:Class. - a owl:Restriction. + a owl:Restriction. ns6:OnBodyWearable a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. ns6:Policy a owl:Class. ns6:PowerSupply a owl:Class. ns6:Software a owl:Class. @@ -2030,13 +2031,13 @@ ns6:TextileBasedSensor a owl:Class. ns6:TextileBasedWearable a owl:Class. ns6:User a owl:Class. ns6:Wearable a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. ns6:WearableProperty a owl:Class. ns6:Wearer a owl:Class. - a owl:Restriction. - a owl:Class. - a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Restriction. ns6:WearerProperty a owl:Class. a owl:NamedIndividual. a schema:Person. @@ -2474,7 +2475,7 @@ saref4ehaw:frequency rdfs:range xsd:float. saref4ehaw:geolocation rdfs:range xsd:string. saref4ehaw:hasCalculationMethod rdfs:range xsd:string. saref4ehaw:hasEffect rdfs:range xsd:string. -saref4ehaw:hasGender rdfs:range . +saref4ehaw:hasGender rdfs:range . saref4ehaw:banGeolocation rdfs:range xsd:string. saref4ehaw:hasInput rdfs:range xsd:string. saref4ehaw:hasMbox rdfs:range xsd:anyURI. @@ -2506,7 +2507,7 @@ saref4ehaw:sendingFrequency rdfs:range xsd:float. saref4ehaw:serialNb rdfs:range xsd:string. saref4ehaw:serviceDescription rdfs:range xsd:string. saref4ehaw:serviceName rdfs:range xsd:string. -saref4ehaw:banTopology rdfs:range . +saref4ehaw:banTopology rdfs:range . saref4ehaw:velocity rdfs:range xsd:float. ns6:controlsFeature rdfs:range saref-core:FeatureOfInterest. ns6:featureIsControlledByDevice rdfs:range saref-core:Device. @@ -2553,7 +2554,7 @@ Sensors:analyseStateOf rdfs:subPropertyOf Sensors:isRelevantTo. Sensors:isRelevantTo rdfs:subPropertyOf owl:topObjectProperty. Sensors:hasTimestampUTC rdfs:subPropertyOf owl:topDataProperty. SensorsAndWearables:hasAxis rdfs:subPropertyOf geosp:hasGeometry. -ns5:belongsTo rdfs:subPropertyOf . +ns5:belongsTo rdfs:subPropertyOf . ns6:isLocatedIn rdfs:subPropertyOf ns6:isLocated. ns6:isLocatedNear rdfs:subPropertyOf ns6:isLocated. ns6:isLocatedOn rdfs:subPropertyOf ns6:isLocated. @@ -2562,9 +2563,9 @@ ns6:sendsNotificationsTo rdfs:subPropertyOf s4syst:connectedTo. :isIncludedIn owl:inverseOf saref-core:consistsOf. ActivityRecognition:nextActivity owl:inverseOf ActivityRecognition:previousActivity. ActivityRecognition:predictedBy owl:inverseOf ActivityRecognition:predicts. - owl:inverseOf ns5:influencedBy. - owl:inverseOf eep:madeBy. - owl:inverseOf eep:madeBy. + owl:inverseOf ns5:influencedBy. + owl:inverseOf eep:madeBy. + owl:inverseOf eep:madeBy. saref-core:accomplishes owl:inverseOf saref-core:isAccomplishedBy. saref-core:hasCommand owl:inverseOf saref-core:isCommandOf. saref-core:hasProperty owl:inverseOf saref-core:isPropertyOf. @@ -2581,9 +2582,9 @@ Sensors:isRelevantTo owl:propertyChainAxiom (Sensors:analyseStateOf saref4bldg:i Sensors:analyseStateOf owl:propertyChainAxiom (Sensors:analyseStateOf ns6:isLocated). ns5:influencedBy owl:propertyChainAxiom (ns5:influencedBy ns5:affectedBy). eep:forFeatureOfInterest owl:propertyChainAxiom (eep:forQuality ns5:belongsTo). -eep:forQuality owl:propertyChainAxiom ( eep:onQuality). +eep:forQuality owl:propertyChainAxiom ( eep:onQuality). eep:hasFeatureOfInterest owl:propertyChainAxiom (eep:onQuality ns5:belongsTo). -eep:implements owl:propertyChainAxiom ( eep:usedProcedure). +eep:implements owl:propertyChainAxiom ( eep:usedProcedure). ActivityRecognition:BrushingTeeth rdfs:subClassOf :DetectableActivity. ActivityRecognition:CookingFoodOven rdfs:subClassOf :DetectableActivity. ActivityRecognition:CookingFoodStovetop rdfs:subClassOf :DetectableActivity. @@ -2597,20 +2598,20 @@ ActivityRecognition:UsingMobilePhone rdfs:subClassOf :DetectableActivity. ActivityRecognition:WatchingTVActively rdfs:subClassOf :DetectableActivity. :ActivityRule rdfs:subClassOf :Rule. :AndCondition rdfs:subClassOf :Condition. -:AndCondition rdfs:subClassOf . +:AndCondition rdfs:subClassOf . :BrushingTeethActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :CookingFoodOvenActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :CookingFoodStovetopActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :DrinkPreparationActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :EatingActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :IfElseCondition rdfs:subClassOf :Condition. -:IfElseCondition rdfs:subClassOf . -:IfElseCondition rdfs:subClassOf . -:IfElseCondition rdfs:subClassOf . +:IfElseCondition rdfs:subClassOf . +:IfElseCondition rdfs:subClassOf . +:IfElseCondition rdfs:subClassOf . :MatchingValue rdfs:subClassOf :ValueCondition. :MeanThreshold rdfs:subClassOf :Threshold. :MeanVarianceThreshold rdfs:subClassOf :Threshold. -:MeanVarianceThreshold rdfs:subClassOf . +:MeanVarianceThreshold rdfs:subClassOf . :NonRoutineActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf :NonRoutineActivityPrediction. @@ -2624,7 +2625,7 @@ ActivityRecognition:WatchingTVActively rdfs:subClassOf :DetectableActivity. :NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf :NonRoutineActivityPrediction. :OrCondition rdfs:subClassOf :Condition. -:OrCondition rdfs:subClassOf . +:OrCondition rdfs:subClassOf . :PreparingHotMealActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :RegularThreshold rdfs:subClassOf :Threshold. :RoutineActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. @@ -2643,10 +2644,10 @@ ActivityRecognition:WatchingTVActively rdfs:subClassOf :DetectableActivity. :SleepingActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :SlopeThreshold rdfs:subClassOf :Threshold. :Threshold rdfs:subClassOf :ValueCondition. -:Threshold rdfs:subClassOf . +:Threshold rdfs:subClassOf . :TimeOrderedCondition rdfs:subClassOf :Condition. -:TimeOrderedCondition rdfs:subClassOf . -:TimeOrderedCondition rdfs:subClassOf . +:TimeOrderedCondition rdfs:subClassOf . +:TimeOrderedCondition rdfs:subClassOf . :ToiletingActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :UserWithBrushingTeethRoutine rdfs:subClassOf saref4ehaw:User. :UserWithCookingFoodOvenRoutine rdfs:subClassOf saref4ehaw:User. @@ -2672,9 +2673,10 @@ ActivityRecognition:WatchingTVActively rdfs:subClassOf :DetectableActivity. :UserWithoutWatchingTVActivelyRoutine rdfs:subClassOf saref4ehaw:User. :UsingMobilePhoneActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :ValueCondition rdfs:subClassOf :Condition. -:ValueCondition rdfs:subClassOf . +:ValueCondition rdfs:subClassOf . :WatchingTVActivelyActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. SensorsAndActuators:AtmosphericPressure rdfs:subClassOf :ConditionableProperty. +SensorsAndActuators:BathRoom rdfs:subClassOf :AnalyzableForCondition. SensorsAndActuators:Blind rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:Button rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:CO2 rdfs:subClassOf :ConditionableProperty. @@ -2694,7 +2696,7 @@ SensorsAndActuators:PeoplePresencee rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:Positioning rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:RelativeHumidity rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:Relay rdfs:subClassOf :ConditionableProperty. -SensorsAndActuators:BathRoom rdfs:subClassOf :AnalyzableForCondition. +SensorsAndActuators:Room rdfs:subClassOf :AnalyzableForCondition. SensorsAndActuators:VOC rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:VentilationLevel rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:WaterRunning rdfs:subClassOf :ConditionableProperty. @@ -2727,10 +2729,10 @@ saref4ehaw:Patient rdfs:subClassOf :AnalyzableForCondition. ActivityRecognition:ActiveActivity rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:ActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. ActivityRecognition:ActivityRecognitionModel rdfs:subClassOf ActivityRecognition:Model. -ActivityRecognition:ActivityRecognitionModel rdfs:subClassOf . +ActivityRecognition:ActivityRecognitionModel rdfs:subClassOf . ActivityRecognition:Ambulation rdfs:subClassOf saref4ehaw:Posture. ActivityRecognition:Anomaly rdfs:subClassOf ActivityRecognition:Prediction. -ActivityRecognition:Anomaly rdfs:subClassOf . +ActivityRecognition:Anomaly rdfs:subClassOf . ActivityRecognition:AtomicHomeActivities rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:BackgroundActivity rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Bathing rdfs:subClassOf ActivityRecognition:Hygiene. @@ -2833,7 +2835,7 @@ ActivityRecognition:Leisure rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:Leisure rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:LieToSit rdfs:subClassOf ActivityRecognition:Transition. ActivityRecognition:LieToStand rdfs:subClassOf ActivityRecognition:Transition. -ActivityRecognition:Lifestyle rdfs:subClassOf . +ActivityRecognition:Lifestyle rdfs:subClassOf . ActivityRecognition:ListeningMusicInBackground rdfs:subClassOf ActivityRecognition:BackgroundActivity. ActivityRecognition:ListeningMusicInBackground rdfs:subClassOf ActivityRecognition:InformationInteraction. ActivityRecognition:LoadingDishwasher rdfs:subClassOf ActivityRecognition:ActiveActivity. @@ -2849,7 +2851,7 @@ ActivityRecognition:MakingBed rdfs:subClassOf ActivityRecognition:ActiveActivity ActivityRecognition:MakingBed rdfs:subClassOf ActivityRecognition:Cleaning. ActivityRecognition:Meditating rdfs:subClassOf ActivityRecognition:Leisure. ActivityRecognition:Model rdfs:subClassOf eep:Executor. -ActivityRecognition:Model rdfs:subClassOf . +ActivityRecognition:Model rdfs:subClassOf . ActivityRecognition:Mopping rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:Mopping rdfs:subClassOf ActivityRecognition:Cleaning. ActivityRecognition:MorningRoutine rdfs:subClassOf ActivityRecognition:Routine. @@ -2880,8 +2882,8 @@ ActivityRecognition:PolishingFurniture rdfs:subClassOf ActivityRecognition:Activ ActivityRecognition:PolishingFurniture rdfs:subClassOf ActivityRecognition:Cleaning. ActivityRecognition:Praying rdfs:subClassOf ActivityRecognition:Leisure. ActivityRecognition:Prediction rdfs:subClassOf eep:Execution. -ActivityRecognition:Prediction rdfs:subClassOf . -ActivityRecognition:Prediction rdfs:subClassOf . +ActivityRecognition:Prediction rdfs:subClassOf . +ActivityRecognition:Prediction rdfs:subClassOf . ActivityRecognition:Preparation rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:PreparingHotMeal rdfs:subClassOf ActivityRecognition:PreparingMeal. ActivityRecognition:PreparingLaundryForWashing rdfs:subClassOf ActivityRecognition:ActiveActivity. @@ -2911,7 +2913,7 @@ ActivityRecognition:Relaxing rdfs:subClassOf ActivityRecognition:Leisure. ActivityRecognition:Rinsing rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:Rinsing rdfs:subClassOf ActivityRecognition:Dishwashing. ActivityRecognition:RoomTransition rdfs:subClassOf ActivityRecognition:AtomicHomeActivities. -ActivityRecognition:Routine rdfs:subClassOf . +ActivityRecognition:Routine rdfs:subClassOf . ActivityRecognition:Running rdfs:subClassOf ActivityRecognition:Ambulation. ActivityRecognition:ScrubbingFloor rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:ScrubbingFloor rdfs:subClassOf ActivityRecognition:Cleaning. @@ -3162,9 +3164,9 @@ SensorsAndWearables:XAxis rdfs:subClassOf SensorsAndWearables:Axis. SensorsAndWearables:YAxis rdfs:subClassOf SensorsAndWearables:Axis. SensorsAndWearables:ZAxis rdfs:subClassOf SensorsAndWearables:Axis. rdfs:subClassOf ns6:WearableProperty. - rdfs:subClassOf . + rdfs:subClassOf . rdfs:subClassOf saref-core:Sensor. - rdfs:subClassOf . + rdfs:subClassOf . dogont:Button rdfs:subClassOf saref-core:Device. dogont:Closet rdfs:subClassOf ns3:Furniture. dogont:Cupboard rdfs:subClassOf ns3:Furniture. @@ -3183,97 +3185,97 @@ ns3:WeatherStation rdfs:subClassOf saref-core:Sensor. ns3:WindowSensor rdfs:subClassOf saref-core:Sensor. ns4:EmpaticaTagButton rdfs:subClassOf saref-core:Device. ns4:SleepAPI rdfs:subClassOf saref-core:Meter. -ns5:Quality rdfs:subClassOf . -eep:Execution rdfs:subClassOf . -eep:Execution rdfs:subClassOf . -eep:Execution rdfs:subClassOf . +ns5:Quality rdfs:subClassOf . +eep:Execution rdfs:subClassOf . +eep:Execution rdfs:subClassOf . +eep:Execution rdfs:subClassOf . saref-core:ActuatingFunction rdfs:subClassOf saref-core:Function. saref-core:Actuator rdfs:subClassOf saref-core:Device. -saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . saref-core:Appliance rdfs:subClassOf saref-core:Device. saref-core:CloseCommand rdfs:subClassOf saref-core:Command. -saref-core:CloseCommand rdfs:subClassOf . -saref-core:CloseCommand rdfs:subClassOf . +saref-core:CloseCommand rdfs:subClassOf . +saref-core:CloseCommand rdfs:subClassOf . saref-core:CloseState rdfs:subClassOf saref-core:OpenCloseState. saref-core:Coal rdfs:subClassOf saref-core:Commodity. -saref-core:Command rdfs:subClassOf . -saref-core:Command rdfs:subClassOf . +saref-core:Command rdfs:subClassOf . +saref-core:Command rdfs:subClassOf . saref-core:Currency rdfs:subClassOf saref-core:UnitOfMeasure. -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . saref-core:DoorSwitch rdfs:subClassOf saref-core:Switch. -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . saref-core:Electricity rdfs:subClassOf saref-core:Commodity. saref-core:Energy rdfs:subClassOf saref-core:Property. saref-core:EnergyUnit rdfs:subClassOf saref-core:UnitOfMeasure. saref-core:EventFunction rdfs:subClassOf saref-core:Function. -saref-core:EventFunction rdfs:subClassOf . -saref-core:FeatureOfInterest rdfs:subClassOf . -saref-core:FeatureOfInterest rdfs:subClassOf . -saref-core:Function rdfs:subClassOf . +saref-core:EventFunction rdfs:subClassOf . +saref-core:FeatureOfInterest rdfs:subClassOf . +saref-core:FeatureOfInterest rdfs:subClassOf . +saref-core:Function rdfs:subClassOf . saref-core:Gas rdfs:subClassOf saref-core:Commodity. saref-core:GetCommand rdfs:subClassOf saref-core:Command. saref-core:GetCurrentMeterValueCommand rdfs:subClassOf saref-core:GetCommand. -saref-core:GetCurrentMeterValueCommand rdfs:subClassOf . +saref-core:GetCurrentMeterValueCommand rdfs:subClassOf . saref-core:GetMeterDataCommand rdfs:subClassOf saref-core:GetCommand. -saref-core:GetMeterDataCommand rdfs:subClassOf . +saref-core:GetMeterDataCommand rdfs:subClassOf . saref-core:GetMeterHistoryCommand rdfs:subClassOf saref-core:GetCommand. -saref-core:GetMeterHistoryCommand rdfs:subClassOf . +saref-core:GetMeterHistoryCommand rdfs:subClassOf . saref-core:GetSensingDataCommand rdfs:subClassOf saref-core:GetCommand. -saref-core:GetSensingDataCommand rdfs:subClassOf . +saref-core:GetSensingDataCommand rdfs:subClassOf . saref-core:HVAC rdfs:subClassOf saref-core:Device. saref-core:Humidity rdfs:subClassOf saref-core:Property. saref-core:IlluminanceUnit rdfs:subClassOf saref-core:UnitOfMeasure. saref-core:LevelControlFunction rdfs:subClassOf saref-core:ActuatingFunction. saref-core:Light rdfs:subClassOf saref-core:Property. saref-core:LightSwitch rdfs:subClassOf saref-core:Switch. -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . saref-core:Meter rdfs:subClassOf saref-core:Device. -saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . saref-core:MeteringFunction rdfs:subClassOf saref-core:Function. -saref-core:MeteringFunction rdfs:subClassOf . -saref-core:MeteringFunction rdfs:subClassOf . +saref-core:MeteringFunction rdfs:subClassOf . +saref-core:MeteringFunction rdfs:subClassOf . saref-core:Motion rdfs:subClassOf saref-core:Property. saref-core:MultiLevelState rdfs:subClassOf saref-core:State. saref-core:NotifyCommand rdfs:subClassOf saref-core:Command. -saref-core:NotifyCommand rdfs:subClassOf . +saref-core:NotifyCommand rdfs:subClassOf . saref-core:Occupancy rdfs:subClassOf saref-core:Property. saref-core:OffCommand rdfs:subClassOf saref-core:Command. -saref-core:OffCommand rdfs:subClassOf . -saref-core:OffCommand rdfs:subClassOf . +saref-core:OffCommand rdfs:subClassOf . +saref-core:OffCommand rdfs:subClassOf . saref-core:OffState rdfs:subClassOf saref-core:OnOffState. saref-core:OnCommand rdfs:subClassOf saref-core:Command. -saref-core:OnCommand rdfs:subClassOf . -saref-core:OnCommand rdfs:subClassOf . +saref-core:OnCommand rdfs:subClassOf . +saref-core:OnCommand rdfs:subClassOf . saref-core:OnOffFunction rdfs:subClassOf saref-core:ActuatingFunction. saref-core:OnOffState rdfs:subClassOf saref-core:State. saref-core:OnState rdfs:subClassOf saref-core:OnOffState. saref-core:OpenCloseFunction rdfs:subClassOf saref-core:ActuatingFunction. saref-core:OpenCloseState rdfs:subClassOf saref-core:State. saref-core:OpenCommand rdfs:subClassOf saref-core:Command. -saref-core:OpenCommand rdfs:subClassOf . -saref-core:OpenCommand rdfs:subClassOf . +saref-core:OpenCommand rdfs:subClassOf . +saref-core:OpenCommand rdfs:subClassOf . saref-core:OpenState rdfs:subClassOf saref-core:OpenCloseState. saref-core:PauseCommand rdfs:subClassOf saref-core:Command. saref-core:Power rdfs:subClassOf saref-core:Property. @@ -3281,433 +3283,433 @@ saref-core:PowerUnit rdfs:subClassOf saref-core:UnitOfMeasure. saref-core:Pressure rdfs:subClassOf saref-core:Property. saref-core:PressureUnit rdfs:subClassOf saref-core:UnitOfMeasure. saref-core:Price rdfs:subClassOf saref-core:Property. -saref-core:Profile rdfs:subClassOf . -saref-core:Profile rdfs:subClassOf . -saref-core:Profile rdfs:subClassOf . -saref-core:Profile rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . +saref-core:Profile rdfs:subClassOf . +saref-core:Profile rdfs:subClassOf . +saref-core:Profile rdfs:subClassOf . +saref-core:Profile rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . saref-core:SensingFunction rdfs:subClassOf saref-core:Function. -saref-core:SensingFunction rdfs:subClassOf . -saref-core:SensingFunction rdfs:subClassOf . +saref-core:SensingFunction rdfs:subClassOf . +saref-core:SensingFunction rdfs:subClassOf . saref-core:Sensor rdfs:subClassOf saref-core:Device. -saref-core:Sensor rdfs:subClassOf . -saref-core:Service rdfs:subClassOf . -saref-core:Service rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Service rdfs:subClassOf . +saref-core:Service rdfs:subClassOf . saref-core:SetAbsoluteLevelCommand rdfs:subClassOf saref-core:SetLevelCommand. saref-core:SetLevelCommand rdfs:subClassOf saref-core:Command. -saref-core:SetLevelCommand rdfs:subClassOf . -saref-core:SetLevelCommand rdfs:subClassOf . +saref-core:SetLevelCommand rdfs:subClassOf . +saref-core:SetLevelCommand rdfs:subClassOf . saref-core:SetRelativeLevelCommand rdfs:subClassOf saref-core:SetLevelCommand. saref-core:Smoke rdfs:subClassOf saref-core:Property. saref-core:SmokeSensor rdfs:subClassOf saref-core:Sensor. -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . saref-core:StartCommand rdfs:subClassOf saref-core:Command. -saref-core:StartCommand rdfs:subClassOf . -saref-core:StartCommand rdfs:subClassOf . +saref-core:StartCommand rdfs:subClassOf . +saref-core:StartCommand rdfs:subClassOf . saref-core:StartState rdfs:subClassOf saref-core:StartStopState. saref-core:StartStopFunction rdfs:subClassOf saref-core:ActuatingFunction. saref-core:StartStopState rdfs:subClassOf saref-core:State. saref-core:StepDownCommand rdfs:subClassOf saref-core:Command. -saref-core:StepDownCommand rdfs:subClassOf . -saref-core:StepDownCommand rdfs:subClassOf . +saref-core:StepDownCommand rdfs:subClassOf . +saref-core:StepDownCommand rdfs:subClassOf . saref-core:StepUpCommand rdfs:subClassOf saref-core:Command. -saref-core:StepUpCommand rdfs:subClassOf . -saref-core:StepUpCommand rdfs:subClassOf . +saref-core:StepUpCommand rdfs:subClassOf . +saref-core:StepUpCommand rdfs:subClassOf . saref-core:StopCommand rdfs:subClassOf saref-core:Command. -saref-core:StopCommand rdfs:subClassOf . -saref-core:StopCommand rdfs:subClassOf . +saref-core:StopCommand rdfs:subClassOf . +saref-core:StopCommand rdfs:subClassOf . saref-core:StopState rdfs:subClassOf saref-core:StartStopState. saref-core:Switch rdfs:subClassOf saref-core:Actuator. saref-core:SwitchOnService rdfs:subClassOf saref-core:Service. -saref-core:SwitchOnService rdfs:subClassOf . -saref-core:SwitchOnService rdfs:subClassOf . +saref-core:SwitchOnService rdfs:subClassOf . +saref-core:SwitchOnService rdfs:subClassOf . saref-core:Temperature rdfs:subClassOf saref-core:Property. saref-core:TemperatureSensor rdfs:subClassOf saref-core:Sensor. -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . saref-core:TemperatureUnit rdfs:subClassOf saref-core:UnitOfMeasure. saref-core:ToggleCommand rdfs:subClassOf saref-core:Command. -saref-core:ToggleCommand rdfs:subClassOf . +saref-core:ToggleCommand rdfs:subClassOf . saref-core:Water rdfs:subClassOf saref-core:Commodity. saref4bldg:Actuator rdfs:subClassOf saref4bldg:DistributionControlDevice. saref4bldg:Actuator rdfs:subClassOf saref-core:Actuator. -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . saref4bldg:AirToAirHeatRecovery rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . saref4bldg:Alarm rdfs:subClassOf saref4bldg:DistributionControlDevice. saref4bldg:AudioVisualAppliance rdfs:subClassOf saref4bldg:FlowTerminal. -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . saref4bldg:Boiler rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Building rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Building rdfs:subClassOf . saref4bldg:BuildingDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:BuildingDevice rdfs:subClassOf saref-core:Device. saref4bldg:BuildingObject rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:BuildingSpace rdfs:subClassOf . -saref4bldg:BuildingSpace rdfs:subClassOf . -saref4bldg:BuildingSpace rdfs:subClassOf . +saref4bldg:BuildingSpace rdfs:subClassOf . +saref4bldg:BuildingSpace rdfs:subClassOf . +saref4bldg:BuildingSpace rdfs:subClassOf . saref4bldg:Burner rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . saref4bldg:Chiller rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . saref4bldg:Coil rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . saref4bldg:CommunicationAppliance rdfs:subClassOf saref4bldg:FlowTerminal. saref4bldg:Compressor rdfs:subClassOf saref4bldg:FlowMovingDevice. -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . saref4bldg:Condenser rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . saref4bldg:Controller rdfs:subClassOf saref4bldg:DistributionControlDevice. saref4bldg:CooledBeam rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . saref4bldg:CoolingTower rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . saref4bldg:Damper rdfs:subClassOf saref4bldg:FlowController. -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . saref4bldg:DistributionControlDevice rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:DistributionDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:DistributionFlowDevice rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:DuctSilencer rdfs:subClassOf saref4bldg:FlowTreatmentDevice. -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . saref4bldg:ElectricAppliance rdfs:subClassOf saref4bldg:FlowTerminal. saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf saref4bldg:FlowStorageDevice. -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . saref4bldg:ElectricGenerator rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . saref4bldg:ElectricMotor rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . saref4bldg:ElectricTimeControl rdfs:subClassOf saref4bldg:FlowController. saref4bldg:EnergyConversionDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Engine rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . saref4bldg:EvaporativeCooler rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . saref4bldg:Evaporator rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . saref4bldg:Fan rdfs:subClassOf saref4bldg:FlowMovingDevice. -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . saref4bldg:Filter rdfs:subClassOf saref4bldg:FlowTreatmentDevice. -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . saref4bldg:FireSuppressionTerminal rdfs:subClassOf saref4bldg:FlowTerminal. saref4bldg:FlowController rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:FlowInstrument rdfs:subClassOf saref4bldg:DistributionControlDevice. saref4bldg:FlowMeter rdfs:subClassOf saref4bldg:FlowController. -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . saref4bldg:FlowMovingDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:FlowStorageDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:FlowTerminal rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:FlowTreatmentDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:HeatExchanger rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . saref4bldg:Humidifier rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . saref4bldg:Interceptor rdfs:subClassOf saref4bldg:FlowTreatmentDevice. -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . saref4bldg:Lamp rdfs:subClassOf saref4bldg:FlowTerminal. -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . saref4bldg:MedicalDevice rdfs:subClassOf saref4bldg:FlowTerminal. saref4bldg:Outlet rdfs:subClassOf saref4bldg:FlowTerminal. -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:PhysicalObject rdfs:subClassOf . -saref4bldg:PhysicalObject rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:PhysicalObject rdfs:subClassOf . +saref4bldg:PhysicalObject rdfs:subClassOf . saref4bldg:ProtectiveDevice rdfs:subClassOf saref4bldg:FlowController. saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf saref4bldg:DistributionControlDevice. -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . saref4bldg:Pump rdfs:subClassOf saref4bldg:FlowMovingDevice. -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . saref4bldg:SanitaryTerminal rdfs:subClassOf saref4bldg:FlowTerminal. saref4bldg:Sensor rdfs:subClassOf saref4bldg:DistributionControlDevice. saref4bldg:Sensor rdfs:subClassOf saref-core:Sensor. saref4bldg:ShadingDevice rdfs:subClassOf saref4bldg:BuildingDevice. -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . saref4bldg:SolarDevice rdfs:subClassOf saref4bldg:EnergyConversionDevice. saref4bldg:SpaceHeater rdfs:subClassOf saref4bldg:FlowTerminal. -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . saref4bldg:SwitchingDevice rdfs:subClassOf saref4bldg:FlowController. -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . saref4bldg:Tank rdfs:subClassOf saref4bldg:FlowStorageDevice. -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . saref4bldg:Transformer rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . saref4bldg:TransportElement rdfs:subClassOf saref-core:Device. -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . saref4bldg:TubeBundle rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . saref4bldg:UnitaryControlElement rdfs:subClassOf saref4bldg:DistributionControlDevice. saref4bldg:Valve rdfs:subClassOf saref4bldg:FlowController. -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . saref4bldg:VibrationIsolator rdfs:subClassOf saref-core:Device. -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . saref-core:Device rdfs:subClassOf saref4bldg:PhysicalObject. -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . saref4ehaw:AlarmCommand rdfs:subClassOf saref-core:Command. saref4ehaw:BanHub rdfs:subClassOf saref4ehaw:HealthDevice. saref4ehaw:BodySurfaceLocation rdfs:subClassOf saref4ehaw:Location. @@ -3734,30 +3736,30 @@ saref4ehaw:Posture rdfs:subClassOf saref-core:Property. saref4ehaw:ReminderCommand rdfs:subClassOf saref-core:NotifyCommand. saref4ehaw:ResponsibleParty rdfs:subClassOf saref4ehaw:HealthActor. saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf saref-core:Measurement. -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . saref4ehaw:User rdfs:subClassOf saref4ehaw:HealthActor. saref4ehaw:ValidityConstraint rdfs:subClassOf saref4ehaw:DataConstraint. geosp:Feature rdfs:subClassOf geosp:SpatialObject. geosp:Geometry rdfs:subClassOf geosp:SpatialObject. geo:Point rdfs:subClassOf geosp:Geometry. -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . s4city:AdministrativeArea rdfs:subClassOf geosp:Feature. s4city:CityObject rdfs:subClassOf geosp:Feature. s4city:Event rdfs:subClassOf ns6:Occurrence. -s4city:Event rdfs:subClassOf . +s4city:Event rdfs:subClassOf . s4city:Facility rdfs:subClassOf geosp:Feature. ns6:BiometricProperty rdfs:subClassOf ns6:WearerProperty. ns6:CommunicatingFunction rdfs:subClassOf saref-core:EventFunction. @@ -3768,14 +3770,14 @@ ns6:ElectricalSafetyProperty rdfs:subClassOf ns6:WearableProperty. ns6:EmissionProperty rdfs:subClassOf ns6:WearableProperty. ns6:EnvironmentalProperty rdfs:subClassOf saref-core:Property. ns6:FabricWearable rdfs:subClassOf ns6:TextileBasedWearable. -ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . ns6:LivingOrganism rdfs:subClassOf geosp:Feature. ns6:LivingOrganism rdfs:subClassOf saref-core:FeatureOfInterest. ns6:MemoryStorage rdfs:subClassOf saref-core:Device. ns6:NavigatingFunction rdfs:subClassOf saref-core:Function. -ns6:NearBodyWearable rdfs:subClassOf . -ns6:Occurrence rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:Occurrence rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . ns6:PowerSupply rdfs:subClassOf saref-core:Device. ns6:Software rdfs:subClassOf saref-core:FeatureOfInterest. ns6:TextileBasedSensor rdfs:subClassOf saref-core:Sensor. @@ -3783,1201 +3785,1201 @@ ns6:TextileBasedWearable rdfs:subClassOf ns6:OnBodyWearable. ns6:User rdfs:subClassOf saref-core:FeatureOfInterest. ns6:Wearable rdfs:subClassOf geosp:Feature. ns6:Wearable rdfs:subClassOf saref-core:Device. -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . ns6:WearableProperty rdfs:subClassOf saref-core:Property. ns6:Wearer rdfs:subClassOf geosp:SpatialObject. -ns6:Wearer rdfs:subClassOf . -ns6:Wearer rdfs:subClassOf . +ns6:Wearer rdfs:subClassOf . +ns6:Wearer rdfs:subClassOf . ns6:WearerProperty rdfs:subClassOf saref-core:Property. - owl:onProperty :hasCondition. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty :elseResultCondition. - owl:onProperty :hasCondition. - owl:onProperty :ifResultCondition. - owl:onProperty :forProperty. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty :hasCondition. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty :isMinimumThreshold. - owl:onProperty :firstCondition. - owl:onProperty :secondCondition. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty saref-core:hasValue. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:predicts. - owl:onProperty ActivityRecognition:hasExplanation. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty eep:implements. - owl:onProperty ActivityRecognition:hasExplanation. - owl:onProperty eep:madeBy. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty SensorsAndWearables:hasAxis. - owl:onProperty saref-core:measuresProperty. - owl:onProperty ns5:belongsTo. - owl:onProperty eep:madeBy. - owl:onProperty eep:onQuality. - owl:onProperty eep:usedProcedure. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:consistsOf. - owl:onProperty saref-core:controlsProperty. - owl:onProperty saref-core:hasProfile. - owl:onProperty saref-core:hasState. - owl:onProperty saref-core:isUsedFor. - owl:onProperty saref-core:makesMeasurement. - owl:onProperty saref-core:measuresProperty. - owl:onProperty saref-core:offers. - owl:onProperty saref-core:accomplishes. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:hasManufacturer. - owl:onProperty saref-core:hasModel. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:hasState. - owl:onProperty saref-core:hasThresholdMeasurement. - owl:onProperty saref-core:hasProperty. - owl:onProperty saref-core:hasMeasurement. - owl:onProperty saref-core:hasCommand. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:hasState. - owl:onProperty saref-core:controlsProperty. - owl:onProperty saref-core:offers. - owl:onProperty saref-core:isMeasurementOf. - owl:onProperty saref-core:isMeasuredIn. - owl:onProperty saref-core:relatesToProperty. - owl:onProperty saref-core:isMeasuredIn. - owl:onProperty saref-core:relatesToProperty. - owl:onProperty saref-core:hasTimestamp. - owl:onProperty saref-core:hasValue. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:hasMeterReading. - owl:onProperty saref-core:hasMeterReadingType. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:consistsOf. - owl:onProperty saref-core:hasPrice. - owl:onProperty saref-core:hasTime. - owl:onProperty saref-core:isAbout. - owl:onProperty saref-core:isControlledByDevice. - owl:onProperty saref-core:isMeasuredByDevice. - owl:onProperty saref-core:isPropertyOf. - owl:onProperty saref-core:relatesToMeasurement. - owl:onProperty saref-core:hasSensingRange. - owl:onProperty saref-core:hasSensorType. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:isOfferedBy. - owl:onProperty saref-core:represents. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:measuresProperty. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:isOfferedBy. - owl:onProperty saref-core:represents. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:measuresProperty. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref4bldg:failPosition. - owl:onProperty saref4bldg:manualOverride. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:primaryAirFlowRateMax. - owl:onProperty saref4bldg:primaryAirFlowRateMin. - owl:onProperty saref4bldg:secondaryAirFlowRateMax. - owl:onProperty saref4bldg:secondaryAirFlowRateMin. - owl:onProperty saref4bldg:hasDefrost. - owl:onProperty saref4bldg:heatTransferTypeEnum. - owl:onProperty saref4bldg:audioVolume. - owl:onProperty saref4bldg:mediaSource. - owl:onProperty saref4bldg:heatTransferSurfaceArea. - owl:onProperty saref4bldg:nominalEnergyConsumption. - owl:onProperty saref4bldg:nominalPartLoadRatio. - owl:onProperty saref4bldg:outletTemperatureMax. - owl:onProperty saref4bldg:outletTemperatureMin. - owl:onProperty saref4bldg:pressureRating. - owl:onProperty saref4bldg:waterInletTemperatureMax. - owl:onProperty saref4bldg:waterInletTemperatureMin. - owl:onProperty saref4bldg:waterStorageCapacity. - owl:onProperty saref4bldg:energySource. - owl:onProperty saref4bldg:isWaterStorageHeater. - owl:onProperty saref4bldg:operatingMode. - owl:onProperty saref4bldg:hasSpace. - owl:onProperty saref4bldg:contains. - owl:onProperty saref4bldg:hasSpace. - owl:onProperty saref4bldg:isSpaceOf. - owl:onProperty saref4bldg:energySource. - owl:onProperty saref4bldg:nominalCapacity. - owl:onProperty saref4bldg:nominalCondensingTemperature. - owl:onProperty saref4bldg:nominalEfficiency. - owl:onProperty saref4bldg:nominalEvaporatingTemmperature. - owl:onProperty saref4bldg:nominalHeatRejectionRate. - owl:onProperty saref4bldg:nominalPowerConsumption. - owl:onProperty saref4bldg:airFlowRateMax. - owl:onProperty saref4bldg:airFlowRateMin. - owl:onProperty saref4bldg:nominalLatentCapacity. - owl:onProperty saref4bldg:nominalSensibleCapacity. - owl:onProperty saref4bldg:nominalUa. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:placementType. - owl:onProperty saref4bldg:compressorSpeed. - owl:onProperty saref4bldg:idealCapacity. - owl:onProperty saref4bldg:idealShaftPower. - owl:onProperty saref4bldg:impellerDiameter. - owl:onProperty saref4bldg:nominalCapacity. - owl:onProperty saref4bldg:partLoadRatioMax. - owl:onProperty saref4bldg:partLoadRatioMin. - owl:onProperty saref4bldg:hasHotGasBypass. - owl:onProperty saref4bldg:powerSource. - owl:onProperty saref4bldg:refrigerantClass. - owl:onProperty saref4bldg:externalSurfaceArea. - owl:onProperty saref4bldg:internalRefrigerantVolume. - owl:onProperty saref4bldg:internalSurfaceArea. - owl:onProperty saref4bldg:internalWaterVolume. - owl:onProperty saref4bldg:nominalHeatTransferArea. - owl:onProperty saref4bldg:nominalHeatTransferCoefficient. - owl:onProperty saref4bldg:refrigerantClass. - owl:onProperty saref4bldg:coilLength. - owl:onProperty saref4bldg:coilWidth. - owl:onProperty saref4bldg:nominalCoolingCapacity. - owl:onProperty saref4bldg:nominalHeatingCapacity. - owl:onProperty saref4bldg:nominalReturnWaterTemperatureCooling. - owl:onProperty saref4bldg:nominalReturnWaterTemperatureHeating. - owl:onProperty saref4bldg:nominalSorroundingHumidityCooling. - owl:onProperty saref4bldg:nominalSorroundingTemperatureCooling. - owl:onProperty saref4bldg:nominalSorroundingTemperatureHeating. - owl:onProperty saref4bldg:nominalSupplyWaterTemperatureCooling. - owl:onProperty saref4bldg:nominalSupplyWaterTemperatureHeating. - owl:onProperty saref4bldg:nominalWaterFlowCooling. - owl:onProperty saref4bldg:nominalWaterFlowHeating. - owl:onProperty saref4bldg:waterPressureMax. - owl:onProperty saref4bldg:waterPressureMin. - owl:onProperty saref4bldg:finishColor. - owl:onProperty saref4bldg:integratedLightingType. - owl:onProperty saref4bldg:isFreeHanging. - owl:onProperty saref4bldg:pipeConnectionEnum. - owl:onProperty saref4bldg:waterFlowControlSystemType. - owl:onProperty saref4bldg:ambientDesignDryBulbTemperature. - owl:onProperty saref4bldg:ambientDesignWetBulbTemperature. - owl:onProperty saref4bldg:basinReserveVolume. - owl:onProperty saref4bldg:liftElevationDifference. - owl:onProperty saref4bldg:nominalCapacity. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:waterRequirement. - owl:onProperty saref4bldg:capacityControl. - owl:onProperty saref4bldg:circuitType. - owl:onProperty saref4bldg:controlStrategy. - owl:onProperty saref4bldg:flowArrangement. - owl:onProperty saref4bldg:numberOfCells. - owl:onProperty saref4bldg:sprayType. - owl:onProperty saref4bldg:airFlowRateMax. - owl:onProperty saref4bldg:bladeThickness. - owl:onProperty saref4bldg:closeOffRating. - owl:onProperty saref4bldg:faceArea. - owl:onProperty saref4bldg:frameDepth. - owl:onProperty saref4bldg:frameThickness. - owl:onProperty saref4bldg:leakageFullyClosed. - owl:onProperty saref4bldg:nominalAirFlowRate. - owl:onProperty saref4bldg:openPressureDrop. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:temperatureRating. - owl:onProperty saref4bldg:workingPressureMax. - owl:onProperty saref4bldg:bladeAction. - owl:onProperty saref4bldg:bladeEdge. - owl:onProperty saref4bldg:bladeShape. - owl:onProperty saref4bldg:frameType. - owl:onProperty saref4bldg:numberOfBlades. - owl:onProperty saref4bldg:operation. - owl:onProperty saref4bldg:orientation. - owl:onProperty saref4bldg:airFlowRateMax. - owl:onProperty saref4bldg:airFlowRateMin. - owl:onProperty saref4bldg:hydraulicDiameter. - owl:onProperty saref4bldg:length. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:weight. - owl:onProperty saref4bldg:workingPressureMax. - owl:onProperty saref4bldg:workingPressureMin. - owl:onProperty saref4bldg:hasExteriorInsulation. - owl:onProperty saref4bldg:nominalFrequency. - owl:onProperty saref4bldg:nominalSupplyVoltage. - owl:onProperty saref4bldg:nominalSupplyVoltageMin. - owl:onProperty saref4bldg:electricGeneratorEfficiency. - owl:onProperty saref4bldg:powerOutputMax. - owl:onProperty saref4bldg:startCurrentFactor. - owl:onProperty saref4bldg:electricMotorEfficiency. - owl:onProperty saref4bldg:lockedRotorCurrent. - owl:onProperty saref4bldg:powerOutputMax. - owl:onProperty saref4bldg:startCurrentFactor. - owl:onProperty saref4bldg:startingTime. - owl:onProperty saref4bldg:teTime. - owl:onProperty saref4bldg:frameSize. - owl:onProperty saref4bldg:hasPartWinding. - owl:onProperty saref4bldg:isGuarded. - owl:onProperty saref4bldg:motorEnclosureType. - owl:onProperty saref4bldg:energySource. - owl:onProperty saref4bldg:heatExchangeArea. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:waterRequirement. - owl:onProperty saref4bldg:flowArrangement. - owl:onProperty saref4bldg:externalSurfaceArea. - owl:onProperty saref4bldg:internalRefrigerantVolume. - owl:onProperty saref4bldg:internalSurfaceArea. - owl:onProperty saref4bldg:internalWaterVolume. - owl:onProperty saref4bldg:nominalHeatTransferArea. - owl:onProperty saref4bldg:nominalHeatTransferCoefficient. - owl:onProperty saref4bldg:evaporationCoolant. - owl:onProperty saref4bldg:evaporationMediumType. - owl:onProperty saref4bldg:refrigerantClass. - owl:onProperty saref4bldg:nominalAirFlowRate. - owl:onProperty saref4bldg:nominalPowerRate. - owl:onProperty saref4bldg:nominalRotationSpeed. - owl:onProperty saref4bldg:nominalStaticPressure. - owl:onProperty saref4bldg:nominalTotalPressure. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:operationalRiterial. - owl:onProperty saref4bldg:capacityControlType. - owl:onProperty saref4bldg:motorDriveType. - owl:onProperty saref4bldg:finalResistance. - owl:onProperty saref4bldg:fluidFlowRateMax. - owl:onProperty saref4bldg:fluidFlowRateMin. - owl:onProperty saref4bldg:initialResistance. - owl:onProperty saref4bldg:nominalFilterFaceVelocity. - owl:onProperty saref4bldg:nominalFlowRate. - owl:onProperty saref4bldg:nominalMediaSurfaceVelocity. - owl:onProperty saref4bldg:nominalParticleGeometricMeanDiameter. - owl:onProperty saref4bldg:nominalParticleGeometricStandardDeviation. - owl:onProperty saref4bldg:nominalPressureDrop. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:weight. - owl:onProperty saref4bldg:readOutType. - owl:onProperty saref4bldg:remoteReading. - owl:onProperty saref4bldg:arrangement. - owl:onProperty saref4bldg:nominalAirFlowRate. - owl:onProperty saref4bldg:nominalMoistureGain. - owl:onProperty saref4bldg:waterRequirement. - owl:onProperty saref4bldg:weight. - owl:onProperty saref4bldg:application. - owl:onProperty saref4bldg:internalControl. - owl:onProperty saref4bldg:coverLength. - owl:onProperty saref4bldg:coverWidth. - owl:onProperty saref4bldg:inletConnectionSize. - owl:onProperty saref4bldg:nominalBodyDepth. - owl:onProperty saref4bldg:nominalBodyLength. - owl:onProperty saref4bldg:nominalBodyWidth. - owl:onProperty saref4bldg:outletConnectionSize. - owl:onProperty saref4bldg:ventilatingPipeSize. - owl:onProperty saref4bldg:colorTemperature. - owl:onProperty saref4bldg:contributedLuminousFlux. - owl:onProperty saref4bldg:lampMaintenanceFactor. - owl:onProperty saref4bldg:lightEmitterNominalPower. - owl:onProperty saref4bldg:spectrumMax. - owl:onProperty saref4bldg:spectrumMin. - owl:onProperty saref4bldg:colorAppearance. - owl:onProperty saref4bldg:colorRenderingIndex. - owl:onProperty saref4bldg:lampBallastType. - owl:onProperty saref4bldg:lampCompensationType. - owl:onProperty saref4bldg:isPluggableOutlet. - owl:onProperty saref4bldg:numberOsSockets. - owl:onProperty saref4bldg:contains. - owl:onProperty saref4bldg:isContainedIn. - owl:onProperty saref4bldg:limitingTerminalSize. - owl:onProperty saref4bldg:standard. - owl:onProperty saref4bldg:connectionSize. - owl:onProperty saref4bldg:flowResistanceMax. - owl:onProperty saref4bldg:flowResistanceMin. - owl:onProperty saref4bldg:netPositiveSuctionHead. - owl:onProperty saref4bldg:nomminalRotationSpeed. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:pumpFlowRateMax. - owl:onProperty saref4bldg:pumpFlowRateMin. - owl:onProperty saref4bldg:solarReflectance. - owl:onProperty saref4bldg:solarTransmittance. - owl:onProperty saref4bldg:thermalTransmittance. - owl:onProperty saref4bldg:visibleLightReflectance. - owl:onProperty saref4bldg:visibleLightTransmittance. - owl:onProperty saref4bldg:isExternal. - owl:onProperty saref4bldg:mechanicalOperated. - owl:onProperty saref4bldg:roughness. - owl:onProperty saref4bldg:shadingDeviceType. - owl:onProperty saref4bldg:bodyMass. - owl:onProperty saref4bldg:outputCapacity. - owl:onProperty saref4bldg:thermalEfficiency. - owl:onProperty saref4bldg:thermalMassHeatCapacity. - owl:onProperty saref4bldg:energySource. - owl:onProperty saref4bldg:heatTransferDimension. - owl:onProperty saref4bldg:heatTransferMedium. - owl:onProperty saref4bldg:numberOfPanels. - owl:onProperty saref4bldg:numberOfSections. - owl:onProperty saref4bldg:placementType. - owl:onProperty saref4bldg:temperatureClassification. - owl:onProperty saref4bldg:hasLock. - owl:onProperty saref4bldg:isIlluminated. - owl:onProperty saref4bldg:legend. - owl:onProperty saref4bldg:numberOfGangs. - owl:onProperty saref4bldg:switchFunction. - owl:onProperty saref4bldg:effectiveCapacity. - owl:onProperty saref4bldg:firstCurvatureRadius. - owl:onProperty saref4bldg:nominalDepth. - owl:onProperty saref4bldg:nominalLengthOrDiameter. - owl:onProperty saref4bldg:nominalVolumetricCapacity. - owl:onProperty saref4bldg:nominalWidthOrDiameter. - owl:onProperty saref4bldg:operatingWeight. - owl:onProperty saref4bldg:secondCurvatureRadius. - owl:onProperty saref4bldg:accessType. - owl:onProperty saref4bldg:endShapeType. - owl:onProperty saref4bldg:numberOfSections. - owl:onProperty saref4bldg:patternType. - owl:onProperty saref4bldg:storageType. - owl:onProperty saref4bldg:apparentPowerMax. - owl:onProperty saref4bldg:imaginaryImpedanceRatio. - owl:onProperty saref4bldg:primaryApparentPower. - owl:onProperty saref4bldg:primaryCurrent. - owl:onProperty saref4bldg:primaryFrequency. - owl:onProperty saref4bldg:primaryVoltage. - owl:onProperty saref4bldg:realImpedanceRatio. - owl:onProperty saref4bldg:secondaryApparentPower. - owl:onProperty saref4bldg:secondaryCurrent. - owl:onProperty saref4bldg:secondaryFrequency. - owl:onProperty saref4bldg:secondaryVoltage. - owl:onProperty saref4bldg:isNeutralPrimaryTerminalAvailable. - owl:onProperty saref4bldg:isNeutralSecondaryTerminalAvailable. - owl:onProperty saref4bldg:secondaryCurrentType. - owl:onProperty saref4bldg:transformerVectorGroup. - owl:onProperty saref4bldg:capacityWeight. - owl:onProperty saref4bldg:capacityPeople. - owl:onProperty saref4bldg:fireExit. - owl:onProperty saref4bldg:foulingFactor. - owl:onProperty saref4bldg:horizontalSpacing. - owl:onProperty saref4bldg:inLineRowSpacing. - owl:onProperty saref4bldg:insideDiameter. - owl:onProperty saref4bldg:length. - owl:onProperty saref4bldg:nominalDiameter. - owl:onProperty saref4bldg:outsideDiameter. - owl:onProperty saref4bldg:staggeredRowSpacing. - owl:onProperty saref4bldg:thermalConductivity. - owl:onProperty saref4bldg:verticalSpacing. - owl:onProperty saref4bldg:volumen. - owl:onProperty saref4bldg:hasTurbulator. - owl:onProperty saref4bldg:numberOfCircuits. - owl:onProperty saref4bldg:numberOfRows. - owl:onProperty saref4bldg:closeOffRating. - owl:onProperty saref4bldg:flowCoefficient. - owl:onProperty saref4bldg:size. - owl:onProperty saref4bldg:testPressure. - owl:onProperty saref4bldg:workingPressure. - owl:onProperty saref4bldg:valveMechanism. - owl:onProperty saref4bldg:valveOperation. - owl:onProperty saref4bldg:valvePattern. - owl:onProperty saref4bldg:height. - owl:onProperty saref4bldg:isolatorCompressibility. - owl:onProperty saref4bldg:isolatorStaticDeflection. - owl:onProperty saref4bldg:supportedWeightMax. - owl:onProperty saref4bldg:vibrationTransmissibility. - owl:onProperty saref-core:isMeasuredIn. - owl:onProperty saref-core:relatesToProperty. - owl:onProperty saref-core:isMeasuredIn. - owl:onProperty saref-core:relatesToProperty. - owl:onProperty saref-core:hasTimestamp. - owl:onProperty s4envi:hasFrequencyMeasurement. - owl:onProperty saref4ehaw:hasValues. - owl:onProperty saref-core:controlsProperty. - owl:onProperty saref-core:makesMeasurement. - owl:onProperty saref-core:measuresProperty. - owl:onProperty saref-core:isMeasurementOf. - owl:onProperty saref-core:isMeasuredIn. - owl:onProperty saref-core:relatesToProperty. - owl:onProperty saref-core:isMeasuredIn. - owl:onProperty saref-core:relatesToProperty. - owl:onProperty saref-core:hasTimestamp. - owl:onProperty saref-core:hasValue. - owl:onProperty saref-core:isControlledByDevice. - owl:onProperty saref-core:isMeasuredByDevice. - owl:onProperty saref-core:relatesToMeasurement. - owl:onProperty s4city:takesPlaceAtFacility. - owl:onProperty ns6:isLocatedIn. - owl:onProperty ns6:isLocatedNear. - owl:onProperty ns6:takesPlaceAt. - owl:onProperty ns6:isLocatedOn. - owl:onProperty ssn-system:hasSystemCapability. - owl:onProperty saref-core:hasProperty. - owl:onProperty ns6:featureIsMeasuredByDevice. - owl:onProperty saref-core:hasProperty. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:onClass :Condition. - owl:onClass :Condition. - owl:onClass :Condition. - owl:onClass :Condition. - owl:onClass :Condition. - owl:onClass :Condition. - owl:onClass :Condition. - owl:onClass SensorsAndWearables:Axis. - owl:onClass saref-core:Function. - owl:onClass saref-core:Task. - owl:onClass saref-core:Function. - owl:onClass saref-core:Measurement. - owl:onClass saref-core:Command. - owl:onClass saref-core:UnitOfMeasure. - owl:onClass saref-core:Property. - owl:onClass saref-core:Device. - owl:onClass saref-core:Function. - owl:onClass saref-core:UnitOfMeasure. - owl:onClass saref-core:Property. - owl:onClass saref-core:UnitOfMeasure. - owl:onClass saref-core:Property. -:BrushingTeethActivityPrediction owl:equivalentClass . -:CookingFoodOvenActivityPrediction owl:equivalentClass . -:CookingFoodStovetopActivityPrediction owl:equivalentClass . -:DrinkPreparationActivityPrediction owl:equivalentClass . -:EatingActivityPrediction owl:equivalentClass . -:NonRoutineBrushingTeethActivityPrediction owl:equivalentClass . -:NonRoutineBrushingTeethActivityPrediction owl:equivalentClass . -:NonRoutineCookingFoodOvenActivityPrediction owl:equivalentClass . -:NonRoutineCookingFoodOvenActivityPrediction owl:equivalentClass . -:NonRoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . -:NonRoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . -:NonRoutineDrinkPreparationActivityPrediction owl:equivalentClass . -:NonRoutineDrinkPreparationActivityPrediction owl:equivalentClass . -:NonRoutineEatingActivityPrediction owl:equivalentClass . -:NonRoutineEatingActivityPrediction owl:equivalentClass . -:NonRoutinePreparingHotMealActivityPrediction owl:equivalentClass . -:NonRoutinePreparingHotMealActivityPrediction owl:equivalentClass . -:NonRoutineShoweringActivityPrediction owl:equivalentClass . -:NonRoutineShoweringActivityPrediction owl:equivalentClass . -:NonRoutineSleepingActivityPrediction owl:equivalentClass . -:NonRoutineSleepingActivityPrediction owl:equivalentClass . -:NonRoutineToiletingActivityPrediction owl:equivalentClass . -:NonRoutineToiletingActivityPrediction owl:equivalentClass . -:NonRoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . -:NonRoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . -:NonRoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . -:NonRoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . -:PreparingHotMealActivityPrediction owl:equivalentClass . -:RoutineBrushingTeethActivityPrediction owl:equivalentClass . -:RoutineBrushingTeethActivityPrediction owl:equivalentClass . -:RoutineCookingFoodOvenActivityPrediction owl:equivalentClass . -:RoutineCookingFoodOvenActivityPrediction owl:equivalentClass . -:RoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . -:RoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . -:RoutineDrinkPreparationActivityPrediction owl:equivalentClass . -:RoutineDrinkPreparationActivityPrediction owl:equivalentClass . -:RoutineEatingActivityPrediction owl:equivalentClass . -:RoutineEatingActivityPrediction owl:equivalentClass . -:RoutinePreparingHotMealActivityPrediction owl:equivalentClass . -:RoutinePreparingHotMealActivityPrediction owl:equivalentClass . -:RoutineShoweringActivityPrediction owl:equivalentClass . -:RoutineShoweringActivityPrediction owl:equivalentClass . -:RoutineSleepingActivityPrediction owl:equivalentClass . -:RoutineSleepingActivityPrediction owl:equivalentClass . -:RoutineToiletingActivityPrediction owl:equivalentClass . -:RoutineToiletingActivityPrediction owl:equivalentClass . -:RoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . -:RoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . -:RoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . -:RoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . -:ShoweringActivityPrediction owl:equivalentClass . -:SleepingActivityPrediction owl:equivalentClass . -:ToiletingActivityPrediction owl:equivalentClass . -:UserWithBrushingTeethRoutine owl:equivalentClass . -:UserWithCookingFoodOvenRoutine owl:equivalentClass . -:UserWithCookingFoodStovetopRoutine owl:equivalentClass . -:UserWithDrinkPreparationRoutine owl:equivalentClass . -:UserWithEatingRoutine owl:equivalentClass . -:UserWithPreparingHotMealRoutine owl:equivalentClass . -:UserWithShoweringRoutine owl:equivalentClass . -:UserWithSleepingRoutine owl:equivalentClass . -:UserWithToiletingRoutine owl:equivalentClass . -:UserWithUsingMobilePhoneRoutine owl:equivalentClass . -:UserWithWatchingTVActivelyRoutine owl:equivalentClass . -:UserWithoutBrushingTeethRoutine owl:equivalentClass . -:UserWithoutCookingFoodOvenRoutine owl:equivalentClass . -:UserWithoutCookingFoodStovetopRoutine owl:equivalentClass . -:UserWithoutDrinkPreparationRoutine owl:equivalentClass . -:UserWithoutEatingRoutine owl:equivalentClass . -:UserWithoutPreparingHotMealRoutine owl:equivalentClass . -:UserWithoutShoweringRoutine owl:equivalentClass . -:UserWithoutSleepingRoutine owl:equivalentClass . -:UserWithoutToiletingRoutine owl:equivalentClass . -:UserWithoutUsingMobilePhoneRoutine owl:equivalentClass . -:UserWithoutWatchingTVActivelyRoutine owl:equivalentClass . -:UsingMobilePhoneActivityPrediction owl:equivalentClass . -:WatchingTVActivelyActivityPrediction owl:equivalentClass . + owl:onProperty :hasCondition. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty :elseResultCondition. + owl:onProperty :hasCondition. + owl:onProperty :ifResultCondition. + owl:onProperty :forProperty. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty :hasCondition. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty :isMinimumThreshold. + owl:onProperty :firstCondition. + owl:onProperty :secondCondition. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty saref-core:hasValue. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:predicts. + owl:onProperty ActivityRecognition:hasExplanation. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty eep:implements. + owl:onProperty ActivityRecognition:hasExplanation. + owl:onProperty eep:madeBy. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty SensorsAndWearables:hasAxis. + owl:onProperty saref-core:measuresProperty. + owl:onProperty ns5:belongsTo. + owl:onProperty eep:madeBy. + owl:onProperty eep:onQuality. + owl:onProperty eep:usedProcedure. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:consistsOf. + owl:onProperty saref-core:controlsProperty. + owl:onProperty saref-core:hasProfile. + owl:onProperty saref-core:hasState. + owl:onProperty saref-core:isUsedFor. + owl:onProperty saref-core:makesMeasurement. + owl:onProperty saref-core:measuresProperty. + owl:onProperty saref-core:offers. + owl:onProperty saref-core:accomplishes. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:hasManufacturer. + owl:onProperty saref-core:hasModel. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:hasState. + owl:onProperty saref-core:hasThresholdMeasurement. + owl:onProperty saref-core:hasProperty. + owl:onProperty saref-core:hasMeasurement. + owl:onProperty saref-core:hasCommand. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:hasState. + owl:onProperty saref-core:controlsProperty. + owl:onProperty saref-core:offers. + owl:onProperty saref-core:isMeasurementOf. + owl:onProperty saref-core:isMeasuredIn. + owl:onProperty saref-core:relatesToProperty. + owl:onProperty saref-core:isMeasuredIn. + owl:onProperty saref-core:relatesToProperty. + owl:onProperty saref-core:hasTimestamp. + owl:onProperty saref-core:hasValue. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:hasMeterReading. + owl:onProperty saref-core:hasMeterReadingType. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:consistsOf. + owl:onProperty saref-core:hasPrice. + owl:onProperty saref-core:hasTime. + owl:onProperty saref-core:isAbout. + owl:onProperty saref-core:isControlledByDevice. + owl:onProperty saref-core:isMeasuredByDevice. + owl:onProperty saref-core:isPropertyOf. + owl:onProperty saref-core:relatesToMeasurement. + owl:onProperty saref-core:hasSensingRange. + owl:onProperty saref-core:hasSensorType. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:isOfferedBy. + owl:onProperty saref-core:represents. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:measuresProperty. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:isOfferedBy. + owl:onProperty saref-core:represents. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:measuresProperty. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref4bldg:failPosition. + owl:onProperty saref4bldg:manualOverride. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:primaryAirFlowRateMax. + owl:onProperty saref4bldg:primaryAirFlowRateMin. + owl:onProperty saref4bldg:secondaryAirFlowRateMax. + owl:onProperty saref4bldg:secondaryAirFlowRateMin. + owl:onProperty saref4bldg:hasDefrost. + owl:onProperty saref4bldg:heatTransferTypeEnum. + owl:onProperty saref4bldg:audioVolume. + owl:onProperty saref4bldg:mediaSource. + owl:onProperty saref4bldg:heatTransferSurfaceArea. + owl:onProperty saref4bldg:nominalEnergyConsumption. + owl:onProperty saref4bldg:nominalPartLoadRatio. + owl:onProperty saref4bldg:outletTemperatureMax. + owl:onProperty saref4bldg:outletTemperatureMin. + owl:onProperty saref4bldg:pressureRating. + owl:onProperty saref4bldg:waterInletTemperatureMax. + owl:onProperty saref4bldg:waterInletTemperatureMin. + owl:onProperty saref4bldg:waterStorageCapacity. + owl:onProperty saref4bldg:energySource. + owl:onProperty saref4bldg:isWaterStorageHeater. + owl:onProperty saref4bldg:operatingMode. + owl:onProperty saref4bldg:hasSpace. + owl:onProperty saref4bldg:contains. + owl:onProperty saref4bldg:hasSpace. + owl:onProperty saref4bldg:isSpaceOf. + owl:onProperty saref4bldg:energySource. + owl:onProperty saref4bldg:nominalCapacity. + owl:onProperty saref4bldg:nominalCondensingTemperature. + owl:onProperty saref4bldg:nominalEfficiency. + owl:onProperty saref4bldg:nominalEvaporatingTemmperature. + owl:onProperty saref4bldg:nominalHeatRejectionRate. + owl:onProperty saref4bldg:nominalPowerConsumption. + owl:onProperty saref4bldg:airFlowRateMax. + owl:onProperty saref4bldg:airFlowRateMin. + owl:onProperty saref4bldg:nominalLatentCapacity. + owl:onProperty saref4bldg:nominalSensibleCapacity. + owl:onProperty saref4bldg:nominalUa. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:placementType. + owl:onProperty saref4bldg:compressorSpeed. + owl:onProperty saref4bldg:idealCapacity. + owl:onProperty saref4bldg:idealShaftPower. + owl:onProperty saref4bldg:impellerDiameter. + owl:onProperty saref4bldg:nominalCapacity. + owl:onProperty saref4bldg:partLoadRatioMax. + owl:onProperty saref4bldg:partLoadRatioMin. + owl:onProperty saref4bldg:hasHotGasBypass. + owl:onProperty saref4bldg:powerSource. + owl:onProperty saref4bldg:refrigerantClass. + owl:onProperty saref4bldg:externalSurfaceArea. + owl:onProperty saref4bldg:internalRefrigerantVolume. + owl:onProperty saref4bldg:internalSurfaceArea. + owl:onProperty saref4bldg:internalWaterVolume. + owl:onProperty saref4bldg:nominalHeatTransferArea. + owl:onProperty saref4bldg:nominalHeatTransferCoefficient. + owl:onProperty saref4bldg:refrigerantClass. + owl:onProperty saref4bldg:coilLength. + owl:onProperty saref4bldg:coilWidth. + owl:onProperty saref4bldg:nominalCoolingCapacity. + owl:onProperty saref4bldg:nominalHeatingCapacity. + owl:onProperty saref4bldg:nominalReturnWaterTemperatureCooling. + owl:onProperty saref4bldg:nominalReturnWaterTemperatureHeating. + owl:onProperty saref4bldg:nominalSorroundingHumidityCooling. + owl:onProperty saref4bldg:nominalSorroundingTemperatureCooling. + owl:onProperty saref4bldg:nominalSorroundingTemperatureHeating. + owl:onProperty saref4bldg:nominalSupplyWaterTemperatureCooling. + owl:onProperty saref4bldg:nominalSupplyWaterTemperatureHeating. + owl:onProperty saref4bldg:nominalWaterFlowCooling. + owl:onProperty saref4bldg:nominalWaterFlowHeating. + owl:onProperty saref4bldg:waterPressureMax. + owl:onProperty saref4bldg:waterPressureMin. + owl:onProperty saref4bldg:finishColor. + owl:onProperty saref4bldg:integratedLightingType. + owl:onProperty saref4bldg:isFreeHanging. + owl:onProperty saref4bldg:pipeConnectionEnum. + owl:onProperty saref4bldg:waterFlowControlSystemType. + owl:onProperty saref4bldg:ambientDesignDryBulbTemperature. + owl:onProperty saref4bldg:ambientDesignWetBulbTemperature. + owl:onProperty saref4bldg:basinReserveVolume. + owl:onProperty saref4bldg:liftElevationDifference. + owl:onProperty saref4bldg:nominalCapacity. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:waterRequirement. + owl:onProperty saref4bldg:capacityControl. + owl:onProperty saref4bldg:circuitType. + owl:onProperty saref4bldg:controlStrategy. + owl:onProperty saref4bldg:flowArrangement. + owl:onProperty saref4bldg:numberOfCells. + owl:onProperty saref4bldg:sprayType. + owl:onProperty saref4bldg:airFlowRateMax. + owl:onProperty saref4bldg:bladeThickness. + owl:onProperty saref4bldg:closeOffRating. + owl:onProperty saref4bldg:faceArea. + owl:onProperty saref4bldg:frameDepth. + owl:onProperty saref4bldg:frameThickness. + owl:onProperty saref4bldg:leakageFullyClosed. + owl:onProperty saref4bldg:nominalAirFlowRate. + owl:onProperty saref4bldg:openPressureDrop. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:temperatureRating. + owl:onProperty saref4bldg:workingPressureMax. + owl:onProperty saref4bldg:bladeAction. + owl:onProperty saref4bldg:bladeEdge. + owl:onProperty saref4bldg:bladeShape. + owl:onProperty saref4bldg:frameType. + owl:onProperty saref4bldg:numberOfBlades. + owl:onProperty saref4bldg:operation. + owl:onProperty saref4bldg:orientation. + owl:onProperty saref4bldg:airFlowRateMax. + owl:onProperty saref4bldg:airFlowRateMin. + owl:onProperty saref4bldg:hydraulicDiameter. + owl:onProperty saref4bldg:length. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:weight. + owl:onProperty saref4bldg:workingPressureMax. + owl:onProperty saref4bldg:workingPressureMin. + owl:onProperty saref4bldg:hasExteriorInsulation. + owl:onProperty saref4bldg:nominalFrequency. + owl:onProperty saref4bldg:nominalSupplyVoltage. + owl:onProperty saref4bldg:nominalSupplyVoltageMin. + owl:onProperty saref4bldg:electricGeneratorEfficiency. + owl:onProperty saref4bldg:powerOutputMax. + owl:onProperty saref4bldg:startCurrentFactor. + owl:onProperty saref4bldg:electricMotorEfficiency. + owl:onProperty saref4bldg:lockedRotorCurrent. + owl:onProperty saref4bldg:powerOutputMax. + owl:onProperty saref4bldg:startCurrentFactor. + owl:onProperty saref4bldg:startingTime. + owl:onProperty saref4bldg:teTime. + owl:onProperty saref4bldg:frameSize. + owl:onProperty saref4bldg:hasPartWinding. + owl:onProperty saref4bldg:isGuarded. + owl:onProperty saref4bldg:motorEnclosureType. + owl:onProperty saref4bldg:energySource. + owl:onProperty saref4bldg:heatExchangeArea. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:waterRequirement. + owl:onProperty saref4bldg:flowArrangement. + owl:onProperty saref4bldg:externalSurfaceArea. + owl:onProperty saref4bldg:internalRefrigerantVolume. + owl:onProperty saref4bldg:internalSurfaceArea. + owl:onProperty saref4bldg:internalWaterVolume. + owl:onProperty saref4bldg:nominalHeatTransferArea. + owl:onProperty saref4bldg:nominalHeatTransferCoefficient. + owl:onProperty saref4bldg:evaporationCoolant. + owl:onProperty saref4bldg:evaporationMediumType. + owl:onProperty saref4bldg:refrigerantClass. + owl:onProperty saref4bldg:nominalAirFlowRate. + owl:onProperty saref4bldg:nominalPowerRate. + owl:onProperty saref4bldg:nominalRotationSpeed. + owl:onProperty saref4bldg:nominalStaticPressure. + owl:onProperty saref4bldg:nominalTotalPressure. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:operationalRiterial. + owl:onProperty saref4bldg:capacityControlType. + owl:onProperty saref4bldg:motorDriveType. + owl:onProperty saref4bldg:finalResistance. + owl:onProperty saref4bldg:fluidFlowRateMax. + owl:onProperty saref4bldg:fluidFlowRateMin. + owl:onProperty saref4bldg:initialResistance. + owl:onProperty saref4bldg:nominalFilterFaceVelocity. + owl:onProperty saref4bldg:nominalFlowRate. + owl:onProperty saref4bldg:nominalMediaSurfaceVelocity. + owl:onProperty saref4bldg:nominalParticleGeometricMeanDiameter. + owl:onProperty saref4bldg:nominalParticleGeometricStandardDeviation. + owl:onProperty saref4bldg:nominalPressureDrop. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:weight. + owl:onProperty saref4bldg:readOutType. + owl:onProperty saref4bldg:remoteReading. + owl:onProperty saref4bldg:arrangement. + owl:onProperty saref4bldg:nominalAirFlowRate. + owl:onProperty saref4bldg:nominalMoistureGain. + owl:onProperty saref4bldg:waterRequirement. + owl:onProperty saref4bldg:weight. + owl:onProperty saref4bldg:application. + owl:onProperty saref4bldg:internalControl. + owl:onProperty saref4bldg:coverLength. + owl:onProperty saref4bldg:coverWidth. + owl:onProperty saref4bldg:inletConnectionSize. + owl:onProperty saref4bldg:nominalBodyDepth. + owl:onProperty saref4bldg:nominalBodyLength. + owl:onProperty saref4bldg:nominalBodyWidth. + owl:onProperty saref4bldg:outletConnectionSize. + owl:onProperty saref4bldg:ventilatingPipeSize. + owl:onProperty saref4bldg:colorTemperature. + owl:onProperty saref4bldg:contributedLuminousFlux. + owl:onProperty saref4bldg:lampMaintenanceFactor. + owl:onProperty saref4bldg:lightEmitterNominalPower. + owl:onProperty saref4bldg:spectrumMax. + owl:onProperty saref4bldg:spectrumMin. + owl:onProperty saref4bldg:colorAppearance. + owl:onProperty saref4bldg:colorRenderingIndex. + owl:onProperty saref4bldg:lampBallastType. + owl:onProperty saref4bldg:lampCompensationType. + owl:onProperty saref4bldg:isPluggableOutlet. + owl:onProperty saref4bldg:numberOsSockets. + owl:onProperty saref4bldg:contains. + owl:onProperty saref4bldg:isContainedIn. + owl:onProperty saref4bldg:limitingTerminalSize. + owl:onProperty saref4bldg:standard. + owl:onProperty saref4bldg:connectionSize. + owl:onProperty saref4bldg:flowResistanceMax. + owl:onProperty saref4bldg:flowResistanceMin. + owl:onProperty saref4bldg:netPositiveSuctionHead. + owl:onProperty saref4bldg:nomminalRotationSpeed. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:pumpFlowRateMax. + owl:onProperty saref4bldg:pumpFlowRateMin. + owl:onProperty saref4bldg:solarReflectance. + owl:onProperty saref4bldg:solarTransmittance. + owl:onProperty saref4bldg:thermalTransmittance. + owl:onProperty saref4bldg:visibleLightReflectance. + owl:onProperty saref4bldg:visibleLightTransmittance. + owl:onProperty saref4bldg:isExternal. + owl:onProperty saref4bldg:mechanicalOperated. + owl:onProperty saref4bldg:roughness. + owl:onProperty saref4bldg:shadingDeviceType. + owl:onProperty saref4bldg:bodyMass. + owl:onProperty saref4bldg:outputCapacity. + owl:onProperty saref4bldg:thermalEfficiency. + owl:onProperty saref4bldg:thermalMassHeatCapacity. + owl:onProperty saref4bldg:energySource. + owl:onProperty saref4bldg:heatTransferDimension. + owl:onProperty saref4bldg:heatTransferMedium. + owl:onProperty saref4bldg:numberOfPanels. + owl:onProperty saref4bldg:numberOfSections. + owl:onProperty saref4bldg:placementType. + owl:onProperty saref4bldg:temperatureClassification. + owl:onProperty saref4bldg:hasLock. + owl:onProperty saref4bldg:isIlluminated. + owl:onProperty saref4bldg:legend. + owl:onProperty saref4bldg:numberOfGangs. + owl:onProperty saref4bldg:switchFunction. + owl:onProperty saref4bldg:effectiveCapacity. + owl:onProperty saref4bldg:firstCurvatureRadius. + owl:onProperty saref4bldg:nominalDepth. + owl:onProperty saref4bldg:nominalLengthOrDiameter. + owl:onProperty saref4bldg:nominalVolumetricCapacity. + owl:onProperty saref4bldg:nominalWidthOrDiameter. + owl:onProperty saref4bldg:operatingWeight. + owl:onProperty saref4bldg:secondCurvatureRadius. + owl:onProperty saref4bldg:accessType. + owl:onProperty saref4bldg:endShapeType. + owl:onProperty saref4bldg:numberOfSections. + owl:onProperty saref4bldg:patternType. + owl:onProperty saref4bldg:storageType. + owl:onProperty saref4bldg:apparentPowerMax. + owl:onProperty saref4bldg:imaginaryImpedanceRatio. + owl:onProperty saref4bldg:primaryApparentPower. + owl:onProperty saref4bldg:primaryCurrent. + owl:onProperty saref4bldg:primaryFrequency. + owl:onProperty saref4bldg:primaryVoltage. + owl:onProperty saref4bldg:realImpedanceRatio. + owl:onProperty saref4bldg:secondaryApparentPower. + owl:onProperty saref4bldg:secondaryCurrent. + owl:onProperty saref4bldg:secondaryFrequency. + owl:onProperty saref4bldg:secondaryVoltage. + owl:onProperty saref4bldg:isNeutralPrimaryTerminalAvailable. + owl:onProperty saref4bldg:isNeutralSecondaryTerminalAvailable. + owl:onProperty saref4bldg:secondaryCurrentType. + owl:onProperty saref4bldg:transformerVectorGroup. + owl:onProperty saref4bldg:capacityWeight. + owl:onProperty saref4bldg:capacityPeople. + owl:onProperty saref4bldg:fireExit. + owl:onProperty saref4bldg:foulingFactor. + owl:onProperty saref4bldg:horizontalSpacing. + owl:onProperty saref4bldg:inLineRowSpacing. + owl:onProperty saref4bldg:insideDiameter. + owl:onProperty saref4bldg:length. + owl:onProperty saref4bldg:nominalDiameter. + owl:onProperty saref4bldg:outsideDiameter. + owl:onProperty saref4bldg:staggeredRowSpacing. + owl:onProperty saref4bldg:thermalConductivity. + owl:onProperty saref4bldg:verticalSpacing. + owl:onProperty saref4bldg:volumen. + owl:onProperty saref4bldg:hasTurbulator. + owl:onProperty saref4bldg:numberOfCircuits. + owl:onProperty saref4bldg:numberOfRows. + owl:onProperty saref4bldg:closeOffRating. + owl:onProperty saref4bldg:flowCoefficient. + owl:onProperty saref4bldg:size. + owl:onProperty saref4bldg:testPressure. + owl:onProperty saref4bldg:workingPressure. + owl:onProperty saref4bldg:valveMechanism. + owl:onProperty saref4bldg:valveOperation. + owl:onProperty saref4bldg:valvePattern. + owl:onProperty saref4bldg:height. + owl:onProperty saref4bldg:isolatorCompressibility. + owl:onProperty saref4bldg:isolatorStaticDeflection. + owl:onProperty saref4bldg:supportedWeightMax. + owl:onProperty saref4bldg:vibrationTransmissibility. + owl:onProperty saref-core:isMeasuredIn. + owl:onProperty saref-core:relatesToProperty. + owl:onProperty saref-core:isMeasuredIn. + owl:onProperty saref-core:relatesToProperty. + owl:onProperty saref-core:hasTimestamp. + owl:onProperty s4envi:hasFrequencyMeasurement. + owl:onProperty saref4ehaw:hasValues. + owl:onProperty saref-core:controlsProperty. + owl:onProperty saref-core:makesMeasurement. + owl:onProperty saref-core:measuresProperty. + owl:onProperty saref-core:isMeasurementOf. + owl:onProperty saref-core:isMeasuredIn. + owl:onProperty saref-core:relatesToProperty. + owl:onProperty saref-core:isMeasuredIn. + owl:onProperty saref-core:relatesToProperty. + owl:onProperty saref-core:hasTimestamp. + owl:onProperty saref-core:hasValue. + owl:onProperty saref-core:isControlledByDevice. + owl:onProperty saref-core:isMeasuredByDevice. + owl:onProperty saref-core:relatesToMeasurement. + owl:onProperty s4city:takesPlaceAtFacility. + owl:onProperty ns6:isLocatedIn. + owl:onProperty ns6:isLocatedNear. + owl:onProperty ns6:takesPlaceAt. + owl:onProperty ns6:isLocatedOn. + owl:onProperty ssn-system:hasSystemCapability. + owl:onProperty saref-core:hasProperty. + owl:onProperty ns6:featureIsMeasuredByDevice. + owl:onProperty saref-core:hasProperty. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:onClass :Condition. + owl:onClass :Condition. + owl:onClass :Condition. + owl:onClass :Condition. + owl:onClass :Condition. + owl:onClass :Condition. + owl:onClass :Condition. + owl:onClass SensorsAndWearables:Axis. + owl:onClass saref-core:Function. + owl:onClass saref-core:Task. + owl:onClass saref-core:Function. + owl:onClass saref-core:Measurement. + owl:onClass saref-core:Command. + owl:onClass saref-core:UnitOfMeasure. + owl:onClass saref-core:Property. + owl:onClass saref-core:Device. + owl:onClass saref-core:Function. + owl:onClass saref-core:UnitOfMeasure. + owl:onClass saref-core:Property. + owl:onClass saref-core:UnitOfMeasure. + owl:onClass saref-core:Property. +:BrushingTeethActivityPrediction owl:equivalentClass . +:CookingFoodOvenActivityPrediction owl:equivalentClass . +:CookingFoodStovetopActivityPrediction owl:equivalentClass . +:DrinkPreparationActivityPrediction owl:equivalentClass . +:EatingActivityPrediction owl:equivalentClass . +:NonRoutineBrushingTeethActivityPrediction owl:equivalentClass . +:NonRoutineBrushingTeethActivityPrediction owl:equivalentClass . +:NonRoutineCookingFoodOvenActivityPrediction owl:equivalentClass . +:NonRoutineCookingFoodOvenActivityPrediction owl:equivalentClass . +:NonRoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . +:NonRoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . +:NonRoutineDrinkPreparationActivityPrediction owl:equivalentClass . +:NonRoutineDrinkPreparationActivityPrediction owl:equivalentClass . +:NonRoutineEatingActivityPrediction owl:equivalentClass . +:NonRoutineEatingActivityPrediction owl:equivalentClass . +:NonRoutinePreparingHotMealActivityPrediction owl:equivalentClass . +:NonRoutinePreparingHotMealActivityPrediction owl:equivalentClass . +:NonRoutineShoweringActivityPrediction owl:equivalentClass . +:NonRoutineShoweringActivityPrediction owl:equivalentClass . +:NonRoutineSleepingActivityPrediction owl:equivalentClass . +:NonRoutineSleepingActivityPrediction owl:equivalentClass . +:NonRoutineToiletingActivityPrediction owl:equivalentClass . +:NonRoutineToiletingActivityPrediction owl:equivalentClass . +:NonRoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . +:NonRoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . +:NonRoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . +:NonRoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . +:PreparingHotMealActivityPrediction owl:equivalentClass . +:RoutineBrushingTeethActivityPrediction owl:equivalentClass . +:RoutineBrushingTeethActivityPrediction owl:equivalentClass . +:RoutineCookingFoodOvenActivityPrediction owl:equivalentClass . +:RoutineCookingFoodOvenActivityPrediction owl:equivalentClass . +:RoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . +:RoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . +:RoutineDrinkPreparationActivityPrediction owl:equivalentClass . +:RoutineDrinkPreparationActivityPrediction owl:equivalentClass . +:RoutineEatingActivityPrediction owl:equivalentClass . +:RoutineEatingActivityPrediction owl:equivalentClass . +:RoutinePreparingHotMealActivityPrediction owl:equivalentClass . +:RoutinePreparingHotMealActivityPrediction owl:equivalentClass . +:RoutineShoweringActivityPrediction owl:equivalentClass . +:RoutineShoweringActivityPrediction owl:equivalentClass . +:RoutineSleepingActivityPrediction owl:equivalentClass . +:RoutineSleepingActivityPrediction owl:equivalentClass . +:RoutineToiletingActivityPrediction owl:equivalentClass . +:RoutineToiletingActivityPrediction owl:equivalentClass . +:RoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . +:RoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . +:RoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . +:RoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . +:ShoweringActivityPrediction owl:equivalentClass . +:SleepingActivityPrediction owl:equivalentClass . +:ToiletingActivityPrediction owl:equivalentClass . +:UserWithBrushingTeethRoutine owl:equivalentClass . +:UserWithCookingFoodOvenRoutine owl:equivalentClass . +:UserWithCookingFoodStovetopRoutine owl:equivalentClass . +:UserWithDrinkPreparationRoutine owl:equivalentClass . +:UserWithEatingRoutine owl:equivalentClass . +:UserWithPreparingHotMealRoutine owl:equivalentClass . +:UserWithShoweringRoutine owl:equivalentClass . +:UserWithSleepingRoutine owl:equivalentClass . +:UserWithToiletingRoutine owl:equivalentClass . +:UserWithUsingMobilePhoneRoutine owl:equivalentClass . +:UserWithWatchingTVActivelyRoutine owl:equivalentClass . +:UserWithoutBrushingTeethRoutine owl:equivalentClass . +:UserWithoutCookingFoodOvenRoutine owl:equivalentClass . +:UserWithoutCookingFoodStovetopRoutine owl:equivalentClass . +:UserWithoutDrinkPreparationRoutine owl:equivalentClass . +:UserWithoutEatingRoutine owl:equivalentClass . +:UserWithoutPreparingHotMealRoutine owl:equivalentClass . +:UserWithoutShoweringRoutine owl:equivalentClass . +:UserWithoutSleepingRoutine owl:equivalentClass . +:UserWithoutToiletingRoutine owl:equivalentClass . +:UserWithoutUsingMobilePhoneRoutine owl:equivalentClass . +:UserWithoutWatchingTVActivelyRoutine owl:equivalentClass . +:UsingMobilePhoneActivityPrediction owl:equivalentClass . +:WatchingTVActivelyActivityPrediction owl:equivalentClass . saref4ehaw:Contact owl:equivalentClass saref4ehaw:HealthActor. - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (:BrushingTeethActivityPrediction :NonRoutineActivityPrediction). - owl:intersectionOf (:BrushingTeethActivityPrediction ). - owl:intersectionOf (:CookingFoodOvenActivityPrediction :NonRoutineActivityPrediction). - owl:intersectionOf (:CookingFoodOvenActivityPrediction ). - owl:intersectionOf (:CookingFoodStovetopActivityPrediction :NonRoutineActivityPrediction). - owl:intersectionOf (:CookingFoodStovetopActivityPrediction ). - owl:intersectionOf (:DrinkPreparationActivityPrediction :NonRoutineActivityPrediction). - owl:intersectionOf (:DrinkPreparationActivityPrediction ). - owl:intersectionOf (:EatingActivityPrediction :NonRoutineActivityPrediction). - owl:intersectionOf (:EatingActivityPrediction ). - owl:intersectionOf (:NonRoutineActivityPrediction :PreparingHotMealActivityPrediction). - owl:intersectionOf (:PreparingHotMealActivityPrediction ). - owl:intersectionOf (:NonRoutineActivityPrediction :ShoweringActivityPrediction). - owl:intersectionOf (:ShoweringActivityPrediction ). - owl:intersectionOf (:NonRoutineActivityPrediction :SleepingActivityPrediction). - owl:intersectionOf (:SleepingActivityPrediction ). - owl:intersectionOf (:NonRoutineActivityPrediction :ToiletingActivityPrediction). - owl:intersectionOf (:ToiletingActivityPrediction ). - owl:intersectionOf (:NonRoutineActivityPrediction :UsingMobilePhoneActivityPrediction). - owl:intersectionOf (:UsingMobilePhoneActivityPrediction ). - owl:intersectionOf (:NonRoutineActivityPrediction :WatchingTVActivelyActivityPrediction). - owl:intersectionOf (:WatchingTVActivelyActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (:BrushingTeethActivityPrediction :RoutineActivityPrediction). - owl:intersectionOf (:BrushingTeethActivityPrediction ). - owl:intersectionOf (:CookingFoodOvenActivityPrediction :RoutineActivityPrediction). - owl:intersectionOf (:CookingFoodOvenActivityPrediction ). - owl:intersectionOf (:CookingFoodStovetopActivityPrediction :RoutineActivityPrediction). - owl:intersectionOf (:CookingFoodStovetopActivityPrediction ). - owl:intersectionOf (:DrinkPreparationActivityPrediction :RoutineActivityPrediction). - owl:intersectionOf (:DrinkPreparationActivityPrediction ). - owl:intersectionOf (:EatingActivityPrediction :RoutineActivityPrediction). - owl:intersectionOf (:EatingActivityPrediction ). - owl:intersectionOf (:PreparingHotMealActivityPrediction :RoutineActivityPrediction). - owl:intersectionOf (:PreparingHotMealActivityPrediction ). - owl:intersectionOf (:RoutineActivityPrediction :ShoweringActivityPrediction). - owl:intersectionOf (:ShoweringActivityPrediction ). - owl:intersectionOf (:RoutineActivityPrediction :SleepingActivityPrediction). - owl:intersectionOf (:SleepingActivityPrediction ). - owl:intersectionOf (:RoutineActivityPrediction :ToiletingActivityPrediction). - owl:intersectionOf (:ToiletingActivityPrediction ). - owl:intersectionOf (:RoutineActivityPrediction :UsingMobilePhoneActivityPrediction). - owl:intersectionOf (:UsingMobilePhoneActivityPrediction ). - owl:intersectionOf (:RoutineActivityPrediction :WatchingTVActivelyActivityPrediction). - owl:intersectionOf (:WatchingTVActivelyActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ns6:Wearable ). - owl:intersectionOf (ns6:Wearable ). - owl:intersectionOf (ns6:Wearable ). - owl:intersectionOf (ns6:LivingOrganism ). - owl:someValuesFrom ActivityRecognition:BrushingTeeth. - owl:someValuesFrom ActivityRecognition:CookingFoodOven. - owl:someValuesFrom ActivityRecognition:CookingFoodStovetop. - owl:someValuesFrom ActivityRecognition:DrinkPreparation. - owl:someValuesFrom ActivityRecognition:Eating. - owl:someValuesFrom :UserWithoutBrushingTeethRoutine. - owl:someValuesFrom :UserWithoutCookingFoodOvenRoutine. - owl:someValuesFrom :UserWithoutCookingFoodStovetopRoutine. - owl:someValuesFrom :UserWithoutDrinkPreparationRoutine. - owl:someValuesFrom :UserWithoutEatingRoutine. - owl:someValuesFrom :UserWithoutPreparingHotMealRoutine. - owl:someValuesFrom :UserWithoutShoweringRoutine. - owl:someValuesFrom :UserWithoutSleepingRoutine. - owl:someValuesFrom :UserWithoutToiletingRoutine. - owl:someValuesFrom :UserWithoutUsingMobilePhoneRoutine. - owl:someValuesFrom :UserWithoutWatchingTVActivelyRoutine. - owl:someValuesFrom ActivityRecognition:PreparingHotMeal. - owl:someValuesFrom :UserWithBrushingTeethRoutine. - owl:someValuesFrom :UserWithCookingFoodOvenRoutine. - owl:someValuesFrom :UserWithCookingFoodStovetopRoutine. - owl:someValuesFrom :UserWithDrinkPreparationRoutine. - owl:someValuesFrom :UserWithEatingRoutine. - owl:someValuesFrom :UserWithPreparingHotMealRoutine. - owl:someValuesFrom :UserWithShoweringRoutine. - owl:someValuesFrom :UserWithSleepingRoutine. - owl:someValuesFrom :UserWithToiletingRoutine. - owl:someValuesFrom :UserWithUsingMobilePhoneRoutine. - owl:someValuesFrom :UserWithWatchingTVActivelyRoutine. - owl:someValuesFrom ActivityRecognition:Showering. - owl:someValuesFrom ActivityRecognition:Sleeping. - owl:someValuesFrom ActivityRecognition:Toileting. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:BrushingTeeth. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:CookingFoodOven. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:CookingFoodStovetop. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:DrinkPreparation. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:Eating. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:PreparingHotMeal. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:Showering. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:Sleeping. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:Toileting. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:UsingMobilePhone. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:WatchingTVActively. - owl:someValuesFrom ActivityRecognition:BrushingTeeth. - owl:someValuesFrom ActivityRecognition:CookingFoodOven. - owl:someValuesFrom ActivityRecognition:CookingFoodStovetop. - owl:someValuesFrom ActivityRecognition:DrinkPreparation. - owl:someValuesFrom ActivityRecognition:Eating. - owl:someValuesFrom ActivityRecognition:PreparingHotMeal. - owl:someValuesFrom ActivityRecognition:Showering. - owl:someValuesFrom ActivityRecognition:Sleeping. - owl:someValuesFrom ActivityRecognition:Toileting. - owl:someValuesFrom ActivityRecognition:UsingMobilePhone. - owl:someValuesFrom ActivityRecognition:WatchingTVActively. - owl:someValuesFrom ActivityRecognition:UsingMobilePhone. - owl:someValuesFrom ActivityRecognition:WatchingTVActively. - owl:someValuesFrom ActivityRecognition:Cause. - owl:someValuesFrom ActivityRecognition:Routine. - owl:someValuesFrom ActivityRecognition:Configuration. - owl:someValuesFrom ActivityRecognition:Explanation. - owl:someValuesFrom ActivityRecognition:Model. - owl:someValuesFrom saref4ehaw:Activity. - owl:someValuesFrom ns5:FeatureOfInterest. - owl:someValuesFrom eep:Executor. - owl:someValuesFrom ns5:Quality. - owl:someValuesFrom eep:Procedure. - owl:someValuesFrom saref-core:ActuatingFunction. - owl:someValuesFrom saref-core:OpenCloseState. - owl:someValuesFrom saref-core:OpenCloseFunction. - owl:someValuesFrom saref-core:OpenCloseState. - owl:someValuesFrom saref-core:OnOffFunction. - owl:someValuesFrom saref-core:OnOffState. - owl:someValuesFrom saref-core:Light. - owl:someValuesFrom saref-core:SwitchOnService. - owl:someValuesFrom saref-core:MeteringFunction. - owl:someValuesFrom saref-core:OnOffState. - owl:someValuesFrom saref-core:OnOffState. - owl:someValuesFrom saref-core:OpenCloseState. - owl:someValuesFrom saref-core:Measurement. - owl:someValuesFrom saref-core:SensingFunction. - owl:someValuesFrom saref-core:MultiLevelState. - owl:someValuesFrom saref-core:EventFunction. - owl:someValuesFrom saref-core:SensingFunction. - owl:someValuesFrom saref-core:Smoke. - owl:someValuesFrom saref-core:StartStopState. - owl:someValuesFrom saref-core:MultiLevelState. - owl:someValuesFrom saref-core:MultiLevelState. - owl:someValuesFrom saref-core:StartStopState. - owl:someValuesFrom saref-core:LightSwitch. - owl:someValuesFrom saref-core:OnOffFunction. - owl:someValuesFrom saref-core:SensingFunction. - owl:someValuesFrom saref-core:Temperature. - owl:someValuesFrom ns6:Wearer. - owl:someValuesFrom ns6:Wearer. - owl:someValuesFrom ns6:Wearer. - owl:someValuesFrom ns6:Wearable. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:allValuesFrom . - owl:allValuesFrom saref4ehaw:Activity. - owl:allValuesFrom . - owl:allValuesFrom saref-core:OpenCloseFunction. - owl:allValuesFrom saref-core:State. - owl:allValuesFrom saref-core:Device. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom saref-core:Profile. - owl:allValuesFrom saref-core:State. - owl:allValuesFrom saref-core:Commodity. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom saref-core:Service. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:MeteringFunction. - owl:allValuesFrom saref-core:MeteringFunction. - owl:allValuesFrom saref-core:MeteringFunction. - owl:allValuesFrom saref-core:SensingFunction. - owl:allValuesFrom saref-core:FeatureOfInterest. - owl:allValuesFrom saref-core:UnitOfMeasure. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom xsd:dateTime. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom . - owl:allValuesFrom saref-core:EventFunction. - owl:allValuesFrom saref-core:OnOffFunction. - owl:allValuesFrom saref-core:OnOffFunction. - owl:allValuesFrom saref-core:OpenCloseFunction. - owl:allValuesFrom saref-core:Profile. - owl:allValuesFrom saref-core:Price. - owl:allValuesFrom saref-core:Time. - owl:allValuesFrom . - owl:allValuesFrom saref-core:Device. - owl:allValuesFrom saref-core:Device. - owl:allValuesFrom saref-core:FeatureOfInterest. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom saref-core:LevelControlFunction. - owl:allValuesFrom saref-core:StartStopFunction. - owl:allValuesFrom saref-core:LevelControlFunction. - owl:allValuesFrom saref-core:LevelControlFunction. - owl:allValuesFrom saref-core:StartStopFunction. - owl:allValuesFrom saref-core:OnOffFunction. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref4bldg:BuildingSpace. - owl:allValuesFrom saref4bldg:PhysicalObject. - owl:allValuesFrom saref4bldg:BuildingSpace. - owl:allValuesFrom . - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom saref4bldg:PhysicalObject. - owl:allValuesFrom . - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:positiveInteger. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:UnitOfMeasure. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom xsd:dateTime. - owl:allValuesFrom s4envi:FrequencyMeasurement. - owl:allValuesFrom xsd:decimal. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom saref-core:FeatureOfInterest. - owl:allValuesFrom saref-core:UnitOfMeasure. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom xsd:dateTime. - owl:allValuesFrom saref-core:Device. - owl:allValuesFrom saref-core:Device. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom s4city:Facility. - owl:allValuesFrom geosp:Feature. - owl:allValuesFrom ssn-system:SystemCapability. - owl:allValuesFrom ns6:WearableProperty. - owl:allValuesFrom ns6:WearerProperty. - owl:onDataRange xsd:boolean. - owl:minCardinality "1"^^xsd:nonNegativeInteger. + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (:BrushingTeethActivityPrediction :NonRoutineActivityPrediction). + owl:intersectionOf (:BrushingTeethActivityPrediction ). + owl:intersectionOf (:CookingFoodOvenActivityPrediction :NonRoutineActivityPrediction). + owl:intersectionOf (:CookingFoodOvenActivityPrediction ). + owl:intersectionOf (:CookingFoodStovetopActivityPrediction :NonRoutineActivityPrediction). + owl:intersectionOf (:CookingFoodStovetopActivityPrediction ). + owl:intersectionOf (:DrinkPreparationActivityPrediction :NonRoutineActivityPrediction). + owl:intersectionOf (:DrinkPreparationActivityPrediction ). + owl:intersectionOf (:EatingActivityPrediction :NonRoutineActivityPrediction). + owl:intersectionOf (:EatingActivityPrediction ). + owl:intersectionOf (:NonRoutineActivityPrediction :PreparingHotMealActivityPrediction). + owl:intersectionOf (:PreparingHotMealActivityPrediction ). + owl:intersectionOf (:NonRoutineActivityPrediction :ShoweringActivityPrediction). + owl:intersectionOf (:ShoweringActivityPrediction ). + owl:intersectionOf (:NonRoutineActivityPrediction :SleepingActivityPrediction). + owl:intersectionOf (:SleepingActivityPrediction ). + owl:intersectionOf (:NonRoutineActivityPrediction :ToiletingActivityPrediction). + owl:intersectionOf (:ToiletingActivityPrediction ). + owl:intersectionOf (:NonRoutineActivityPrediction :UsingMobilePhoneActivityPrediction). + owl:intersectionOf (:UsingMobilePhoneActivityPrediction ). + owl:intersectionOf (:NonRoutineActivityPrediction :WatchingTVActivelyActivityPrediction). + owl:intersectionOf (:WatchingTVActivelyActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (:BrushingTeethActivityPrediction :RoutineActivityPrediction). + owl:intersectionOf (:BrushingTeethActivityPrediction ). + owl:intersectionOf (:CookingFoodOvenActivityPrediction :RoutineActivityPrediction). + owl:intersectionOf (:CookingFoodOvenActivityPrediction ). + owl:intersectionOf (:CookingFoodStovetopActivityPrediction :RoutineActivityPrediction). + owl:intersectionOf (:CookingFoodStovetopActivityPrediction ). + owl:intersectionOf (:DrinkPreparationActivityPrediction :RoutineActivityPrediction). + owl:intersectionOf (:DrinkPreparationActivityPrediction ). + owl:intersectionOf (:EatingActivityPrediction :RoutineActivityPrediction). + owl:intersectionOf (:EatingActivityPrediction ). + owl:intersectionOf (:PreparingHotMealActivityPrediction :RoutineActivityPrediction). + owl:intersectionOf (:PreparingHotMealActivityPrediction ). + owl:intersectionOf (:RoutineActivityPrediction :ShoweringActivityPrediction). + owl:intersectionOf (:ShoweringActivityPrediction ). + owl:intersectionOf (:RoutineActivityPrediction :SleepingActivityPrediction). + owl:intersectionOf (:SleepingActivityPrediction ). + owl:intersectionOf (:RoutineActivityPrediction :ToiletingActivityPrediction). + owl:intersectionOf (:ToiletingActivityPrediction ). + owl:intersectionOf (:RoutineActivityPrediction :UsingMobilePhoneActivityPrediction). + owl:intersectionOf (:UsingMobilePhoneActivityPrediction ). + owl:intersectionOf (:RoutineActivityPrediction :WatchingTVActivelyActivityPrediction). + owl:intersectionOf (:WatchingTVActivelyActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ns6:Wearable ). + owl:intersectionOf (ns6:Wearable ). + owl:intersectionOf (ns6:Wearable ). + owl:intersectionOf (ns6:LivingOrganism ). + owl:someValuesFrom ActivityRecognition:BrushingTeeth. + owl:someValuesFrom ActivityRecognition:CookingFoodOven. + owl:someValuesFrom ActivityRecognition:CookingFoodStovetop. + owl:someValuesFrom ActivityRecognition:DrinkPreparation. + owl:someValuesFrom ActivityRecognition:Eating. + owl:someValuesFrom :UserWithoutBrushingTeethRoutine. + owl:someValuesFrom :UserWithoutCookingFoodOvenRoutine. + owl:someValuesFrom :UserWithoutCookingFoodStovetopRoutine. + owl:someValuesFrom :UserWithoutDrinkPreparationRoutine. + owl:someValuesFrom :UserWithoutEatingRoutine. + owl:someValuesFrom :UserWithoutPreparingHotMealRoutine. + owl:someValuesFrom :UserWithoutShoweringRoutine. + owl:someValuesFrom :UserWithoutSleepingRoutine. + owl:someValuesFrom :UserWithoutToiletingRoutine. + owl:someValuesFrom :UserWithoutUsingMobilePhoneRoutine. + owl:someValuesFrom :UserWithoutWatchingTVActivelyRoutine. + owl:someValuesFrom ActivityRecognition:PreparingHotMeal. + owl:someValuesFrom :UserWithBrushingTeethRoutine. + owl:someValuesFrom :UserWithCookingFoodOvenRoutine. + owl:someValuesFrom :UserWithCookingFoodStovetopRoutine. + owl:someValuesFrom :UserWithDrinkPreparationRoutine. + owl:someValuesFrom :UserWithEatingRoutine. + owl:someValuesFrom :UserWithPreparingHotMealRoutine. + owl:someValuesFrom :UserWithShoweringRoutine. + owl:someValuesFrom :UserWithSleepingRoutine. + owl:someValuesFrom :UserWithToiletingRoutine. + owl:someValuesFrom :UserWithUsingMobilePhoneRoutine. + owl:someValuesFrom :UserWithWatchingTVActivelyRoutine. + owl:someValuesFrom ActivityRecognition:Showering. + owl:someValuesFrom ActivityRecognition:Sleeping. + owl:someValuesFrom ActivityRecognition:Toileting. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:BrushingTeeth. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:CookingFoodOven. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:CookingFoodStovetop. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:DrinkPreparation. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:Eating. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:PreparingHotMeal. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:Showering. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:Sleeping. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:Toileting. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:UsingMobilePhone. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:WatchingTVActively. + owl:someValuesFrom ActivityRecognition:BrushingTeeth. + owl:someValuesFrom ActivityRecognition:CookingFoodOven. + owl:someValuesFrom ActivityRecognition:CookingFoodStovetop. + owl:someValuesFrom ActivityRecognition:DrinkPreparation. + owl:someValuesFrom ActivityRecognition:Eating. + owl:someValuesFrom ActivityRecognition:PreparingHotMeal. + owl:someValuesFrom ActivityRecognition:Showering. + owl:someValuesFrom ActivityRecognition:Sleeping. + owl:someValuesFrom ActivityRecognition:Toileting. + owl:someValuesFrom ActivityRecognition:UsingMobilePhone. + owl:someValuesFrom ActivityRecognition:WatchingTVActively. + owl:someValuesFrom ActivityRecognition:UsingMobilePhone. + owl:someValuesFrom ActivityRecognition:WatchingTVActively. + owl:someValuesFrom ActivityRecognition:Cause. + owl:someValuesFrom ActivityRecognition:Routine. + owl:someValuesFrom ActivityRecognition:Configuration. + owl:someValuesFrom ActivityRecognition:Explanation. + owl:someValuesFrom ActivityRecognition:Model. + owl:someValuesFrom saref4ehaw:Activity. + owl:someValuesFrom ns5:FeatureOfInterest. + owl:someValuesFrom eep:Executor. + owl:someValuesFrom ns5:Quality. + owl:someValuesFrom eep:Procedure. + owl:someValuesFrom saref-core:ActuatingFunction. + owl:someValuesFrom saref-core:OpenCloseState. + owl:someValuesFrom saref-core:OpenCloseFunction. + owl:someValuesFrom saref-core:OpenCloseState. + owl:someValuesFrom saref-core:OnOffFunction. + owl:someValuesFrom saref-core:OnOffState. + owl:someValuesFrom saref-core:Light. + owl:someValuesFrom saref-core:SwitchOnService. + owl:someValuesFrom saref-core:MeteringFunction. + owl:someValuesFrom saref-core:OnOffState. + owl:someValuesFrom saref-core:OnOffState. + owl:someValuesFrom saref-core:OpenCloseState. + owl:someValuesFrom saref-core:Measurement. + owl:someValuesFrom saref-core:SensingFunction. + owl:someValuesFrom saref-core:MultiLevelState. + owl:someValuesFrom saref-core:EventFunction. + owl:someValuesFrom saref-core:SensingFunction. + owl:someValuesFrom saref-core:Smoke. + owl:someValuesFrom saref-core:StartStopState. + owl:someValuesFrom saref-core:MultiLevelState. + owl:someValuesFrom saref-core:MultiLevelState. + owl:someValuesFrom saref-core:StartStopState. + owl:someValuesFrom saref-core:LightSwitch. + owl:someValuesFrom saref-core:OnOffFunction. + owl:someValuesFrom saref-core:SensingFunction. + owl:someValuesFrom saref-core:Temperature. + owl:someValuesFrom ns6:Wearer. + owl:someValuesFrom ns6:Wearer. + owl:someValuesFrom ns6:Wearer. + owl:someValuesFrom ns6:Wearable. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:allValuesFrom . + owl:allValuesFrom saref4ehaw:Activity. + owl:allValuesFrom . + owl:allValuesFrom saref-core:OpenCloseFunction. + owl:allValuesFrom saref-core:State. + owl:allValuesFrom saref-core:Device. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom saref-core:Profile. + owl:allValuesFrom saref-core:State. + owl:allValuesFrom saref-core:Commodity. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom saref-core:Service. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:MeteringFunction. + owl:allValuesFrom saref-core:MeteringFunction. + owl:allValuesFrom saref-core:MeteringFunction. + owl:allValuesFrom saref-core:SensingFunction. + owl:allValuesFrom saref-core:FeatureOfInterest. + owl:allValuesFrom saref-core:UnitOfMeasure. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom xsd:dateTime. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom . + owl:allValuesFrom saref-core:EventFunction. + owl:allValuesFrom saref-core:OnOffFunction. + owl:allValuesFrom saref-core:OnOffFunction. + owl:allValuesFrom saref-core:OpenCloseFunction. + owl:allValuesFrom saref-core:Profile. + owl:allValuesFrom saref-core:Price. + owl:allValuesFrom saref-core:Time. + owl:allValuesFrom . + owl:allValuesFrom saref-core:Device. + owl:allValuesFrom saref-core:Device. + owl:allValuesFrom saref-core:FeatureOfInterest. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom saref-core:LevelControlFunction. + owl:allValuesFrom saref-core:StartStopFunction. + owl:allValuesFrom saref-core:LevelControlFunction. + owl:allValuesFrom saref-core:LevelControlFunction. + owl:allValuesFrom saref-core:StartStopFunction. + owl:allValuesFrom saref-core:OnOffFunction. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref4bldg:BuildingSpace. + owl:allValuesFrom saref4bldg:PhysicalObject. + owl:allValuesFrom saref4bldg:BuildingSpace. + owl:allValuesFrom . + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom saref4bldg:PhysicalObject. + owl:allValuesFrom . + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:positiveInteger. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:UnitOfMeasure. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom xsd:dateTime. + owl:allValuesFrom s4envi:FrequencyMeasurement. + owl:allValuesFrom xsd:decimal. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom saref-core:FeatureOfInterest. + owl:allValuesFrom saref-core:UnitOfMeasure. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom xsd:dateTime. + owl:allValuesFrom saref-core:Device. + owl:allValuesFrom saref-core:Device. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom s4city:Facility. + owl:allValuesFrom geosp:Feature. + owl:allValuesFrom ssn-system:SystemCapability. + owl:allValuesFrom ns6:WearableProperty. + owl:allValuesFrom ns6:WearerProperty. + owl:onDataRange xsd:boolean. + owl:minCardinality "1"^^xsd:nonNegativeInteger. :KBActivityRecognitionModel eep:implements :KBActivityRecognitionModelConfig1. :KBActivityRecognitionModelConfig1 :containsRule :brushing_teeth_rule. :KBActivityRecognitionModelConfig1 :containsRule :showering_rule. @@ -4992,7 +4994,7 @@ saref4ehaw:Contact owl:equivalentClass saref4ehaw:HealthActor. :brushing_teeth_condition03 :forProperty :_WearableAcceleration. :showering_condition01 :forProperty :_RelativeHumidity. :toileting_condition01 :forProperty :_EnergyConsumption. -:brushing_teeth_condition02 Sensors:analyseStateOf :_BathRoom. +:brushing_teeth_condition02 Sensors:analyseStateOf :_Room. :brushing_teeth_condition03 Sensors:analyseStateOf :_Patient. :showering_condition01 Sensors:analyseStateOf :_BathRoom. :toileting_condition01 Sensors:analyseStateOf :_Pump. @@ -6563,7 +6565,7 @@ ns6:WearerTemperature rdfs:label "Wearer temperature"@en. terms:creator . terms:creator . terms:creator . - owl:members (SensorsAndWearables:XAxis SensorsAndWearables:YAxis SensorsAndWearables:ZAxis). + owl:members (SensorsAndWearables:XAxis SensorsAndWearables:YAxis SensorsAndWearables:ZAxis). cpannotationschema:relatedCPs . cpannotationschema:relatedCPs . terms:description "The AffectedBy ODP consists of two classes aff:FeatureOfInterest and aff:Quality; and three properties aff:influencedBy, aff:belongsTo, and aff:affectedBy.\n\nThis ODP is a reengineering of the SEAS Feature of Interest ontology (https://ci.mines-stetienne.fr/seas/FeatureOfInterestOntology-1.0). The constraint on the property seas:derivesFrom to be symmetric is unnecessary and sometimes innapropriate. For instance, the temperature of a room may derive from the occupancy of the room; however, it is not necessary that the occupancy derives from the temperature of the room. A new property aff:affectedBy (released from the symmetric constraint) is defined in the AffectedBy ODP to replace the role of the property seas:derivesFrom. It can be asserted that seas:derivesFrom is sub property of aff:affectedBy. The class aff:FeatureOfInterest is equivalent to seas:FeatureOfInterest, and the class seas:Property is sub class of aff:Quality. Moreover, seas:hasProperty is sub property of aff:influencedBy, and seas:isPropertyOf is sub property of aff:belongsTo. Furthermore, aff:belongsTo is defined to be functional, to support the notion that a quality is intrinsic to the feature of interest (i.e., an entity) to which it belongs (according to the conceptualization in DUL); and it is asserted that every quality belongs to a feature of interest (aff:Quality rdfs:subClassOf aff:belongsTo some aff:FeatureOfInterest).\n\nFinally, the object chain axiom aff:influencedBy o aff:affectedBy rdfs:subPropertyOf aff:influencedBy is asserted."@en. @@ -6762,14 +6764,14 @@ saref-core:StepDownCommand owl:disjointWith saref-core:StepUpCommand. saref-core:Measurement owl:disjointWith saref-core:Property. saref-core:Measurement owl:disjointWith saref-core:UnitOfMeasure. saref-core:Property owl:disjointWith saref-core:UnitOfMeasure. - owl:maxCardinality "1"^^xsd:nonNegativeInteger. - owl:maxCardinality "1"^^xsd:nonNegativeInteger. - owl:cardinality "1"^^xsd:nonNegativeInteger. - owl:cardinality "1"^^xsd:nonNegativeInteger. - owl:unionOf (saref-core:Commodity saref-core:Property). - owl:unionOf (saref-core:Commodity saref-core:Property). - owl:unionOf (saref4bldg:Building saref4bldg:BuildingSpace). - owl:unionOf (saref4bldg:BuildingSpace saref4bldg:PhysicalObject). + owl:maxCardinality "1"^^xsd:nonNegativeInteger. + owl:maxCardinality "1"^^xsd:nonNegativeInteger. + owl:cardinality "1"^^xsd:nonNegativeInteger. + owl:cardinality "1"^^xsd:nonNegativeInteger. + owl:unionOf (saref-core:Commodity saref-core:Property). + owl:unionOf (saref-core:Commodity saref-core:Property). + owl:unionOf (saref4bldg:Building saref4bldg:BuildingSpace). + owl:unionOf (saref4bldg:BuildingSpace saref4bldg:PhysicalObject). saref4bldg:Actuator prov:hadPrimarySource . saref4bldg:Actuator prov:hadPrimarySource . saref4bldg:AirToAirHeatRecovery prov:hadPrimarySource . @@ -6884,8 +6886,8 @@ saref4bldg:VibrationIsolator prov:hadPrimarySource terms:contributor . terms:contributor . terms:contributor . - owl:oneOf [ rdf:first "female"; rdf:rest [ rdf:first "male"; rdf:rest [ rdf:first "undetermined"; rdf:rest rdf:nil]]]. - owl:oneOf [ rdf:first "Adhoc"; rdf:rest [ rdf:first "Mesh"; rdf:rest [ rdf:first "Star"; rdf:rest rdf:nil]]]. + owl:oneOf [ rdf:first "female"; rdf:rest [ rdf:first "male"; rdf:rest [ rdf:first "undetermined"; rdf:rest rdf:nil]]]. + owl:oneOf [ rdf:first "Adhoc"; rdf:rest [ rdf:first "Mesh"; rdf:rest [ rdf:first "Star"; rdf:rest rdf:nil]]]. schema:affiliation . schema:affiliation . schema:familyName "García-Castro". @@ -6895,6 +6897,6 @@ saref4bldg:VibrationIsolator prov:hadPrimarySource schema:name "Fondazione Bruno Kessler". schema:name "Universidad Politécnica de Madrid". -#2022-05-01T12:04:21.620Z in=6863 out=6851 ent=0 step=0 brake=1 inf=6456110 sec=0.696 inf/sec=9276020 +#2023-06-01T09:25:36.980Z in=6865 out=6853 ent=0 step=0 brake=1 inf=6463908 sec=0.552 inf/sec=11709978 #ENDS diff --git a/swj2022/eye-implementation/output/rules.n3 b/swj2022/eye-implementation/output/rules.n3 index 08f976f..595f7e9 100644 --- a/swj2022/eye-implementation/output/rules.n3 +++ b/swj2022/eye-implementation/output/rules.n3 @@ -62,20 +62,20 @@ {?U_10 a ActivityRecognition:WatchingTVActively} => {?U_10 a :DetectableActivity}. {?U_11 a :ActivityRule} => {?U_11 a :Rule}. {?U_12 a :AndCondition} => {?U_12 a :Condition}. -{?U_13 a :AndCondition} => {?U_13 a }. +{?U_13 a :AndCondition} => {?U_13 a }. {?U_14 a :BrushingTeethActivityPrediction} => {?U_14 a ActivityRecognition:ActivityPrediction}. {?U_15 a :CookingFoodOvenActivityPrediction} => {?U_15 a ActivityRecognition:ActivityPrediction}. {?U_16 a :CookingFoodStovetopActivityPrediction} => {?U_16 a ActivityRecognition:ActivityPrediction}. {?U_17 a :DrinkPreparationActivityPrediction} => {?U_17 a ActivityRecognition:ActivityPrediction}. {?U_18 a :EatingActivityPrediction} => {?U_18 a ActivityRecognition:ActivityPrediction}. {?U_19 a :IfElseCondition} => {?U_19 a :Condition}. -{?U_20 a :IfElseCondition} => {?U_20 a }. -{?U_21 a :IfElseCondition} => {?U_21 a }. -{?U_22 a :IfElseCondition} => {?U_22 a }. +{?U_20 a :IfElseCondition} => {?U_20 a }. +{?U_21 a :IfElseCondition} => {?U_21 a }. +{?U_22 a :IfElseCondition} => {?U_22 a }. {?U_23 a :MatchingValue} => {?U_23 a :ValueCondition}. {?U_24 a :MeanThreshold} => {?U_24 a :Threshold}. {?U_25 a :MeanVarianceThreshold} => {?U_25 a :Threshold}. -{?U_26 a :MeanVarianceThreshold} => {?U_26 a }. +{?U_26 a :MeanVarianceThreshold} => {?U_26 a }. {?U_27 a :NonRoutineActivityPrediction} => {?U_27 a ActivityRecognition:ActivityPrediction}. {?U_28 a :NonRoutineBrushingTeethActivityPrediction} => {?U_28 a :NonRoutineActivityPrediction}. {?U_29 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_29 a :NonRoutineActivityPrediction}. @@ -89,7 +89,7 @@ {?U_37 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_37 a :NonRoutineActivityPrediction}. {?U_38 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_38 a :NonRoutineActivityPrediction}. {?U_39 a :OrCondition} => {?U_39 a :Condition}. -{?U_40 a :OrCondition} => {?U_40 a }. +{?U_40 a :OrCondition} => {?U_40 a }. {?U_41 a :PreparingHotMealActivityPrediction} => {?U_41 a ActivityRecognition:ActivityPrediction}. {?U_42 a :RegularThreshold} => {?U_42 a :Threshold}. {?U_43 a :RoutineActivityPrediction} => {?U_43 a ActivityRecognition:ActivityPrediction}. @@ -108,10 +108,10 @@ {?U_56 a :SleepingActivityPrediction} => {?U_56 a ActivityRecognition:ActivityPrediction}. {?U_57 a :SlopeThreshold} => {?U_57 a :Threshold}. {?U_58 a :Threshold} => {?U_58 a :ValueCondition}. -{?U_59 a :Threshold} => {?U_59 a }. +{?U_59 a :Threshold} => {?U_59 a }. {?U_60 a :TimeOrderedCondition} => {?U_60 a :Condition}. -{?U_61 a :TimeOrderedCondition} => {?U_61 a }. -{?U_62 a :TimeOrderedCondition} => {?U_62 a }. +{?U_61 a :TimeOrderedCondition} => {?U_61 a }. +{?U_62 a :TimeOrderedCondition} => {?U_62 a }. {?U_63 a :ToiletingActivityPrediction} => {?U_63 a ActivityRecognition:ActivityPrediction}. {?U_64 a :UserWithBrushingTeethRoutine} => {?U_64 a saref4ehaw:User}. {?U_65 a :UserWithCookingFoodOvenRoutine} => {?U_65 a saref4ehaw:User}. @@ -137,9929 +137,9936 @@ {?U_85 a :UserWithoutWatchingTVActivelyRoutine} => {?U_85 a saref4ehaw:User}. {?U_86 a :UsingMobilePhoneActivityPrediction} => {?U_86 a ActivityRecognition:ActivityPrediction}. {?U_87 a :ValueCondition} => {?U_87 a :Condition}. -{?U_88 a :ValueCondition} => {?U_88 a }. +{?U_88 a :ValueCondition} => {?U_88 a }. {?U_89 a :WatchingTVActivelyActivityPrediction} => {?U_89 a ActivityRecognition:ActivityPrediction}. {?U_90 a SensorsAndActuators:AtmosphericPressure} => {?U_90 a :ConditionableProperty}. -{?U_91 a SensorsAndActuators:Blind} => {?U_91 a :ConditionableProperty}. -{?U_92 a SensorsAndActuators:Button} => {?U_92 a :ConditionableProperty}. -{?U_93 a SensorsAndActuators:CO2} => {?U_93 a :ConditionableProperty}. -{?U_94 a SensorsAndActuators:Dimmer} => {?U_94 a :ConditionableProperty}. -{?U_95 a SensorsAndActuators:ElectricalCooker} => {?U_95 a :AnalyzableForCondition}. -{?U_96 a SensorsAndActuators:EnergyConsumption} => {?U_96 a :ConditionableProperty}. -{?U_97 a SensorsAndActuators:Fridge} => {?U_97 a :AnalyzableForCondition}. -{?U_98 a SensorsAndActuators:IndoorTemperature} => {?U_98 a :ConditionableProperty}. -{?U_99 a SensorsAndActuators:Light} => {?U_99 a :ConditionableProperty}. -{?U_100 a SensorsAndActuators:LightSwitch} => {?U_100 a :ConditionableProperty}. -{?U_101 a SensorsAndActuators:Loudness} => {?U_101 a :ConditionableProperty}. -{?U_102 a SensorsAndActuators:Motion} => {?U_102 a :ConditionableProperty}. -{?U_103 a SensorsAndActuators:OrientationDeviation} => {?U_103 a :ConditionableProperty}. -{?U_104 a SensorsAndActuators:Oven} => {?U_104 a :AnalyzableForCondition}. -{?U_105 a SensorsAndActuators:PeopleNumber} => {?U_105 a :ConditionableProperty}. -{?U_106 a SensorsAndActuators:PeoplePresencee} => {?U_106 a :ConditionableProperty}. -{?U_107 a SensorsAndActuators:Positioning} => {?U_107 a :ConditionableProperty}. -{?U_108 a SensorsAndActuators:RelativeHumidity} => {?U_108 a :ConditionableProperty}. -{?U_109 a SensorsAndActuators:Relay} => {?U_109 a :ConditionableProperty}. -{?U_110 a SensorsAndActuators:BathRoom} => {?U_110 a :AnalyzableForCondition}. -{?U_111 a SensorsAndActuators:VOC} => {?U_111 a :ConditionableProperty}. -{?U_112 a SensorsAndActuators:VentilationLevel} => {?U_112 a :ConditionableProperty}. -{?U_113 a SensorsAndActuators:WaterRunning} => {?U_113 a :ConditionableProperty}. -{?U_114 a SensorsAndWearables:Amplitude} => {?U_114 a :ConditionableProperty}. -{?U_115 a SensorsAndWearables:ApplicationUsage} => {?U_115 a :ConditionableProperty}. -{?U_116 a SensorsAndWearables:BloodPressure} => {?U_116 a :ConditionableProperty}. -{?U_117 a SensorsAndWearables:BloodVolumePulse} => {?U_117 a :ConditionableProperty}. -{?U_118 a SensorsAndWearables:Frequency} => {?U_118 a :ConditionableProperty}. -{?U_119 a SensorsAndWearables:Gravity} => {?U_119 a :ConditionableProperty}. -{?U_120 a SensorsAndWearables:HeartRate} => {?U_120 a :ConditionableProperty}. -{?U_121 a SensorsAndWearables:InterBeatInterval} => {?U_121 a :ConditionableProperty}. -{?U_122 a SensorsAndWearables:KeyStrokes} => {?U_122 a :ConditionableProperty}. -{?U_123 a SensorsAndWearables:Light} => {?U_123 a :ConditionableProperty}. -{?U_124 a SensorsAndWearables:LinearAcceleration} => {?U_124 a :ConditionableProperty}. -{?U_125 a SensorsAndWearables:MagneticFieldStrength} => {?U_125 a :ConditionableProperty}. -{?U_126 a SensorsAndWearables:OrientationDeviation} => {?U_126 a :ConditionableProperty}. -{?U_127 a SensorsAndWearables:Proximity} => {?U_127 a :ConditionableProperty}. -{?U_128 a SensorsAndWearables:Rotation} => {?U_128 a :ConditionableProperty}. -{?U_129 a SensorsAndWearables:SPO2} => {?U_129 a :ConditionableProperty}. -{?U_130 a SensorsAndWearables:ScreenUsage} => {?U_130 a :ConditionableProperty}. -{?U_131 a SensorsAndWearables:SkinConductance} => {?U_131 a :ConditionableProperty}. -{?U_132 a SensorsAndWearables:SkinTemperature} => {?U_132 a :ConditionableProperty}. -{?U_133 a SensorsAndWearables:SmartphoneAcceleration} => {?U_133 a :ConditionableProperty}. -{?U_134 a SensorsAndWearables:StepCount} => {?U_134 a :ConditionableProperty}. -{?U_135 a SensorsAndWearables:StepCounter} => {?U_135 a :ConditionableProperty}. -{?U_136 a SensorsAndWearables:WearableAcceleration} => {?U_136 a :ConditionableProperty}. -{?U_137 a SensorsAndWearables:Weight} => {?U_137 a :ConditionableProperty}. -{?U_138 a saref4bldg:Pump} => {?U_138 a :AnalyzableForCondition}. -{?U_139 a saref4ehaw:Patient} => {?U_139 a :AnalyzableForCondition}. -{?U_140 a ActivityRecognition:ActiveActivity} => {?U_140 a saref4ehaw:Activity}. -{?U_141 a ActivityRecognition:ActivityPrediction} => {?U_141 a ActivityRecognition:Prediction}. -{?U_142 a ActivityRecognition:ActivityRecognitionModel} => {?U_142 a ActivityRecognition:Model}. -{?U_143 a ActivityRecognition:ActivityRecognitionModel} => {?U_143 a }. -{?U_144 a ActivityRecognition:Ambulation} => {?U_144 a saref4ehaw:Posture}. -{?U_145 a ActivityRecognition:Anomaly} => {?U_145 a ActivityRecognition:Prediction}. -{?U_146 a ActivityRecognition:Anomaly} => {?U_146 a }. -{?U_147 a ActivityRecognition:AtomicHomeActivities} => {?U_147 a ActivityRecognition:ActiveActivity}. -{?U_148 a ActivityRecognition:BackgroundActivity} => {?U_148 a saref4ehaw:Activity}. -{?U_149 a ActivityRecognition:Bathing} => {?U_149 a ActivityRecognition:Hygiene}. -{?U_150 a ActivityRecognition:Bending} => {?U_150 a ActivityRecognition:Transition}. -{?U_151 a ActivityRecognition:BendingOver} => {?U_151 a saref4ehaw:Posture}. -{?U_152 a ActivityRecognition:BreakRoutine} => {?U_152 a ActivityRecognition:Routine}. -{?U_153 a ActivityRecognition:BrowingInternetOnComputer} => {?U_153 a ActivityRecognition:UsingComputer}. -{?U_154 a ActivityRecognition:BrowsingInternetOnMobilePhone} => {?U_154 a ActivityRecognition:UsingMobilePhone}. -{?U_155 a ActivityRecognition:BrushingHair} => {?U_155 a ActivityRecognition:Grooming}. -{?U_156 a ActivityRecognition:BrushingTeeth} => {?U_156 a ActivityRecognition:Hygiene}. -{?U_157 a ActivityRecognition:Cause} => {?U_157 a ActivityRecognition:Explanation}. -{?U_158 a ActivityRecognition:CausingDestruction} => {?U_158 a ActivityRecognition:HomeEnvironmentManagement}. -{?U_159 a ActivityRecognition:ChangingLinen} => {?U_159 a ActivityRecognition:ActiveActivity}. -{?U_160 a ActivityRecognition:ChangingLinen} => {?U_160 a ActivityRecognition:Cleaning}. -{?U_161 a ActivityRecognition:ChargingDevices} => {?U_161 a ActivityRecognition:OtherActivities}. -{?U_162 a ActivityRecognition:Cleaning} => {?U_162 a saref4ehaw:DailyActivity}. -{?U_163 a ActivityRecognition:CleaningInBackground} => {?U_163 a ActivityRecognition:BackgroundActivity}. -{?U_164 a ActivityRecognition:CleaningInBackground} => {?U_164 a ActivityRecognition:Cleaning}. -{?U_165 a ActivityRecognition:CleaningWindows} => {?U_165 a ActivityRecognition:ActiveActivity}. -{?U_166 a ActivityRecognition:CleaningWindows} => {?U_166 a ActivityRecognition:Cleaning}. -{?U_167 a ActivityRecognition:Configuration} => {?U_167 a eep:Procedure}. -{?U_168 a ActivityRecognition:CookingFoodOven} => {?U_168 a ActivityRecognition:ActiveActivity}. -{?U_169 a ActivityRecognition:CookingFoodOven} => {?U_169 a ActivityRecognition:Preparation}. -{?U_170 a ActivityRecognition:CookingFoodStovetop} => {?U_170 a ActivityRecognition:ActiveActivity}. -{?U_171 a ActivityRecognition:CookingFoodStovetop} => {?U_171 a ActivityRecognition:Preparation}. -{?U_172 a ActivityRecognition:Cosmetics} => {?U_172 a ActivityRecognition:Grooming}. -{?U_173 a ActivityRecognition:Crawling} => {?U_173 a ActivityRecognition:Ambulation}. -{?U_174 a ActivityRecognition:CupBoardInteraction} => {?U_174 a ActivityRecognition:AtomicHomeActivities}. -{?U_175 a ActivityRecognition:CupboardClose} => {?U_175 a ActivityRecognition:CupBoardInteraction}. -{?U_176 a ActivityRecognition:CupboardOpen} => {?U_176 a ActivityRecognition:CupBoardInteraction}. -{?U_177 a ActivityRecognition:CuttingNails} => {?U_177 a ActivityRecognition:Hygiene}. -{?U_178 a ActivityRecognition:Dancing} => {?U_178 a ActivityRecognition:Leisure}. -{?U_179 a ActivityRecognition:Decorating} => {?U_179 a ActivityRecognition:HomeEnvironmentManagement}. -{?U_180 a ActivityRecognition:DinnerRoutine} => {?U_180 a ActivityRecognition:Routine}. -{?U_181 a ActivityRecognition:DishwasherOnInBackground} => {?U_181 a ActivityRecognition:BackgroundActivity}. -{?U_182 a ActivityRecognition:Dishwashing} => {?U_182 a saref4ehaw:DailyActivity}. -{?U_183 a ActivityRecognition:DoorClose} => {?U_183 a ActivityRecognition:DoorInteraction}. -{?U_184 a ActivityRecognition:DoorInteraction} => {?U_184 a ActivityRecognition:AtomicHomeActivities}. -{?U_185 a ActivityRecognition:DoorOpen} => {?U_185 a ActivityRecognition:DoorInteraction}. -{?U_186 a ActivityRecognition:DoorWalkThrough} => {?U_186 a ActivityRecognition:DoorInteraction}. -{?U_187 a ActivityRecognition:DrawClose} => {?U_187 a ActivityRecognition:DrawInteraction}. -{?U_188 a ActivityRecognition:DrawInteraction} => {?U_188 a ActivityRecognition:AtomicHomeActivities}. -{?U_189 a ActivityRecognition:DrawOpen} => {?U_189 a ActivityRecognition:DrawInteraction}. -{?U_190 a ActivityRecognition:DrinkPreparation} => {?U_190 a ActivityRecognition:ActiveActivity}. -{?U_191 a ActivityRecognition:DrinkPreparation} => {?U_191 a saref4ehaw:DailyActivity}. -{?U_192 a ActivityRecognition:Drinking} => {?U_192 a ActivityRecognition:ActiveActivity}. -{?U_193 a ActivityRecognition:Drinking} => {?U_193 a saref4ehaw:DailyActivity}. -{?U_194 a ActivityRecognition:DrinkingAlcohol} => {?U_194 a ActivityRecognition:Drinking}. -{?U_195 a ActivityRecognition:DrinkingBeverage} => {?U_195 a ActivityRecognition:Drinking}. -{?U_196 a ActivityRecognition:DrinkingWater} => {?U_196 a ActivityRecognition:Drinking}. -{?U_197 a ActivityRecognition:DryerOnInBackround} => {?U_197 a ActivityRecognition:BackgroundActivity}. -{?U_198 a ActivityRecognition:DryerOnInBackround} => {?U_198 a ActivityRecognition:Laundry}. -{?U_199 a ActivityRecognition:DryingBody} => {?U_199 a ActivityRecognition:Hygiene}. -{?U_200 a ActivityRecognition:DryingDishes} => {?U_200 a ActivityRecognition:ActiveActivity}. -{?U_201 a ActivityRecognition:DryingDishes} => {?U_201 a ActivityRecognition:Dishwashing}. -{?U_202 a ActivityRecognition:DryingHair} => {?U_202 a ActivityRecognition:Grooming}. -{?U_203 a ActivityRecognition:Dusting} => {?U_203 a ActivityRecognition:ActiveActivity}. -{?U_204 a ActivityRecognition:Dusting} => {?U_204 a ActivityRecognition:Cleaning}. -{?U_205 a ActivityRecognition:Eating} => {?U_205 a ActivityRecognition:ActiveActivity}. -{?U_206 a ActivityRecognition:Eating} => {?U_206 a saref4ehaw:DailyActivity}. -{?U_207 a ActivityRecognition:EatingMeal} => {?U_207 a ActivityRecognition:Eating}. -{?U_208 a ActivityRecognition:EatingSnack} => {?U_208 a ActivityRecognition:Eating}. -{?U_209 a ActivityRecognition:ElectricAppliance} => {?U_209 a ActivityRecognition:AtomicHomeActivities}. -{?U_210 a ActivityRecognition:EmailOnComputer} => {?U_210 a ActivityRecognition:UsingComputer}. -{?U_211 a ActivityRecognition:EmailOnMobilePhone} => {?U_211 a ActivityRecognition:UsingMobilePhone}. -{?U_212 a ActivityRecognition:EnduranceeTraining} => {?U_212 a ActivityRecognition:Exercising}. -{?U_213 a ActivityRecognition:EveningRoutine} => {?U_213 a ActivityRecognition:Routine}. -{?U_214 a ActivityRecognition:ExerciseRoutine} => {?U_214 a ActivityRecognition:Routine}. -{?U_215 a ActivityRecognition:Exercising} => {?U_215 a ActivityRecognition:ActiveActivity}. -{?U_216 a ActivityRecognition:Exercising} => {?U_216 a saref4ehaw:DailyActivity}. -{?U_217 a ActivityRecognition:FlexibilityTraining} => {?U_217 a ActivityRecognition:Exercising}. -{?U_218 a ActivityRecognition:Flossing} => {?U_218 a ActivityRecognition:Hygiene}. -{?U_219 a ActivityRecognition:Gardening} => {?U_219 a ActivityRecognition:Yardwork}. -{?U_220 a ActivityRecognition:GettingDressed} => {?U_220 a ActivityRecognition:Grooming}. -{?U_221 a ActivityRecognition:GettingReadyToSleep} => {?U_221 a ActivityRecognition:Sleeping}. -{?U_222 a ActivityRecognition:GettingUndressed} => {?U_222 a ActivityRecognition:Grooming}. -{?U_223 a ActivityRecognition:Grooming} => {?U_223 a ActivityRecognition:ActiveActivity}. -{?U_224 a ActivityRecognition:Grooming} => {?U_224 a saref4ehaw:DailyActivity}. -{?U_225 a ActivityRecognition:HandWashing} => {?U_225 a ActivityRecognition:ActiveActivity}. -{?U_226 a ActivityRecognition:HandWashing} => {?U_226 a ActivityRecognition:Dishwashing}. -{?U_227 a ActivityRecognition:HangingLaundry} => {?U_227 a ActivityRecognition:ActiveActivity}. -{?U_228 a ActivityRecognition:HangingLaundry} => {?U_228 a ActivityRecognition:Laundry}. -{?U_229 a ActivityRecognition:Healthcare} => {?U_229 a ActivityRecognition:ActiveActivity}. -{?U_230 a ActivityRecognition:Healthcare} => {?U_230 a saref4ehaw:DailyActivity}. -{?U_231 a ActivityRecognition:HomeEnvironmentManagement} => {?U_231 a ActivityRecognition:ActiveActivity}. -{?U_232 a ActivityRecognition:HomeEnvironmentManagement} => {?U_232 a saref4ehaw:DailyActivity}. -{?U_233 a ActivityRecognition:Hygiene} => {?U_233 a ActivityRecognition:ActiveActivity}. -{?U_234 a ActivityRecognition:Hygiene} => {?U_234 a saref4ehaw:DailyActivity}. -{?U_235 a ActivityRecognition:InformationInteraction} => {?U_235 a saref4ehaw:DailyActivity}. -{?U_236 a ActivityRecognition:Intellectual} => {?U_236 a ActivityRecognition:Working}. -{?U_237 a ActivityRecognition:Ironing} => {?U_237 a ActivityRecognition:ActiveActivity}. -{?U_238 a ActivityRecognition:Ironing} => {?U_238 a ActivityRecognition:Laundry}. -{?U_239 a ActivityRecognition:Jogging} => {?U_239 a ActivityRecognition:Ambulation}. -{?U_240 a ActivityRecognition:Jumping} => {?U_240 a ActivityRecognition:Ambulation}. -{?U_241 a ActivityRecognition:KneelToStand} => {?U_241 a ActivityRecognition:Transition}. -{?U_242 a ActivityRecognition:Kneeling} => {?U_242 a saref4ehaw:Posture}. -{?U_243 a ActivityRecognition:Knitting} => {?U_243 a ActivityRecognition:Leisure}. -{?U_244 a ActivityRecognition:Laundry} => {?U_244 a saref4ehaw:DailyActivity}. -{?U_245 a ActivityRecognition:Leisure} => {?U_245 a ActivityRecognition:ActiveActivity}. -{?U_246 a ActivityRecognition:Leisure} => {?U_246 a saref4ehaw:DailyActivity}. -{?U_247 a ActivityRecognition:LieToSit} => {?U_247 a ActivityRecognition:Transition}. -{?U_248 a ActivityRecognition:LieToStand} => {?U_248 a ActivityRecognition:Transition}. -{?U_249 a ActivityRecognition:Lifestyle} => {?U_249 a }. -{?U_250 a ActivityRecognition:ListeningMusicInBackground} => {?U_250 a ActivityRecognition:BackgroundActivity}. -{?U_251 a ActivityRecognition:ListeningMusicInBackground} => {?U_251 a ActivityRecognition:InformationInteraction}. -{?U_252 a ActivityRecognition:LoadingDishwasher} => {?U_252 a ActivityRecognition:ActiveActivity}. -{?U_253 a ActivityRecognition:LoadingDishwasher} => {?U_253 a ActivityRecognition:Dishwashing}. -{?U_254 a ActivityRecognition:LoadingDryer} => {?U_254 a ActivityRecognition:ActiveActivity}. -{?U_255 a ActivityRecognition:LoadingDryer} => {?U_255 a ActivityRecognition:Laundry}. -{?U_256 a ActivityRecognition:LoadingWashingMachine} => {?U_256 a ActivityRecognition:ActiveActivity}. -{?U_257 a ActivityRecognition:LoadingWashingMachine} => {?U_257 a ActivityRecognition:Laundry}. -{?U_258 a ActivityRecognition:LunchRoutine} => {?U_258 a ActivityRecognition:Routine}. -{?U_259 a ActivityRecognition:LyingDown} => {?U_259 a ActivityRecognition:Transition}. -{?U_260 a ActivityRecognition:LyingStill} => {?U_260 a saref4ehaw:Posture}. -{?U_261 a ActivityRecognition:MakingBed} => {?U_261 a ActivityRecognition:ActiveActivity}. -{?U_262 a ActivityRecognition:MakingBed} => {?U_262 a ActivityRecognition:Cleaning}. -{?U_263 a ActivityRecognition:Meditating} => {?U_263 a ActivityRecognition:Leisure}. -{?U_264 a ActivityRecognition:Model} => {?U_264 a eep:Executor}. -{?U_265 a ActivityRecognition:Model} => {?U_265 a }. -{?U_266 a ActivityRecognition:Mopping} => {?U_266 a ActivityRecognition:ActiveActivity}. -{?U_267 a ActivityRecognition:Mopping} => {?U_267 a ActivityRecognition:Cleaning}. -{?U_268 a ActivityRecognition:MorningRoutine} => {?U_268 a ActivityRecognition:Routine}. -{?U_269 a ActivityRecognition:MovingFurniture} => {?U_269 a ActivityRecognition:HomeEnvironmentManagement}. -{?U_270 a ActivityRecognition:MovingLawn} => {?U_270 a ActivityRecognition:Yardwork}. -{?U_271 a ActivityRecognition:Napping} => {?U_271 a ActivityRecognition:Sleeping}. -{?U_272 a ActivityRecognition:ObjectDrop} => {?U_272 a ActivityRecognition:ObjectInteraction}. -{?U_273 a ActivityRecognition:ObjectEmpty} => {?U_273 a ActivityRecognition:ObjectInteraction}. -{?U_274 a ActivityRecognition:ObjectFill} => {?U_274 a ActivityRecognition:ObjectInteraction}. -{?U_275 a ActivityRecognition:ObjectHold} => {?U_275 a ActivityRecognition:ObjectInteraction}. -{?U_276 a ActivityRecognition:ObjectInteraction} => {?U_276 a ActivityRecognition:AtomicHomeActivities}. -{?U_277 a ActivityRecognition:ObjectPickUp} => {?U_277 a ActivityRecognition:ObjectInteraction}. -{?U_278 a ActivityRecognition:ObjectPutDown} => {?U_278 a ActivityRecognition:ObjectInteraction}. -{?U_279 a ActivityRecognition:ObjectUse} => {?U_279 a ActivityRecognition:ObjectInteraction}. -{?U_280 a ActivityRecognition:Organizing} => {?U_280 a ActivityRecognition:ActiveActivity}. -{?U_281 a ActivityRecognition:Organizing} => {?U_281 a ActivityRecognition:Cleaning}. -{?U_282 a ActivityRecognition:OtherActivities} => {?U_282 a saref4ehaw:Activity}. -{?U_283 a ActivityRecognition:PersonalAlarmCall} => {?U_283 a ActivityRecognition:SocialInteraction}. -{?U_284 a ActivityRecognition:PetActivity} => {?U_284 a ActivityRecognition:Leisure}. -{?U_285 a ActivityRecognition:PhysicalWork} => {?U_285 a ActivityRecognition:Working}. -{?U_286 a ActivityRecognition:Pivoting} => {?U_286 a ActivityRecognition:Transition}. -{?U_287 a ActivityRecognition:PlayingGames} => {?U_287 a ActivityRecognition:Leisure}. -{?U_288 a ActivityRecognition:PlayingMusic} => {?U_288 a ActivityRecognition:Leisure}. -{?U_289 a ActivityRecognition:PlayngChildren} => {?U_289 a ActivityRecognition:Leisure}. -{?U_290 a ActivityRecognition:PolishingFloor} => {?U_290 a ActivityRecognition:ActiveActivity}. -{?U_291 a ActivityRecognition:PolishingFloor} => {?U_291 a ActivityRecognition:Cleaning}. -{?U_292 a ActivityRecognition:PolishingFurniture} => {?U_292 a ActivityRecognition:ActiveActivity}. -{?U_293 a ActivityRecognition:PolishingFurniture} => {?U_293 a ActivityRecognition:Cleaning}. -{?U_294 a ActivityRecognition:Praying} => {?U_294 a ActivityRecognition:Leisure}. -{?U_295 a ActivityRecognition:Prediction} => {?U_295 a eep:Execution}. -{?U_296 a ActivityRecognition:Prediction} => {?U_296 a }. -{?U_297 a ActivityRecognition:Prediction} => {?U_297 a }. -{?U_298 a ActivityRecognition:Preparation} => {?U_298 a saref4ehaw:DailyActivity}. -{?U_299 a ActivityRecognition:PreparingHotMeal} => {?U_299 a ActivityRecognition:PreparingMeal}. -{?U_300 a ActivityRecognition:PreparingLaundryForWashing} => {?U_300 a ActivityRecognition:ActiveActivity}. -{?U_301 a ActivityRecognition:PreparingLaundryForWashing} => {?U_301 a ActivityRecognition:Laundry}. -{?U_302 a ActivityRecognition:PreparingMeal} => {?U_302 a ActivityRecognition:ActiveActivity}. -{?U_303 a ActivityRecognition:PreparingMeal} => {?U_303 a ActivityRecognition:Preparation}. -{?U_304 a ActivityRecognition:PreparingMealInBackground} => {?U_304 a ActivityRecognition:BackgroundActivity}. -{?U_305 a ActivityRecognition:PreparingMealInBackground} => {?U_305 a ActivityRecognition:Preparation}. -{?U_306 a ActivityRecognition:PreparingSnacks} => {?U_306 a ActivityRecognition:ActiveActivity}. -{?U_307 a ActivityRecognition:PreparingSnacks} => {?U_307 a ActivityRecognition:Preparation}. -{?U_308 a ActivityRecognition:PuttingAwayDishes} => {?U_308 a ActivityRecognition:ActiveActivity}. -{?U_309 a ActivityRecognition:PuttingAwayDishes} => {?U_309 a ActivityRecognition:Dishwashing}. -{?U_310 a ActivityRecognition:PuttingAwayLaundry} => {?U_310 a ActivityRecognition:ActiveActivity}. -{?U_311 a ActivityRecognition:PuttingAwayLaundry} => {?U_311 a ActivityRecognition:Laundry}. -{?U_312 a ActivityRecognition:PuttingAwayShopping} => {?U_312 a ActivityRecognition:HomeEnvironmentManagement}. -{?U_313 a ActivityRecognition:PuttingOnSensors} => {?U_313 a ActivityRecognition:OtherActivities}. -{?U_314 a ActivityRecognition:PuttingShoesOn} => {?U_314 a ActivityRecognition:Grooming}. -{?U_315 a ActivityRecognition:PuttingThingsAway} => {?U_315 a ActivityRecognition:ActiveActivity}. -{?U_316 a ActivityRecognition:PuttingThingsAway} => {?U_316 a ActivityRecognition:Cleaning}. -{?U_317 a ActivityRecognition:ReadingPrintedMaterial} => {?U_317 a ActivityRecognition:ActiveActivity}. -{?U_318 a ActivityRecognition:ReadingPrintedMaterial} => {?U_318 a ActivityRecognition:InformationInteraction}. -{?U_319 a ActivityRecognition:ReceiveVisitors} => {?U_319 a ActivityRecognition:SocialInteraction}. -{?U_320 a ActivityRecognition:Recycling} => {?U_320 a ActivityRecognition:ActiveActivity}. -{?U_321 a ActivityRecognition:Recycling} => {?U_321 a ActivityRecognition:Cleaning}. -{?U_322 a ActivityRecognition:RehabilitationExercise} => {?U_322 a ActivityRecognition:Exercising}. -{?U_323 a ActivityRecognition:Relaxing} => {?U_323 a ActivityRecognition:Leisure}. -{?U_324 a ActivityRecognition:Rinsing} => {?U_324 a ActivityRecognition:ActiveActivity}. -{?U_325 a ActivityRecognition:Rinsing} => {?U_325 a ActivityRecognition:Dishwashing}. -{?U_326 a ActivityRecognition:RoomTransition} => {?U_326 a ActivityRecognition:AtomicHomeActivities}. -{?U_327 a ActivityRecognition:Routine} => {?U_327 a }. -{?U_328 a ActivityRecognition:Running} => {?U_328 a ActivityRecognition:Ambulation}. -{?U_329 a ActivityRecognition:ScrubbingFloor} => {?U_329 a ActivityRecognition:ActiveActivity}. -{?U_330 a ActivityRecognition:ScrubbingFloor} => {?U_330 a ActivityRecognition:Cleaning}. -{?U_331 a ActivityRecognition:SearchingItem} => {?U_331 a ActivityRecognition:HomeEnvironmentManagement}. -{?U_332 a ActivityRecognition:Serving} => {?U_332 a ActivityRecognition:ActiveActivity}. -{?U_333 a ActivityRecognition:Serving} => {?U_333 a ActivityRecognition:Preparation}. -{?U_334 a ActivityRecognition:Sewing} => {?U_334 a ActivityRecognition:Leisure}. -{?U_335 a ActivityRecognition:Shaving} => {?U_335 a ActivityRecognition:Grooming}. -{?U_336 a ActivityRecognition:Showering} => {?U_336 a ActivityRecognition:Hygiene}. -{?U_337 a ActivityRecognition:Singing} => {?U_337 a ActivityRecognition:Leisure}. -{?U_338 a ActivityRecognition:SitToLie} => {?U_338 a ActivityRecognition:Transition}. -{?U_339 a ActivityRecognition:SitToStand} => {?U_339 a ActivityRecognition:Transition}. -{?U_340 a ActivityRecognition:SitToWalk} => {?U_340 a ActivityRecognition:Transition}. -{?U_341 a ActivityRecognition:Sitting} => {?U_341 a saref4ehaw:Posture}. -{?U_342 a ActivityRecognition:SittingChair} => {?U_342 a ActivityRecognition:Sitting}. -{?U_343 a ActivityRecognition:SittingDown} => {?U_343 a ActivityRecognition:Transition}. -{?U_344 a ActivityRecognition:SittingFloor} => {?U_344 a ActivityRecognition:Sitting}. -{?U_345 a ActivityRecognition:SleepRoutine} => {?U_345 a ActivityRecognition:Routine}. -{?U_346 a ActivityRecognition:Sleeping} => {?U_346 a ActivityRecognition:ActiveActivity}. -{?U_347 a ActivityRecognition:Sleeping} => {?U_347 a saref4ehaw:NocturnalActivity}. -{?U_348 a ActivityRecognition:SleepingDeeply} => {?U_348 a ActivityRecognition:Sleeping}. -{?U_349 a ActivityRecognition:SoakingDishes} => {?U_349 a ActivityRecognition:ActiveActivity}. -{?U_350 a ActivityRecognition:SoakingDishes} => {?U_350 a ActivityRecognition:Dishwashing}. -{?U_351 a ActivityRecognition:SocialInteraction} => {?U_351 a ActivityRecognition:ActiveActivity}. -{?U_352 a ActivityRecognition:SocialInteraction} => {?U_352 a saref4ehaw:DailyActivity}. -{?U_353 a ActivityRecognition:SocialMedia} => {?U_353 a ActivityRecognition:SocialInteraction}. -{?U_354 a ActivityRecognition:Squatting} => {?U_354 a saref4ehaw:Posture}. -{?U_355 a ActivityRecognition:StandToKneel} => {?U_355 a ActivityRecognition:Transition}. -{?U_356 a ActivityRecognition:StandToLie} => {?U_356 a ActivityRecognition:Transition}. -{?U_357 a ActivityRecognition:StandToSit} => {?U_357 a ActivityRecognition:Transition}. -{?U_358 a ActivityRecognition:Standing} => {?U_358 a saref4ehaw:Posture}. -{?U_359 a ActivityRecognition:StandingStill} => {?U_359 a ActivityRecognition:Standing}. -{?U_360 a ActivityRecognition:StandingUnquiet} => {?U_360 a ActivityRecognition:Standing}. -{?U_361 a ActivityRecognition:StandingUp} => {?U_361 a ActivityRecognition:Transition}. -{?U_362 a ActivityRecognition:Straightening} => {?U_362 a ActivityRecognition:Transition}. -{?U_363 a ActivityRecognition:StrengthTraining} => {?U_363 a ActivityRecognition:Exercising}. -{?U_364 a ActivityRecognition:Stretching} => {?U_364 a ActivityRecognition:Exercising}. -{?U_365 a ActivityRecognition:StudyRelated} => {?U_365 a ActivityRecognition:Routine}. -{?U_366 a ActivityRecognition:Sweeping} => {?U_366 a ActivityRecognition:ActiveActivity}. -{?U_367 a ActivityRecognition:Sweeping} => {?U_367 a ActivityRecognition:Cleaning}. -{?U_368 a ActivityRecognition:SwitchLightOff} => {?U_368 a ActivityRecognition:AdjustingLightLevels}. -{?U_369 a ActivityRecognition:SwitchLightOn} => {?U_369 a ActivityRecognition:AdjustingLightLevels}. -{?U_370 a ActivityRecognition:SwitchOff} => {?U_370 a ActivityRecognition:ElectricAppliance}. -{?U_371 a ActivityRecognition:SwitchOn} => {?U_371 a ActivityRecognition:ElectricAppliance}. -{?U_372 a ActivityRecognition:TakingMedication} => {?U_372 a ActivityRecognition:Healthcare}. -{?U_373 a ActivityRecognition:TakingOffSensors} => {?U_373 a ActivityRecognition:OtherActivities}. -{?U_374 a ActivityRecognition:TakingOutTrash} => {?U_374 a ActivityRecognition:ActiveActivity}. -{?U_375 a ActivityRecognition:TakingOutTrash} => {?U_375 a ActivityRecognition:Cleaning}. -{?U_376 a ActivityRecognition:TakingShoesOff} => {?U_376 a ActivityRecognition:Grooming}. -{?U_377 a ActivityRecognition:TakingVitamins} => {?U_377 a ActivityRecognition:Healthcare}. -{?U_378 a ActivityRecognition:TalkinToYourself} => {?U_378 a ActivityRecognition:Talking}. -{?U_379 a ActivityRecognition:Talking} => {?U_379 a ActivityRecognition:SocialInteraction}. -{?U_380 a ActivityRecognition:TalkingOnPhone} => {?U_380 a ActivityRecognition:Talking}. -{?U_381 a ActivityRecognition:TalkingToSomeone} => {?U_381 a ActivityRecognition:Talking}. -{?U_382 a ActivityRecognition:Texting} => {?U_382 a ActivityRecognition:UsingMobilePhone}. -{?U_383 a ActivityRecognition:ThrowingSomethingAway} => {?U_383 a ActivityRecognition:ActiveActivity}. -{?U_384 a ActivityRecognition:ThrowingSomethingAway} => {?U_384 a ActivityRecognition:Cleaning}. -{?U_385 a ActivityRecognition:ToiletRoutine} => {?U_385 a ActivityRecognition:Routine}. -{?U_386 a ActivityRecognition:Toileting} => {?U_386 a ActivityRecognition:Hygiene}. -{?U_387 a ActivityRecognition:Transition} => {?U_387 a saref4ehaw:Posture}. -{?U_388 a ActivityRecognition:TreatingWounds} => {?U_388 a ActivityRecognition:Healthcare}. -{?U_389 a ActivityRecognition:Turning} => {?U_389 a ActivityRecognition:Transition}. -{?U_390 a ActivityRecognition:UnloadingDishwasher} => {?U_390 a ActivityRecognition:ActiveActivity}. -{?U_391 a ActivityRecognition:UnloadingDishwasher} => {?U_391 a ActivityRecognition:Dishwashing}. -{?U_392 a ActivityRecognition:UnloadingDryer} => {?U_392 a ActivityRecognition:ActiveActivity}. -{?U_393 a ActivityRecognition:UnloadingDryer} => {?U_393 a ActivityRecognition:Laundry}. -{?U_394 a ActivityRecognition:UnloadingWashingMachine} => {?U_394 a ActivityRecognition:ActiveActivity}. -{?U_395 a ActivityRecognition:UnloadingWashingMachine} => {?U_395 a ActivityRecognition:Laundry}. -{?U_396 a ActivityRecognition:Usage} => {?U_396 a ActivityRecognition:ElectricAppliance}. -{?U_397 a ActivityRecognition:UsingComputer} => {?U_397 a ActivityRecognition:ActiveActivity}. -{?U_398 a ActivityRecognition:UsingComputer} => {?U_398 a ActivityRecognition:InformationInteraction}. -{?U_399 a ActivityRecognition:UsingMobilePhone} => {?U_399 a ActivityRecognition:ActiveActivity}. -{?U_400 a ActivityRecognition:UsingPrinter} => {?U_400 a ActivityRecognition:ActiveActivity}. -{?U_401 a ActivityRecognition:UsingPrinter} => {?U_401 a ActivityRecognition:InformationInteraction}. -{?U_402 a ActivityRecognition:Vacuuming} => {?U_402 a ActivityRecognition:ActiveActivity}. -{?U_403 a ActivityRecognition:Vacuuming} => {?U_403 a ActivityRecognition:Cleaning}. -{?U_404 a ActivityRecognition:VideoCalling} => {?U_404 a ActivityRecognition:SocialInteraction}. -{?U_405 a ActivityRecognition:WakingUp} => {?U_405 a ActivityRecognition:Sleeping}. -{?U_406 a ActivityRecognition:Walking} => {?U_406 a ActivityRecognition:Ambulation}. -{?U_407 a ActivityRecognition:WalkingCarryingLoad} => {?U_407 a ActivityRecognition:Ambulation}. -{?U_408 a ActivityRecognition:WalkingDownStairs} => {?U_408 a ActivityRecognition:Ambulation}. -{?U_409 a ActivityRecognition:WalkingUpStairs} => {?U_409 a ActivityRecognition:Ambulation}. -{?U_410 a ActivityRecognition:WarmingFoodMicrowave} => {?U_410 a ActivityRecognition:ActiveActivity}. -{?U_411 a ActivityRecognition:WarmingFoodMicrowave} => {?U_411 a ActivityRecognition:Preparation}. -{?U_412 a ActivityRecognition:WashingFace} => {?U_412 a ActivityRecognition:Hygiene}. -{?U_413 a ActivityRecognition:WashingHands} => {?U_413 a ActivityRecognition:Hygiene}. -{?U_414 a ActivityRecognition:WashingMachineOnInBackground} => {?U_414 a ActivityRecognition:BackgroundActivity}. -{?U_415 a ActivityRecognition:WashingMachineOnInBackground} => {?U_415 a ActivityRecognition:Laundry}. -{?U_416 a ActivityRecognition:WatchingTVActively} => {?U_416 a ActivityRecognition:ActiveActivity}. -{?U_417 a ActivityRecognition:WatchingTVActively} => {?U_417 a ActivityRecognition:InformationInteraction}. -{?U_418 a ActivityRecognition:WatchingTVInBackground} => {?U_418 a ActivityRecognition:BackgroundActivity}. -{?U_419 a ActivityRecognition:WatchingTVInBackground} => {?U_419 a ActivityRecognition:InformationInteraction}. -{?U_420 a ActivityRecognition:WaterPlants} => {?U_420 a ActivityRecognition:HomeEnvironmentManagement}. -{?U_421 a ActivityRecognition:WearingDeodorant} => {?U_421 a ActivityRecognition:Hygiene}. -{?U_422 a ActivityRecognition:WindowClose} => {?U_422 a ActivityRecognition:WindowInteraction}. -{?U_423 a ActivityRecognition:WindowInteraction} => {?U_423 a ActivityRecognition:AtomicHomeActivities}. -{?U_424 a ActivityRecognition:WindowOpen} => {?U_424 a ActivityRecognition:WindowInteraction}. -{?U_425 a ActivityRecognition:Working} => {?U_425 a ActivityRecognition:ActiveActivity}. -{?U_426 a ActivityRecognition:Working} => {?U_426 a saref4ehaw:DailyActivity}. -{?U_427 a ActivityRecognition:WorkingOnHobby} => {?U_427 a ActivityRecognition:Leisure}. -{?U_428 a ActivityRecognition:Writing} => {?U_428 a ActivityRecognition:ActiveActivity}. -{?U_429 a ActivityRecognition:Writing} => {?U_429 a ActivityRecognition:InformationInteraction}. -{?U_430 a ActivityRecognition:Yardwork} => {?U_430 a ActivityRecognition:ActiveActivity}. -{?U_431 a ActivityRecognition:Yardwork} => {?U_431 a saref4ehaw:DailyActivity}. -{?U_432 a saref4ehaw:Habit} => {?U_432 a ActivityRecognition:Lifestyle}. -{?U_433 a ns2:AlcoholProblem} => {?U_433 a ns2:Addiction}. -{?U_434 a ns2:Cat} => {?U_434 a ns2:Pet}. -{?U_435 a ns2:Dog} => {?U_435 a ns2:Pet}. -{?U_436 a ns2:DrugsProblem} => {?U_436 a ns2:Addiction}. -{?U_437 a ns2:Hypochondriac} => {?U_437 a ns2:MentalState}. -{?U_438 a ns2:Latex} => {?U_438 a ns2:Allergies}. -{?U_439 a ns2:MedicationAllergy} => {?U_439 a ns2:Allergies}. -{?U_440 a ns2:MedicationProblem} => {?U_440 a ns2:Addiction}. -{?U_441 a ns2:OtherAllergy} => {?U_441 a ns2:Allergies}. -{?U_442 a ns2:OtherPet} => {?U_442 a ns2:Pet}. -{?U_443 a ns2:Schizophrenia} => {?U_443 a ns2:MentalState}. -{?U_444 a ns2:Sensitive} => {?U_444 a ns2:MentalState}. -{?U_445 a ns2:Symptom} => {?U_445 a saref-core:FeatureOfInterest}. -{?U_446 a ns2:Temperamental} => {?U_446 a ns2:MentalState}. -{?U_447 a SensorsAndActuators:AtmosphericPressure} => {?U_447 a SensorsAndActuators:Pressure}. -{?U_448 a SensorsAndActuators:BathRoom} => {?U_448 a SensorsAndActuators:Room}. -{?U_449 a SensorsAndActuators:BedRoom} => {?U_449 a SensorsAndActuators:Room}. -{?U_450 a SensorsAndActuators:Blind} => {?U_450 a SensorsAndActuators:EnvironmentalState}. -{?U_451 a SensorsAndActuators:BrownGoods} => {?U_451 a saref-core:Appliance}. -{?U_452 a SensorsAndActuators:Button} => {?U_452 a SensorsAndActuators:EnvironmentalState}. -{?U_453 a SensorsAndActuators:CO2} => {?U_453 a saref-core:Property}. -{?U_454 a SensorsAndActuators:CO2Sensor} => {?U_454 a saref-core:Sensor}. -{?U_455 a SensorsAndActuators:CoffeeMaker} => {?U_455 a SensorsAndActuators:BrownGoods}. -{?U_456 a SensorsAndActuators:Computer} => {?U_456 a SensorsAndActuators:BrownGoods}. -{?U_457 a SensorsAndActuators:ContactSensor} => {?U_457 a saref-core:Sensor}. -{?U_458 a SensorsAndActuators:DeepFreezer} => {?U_458 a SensorsAndActuators:WhiteGoods}. -{?U_459 a SensorsAndActuators:Dimmer} => {?U_459 a SensorsAndActuators:EnvironmentalState}. -{?U_460 a SensorsAndActuators:DinningRoom} => {?U_460 a SensorsAndActuators:Room}. -{?U_461 a SensorsAndActuators:Dishwasher} => {?U_461 a SensorsAndActuators:WhiteGoods}. -{?U_462 a SensorsAndActuators:DoorSensor} => {?U_462 a SensorsAndActuators:ContactSensor}. -{?U_463 a SensorsAndActuators:ElectricalCooker} => {?U_463 a SensorsAndActuators:WhiteGoods}. -{?U_464 a SensorsAndActuators:ElectricityMeter} => {?U_464 a saref-core:Meter}. -{?U_465 a SensorsAndActuators:EnergyConsumption} => {?U_465 a saref-core:Property}. -{?U_466 a SensorsAndActuators:EnvironmentalState} => {?U_466 a saref-core:Property}. -{?U_467 a SensorsAndActuators:Floor} => {?U_467 a saref4bldg:BuildingSpace}. -{?U_468 a SensorsAndActuators:Fridge} => {?U_468 a SensorsAndActuators:WhiteGoods}. -{?U_469 a SensorsAndActuators:Garage} => {?U_469 a saref4bldg:BuildingSpace}. -{?U_470 a SensorsAndActuators:Garden} => {?U_470 a saref4bldg:BuildingSpace}. -{?U_471 a SensorsAndActuators:Humidity} => {?U_471 a saref-core:Property}. -{?U_472 a SensorsAndActuators:HumiditySensor} => {?U_472 a saref-core:Sensor}. -{?U_473 a SensorsAndActuators:IndoorTemperature} => {?U_473 a SensorsAndActuators:Temperature}. -{?U_474 a SensorsAndActuators:Kitchen} => {?U_474 a SensorsAndActuators:Room}. -{?U_475 a SensorsAndActuators:Light} => {?U_475 a saref-core:Property}. -{?U_476 a SensorsAndActuators:LightSensor} => {?U_476 a saref-core:Sensor}. -{?U_477 a SensorsAndActuators:LightSwitch} => {?U_477 a SensorsAndActuators:EnvironmentalState}. -{?U_478 a SensorsAndActuators:LivingRoom} => {?U_478 a SensorsAndActuators:Room}. -{?U_479 a SensorsAndActuators:Localisation} => {?U_479 a saref-core:Property}. -{?U_480 a SensorsAndActuators:Loudness} => {?U_480 a SensorsAndActuators:Noise}. -{?U_481 a SensorsAndActuators:LoudnessSensor} => {?U_481 a saref-core:Sensor}. -{?U_482 a SensorsAndActuators:Microwave} => {?U_482 a SensorsAndActuators:WhiteGoods}. -{?U_483 a SensorsAndActuators:Motion} => {?U_483 a saref-core:Property}. -{?U_484 a SensorsAndActuators:MovementSensor} => {?U_484 a saref-core:Sensor}. -{?U_485 a SensorsAndActuators:Noise} => {?U_485 a saref-core:Property}. -{?U_486 a SensorsAndActuators:OutdoorTemperaturee} => {?U_486 a SensorsAndActuators:Temperature}. -{?U_487 a SensorsAndActuators:Oven} => {?U_487 a SensorsAndActuators:WhiteGoods}. -{?U_488 a SensorsAndActuators:PeopleNumber} => {?U_488 a SensorsAndActuators:Presence}. -{?U_489 a SensorsAndActuators:PeoplePresencee} => {?U_489 a SensorsAndActuators:Presence}. -{?U_490 a SensorsAndActuators:Positioning} => {?U_490 a SensorsAndActuators:EnvironmentalState}. -{?U_491 a SensorsAndActuators:Power} => {?U_491 a saref-core:Property}. -{?U_492 a SensorsAndActuators:Presence} => {?U_492 a saref-core:Property}. -{?U_493 a SensorsAndActuators:PresenceSensor} => {?U_493 a SensorsAndActuators:MovementSensor}. -{?U_494 a SensorsAndActuators:Pressure} => {?U_494 a saref-core:Property}. -{?U_495 a SensorsAndActuators:PressureSensor} => {?U_495 a saref-core:Sensor}. -{?U_496 a SensorsAndActuators:Radio} => {?U_496 a SensorsAndActuators:BrownGoods}. -{?U_497 a SensorsAndActuators:RainRate} => {?U_497 a SensorsAndActuators:Weather}. -{?U_498 a SensorsAndActuators:RainrateSensor} => {?U_498 a saref-core:Sensor}. -{?U_499 a SensorsAndActuators:RelativeHumidity} => {?U_499 a SensorsAndActuators:Humidity}. -{?U_500 a SensorsAndActuators:Relay} => {?U_500 a SensorsAndActuators:EnvironmentalState}. -{?U_501 a SensorsAndActuators:Room} => {?U_501 a saref4bldg:BuildingSpace}. -{?U_502 a SensorsAndActuators:Socket} => {?U_502 a saref-core:Device}. -{?U_503 a SensorsAndActuators:StorageRoom} => {?U_503 a SensorsAndActuators:Room}. -{?U_504 a SensorsAndActuators:Temperature} => {?U_504 a saref-core:Property}. -{?U_505 a SensorsAndActuators:TemperatureSensor} => {?U_505 a saref-core:TemperatureSensor}. -{?U_506 a SensorsAndActuators:Toilet} => {?U_506 a SensorsAndActuators:Room}. -{?U_507 a SensorsAndActuators:Tv} => {?U_507 a SensorsAndActuators:BrownGoods}. -{?U_508 a SensorsAndActuators:VOC} => {?U_508 a saref-core:Property}. -{?U_509 a SensorsAndActuators:VOCSensor} => {?U_509 a saref-core:Sensor}. -{?U_510 a SensorsAndActuators:VentilationLevel} => {?U_510 a saref-core:Property}. -{?U_511 a SensorsAndActuators:WashingMachine} => {?U_511 a SensorsAndActuators:WhiteGoods}. -{?U_512 a SensorsAndActuators:WaterBoiler} => {?U_512 a SensorsAndActuators:BrownGoods}. -{?U_513 a SensorsAndActuators:WaterRunning} => {?U_513 a saref-core:Property}. -{?U_514 a SensorsAndActuators:WaterRunningSensor} => {?U_514 a saref-core:Sensor}. -{?U_515 a SensorsAndActuators:Weather} => {?U_515 a saref-core:Property}. -{?U_516 a SensorsAndActuators:WhiteGoods} => {?U_516 a saref-core:Appliance}. -{?U_517 a SensorsAndActuators:WindSpeed} => {?U_517 a SensorsAndActuators:Weather}. -{?U_518 a SensorsAndActuators:WindSpeedSensor} => {?U_518 a saref-core:Sensor}. -{?U_519 a saref4bldg:Pump} => {?U_519 a saref-core:HVAC}. -{?U_520 a SensorsAndWearables:Acceleration} => {?U_520 a }. -{?U_521 a SensorsAndWearables:Accelerometer} => {?U_521 a }. -{?U_522 a SensorsAndWearables:Altitude} => {?U_522 a SensorsAndWearables:GeoLocation}. -{?U_523 a SensorsAndWearables:AmbientLightSensor} => {?U_523 a saref-core:Sensor}. -{?U_524 a SensorsAndWearables:AmbientNoiseSensor} => {?U_524 a saref-core:Sensor}. -{?U_525 a SensorsAndWearables:Amplitude} => {?U_525 a SensorsAndWearables:Noise}. -{?U_526 a SensorsAndWearables:ApplicationUsage} => {?U_526 a ns6:WearableProperty}. -{?U_527 a SensorsAndWearables:ApplicationUsageMeter} => {?U_527 a SensorsAndWearables:SmartphoneUsageMeter}. -{?U_528 a SensorsAndWearables:Axis} => {?U_528 a geosp:Geometry}. -{?U_529 a SensorsAndWearables:BatteryLevelMeter} => {?U_529 a saref-core:Meter}. -{?U_530 a SensorsAndWearables:BloodPressure} => {?U_530 a ns6:BiometricProperty}. -{?U_531 a SensorsAndWearables:BloodVolumePulse} => {?U_531 a ns6:BiometricProperty}. -{?U_532 a SensorsAndWearables:Empatica} => {?U_532 a ns6:OnBodyWearable}. -{?U_533 a SensorsAndWearables:Frequency} => {?U_533 a SensorsAndWearables:Noise}. -{?U_534 a SensorsAndWearables:GPSSensor} => {?U_534 a saref-core:Sensor}. -{?U_535 a SensorsAndWearables:GSRSensor} => {?U_535 a saref-core:Sensor}. -{?U_536 a SensorsAndWearables:GeoLocation} => {?U_536 a saref-core:Property}. -{?U_537 a SensorsAndWearables:Gravity} => {?U_537 a }. -{?U_538 a SensorsAndWearables:GravitySensor} => {?U_538 a }. -{?U_539 a SensorsAndWearables:Gyroscope} => {?U_539 a }. -{?U_540 a SensorsAndWearables:HeartRate} => {?U_540 a ns6:BiometricProperty}. -{?U_541 a SensorsAndWearables:InterBeatInterval} => {?U_541 a ns6:BiometricProperty}. -{?U_542 a SensorsAndWearables:KeyStrokes} => {?U_542 a ns6:WearableProperty}. -{?U_543 a SensorsAndWearables:KeyboardUsageMeter} => {?U_543 a SensorsAndWearables:SmartphoneUsageMeter}. -{?U_544 a SensorsAndWearables:Latitude} => {?U_544 a SensorsAndWearables:GeoLocation}. -{?U_545 a SensorsAndWearables:Light} => {?U_545 a ns6:WearableProperty}. -{?U_546 a SensorsAndWearables:LinearAcceleration} => {?U_546 a }. -{?U_547 a SensorsAndWearables:LinearAccelerometer} => {?U_547 a }. -{?U_548 a SensorsAndWearables:LocationAccuracy} => {?U_548 a SensorsAndWearables:GeoLocation}. -{?U_549 a SensorsAndWearables:LocationBearing} => {?U_549 a SensorsAndWearables:GeoLocation}. -{?U_550 a SensorsAndWearables:Longitude} => {?U_550 a SensorsAndWearables:GeoLocation}. -{?U_551 a SensorsAndWearables:MagneticFieldStrength} => {?U_551 a }. -{?U_552 a SensorsAndWearables:Magnetometer} => {?U_552 a }. -{?U_553 a SensorsAndWearables:Noise} => {?U_553 a ns6:WearableProperty}. -{?U_554 a SensorsAndWearables:OnWristDetector} => {?U_554 a saref-core:Meter}. -{?U_555 a SensorsAndWearables:OrientationDeviation} => {?U_555 a }. -{?U_556 a SensorsAndWearables:PPGSensor} => {?U_556 a saref-core:Sensor}. -{?U_557 a SensorsAndWearables:Proximity} => {?U_557 a ns6:WearableProperty}. -{?U_558 a SensorsAndWearables:ProximitySensor} => {?U_558 a saref-core:Sensor}. -{?U_559 a SensorsAndWearables:Rotation} => {?U_559 a }. -{?U_560 a SensorsAndWearables:RotationSensor} => {?U_560 a }. -{?U_561 a SensorsAndWearables:SPO2} => {?U_561 a ns6:BiometricProperty}. -{?U_562 a SensorsAndWearables:ScreenUsage} => {?U_562 a ns6:WearableProperty}. -{?U_563 a SensorsAndWearables:ScreenUsageMeter} => {?U_563 a SensorsAndWearables:SmartphoneUsageMeter}. -{?U_564 a SensorsAndWearables:SkinConductance} => {?U_564 a ns6:BiometricProperty}. -{?U_565 a SensorsAndWearables:SkinTemperature} => {?U_565 a ns6:BiometricProperty}. -{?U_566 a SensorsAndWearables:Smartphone} => {?U_566 a ns6:NearBodyWearable}. -{?U_567 a SensorsAndWearables:SmartphoneAcceleration} => {?U_567 a SensorsAndWearables:Acceleration}. -{?U_568 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_568 a saref-core:Meter}. -{?U_569 a SensorsAndWearables:StepCount} => {?U_569 a ns6:WearableProperty}. -{?U_570 a SensorsAndWearables:StepCounter} => {?U_570 a saref-core:Meter}. -{?U_571 a SensorsAndWearables:Thermopile} => {?U_571 a saref-core:TemperatureSensor}. -{?U_572 a SensorsAndWearables:WearableAcceleration} => {?U_572 a SensorsAndWearables:Acceleration}. -{?U_573 a SensorsAndWearables:Weight} => {?U_573 a ns6:BiometricProperty}. -{?U_574 a SensorsAndWearables:XAxis} => {?U_574 a SensorsAndWearables:Axis}. -{?U_575 a SensorsAndWearables:YAxis} => {?U_575 a SensorsAndWearables:Axis}. -{?U_576 a SensorsAndWearables:ZAxis} => {?U_576 a SensorsAndWearables:Axis}. -{?U_577 a } => {?U_577 a ns6:WearableProperty}. -{?U_578 a } => {?U_578 a }. -{?U_579 a } => {?U_579 a saref-core:Sensor}. -{?U_580 a } => {?U_580 a }. -{?U_581 a dogont:Button} => {?U_581 a saref-core:Device}. -{?U_582 a dogont:Closet} => {?U_582 a ns3:Furniture}. -{?U_583 a dogont:Cupboard} => {?U_583 a ns3:Furniture}. -{?U_584 a dogont:DimmableLight} => {?U_584 a saref4bldg:Actuator}. -{?U_585 a dogont:DimmerLamp} => {?U_585 a saref4bldg:Actuator}. -{?U_586 a dogont:DimmerSwitch} => {?U_586 a saref4bldg:Actuator}. -{?U_587 a dogont:Door} => {?U_587 a ns3:Furniture}. -{?U_588 a dogont:Shutter} => {?U_588 a ns3:Furniture}. -{?U_589 a dogont:ShutterActuator} => {?U_589 a saref4bldg:Actuator}. -{?U_590 a dogont:Terrace} => {?U_590 a saref4bldg:BuildingSpace}. -{?U_591 a dogont:Window} => {?U_591 a ns3:Furniture}. -{?U_592 a ns3:Curtain} => {?U_592 a ns3:Furniture}. -{?U_593 a ns3:Furniture} => {?U_593 a saref4bldg:PhysicalObject}. -{?U_594 a ns3:Netatmo} => {?U_594 a saref-core:Sensor}. -{?U_595 a ns3:WeatherStation} => {?U_595 a saref-core:Sensor}. -{?U_596 a ns3:WindowSensor} => {?U_596 a saref-core:Sensor}. -{?U_597 a ns4:EmpaticaTagButton} => {?U_597 a saref-core:Device}. -{?U_598 a ns4:SleepAPI} => {?U_598 a saref-core:Meter}. -{?U_599 a ns5:Quality} => {?U_599 a }. -{?U_600 a eep:Execution} => {?U_600 a }. -{?U_601 a eep:Execution} => {?U_601 a }. -{?U_602 a eep:Execution} => {?U_602 a }. -{?U_603 a saref-core:ActuatingFunction} => {?U_603 a saref-core:Function}. -{?U_604 a saref-core:Actuator} => {?U_604 a saref-core:Device}. -{?U_605 a saref-core:Actuator} => {?U_605 a }. -{?U_606 a saref-core:Appliance} => {?U_606 a saref-core:Device}. -{?U_607 a saref-core:CloseCommand} => {?U_607 a saref-core:Command}. -{?U_608 a saref-core:CloseCommand} => {?U_608 a }. -{?U_609 a saref-core:CloseCommand} => {?U_609 a }. -{?U_610 a saref-core:CloseState} => {?U_610 a saref-core:OpenCloseState}. -{?U_611 a saref-core:Coal} => {?U_611 a saref-core:Commodity}. -{?U_612 a saref-core:Command} => {?U_612 a }. -{?U_613 a saref-core:Command} => {?U_613 a }. -{?U_614 a saref-core:Currency} => {?U_614 a saref-core:UnitOfMeasure}. -{?U_615 a saref-core:Device} => {?U_615 a }. -{?U_616 a saref-core:Device} => {?U_616 a }. -{?U_617 a saref-core:Device} => {?U_617 a }. -{?U_618 a saref-core:Device} => {?U_618 a }. -{?U_619 a saref-core:Device} => {?U_619 a }. -{?U_620 a saref-core:Device} => {?U_620 a }. -{?U_621 a saref-core:Device} => {?U_621 a }. -{?U_622 a saref-core:Device} => {?U_622 a }. -{?U_623 a saref-core:Device} => {?U_623 a }. -{?U_624 a saref-core:Device} => {?U_624 a }. -{?U_625 a saref-core:Device} => {?U_625 a }. -{?U_626 a saref-core:Device} => {?U_626 a }. -{?U_627 a saref-core:DoorSwitch} => {?U_627 a saref-core:Switch}. -{?U_628 a saref-core:DoorSwitch} => {?U_628 a }. -{?U_629 a saref-core:DoorSwitch} => {?U_629 a }. -{?U_630 a saref-core:Electricity} => {?U_630 a saref-core:Commodity}. -{?U_631 a saref-core:Energy} => {?U_631 a saref-core:Property}. -{?U_632 a saref-core:EnergyUnit} => {?U_632 a saref-core:UnitOfMeasure}. -{?U_633 a saref-core:EventFunction} => {?U_633 a saref-core:Function}. -{?U_634 a saref-core:EventFunction} => {?U_634 a }. -{?U_635 a saref-core:FeatureOfInterest} => {?U_635 a }. -{?U_636 a saref-core:FeatureOfInterest} => {?U_636 a }. -{?U_637 a saref-core:Function} => {?U_637 a }. -{?U_638 a saref-core:Gas} => {?U_638 a saref-core:Commodity}. -{?U_639 a saref-core:GetCommand} => {?U_639 a saref-core:Command}. -{?U_640 a saref-core:GetCurrentMeterValueCommand} => {?U_640 a saref-core:GetCommand}. -{?U_641 a saref-core:GetCurrentMeterValueCommand} => {?U_641 a }. -{?U_642 a saref-core:GetMeterDataCommand} => {?U_642 a saref-core:GetCommand}. -{?U_643 a saref-core:GetMeterDataCommand} => {?U_643 a }. -{?U_644 a saref-core:GetMeterHistoryCommand} => {?U_644 a saref-core:GetCommand}. -{?U_645 a saref-core:GetMeterHistoryCommand} => {?U_645 a }. -{?U_646 a saref-core:GetSensingDataCommand} => {?U_646 a saref-core:GetCommand}. -{?U_647 a saref-core:GetSensingDataCommand} => {?U_647 a }. -{?U_648 a saref-core:HVAC} => {?U_648 a saref-core:Device}. -{?U_649 a saref-core:Humidity} => {?U_649 a saref-core:Property}. -{?U_650 a saref-core:IlluminanceUnit} => {?U_650 a saref-core:UnitOfMeasure}. -{?U_651 a saref-core:LevelControlFunction} => {?U_651 a saref-core:ActuatingFunction}. -{?U_652 a saref-core:Light} => {?U_652 a saref-core:Property}. -{?U_653 a saref-core:LightSwitch} => {?U_653 a saref-core:Switch}. -{?U_654 a saref-core:LightSwitch} => {?U_654 a }. -{?U_655 a saref-core:LightSwitch} => {?U_655 a }. -{?U_656 a saref-core:LightSwitch} => {?U_656 a }. -{?U_657 a saref-core:LightSwitch} => {?U_657 a }. -{?U_658 a saref-core:Measurement} => {?U_658 a }. -{?U_659 a saref-core:Measurement} => {?U_659 a }. -{?U_660 a saref-core:Measurement} => {?U_660 a }. -{?U_661 a saref-core:Measurement} => {?U_661 a }. -{?U_662 a saref-core:Measurement} => {?U_662 a }. -{?U_663 a saref-core:Measurement} => {?U_663 a }. -{?U_664 a saref-core:Measurement} => {?U_664 a }. -{?U_665 a saref-core:Meter} => {?U_665 a saref-core:Device}. -{?U_666 a saref-core:Meter} => {?U_666 a }. -{?U_667 a saref-core:MeteringFunction} => {?U_667 a saref-core:Function}. -{?U_668 a saref-core:MeteringFunction} => {?U_668 a }. -{?U_669 a saref-core:MeteringFunction} => {?U_669 a }. -{?U_670 a saref-core:Motion} => {?U_670 a saref-core:Property}. -{?U_671 a saref-core:MultiLevelState} => {?U_671 a saref-core:State}. -{?U_672 a saref-core:NotifyCommand} => {?U_672 a saref-core:Command}. -{?U_673 a saref-core:NotifyCommand} => {?U_673 a }. -{?U_674 a saref-core:Occupancy} => {?U_674 a saref-core:Property}. -{?U_675 a saref-core:OffCommand} => {?U_675 a saref-core:Command}. -{?U_676 a saref-core:OffCommand} => {?U_676 a }. -{?U_677 a saref-core:OffCommand} => {?U_677 a }. -{?U_678 a saref-core:OffState} => {?U_678 a saref-core:OnOffState}. -{?U_679 a saref-core:OnCommand} => {?U_679 a saref-core:Command}. -{?U_680 a saref-core:OnCommand} => {?U_680 a }. -{?U_681 a saref-core:OnCommand} => {?U_681 a }. -{?U_682 a saref-core:OnOffFunction} => {?U_682 a saref-core:ActuatingFunction}. -{?U_683 a saref-core:OnOffState} => {?U_683 a saref-core:State}. -{?U_684 a saref-core:OnState} => {?U_684 a saref-core:OnOffState}. -{?U_685 a saref-core:OpenCloseFunction} => {?U_685 a saref-core:ActuatingFunction}. -{?U_686 a saref-core:OpenCloseState} => {?U_686 a saref-core:State}. -{?U_687 a saref-core:OpenCommand} => {?U_687 a saref-core:Command}. -{?U_688 a saref-core:OpenCommand} => {?U_688 a }. -{?U_689 a saref-core:OpenCommand} => {?U_689 a }. -{?U_690 a saref-core:OpenState} => {?U_690 a saref-core:OpenCloseState}. -{?U_691 a saref-core:PauseCommand} => {?U_691 a saref-core:Command}. -{?U_692 a saref-core:Power} => {?U_692 a saref-core:Property}. -{?U_693 a saref-core:PowerUnit} => {?U_693 a saref-core:UnitOfMeasure}. -{?U_694 a saref-core:Pressure} => {?U_694 a saref-core:Property}. -{?U_695 a saref-core:PressureUnit} => {?U_695 a saref-core:UnitOfMeasure}. -{?U_696 a saref-core:Price} => {?U_696 a saref-core:Property}. -{?U_697 a saref-core:Profile} => {?U_697 a }. -{?U_698 a saref-core:Profile} => {?U_698 a }. -{?U_699 a saref-core:Profile} => {?U_699 a }. -{?U_700 a saref-core:Profile} => {?U_700 a }. -{?U_701 a saref-core:Property} => {?U_701 a }. -{?U_702 a saref-core:Property} => {?U_702 a }. -{?U_703 a saref-core:Property} => {?U_703 a }. -{?U_704 a saref-core:Property} => {?U_704 a }. -{?U_705 a saref-core:SensingFunction} => {?U_705 a saref-core:Function}. -{?U_706 a saref-core:SensingFunction} => {?U_706 a }. -{?U_707 a saref-core:SensingFunction} => {?U_707 a }. -{?U_708 a saref-core:Sensor} => {?U_708 a saref-core:Device}. -{?U_709 a saref-core:Sensor} => {?U_709 a }. -{?U_710 a saref-core:Service} => {?U_710 a }. -{?U_711 a saref-core:Service} => {?U_711 a }. -{?U_712 a saref-core:SetAbsoluteLevelCommand} => {?U_712 a saref-core:SetLevelCommand}. -{?U_713 a saref-core:SetLevelCommand} => {?U_713 a saref-core:Command}. -{?U_714 a saref-core:SetLevelCommand} => {?U_714 a }. -{?U_715 a saref-core:SetLevelCommand} => {?U_715 a }. -{?U_716 a saref-core:SetRelativeLevelCommand} => {?U_716 a saref-core:SetLevelCommand}. -{?U_717 a saref-core:Smoke} => {?U_717 a saref-core:Property}. -{?U_718 a saref-core:SmokeSensor} => {?U_718 a saref-core:Sensor}. -{?U_719 a saref-core:SmokeSensor} => {?U_719 a }. -{?U_720 a saref-core:SmokeSensor} => {?U_720 a }. -{?U_721 a saref-core:SmokeSensor} => {?U_721 a }. -{?U_722 a saref-core:StartCommand} => {?U_722 a saref-core:Command}. -{?U_723 a saref-core:StartCommand} => {?U_723 a }. -{?U_724 a saref-core:StartCommand} => {?U_724 a }. -{?U_725 a saref-core:StartState} => {?U_725 a saref-core:StartStopState}. -{?U_726 a saref-core:StartStopFunction} => {?U_726 a saref-core:ActuatingFunction}. -{?U_727 a saref-core:StartStopState} => {?U_727 a saref-core:State}. -{?U_728 a saref-core:StepDownCommand} => {?U_728 a saref-core:Command}. -{?U_729 a saref-core:StepDownCommand} => {?U_729 a }. -{?U_730 a saref-core:StepDownCommand} => {?U_730 a }. -{?U_731 a saref-core:StepUpCommand} => {?U_731 a saref-core:Command}. -{?U_732 a saref-core:StepUpCommand} => {?U_732 a }. -{?U_733 a saref-core:StepUpCommand} => {?U_733 a }. -{?U_734 a saref-core:StopCommand} => {?U_734 a saref-core:Command}. -{?U_735 a saref-core:StopCommand} => {?U_735 a }. -{?U_736 a saref-core:StopCommand} => {?U_736 a }. -{?U_737 a saref-core:StopState} => {?U_737 a saref-core:StartStopState}. -{?U_738 a saref-core:Switch} => {?U_738 a saref-core:Actuator}. -{?U_739 a saref-core:SwitchOnService} => {?U_739 a saref-core:Service}. -{?U_740 a saref-core:SwitchOnService} => {?U_740 a }. -{?U_741 a saref-core:SwitchOnService} => {?U_741 a }. -{?U_742 a saref-core:Temperature} => {?U_742 a saref-core:Property}. -{?U_743 a saref-core:TemperatureSensor} => {?U_743 a saref-core:Sensor}. -{?U_744 a saref-core:TemperatureSensor} => {?U_744 a }. -{?U_745 a saref-core:TemperatureSensor} => {?U_745 a }. -{?U_746 a saref-core:TemperatureUnit} => {?U_746 a saref-core:UnitOfMeasure}. -{?U_747 a saref-core:ToggleCommand} => {?U_747 a saref-core:Command}. -{?U_748 a saref-core:ToggleCommand} => {?U_748 a }. -{?U_749 a saref-core:Water} => {?U_749 a saref-core:Commodity}. -{?U_750 a saref4bldg:Actuator} => {?U_750 a saref4bldg:DistributionControlDevice}. -{?U_751 a saref4bldg:Actuator} => {?U_751 a saref-core:Actuator}. -{?U_752 a saref4bldg:Actuator} => {?U_752 a }. -{?U_753 a saref4bldg:Actuator} => {?U_753 a }. -{?U_754 a saref4bldg:AirToAirHeatRecovery} => {?U_754 a saref4bldg:EnergyConversionDevice}. -{?U_755 a saref4bldg:AirToAirHeatRecovery} => {?U_755 a }. -{?U_756 a saref4bldg:AirToAirHeatRecovery} => {?U_756 a }. -{?U_757 a saref4bldg:AirToAirHeatRecovery} => {?U_757 a }. -{?U_758 a saref4bldg:AirToAirHeatRecovery} => {?U_758 a }. -{?U_759 a saref4bldg:AirToAirHeatRecovery} => {?U_759 a }. -{?U_760 a saref4bldg:AirToAirHeatRecovery} => {?U_760 a }. -{?U_761 a saref4bldg:AirToAirHeatRecovery} => {?U_761 a }. -{?U_762 a saref4bldg:AirToAirHeatRecovery} => {?U_762 a }. -{?U_763 a saref4bldg:Alarm} => {?U_763 a saref4bldg:DistributionControlDevice}. -{?U_764 a saref4bldg:AudioVisualAppliance} => {?U_764 a saref4bldg:FlowTerminal}. -{?U_765 a saref4bldg:AudioVisualAppliance} => {?U_765 a }. -{?U_766 a saref4bldg:AudioVisualAppliance} => {?U_766 a }. -{?U_767 a saref4bldg:Boiler} => {?U_767 a saref4bldg:EnergyConversionDevice}. -{?U_768 a saref4bldg:Boiler} => {?U_768 a }. -{?U_769 a saref4bldg:Boiler} => {?U_769 a }. -{?U_770 a saref4bldg:Boiler} => {?U_770 a }. -{?U_771 a saref4bldg:Boiler} => {?U_771 a }. -{?U_772 a saref4bldg:Boiler} => {?U_772 a }. -{?U_773 a saref4bldg:Boiler} => {?U_773 a }. -{?U_774 a saref4bldg:Boiler} => {?U_774 a }. -{?U_775 a saref4bldg:Boiler} => {?U_775 a }. -{?U_776 a saref4bldg:Boiler} => {?U_776 a }. -{?U_777 a saref4bldg:Boiler} => {?U_777 a }. -{?U_778 a saref4bldg:Boiler} => {?U_778 a }. -{?U_779 a saref4bldg:Boiler} => {?U_779 a }. -{?U_780 a saref4bldg:Building} => {?U_780 a }. -{?U_781 a saref4bldg:BuildingDevice} => {?U_781 a saref4bldg:BuildingObject}. -{?U_782 a saref4bldg:BuildingDevice} => {?U_782 a saref-core:Device}. -{?U_783 a saref4bldg:BuildingObject} => {?U_783 a saref4bldg:PhysicalObject}. -{?U_784 a saref4bldg:BuildingSpace} => {?U_784 a }. -{?U_785 a saref4bldg:BuildingSpace} => {?U_785 a }. -{?U_786 a saref4bldg:BuildingSpace} => {?U_786 a }. -{?U_787 a saref4bldg:Burner} => {?U_787 a saref4bldg:EnergyConversionDevice}. -{?U_788 a saref4bldg:Burner} => {?U_788 a }. -{?U_789 a saref4bldg:Chiller} => {?U_789 a saref4bldg:EnergyConversionDevice}. -{?U_790 a saref4bldg:Chiller} => {?U_790 a }. -{?U_791 a saref4bldg:Chiller} => {?U_791 a }. -{?U_792 a saref4bldg:Chiller} => {?U_792 a }. -{?U_793 a saref4bldg:Chiller} => {?U_793 a }. -{?U_794 a saref4bldg:Chiller} => {?U_794 a }. -{?U_795 a saref4bldg:Chiller} => {?U_795 a }. -{?U_796 a saref4bldg:Coil} => {?U_796 a saref4bldg:EnergyConversionDevice}. -{?U_797 a saref4bldg:Coil} => {?U_797 a }. -{?U_798 a saref4bldg:Coil} => {?U_798 a }. -{?U_799 a saref4bldg:Coil} => {?U_799 a }. -{?U_800 a saref4bldg:Coil} => {?U_800 a }. -{?U_801 a saref4bldg:Coil} => {?U_801 a }. -{?U_802 a saref4bldg:Coil} => {?U_802 a }. -{?U_803 a saref4bldg:Coil} => {?U_803 a }. -{?U_804 a saref4bldg:Coil} => {?U_804 a }. -{?U_805 a saref4bldg:CommunicationAppliance} => {?U_805 a saref4bldg:FlowTerminal}. -{?U_806 a saref4bldg:Compressor} => {?U_806 a saref4bldg:FlowMovingDevice}. -{?U_807 a saref4bldg:Compressor} => {?U_807 a }. -{?U_808 a saref4bldg:Compressor} => {?U_808 a }. -{?U_809 a saref4bldg:Compressor} => {?U_809 a }. -{?U_810 a saref4bldg:Compressor} => {?U_810 a }. -{?U_811 a saref4bldg:Compressor} => {?U_811 a }. -{?U_812 a saref4bldg:Compressor} => {?U_812 a }. -{?U_813 a saref4bldg:Compressor} => {?U_813 a }. -{?U_814 a saref4bldg:Compressor} => {?U_814 a }. -{?U_815 a saref4bldg:Compressor} => {?U_815 a }. -{?U_816 a saref4bldg:Compressor} => {?U_816 a }. -{?U_817 a saref4bldg:Condenser} => {?U_817 a saref4bldg:EnergyConversionDevice}. -{?U_818 a saref4bldg:Condenser} => {?U_818 a }. -{?U_819 a saref4bldg:Condenser} => {?U_819 a }. -{?U_820 a saref4bldg:Condenser} => {?U_820 a }. -{?U_821 a saref4bldg:Condenser} => {?U_821 a }. -{?U_822 a saref4bldg:Condenser} => {?U_822 a }. -{?U_823 a saref4bldg:Condenser} => {?U_823 a }. -{?U_824 a saref4bldg:Condenser} => {?U_824 a }. -{?U_825 a saref4bldg:Controller} => {?U_825 a saref4bldg:DistributionControlDevice}. -{?U_826 a saref4bldg:CooledBeam} => {?U_826 a saref4bldg:EnergyConversionDevice}. -{?U_827 a saref4bldg:CooledBeam} => {?U_827 a }. -{?U_828 a saref4bldg:CooledBeam} => {?U_828 a }. -{?U_829 a saref4bldg:CooledBeam} => {?U_829 a }. -{?U_830 a saref4bldg:CooledBeam} => {?U_830 a }. -{?U_831 a saref4bldg:CooledBeam} => {?U_831 a }. -{?U_832 a saref4bldg:CooledBeam} => {?U_832 a }. -{?U_833 a saref4bldg:CooledBeam} => {?U_833 a }. -{?U_834 a saref4bldg:CooledBeam} => {?U_834 a }. -{?U_835 a saref4bldg:CooledBeam} => {?U_835 a }. -{?U_836 a saref4bldg:CooledBeam} => {?U_836 a }. -{?U_837 a saref4bldg:CooledBeam} => {?U_837 a }. -{?U_838 a saref4bldg:CooledBeam} => {?U_838 a }. -{?U_839 a saref4bldg:CooledBeam} => {?U_839 a }. -{?U_840 a saref4bldg:CooledBeam} => {?U_840 a }. -{?U_841 a saref4bldg:CooledBeam} => {?U_841 a }. -{?U_842 a saref4bldg:CooledBeam} => {?U_842 a }. -{?U_843 a saref4bldg:CooledBeam} => {?U_843 a }. -{?U_844 a saref4bldg:CooledBeam} => {?U_844 a }. -{?U_845 a saref4bldg:CooledBeam} => {?U_845 a }. -{?U_846 a saref4bldg:CooledBeam} => {?U_846 a }. -{?U_847 a saref4bldg:CoolingTower} => {?U_847 a saref4bldg:EnergyConversionDevice}. -{?U_848 a saref4bldg:CoolingTower} => {?U_848 a }. -{?U_849 a saref4bldg:CoolingTower} => {?U_849 a }. -{?U_850 a saref4bldg:CoolingTower} => {?U_850 a }. -{?U_851 a saref4bldg:CoolingTower} => {?U_851 a }. -{?U_852 a saref4bldg:CoolingTower} => {?U_852 a }. -{?U_853 a saref4bldg:CoolingTower} => {?U_853 a }. -{?U_854 a saref4bldg:CoolingTower} => {?U_854 a }. -{?U_855 a saref4bldg:CoolingTower} => {?U_855 a }. -{?U_856 a saref4bldg:CoolingTower} => {?U_856 a }. -{?U_857 a saref4bldg:CoolingTower} => {?U_857 a }. -{?U_858 a saref4bldg:CoolingTower} => {?U_858 a }. -{?U_859 a saref4bldg:CoolingTower} => {?U_859 a }. -{?U_860 a saref4bldg:CoolingTower} => {?U_860 a }. -{?U_861 a saref4bldg:CoolingTower} => {?U_861 a }. -{?U_862 a saref4bldg:Damper} => {?U_862 a saref4bldg:FlowController}. -{?U_863 a saref4bldg:Damper} => {?U_863 a }. -{?U_864 a saref4bldg:Damper} => {?U_864 a }. -{?U_865 a saref4bldg:Damper} => {?U_865 a }. -{?U_866 a saref4bldg:Damper} => {?U_866 a }. -{?U_867 a saref4bldg:Damper} => {?U_867 a }. -{?U_868 a saref4bldg:Damper} => {?U_868 a }. -{?U_869 a saref4bldg:Damper} => {?U_869 a }. -{?U_870 a saref4bldg:Damper} => {?U_870 a }. -{?U_871 a saref4bldg:Damper} => {?U_871 a }. -{?U_872 a saref4bldg:Damper} => {?U_872 a }. -{?U_873 a saref4bldg:Damper} => {?U_873 a }. -{?U_874 a saref4bldg:Damper} => {?U_874 a }. -{?U_875 a saref4bldg:Damper} => {?U_875 a }. -{?U_876 a saref4bldg:Damper} => {?U_876 a }. -{?U_877 a saref4bldg:Damper} => {?U_877 a }. -{?U_878 a saref4bldg:Damper} => {?U_878 a }. -{?U_879 a saref4bldg:Damper} => {?U_879 a }. -{?U_880 a saref4bldg:Damper} => {?U_880 a }. -{?U_881 a saref4bldg:Damper} => {?U_881 a }. -{?U_882 a saref4bldg:Damper} => {?U_882 a }. -{?U_883 a saref4bldg:DistributionControlDevice} => {?U_883 a saref4bldg:DistributionDevice}. -{?U_884 a saref4bldg:DistributionDevice} => {?U_884 a saref4bldg:BuildingDevice}. -{?U_885 a saref4bldg:DistributionFlowDevice} => {?U_885 a saref4bldg:DistributionDevice}. -{?U_886 a saref4bldg:DuctSilencer} => {?U_886 a saref4bldg:FlowTreatmentDevice}. -{?U_887 a saref4bldg:DuctSilencer} => {?U_887 a }. -{?U_888 a saref4bldg:DuctSilencer} => {?U_888 a }. -{?U_889 a saref4bldg:DuctSilencer} => {?U_889 a }. -{?U_890 a saref4bldg:DuctSilencer} => {?U_890 a }. -{?U_891 a saref4bldg:DuctSilencer} => {?U_891 a }. -{?U_892 a saref4bldg:DuctSilencer} => {?U_892 a }. -{?U_893 a saref4bldg:DuctSilencer} => {?U_893 a }. -{?U_894 a saref4bldg:DuctSilencer} => {?U_894 a }. -{?U_895 a saref4bldg:DuctSilencer} => {?U_895 a }. -{?U_896 a saref4bldg:DuctSilencer} => {?U_896 a }. -{?U_897 a saref4bldg:ElectricAppliance} => {?U_897 a saref4bldg:FlowTerminal}. -{?U_898 a saref4bldg:ElectricFlowStorageDevice} => {?U_898 a saref4bldg:FlowStorageDevice}. -{?U_899 a saref4bldg:ElectricFlowStorageDevice} => {?U_899 a }. -{?U_900 a saref4bldg:ElectricFlowStorageDevice} => {?U_900 a }. -{?U_901 a saref4bldg:ElectricFlowStorageDevice} => {?U_901 a }. -{?U_902 a saref4bldg:ElectricGenerator} => {?U_902 a saref4bldg:EnergyConversionDevice}. -{?U_903 a saref4bldg:ElectricGenerator} => {?U_903 a }. -{?U_904 a saref4bldg:ElectricGenerator} => {?U_904 a }. -{?U_905 a saref4bldg:ElectricGenerator} => {?U_905 a }. -{?U_906 a saref4bldg:ElectricMotor} => {?U_906 a saref4bldg:EnergyConversionDevice}. -{?U_907 a saref4bldg:ElectricMotor} => {?U_907 a }. -{?U_908 a saref4bldg:ElectricMotor} => {?U_908 a }. -{?U_909 a saref4bldg:ElectricMotor} => {?U_909 a }. -{?U_910 a saref4bldg:ElectricMotor} => {?U_910 a }. -{?U_911 a saref4bldg:ElectricMotor} => {?U_911 a }. -{?U_912 a saref4bldg:ElectricMotor} => {?U_912 a }. -{?U_913 a saref4bldg:ElectricMotor} => {?U_913 a }. -{?U_914 a saref4bldg:ElectricMotor} => {?U_914 a }. -{?U_915 a saref4bldg:ElectricMotor} => {?U_915 a }. -{?U_916 a saref4bldg:ElectricMotor} => {?U_916 a }. -{?U_917 a saref4bldg:ElectricTimeControl} => {?U_917 a saref4bldg:FlowController}. -{?U_918 a saref4bldg:EnergyConversionDevice} => {?U_918 a saref4bldg:DistributionFlowDevice}. -{?U_919 a saref4bldg:Engine} => {?U_919 a saref4bldg:EnergyConversionDevice}. -{?U_920 a saref4bldg:Engine} => {?U_920 a }. -{?U_921 a saref4bldg:EvaporativeCooler} => {?U_921 a saref4bldg:EnergyConversionDevice}. -{?U_922 a saref4bldg:EvaporativeCooler} => {?U_922 a }. -{?U_923 a saref4bldg:EvaporativeCooler} => {?U_923 a }. -{?U_924 a saref4bldg:EvaporativeCooler} => {?U_924 a }. -{?U_925 a saref4bldg:EvaporativeCooler} => {?U_925 a }. -{?U_926 a saref4bldg:EvaporativeCooler} => {?U_926 a }. -{?U_927 a saref4bldg:Evaporator} => {?U_927 a saref4bldg:EnergyConversionDevice}. -{?U_928 a saref4bldg:Evaporator} => {?U_928 a }. -{?U_929 a saref4bldg:Evaporator} => {?U_929 a }. -{?U_930 a saref4bldg:Evaporator} => {?U_930 a }. -{?U_931 a saref4bldg:Evaporator} => {?U_931 a }. -{?U_932 a saref4bldg:Evaporator} => {?U_932 a }. -{?U_933 a saref4bldg:Evaporator} => {?U_933 a }. -{?U_934 a saref4bldg:Evaporator} => {?U_934 a }. -{?U_935 a saref4bldg:Evaporator} => {?U_935 a }. -{?U_936 a saref4bldg:Evaporator} => {?U_936 a }. -{?U_937 a saref4bldg:Fan} => {?U_937 a saref4bldg:FlowMovingDevice}. -{?U_938 a saref4bldg:Fan} => {?U_938 a }. -{?U_939 a saref4bldg:Fan} => {?U_939 a }. -{?U_940 a saref4bldg:Fan} => {?U_940 a }. -{?U_941 a saref4bldg:Fan} => {?U_941 a }. -{?U_942 a saref4bldg:Fan} => {?U_942 a }. -{?U_943 a saref4bldg:Fan} => {?U_943 a }. -{?U_944 a saref4bldg:Fan} => {?U_944 a }. -{?U_945 a saref4bldg:Fan} => {?U_945 a }. -{?U_946 a saref4bldg:Fan} => {?U_946 a }. -{?U_947 a saref4bldg:Fan} => {?U_947 a }. -{?U_948 a saref4bldg:Filter} => {?U_948 a saref4bldg:FlowTreatmentDevice}. -{?U_949 a saref4bldg:Filter} => {?U_949 a }. -{?U_950 a saref4bldg:Filter} => {?U_950 a }. -{?U_951 a saref4bldg:Filter} => {?U_951 a }. -{?U_952 a saref4bldg:Filter} => {?U_952 a }. -{?U_953 a saref4bldg:Filter} => {?U_953 a }. -{?U_954 a saref4bldg:Filter} => {?U_954 a }. -{?U_955 a saref4bldg:Filter} => {?U_955 a }. -{?U_956 a saref4bldg:Filter} => {?U_956 a }. -{?U_957 a saref4bldg:Filter} => {?U_957 a }. -{?U_958 a saref4bldg:Filter} => {?U_958 a }. -{?U_959 a saref4bldg:Filter} => {?U_959 a }. -{?U_960 a saref4bldg:Filter} => {?U_960 a }. -{?U_961 a saref4bldg:Filter} => {?U_961 a }. -{?U_962 a saref4bldg:FireSuppressionTerminal} => {?U_962 a saref4bldg:FlowTerminal}. -{?U_963 a saref4bldg:FlowController} => {?U_963 a saref4bldg:DistributionFlowDevice}. -{?U_964 a saref4bldg:FlowInstrument} => {?U_964 a saref4bldg:DistributionControlDevice}. -{?U_965 a saref4bldg:FlowMeter} => {?U_965 a saref4bldg:FlowController}. -{?U_966 a saref4bldg:FlowMeter} => {?U_966 a }. -{?U_967 a saref4bldg:FlowMeter} => {?U_967 a }. -{?U_968 a saref4bldg:FlowMovingDevice} => {?U_968 a saref4bldg:DistributionFlowDevice}. -{?U_969 a saref4bldg:FlowStorageDevice} => {?U_969 a saref4bldg:DistributionFlowDevice}. -{?U_970 a saref4bldg:FlowTerminal} => {?U_970 a saref4bldg:DistributionFlowDevice}. -{?U_971 a saref4bldg:FlowTreatmentDevice} => {?U_971 a saref4bldg:DistributionFlowDevice}. -{?U_972 a saref4bldg:HeatExchanger} => {?U_972 a saref4bldg:EnergyConversionDevice}. -{?U_973 a saref4bldg:HeatExchanger} => {?U_973 a }. -{?U_974 a saref4bldg:Humidifier} => {?U_974 a saref4bldg:EnergyConversionDevice}. -{?U_975 a saref4bldg:Humidifier} => {?U_975 a }. -{?U_976 a saref4bldg:Humidifier} => {?U_976 a }. -{?U_977 a saref4bldg:Humidifier} => {?U_977 a }. -{?U_978 a saref4bldg:Humidifier} => {?U_978 a }. -{?U_979 a saref4bldg:Humidifier} => {?U_979 a }. -{?U_980 a saref4bldg:Humidifier} => {?U_980 a }. -{?U_981 a saref4bldg:Interceptor} => {?U_981 a saref4bldg:FlowTreatmentDevice}. -{?U_982 a saref4bldg:Interceptor} => {?U_982 a }. -{?U_983 a saref4bldg:Interceptor} => {?U_983 a }. -{?U_984 a saref4bldg:Interceptor} => {?U_984 a }. -{?U_985 a saref4bldg:Interceptor} => {?U_985 a }. -{?U_986 a saref4bldg:Interceptor} => {?U_986 a }. -{?U_987 a saref4bldg:Interceptor} => {?U_987 a }. -{?U_988 a saref4bldg:Interceptor} => {?U_988 a }. -{?U_989 a saref4bldg:Interceptor} => {?U_989 a }. -{?U_990 a saref4bldg:Lamp} => {?U_990 a saref4bldg:FlowTerminal}. -{?U_991 a saref4bldg:Lamp} => {?U_991 a }. -{?U_992 a saref4bldg:Lamp} => {?U_992 a }. -{?U_993 a saref4bldg:Lamp} => {?U_993 a }. -{?U_994 a saref4bldg:Lamp} => {?U_994 a }. -{?U_995 a saref4bldg:Lamp} => {?U_995 a }. -{?U_996 a saref4bldg:Lamp} => {?U_996 a }. -{?U_997 a saref4bldg:Lamp} => {?U_997 a }. -{?U_998 a saref4bldg:Lamp} => {?U_998 a }. -{?U_999 a saref4bldg:Lamp} => {?U_999 a }. -{?U_1000 a saref4bldg:Lamp} => {?U_1000 a }. -{?U_1001 a saref4bldg:MedicalDevice} => {?U_1001 a saref4bldg:FlowTerminal}. -{?U_1002 a saref4bldg:Outlet} => {?U_1002 a saref4bldg:FlowTerminal}. -{?U_1003 a saref4bldg:Outlet} => {?U_1003 a }. -{?U_1004 a saref4bldg:Outlet} => {?U_1004 a }. -{?U_1005 a saref4bldg:PhysicalObject} => {?U_1005 a }. -{?U_1006 a saref4bldg:PhysicalObject} => {?U_1006 a }. -{?U_1007 a saref4bldg:ProtectiveDevice} => {?U_1007 a saref4bldg:FlowController}. -{?U_1008 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_1008 a saref4bldg:DistributionControlDevice}. -{?U_1009 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_1009 a }. -{?U_1010 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_1010 a }. -{?U_1011 a saref4bldg:Pump} => {?U_1011 a saref4bldg:FlowMovingDevice}. -{?U_1012 a saref4bldg:Pump} => {?U_1012 a }. -{?U_1013 a saref4bldg:Pump} => {?U_1013 a }. -{?U_1014 a saref4bldg:Pump} => {?U_1014 a }. -{?U_1015 a saref4bldg:Pump} => {?U_1015 a }. -{?U_1016 a saref4bldg:Pump} => {?U_1016 a }. -{?U_1017 a saref4bldg:Pump} => {?U_1017 a }. -{?U_1018 a saref4bldg:Pump} => {?U_1018 a }. -{?U_1019 a saref4bldg:Pump} => {?U_1019 a }. -{?U_1020 a saref4bldg:Pump} => {?U_1020 a }. -{?U_1021 a saref4bldg:SanitaryTerminal} => {?U_1021 a saref4bldg:FlowTerminal}. -{?U_1022 a saref4bldg:Sensor} => {?U_1022 a saref4bldg:DistributionControlDevice}. -{?U_1023 a saref4bldg:Sensor} => {?U_1023 a saref-core:Sensor}. -{?U_1024 a saref4bldg:ShadingDevice} => {?U_1024 a saref4bldg:BuildingDevice}. -{?U_1025 a saref4bldg:ShadingDevice} => {?U_1025 a }. -{?U_1026 a saref4bldg:ShadingDevice} => {?U_1026 a }. -{?U_1027 a saref4bldg:ShadingDevice} => {?U_1027 a }. -{?U_1028 a saref4bldg:ShadingDevice} => {?U_1028 a }. -{?U_1029 a saref4bldg:ShadingDevice} => {?U_1029 a }. -{?U_1030 a saref4bldg:ShadingDevice} => {?U_1030 a }. -{?U_1031 a saref4bldg:ShadingDevice} => {?U_1031 a }. -{?U_1032 a saref4bldg:ShadingDevice} => {?U_1032 a }. -{?U_1033 a saref4bldg:ShadingDevice} => {?U_1033 a }. -{?U_1034 a saref4bldg:SolarDevice} => {?U_1034 a saref4bldg:EnergyConversionDevice}. -{?U_1035 a saref4bldg:SpaceHeater} => {?U_1035 a saref4bldg:FlowTerminal}. -{?U_1036 a saref4bldg:SpaceHeater} => {?U_1036 a }. -{?U_1037 a saref4bldg:SpaceHeater} => {?U_1037 a }. -{?U_1038 a saref4bldg:SpaceHeater} => {?U_1038 a }. -{?U_1039 a saref4bldg:SpaceHeater} => {?U_1039 a }. -{?U_1040 a saref4bldg:SpaceHeater} => {?U_1040 a }. -{?U_1041 a saref4bldg:SpaceHeater} => {?U_1041 a }. -{?U_1042 a saref4bldg:SpaceHeater} => {?U_1042 a }. -{?U_1043 a saref4bldg:SpaceHeater} => {?U_1043 a }. -{?U_1044 a saref4bldg:SpaceHeater} => {?U_1044 a }. -{?U_1045 a saref4bldg:SpaceHeater} => {?U_1045 a }. -{?U_1046 a saref4bldg:SpaceHeater} => {?U_1046 a }. -{?U_1047 a saref4bldg:SwitchingDevice} => {?U_1047 a saref4bldg:FlowController}. -{?U_1048 a saref4bldg:SwitchingDevice} => {?U_1048 a }. -{?U_1049 a saref4bldg:SwitchingDevice} => {?U_1049 a }. -{?U_1050 a saref4bldg:SwitchingDevice} => {?U_1050 a }. -{?U_1051 a saref4bldg:SwitchingDevice} => {?U_1051 a }. -{?U_1052 a saref4bldg:SwitchingDevice} => {?U_1052 a }. -{?U_1053 a saref4bldg:Tank} => {?U_1053 a saref4bldg:FlowStorageDevice}. -{?U_1054 a saref4bldg:Tank} => {?U_1054 a }. -{?U_1055 a saref4bldg:Tank} => {?U_1055 a }. -{?U_1056 a saref4bldg:Tank} => {?U_1056 a }. -{?U_1057 a saref4bldg:Tank} => {?U_1057 a }. -{?U_1058 a saref4bldg:Tank} => {?U_1058 a }. -{?U_1059 a saref4bldg:Tank} => {?U_1059 a }. -{?U_1060 a saref4bldg:Tank} => {?U_1060 a }. -{?U_1061 a saref4bldg:Tank} => {?U_1061 a }. -{?U_1062 a saref4bldg:Tank} => {?U_1062 a }. -{?U_1063 a saref4bldg:Tank} => {?U_1063 a }. -{?U_1064 a saref4bldg:Tank} => {?U_1064 a }. -{?U_1065 a saref4bldg:Tank} => {?U_1065 a }. -{?U_1066 a saref4bldg:Tank} => {?U_1066 a }. -{?U_1067 a saref4bldg:Transformer} => {?U_1067 a saref4bldg:EnergyConversionDevice}. -{?U_1068 a saref4bldg:Transformer} => {?U_1068 a }. -{?U_1069 a saref4bldg:Transformer} => {?U_1069 a }. -{?U_1070 a saref4bldg:Transformer} => {?U_1070 a }. -{?U_1071 a saref4bldg:Transformer} => {?U_1071 a }. -{?U_1072 a saref4bldg:Transformer} => {?U_1072 a }. -{?U_1073 a saref4bldg:Transformer} => {?U_1073 a }. -{?U_1074 a saref4bldg:Transformer} => {?U_1074 a }. -{?U_1075 a saref4bldg:Transformer} => {?U_1075 a }. -{?U_1076 a saref4bldg:Transformer} => {?U_1076 a }. -{?U_1077 a saref4bldg:Transformer} => {?U_1077 a }. -{?U_1078 a saref4bldg:Transformer} => {?U_1078 a }. -{?U_1079 a saref4bldg:Transformer} => {?U_1079 a }. -{?U_1080 a saref4bldg:Transformer} => {?U_1080 a }. -{?U_1081 a saref4bldg:Transformer} => {?U_1081 a }. -{?U_1082 a saref4bldg:Transformer} => {?U_1082 a }. -{?U_1083 a saref4bldg:TransportElement} => {?U_1083 a saref-core:Device}. -{?U_1084 a saref4bldg:TransportElement} => {?U_1084 a }. -{?U_1085 a saref4bldg:TransportElement} => {?U_1085 a }. -{?U_1086 a saref4bldg:TransportElement} => {?U_1086 a }. -{?U_1087 a saref4bldg:TubeBundle} => {?U_1087 a saref4bldg:EnergyConversionDevice}. -{?U_1088 a saref4bldg:TubeBundle} => {?U_1088 a }. -{?U_1089 a saref4bldg:TubeBundle} => {?U_1089 a }. -{?U_1090 a saref4bldg:TubeBundle} => {?U_1090 a }. -{?U_1091 a saref4bldg:TubeBundle} => {?U_1091 a }. -{?U_1092 a saref4bldg:TubeBundle} => {?U_1092 a }. -{?U_1093 a saref4bldg:TubeBundle} => {?U_1093 a }. -{?U_1094 a saref4bldg:TubeBundle} => {?U_1094 a }. -{?U_1095 a saref4bldg:TubeBundle} => {?U_1095 a }. -{?U_1096 a saref4bldg:TubeBundle} => {?U_1096 a }. -{?U_1097 a saref4bldg:TubeBundle} => {?U_1097 a }. -{?U_1098 a saref4bldg:TubeBundle} => {?U_1098 a }. -{?U_1099 a saref4bldg:TubeBundle} => {?U_1099 a }. -{?U_1100 a saref4bldg:TubeBundle} => {?U_1100 a }. -{?U_1101 a saref4bldg:TubeBundle} => {?U_1101 a }. -{?U_1102 a saref4bldg:UnitaryControlElement} => {?U_1102 a saref4bldg:DistributionControlDevice}. -{?U_1103 a saref4bldg:Valve} => {?U_1103 a saref4bldg:FlowController}. -{?U_1104 a saref4bldg:Valve} => {?U_1104 a }. -{?U_1105 a saref4bldg:Valve} => {?U_1105 a }. -{?U_1106 a saref4bldg:Valve} => {?U_1106 a }. -{?U_1107 a saref4bldg:Valve} => {?U_1107 a }. -{?U_1108 a saref4bldg:Valve} => {?U_1108 a }. -{?U_1109 a saref4bldg:Valve} => {?U_1109 a }. -{?U_1110 a saref4bldg:Valve} => {?U_1110 a }. -{?U_1111 a saref4bldg:Valve} => {?U_1111 a }. -{?U_1112 a saref4bldg:VibrationIsolator} => {?U_1112 a saref-core:Device}. -{?U_1113 a saref4bldg:VibrationIsolator} => {?U_1113 a }. -{?U_1114 a saref4bldg:VibrationIsolator} => {?U_1114 a }. -{?U_1115 a saref4bldg:VibrationIsolator} => {?U_1115 a }. -{?U_1116 a saref4bldg:VibrationIsolator} => {?U_1116 a }. -{?U_1117 a saref4bldg:VibrationIsolator} => {?U_1117 a }. -{?U_1118 a saref-core:Device} => {?U_1118 a saref4bldg:PhysicalObject}. -{?U_1119 a saref-core:Measurement} => {?U_1119 a }. -{?U_1120 a saref-core:Measurement} => {?U_1120 a }. -{?U_1121 a saref-core:Measurement} => {?U_1121 a }. -{?U_1122 a saref-core:Measurement} => {?U_1122 a }. -{?U_1123 a saref-core:Measurement} => {?U_1123 a }. -{?U_1124 a saref4ehaw:AlarmCommand} => {?U_1124 a saref-core:Command}. -{?U_1125 a saref4ehaw:BanHub} => {?U_1125 a saref4ehaw:HealthDevice}. -{?U_1126 a saref4ehaw:BodySurfaceLocation} => {?U_1126 a saref4ehaw:Location}. -{?U_1127 a saref4ehaw:Caregiver} => {?U_1127 a saref4ehaw:HealthActor}. -{?U_1128 a saref4ehaw:DailyActivity} => {?U_1128 a saref4ehaw:Activity}. -{?U_1129 a saref4ehaw:EventDrivenBanCommunicationType} => {?U_1129 a saref4ehaw:BanCommunicationType}. -{?U_1130 a saref4ehaw:FunctionalDevice} => {?U_1130 a saref-core:Device}. -{?U_1131 a saref4ehaw:HealthActor} => {?U_1131 a foaf:Agent}. -{?U_1132 a saref4ehaw:HealthActuator} => {?U_1132 a saref4ehaw:HealthDevice}. -{?U_1133 a saref4ehaw:HealthDevice} => {?U_1133 a saref-core:Device}. -{?U_1134 a saref4ehaw:HealthSensor} => {?U_1134 a saref4ehaw:HealthDevice}. -{?U_1135 a saref4ehaw:HealthWearable} => {?U_1135 a saref4ehaw:HealthDevice}. -{?U_1136 a saref4ehaw:Helper} => {?U_1136 a saref4ehaw:HealthActor}. -{?U_1137 a saref4ehaw:ImplantLocation} => {?U_1137 a saref4ehaw:Location}. -{?U_1138 a saref4ehaw:LegalConstraint} => {?U_1138 a saref4ehaw:DataConstraint}. -{?U_1139 a saref4ehaw:MeasurementCollectionSession} => {?U_1139 a saref-core:Task}. -{?U_1140 a saref4ehaw:MeasurementFunction} => {?U_1140 a saref-core:Function}. -{?U_1141 a saref4ehaw:NocturnalActivity} => {?U_1141 a saref4ehaw:Activity}. -{?U_1142 a saref4ehaw:OnRequestBanCommunicationType} => {?U_1142 a saref4ehaw:BanCommunicationType}. -{?U_1143 a saref4ehaw:Patient} => {?U_1143 a saref4ehaw:User}. -{?U_1144 a saref4ehaw:PeriodicBanCommunicationType} => {?U_1144 a saref4ehaw:BanCommunicationType}. -{?U_1145 a saref4ehaw:PhysicalLocation} => {?U_1145 a saref4ehaw:Location}. -{?U_1146 a saref4ehaw:Posture} => {?U_1146 a saref-core:Property}. -{?U_1147 a saref4ehaw:ReminderCommand} => {?U_1147 a saref-core:NotifyCommand}. -{?U_1148 a saref4ehaw:ResponsibleParty} => {?U_1148 a saref4ehaw:HealthActor}. -{?U_1149 a saref4ehaw:TimeSeriesMeasurement} => {?U_1149 a saref-core:Measurement}. -{?U_1150 a saref4ehaw:TimeSeriesMeasurement} => {?U_1150 a }. -{?U_1151 a saref4ehaw:TimeSeriesMeasurement} => {?U_1151 a }. -{?U_1152 a saref4ehaw:User} => {?U_1152 a saref4ehaw:HealthActor}. -{?U_1153 a saref4ehaw:ValidityConstraint} => {?U_1153 a saref4ehaw:DataConstraint}. -{?U_1154 a geosp:Feature} => {?U_1154 a geosp:SpatialObject}. -{?U_1155 a geosp:Geometry} => {?U_1155 a geosp:SpatialObject}. -{?U_1156 a geo:Point} => {?U_1156 a geosp:Geometry}. -{?U_1157 a saref-core:Device} => {?U_1157 a }. -{?U_1158 a saref-core:Device} => {?U_1158 a }. -{?U_1159 a saref-core:Device} => {?U_1159 a }. -{?U_1160 a saref-core:Measurement} => {?U_1160 a }. -{?U_1161 a saref-core:Measurement} => {?U_1161 a }. -{?U_1162 a saref-core:Measurement} => {?U_1162 a }. -{?U_1163 a saref-core:Measurement} => {?U_1163 a }. -{?U_1164 a saref-core:Measurement} => {?U_1164 a }. -{?U_1165 a saref-core:Measurement} => {?U_1165 a }. -{?U_1166 a saref-core:Measurement} => {?U_1166 a }. -{?U_1167 a saref-core:Property} => {?U_1167 a }. -{?U_1168 a saref-core:Property} => {?U_1168 a }. -{?U_1169 a saref-core:Property} => {?U_1169 a }. -{?U_1170 a s4city:AdministrativeArea} => {?U_1170 a geosp:Feature}. -{?U_1171 a s4city:CityObject} => {?U_1171 a geosp:Feature}. -{?U_1172 a s4city:Event} => {?U_1172 a ns6:Occurrence}. -{?U_1173 a s4city:Event} => {?U_1173 a }. -{?U_1174 a s4city:Facility} => {?U_1174 a geosp:Feature}. -{?U_1175 a ns6:BiometricProperty} => {?U_1175 a ns6:WearerProperty}. -{?U_1176 a ns6:CommunicatingFunction} => {?U_1176 a saref-core:EventFunction}. -{?U_1177 a ns6:ControllingFunction} => {?U_1177 a saref-core:Function}. -{?U_1178 a ns6:CrowdProperty} => {?U_1178 a saref-core:Property}. -{?U_1179 a ns6:ElectricalProperty} => {?U_1179 a ns6:WearableProperty}. -{?U_1180 a ns6:ElectricalSafetyProperty} => {?U_1180 a ns6:WearableProperty}. -{?U_1181 a ns6:EmissionProperty} => {?U_1181 a ns6:WearableProperty}. -{?U_1182 a ns6:EnvironmentalProperty} => {?U_1182 a saref-core:Property}. -{?U_1183 a ns6:FabricWearable} => {?U_1183 a ns6:TextileBasedWearable}. -{?U_1184 a ns6:InBodyWearable} => {?U_1184 a }. -{?U_1185 a ns6:LivingOrganism} => {?U_1185 a geosp:Feature}. -{?U_1186 a ns6:LivingOrganism} => {?U_1186 a saref-core:FeatureOfInterest}. -{?U_1187 a ns6:MemoryStorage} => {?U_1187 a saref-core:Device}. -{?U_1188 a ns6:NavigatingFunction} => {?U_1188 a saref-core:Function}. -{?U_1189 a ns6:NearBodyWearable} => {?U_1189 a }. -{?U_1190 a ns6:Occurrence} => {?U_1190 a }. -{?U_1191 a ns6:OnBodyWearable} => {?U_1191 a }. -{?U_1192 a ns6:PowerSupply} => {?U_1192 a saref-core:Device}. -{?U_1193 a ns6:Software} => {?U_1193 a saref-core:FeatureOfInterest}. -{?U_1194 a ns6:TextileBasedSensor} => {?U_1194 a saref-core:Sensor}. -{?U_1195 a ns6:TextileBasedWearable} => {?U_1195 a ns6:OnBodyWearable}. -{?U_1196 a ns6:User} => {?U_1196 a saref-core:FeatureOfInterest}. -{?U_1197 a ns6:Wearable} => {?U_1197 a geosp:Feature}. -{?U_1198 a ns6:Wearable} => {?U_1198 a saref-core:Device}. -{?U_1199 a ns6:Wearable} => {?U_1199 a }. -{?U_1200 a ns6:Wearable} => {?U_1200 a }. -{?U_1201 a ns6:WearableProperty} => {?U_1201 a saref-core:Property}. -{?U_1202 a ns6:Wearer} => {?U_1202 a geosp:SpatialObject}. -{?U_1203 a ns6:Wearer} => {?U_1203 a }. -{?U_1204 a ns6:Wearer} => {?U_1204 a }. -{?U_1205 a ns6:WearerProperty} => {?U_1205 a saref-core:Property}. -{?U_1206 a :BrushingTeethActivityPrediction} => {?U_1206 a ActivityRecognition:Prediction}. -{?U_1207 a :CookingFoodOvenActivityPrediction} => {?U_1207 a ActivityRecognition:Prediction}. -{?U_1208 a :CookingFoodStovetopActivityPrediction} => {?U_1208 a ActivityRecognition:Prediction}. -{?U_1209 a :DrinkPreparationActivityPrediction} => {?U_1209 a ActivityRecognition:Prediction}. -{?U_1210 a :EatingActivityPrediction} => {?U_1210 a ActivityRecognition:Prediction}. -{?U_1211 a :MatchingValue} => {?U_1211 a :Condition}. -{?U_1212 a :MatchingValue} => {?U_1212 a }. -{?U_1213 a :MeanThreshold} => {?U_1213 a :ValueCondition}. -{?U_1214 a :MeanThreshold} => {?U_1214 a }. -{?U_1215 a :MeanVarianceThreshold} => {?U_1215 a :ValueCondition}. -{?U_1216 a :MeanVarianceThreshold} => {?U_1216 a }. -{?U_1217 a :NonRoutineActivityPrediction} => {?U_1217 a ActivityRecognition:Prediction}. -{?U_1218 a :NonRoutineBrushingTeethActivityPrediction} => {?U_1218 a ActivityRecognition:ActivityPrediction}. -{?U_1219 a :NonRoutineBrushingTeethActivityPrediction} => {?U_1219 a ActivityRecognition:Prediction}. -{?U_1220 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_1220 a ActivityRecognition:ActivityPrediction}. -{?U_1221 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_1221 a ActivityRecognition:Prediction}. -{?U_1222 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_1222 a ActivityRecognition:ActivityPrediction}. -{?U_1223 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_1223 a ActivityRecognition:Prediction}. -{?U_1224 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_1224 a ActivityRecognition:ActivityPrediction}. -{?U_1225 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_1225 a ActivityRecognition:Prediction}. -{?U_1226 a :NonRoutineEatingActivityPrediction} => {?U_1226 a ActivityRecognition:ActivityPrediction}. -{?U_1227 a :NonRoutineEatingActivityPrediction} => {?U_1227 a ActivityRecognition:Prediction}. -{?U_1228 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_1228 a ActivityRecognition:ActivityPrediction}. -{?U_1229 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_1229 a ActivityRecognition:Prediction}. -{?U_1230 a :NonRoutineShoweringActivityPrediction} => {?U_1230 a ActivityRecognition:ActivityPrediction}. -{?U_1231 a :NonRoutineShoweringActivityPrediction} => {?U_1231 a ActivityRecognition:Prediction}. -{?U_1232 a :NonRoutineSleepingActivityPrediction} => {?U_1232 a ActivityRecognition:ActivityPrediction}. -{?U_1233 a :NonRoutineSleepingActivityPrediction} => {?U_1233 a ActivityRecognition:Prediction}. -{?U_1234 a :NonRoutineToiletingActivityPrediction} => {?U_1234 a ActivityRecognition:ActivityPrediction}. -{?U_1235 a :NonRoutineToiletingActivityPrediction} => {?U_1235 a ActivityRecognition:Prediction}. -{?U_1236 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_1236 a ActivityRecognition:ActivityPrediction}. -{?U_1237 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_1237 a ActivityRecognition:Prediction}. -{?U_1238 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_1238 a ActivityRecognition:ActivityPrediction}. -{?U_1239 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_1239 a ActivityRecognition:Prediction}. -{?U_1240 a :PreparingHotMealActivityPrediction} => {?U_1240 a ActivityRecognition:Prediction}. -{?U_1241 a :RegularThreshold} => {?U_1241 a :ValueCondition}. -{?U_1242 a :RegularThreshold} => {?U_1242 a }. -{?U_1243 a :RoutineActivityPrediction} => {?U_1243 a ActivityRecognition:Prediction}. -{?U_1244 a :RoutineBrushingTeethActivityPrediction} => {?U_1244 a ActivityRecognition:ActivityPrediction}. -{?U_1245 a :RoutineBrushingTeethActivityPrediction} => {?U_1245 a ActivityRecognition:Prediction}. -{?U_1246 a :RoutineCookingFoodOvenActivityPrediction} => {?U_1246 a ActivityRecognition:ActivityPrediction}. -{?U_1247 a :RoutineCookingFoodOvenActivityPrediction} => {?U_1247 a ActivityRecognition:Prediction}. -{?U_1248 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_1248 a ActivityRecognition:ActivityPrediction}. -{?U_1249 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_1249 a ActivityRecognition:Prediction}. -{?U_1250 a :RoutineDrinkPreparationActivityPrediction} => {?U_1250 a ActivityRecognition:ActivityPrediction}. -{?U_1251 a :RoutineDrinkPreparationActivityPrediction} => {?U_1251 a ActivityRecognition:Prediction}. -{?U_1252 a :RoutineEatingActivityPrediction} => {?U_1252 a ActivityRecognition:ActivityPrediction}. -{?U_1253 a :RoutineEatingActivityPrediction} => {?U_1253 a ActivityRecognition:Prediction}. -{?U_1254 a :RoutinePreparingHotMealActivityPrediction} => {?U_1254 a ActivityRecognition:ActivityPrediction}. -{?U_1255 a :RoutinePreparingHotMealActivityPrediction} => {?U_1255 a ActivityRecognition:Prediction}. -{?U_1256 a :RoutineShoweringActivityPrediction} => {?U_1256 a ActivityRecognition:ActivityPrediction}. -{?U_1257 a :RoutineShoweringActivityPrediction} => {?U_1257 a ActivityRecognition:Prediction}. -{?U_1258 a :RoutineSleepingActivityPrediction} => {?U_1258 a ActivityRecognition:ActivityPrediction}. -{?U_1259 a :RoutineSleepingActivityPrediction} => {?U_1259 a ActivityRecognition:Prediction}. -{?U_1260 a :RoutineToiletingActivityPrediction} => {?U_1260 a ActivityRecognition:ActivityPrediction}. -{?U_1261 a :RoutineToiletingActivityPrediction} => {?U_1261 a ActivityRecognition:Prediction}. -{?U_1262 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_1262 a ActivityRecognition:ActivityPrediction}. -{?U_1263 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_1263 a ActivityRecognition:Prediction}. -{?U_1264 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_1264 a ActivityRecognition:ActivityPrediction}. -{?U_1265 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_1265 a ActivityRecognition:Prediction}. -{?U_1266 a :ShoweringActivityPrediction} => {?U_1266 a ActivityRecognition:Prediction}. -{?U_1267 a :SleepingActivityPrediction} => {?U_1267 a ActivityRecognition:Prediction}. -{?U_1268 a :SlopeThreshold} => {?U_1268 a :ValueCondition}. -{?U_1269 a :SlopeThreshold} => {?U_1269 a }. -{?U_1270 a :Threshold} => {?U_1270 a :Condition}. -{?U_1271 a :Threshold} => {?U_1271 a }. -{?U_1272 a :ToiletingActivityPrediction} => {?U_1272 a ActivityRecognition:Prediction}. -{?U_1273 a :UserWithBrushingTeethRoutine} => {?U_1273 a saref4ehaw:HealthActor}. -{?U_1274 a :UserWithCookingFoodOvenRoutine} => {?U_1274 a saref4ehaw:HealthActor}. -{?U_1275 a :UserWithCookingFoodStovetopRoutine} => {?U_1275 a saref4ehaw:HealthActor}. -{?U_1276 a :UserWithDrinkPreparationRoutine} => {?U_1276 a saref4ehaw:HealthActor}. -{?U_1277 a :UserWithEatingRoutine} => {?U_1277 a saref4ehaw:HealthActor}. -{?U_1278 a :UserWithPreparingHotMealRoutine} => {?U_1278 a saref4ehaw:HealthActor}. -{?U_1279 a :UserWithShoweringRoutine} => {?U_1279 a saref4ehaw:HealthActor}. -{?U_1280 a :UserWithSleepingRoutine} => {?U_1280 a saref4ehaw:HealthActor}. -{?U_1281 a :UserWithToiletingRoutine} => {?U_1281 a saref4ehaw:HealthActor}. -{?U_1282 a :UserWithUsingMobilePhoneRoutine} => {?U_1282 a saref4ehaw:HealthActor}. -{?U_1283 a :UserWithWatchingTVActivelyRoutine} => {?U_1283 a saref4ehaw:HealthActor}. -{?U_1284 a :UserWithoutBrushingTeethRoutine} => {?U_1284 a saref4ehaw:HealthActor}. -{?U_1285 a :UserWithoutCookingFoodOvenRoutine} => {?U_1285 a saref4ehaw:HealthActor}. -{?U_1286 a :UserWithoutCookingFoodStovetopRoutine} => {?U_1286 a saref4ehaw:HealthActor}. -{?U_1287 a :UserWithoutDrinkPreparationRoutine} => {?U_1287 a saref4ehaw:HealthActor}. -{?U_1288 a :UserWithoutEatingRoutine} => {?U_1288 a saref4ehaw:HealthActor}. -{?U_1289 a :UserWithoutPreparingHotMealRoutine} => {?U_1289 a saref4ehaw:HealthActor}. -{?U_1290 a :UserWithoutShoweringRoutine} => {?U_1290 a saref4ehaw:HealthActor}. -{?U_1291 a :UserWithoutSleepingRoutine} => {?U_1291 a saref4ehaw:HealthActor}. -{?U_1292 a :UserWithoutToiletingRoutine} => {?U_1292 a saref4ehaw:HealthActor}. -{?U_1293 a :UserWithoutUsingMobilePhoneRoutine} => {?U_1293 a saref4ehaw:HealthActor}. -{?U_1294 a :UserWithoutWatchingTVActivelyRoutine} => {?U_1294 a saref4ehaw:HealthActor}. -{?U_1295 a :UsingMobilePhoneActivityPrediction} => {?U_1295 a ActivityRecognition:Prediction}. -{?U_1296 a :WatchingTVActivelyActivityPrediction} => {?U_1296 a ActivityRecognition:Prediction}. -{?U_1297 a ActivityRecognition:ActivityPrediction} => {?U_1297 a eep:Execution}. -{?U_1298 a ActivityRecognition:ActivityPrediction} => {?U_1298 a }. -{?U_1299 a ActivityRecognition:ActivityPrediction} => {?U_1299 a }. -{?U_1300 a ActivityRecognition:ActivityRecognitionModel} => {?U_1300 a eep:Executor}. -{?U_1301 a ActivityRecognition:ActivityRecognitionModel} => {?U_1301 a }. -{?U_1302 a ActivityRecognition:Ambulation} => {?U_1302 a saref-core:Property}. -{?U_1303 a ActivityRecognition:Anomaly} => {?U_1303 a eep:Execution}. -{?U_1304 a ActivityRecognition:Anomaly} => {?U_1304 a }. -{?U_1305 a ActivityRecognition:Anomaly} => {?U_1305 a }. -{?U_1306 a ActivityRecognition:AtomicHomeActivities} => {?U_1306 a saref4ehaw:Activity}. -{?U_1307 a ActivityRecognition:Bathing} => {?U_1307 a ActivityRecognition:ActiveActivity}. -{?U_1308 a ActivityRecognition:Bathing} => {?U_1308 a saref4ehaw:DailyActivity}. -{?U_1309 a ActivityRecognition:Bending} => {?U_1309 a saref4ehaw:Posture}. -{?U_1310 a ActivityRecognition:BendingOver} => {?U_1310 a saref-core:Property}. -{?U_1311 a ActivityRecognition:BreakRoutine} => {?U_1311 a }. -{?U_1312 a ActivityRecognition:BrowingInternetOnComputer} => {?U_1312 a ActivityRecognition:ActiveActivity}. -{?U_1313 a ActivityRecognition:BrowingInternetOnComputer} => {?U_1313 a ActivityRecognition:InformationInteraction}. -{?U_1314 a ActivityRecognition:BrowsingInternetOnMobilePhone} => {?U_1314 a :DetectableActivity}. -{?U_1315 a ActivityRecognition:BrowsingInternetOnMobilePhone} => {?U_1315 a ActivityRecognition:ActiveActivity}. -{?U_1316 a ActivityRecognition:BrushingHair} => {?U_1316 a ActivityRecognition:ActiveActivity}. -{?U_1317 a ActivityRecognition:BrushingHair} => {?U_1317 a saref4ehaw:DailyActivity}. -{?U_1318 a ActivityRecognition:BrushingTeeth} => {?U_1318 a ActivityRecognition:ActiveActivity}. -{?U_1319 a ActivityRecognition:BrushingTeeth} => {?U_1319 a saref4ehaw:DailyActivity}. -{?U_1320 a ActivityRecognition:CausingDestruction} => {?U_1320 a ActivityRecognition:ActiveActivity}. -{?U_1321 a ActivityRecognition:CausingDestruction} => {?U_1321 a saref4ehaw:DailyActivity}. -{?U_1322 a ActivityRecognition:ChangingLinen} => {?U_1322 a saref4ehaw:Activity}. -{?U_1323 a ActivityRecognition:ChangingLinen} => {?U_1323 a saref4ehaw:DailyActivity}. -{?U_1324 a ActivityRecognition:ChargingDevices} => {?U_1324 a saref4ehaw:Activity}. -{?U_1325 a ActivityRecognition:Cleaning} => {?U_1325 a saref4ehaw:Activity}. -{?U_1326 a ActivityRecognition:CleaningInBackground} => {?U_1326 a saref4ehaw:Activity}. -{?U_1327 a ActivityRecognition:CleaningInBackground} => {?U_1327 a saref4ehaw:DailyActivity}. -{?U_1328 a ActivityRecognition:CleaningWindows} => {?U_1328 a saref4ehaw:Activity}. -{?U_1329 a ActivityRecognition:CleaningWindows} => {?U_1329 a saref4ehaw:DailyActivity}. -{?U_1330 a ActivityRecognition:CookingFoodOven} => {?U_1330 a saref4ehaw:Activity}. -{?U_1331 a ActivityRecognition:CookingFoodOven} => {?U_1331 a saref4ehaw:DailyActivity}. -{?U_1332 a ActivityRecognition:CookingFoodStovetop} => {?U_1332 a saref4ehaw:Activity}. -{?U_1333 a ActivityRecognition:CookingFoodStovetop} => {?U_1333 a saref4ehaw:DailyActivity}. -{?U_1334 a ActivityRecognition:Cosmetics} => {?U_1334 a ActivityRecognition:ActiveActivity}. -{?U_1335 a ActivityRecognition:Cosmetics} => {?U_1335 a saref4ehaw:DailyActivity}. -{?U_1336 a ActivityRecognition:Crawling} => {?U_1336 a saref4ehaw:Posture}. -{?U_1337 a ActivityRecognition:Crawling} => {?U_1337 a saref-core:Property}. -{?U_1338 a ActivityRecognition:CupBoardInteraction} => {?U_1338 a ActivityRecognition:ActiveActivity}. -{?U_1339 a ActivityRecognition:CupBoardInteraction} => {?U_1339 a saref4ehaw:Activity}. -{?U_1340 a ActivityRecognition:CupboardClose} => {?U_1340 a ActivityRecognition:AtomicHomeActivities}. -{?U_1341 a ActivityRecognition:CupboardClose} => {?U_1341 a ActivityRecognition:ActiveActivity}. -{?U_1342 a ActivityRecognition:CupboardClose} => {?U_1342 a saref4ehaw:Activity}. -{?U_1343 a ActivityRecognition:CupboardOpen} => {?U_1343 a ActivityRecognition:AtomicHomeActivities}. -{?U_1344 a ActivityRecognition:CupboardOpen} => {?U_1344 a ActivityRecognition:ActiveActivity}. -{?U_1345 a ActivityRecognition:CupboardOpen} => {?U_1345 a saref4ehaw:Activity}. -{?U_1346 a ActivityRecognition:CuttingNails} => {?U_1346 a ActivityRecognition:ActiveActivity}. -{?U_1347 a ActivityRecognition:CuttingNails} => {?U_1347 a saref4ehaw:DailyActivity}. -{?U_1348 a ActivityRecognition:Dancing} => {?U_1348 a ActivityRecognition:ActiveActivity}. -{?U_1349 a ActivityRecognition:Dancing} => {?U_1349 a saref4ehaw:DailyActivity}. -{?U_1350 a ActivityRecognition:Decorating} => {?U_1350 a ActivityRecognition:ActiveActivity}. -{?U_1351 a ActivityRecognition:Decorating} => {?U_1351 a saref4ehaw:DailyActivity}. -{?U_1352 a ActivityRecognition:DinnerRoutine} => {?U_1352 a }. -{?U_1353 a ActivityRecognition:DishwasherOnInBackground} => {?U_1353 a saref4ehaw:Activity}. -{?U_1354 a ActivityRecognition:Dishwashing} => {?U_1354 a saref4ehaw:Activity}. -{?U_1355 a ActivityRecognition:DoorClose} => {?U_1355 a ActivityRecognition:AtomicHomeActivities}. -{?U_1356 a ActivityRecognition:DoorInteraction} => {?U_1356 a ActivityRecognition:ActiveActivity}. -{?U_1357 a ActivityRecognition:DoorInteraction} => {?U_1357 a saref4ehaw:Activity}. -{?U_1358 a ActivityRecognition:DoorOpen} => {?U_1358 a ActivityRecognition:AtomicHomeActivities}. -{?U_1359 a ActivityRecognition:DoorOpen} => {?U_1359 a ActivityRecognition:ActiveActivity}. -{?U_1360 a ActivityRecognition:DoorOpen} => {?U_1360 a saref4ehaw:Activity}. -{?U_1361 a ActivityRecognition:DoorWalkThrough} => {?U_1361 a ActivityRecognition:AtomicHomeActivities}. -{?U_1362 a ActivityRecognition:DoorWalkThrough} => {?U_1362 a ActivityRecognition:ActiveActivity}. -{?U_1363 a ActivityRecognition:DoorWalkThrough} => {?U_1363 a saref4ehaw:Activity}. -{?U_1364 a ActivityRecognition:DrawClose} => {?U_1364 a ActivityRecognition:AtomicHomeActivities}. -{?U_1365 a ActivityRecognition:DrawInteraction} => {?U_1365 a ActivityRecognition:ActiveActivity}. -{?U_1366 a ActivityRecognition:DrawInteraction} => {?U_1366 a saref4ehaw:Activity}. -{?U_1367 a ActivityRecognition:DrawOpen} => {?U_1367 a ActivityRecognition:AtomicHomeActivities}. -{?U_1368 a ActivityRecognition:DrawOpen} => {?U_1368 a ActivityRecognition:ActiveActivity}. -{?U_1369 a ActivityRecognition:DrawOpen} => {?U_1369 a saref4ehaw:Activity}. -{?U_1370 a ActivityRecognition:DrinkPreparation} => {?U_1370 a saref4ehaw:Activity}. -{?U_1371 a ActivityRecognition:Drinking} => {?U_1371 a saref4ehaw:Activity}. -{?U_1372 a ActivityRecognition:DrinkingAlcohol} => {?U_1372 a ActivityRecognition:ActiveActivity}. -{?U_1373 a ActivityRecognition:DrinkingAlcohol} => {?U_1373 a saref4ehaw:DailyActivity}. -{?U_1374 a ActivityRecognition:DrinkingAlcohol} => {?U_1374 a saref4ehaw:Activity}. -{?U_1375 a ActivityRecognition:DrinkingBeverage} => {?U_1375 a ActivityRecognition:ActiveActivity}. -{?U_1376 a ActivityRecognition:DrinkingBeverage} => {?U_1376 a saref4ehaw:DailyActivity}. -{?U_1377 a ActivityRecognition:DrinkingBeverage} => {?U_1377 a saref4ehaw:Activity}. -{?U_1378 a ActivityRecognition:DrinkingWater} => {?U_1378 a ActivityRecognition:ActiveActivity}. -{?U_1379 a ActivityRecognition:DrinkingWater} => {?U_1379 a saref4ehaw:DailyActivity}. -{?U_1380 a ActivityRecognition:DrinkingWater} => {?U_1380 a saref4ehaw:Activity}. -{?U_1381 a ActivityRecognition:DryerOnInBackround} => {?U_1381 a saref4ehaw:Activity}. -{?U_1382 a ActivityRecognition:DryerOnInBackround} => {?U_1382 a saref4ehaw:DailyActivity}. -{?U_1383 a ActivityRecognition:DryingBody} => {?U_1383 a ActivityRecognition:ActiveActivity}. -{?U_1384 a ActivityRecognition:DryingBody} => {?U_1384 a saref4ehaw:DailyActivity}. -{?U_1385 a ActivityRecognition:DryingDishes} => {?U_1385 a saref4ehaw:Activity}. -{?U_1386 a ActivityRecognition:DryingDishes} => {?U_1386 a saref4ehaw:DailyActivity}. -{?U_1387 a ActivityRecognition:DryingHair} => {?U_1387 a ActivityRecognition:ActiveActivity}. -{?U_1388 a ActivityRecognition:DryingHair} => {?U_1388 a saref4ehaw:DailyActivity}. -{?U_1389 a ActivityRecognition:Dusting} => {?U_1389 a saref4ehaw:Activity}. -{?U_1390 a ActivityRecognition:Dusting} => {?U_1390 a saref4ehaw:DailyActivity}. -{?U_1391 a ActivityRecognition:Eating} => {?U_1391 a saref4ehaw:Activity}. -{?U_1392 a ActivityRecognition:EatingMeal} => {?U_1392 a :DetectableActivity}. -{?U_1393 a ActivityRecognition:EatingMeal} => {?U_1393 a ActivityRecognition:ActiveActivity}. -{?U_1394 a ActivityRecognition:EatingMeal} => {?U_1394 a saref4ehaw:DailyActivity}. -{?U_1395 a ActivityRecognition:EatingMeal} => {?U_1395 a saref4ehaw:Activity}. -{?U_1396 a ActivityRecognition:EatingSnack} => {?U_1396 a :DetectableActivity}. -{?U_1397 a ActivityRecognition:EatingSnack} => {?U_1397 a ActivityRecognition:ActiveActivity}. -{?U_1398 a ActivityRecognition:EatingSnack} => {?U_1398 a saref4ehaw:DailyActivity}. -{?U_1399 a ActivityRecognition:EatingSnack} => {?U_1399 a saref4ehaw:Activity}. -{?U_1400 a ActivityRecognition:ElectricAppliance} => {?U_1400 a ActivityRecognition:ActiveActivity}. -{?U_1401 a ActivityRecognition:ElectricAppliance} => {?U_1401 a saref4ehaw:Activity}. -{?U_1402 a ActivityRecognition:EmailOnComputer} => {?U_1402 a ActivityRecognition:ActiveActivity}. -{?U_1403 a ActivityRecognition:EmailOnComputer} => {?U_1403 a ActivityRecognition:InformationInteraction}. -{?U_1404 a ActivityRecognition:EmailOnMobilePhone} => {?U_1404 a :DetectableActivity}. -{?U_1405 a ActivityRecognition:EmailOnMobilePhone} => {?U_1405 a ActivityRecognition:ActiveActivity}. -{?U_1406 a ActivityRecognition:EnduranceeTraining} => {?U_1406 a ActivityRecognition:ActiveActivity}. -{?U_1407 a ActivityRecognition:EnduranceeTraining} => {?U_1407 a saref4ehaw:DailyActivity}. -{?U_1408 a ActivityRecognition:EveningRoutine} => {?U_1408 a }. -{?U_1409 a ActivityRecognition:ExerciseRoutine} => {?U_1409 a }. -{?U_1410 a ActivityRecognition:Exercising} => {?U_1410 a saref4ehaw:Activity}. -{?U_1411 a ActivityRecognition:FlexibilityTraining} => {?U_1411 a ActivityRecognition:ActiveActivity}. -{?U_1412 a ActivityRecognition:FlexibilityTraining} => {?U_1412 a saref4ehaw:DailyActivity}. -{?U_1413 a ActivityRecognition:FlexibilityTraining} => {?U_1413 a saref4ehaw:Activity}. -{?U_1414 a ActivityRecognition:Flossing} => {?U_1414 a ActivityRecognition:ActiveActivity}. -{?U_1415 a ActivityRecognition:Flossing} => {?U_1415 a saref4ehaw:DailyActivity}. -{?U_1416 a ActivityRecognition:Gardening} => {?U_1416 a ActivityRecognition:ActiveActivity}. -{?U_1417 a ActivityRecognition:Gardening} => {?U_1417 a saref4ehaw:DailyActivity}. -{?U_1418 a ActivityRecognition:GettingDressed} => {?U_1418 a ActivityRecognition:ActiveActivity}. -{?U_1419 a ActivityRecognition:GettingDressed} => {?U_1419 a saref4ehaw:DailyActivity}. -{?U_1420 a ActivityRecognition:GettingReadyToSleep} => {?U_1420 a :DetectableActivity}. -{?U_1421 a ActivityRecognition:GettingReadyToSleep} => {?U_1421 a ActivityRecognition:ActiveActivity}. -{?U_1422 a ActivityRecognition:GettingReadyToSleep} => {?U_1422 a saref4ehaw:NocturnalActivity}. -{?U_1423 a ActivityRecognition:GettingUndressed} => {?U_1423 a ActivityRecognition:ActiveActivity}. -{?U_1424 a ActivityRecognition:GettingUndressed} => {?U_1424 a saref4ehaw:DailyActivity}. -{?U_1425 a ActivityRecognition:Grooming} => {?U_1425 a saref4ehaw:Activity}. -{?U_1426 a ActivityRecognition:HandWashing} => {?U_1426 a saref4ehaw:Activity}. -{?U_1427 a ActivityRecognition:HandWashing} => {?U_1427 a saref4ehaw:DailyActivity}. -{?U_1428 a ActivityRecognition:HangingLaundry} => {?U_1428 a saref4ehaw:Activity}. -{?U_1429 a ActivityRecognition:HangingLaundry} => {?U_1429 a saref4ehaw:DailyActivity}. -{?U_1430 a ActivityRecognition:Healthcare} => {?U_1430 a saref4ehaw:Activity}. -{?U_1431 a ActivityRecognition:HomeEnvironmentManagement} => {?U_1431 a saref4ehaw:Activity}. -{?U_1432 a ActivityRecognition:Hygiene} => {?U_1432 a saref4ehaw:Activity}. -{?U_1433 a ActivityRecognition:InformationInteraction} => {?U_1433 a saref4ehaw:Activity}. -{?U_1434 a ActivityRecognition:Intellectual} => {?U_1434 a ActivityRecognition:ActiveActivity}. -{?U_1435 a ActivityRecognition:Intellectual} => {?U_1435 a saref4ehaw:DailyActivity}. -{?U_1436 a ActivityRecognition:Ironing} => {?U_1436 a saref4ehaw:Activity}. -{?U_1437 a ActivityRecognition:Ironing} => {?U_1437 a saref4ehaw:DailyActivity}. -{?U_1438 a ActivityRecognition:Jogging} => {?U_1438 a saref4ehaw:Posture}. -{?U_1439 a ActivityRecognition:Jogging} => {?U_1439 a saref-core:Property}. -{?U_1440 a ActivityRecognition:Jumping} => {?U_1440 a saref4ehaw:Posture}. -{?U_1441 a ActivityRecognition:Jumping} => {?U_1441 a saref-core:Property}. -{?U_1442 a ActivityRecognition:KneelToStand} => {?U_1442 a saref4ehaw:Posture}. -{?U_1443 a ActivityRecognition:Kneeling} => {?U_1443 a saref-core:Property}. -{?U_1444 a ActivityRecognition:Knitting} => {?U_1444 a ActivityRecognition:ActiveActivity}. -{?U_1445 a ActivityRecognition:Knitting} => {?U_1445 a saref4ehaw:DailyActivity}. -{?U_1446 a ActivityRecognition:Laundry} => {?U_1446 a saref4ehaw:Activity}. -{?U_1447 a ActivityRecognition:Leisure} => {?U_1447 a saref4ehaw:Activity}. -{?U_1448 a ActivityRecognition:LieToSit} => {?U_1448 a saref4ehaw:Posture}. -{?U_1449 a ActivityRecognition:LieToStand} => {?U_1449 a saref4ehaw:Posture}. -{?U_1450 a ActivityRecognition:ListeningMusicInBackground} => {?U_1450 a saref4ehaw:Activity}. -{?U_1451 a ActivityRecognition:ListeningMusicInBackground} => {?U_1451 a saref4ehaw:DailyActivity}. -{?U_1452 a ActivityRecognition:LoadingDishwasher} => {?U_1452 a saref4ehaw:Activity}. -{?U_1453 a ActivityRecognition:LoadingDishwasher} => {?U_1453 a saref4ehaw:DailyActivity}. -{?U_1454 a ActivityRecognition:LoadingDryer} => {?U_1454 a saref4ehaw:Activity}. -{?U_1455 a ActivityRecognition:LoadingDryer} => {?U_1455 a saref4ehaw:DailyActivity}. -{?U_1456 a ActivityRecognition:LoadingWashingMachine} => {?U_1456 a saref4ehaw:Activity}. -{?U_1457 a ActivityRecognition:LoadingWashingMachine} => {?U_1457 a saref4ehaw:DailyActivity}. -{?U_1458 a ActivityRecognition:LunchRoutine} => {?U_1458 a }. -{?U_1459 a ActivityRecognition:LyingDown} => {?U_1459 a saref4ehaw:Posture}. -{?U_1460 a ActivityRecognition:LyingStill} => {?U_1460 a saref-core:Property}. -{?U_1461 a ActivityRecognition:MakingBed} => {?U_1461 a saref4ehaw:Activity}. -{?U_1462 a ActivityRecognition:MakingBed} => {?U_1462 a saref4ehaw:DailyActivity}. -{?U_1463 a ActivityRecognition:Meditating} => {?U_1463 a ActivityRecognition:ActiveActivity}. -{?U_1464 a ActivityRecognition:Meditating} => {?U_1464 a saref4ehaw:DailyActivity}. -{?U_1465 a ActivityRecognition:Meditating} => {?U_1465 a saref4ehaw:Activity}. -{?U_1466 a ActivityRecognition:Mopping} => {?U_1466 a saref4ehaw:Activity}. -{?U_1467 a ActivityRecognition:Mopping} => {?U_1467 a saref4ehaw:DailyActivity}. -{?U_1468 a ActivityRecognition:MorningRoutine} => {?U_1468 a }. -{?U_1469 a ActivityRecognition:MovingFurniture} => {?U_1469 a ActivityRecognition:ActiveActivity}. -{?U_1470 a ActivityRecognition:MovingFurniture} => {?U_1470 a saref4ehaw:DailyActivity}. -{?U_1471 a ActivityRecognition:MovingFurniture} => {?U_1471 a saref4ehaw:Activity}. -{?U_1472 a ActivityRecognition:MovingLawn} => {?U_1472 a ActivityRecognition:ActiveActivity}. -{?U_1473 a ActivityRecognition:MovingLawn} => {?U_1473 a saref4ehaw:DailyActivity}. -{?U_1474 a ActivityRecognition:Napping} => {?U_1474 a :DetectableActivity}. -{?U_1475 a ActivityRecognition:Napping} => {?U_1475 a ActivityRecognition:ActiveActivity}. -{?U_1476 a ActivityRecognition:Napping} => {?U_1476 a saref4ehaw:NocturnalActivity}. -{?U_1477 a ActivityRecognition:ObjectDrop} => {?U_1477 a ActivityRecognition:AtomicHomeActivities}. -{?U_1478 a ActivityRecognition:ObjectEmpty} => {?U_1478 a ActivityRecognition:AtomicHomeActivities}. -{?U_1479 a ActivityRecognition:ObjectFill} => {?U_1479 a ActivityRecognition:AtomicHomeActivities}. -{?U_1480 a ActivityRecognition:ObjectHold} => {?U_1480 a ActivityRecognition:AtomicHomeActivities}. -{?U_1481 a ActivityRecognition:ObjectInteraction} => {?U_1481 a ActivityRecognition:ActiveActivity}. -{?U_1482 a ActivityRecognition:ObjectInteraction} => {?U_1482 a saref4ehaw:Activity}. -{?U_1483 a ActivityRecognition:ObjectPickUp} => {?U_1483 a ActivityRecognition:AtomicHomeActivities}. -{?U_1484 a ActivityRecognition:ObjectPickUp} => {?U_1484 a ActivityRecognition:ActiveActivity}. -{?U_1485 a ActivityRecognition:ObjectPickUp} => {?U_1485 a saref4ehaw:Activity}. -{?U_1486 a ActivityRecognition:ObjectPutDown} => {?U_1486 a ActivityRecognition:AtomicHomeActivities}. -{?U_1487 a ActivityRecognition:ObjectPutDown} => {?U_1487 a ActivityRecognition:ActiveActivity}. -{?U_1488 a ActivityRecognition:ObjectPutDown} => {?U_1488 a saref4ehaw:Activity}. -{?U_1489 a ActivityRecognition:ObjectUse} => {?U_1489 a ActivityRecognition:AtomicHomeActivities}. -{?U_1490 a ActivityRecognition:ObjectUse} => {?U_1490 a ActivityRecognition:ActiveActivity}. -{?U_1491 a ActivityRecognition:ObjectUse} => {?U_1491 a saref4ehaw:Activity}. -{?U_1492 a ActivityRecognition:Organizing} => {?U_1492 a saref4ehaw:Activity}. -{?U_1493 a ActivityRecognition:Organizing} => {?U_1493 a saref4ehaw:DailyActivity}. -{?U_1494 a ActivityRecognition:PersonalAlarmCall} => {?U_1494 a ActivityRecognition:ActiveActivity}. -{?U_1495 a ActivityRecognition:PersonalAlarmCall} => {?U_1495 a saref4ehaw:DailyActivity}. -{?U_1496 a ActivityRecognition:PetActivity} => {?U_1496 a ActivityRecognition:ActiveActivity}. -{?U_1497 a ActivityRecognition:PetActivity} => {?U_1497 a saref4ehaw:DailyActivity}. -{?U_1498 a ActivityRecognition:PetActivity} => {?U_1498 a saref4ehaw:Activity}. -{?U_1499 a ActivityRecognition:PhysicalWork} => {?U_1499 a ActivityRecognition:ActiveActivity}. -{?U_1500 a ActivityRecognition:PhysicalWork} => {?U_1500 a saref4ehaw:DailyActivity}. -{?U_1501 a ActivityRecognition:Pivoting} => {?U_1501 a saref4ehaw:Posture}. -{?U_1502 a ActivityRecognition:PlayingGames} => {?U_1502 a ActivityRecognition:ActiveActivity}. -{?U_1503 a ActivityRecognition:PlayingGames} => {?U_1503 a saref4ehaw:DailyActivity}. -{?U_1504 a ActivityRecognition:PlayingGames} => {?U_1504 a saref4ehaw:Activity}. -{?U_1505 a ActivityRecognition:PlayingMusic} => {?U_1505 a ActivityRecognition:ActiveActivity}. -{?U_1506 a ActivityRecognition:PlayingMusic} => {?U_1506 a saref4ehaw:DailyActivity}. -{?U_1507 a ActivityRecognition:PlayingMusic} => {?U_1507 a saref4ehaw:Activity}. -{?U_1508 a ActivityRecognition:PlayngChildren} => {?U_1508 a ActivityRecognition:ActiveActivity}. -{?U_1509 a ActivityRecognition:PlayngChildren} => {?U_1509 a saref4ehaw:DailyActivity}. -{?U_1510 a ActivityRecognition:PlayngChildren} => {?U_1510 a saref4ehaw:Activity}. -{?U_1511 a ActivityRecognition:PolishingFloor} => {?U_1511 a saref4ehaw:Activity}. -{?U_1512 a ActivityRecognition:PolishingFloor} => {?U_1512 a saref4ehaw:DailyActivity}. -{?U_1513 a ActivityRecognition:PolishingFurniture} => {?U_1513 a saref4ehaw:Activity}. -{?U_1514 a ActivityRecognition:PolishingFurniture} => {?U_1514 a saref4ehaw:DailyActivity}. -{?U_1515 a ActivityRecognition:Praying} => {?U_1515 a ActivityRecognition:ActiveActivity}. -{?U_1516 a ActivityRecognition:Praying} => {?U_1516 a saref4ehaw:DailyActivity}. -{?U_1517 a ActivityRecognition:Praying} => {?U_1517 a saref4ehaw:Activity}. -{?U_1518 a ActivityRecognition:Prediction} => {?U_1518 a }. -{?U_1519 a ActivityRecognition:Prediction} => {?U_1519 a }. -{?U_1520 a ActivityRecognition:Prediction} => {?U_1520 a }. -{?U_1521 a ActivityRecognition:Preparation} => {?U_1521 a saref4ehaw:Activity}. -{?U_1522 a ActivityRecognition:PreparingHotMeal} => {?U_1522 a ActivityRecognition:ActiveActivity}. -{?U_1523 a ActivityRecognition:PreparingHotMeal} => {?U_1523 a ActivityRecognition:Preparation}. -{?U_1524 a ActivityRecognition:PreparingLaundryForWashing} => {?U_1524 a saref4ehaw:Activity}. -{?U_1525 a ActivityRecognition:PreparingLaundryForWashing} => {?U_1525 a saref4ehaw:DailyActivity}. -{?U_1526 a ActivityRecognition:PreparingMeal} => {?U_1526 a saref4ehaw:Activity}. -{?U_1527 a ActivityRecognition:PreparingMeal} => {?U_1527 a saref4ehaw:DailyActivity}. -{?U_1528 a ActivityRecognition:PreparingMealInBackground} => {?U_1528 a saref4ehaw:Activity}. -{?U_1529 a ActivityRecognition:PreparingMealInBackground} => {?U_1529 a saref4ehaw:DailyActivity}. -{?U_1530 a ActivityRecognition:PreparingSnacks} => {?U_1530 a saref4ehaw:Activity}. -{?U_1531 a ActivityRecognition:PreparingSnacks} => {?U_1531 a saref4ehaw:DailyActivity}. -{?U_1532 a ActivityRecognition:PuttingAwayDishes} => {?U_1532 a saref4ehaw:Activity}. -{?U_1533 a ActivityRecognition:PuttingAwayDishes} => {?U_1533 a saref4ehaw:DailyActivity}. -{?U_1534 a ActivityRecognition:PuttingAwayLaundry} => {?U_1534 a saref4ehaw:Activity}. -{?U_1535 a ActivityRecognition:PuttingAwayLaundry} => {?U_1535 a saref4ehaw:DailyActivity}. -{?U_1536 a ActivityRecognition:PuttingAwayShopping} => {?U_1536 a ActivityRecognition:ActiveActivity}. -{?U_1537 a ActivityRecognition:PuttingAwayShopping} => {?U_1537 a saref4ehaw:DailyActivity}. -{?U_1538 a ActivityRecognition:PuttingAwayShopping} => {?U_1538 a saref4ehaw:Activity}. -{?U_1539 a ActivityRecognition:PuttingOnSensors} => {?U_1539 a saref4ehaw:Activity}. -{?U_1540 a ActivityRecognition:PuttingShoesOn} => {?U_1540 a ActivityRecognition:ActiveActivity}. -{?U_1541 a ActivityRecognition:PuttingShoesOn} => {?U_1541 a saref4ehaw:DailyActivity}. -{?U_1542 a ActivityRecognition:PuttingShoesOn} => {?U_1542 a saref4ehaw:Activity}. -{?U_1543 a ActivityRecognition:PuttingThingsAway} => {?U_1543 a saref4ehaw:Activity}. -{?U_1544 a ActivityRecognition:PuttingThingsAway} => {?U_1544 a saref4ehaw:DailyActivity}. -{?U_1545 a ActivityRecognition:ReadingPrintedMaterial} => {?U_1545 a saref4ehaw:Activity}. -{?U_1546 a ActivityRecognition:ReadingPrintedMaterial} => {?U_1546 a saref4ehaw:DailyActivity}. -{?U_1547 a ActivityRecognition:ReceiveVisitors} => {?U_1547 a ActivityRecognition:ActiveActivity}. -{?U_1548 a ActivityRecognition:ReceiveVisitors} => {?U_1548 a saref4ehaw:DailyActivity}. -{?U_1549 a ActivityRecognition:Recycling} => {?U_1549 a saref4ehaw:Activity}. -{?U_1550 a ActivityRecognition:Recycling} => {?U_1550 a saref4ehaw:DailyActivity}. -{?U_1551 a ActivityRecognition:RehabilitationExercise} => {?U_1551 a ActivityRecognition:ActiveActivity}. -{?U_1552 a ActivityRecognition:RehabilitationExercise} => {?U_1552 a saref4ehaw:DailyActivity}. -{?U_1553 a ActivityRecognition:RehabilitationExercise} => {?U_1553 a saref4ehaw:Activity}. -{?U_1554 a ActivityRecognition:Relaxing} => {?U_1554 a ActivityRecognition:ActiveActivity}. -{?U_1555 a ActivityRecognition:Relaxing} => {?U_1555 a saref4ehaw:DailyActivity}. -{?U_1556 a ActivityRecognition:Relaxing} => {?U_1556 a saref4ehaw:Activity}. -{?U_1557 a ActivityRecognition:Rinsing} => {?U_1557 a saref4ehaw:Activity}. -{?U_1558 a ActivityRecognition:Rinsing} => {?U_1558 a saref4ehaw:DailyActivity}. -{?U_1559 a ActivityRecognition:RoomTransition} => {?U_1559 a ActivityRecognition:ActiveActivity}. -{?U_1560 a ActivityRecognition:RoomTransition} => {?U_1560 a saref4ehaw:Activity}. -{?U_1561 a ActivityRecognition:Running} => {?U_1561 a saref4ehaw:Posture}. -{?U_1562 a ActivityRecognition:Running} => {?U_1562 a saref-core:Property}. -{?U_1563 a ActivityRecognition:ScrubbingFloor} => {?U_1563 a saref4ehaw:Activity}. -{?U_1564 a ActivityRecognition:ScrubbingFloor} => {?U_1564 a saref4ehaw:DailyActivity}. -{?U_1565 a ActivityRecognition:SearchingItem} => {?U_1565 a ActivityRecognition:ActiveActivity}. -{?U_1566 a ActivityRecognition:SearchingItem} => {?U_1566 a saref4ehaw:DailyActivity}. -{?U_1567 a ActivityRecognition:SearchingItem} => {?U_1567 a saref4ehaw:Activity}. -{?U_1568 a ActivityRecognition:Serving} => {?U_1568 a saref4ehaw:Activity}. -{?U_1569 a ActivityRecognition:Serving} => {?U_1569 a saref4ehaw:DailyActivity}. -{?U_1570 a ActivityRecognition:Sewing} => {?U_1570 a ActivityRecognition:ActiveActivity}. -{?U_1571 a ActivityRecognition:Sewing} => {?U_1571 a saref4ehaw:DailyActivity}. -{?U_1572 a ActivityRecognition:Sewing} => {?U_1572 a saref4ehaw:Activity}. -{?U_1573 a ActivityRecognition:Shaving} => {?U_1573 a ActivityRecognition:ActiveActivity}. -{?U_1574 a ActivityRecognition:Shaving} => {?U_1574 a saref4ehaw:DailyActivity}. -{?U_1575 a ActivityRecognition:Shaving} => {?U_1575 a saref4ehaw:Activity}. -{?U_1576 a ActivityRecognition:Showering} => {?U_1576 a ActivityRecognition:ActiveActivity}. -{?U_1577 a ActivityRecognition:Showering} => {?U_1577 a saref4ehaw:DailyActivity}. -{?U_1578 a ActivityRecognition:Showering} => {?U_1578 a saref4ehaw:Activity}. -{?U_1579 a ActivityRecognition:Singing} => {?U_1579 a ActivityRecognition:ActiveActivity}. -{?U_1580 a ActivityRecognition:Singing} => {?U_1580 a saref4ehaw:DailyActivity}. -{?U_1581 a ActivityRecognition:Singing} => {?U_1581 a saref4ehaw:Activity}. -{?U_1582 a ActivityRecognition:SitToLie} => {?U_1582 a saref4ehaw:Posture}. -{?U_1583 a ActivityRecognition:SitToStand} => {?U_1583 a saref4ehaw:Posture}. -{?U_1584 a ActivityRecognition:SitToWalk} => {?U_1584 a saref4ehaw:Posture}. -{?U_1585 a ActivityRecognition:Sitting} => {?U_1585 a saref-core:Property}. -{?U_1586 a ActivityRecognition:SittingChair} => {?U_1586 a saref4ehaw:Posture}. -{?U_1587 a ActivityRecognition:SittingChair} => {?U_1587 a saref-core:Property}. -{?U_1588 a ActivityRecognition:SittingDown} => {?U_1588 a saref4ehaw:Posture}. -{?U_1589 a ActivityRecognition:SittingFloor} => {?U_1589 a saref4ehaw:Posture}. -{?U_1590 a ActivityRecognition:SittingFloor} => {?U_1590 a saref-core:Property}. -{?U_1591 a ActivityRecognition:SleepRoutine} => {?U_1591 a }. -{?U_1592 a ActivityRecognition:Sleeping} => {?U_1592 a saref4ehaw:Activity}. -{?U_1593 a ActivityRecognition:SleepingDeeply} => {?U_1593 a :DetectableActivity}. -{?U_1594 a ActivityRecognition:SleepingDeeply} => {?U_1594 a ActivityRecognition:ActiveActivity}. -{?U_1595 a ActivityRecognition:SleepingDeeply} => {?U_1595 a saref4ehaw:NocturnalActivity}. -{?U_1596 a ActivityRecognition:SleepingDeeply} => {?U_1596 a saref4ehaw:Activity}. -{?U_1597 a ActivityRecognition:SoakingDishes} => {?U_1597 a saref4ehaw:Activity}. -{?U_1598 a ActivityRecognition:SoakingDishes} => {?U_1598 a saref4ehaw:DailyActivity}. -{?U_1599 a ActivityRecognition:SocialInteraction} => {?U_1599 a saref4ehaw:Activity}. -{?U_1600 a ActivityRecognition:SocialMedia} => {?U_1600 a ActivityRecognition:ActiveActivity}. -{?U_1601 a ActivityRecognition:SocialMedia} => {?U_1601 a saref4ehaw:DailyActivity}. -{?U_1602 a ActivityRecognition:SocialMedia} => {?U_1602 a saref4ehaw:Activity}. -{?U_1603 a ActivityRecognition:Squatting} => {?U_1603 a saref-core:Property}. -{?U_1604 a ActivityRecognition:StandToKneel} => {?U_1604 a saref4ehaw:Posture}. -{?U_1605 a ActivityRecognition:StandToLie} => {?U_1605 a saref4ehaw:Posture}. -{?U_1606 a ActivityRecognition:StandToSit} => {?U_1606 a saref4ehaw:Posture}. -{?U_1607 a ActivityRecognition:Standing} => {?U_1607 a saref-core:Property}. -{?U_1608 a ActivityRecognition:StandingStill} => {?U_1608 a saref4ehaw:Posture}. -{?U_1609 a ActivityRecognition:StandingStill} => {?U_1609 a saref-core:Property}. -{?U_1610 a ActivityRecognition:StandingUnquiet} => {?U_1610 a saref4ehaw:Posture}. -{?U_1611 a ActivityRecognition:StandingUnquiet} => {?U_1611 a saref-core:Property}. -{?U_1612 a ActivityRecognition:StandingUp} => {?U_1612 a saref4ehaw:Posture}. -{?U_1613 a ActivityRecognition:Straightening} => {?U_1613 a saref4ehaw:Posture}. -{?U_1614 a ActivityRecognition:StrengthTraining} => {?U_1614 a ActivityRecognition:ActiveActivity}. -{?U_1615 a ActivityRecognition:StrengthTraining} => {?U_1615 a saref4ehaw:DailyActivity}. -{?U_1616 a ActivityRecognition:StrengthTraining} => {?U_1616 a saref4ehaw:Activity}. -{?U_1617 a ActivityRecognition:Stretching} => {?U_1617 a ActivityRecognition:ActiveActivity}. -{?U_1618 a ActivityRecognition:Stretching} => {?U_1618 a saref4ehaw:DailyActivity}. -{?U_1619 a ActivityRecognition:Stretching} => {?U_1619 a saref4ehaw:Activity}. -{?U_1620 a ActivityRecognition:StudyRelated} => {?U_1620 a }. -{?U_1621 a ActivityRecognition:Sweeping} => {?U_1621 a saref4ehaw:Activity}. -{?U_1622 a ActivityRecognition:Sweeping} => {?U_1622 a saref4ehaw:DailyActivity}. -{?U_1623 a ActivityRecognition:SwitchOff} => {?U_1623 a ActivityRecognition:AtomicHomeActivities}. -{?U_1624 a ActivityRecognition:SwitchOff} => {?U_1624 a ActivityRecognition:ActiveActivity}. -{?U_1625 a ActivityRecognition:SwitchOff} => {?U_1625 a saref4ehaw:Activity}. -{?U_1626 a ActivityRecognition:SwitchOn} => {?U_1626 a ActivityRecognition:AtomicHomeActivities}. -{?U_1627 a ActivityRecognition:SwitchOn} => {?U_1627 a ActivityRecognition:ActiveActivity}. -{?U_1628 a ActivityRecognition:SwitchOn} => {?U_1628 a saref4ehaw:Activity}. -{?U_1629 a ActivityRecognition:TakingMedication} => {?U_1629 a ActivityRecognition:ActiveActivity}. -{?U_1630 a ActivityRecognition:TakingMedication} => {?U_1630 a saref4ehaw:DailyActivity}. -{?U_1631 a ActivityRecognition:TakingMedication} => {?U_1631 a saref4ehaw:Activity}. -{?U_1632 a ActivityRecognition:TakingOffSensors} => {?U_1632 a saref4ehaw:Activity}. -{?U_1633 a ActivityRecognition:TakingOutTrash} => {?U_1633 a saref4ehaw:Activity}. -{?U_1634 a ActivityRecognition:TakingOutTrash} => {?U_1634 a saref4ehaw:DailyActivity}. -{?U_1635 a ActivityRecognition:TakingShoesOff} => {?U_1635 a ActivityRecognition:ActiveActivity}. -{?U_1636 a ActivityRecognition:TakingShoesOff} => {?U_1636 a saref4ehaw:DailyActivity}. -{?U_1637 a ActivityRecognition:TakingShoesOff} => {?U_1637 a saref4ehaw:Activity}. -{?U_1638 a ActivityRecognition:TakingVitamins} => {?U_1638 a ActivityRecognition:ActiveActivity}. -{?U_1639 a ActivityRecognition:TakingVitamins} => {?U_1639 a saref4ehaw:DailyActivity}. -{?U_1640 a ActivityRecognition:TakingVitamins} => {?U_1640 a saref4ehaw:Activity}. -{?U_1641 a ActivityRecognition:TalkinToYourself} => {?U_1641 a ActivityRecognition:SocialInteraction}. -{?U_1642 a ActivityRecognition:Talking} => {?U_1642 a ActivityRecognition:ActiveActivity}. -{?U_1643 a ActivityRecognition:Talking} => {?U_1643 a saref4ehaw:DailyActivity}. -{?U_1644 a ActivityRecognition:Talking} => {?U_1644 a saref4ehaw:Activity}. -{?U_1645 a ActivityRecognition:TalkingOnPhone} => {?U_1645 a ActivityRecognition:SocialInteraction}. -{?U_1646 a ActivityRecognition:TalkingOnPhone} => {?U_1646 a ActivityRecognition:ActiveActivity}. -{?U_1647 a ActivityRecognition:TalkingOnPhone} => {?U_1647 a saref4ehaw:DailyActivity}. -{?U_1648 a ActivityRecognition:TalkingOnPhone} => {?U_1648 a saref4ehaw:Activity}. -{?U_1649 a ActivityRecognition:TalkingToSomeone} => {?U_1649 a ActivityRecognition:SocialInteraction}. -{?U_1650 a ActivityRecognition:TalkingToSomeone} => {?U_1650 a ActivityRecognition:ActiveActivity}. -{?U_1651 a ActivityRecognition:TalkingToSomeone} => {?U_1651 a saref4ehaw:DailyActivity}. -{?U_1652 a ActivityRecognition:TalkingToSomeone} => {?U_1652 a saref4ehaw:Activity}. -{?U_1653 a ActivityRecognition:Texting} => {?U_1653 a :DetectableActivity}. -{?U_1654 a ActivityRecognition:Texting} => {?U_1654 a ActivityRecognition:ActiveActivity}. -{?U_1655 a ActivityRecognition:ThrowingSomethingAway} => {?U_1655 a saref4ehaw:Activity}. -{?U_1656 a ActivityRecognition:ThrowingSomethingAway} => {?U_1656 a saref4ehaw:DailyActivity}. -{?U_1657 a ActivityRecognition:ToiletRoutine} => {?U_1657 a }. -{?U_1658 a ActivityRecognition:Toileting} => {?U_1658 a ActivityRecognition:ActiveActivity}. -{?U_1659 a ActivityRecognition:Toileting} => {?U_1659 a saref4ehaw:DailyActivity}. -{?U_1660 a ActivityRecognition:Toileting} => {?U_1660 a saref4ehaw:Activity}. -{?U_1661 a ActivityRecognition:Transition} => {?U_1661 a saref-core:Property}. -{?U_1662 a ActivityRecognition:TreatingWounds} => {?U_1662 a ActivityRecognition:ActiveActivity}. -{?U_1663 a ActivityRecognition:TreatingWounds} => {?U_1663 a saref4ehaw:DailyActivity}. -{?U_1664 a ActivityRecognition:TreatingWounds} => {?U_1664 a saref4ehaw:Activity}. -{?U_1665 a ActivityRecognition:Turning} => {?U_1665 a saref4ehaw:Posture}. -{?U_1666 a ActivityRecognition:Turning} => {?U_1666 a saref-core:Property}. -{?U_1667 a ActivityRecognition:UnloadingDishwasher} => {?U_1667 a saref4ehaw:Activity}. -{?U_1668 a ActivityRecognition:UnloadingDishwasher} => {?U_1668 a saref4ehaw:DailyActivity}. -{?U_1669 a ActivityRecognition:UnloadingDryer} => {?U_1669 a saref4ehaw:Activity}. -{?U_1670 a ActivityRecognition:UnloadingDryer} => {?U_1670 a saref4ehaw:DailyActivity}. -{?U_1671 a ActivityRecognition:UnloadingWashingMachine} => {?U_1671 a saref4ehaw:Activity}. -{?U_1672 a ActivityRecognition:UnloadingWashingMachine} => {?U_1672 a saref4ehaw:DailyActivity}. -{?U_1673 a ActivityRecognition:Usage} => {?U_1673 a ActivityRecognition:AtomicHomeActivities}. -{?U_1674 a ActivityRecognition:Usage} => {?U_1674 a ActivityRecognition:ActiveActivity}. -{?U_1675 a ActivityRecognition:Usage} => {?U_1675 a saref4ehaw:Activity}. -{?U_1676 a ActivityRecognition:UsingComputer} => {?U_1676 a saref4ehaw:Activity}. -{?U_1677 a ActivityRecognition:UsingComputer} => {?U_1677 a saref4ehaw:DailyActivity}. -{?U_1678 a ActivityRecognition:UsingMobilePhone} => {?U_1678 a saref4ehaw:Activity}. -{?U_1679 a ActivityRecognition:UsingPrinter} => {?U_1679 a saref4ehaw:Activity}. -{?U_1680 a ActivityRecognition:UsingPrinter} => {?U_1680 a saref4ehaw:DailyActivity}. -{?U_1681 a ActivityRecognition:Vacuuming} => {?U_1681 a saref4ehaw:Activity}. -{?U_1682 a ActivityRecognition:Vacuuming} => {?U_1682 a saref4ehaw:DailyActivity}. -{?U_1683 a ActivityRecognition:VideoCalling} => {?U_1683 a ActivityRecognition:ActiveActivity}. -{?U_1684 a ActivityRecognition:VideoCalling} => {?U_1684 a saref4ehaw:DailyActivity}. -{?U_1685 a ActivityRecognition:VideoCalling} => {?U_1685 a saref4ehaw:Activity}. -{?U_1686 a ActivityRecognition:WakingUp} => {?U_1686 a :DetectableActivity}. -{?U_1687 a ActivityRecognition:WakingUp} => {?U_1687 a ActivityRecognition:ActiveActivity}. -{?U_1688 a ActivityRecognition:WakingUp} => {?U_1688 a saref4ehaw:NocturnalActivity}. -{?U_1689 a ActivityRecognition:WakingUp} => {?U_1689 a saref4ehaw:Activity}. -{?U_1690 a ActivityRecognition:Walking} => {?U_1690 a saref4ehaw:Posture}. -{?U_1691 a ActivityRecognition:Walking} => {?U_1691 a saref-core:Property}. -{?U_1692 a ActivityRecognition:WalkingCarryingLoad} => {?U_1692 a saref4ehaw:Posture}. -{?U_1693 a ActivityRecognition:WalkingCarryingLoad} => {?U_1693 a saref-core:Property}. -{?U_1694 a ActivityRecognition:WalkingDownStairs} => {?U_1694 a saref4ehaw:Posture}. -{?U_1695 a ActivityRecognition:WalkingDownStairs} => {?U_1695 a saref-core:Property}. -{?U_1696 a ActivityRecognition:WalkingUpStairs} => {?U_1696 a saref4ehaw:Posture}. -{?U_1697 a ActivityRecognition:WalkingUpStairs} => {?U_1697 a saref-core:Property}. -{?U_1698 a ActivityRecognition:WarmingFoodMicrowave} => {?U_1698 a saref4ehaw:Activity}. -{?U_1699 a ActivityRecognition:WarmingFoodMicrowave} => {?U_1699 a saref4ehaw:DailyActivity}. -{?U_1700 a ActivityRecognition:WashingFace} => {?U_1700 a ActivityRecognition:ActiveActivity}. -{?U_1701 a ActivityRecognition:WashingFace} => {?U_1701 a saref4ehaw:DailyActivity}. -{?U_1702 a ActivityRecognition:WashingFace} => {?U_1702 a saref4ehaw:Activity}. -{?U_1703 a ActivityRecognition:WashingHands} => {?U_1703 a ActivityRecognition:ActiveActivity}. -{?U_1704 a ActivityRecognition:WashingHands} => {?U_1704 a saref4ehaw:DailyActivity}. -{?U_1705 a ActivityRecognition:WashingHands} => {?U_1705 a saref4ehaw:Activity}. -{?U_1706 a ActivityRecognition:WashingMachineOnInBackground} => {?U_1706 a saref4ehaw:Activity}. -{?U_1707 a ActivityRecognition:WashingMachineOnInBackground} => {?U_1707 a saref4ehaw:DailyActivity}. -{?U_1708 a ActivityRecognition:WatchingTVActively} => {?U_1708 a saref4ehaw:Activity}. -{?U_1709 a ActivityRecognition:WatchingTVActively} => {?U_1709 a saref4ehaw:DailyActivity}. -{?U_1710 a ActivityRecognition:WatchingTVInBackground} => {?U_1710 a saref4ehaw:Activity}. -{?U_1711 a ActivityRecognition:WatchingTVInBackground} => {?U_1711 a saref4ehaw:DailyActivity}. -{?U_1712 a ActivityRecognition:WaterPlants} => {?U_1712 a ActivityRecognition:ActiveActivity}. -{?U_1713 a ActivityRecognition:WaterPlants} => {?U_1713 a saref4ehaw:DailyActivity}. -{?U_1714 a ActivityRecognition:WaterPlants} => {?U_1714 a saref4ehaw:Activity}. -{?U_1715 a ActivityRecognition:WearingDeodorant} => {?U_1715 a ActivityRecognition:ActiveActivity}. -{?U_1716 a ActivityRecognition:WearingDeodorant} => {?U_1716 a saref4ehaw:DailyActivity}. -{?U_1717 a ActivityRecognition:WearingDeodorant} => {?U_1717 a saref4ehaw:Activity}. -{?U_1718 a ActivityRecognition:WindowClose} => {?U_1718 a ActivityRecognition:AtomicHomeActivities}. -{?U_1719 a ActivityRecognition:WindowInteraction} => {?U_1719 a ActivityRecognition:ActiveActivity}. -{?U_1720 a ActivityRecognition:WindowInteraction} => {?U_1720 a saref4ehaw:Activity}. -{?U_1721 a ActivityRecognition:WindowOpen} => {?U_1721 a ActivityRecognition:AtomicHomeActivities}. -{?U_1722 a ActivityRecognition:WindowOpen} => {?U_1722 a ActivityRecognition:ActiveActivity}. -{?U_1723 a ActivityRecognition:WindowOpen} => {?U_1723 a saref4ehaw:Activity}. -{?U_1724 a ActivityRecognition:Working} => {?U_1724 a saref4ehaw:Activity}. -{?U_1725 a ActivityRecognition:WorkingOnHobby} => {?U_1725 a ActivityRecognition:ActiveActivity}. -{?U_1726 a ActivityRecognition:WorkingOnHobby} => {?U_1726 a saref4ehaw:DailyActivity}. -{?U_1727 a ActivityRecognition:WorkingOnHobby} => {?U_1727 a saref4ehaw:Activity}. -{?U_1728 a ActivityRecognition:Writing} => {?U_1728 a saref4ehaw:Activity}. -{?U_1729 a ActivityRecognition:Writing} => {?U_1729 a saref4ehaw:DailyActivity}. -{?U_1730 a ActivityRecognition:Yardwork} => {?U_1730 a saref4ehaw:Activity}. -{?U_1731 a saref4ehaw:Habit} => {?U_1731 a }. -{?U_1732 a ns2:Symptom} => {?U_1732 a }. -{?U_1733 a ns2:Symptom} => {?U_1733 a }. -{?U_1734 a SensorsAndActuators:AtmosphericPressure} => {?U_1734 a saref-core:Property}. -{?U_1735 a SensorsAndActuators:BathRoom} => {?U_1735 a saref4bldg:BuildingSpace}. -{?U_1736 a SensorsAndActuators:BedRoom} => {?U_1736 a saref4bldg:BuildingSpace}. -{?U_1737 a SensorsAndActuators:Blind} => {?U_1737 a saref-core:Property}. -{?U_1738 a SensorsAndActuators:BrownGoods} => {?U_1738 a saref-core:Device}. -{?U_1739 a SensorsAndActuators:Button} => {?U_1739 a saref-core:Property}. -{?U_1740 a SensorsAndActuators:CO2} => {?U_1740 a }. -{?U_1741 a SensorsAndActuators:CO2} => {?U_1741 a }. -{?U_1742 a SensorsAndActuators:CO2} => {?U_1742 a }. -{?U_1743 a SensorsAndActuators:CO2} => {?U_1743 a }. -{?U_1744 a SensorsAndActuators:CO2} => {?U_1744 a }. -{?U_1745 a SensorsAndActuators:CO2} => {?U_1745 a }. -{?U_1746 a SensorsAndActuators:CO2} => {?U_1746 a }. -{?U_1747 a SensorsAndActuators:CO2Sensor} => {?U_1747 a saref-core:Device}. -{?U_1748 a SensorsAndActuators:CO2Sensor} => {?U_1748 a }. -{?U_1749 a SensorsAndActuators:CoffeeMaker} => {?U_1749 a saref-core:Appliance}. -{?U_1750 a SensorsAndActuators:CoffeeMaker} => {?U_1750 a saref-core:Device}. -{?U_1751 a SensorsAndActuators:Computer} => {?U_1751 a saref-core:Appliance}. -{?U_1752 a SensorsAndActuators:Computer} => {?U_1752 a saref-core:Device}. -{?U_1753 a SensorsAndActuators:ContactSensor} => {?U_1753 a saref-core:Device}. -{?U_1754 a SensorsAndActuators:ContactSensor} => {?U_1754 a }. -{?U_1755 a SensorsAndActuators:DeepFreezer} => {?U_1755 a saref-core:Appliance}. -{?U_1756 a SensorsAndActuators:Dimmer} => {?U_1756 a saref-core:Property}. -{?U_1757 a SensorsAndActuators:DinningRoom} => {?U_1757 a saref4bldg:BuildingSpace}. -{?U_1758 a SensorsAndActuators:Dishwasher} => {?U_1758 a saref-core:Appliance}. -{?U_1759 a SensorsAndActuators:DoorSensor} => {?U_1759 a saref-core:Sensor}. -{?U_1760 a SensorsAndActuators:DoorSensor} => {?U_1760 a saref-core:Device}. -{?U_1761 a SensorsAndActuators:DoorSensor} => {?U_1761 a }. -{?U_1762 a SensorsAndActuators:ElectricalCooker} => {?U_1762 a saref-core:Appliance}. -{?U_1763 a SensorsAndActuators:ElectricityMeter} => {?U_1763 a saref-core:Device}. -{?U_1764 a SensorsAndActuators:ElectricityMeter} => {?U_1764 a }. -{?U_1765 a SensorsAndActuators:EnergyConsumption} => {?U_1765 a }. -{?U_1766 a SensorsAndActuators:EnergyConsumption} => {?U_1766 a }. -{?U_1767 a SensorsAndActuators:EnergyConsumption} => {?U_1767 a }. -{?U_1768 a SensorsAndActuators:EnergyConsumption} => {?U_1768 a }. -{?U_1769 a SensorsAndActuators:EnergyConsumption} => {?U_1769 a }. -{?U_1770 a SensorsAndActuators:EnergyConsumption} => {?U_1770 a }. -{?U_1771 a SensorsAndActuators:EnergyConsumption} => {?U_1771 a }. -{?U_1772 a SensorsAndActuators:EnvironmentalState} => {?U_1772 a }. -{?U_1773 a SensorsAndActuators:EnvironmentalState} => {?U_1773 a }. -{?U_1774 a SensorsAndActuators:EnvironmentalState} => {?U_1774 a }. -{?U_1775 a SensorsAndActuators:EnvironmentalState} => {?U_1775 a }. -{?U_1776 a SensorsAndActuators:EnvironmentalState} => {?U_1776 a }. -{?U_1777 a SensorsAndActuators:EnvironmentalState} => {?U_1777 a }. -{?U_1778 a SensorsAndActuators:EnvironmentalState} => {?U_1778 a }. -{?U_1779 a SensorsAndActuators:Floor} => {?U_1779 a }. -{?U_1780 a SensorsAndActuators:Floor} => {?U_1780 a }. -{?U_1781 a SensorsAndActuators:Floor} => {?U_1781 a }. -{?U_1782 a SensorsAndActuators:Fridge} => {?U_1782 a saref-core:Appliance}. -{?U_1783 a SensorsAndActuators:Garage} => {?U_1783 a }. -{?U_1784 a SensorsAndActuators:Garage} => {?U_1784 a }. -{?U_1785 a SensorsAndActuators:Garage} => {?U_1785 a }. -{?U_1786 a SensorsAndActuators:Garden} => {?U_1786 a }. -{?U_1787 a SensorsAndActuators:Garden} => {?U_1787 a }. -{?U_1788 a SensorsAndActuators:Garden} => {?U_1788 a }. -{?U_1789 a SensorsAndActuators:Humidity} => {?U_1789 a }. -{?U_1790 a SensorsAndActuators:Humidity} => {?U_1790 a }. -{?U_1791 a SensorsAndActuators:Humidity} => {?U_1791 a }. -{?U_1792 a SensorsAndActuators:Humidity} => {?U_1792 a }. -{?U_1793 a SensorsAndActuators:Humidity} => {?U_1793 a }. -{?U_1794 a SensorsAndActuators:Humidity} => {?U_1794 a }. -{?U_1795 a SensorsAndActuators:Humidity} => {?U_1795 a }. -{?U_1796 a SensorsAndActuators:HumiditySensor} => {?U_1796 a saref-core:Device}. -{?U_1797 a SensorsAndActuators:HumiditySensor} => {?U_1797 a }. -{?U_1798 a SensorsAndActuators:IndoorTemperature} => {?U_1798 a saref-core:Property}. -{?U_1799 a SensorsAndActuators:Kitchen} => {?U_1799 a saref4bldg:BuildingSpace}. -{?U_1800 a SensorsAndActuators:Light} => {?U_1800 a }. -{?U_1801 a SensorsAndActuators:Light} => {?U_1801 a }. -{?U_1802 a SensorsAndActuators:Light} => {?U_1802 a }. -{?U_1803 a SensorsAndActuators:Light} => {?U_1803 a }. -{?U_1804 a SensorsAndActuators:Light} => {?U_1804 a }. -{?U_1805 a SensorsAndActuators:Light} => {?U_1805 a }. -{?U_1806 a SensorsAndActuators:Light} => {?U_1806 a }. -{?U_1807 a SensorsAndActuators:LightSensor} => {?U_1807 a saref-core:Device}. -{?U_1808 a SensorsAndActuators:LightSensor} => {?U_1808 a }. -{?U_1809 a SensorsAndActuators:LightSwitch} => {?U_1809 a saref-core:Property}. -{?U_1810 a SensorsAndActuators:LightSwitch} => {?U_1810 a }. -{?U_1811 a SensorsAndActuators:LightSwitch} => {?U_1811 a }. -{?U_1812 a SensorsAndActuators:LightSwitch} => {?U_1812 a }. -{?U_1813 a SensorsAndActuators:LightSwitch} => {?U_1813 a }. -{?U_1814 a SensorsAndActuators:LightSwitch} => {?U_1814 a }. -{?U_1815 a SensorsAndActuators:LightSwitch} => {?U_1815 a }. -{?U_1816 a SensorsAndActuators:LightSwitch} => {?U_1816 a }. -{?U_1817 a SensorsAndActuators:LivingRoom} => {?U_1817 a saref4bldg:BuildingSpace}. -{?U_1818 a SensorsAndActuators:Localisation} => {?U_1818 a }. -{?U_1819 a SensorsAndActuators:Localisation} => {?U_1819 a }. -{?U_1820 a SensorsAndActuators:Localisation} => {?U_1820 a }. -{?U_1821 a SensorsAndActuators:Localisation} => {?U_1821 a }. -{?U_1822 a SensorsAndActuators:Localisation} => {?U_1822 a }. -{?U_1823 a SensorsAndActuators:Localisation} => {?U_1823 a }. -{?U_1824 a SensorsAndActuators:Localisation} => {?U_1824 a }. -{?U_1825 a SensorsAndActuators:Loudness} => {?U_1825 a saref-core:Property}. -{?U_1826 a SensorsAndActuators:LoudnessSensor} => {?U_1826 a saref-core:Device}. -{?U_1827 a SensorsAndActuators:LoudnessSensor} => {?U_1827 a }. -{?U_1828 a SensorsAndActuators:Microwave} => {?U_1828 a saref-core:Appliance}. -{?U_1829 a SensorsAndActuators:Motion} => {?U_1829 a }. -{?U_1830 a SensorsAndActuators:Motion} => {?U_1830 a }. -{?U_1831 a SensorsAndActuators:Motion} => {?U_1831 a }. -{?U_1832 a SensorsAndActuators:Motion} => {?U_1832 a }. -{?U_1833 a SensorsAndActuators:Motion} => {?U_1833 a }. -{?U_1834 a SensorsAndActuators:Motion} => {?U_1834 a }. -{?U_1835 a SensorsAndActuators:Motion} => {?U_1835 a }. -{?U_1836 a SensorsAndActuators:MovementSensor} => {?U_1836 a saref-core:Device}. -{?U_1837 a SensorsAndActuators:MovementSensor} => {?U_1837 a }. -{?U_1838 a SensorsAndActuators:Noise} => {?U_1838 a }. -{?U_1839 a SensorsAndActuators:Noise} => {?U_1839 a }. -{?U_1840 a SensorsAndActuators:Noise} => {?U_1840 a }. -{?U_1841 a SensorsAndActuators:Noise} => {?U_1841 a }. -{?U_1842 a SensorsAndActuators:Noise} => {?U_1842 a }. -{?U_1843 a SensorsAndActuators:Noise} => {?U_1843 a }. -{?U_1844 a SensorsAndActuators:Noise} => {?U_1844 a }. -{?U_1845 a SensorsAndActuators:OutdoorTemperaturee} => {?U_1845 a saref-core:Property}. -{?U_1846 a SensorsAndActuators:Oven} => {?U_1846 a saref-core:Appliance}. -{?U_1847 a SensorsAndActuators:PeopleNumber} => {?U_1847 a saref-core:Property}. -{?U_1848 a SensorsAndActuators:PeoplePresencee} => {?U_1848 a saref-core:Property}. -{?U_1849 a SensorsAndActuators:Positioning} => {?U_1849 a saref-core:Property}. -{?U_1850 a SensorsAndActuators:Positioning} => {?U_1850 a }. -{?U_1851 a SensorsAndActuators:Positioning} => {?U_1851 a }. -{?U_1852 a SensorsAndActuators:Positioning} => {?U_1852 a }. -{?U_1853 a SensorsAndActuators:Positioning} => {?U_1853 a }. -{?U_1854 a SensorsAndActuators:Positioning} => {?U_1854 a }. -{?U_1855 a SensorsAndActuators:Positioning} => {?U_1855 a }. -{?U_1856 a SensorsAndActuators:Positioning} => {?U_1856 a }. -{?U_1857 a SensorsAndActuators:Power} => {?U_1857 a }. -{?U_1858 a SensorsAndActuators:Power} => {?U_1858 a }. -{?U_1859 a SensorsAndActuators:Power} => {?U_1859 a }. -{?U_1860 a SensorsAndActuators:Power} => {?U_1860 a }. -{?U_1861 a SensorsAndActuators:Power} => {?U_1861 a }. -{?U_1862 a SensorsAndActuators:Power} => {?U_1862 a }. -{?U_1863 a SensorsAndActuators:Power} => {?U_1863 a }. -{?U_1864 a SensorsAndActuators:Presence} => {?U_1864 a }. -{?U_1865 a SensorsAndActuators:Presence} => {?U_1865 a }. -{?U_1866 a SensorsAndActuators:Presence} => {?U_1866 a }. -{?U_1867 a SensorsAndActuators:Presence} => {?U_1867 a }. -{?U_1868 a SensorsAndActuators:Presence} => {?U_1868 a }. -{?U_1869 a SensorsAndActuators:Presence} => {?U_1869 a }. -{?U_1870 a SensorsAndActuators:Presence} => {?U_1870 a }. -{?U_1871 a SensorsAndActuators:PresenceSensor} => {?U_1871 a saref-core:Sensor}. -{?U_1872 a SensorsAndActuators:PresenceSensor} => {?U_1872 a saref-core:Device}. -{?U_1873 a SensorsAndActuators:PresenceSensor} => {?U_1873 a }. -{?U_1874 a SensorsAndActuators:Pressure} => {?U_1874 a }. -{?U_1875 a SensorsAndActuators:Pressure} => {?U_1875 a }. -{?U_1876 a SensorsAndActuators:Pressure} => {?U_1876 a }. -{?U_1877 a SensorsAndActuators:Pressure} => {?U_1877 a }. -{?U_1878 a SensorsAndActuators:Pressure} => {?U_1878 a }. -{?U_1879 a SensorsAndActuators:Pressure} => {?U_1879 a }. -{?U_1880 a SensorsAndActuators:Pressure} => {?U_1880 a }. -{?U_1881 a SensorsAndActuators:PressureSensor} => {?U_1881 a saref-core:Device}. -{?U_1882 a SensorsAndActuators:PressureSensor} => {?U_1882 a }. -{?U_1883 a SensorsAndActuators:Radio} => {?U_1883 a saref-core:Appliance}. -{?U_1884 a SensorsAndActuators:Radio} => {?U_1884 a saref-core:Device}. -{?U_1885 a SensorsAndActuators:RainRate} => {?U_1885 a saref-core:Property}. -{?U_1886 a SensorsAndActuators:RainrateSensor} => {?U_1886 a saref-core:Device}. -{?U_1887 a SensorsAndActuators:RainrateSensor} => {?U_1887 a }. -{?U_1888 a SensorsAndActuators:RelativeHumidity} => {?U_1888 a saref-core:Property}. -{?U_1889 a SensorsAndActuators:RelativeHumidity} => {?U_1889 a }. -{?U_1890 a SensorsAndActuators:RelativeHumidity} => {?U_1890 a }. -{?U_1891 a SensorsAndActuators:RelativeHumidity} => {?U_1891 a }. -{?U_1892 a SensorsAndActuators:RelativeHumidity} => {?U_1892 a }. -{?U_1893 a SensorsAndActuators:RelativeHumidity} => {?U_1893 a }. -{?U_1894 a SensorsAndActuators:RelativeHumidity} => {?U_1894 a }. -{?U_1895 a SensorsAndActuators:RelativeHumidity} => {?U_1895 a }. -{?U_1896 a SensorsAndActuators:Relay} => {?U_1896 a saref-core:Property}. -{?U_1897 a SensorsAndActuators:Relay} => {?U_1897 a }. -{?U_1898 a SensorsAndActuators:Relay} => {?U_1898 a }. -{?U_1899 a SensorsAndActuators:Relay} => {?U_1899 a }. -{?U_1900 a SensorsAndActuators:Relay} => {?U_1900 a }. -{?U_1901 a SensorsAndActuators:Relay} => {?U_1901 a }. -{?U_1902 a SensorsAndActuators:Relay} => {?U_1902 a }. -{?U_1903 a SensorsAndActuators:Relay} => {?U_1903 a }. -{?U_1904 a SensorsAndActuators:Room} => {?U_1904 a }. -{?U_1905 a SensorsAndActuators:Room} => {?U_1905 a }. -{?U_1906 a SensorsAndActuators:Room} => {?U_1906 a }. -{?U_1907 a SensorsAndActuators:Socket} => {?U_1907 a }. -{?U_1908 a SensorsAndActuators:Socket} => {?U_1908 a }. -{?U_1909 a SensorsAndActuators:Socket} => {?U_1909 a }. -{?U_1910 a SensorsAndActuators:Socket} => {?U_1910 a }. -{?U_1911 a SensorsAndActuators:Socket} => {?U_1911 a }. -{?U_1912 a SensorsAndActuators:Socket} => {?U_1912 a }. -{?U_1913 a SensorsAndActuators:Socket} => {?U_1913 a }. -{?U_1914 a SensorsAndActuators:Socket} => {?U_1914 a }. -{?U_1915 a SensorsAndActuators:Socket} => {?U_1915 a }. -{?U_1916 a SensorsAndActuators:Socket} => {?U_1916 a }. -{?U_1917 a SensorsAndActuators:Socket} => {?U_1917 a }. -{?U_1918 a SensorsAndActuators:Socket} => {?U_1918 a }. -{?U_1919 a SensorsAndActuators:Socket} => {?U_1919 a saref4bldg:PhysicalObject}. -{?U_1920 a SensorsAndActuators:Socket} => {?U_1920 a }. -{?U_1921 a SensorsAndActuators:Socket} => {?U_1921 a }. -{?U_1922 a SensorsAndActuators:Socket} => {?U_1922 a }. -{?U_1923 a SensorsAndActuators:StorageRoom} => {?U_1923 a saref4bldg:BuildingSpace}. -{?U_1924 a SensorsAndActuators:StorageRoom} => {?U_1924 a }. -{?U_1925 a SensorsAndActuators:StorageRoom} => {?U_1925 a }. -{?U_1926 a SensorsAndActuators:StorageRoom} => {?U_1926 a }. -{?U_1927 a SensorsAndActuators:Temperature} => {?U_1927 a }. -{?U_1928 a SensorsAndActuators:Temperature} => {?U_1928 a }. -{?U_1929 a SensorsAndActuators:Temperature} => {?U_1929 a }. -{?U_1930 a SensorsAndActuators:Temperature} => {?U_1930 a }. -{?U_1931 a SensorsAndActuators:Temperature} => {?U_1931 a }. -{?U_1932 a SensorsAndActuators:Temperature} => {?U_1932 a }. -{?U_1933 a SensorsAndActuators:Temperature} => {?U_1933 a }. -{?U_1934 a SensorsAndActuators:TemperatureSensor} => {?U_1934 a saref-core:Sensor}. -{?U_1935 a SensorsAndActuators:TemperatureSensor} => {?U_1935 a }. -{?U_1936 a SensorsAndActuators:TemperatureSensor} => {?U_1936 a }. -{?U_1937 a SensorsAndActuators:Toilet} => {?U_1937 a saref4bldg:BuildingSpace}. -{?U_1938 a SensorsAndActuators:Toilet} => {?U_1938 a }. -{?U_1939 a SensorsAndActuators:Toilet} => {?U_1939 a }. -{?U_1940 a SensorsAndActuators:Toilet} => {?U_1940 a }. -{?U_1941 a SensorsAndActuators:Tv} => {?U_1941 a saref-core:Appliance}. -{?U_1942 a SensorsAndActuators:Tv} => {?U_1942 a saref-core:Device}. -{?U_1943 a SensorsAndActuators:VOC} => {?U_1943 a }. -{?U_1944 a SensorsAndActuators:VOC} => {?U_1944 a }. -{?U_1945 a SensorsAndActuators:VOC} => {?U_1945 a }. -{?U_1946 a SensorsAndActuators:VOC} => {?U_1946 a }. -{?U_1947 a SensorsAndActuators:VOC} => {?U_1947 a }. -{?U_1948 a SensorsAndActuators:VOC} => {?U_1948 a }. -{?U_1949 a SensorsAndActuators:VOC} => {?U_1949 a }. -{?U_1950 a SensorsAndActuators:VOCSensor} => {?U_1950 a saref-core:Device}. -{?U_1951 a SensorsAndActuators:VOCSensor} => {?U_1951 a }. -{?U_1952 a SensorsAndActuators:VentilationLevel} => {?U_1952 a }. -{?U_1953 a SensorsAndActuators:VentilationLevel} => {?U_1953 a }. -{?U_1954 a SensorsAndActuators:VentilationLevel} => {?U_1954 a }. -{?U_1955 a SensorsAndActuators:VentilationLevel} => {?U_1955 a }. -{?U_1956 a SensorsAndActuators:VentilationLevel} => {?U_1956 a }. -{?U_1957 a SensorsAndActuators:VentilationLevel} => {?U_1957 a }. -{?U_1958 a SensorsAndActuators:VentilationLevel} => {?U_1958 a }. -{?U_1959 a SensorsAndActuators:WashingMachine} => {?U_1959 a saref-core:Appliance}. -{?U_1960 a SensorsAndActuators:WaterBoiler} => {?U_1960 a saref-core:Appliance}. -{?U_1961 a SensorsAndActuators:WaterBoiler} => {?U_1961 a saref-core:Device}. -{?U_1962 a SensorsAndActuators:WaterRunning} => {?U_1962 a }. -{?U_1963 a SensorsAndActuators:WaterRunning} => {?U_1963 a }. -{?U_1964 a SensorsAndActuators:WaterRunning} => {?U_1964 a }. -{?U_1965 a SensorsAndActuators:WaterRunning} => {?U_1965 a }. -{?U_1966 a SensorsAndActuators:WaterRunning} => {?U_1966 a }. -{?U_1967 a SensorsAndActuators:WaterRunning} => {?U_1967 a }. -{?U_1968 a SensorsAndActuators:WaterRunning} => {?U_1968 a }. -{?U_1969 a SensorsAndActuators:WaterRunningSensor} => {?U_1969 a saref-core:Device}. -{?U_1970 a SensorsAndActuators:WaterRunningSensor} => {?U_1970 a }. -{?U_1971 a SensorsAndActuators:Weather} => {?U_1971 a }. -{?U_1972 a SensorsAndActuators:Weather} => {?U_1972 a }. -{?U_1973 a SensorsAndActuators:Weather} => {?U_1973 a }. -{?U_1974 a SensorsAndActuators:Weather} => {?U_1974 a }. -{?U_1975 a SensorsAndActuators:Weather} => {?U_1975 a }. -{?U_1976 a SensorsAndActuators:Weather} => {?U_1976 a }. -{?U_1977 a SensorsAndActuators:Weather} => {?U_1977 a }. -{?U_1978 a SensorsAndActuators:WhiteGoods} => {?U_1978 a saref-core:Device}. -{?U_1979 a SensorsAndActuators:WindSpeed} => {?U_1979 a saref-core:Property}. -{?U_1980 a SensorsAndActuators:WindSpeed} => {?U_1980 a }. -{?U_1981 a SensorsAndActuators:WindSpeed} => {?U_1981 a }. -{?U_1982 a SensorsAndActuators:WindSpeed} => {?U_1982 a }. -{?U_1983 a SensorsAndActuators:WindSpeed} => {?U_1983 a }. -{?U_1984 a SensorsAndActuators:WindSpeed} => {?U_1984 a }. -{?U_1985 a SensorsAndActuators:WindSpeed} => {?U_1985 a }. -{?U_1986 a SensorsAndActuators:WindSpeed} => {?U_1986 a }. -{?U_1987 a SensorsAndActuators:WindSpeedSensor} => {?U_1987 a saref-core:Device}. -{?U_1988 a SensorsAndActuators:WindSpeedSensor} => {?U_1988 a }. -{?U_1989 a saref4bldg:Pump} => {?U_1989 a saref-core:Device}. -{?U_1990 a SensorsAndWearables:Acceleration} => {?U_1990 a ns6:WearableProperty}. -{?U_1991 a SensorsAndWearables:Acceleration} => {?U_1991 a }. -{?U_1992 a SensorsAndWearables:Accelerometer} => {?U_1992 a saref-core:Sensor}. -{?U_1993 a SensorsAndWearables:Accelerometer} => {?U_1993 a }. -{?U_1994 a SensorsAndWearables:Altitude} => {?U_1994 a saref-core:Property}. -{?U_1995 a SensorsAndWearables:AmbientLightSensor} => {?U_1995 a saref-core:Device}. -{?U_1996 a SensorsAndWearables:AmbientLightSensor} => {?U_1996 a }. -{?U_1997 a SensorsAndWearables:AmbientNoiseSensor} => {?U_1997 a saref-core:Device}. -{?U_1998 a SensorsAndWearables:AmbientNoiseSensor} => {?U_1998 a }. -{?U_1999 a SensorsAndWearables:Amplitude} => {?U_1999 a ns6:WearableProperty}. -{?U_2000 a SensorsAndWearables:ApplicationUsage} => {?U_2000 a saref-core:Property}. -{?U_2001 a SensorsAndWearables:ApplicationUsageMeter} => {?U_2001 a saref-core:Meter}. -{?U_2002 a SensorsAndWearables:Axis} => {?U_2002 a geosp:SpatialObject}. -{?U_2003 a SensorsAndWearables:BatteryLevelMeter} => {?U_2003 a saref-core:Device}. -{?U_2004 a SensorsAndWearables:BatteryLevelMeter} => {?U_2004 a }. -{?U_2005 a SensorsAndWearables:BloodPressure} => {?U_2005 a ns6:WearerProperty}. -{?U_2006 a SensorsAndWearables:BloodVolumePulse} => {?U_2006 a ns6:WearerProperty}. -{?U_2007 a SensorsAndWearables:Empatica} => {?U_2007 a }. -{?U_2008 a SensorsAndWearables:Frequency} => {?U_2008 a ns6:WearableProperty}. -{?U_2009 a SensorsAndWearables:GPSSensor} => {?U_2009 a saref-core:Device}. -{?U_2010 a SensorsAndWearables:GPSSensor} => {?U_2010 a }. -{?U_2011 a SensorsAndWearables:GSRSensor} => {?U_2011 a saref-core:Device}. -{?U_2012 a SensorsAndWearables:GSRSensor} => {?U_2012 a }. -{?U_2013 a SensorsAndWearables:GeoLocation} => {?U_2013 a }. -{?U_2014 a SensorsAndWearables:GeoLocation} => {?U_2014 a }. -{?U_2015 a SensorsAndWearables:GeoLocation} => {?U_2015 a }. -{?U_2016 a SensorsAndWearables:GeoLocation} => {?U_2016 a }. -{?U_2017 a SensorsAndWearables:GeoLocation} => {?U_2017 a }. -{?U_2018 a SensorsAndWearables:GeoLocation} => {?U_2018 a }. -{?U_2019 a SensorsAndWearables:GeoLocation} => {?U_2019 a }. -{?U_2020 a SensorsAndWearables:Gravity} => {?U_2020 a ns6:WearableProperty}. -{?U_2021 a SensorsAndWearables:Gravity} => {?U_2021 a }. -{?U_2022 a SensorsAndWearables:GravitySensor} => {?U_2022 a saref-core:Sensor}. -{?U_2023 a SensorsAndWearables:GravitySensor} => {?U_2023 a }. -{?U_2024 a SensorsAndWearables:Gyroscope} => {?U_2024 a saref-core:Sensor}. -{?U_2025 a SensorsAndWearables:Gyroscope} => {?U_2025 a }. -{?U_2026 a SensorsAndWearables:HeartRate} => {?U_2026 a ns6:WearerProperty}. -{?U_2027 a SensorsAndWearables:InterBeatInterval} => {?U_2027 a ns6:WearerProperty}. -{?U_2028 a SensorsAndWearables:KeyStrokes} => {?U_2028 a saref-core:Property}. -{?U_2029 a SensorsAndWearables:KeyboardUsageMeter} => {?U_2029 a saref-core:Meter}. -{?U_2030 a SensorsAndWearables:Latitude} => {?U_2030 a saref-core:Property}. -{?U_2031 a SensorsAndWearables:Latitude} => {?U_2031 a }. -{?U_2032 a SensorsAndWearables:Latitude} => {?U_2032 a }. -{?U_2033 a SensorsAndWearables:Latitude} => {?U_2033 a }. -{?U_2034 a SensorsAndWearables:Latitude} => {?U_2034 a }. -{?U_2035 a SensorsAndWearables:Latitude} => {?U_2035 a }. -{?U_2036 a SensorsAndWearables:Latitude} => {?U_2036 a }. -{?U_2037 a SensorsAndWearables:Latitude} => {?U_2037 a }. -{?U_2038 a SensorsAndWearables:Light} => {?U_2038 a saref-core:Property}. -{?U_2039 a SensorsAndWearables:LinearAcceleration} => {?U_2039 a ns6:WearableProperty}. -{?U_2040 a SensorsAndWearables:LinearAcceleration} => {?U_2040 a }. -{?U_2041 a SensorsAndWearables:LinearAccelerometer} => {?U_2041 a saref-core:Sensor}. -{?U_2042 a SensorsAndWearables:LinearAccelerometer} => {?U_2042 a }. -{?U_2043 a SensorsAndWearables:LocationAccuracy} => {?U_2043 a saref-core:Property}. -{?U_2044 a SensorsAndWearables:LocationAccuracy} => {?U_2044 a }. -{?U_2045 a SensorsAndWearables:LocationAccuracy} => {?U_2045 a }. -{?U_2046 a SensorsAndWearables:LocationAccuracy} => {?U_2046 a }. -{?U_2047 a SensorsAndWearables:LocationAccuracy} => {?U_2047 a }. -{?U_2048 a SensorsAndWearables:LocationAccuracy} => {?U_2048 a }. -{?U_2049 a SensorsAndWearables:LocationAccuracy} => {?U_2049 a }. -{?U_2050 a SensorsAndWearables:LocationAccuracy} => {?U_2050 a }. -{?U_2051 a SensorsAndWearables:LocationBearing} => {?U_2051 a saref-core:Property}. -{?U_2052 a SensorsAndWearables:LocationBearing} => {?U_2052 a }. -{?U_2053 a SensorsAndWearables:LocationBearing} => {?U_2053 a }. -{?U_2054 a SensorsAndWearables:LocationBearing} => {?U_2054 a }. -{?U_2055 a SensorsAndWearables:LocationBearing} => {?U_2055 a }. -{?U_2056 a SensorsAndWearables:LocationBearing} => {?U_2056 a }. -{?U_2057 a SensorsAndWearables:LocationBearing} => {?U_2057 a }. -{?U_2058 a SensorsAndWearables:LocationBearing} => {?U_2058 a }. -{?U_2059 a SensorsAndWearables:Longitude} => {?U_2059 a saref-core:Property}. -{?U_2060 a SensorsAndWearables:Longitude} => {?U_2060 a }. -{?U_2061 a SensorsAndWearables:Longitude} => {?U_2061 a }. -{?U_2062 a SensorsAndWearables:Longitude} => {?U_2062 a }. -{?U_2063 a SensorsAndWearables:Longitude} => {?U_2063 a }. -{?U_2064 a SensorsAndWearables:Longitude} => {?U_2064 a }. -{?U_2065 a SensorsAndWearables:Longitude} => {?U_2065 a }. -{?U_2066 a SensorsAndWearables:Longitude} => {?U_2066 a }. -{?U_2067 a SensorsAndWearables:MagneticFieldStrength} => {?U_2067 a ns6:WearableProperty}. -{?U_2068 a SensorsAndWearables:MagneticFieldStrength} => {?U_2068 a }. -{?U_2069 a SensorsAndWearables:Magnetometer} => {?U_2069 a saref-core:Sensor}. -{?U_2070 a SensorsAndWearables:Magnetometer} => {?U_2070 a }. -{?U_2071 a SensorsAndWearables:Noise} => {?U_2071 a saref-core:Property}. -{?U_2072 a SensorsAndWearables:OnWristDetector} => {?U_2072 a saref-core:Device}. -{?U_2073 a SensorsAndWearables:OnWristDetector} => {?U_2073 a }. -{?U_2074 a SensorsAndWearables:OrientationDeviation} => {?U_2074 a ns6:WearableProperty}. -{?U_2075 a SensorsAndWearables:OrientationDeviation} => {?U_2075 a }. -{?U_2076 a SensorsAndWearables:PPGSensor} => {?U_2076 a saref-core:Device}. -{?U_2077 a SensorsAndWearables:PPGSensor} => {?U_2077 a }. -{?U_2078 a SensorsAndWearables:Proximity} => {?U_2078 a saref-core:Property}. -{?U_2079 a SensorsAndWearables:ProximitySensor} => {?U_2079 a saref-core:Device}. -{?U_2080 a SensorsAndWearables:ProximitySensor} => {?U_2080 a }. -{?U_2081 a SensorsAndWearables:Rotation} => {?U_2081 a ns6:WearableProperty}. -{?U_2082 a SensorsAndWearables:Rotation} => {?U_2082 a }. -{?U_2083 a SensorsAndWearables:RotationSensor} => {?U_2083 a saref-core:Sensor}. -{?U_2084 a SensorsAndWearables:RotationSensor} => {?U_2084 a }. -{?U_2085 a SensorsAndWearables:SPO2} => {?U_2085 a ns6:WearerProperty}. -{?U_2086 a SensorsAndWearables:ScreenUsage} => {?U_2086 a saref-core:Property}. -{?U_2087 a SensorsAndWearables:ScreenUsageMeter} => {?U_2087 a saref-core:Meter}. -{?U_2088 a SensorsAndWearables:SkinConductance} => {?U_2088 a ns6:WearerProperty}. -{?U_2089 a SensorsAndWearables:SkinTemperature} => {?U_2089 a ns6:WearerProperty}. -{?U_2090 a SensorsAndWearables:Smartphone} => {?U_2090 a }. -{?U_2091 a SensorsAndWearables:SmartphoneAcceleration} => {?U_2091 a }. -{?U_2092 a SensorsAndWearables:SmartphoneAcceleration} => {?U_2092 a ns6:WearableProperty}. -{?U_2093 a SensorsAndWearables:SmartphoneAcceleration} => {?U_2093 a }. -{?U_2094 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_2094 a saref-core:Device}. -{?U_2095 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_2095 a }. -{?U_2096 a SensorsAndWearables:StepCount} => {?U_2096 a saref-core:Property}. -{?U_2097 a SensorsAndWearables:StepCounter} => {?U_2097 a saref-core:Device}. -{?U_2098 a SensorsAndWearables:StepCounter} => {?U_2098 a }. -{?U_2099 a SensorsAndWearables:Thermopile} => {?U_2099 a saref-core:Sensor}. -{?U_2100 a SensorsAndWearables:Thermopile} => {?U_2100 a }. -{?U_2101 a SensorsAndWearables:Thermopile} => {?U_2101 a }. -{?U_2102 a SensorsAndWearables:WearableAcceleration} => {?U_2102 a }. -{?U_2103 a SensorsAndWearables:WearableAcceleration} => {?U_2103 a ns6:WearableProperty}. -{?U_2104 a SensorsAndWearables:WearableAcceleration} => {?U_2104 a }. -{?U_2105 a SensorsAndWearables:Weight} => {?U_2105 a ns6:WearerProperty}. -{?U_2106 a SensorsAndWearables:XAxis} => {?U_2106 a geosp:Geometry}. -{?U_2107 a SensorsAndWearables:XAxis} => {?U_2107 a geosp:SpatialObject}. -{?U_2108 a SensorsAndWearables:YAxis} => {?U_2108 a geosp:Geometry}. -{?U_2109 a SensorsAndWearables:YAxis} => {?U_2109 a geosp:SpatialObject}. -{?U_2110 a SensorsAndWearables:ZAxis} => {?U_2110 a geosp:Geometry}. -{?U_2111 a SensorsAndWearables:ZAxis} => {?U_2111 a geosp:SpatialObject}. -{?U_2112 a } => {?U_2112 a saref-core:Property}. -{?U_2113 a } => {?U_2113 a saref-core:Device}. -{?U_2114 a } => {?U_2114 a }. -{?U_2115 a dogont:Button} => {?U_2115 a }. -{?U_2116 a dogont:Button} => {?U_2116 a }. -{?U_2117 a dogont:Button} => {?U_2117 a }. -{?U_2118 a dogont:Button} => {?U_2118 a }. -{?U_2119 a dogont:Button} => {?U_2119 a }. -{?U_2120 a dogont:Button} => {?U_2120 a }. -{?U_2121 a dogont:Button} => {?U_2121 a }. -{?U_2122 a dogont:Button} => {?U_2122 a }. -{?U_2123 a dogont:Button} => {?U_2123 a }. -{?U_2124 a dogont:Button} => {?U_2124 a }. -{?U_2125 a dogont:Button} => {?U_2125 a }. -{?U_2126 a dogont:Button} => {?U_2126 a }. -{?U_2127 a dogont:Button} => {?U_2127 a saref4bldg:PhysicalObject}. -{?U_2128 a dogont:Button} => {?U_2128 a }. -{?U_2129 a dogont:Button} => {?U_2129 a }. -{?U_2130 a dogont:Button} => {?U_2130 a }. -{?U_2131 a dogont:Closet} => {?U_2131 a saref4bldg:PhysicalObject}. -{?U_2132 a dogont:Cupboard} => {?U_2132 a saref4bldg:PhysicalObject}. -{?U_2133 a dogont:DimmableLight} => {?U_2133 a saref4bldg:DistributionControlDevice}. -{?U_2134 a dogont:DimmableLight} => {?U_2134 a saref-core:Actuator}. -{?U_2135 a dogont:DimmableLight} => {?U_2135 a }. -{?U_2136 a dogont:DimmableLight} => {?U_2136 a }. -{?U_2137 a dogont:DimmerLamp} => {?U_2137 a saref4bldg:DistributionControlDevice}. -{?U_2138 a dogont:DimmerLamp} => {?U_2138 a saref-core:Actuator}. -{?U_2139 a dogont:DimmerLamp} => {?U_2139 a }. -{?U_2140 a dogont:DimmerLamp} => {?U_2140 a }. -{?U_2141 a dogont:DimmerSwitch} => {?U_2141 a saref4bldg:DistributionControlDevice}. -{?U_2142 a dogont:DimmerSwitch} => {?U_2142 a saref-core:Actuator}. -{?U_2143 a dogont:DimmerSwitch} => {?U_2143 a }. -{?U_2144 a dogont:DimmerSwitch} => {?U_2144 a }. -{?U_2145 a dogont:Door} => {?U_2145 a saref4bldg:PhysicalObject}. -{?U_2146 a dogont:Shutter} => {?U_2146 a saref4bldg:PhysicalObject}. -{?U_2147 a dogont:ShutterActuator} => {?U_2147 a saref4bldg:DistributionControlDevice}. -{?U_2148 a dogont:ShutterActuator} => {?U_2148 a saref-core:Actuator}. -{?U_2149 a dogont:ShutterActuator} => {?U_2149 a }. -{?U_2150 a dogont:ShutterActuator} => {?U_2150 a }. -{?U_2151 a dogont:Terrace} => {?U_2151 a }. -{?U_2152 a dogont:Terrace} => {?U_2152 a }. -{?U_2153 a dogont:Terrace} => {?U_2153 a }. -{?U_2154 a dogont:Window} => {?U_2154 a saref4bldg:PhysicalObject}. -{?U_2155 a ns3:Curtain} => {?U_2155 a saref4bldg:PhysicalObject}. -{?U_2156 a ns3:Furniture} => {?U_2156 a }. -{?U_2157 a ns3:Furniture} => {?U_2157 a }. -{?U_2158 a ns3:Netatmo} => {?U_2158 a saref-core:Device}. -{?U_2159 a ns3:Netatmo} => {?U_2159 a }. -{?U_2160 a ns3:WeatherStation} => {?U_2160 a saref-core:Device}. -{?U_2161 a ns3:WeatherStation} => {?U_2161 a }. -{?U_2162 a ns3:WindowSensor} => {?U_2162 a saref-core:Device}. -{?U_2163 a ns3:WindowSensor} => {?U_2163 a }. -{?U_2164 a ns4:EmpaticaTagButton} => {?U_2164 a }. -{?U_2165 a ns4:EmpaticaTagButton} => {?U_2165 a }. -{?U_2166 a ns4:EmpaticaTagButton} => {?U_2166 a }. -{?U_2167 a ns4:EmpaticaTagButton} => {?U_2167 a }. -{?U_2168 a ns4:EmpaticaTagButton} => {?U_2168 a }. -{?U_2169 a ns4:EmpaticaTagButton} => {?U_2169 a }. -{?U_2170 a ns4:EmpaticaTagButton} => {?U_2170 a }. -{?U_2171 a ns4:EmpaticaTagButton} => {?U_2171 a }. -{?U_2172 a ns4:EmpaticaTagButton} => {?U_2172 a }. -{?U_2173 a ns4:EmpaticaTagButton} => {?U_2173 a }. -{?U_2174 a ns4:EmpaticaTagButton} => {?U_2174 a }. -{?U_2175 a ns4:EmpaticaTagButton} => {?U_2175 a }. -{?U_2176 a ns4:EmpaticaTagButton} => {?U_2176 a saref4bldg:PhysicalObject}. -{?U_2177 a ns4:EmpaticaTagButton} => {?U_2177 a }. -{?U_2178 a ns4:EmpaticaTagButton} => {?U_2178 a }. -{?U_2179 a ns4:EmpaticaTagButton} => {?U_2179 a }. -{?U_2180 a ns4:SleepAPI} => {?U_2180 a saref-core:Device}. -{?U_2181 a ns4:SleepAPI} => {?U_2181 a }. -{?U_2182 a saref-core:ActuatingFunction} => {?U_2182 a }. -{?U_2183 a saref-core:Actuator} => {?U_2183 a }. -{?U_2184 a saref-core:Actuator} => {?U_2184 a }. -{?U_2185 a saref-core:Actuator} => {?U_2185 a }. -{?U_2186 a saref-core:Actuator} => {?U_2186 a }. -{?U_2187 a saref-core:Actuator} => {?U_2187 a }. -{?U_2188 a saref-core:Actuator} => {?U_2188 a }. -{?U_2189 a saref-core:Actuator} => {?U_2189 a }. -{?U_2190 a saref-core:Actuator} => {?U_2190 a }. -{?U_2191 a saref-core:Actuator} => {?U_2191 a }. -{?U_2192 a saref-core:Actuator} => {?U_2192 a }. -{?U_2193 a saref-core:Actuator} => {?U_2193 a }. -{?U_2194 a saref-core:Actuator} => {?U_2194 a }. -{?U_2195 a saref-core:Actuator} => {?U_2195 a saref4bldg:PhysicalObject}. -{?U_2196 a saref-core:Actuator} => {?U_2196 a }. -{?U_2197 a saref-core:Actuator} => {?U_2197 a }. -{?U_2198 a saref-core:Actuator} => {?U_2198 a }. -{?U_2199 a saref-core:Appliance} => {?U_2199 a }. -{?U_2200 a saref-core:Appliance} => {?U_2200 a }. -{?U_2201 a saref-core:Appliance} => {?U_2201 a }. -{?U_2202 a saref-core:Appliance} => {?U_2202 a }. -{?U_2203 a saref-core:Appliance} => {?U_2203 a }. -{?U_2204 a saref-core:Appliance} => {?U_2204 a }. -{?U_2205 a saref-core:Appliance} => {?U_2205 a }. -{?U_2206 a saref-core:Appliance} => {?U_2206 a }. -{?U_2207 a saref-core:Appliance} => {?U_2207 a }. -{?U_2208 a saref-core:Appliance} => {?U_2208 a }. -{?U_2209 a saref-core:Appliance} => {?U_2209 a }. -{?U_2210 a saref-core:Appliance} => {?U_2210 a }. -{?U_2211 a saref-core:Appliance} => {?U_2211 a saref4bldg:PhysicalObject}. -{?U_2212 a saref-core:Appliance} => {?U_2212 a }. -{?U_2213 a saref-core:Appliance} => {?U_2213 a }. -{?U_2214 a saref-core:Appliance} => {?U_2214 a }. -{?U_2215 a saref-core:CloseCommand} => {?U_2215 a }. -{?U_2216 a saref-core:CloseCommand} => {?U_2216 a }. -{?U_2217 a saref-core:CloseState} => {?U_2217 a saref-core:State}. -{?U_2218 a saref-core:DoorSwitch} => {?U_2218 a saref-core:Actuator}. -{?U_2219 a saref-core:Energy} => {?U_2219 a }. -{?U_2220 a saref-core:Energy} => {?U_2220 a }. -{?U_2221 a saref-core:Energy} => {?U_2221 a }. -{?U_2222 a saref-core:Energy} => {?U_2222 a }. -{?U_2223 a saref-core:Energy} => {?U_2223 a }. -{?U_2224 a saref-core:Energy} => {?U_2224 a }. -{?U_2225 a saref-core:Energy} => {?U_2225 a }. -{?U_2226 a saref-core:EventFunction} => {?U_2226 a }. -{?U_2227 a saref-core:GetCommand} => {?U_2227 a }. -{?U_2228 a saref-core:GetCommand} => {?U_2228 a }. -{?U_2229 a saref-core:GetCurrentMeterValueCommand} => {?U_2229 a saref-core:Command}. -{?U_2230 a saref-core:GetCurrentMeterValueCommand} => {?U_2230 a }. -{?U_2231 a saref-core:GetCurrentMeterValueCommand} => {?U_2231 a }. -{?U_2232 a saref-core:GetMeterDataCommand} => {?U_2232 a saref-core:Command}. -{?U_2233 a saref-core:GetMeterDataCommand} => {?U_2233 a }. -{?U_2234 a saref-core:GetMeterDataCommand} => {?U_2234 a }. -{?U_2235 a saref-core:GetMeterHistoryCommand} => {?U_2235 a saref-core:Command}. -{?U_2236 a saref-core:GetMeterHistoryCommand} => {?U_2236 a }. -{?U_2237 a saref-core:GetMeterHistoryCommand} => {?U_2237 a }. -{?U_2238 a saref-core:GetSensingDataCommand} => {?U_2238 a saref-core:Command}. -{?U_2239 a saref-core:GetSensingDataCommand} => {?U_2239 a }. -{?U_2240 a saref-core:GetSensingDataCommand} => {?U_2240 a }. -{?U_2241 a saref-core:HVAC} => {?U_2241 a }. -{?U_2242 a saref-core:HVAC} => {?U_2242 a }. -{?U_2243 a saref-core:HVAC} => {?U_2243 a }. -{?U_2244 a saref-core:HVAC} => {?U_2244 a }. -{?U_2245 a saref-core:HVAC} => {?U_2245 a }. -{?U_2246 a saref-core:HVAC} => {?U_2246 a }. -{?U_2247 a saref-core:HVAC} => {?U_2247 a }. -{?U_2248 a saref-core:HVAC} => {?U_2248 a }. -{?U_2249 a saref-core:HVAC} => {?U_2249 a }. -{?U_2250 a saref-core:HVAC} => {?U_2250 a }. -{?U_2251 a saref-core:HVAC} => {?U_2251 a }. -{?U_2252 a saref-core:HVAC} => {?U_2252 a }. -{?U_2253 a saref-core:HVAC} => {?U_2253 a saref4bldg:PhysicalObject}. -{?U_2254 a saref-core:HVAC} => {?U_2254 a }. -{?U_2255 a saref-core:HVAC} => {?U_2255 a }. -{?U_2256 a saref-core:HVAC} => {?U_2256 a }. -{?U_2257 a saref-core:Humidity} => {?U_2257 a }. -{?U_2258 a saref-core:Humidity} => {?U_2258 a }. -{?U_2259 a saref-core:Humidity} => {?U_2259 a }. -{?U_2260 a saref-core:Humidity} => {?U_2260 a }. -{?U_2261 a saref-core:Humidity} => {?U_2261 a }. -{?U_2262 a saref-core:Humidity} => {?U_2262 a }. -{?U_2263 a saref-core:Humidity} => {?U_2263 a }. -{?U_2264 a saref-core:LevelControlFunction} => {?U_2264 a saref-core:Function}. -{?U_2265 a saref-core:LevelControlFunction} => {?U_2265 a }. -{?U_2266 a saref-core:Light} => {?U_2266 a }. -{?U_2267 a saref-core:Light} => {?U_2267 a }. -{?U_2268 a saref-core:Light} => {?U_2268 a }. -{?U_2269 a saref-core:Light} => {?U_2269 a }. -{?U_2270 a saref-core:Light} => {?U_2270 a }. -{?U_2271 a saref-core:Light} => {?U_2271 a }. -{?U_2272 a saref-core:Light} => {?U_2272 a }. -{?U_2273 a saref-core:LightSwitch} => {?U_2273 a saref-core:Actuator}. -{?U_2274 a saref-core:Meter} => {?U_2274 a }. -{?U_2275 a saref-core:Meter} => {?U_2275 a }. -{?U_2276 a saref-core:Meter} => {?U_2276 a }. -{?U_2277 a saref-core:Meter} => {?U_2277 a }. -{?U_2278 a saref-core:Meter} => {?U_2278 a }. -{?U_2279 a saref-core:Meter} => {?U_2279 a }. -{?U_2280 a saref-core:Meter} => {?U_2280 a }. -{?U_2281 a saref-core:Meter} => {?U_2281 a }. -{?U_2282 a saref-core:Meter} => {?U_2282 a }. -{?U_2283 a saref-core:Meter} => {?U_2283 a }. -{?U_2284 a saref-core:Meter} => {?U_2284 a }. -{?U_2285 a saref-core:Meter} => {?U_2285 a }. -{?U_2286 a saref-core:Meter} => {?U_2286 a saref4bldg:PhysicalObject}. -{?U_2287 a saref-core:Meter} => {?U_2287 a }. -{?U_2288 a saref-core:Meter} => {?U_2288 a }. -{?U_2289 a saref-core:Meter} => {?U_2289 a }. -{?U_2290 a saref-core:MeteringFunction} => {?U_2290 a }. -{?U_2291 a saref-core:Motion} => {?U_2291 a }. -{?U_2292 a saref-core:Motion} => {?U_2292 a }. -{?U_2293 a saref-core:Motion} => {?U_2293 a }. -{?U_2294 a saref-core:Motion} => {?U_2294 a }. -{?U_2295 a saref-core:Motion} => {?U_2295 a }. -{?U_2296 a saref-core:Motion} => {?U_2296 a }. -{?U_2297 a saref-core:Motion} => {?U_2297 a }. -{?U_2298 a saref-core:NotifyCommand} => {?U_2298 a }. -{?U_2299 a saref-core:NotifyCommand} => {?U_2299 a }. -{?U_2300 a saref-core:Occupancy} => {?U_2300 a }. -{?U_2301 a saref-core:Occupancy} => {?U_2301 a }. -{?U_2302 a saref-core:Occupancy} => {?U_2302 a }. -{?U_2303 a saref-core:Occupancy} => {?U_2303 a }. -{?U_2304 a saref-core:Occupancy} => {?U_2304 a }. -{?U_2305 a saref-core:Occupancy} => {?U_2305 a }. -{?U_2306 a saref-core:Occupancy} => {?U_2306 a }. -{?U_2307 a saref-core:OffCommand} => {?U_2307 a }. -{?U_2308 a saref-core:OffCommand} => {?U_2308 a }. -{?U_2309 a saref-core:OffState} => {?U_2309 a saref-core:State}. -{?U_2310 a saref-core:OnCommand} => {?U_2310 a }. -{?U_2311 a saref-core:OnCommand} => {?U_2311 a }. -{?U_2312 a saref-core:OnOffFunction} => {?U_2312 a saref-core:Function}. -{?U_2313 a saref-core:OnOffFunction} => {?U_2313 a }. -{?U_2314 a saref-core:OnState} => {?U_2314 a saref-core:State}. -{?U_2315 a saref-core:OpenCloseFunction} => {?U_2315 a saref-core:Function}. -{?U_2316 a saref-core:OpenCloseFunction} => {?U_2316 a }. -{?U_2317 a saref-core:OpenCommand} => {?U_2317 a }. -{?U_2318 a saref-core:OpenCommand} => {?U_2318 a }. -{?U_2319 a saref-core:OpenState} => {?U_2319 a saref-core:State}. -{?U_2320 a saref-core:PauseCommand} => {?U_2320 a }. -{?U_2321 a saref-core:PauseCommand} => {?U_2321 a }. -{?U_2322 a saref-core:Power} => {?U_2322 a }. -{?U_2323 a saref-core:Power} => {?U_2323 a }. -{?U_2324 a saref-core:Power} => {?U_2324 a }. -{?U_2325 a saref-core:Power} => {?U_2325 a }. -{?U_2326 a saref-core:Power} => {?U_2326 a }. -{?U_2327 a saref-core:Power} => {?U_2327 a }. -{?U_2328 a saref-core:Power} => {?U_2328 a }. -{?U_2329 a saref-core:Pressure} => {?U_2329 a }. -{?U_2330 a saref-core:Pressure} => {?U_2330 a }. -{?U_2331 a saref-core:Pressure} => {?U_2331 a }. -{?U_2332 a saref-core:Pressure} => {?U_2332 a }. -{?U_2333 a saref-core:Pressure} => {?U_2333 a }. -{?U_2334 a saref-core:Pressure} => {?U_2334 a }. -{?U_2335 a saref-core:Pressure} => {?U_2335 a }. -{?U_2336 a saref-core:Price} => {?U_2336 a }. -{?U_2337 a saref-core:Price} => {?U_2337 a }. -{?U_2338 a saref-core:Price} => {?U_2338 a }. -{?U_2339 a saref-core:Price} => {?U_2339 a }. -{?U_2340 a saref-core:Price} => {?U_2340 a }. -{?U_2341 a saref-core:Price} => {?U_2341 a }. -{?U_2342 a saref-core:Price} => {?U_2342 a }. -{?U_2343 a saref-core:SensingFunction} => {?U_2343 a }. -{?U_2344 a saref-core:Sensor} => {?U_2344 a }. -{?U_2345 a saref-core:Sensor} => {?U_2345 a }. -{?U_2346 a saref-core:Sensor} => {?U_2346 a }. -{?U_2347 a saref-core:Sensor} => {?U_2347 a }. -{?U_2348 a saref-core:Sensor} => {?U_2348 a }. -{?U_2349 a saref-core:Sensor} => {?U_2349 a }. -{?U_2350 a saref-core:Sensor} => {?U_2350 a }. -{?U_2351 a saref-core:Sensor} => {?U_2351 a }. -{?U_2352 a saref-core:Sensor} => {?U_2352 a }. -{?U_2353 a saref-core:Sensor} => {?U_2353 a }. -{?U_2354 a saref-core:Sensor} => {?U_2354 a }. -{?U_2355 a saref-core:Sensor} => {?U_2355 a }. -{?U_2356 a saref-core:Sensor} => {?U_2356 a saref4bldg:PhysicalObject}. -{?U_2357 a saref-core:Sensor} => {?U_2357 a }. -{?U_2358 a saref-core:Sensor} => {?U_2358 a }. -{?U_2359 a saref-core:Sensor} => {?U_2359 a }. -{?U_2360 a saref-core:SetAbsoluteLevelCommand} => {?U_2360 a saref-core:Command}. -{?U_2361 a saref-core:SetAbsoluteLevelCommand} => {?U_2361 a }. -{?U_2362 a saref-core:SetAbsoluteLevelCommand} => {?U_2362 a }. -{?U_2363 a saref-core:SetLevelCommand} => {?U_2363 a }. -{?U_2364 a saref-core:SetLevelCommand} => {?U_2364 a }. -{?U_2365 a saref-core:SetRelativeLevelCommand} => {?U_2365 a saref-core:Command}. -{?U_2366 a saref-core:SetRelativeLevelCommand} => {?U_2366 a }. -{?U_2367 a saref-core:SetRelativeLevelCommand} => {?U_2367 a }. -{?U_2368 a saref-core:SetRelativeLevelCommand} => {?U_2368 a }. -{?U_2369 a saref-core:SetRelativeLevelCommand} => {?U_2369 a }. -{?U_2370 a saref-core:Smoke} => {?U_2370 a }. -{?U_2371 a saref-core:Smoke} => {?U_2371 a }. -{?U_2372 a saref-core:Smoke} => {?U_2372 a }. -{?U_2373 a saref-core:Smoke} => {?U_2373 a }. -{?U_2374 a saref-core:Smoke} => {?U_2374 a }. -{?U_2375 a saref-core:Smoke} => {?U_2375 a }. -{?U_2376 a saref-core:Smoke} => {?U_2376 a }. -{?U_2377 a saref-core:SmokeSensor} => {?U_2377 a saref-core:Device}. -{?U_2378 a saref-core:SmokeSensor} => {?U_2378 a }. -{?U_2379 a saref-core:SmokeSensor} => {?U_2379 a }. -{?U_2380 a saref-core:SmokeSensor} => {?U_2380 a }. -{?U_2381 a saref-core:SmokeSensor} => {?U_2381 a }. -{?U_2382 a saref-core:SmokeSensor} => {?U_2382 a }. -{?U_2383 a saref-core:SmokeSensor} => {?U_2383 a }. -{?U_2384 a saref-core:SmokeSensor} => {?U_2384 a }. -{?U_2385 a saref-core:SmokeSensor} => {?U_2385 a }. -{?U_2386 a saref-core:SmokeSensor} => {?U_2386 a }. -{?U_2387 a saref-core:SmokeSensor} => {?U_2387 a }. -{?U_2388 a saref-core:SmokeSensor} => {?U_2388 a }. -{?U_2389 a saref-core:SmokeSensor} => {?U_2389 a }. -{?U_2390 a saref-core:SmokeSensor} => {?U_2390 a }. -{?U_2391 a saref-core:SmokeSensor} => {?U_2391 a saref4bldg:PhysicalObject}. -{?U_2392 a saref-core:SmokeSensor} => {?U_2392 a }. -{?U_2393 a saref-core:SmokeSensor} => {?U_2393 a }. -{?U_2394 a saref-core:SmokeSensor} => {?U_2394 a }. -{?U_2395 a saref-core:StartCommand} => {?U_2395 a }. -{?U_2396 a saref-core:StartCommand} => {?U_2396 a }. -{?U_2397 a saref-core:StartState} => {?U_2397 a saref-core:State}. -{?U_2398 a saref-core:StartStopFunction} => {?U_2398 a saref-core:Function}. -{?U_2399 a saref-core:StartStopFunction} => {?U_2399 a }. -{?U_2400 a saref-core:StepDownCommand} => {?U_2400 a }. -{?U_2401 a saref-core:StepDownCommand} => {?U_2401 a }. -{?U_2402 a saref-core:StepUpCommand} => {?U_2402 a }. -{?U_2403 a saref-core:StepUpCommand} => {?U_2403 a }. -{?U_2404 a saref-core:StopCommand} => {?U_2404 a }. -{?U_2405 a saref-core:StopCommand} => {?U_2405 a }. -{?U_2406 a saref-core:StopState} => {?U_2406 a saref-core:State}. -{?U_2407 a saref-core:Switch} => {?U_2407 a saref-core:Device}. -{?U_2408 a saref-core:Switch} => {?U_2408 a }. -{?U_2409 a saref-core:Switch} => {?U_2409 a }. -{?U_2410 a saref-core:Switch} => {?U_2410 a }. -{?U_2411 a saref-core:Switch} => {?U_2411 a }. -{?U_2412 a saref-core:Switch} => {?U_2412 a }. -{?U_2413 a saref-core:Switch} => {?U_2413 a }. -{?U_2414 a saref-core:Switch} => {?U_2414 a }. -{?U_2415 a saref-core:Switch} => {?U_2415 a }. -{?U_2416 a saref-core:Switch} => {?U_2416 a }. -{?U_2417 a saref-core:Switch} => {?U_2417 a }. -{?U_2418 a saref-core:Switch} => {?U_2418 a }. -{?U_2419 a saref-core:Switch} => {?U_2419 a }. -{?U_2420 a saref-core:Switch} => {?U_2420 a }. -{?U_2421 a saref-core:Switch} => {?U_2421 a saref4bldg:PhysicalObject}. -{?U_2422 a saref-core:Switch} => {?U_2422 a }. -{?U_2423 a saref-core:Switch} => {?U_2423 a }. -{?U_2424 a saref-core:Switch} => {?U_2424 a }. -{?U_2425 a saref-core:SwitchOnService} => {?U_2425 a }. -{?U_2426 a saref-core:SwitchOnService} => {?U_2426 a }. -{?U_2427 a saref-core:Temperature} => {?U_2427 a }. -{?U_2428 a saref-core:Temperature} => {?U_2428 a }. -{?U_2429 a saref-core:Temperature} => {?U_2429 a }. -{?U_2430 a saref-core:Temperature} => {?U_2430 a }. -{?U_2431 a saref-core:Temperature} => {?U_2431 a }. -{?U_2432 a saref-core:Temperature} => {?U_2432 a }. -{?U_2433 a saref-core:Temperature} => {?U_2433 a }. -{?U_2434 a saref-core:TemperatureSensor} => {?U_2434 a saref-core:Device}. -{?U_2435 a saref-core:TemperatureSensor} => {?U_2435 a }. -{?U_2436 a saref-core:TemperatureSensor} => {?U_2436 a }. -{?U_2437 a saref-core:TemperatureSensor} => {?U_2437 a }. -{?U_2438 a saref-core:TemperatureSensor} => {?U_2438 a }. -{?U_2439 a saref-core:TemperatureSensor} => {?U_2439 a }. -{?U_2440 a saref-core:TemperatureSensor} => {?U_2440 a }. -{?U_2441 a saref-core:TemperatureSensor} => {?U_2441 a }. -{?U_2442 a saref-core:TemperatureSensor} => {?U_2442 a }. -{?U_2443 a saref-core:TemperatureSensor} => {?U_2443 a }. -{?U_2444 a saref-core:TemperatureSensor} => {?U_2444 a }. -{?U_2445 a saref-core:TemperatureSensor} => {?U_2445 a }. -{?U_2446 a saref-core:TemperatureSensor} => {?U_2446 a }. -{?U_2447 a saref-core:TemperatureSensor} => {?U_2447 a }. -{?U_2448 a saref-core:TemperatureSensor} => {?U_2448 a saref4bldg:PhysicalObject}. -{?U_2449 a saref-core:TemperatureSensor} => {?U_2449 a }. -{?U_2450 a saref-core:TemperatureSensor} => {?U_2450 a }. -{?U_2451 a saref-core:TemperatureSensor} => {?U_2451 a }. -{?U_2452 a saref-core:ToggleCommand} => {?U_2452 a }. -{?U_2453 a saref-core:ToggleCommand} => {?U_2453 a }. -{?U_2454 a saref4bldg:Actuator} => {?U_2454 a saref4bldg:DistributionDevice}. -{?U_2455 a saref4bldg:Actuator} => {?U_2455 a saref-core:Device}. -{?U_2456 a saref4bldg:Actuator} => {?U_2456 a }. -{?U_2457 a saref4bldg:Actuator} => {?U_2457 a }. -{?U_2458 a saref4bldg:Actuator} => {?U_2458 a }. -{?U_2459 a saref4bldg:Actuator} => {?U_2459 a }. -{?U_2460 a saref4bldg:Actuator} => {?U_2460 a }. -{?U_2461 a saref4bldg:Actuator} => {?U_2461 a }. -{?U_2462 a saref4bldg:Actuator} => {?U_2462 a }. -{?U_2463 a saref4bldg:Actuator} => {?U_2463 a }. -{?U_2464 a saref4bldg:Actuator} => {?U_2464 a }. -{?U_2465 a saref4bldg:Actuator} => {?U_2465 a }. -{?U_2466 a saref4bldg:Actuator} => {?U_2466 a }. -{?U_2467 a saref4bldg:Actuator} => {?U_2467 a }. -{?U_2468 a saref4bldg:Actuator} => {?U_2468 a }. -{?U_2469 a saref4bldg:Actuator} => {?U_2469 a saref4bldg:PhysicalObject}. -{?U_2470 a saref4bldg:Actuator} => {?U_2470 a }. -{?U_2471 a saref4bldg:Actuator} => {?U_2471 a }. -{?U_2472 a saref4bldg:Actuator} => {?U_2472 a }. -{?U_2473 a saref4bldg:AirToAirHeatRecovery} => {?U_2473 a saref4bldg:DistributionFlowDevice}. -{?U_2474 a saref4bldg:Alarm} => {?U_2474 a saref4bldg:DistributionDevice}. -{?U_2475 a saref4bldg:AudioVisualAppliance} => {?U_2475 a saref4bldg:DistributionFlowDevice}. -{?U_2476 a saref4bldg:Boiler} => {?U_2476 a saref4bldg:DistributionFlowDevice}. -{?U_2477 a saref4bldg:BuildingDevice} => {?U_2477 a saref4bldg:PhysicalObject}. -{?U_2478 a saref4bldg:BuildingDevice} => {?U_2478 a }. -{?U_2479 a saref4bldg:BuildingDevice} => {?U_2479 a }. -{?U_2480 a saref4bldg:BuildingDevice} => {?U_2480 a }. -{?U_2481 a saref4bldg:BuildingDevice} => {?U_2481 a }. -{?U_2482 a saref4bldg:BuildingDevice} => {?U_2482 a }. -{?U_2483 a saref4bldg:BuildingDevice} => {?U_2483 a }. -{?U_2484 a saref4bldg:BuildingDevice} => {?U_2484 a }. -{?U_2485 a saref4bldg:BuildingDevice} => {?U_2485 a }. -{?U_2486 a saref4bldg:BuildingDevice} => {?U_2486 a }. -{?U_2487 a saref4bldg:BuildingDevice} => {?U_2487 a }. -{?U_2488 a saref4bldg:BuildingDevice} => {?U_2488 a }. -{?U_2489 a saref4bldg:BuildingDevice} => {?U_2489 a }. -{?U_2490 a saref4bldg:BuildingDevice} => {?U_2490 a }. -{?U_2491 a saref4bldg:BuildingDevice} => {?U_2491 a }. -{?U_2492 a saref4bldg:BuildingDevice} => {?U_2492 a }. -{?U_2493 a saref4bldg:BuildingObject} => {?U_2493 a }. -{?U_2494 a saref4bldg:BuildingObject} => {?U_2494 a }. -{?U_2495 a saref4bldg:Burner} => {?U_2495 a saref4bldg:DistributionFlowDevice}. -{?U_2496 a saref4bldg:Chiller} => {?U_2496 a saref4bldg:DistributionFlowDevice}. -{?U_2497 a saref4bldg:Coil} => {?U_2497 a saref4bldg:DistributionFlowDevice}. -{?U_2498 a saref4bldg:CommunicationAppliance} => {?U_2498 a saref4bldg:DistributionFlowDevice}. -{?U_2499 a saref4bldg:Compressor} => {?U_2499 a saref4bldg:DistributionFlowDevice}. -{?U_2500 a saref4bldg:Condenser} => {?U_2500 a saref4bldg:DistributionFlowDevice}. -{?U_2501 a saref4bldg:Controller} => {?U_2501 a saref4bldg:DistributionDevice}. -{?U_2502 a saref4bldg:CooledBeam} => {?U_2502 a saref4bldg:DistributionFlowDevice}. -{?U_2503 a saref4bldg:CoolingTower} => {?U_2503 a saref4bldg:DistributionFlowDevice}. -{?U_2504 a saref4bldg:Damper} => {?U_2504 a saref4bldg:DistributionFlowDevice}. -{?U_2505 a saref4bldg:DistributionControlDevice} => {?U_2505 a saref4bldg:BuildingDevice}. -{?U_2506 a saref4bldg:DistributionDevice} => {?U_2506 a saref4bldg:BuildingObject}. -{?U_2507 a saref4bldg:DistributionDevice} => {?U_2507 a saref-core:Device}. -{?U_2508 a saref4bldg:DistributionDevice} => {?U_2508 a saref4bldg:PhysicalObject}. -{?U_2509 a saref4bldg:DistributionDevice} => {?U_2509 a }. -{?U_2510 a saref4bldg:DistributionDevice} => {?U_2510 a }. -{?U_2511 a saref4bldg:DistributionDevice} => {?U_2511 a }. -{?U_2512 a saref4bldg:DistributionDevice} => {?U_2512 a }. -{?U_2513 a saref4bldg:DistributionDevice} => {?U_2513 a }. -{?U_2514 a saref4bldg:DistributionDevice} => {?U_2514 a }. -{?U_2515 a saref4bldg:DistributionDevice} => {?U_2515 a }. -{?U_2516 a saref4bldg:DistributionDevice} => {?U_2516 a }. -{?U_2517 a saref4bldg:DistributionDevice} => {?U_2517 a }. -{?U_2518 a saref4bldg:DistributionDevice} => {?U_2518 a }. -{?U_2519 a saref4bldg:DistributionDevice} => {?U_2519 a }. -{?U_2520 a saref4bldg:DistributionDevice} => {?U_2520 a }. -{?U_2521 a saref4bldg:DistributionDevice} => {?U_2521 a }. -{?U_2522 a saref4bldg:DistributionDevice} => {?U_2522 a }. -{?U_2523 a saref4bldg:DistributionDevice} => {?U_2523 a }. -{?U_2524 a saref4bldg:DistributionFlowDevice} => {?U_2524 a saref4bldg:BuildingDevice}. -{?U_2525 a saref4bldg:DistributionFlowDevice} => {?U_2525 a saref4bldg:BuildingObject}. -{?U_2526 a saref4bldg:DistributionFlowDevice} => {?U_2526 a saref-core:Device}. -{?U_2527 a saref4bldg:DistributionFlowDevice} => {?U_2527 a saref4bldg:PhysicalObject}. -{?U_2528 a saref4bldg:DistributionFlowDevice} => {?U_2528 a }. -{?U_2529 a saref4bldg:DistributionFlowDevice} => {?U_2529 a }. -{?U_2530 a saref4bldg:DistributionFlowDevice} => {?U_2530 a }. -{?U_2531 a saref4bldg:DistributionFlowDevice} => {?U_2531 a }. -{?U_2532 a saref4bldg:DistributionFlowDevice} => {?U_2532 a }. -{?U_2533 a saref4bldg:DistributionFlowDevice} => {?U_2533 a }. -{?U_2534 a saref4bldg:DistributionFlowDevice} => {?U_2534 a }. -{?U_2535 a saref4bldg:DistributionFlowDevice} => {?U_2535 a }. -{?U_2536 a saref4bldg:DistributionFlowDevice} => {?U_2536 a }. -{?U_2537 a saref4bldg:DistributionFlowDevice} => {?U_2537 a }. -{?U_2538 a saref4bldg:DistributionFlowDevice} => {?U_2538 a }. -{?U_2539 a saref4bldg:DistributionFlowDevice} => {?U_2539 a }. -{?U_2540 a saref4bldg:DistributionFlowDevice} => {?U_2540 a }. -{?U_2541 a saref4bldg:DistributionFlowDevice} => {?U_2541 a }. -{?U_2542 a saref4bldg:DistributionFlowDevice} => {?U_2542 a }. -{?U_2543 a saref4bldg:DuctSilencer} => {?U_2543 a saref4bldg:DistributionFlowDevice}. -{?U_2544 a saref4bldg:ElectricAppliance} => {?U_2544 a saref4bldg:DistributionFlowDevice}. -{?U_2545 a saref4bldg:ElectricFlowStorageDevice} => {?U_2545 a saref4bldg:DistributionFlowDevice}. -{?U_2546 a saref4bldg:ElectricGenerator} => {?U_2546 a saref4bldg:DistributionFlowDevice}. -{?U_2547 a saref4bldg:ElectricMotor} => {?U_2547 a saref4bldg:DistributionFlowDevice}. -{?U_2548 a saref4bldg:ElectricTimeControl} => {?U_2548 a saref4bldg:DistributionFlowDevice}. -{?U_2549 a saref4bldg:EnergyConversionDevice} => {?U_2549 a saref4bldg:DistributionDevice}. -{?U_2550 a saref4bldg:EnergyConversionDevice} => {?U_2550 a saref4bldg:BuildingDevice}. -{?U_2551 a saref4bldg:EnergyConversionDevice} => {?U_2551 a saref4bldg:BuildingObject}. -{?U_2552 a saref4bldg:EnergyConversionDevice} => {?U_2552 a saref-core:Device}. -{?U_2553 a saref4bldg:EnergyConversionDevice} => {?U_2553 a saref4bldg:PhysicalObject}. -{?U_2554 a saref4bldg:EnergyConversionDevice} => {?U_2554 a }. -{?U_2555 a saref4bldg:EnergyConversionDevice} => {?U_2555 a }. -{?U_2556 a saref4bldg:EnergyConversionDevice} => {?U_2556 a }. -{?U_2557 a saref4bldg:EnergyConversionDevice} => {?U_2557 a }. -{?U_2558 a saref4bldg:EnergyConversionDevice} => {?U_2558 a }. -{?U_2559 a saref4bldg:EnergyConversionDevice} => {?U_2559 a }. -{?U_2560 a saref4bldg:EnergyConversionDevice} => {?U_2560 a }. -{?U_2561 a saref4bldg:EnergyConversionDevice} => {?U_2561 a }. -{?U_2562 a saref4bldg:EnergyConversionDevice} => {?U_2562 a }. -{?U_2563 a saref4bldg:EnergyConversionDevice} => {?U_2563 a }. -{?U_2564 a saref4bldg:EnergyConversionDevice} => {?U_2564 a }. -{?U_2565 a saref4bldg:EnergyConversionDevice} => {?U_2565 a }. -{?U_2566 a saref4bldg:EnergyConversionDevice} => {?U_2566 a }. -{?U_2567 a saref4bldg:EnergyConversionDevice} => {?U_2567 a }. -{?U_2568 a saref4bldg:EnergyConversionDevice} => {?U_2568 a }. -{?U_2569 a saref4bldg:Engine} => {?U_2569 a saref4bldg:DistributionFlowDevice}. -{?U_2570 a saref4bldg:Engine} => {?U_2570 a saref4bldg:DistributionDevice}. -{?U_2571 a saref4bldg:Engine} => {?U_2571 a saref4bldg:BuildingDevice}. -{?U_2572 a saref4bldg:Engine} => {?U_2572 a saref4bldg:BuildingObject}. -{?U_2573 a saref4bldg:Engine} => {?U_2573 a saref-core:Device}. -{?U_2574 a saref4bldg:Engine} => {?U_2574 a saref4bldg:PhysicalObject}. -{?U_2575 a saref4bldg:Engine} => {?U_2575 a }. -{?U_2576 a saref4bldg:Engine} => {?U_2576 a }. -{?U_2577 a saref4bldg:Engine} => {?U_2577 a }. -{?U_2578 a saref4bldg:Engine} => {?U_2578 a }. -{?U_2579 a saref4bldg:Engine} => {?U_2579 a }. -{?U_2580 a saref4bldg:Engine} => {?U_2580 a }. -{?U_2581 a saref4bldg:Engine} => {?U_2581 a }. -{?U_2582 a saref4bldg:Engine} => {?U_2582 a }. -{?U_2583 a saref4bldg:Engine} => {?U_2583 a }. -{?U_2584 a saref4bldg:Engine} => {?U_2584 a }. -{?U_2585 a saref4bldg:Engine} => {?U_2585 a }. -{?U_2586 a saref4bldg:Engine} => {?U_2586 a }. -{?U_2587 a saref4bldg:Engine} => {?U_2587 a }. -{?U_2588 a saref4bldg:Engine} => {?U_2588 a }. -{?U_2589 a saref4bldg:Engine} => {?U_2589 a }. -{?U_2590 a saref4bldg:EvaporativeCooler} => {?U_2590 a saref4bldg:DistributionFlowDevice}. -{?U_2591 a saref4bldg:EvaporativeCooler} => {?U_2591 a saref4bldg:DistributionDevice}. -{?U_2592 a saref4bldg:EvaporativeCooler} => {?U_2592 a saref4bldg:BuildingDevice}. -{?U_2593 a saref4bldg:EvaporativeCooler} => {?U_2593 a saref4bldg:BuildingObject}. -{?U_2594 a saref4bldg:EvaporativeCooler} => {?U_2594 a saref-core:Device}. -{?U_2595 a saref4bldg:EvaporativeCooler} => {?U_2595 a saref4bldg:PhysicalObject}. -{?U_2596 a saref4bldg:EvaporativeCooler} => {?U_2596 a }. -{?U_2597 a saref4bldg:EvaporativeCooler} => {?U_2597 a }. -{?U_2598 a saref4bldg:EvaporativeCooler} => {?U_2598 a }. -{?U_2599 a saref4bldg:EvaporativeCooler} => {?U_2599 a }. -{?U_2600 a saref4bldg:EvaporativeCooler} => {?U_2600 a }. -{?U_2601 a saref4bldg:EvaporativeCooler} => {?U_2601 a }. -{?U_2602 a saref4bldg:EvaporativeCooler} => {?U_2602 a }. -{?U_2603 a saref4bldg:EvaporativeCooler} => {?U_2603 a }. -{?U_2604 a saref4bldg:EvaporativeCooler} => {?U_2604 a }. -{?U_2605 a saref4bldg:EvaporativeCooler} => {?U_2605 a }. -{?U_2606 a saref4bldg:EvaporativeCooler} => {?U_2606 a }. -{?U_2607 a saref4bldg:EvaporativeCooler} => {?U_2607 a }. -{?U_2608 a saref4bldg:EvaporativeCooler} => {?U_2608 a }. -{?U_2609 a saref4bldg:EvaporativeCooler} => {?U_2609 a }. -{?U_2610 a saref4bldg:EvaporativeCooler} => {?U_2610 a }. -{?U_2611 a saref4bldg:Evaporator} => {?U_2611 a saref4bldg:DistributionFlowDevice}. -{?U_2612 a saref4bldg:Evaporator} => {?U_2612 a saref4bldg:DistributionDevice}. -{?U_2613 a saref4bldg:Evaporator} => {?U_2613 a saref4bldg:BuildingDevice}. -{?U_2614 a saref4bldg:Evaporator} => {?U_2614 a saref4bldg:BuildingObject}. -{?U_2615 a saref4bldg:Evaporator} => {?U_2615 a saref-core:Device}. -{?U_2616 a saref4bldg:Evaporator} => {?U_2616 a saref4bldg:PhysicalObject}. -{?U_2617 a saref4bldg:Evaporator} => {?U_2617 a }. -{?U_2618 a saref4bldg:Evaporator} => {?U_2618 a }. -{?U_2619 a saref4bldg:Evaporator} => {?U_2619 a }. -{?U_2620 a saref4bldg:Evaporator} => {?U_2620 a }. -{?U_2621 a saref4bldg:Evaporator} => {?U_2621 a }. -{?U_2622 a saref4bldg:Evaporator} => {?U_2622 a }. -{?U_2623 a saref4bldg:Evaporator} => {?U_2623 a }. -{?U_2624 a saref4bldg:Evaporator} => {?U_2624 a }. -{?U_2625 a saref4bldg:Evaporator} => {?U_2625 a }. -{?U_2626 a saref4bldg:Evaporator} => {?U_2626 a }. -{?U_2627 a saref4bldg:Evaporator} => {?U_2627 a }. -{?U_2628 a saref4bldg:Evaporator} => {?U_2628 a }. -{?U_2629 a saref4bldg:Evaporator} => {?U_2629 a }. -{?U_2630 a saref4bldg:Evaporator} => {?U_2630 a }. -{?U_2631 a saref4bldg:Evaporator} => {?U_2631 a }. -{?U_2632 a saref4bldg:Fan} => {?U_2632 a saref4bldg:DistributionFlowDevice}. -{?U_2633 a saref4bldg:Filter} => {?U_2633 a saref4bldg:DistributionFlowDevice}. -{?U_2634 a saref4bldg:FireSuppressionTerminal} => {?U_2634 a saref4bldg:DistributionFlowDevice}. -{?U_2635 a saref4bldg:FlowController} => {?U_2635 a saref4bldg:DistributionDevice}. -{?U_2636 a saref4bldg:FlowController} => {?U_2636 a saref4bldg:BuildingDevice}. -{?U_2637 a saref4bldg:FlowController} => {?U_2637 a saref4bldg:BuildingObject}. -{?U_2638 a saref4bldg:FlowController} => {?U_2638 a saref-core:Device}. -{?U_2639 a saref4bldg:FlowController} => {?U_2639 a saref4bldg:PhysicalObject}. -{?U_2640 a saref4bldg:FlowController} => {?U_2640 a }. -{?U_2641 a saref4bldg:FlowController} => {?U_2641 a }. -{?U_2642 a saref4bldg:FlowController} => {?U_2642 a }. -{?U_2643 a saref4bldg:FlowController} => {?U_2643 a }. -{?U_2644 a saref4bldg:FlowController} => {?U_2644 a }. -{?U_2645 a saref4bldg:FlowController} => {?U_2645 a }. -{?U_2646 a saref4bldg:FlowController} => {?U_2646 a }. -{?U_2647 a saref4bldg:FlowController} => {?U_2647 a }. -{?U_2648 a saref4bldg:FlowController} => {?U_2648 a }. -{?U_2649 a saref4bldg:FlowController} => {?U_2649 a }. -{?U_2650 a saref4bldg:FlowController} => {?U_2650 a }. -{?U_2651 a saref4bldg:FlowController} => {?U_2651 a }. -{?U_2652 a saref4bldg:FlowController} => {?U_2652 a }. -{?U_2653 a saref4bldg:FlowController} => {?U_2653 a }. -{?U_2654 a saref4bldg:FlowController} => {?U_2654 a }. -{?U_2655 a saref4bldg:FlowInstrument} => {?U_2655 a saref4bldg:DistributionDevice}. -{?U_2656 a saref4bldg:FlowInstrument} => {?U_2656 a saref4bldg:BuildingDevice}. -{?U_2657 a saref4bldg:FlowMeter} => {?U_2657 a saref4bldg:DistributionFlowDevice}. -{?U_2658 a saref4bldg:FlowMeter} => {?U_2658 a saref4bldg:DistributionDevice}. -{?U_2659 a saref4bldg:FlowMeter} => {?U_2659 a saref4bldg:BuildingDevice}. -{?U_2660 a saref4bldg:FlowMeter} => {?U_2660 a saref4bldg:BuildingObject}. -{?U_2661 a saref4bldg:FlowMeter} => {?U_2661 a saref-core:Device}. -{?U_2662 a saref4bldg:FlowMeter} => {?U_2662 a saref4bldg:PhysicalObject}. -{?U_2663 a saref4bldg:FlowMeter} => {?U_2663 a }. -{?U_2664 a saref4bldg:FlowMeter} => {?U_2664 a }. -{?U_2665 a saref4bldg:FlowMeter} => {?U_2665 a }. -{?U_2666 a saref4bldg:FlowMeter} => {?U_2666 a }. -{?U_2667 a saref4bldg:FlowMeter} => {?U_2667 a }. -{?U_2668 a saref4bldg:FlowMeter} => {?U_2668 a }. -{?U_2669 a saref4bldg:FlowMeter} => {?U_2669 a }. -{?U_2670 a saref4bldg:FlowMeter} => {?U_2670 a }. -{?U_2671 a saref4bldg:FlowMeter} => {?U_2671 a }. -{?U_2672 a saref4bldg:FlowMeter} => {?U_2672 a }. -{?U_2673 a saref4bldg:FlowMeter} => {?U_2673 a }. -{?U_2674 a saref4bldg:FlowMeter} => {?U_2674 a }. -{?U_2675 a saref4bldg:FlowMeter} => {?U_2675 a }. -{?U_2676 a saref4bldg:FlowMeter} => {?U_2676 a }. -{?U_2677 a saref4bldg:FlowMeter} => {?U_2677 a }. -{?U_2678 a saref4bldg:FlowMovingDevice} => {?U_2678 a saref4bldg:DistributionDevice}. -{?U_2679 a saref4bldg:FlowMovingDevice} => {?U_2679 a saref4bldg:BuildingDevice}. -{?U_2680 a saref4bldg:FlowMovingDevice} => {?U_2680 a saref4bldg:BuildingObject}. -{?U_2681 a saref4bldg:FlowMovingDevice} => {?U_2681 a saref-core:Device}. -{?U_2682 a saref4bldg:FlowMovingDevice} => {?U_2682 a saref4bldg:PhysicalObject}. -{?U_2683 a saref4bldg:FlowMovingDevice} => {?U_2683 a }. -{?U_2684 a saref4bldg:FlowMovingDevice} => {?U_2684 a }. -{?U_2685 a saref4bldg:FlowMovingDevice} => {?U_2685 a }. -{?U_2686 a saref4bldg:FlowMovingDevice} => {?U_2686 a }. -{?U_2687 a saref4bldg:FlowMovingDevice} => {?U_2687 a }. -{?U_2688 a saref4bldg:FlowMovingDevice} => {?U_2688 a }. -{?U_2689 a saref4bldg:FlowMovingDevice} => {?U_2689 a }. -{?U_2690 a saref4bldg:FlowMovingDevice} => {?U_2690 a }. -{?U_2691 a saref4bldg:FlowMovingDevice} => {?U_2691 a }. -{?U_2692 a saref4bldg:FlowMovingDevice} => {?U_2692 a }. -{?U_2693 a saref4bldg:FlowMovingDevice} => {?U_2693 a }. -{?U_2694 a saref4bldg:FlowMovingDevice} => {?U_2694 a }. -{?U_2695 a saref4bldg:FlowMovingDevice} => {?U_2695 a }. -{?U_2696 a saref4bldg:FlowMovingDevice} => {?U_2696 a }. -{?U_2697 a saref4bldg:FlowMovingDevice} => {?U_2697 a }. -{?U_2698 a saref4bldg:FlowStorageDevice} => {?U_2698 a saref4bldg:DistributionDevice}. -{?U_2699 a saref4bldg:FlowStorageDevice} => {?U_2699 a saref4bldg:BuildingDevice}. -{?U_2700 a saref4bldg:FlowStorageDevice} => {?U_2700 a saref4bldg:BuildingObject}. -{?U_2701 a saref4bldg:FlowStorageDevice} => {?U_2701 a saref-core:Device}. -{?U_2702 a saref4bldg:FlowStorageDevice} => {?U_2702 a saref4bldg:PhysicalObject}. -{?U_2703 a saref4bldg:FlowStorageDevice} => {?U_2703 a }. -{?U_2704 a saref4bldg:FlowStorageDevice} => {?U_2704 a }. -{?U_2705 a saref4bldg:FlowStorageDevice} => {?U_2705 a }. -{?U_2706 a saref4bldg:FlowStorageDevice} => {?U_2706 a }. -{?U_2707 a saref4bldg:FlowStorageDevice} => {?U_2707 a }. -{?U_2708 a saref4bldg:FlowStorageDevice} => {?U_2708 a }. -{?U_2709 a saref4bldg:FlowStorageDevice} => {?U_2709 a }. -{?U_2710 a saref4bldg:FlowStorageDevice} => {?U_2710 a }. -{?U_2711 a saref4bldg:FlowStorageDevice} => {?U_2711 a }. -{?U_2712 a saref4bldg:FlowStorageDevice} => {?U_2712 a }. -{?U_2713 a saref4bldg:FlowStorageDevice} => {?U_2713 a }. -{?U_2714 a saref4bldg:FlowStorageDevice} => {?U_2714 a }. -{?U_2715 a saref4bldg:FlowStorageDevice} => {?U_2715 a }. -{?U_2716 a saref4bldg:FlowStorageDevice} => {?U_2716 a }. -{?U_2717 a saref4bldg:FlowStorageDevice} => {?U_2717 a }. -{?U_2718 a saref4bldg:FlowTerminal} => {?U_2718 a saref4bldg:DistributionDevice}. -{?U_2719 a saref4bldg:FlowTerminal} => {?U_2719 a saref4bldg:BuildingDevice}. -{?U_2720 a saref4bldg:FlowTerminal} => {?U_2720 a saref4bldg:BuildingObject}. -{?U_2721 a saref4bldg:FlowTerminal} => {?U_2721 a saref-core:Device}. -{?U_2722 a saref4bldg:FlowTerminal} => {?U_2722 a saref4bldg:PhysicalObject}. -{?U_2723 a saref4bldg:FlowTerminal} => {?U_2723 a }. -{?U_2724 a saref4bldg:FlowTerminal} => {?U_2724 a }. -{?U_2725 a saref4bldg:FlowTerminal} => {?U_2725 a }. -{?U_2726 a saref4bldg:FlowTerminal} => {?U_2726 a }. -{?U_2727 a saref4bldg:FlowTerminal} => {?U_2727 a }. -{?U_2728 a saref4bldg:FlowTerminal} => {?U_2728 a }. -{?U_2729 a saref4bldg:FlowTerminal} => {?U_2729 a }. -{?U_2730 a saref4bldg:FlowTerminal} => {?U_2730 a }. -{?U_2731 a saref4bldg:FlowTerminal} => {?U_2731 a }. -{?U_2732 a saref4bldg:FlowTerminal} => {?U_2732 a }. -{?U_2733 a saref4bldg:FlowTerminal} => {?U_2733 a }. -{?U_2734 a saref4bldg:FlowTerminal} => {?U_2734 a }. -{?U_2735 a saref4bldg:FlowTerminal} => {?U_2735 a }. -{?U_2736 a saref4bldg:FlowTerminal} => {?U_2736 a }. -{?U_2737 a saref4bldg:FlowTerminal} => {?U_2737 a }. -{?U_2738 a saref4bldg:FlowTreatmentDevice} => {?U_2738 a saref4bldg:DistributionDevice}. -{?U_2739 a saref4bldg:FlowTreatmentDevice} => {?U_2739 a saref4bldg:BuildingDevice}. -{?U_2740 a saref4bldg:FlowTreatmentDevice} => {?U_2740 a saref4bldg:BuildingObject}. -{?U_2741 a saref4bldg:FlowTreatmentDevice} => {?U_2741 a saref-core:Device}. -{?U_2742 a saref4bldg:FlowTreatmentDevice} => {?U_2742 a saref4bldg:PhysicalObject}. -{?U_2743 a saref4bldg:FlowTreatmentDevice} => {?U_2743 a }. -{?U_2744 a saref4bldg:FlowTreatmentDevice} => {?U_2744 a }. -{?U_2745 a saref4bldg:FlowTreatmentDevice} => {?U_2745 a }. -{?U_2746 a saref4bldg:FlowTreatmentDevice} => {?U_2746 a }. -{?U_2747 a saref4bldg:FlowTreatmentDevice} => {?U_2747 a }. -{?U_2748 a saref4bldg:FlowTreatmentDevice} => {?U_2748 a }. -{?U_2749 a saref4bldg:FlowTreatmentDevice} => {?U_2749 a }. -{?U_2750 a saref4bldg:FlowTreatmentDevice} => {?U_2750 a }. -{?U_2751 a saref4bldg:FlowTreatmentDevice} => {?U_2751 a }. -{?U_2752 a saref4bldg:FlowTreatmentDevice} => {?U_2752 a }. -{?U_2753 a saref4bldg:FlowTreatmentDevice} => {?U_2753 a }. -{?U_2754 a saref4bldg:FlowTreatmentDevice} => {?U_2754 a }. -{?U_2755 a saref4bldg:FlowTreatmentDevice} => {?U_2755 a }. -{?U_2756 a saref4bldg:FlowTreatmentDevice} => {?U_2756 a }. -{?U_2757 a saref4bldg:FlowTreatmentDevice} => {?U_2757 a }. -{?U_2758 a saref4bldg:HeatExchanger} => {?U_2758 a saref4bldg:DistributionFlowDevice}. -{?U_2759 a saref4bldg:HeatExchanger} => {?U_2759 a saref4bldg:DistributionDevice}. -{?U_2760 a saref4bldg:HeatExchanger} => {?U_2760 a saref4bldg:BuildingDevice}. -{?U_2761 a saref4bldg:HeatExchanger} => {?U_2761 a saref4bldg:BuildingObject}. -{?U_2762 a saref4bldg:HeatExchanger} => {?U_2762 a saref-core:Device}. -{?U_2763 a saref4bldg:HeatExchanger} => {?U_2763 a saref4bldg:PhysicalObject}. -{?U_2764 a saref4bldg:HeatExchanger} => {?U_2764 a }. -{?U_2765 a saref4bldg:HeatExchanger} => {?U_2765 a }. -{?U_2766 a saref4bldg:HeatExchanger} => {?U_2766 a }. -{?U_2767 a saref4bldg:HeatExchanger} => {?U_2767 a }. -{?U_2768 a saref4bldg:HeatExchanger} => {?U_2768 a }. -{?U_2769 a saref4bldg:HeatExchanger} => {?U_2769 a }. -{?U_2770 a saref4bldg:HeatExchanger} => {?U_2770 a }. -{?U_2771 a saref4bldg:HeatExchanger} => {?U_2771 a }. -{?U_2772 a saref4bldg:HeatExchanger} => {?U_2772 a }. -{?U_2773 a saref4bldg:HeatExchanger} => {?U_2773 a }. -{?U_2774 a saref4bldg:HeatExchanger} => {?U_2774 a }. -{?U_2775 a saref4bldg:HeatExchanger} => {?U_2775 a }. -{?U_2776 a saref4bldg:HeatExchanger} => {?U_2776 a }. -{?U_2777 a saref4bldg:HeatExchanger} => {?U_2777 a }. -{?U_2778 a saref4bldg:HeatExchanger} => {?U_2778 a }. -{?U_2779 a saref4bldg:Humidifier} => {?U_2779 a saref4bldg:DistributionFlowDevice}. -{?U_2780 a saref4bldg:Humidifier} => {?U_2780 a saref4bldg:DistributionDevice}. -{?U_2781 a saref4bldg:Humidifier} => {?U_2781 a saref4bldg:BuildingDevice}. -{?U_2782 a saref4bldg:Humidifier} => {?U_2782 a saref4bldg:BuildingObject}. -{?U_2783 a saref4bldg:Humidifier} => {?U_2783 a saref-core:Device}. -{?U_2784 a saref4bldg:Humidifier} => {?U_2784 a saref4bldg:PhysicalObject}. -{?U_2785 a saref4bldg:Humidifier} => {?U_2785 a }. -{?U_2786 a saref4bldg:Humidifier} => {?U_2786 a }. -{?U_2787 a saref4bldg:Humidifier} => {?U_2787 a }. -{?U_2788 a saref4bldg:Humidifier} => {?U_2788 a }. -{?U_2789 a saref4bldg:Humidifier} => {?U_2789 a }. -{?U_2790 a saref4bldg:Humidifier} => {?U_2790 a }. -{?U_2791 a saref4bldg:Humidifier} => {?U_2791 a }. -{?U_2792 a saref4bldg:Humidifier} => {?U_2792 a }. -{?U_2793 a saref4bldg:Humidifier} => {?U_2793 a }. -{?U_2794 a saref4bldg:Humidifier} => {?U_2794 a }. -{?U_2795 a saref4bldg:Humidifier} => {?U_2795 a }. -{?U_2796 a saref4bldg:Humidifier} => {?U_2796 a }. -{?U_2797 a saref4bldg:Humidifier} => {?U_2797 a }. -{?U_2798 a saref4bldg:Humidifier} => {?U_2798 a }. -{?U_2799 a saref4bldg:Humidifier} => {?U_2799 a }. -{?U_2800 a saref4bldg:Interceptor} => {?U_2800 a saref4bldg:DistributionFlowDevice}. -{?U_2801 a saref4bldg:Interceptor} => {?U_2801 a saref4bldg:DistributionDevice}. -{?U_2802 a saref4bldg:Interceptor} => {?U_2802 a saref4bldg:BuildingDevice}. -{?U_2803 a saref4bldg:Interceptor} => {?U_2803 a saref4bldg:BuildingObject}. -{?U_2804 a saref4bldg:Interceptor} => {?U_2804 a saref-core:Device}. -{?U_2805 a saref4bldg:Interceptor} => {?U_2805 a saref4bldg:PhysicalObject}. -{?U_2806 a saref4bldg:Interceptor} => {?U_2806 a }. -{?U_2807 a saref4bldg:Interceptor} => {?U_2807 a }. -{?U_2808 a saref4bldg:Interceptor} => {?U_2808 a }. -{?U_2809 a saref4bldg:Interceptor} => {?U_2809 a }. -{?U_2810 a saref4bldg:Interceptor} => {?U_2810 a }. -{?U_2811 a saref4bldg:Interceptor} => {?U_2811 a }. -{?U_2812 a saref4bldg:Interceptor} => {?U_2812 a }. -{?U_2813 a saref4bldg:Interceptor} => {?U_2813 a }. -{?U_2814 a saref4bldg:Interceptor} => {?U_2814 a }. -{?U_2815 a saref4bldg:Interceptor} => {?U_2815 a }. -{?U_2816 a saref4bldg:Interceptor} => {?U_2816 a }. -{?U_2817 a saref4bldg:Interceptor} => {?U_2817 a }. -{?U_2818 a saref4bldg:Interceptor} => {?U_2818 a }. -{?U_2819 a saref4bldg:Interceptor} => {?U_2819 a }. -{?U_2820 a saref4bldg:Interceptor} => {?U_2820 a }. -{?U_2821 a saref4bldg:Lamp} => {?U_2821 a saref4bldg:DistributionFlowDevice}. -{?U_2822 a saref4bldg:Lamp} => {?U_2822 a saref4bldg:DistributionDevice}. -{?U_2823 a saref4bldg:Lamp} => {?U_2823 a saref4bldg:BuildingDevice}. -{?U_2824 a saref4bldg:Lamp} => {?U_2824 a saref4bldg:BuildingObject}. -{?U_2825 a saref4bldg:Lamp} => {?U_2825 a saref-core:Device}. -{?U_2826 a saref4bldg:Lamp} => {?U_2826 a saref4bldg:PhysicalObject}. -{?U_2827 a saref4bldg:Lamp} => {?U_2827 a }. -{?U_2828 a saref4bldg:Lamp} => {?U_2828 a }. -{?U_2829 a saref4bldg:Lamp} => {?U_2829 a }. -{?U_2830 a saref4bldg:Lamp} => {?U_2830 a }. -{?U_2831 a saref4bldg:Lamp} => {?U_2831 a }. -{?U_2832 a saref4bldg:Lamp} => {?U_2832 a }. -{?U_2833 a saref4bldg:Lamp} => {?U_2833 a }. -{?U_2834 a saref4bldg:Lamp} => {?U_2834 a }. -{?U_2835 a saref4bldg:Lamp} => {?U_2835 a }. -{?U_2836 a saref4bldg:Lamp} => {?U_2836 a }. -{?U_2837 a saref4bldg:Lamp} => {?U_2837 a }. -{?U_2838 a saref4bldg:Lamp} => {?U_2838 a }. -{?U_2839 a saref4bldg:Lamp} => {?U_2839 a }. -{?U_2840 a saref4bldg:Lamp} => {?U_2840 a }. -{?U_2841 a saref4bldg:Lamp} => {?U_2841 a }. -{?U_2842 a saref4bldg:MedicalDevice} => {?U_2842 a saref4bldg:DistributionFlowDevice}. -{?U_2843 a saref4bldg:MedicalDevice} => {?U_2843 a saref4bldg:DistributionDevice}. -{?U_2844 a saref4bldg:MedicalDevice} => {?U_2844 a saref4bldg:BuildingDevice}. -{?U_2845 a saref4bldg:MedicalDevice} => {?U_2845 a saref4bldg:BuildingObject}. -{?U_2846 a saref4bldg:MedicalDevice} => {?U_2846 a saref-core:Device}. -{?U_2847 a saref4bldg:MedicalDevice} => {?U_2847 a saref4bldg:PhysicalObject}. -{?U_2848 a saref4bldg:MedicalDevice} => {?U_2848 a }. -{?U_2849 a saref4bldg:MedicalDevice} => {?U_2849 a }. -{?U_2850 a saref4bldg:MedicalDevice} => {?U_2850 a }. -{?U_2851 a saref4bldg:MedicalDevice} => {?U_2851 a }. -{?U_2852 a saref4bldg:MedicalDevice} => {?U_2852 a }. -{?U_2853 a saref4bldg:MedicalDevice} => {?U_2853 a }. -{?U_2854 a saref4bldg:MedicalDevice} => {?U_2854 a }. -{?U_2855 a saref4bldg:MedicalDevice} => {?U_2855 a }. -{?U_2856 a saref4bldg:MedicalDevice} => {?U_2856 a }. -{?U_2857 a saref4bldg:MedicalDevice} => {?U_2857 a }. -{?U_2858 a saref4bldg:MedicalDevice} => {?U_2858 a }. -{?U_2859 a saref4bldg:MedicalDevice} => {?U_2859 a }. -{?U_2860 a saref4bldg:MedicalDevice} => {?U_2860 a }. -{?U_2861 a saref4bldg:MedicalDevice} => {?U_2861 a }. -{?U_2862 a saref4bldg:MedicalDevice} => {?U_2862 a }. -{?U_2863 a saref4bldg:Outlet} => {?U_2863 a saref4bldg:DistributionFlowDevice}. -{?U_2864 a saref4bldg:Outlet} => {?U_2864 a saref4bldg:DistributionDevice}. -{?U_2865 a saref4bldg:Outlet} => {?U_2865 a saref4bldg:BuildingDevice}. -{?U_2866 a saref4bldg:Outlet} => {?U_2866 a saref4bldg:BuildingObject}. -{?U_2867 a saref4bldg:Outlet} => {?U_2867 a saref-core:Device}. -{?U_2868 a saref4bldg:Outlet} => {?U_2868 a saref4bldg:PhysicalObject}. -{?U_2869 a saref4bldg:Outlet} => {?U_2869 a }. -{?U_2870 a saref4bldg:Outlet} => {?U_2870 a }. -{?U_2871 a saref4bldg:Outlet} => {?U_2871 a }. -{?U_2872 a saref4bldg:Outlet} => {?U_2872 a }. -{?U_2873 a saref4bldg:Outlet} => {?U_2873 a }. -{?U_2874 a saref4bldg:Outlet} => {?U_2874 a }. -{?U_2875 a saref4bldg:Outlet} => {?U_2875 a }. -{?U_2876 a saref4bldg:Outlet} => {?U_2876 a }. -{?U_2877 a saref4bldg:Outlet} => {?U_2877 a }. -{?U_2878 a saref4bldg:Outlet} => {?U_2878 a }. -{?U_2879 a saref4bldg:Outlet} => {?U_2879 a }. -{?U_2880 a saref4bldg:Outlet} => {?U_2880 a }. -{?U_2881 a saref4bldg:Outlet} => {?U_2881 a }. -{?U_2882 a saref4bldg:Outlet} => {?U_2882 a }. -{?U_2883 a saref4bldg:Outlet} => {?U_2883 a }. -{?U_2884 a saref4bldg:ProtectiveDevice} => {?U_2884 a saref4bldg:DistributionFlowDevice}. -{?U_2885 a saref4bldg:ProtectiveDevice} => {?U_2885 a saref4bldg:DistributionDevice}. -{?U_2886 a saref4bldg:ProtectiveDevice} => {?U_2886 a saref4bldg:BuildingDevice}. -{?U_2887 a saref4bldg:ProtectiveDevice} => {?U_2887 a saref4bldg:BuildingObject}. -{?U_2888 a saref4bldg:ProtectiveDevice} => {?U_2888 a saref-core:Device}. -{?U_2889 a saref4bldg:ProtectiveDevice} => {?U_2889 a saref4bldg:PhysicalObject}. -{?U_2890 a saref4bldg:ProtectiveDevice} => {?U_2890 a }. -{?U_2891 a saref4bldg:ProtectiveDevice} => {?U_2891 a }. -{?U_2892 a saref4bldg:ProtectiveDevice} => {?U_2892 a }. -{?U_2893 a saref4bldg:ProtectiveDevice} => {?U_2893 a }. -{?U_2894 a saref4bldg:ProtectiveDevice} => {?U_2894 a }. -{?U_2895 a saref4bldg:ProtectiveDevice} => {?U_2895 a }. -{?U_2896 a saref4bldg:ProtectiveDevice} => {?U_2896 a }. -{?U_2897 a saref4bldg:ProtectiveDevice} => {?U_2897 a }. -{?U_2898 a saref4bldg:ProtectiveDevice} => {?U_2898 a }. -{?U_2899 a saref4bldg:ProtectiveDevice} => {?U_2899 a }. -{?U_2900 a saref4bldg:ProtectiveDevice} => {?U_2900 a }. -{?U_2901 a saref4bldg:ProtectiveDevice} => {?U_2901 a }. -{?U_2902 a saref4bldg:ProtectiveDevice} => {?U_2902 a }. -{?U_2903 a saref4bldg:ProtectiveDevice} => {?U_2903 a }. -{?U_2904 a saref4bldg:ProtectiveDevice} => {?U_2904 a }. -{?U_2905 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_2905 a saref4bldg:DistributionDevice}. -{?U_2906 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_2906 a saref4bldg:BuildingDevice}. -{?U_2907 a saref4bldg:Pump} => {?U_2907 a saref4bldg:DistributionFlowDevice}. -{?U_2908 a saref4bldg:Pump} => {?U_2908 a saref4bldg:DistributionDevice}. -{?U_2909 a saref4bldg:Pump} => {?U_2909 a saref4bldg:BuildingDevice}. -{?U_2910 a saref4bldg:Pump} => {?U_2910 a saref4bldg:BuildingObject}. -{?U_2911 a saref4bldg:Pump} => {?U_2911 a saref4bldg:PhysicalObject}. -{?U_2912 a saref4bldg:Pump} => {?U_2912 a }. -{?U_2913 a saref4bldg:Pump} => {?U_2913 a }. -{?U_2914 a saref4bldg:Pump} => {?U_2914 a }. -{?U_2915 a saref4bldg:Pump} => {?U_2915 a }. -{?U_2916 a saref4bldg:Pump} => {?U_2916 a }. -{?U_2917 a saref4bldg:Pump} => {?U_2917 a }. -{?U_2918 a saref4bldg:Pump} => {?U_2918 a }. -{?U_2919 a saref4bldg:Pump} => {?U_2919 a }. -{?U_2920 a saref4bldg:Pump} => {?U_2920 a }. -{?U_2921 a saref4bldg:Pump} => {?U_2921 a }. -{?U_2922 a saref4bldg:Pump} => {?U_2922 a }. -{?U_2923 a saref4bldg:Pump} => {?U_2923 a }. -{?U_2924 a saref4bldg:Pump} => {?U_2924 a }. -{?U_2925 a saref4bldg:Pump} => {?U_2925 a }. -{?U_2926 a saref4bldg:Pump} => {?U_2926 a }. -{?U_2927 a saref4bldg:SanitaryTerminal} => {?U_2927 a saref4bldg:DistributionFlowDevice}. -{?U_2928 a saref4bldg:SanitaryTerminal} => {?U_2928 a saref4bldg:DistributionDevice}. -{?U_2929 a saref4bldg:SanitaryTerminal} => {?U_2929 a saref4bldg:BuildingDevice}. -{?U_2930 a saref4bldg:SanitaryTerminal} => {?U_2930 a saref4bldg:BuildingObject}. -{?U_2931 a saref4bldg:SanitaryTerminal} => {?U_2931 a saref-core:Device}. -{?U_2932 a saref4bldg:SanitaryTerminal} => {?U_2932 a saref4bldg:PhysicalObject}. -{?U_2933 a saref4bldg:SanitaryTerminal} => {?U_2933 a }. -{?U_2934 a saref4bldg:SanitaryTerminal} => {?U_2934 a }. -{?U_2935 a saref4bldg:SanitaryTerminal} => {?U_2935 a }. -{?U_2936 a saref4bldg:SanitaryTerminal} => {?U_2936 a }. -{?U_2937 a saref4bldg:SanitaryTerminal} => {?U_2937 a }. -{?U_2938 a saref4bldg:SanitaryTerminal} => {?U_2938 a }. -{?U_2939 a saref4bldg:SanitaryTerminal} => {?U_2939 a }. -{?U_2940 a saref4bldg:SanitaryTerminal} => {?U_2940 a }. -{?U_2941 a saref4bldg:SanitaryTerminal} => {?U_2941 a }. -{?U_2942 a saref4bldg:SanitaryTerminal} => {?U_2942 a }. -{?U_2943 a saref4bldg:SanitaryTerminal} => {?U_2943 a }. -{?U_2944 a saref4bldg:SanitaryTerminal} => {?U_2944 a }. -{?U_2945 a saref4bldg:SanitaryTerminal} => {?U_2945 a }. -{?U_2946 a saref4bldg:SanitaryTerminal} => {?U_2946 a }. -{?U_2947 a saref4bldg:SanitaryTerminal} => {?U_2947 a }. -{?U_2948 a saref4bldg:Sensor} => {?U_2948 a saref4bldg:DistributionDevice}. -{?U_2949 a saref4bldg:Sensor} => {?U_2949 a saref4bldg:BuildingDevice}. -{?U_2950 a saref4bldg:Sensor} => {?U_2950 a saref-core:Device}. -{?U_2951 a saref4bldg:Sensor} => {?U_2951 a }. -{?U_2952 a saref4bldg:Sensor} => {?U_2952 a }. -{?U_2953 a saref4bldg:Sensor} => {?U_2953 a }. -{?U_2954 a saref4bldg:Sensor} => {?U_2954 a }. -{?U_2955 a saref4bldg:Sensor} => {?U_2955 a }. -{?U_2956 a saref4bldg:Sensor} => {?U_2956 a }. -{?U_2957 a saref4bldg:Sensor} => {?U_2957 a }. -{?U_2958 a saref4bldg:Sensor} => {?U_2958 a }. -{?U_2959 a saref4bldg:Sensor} => {?U_2959 a }. -{?U_2960 a saref4bldg:Sensor} => {?U_2960 a }. -{?U_2961 a saref4bldg:Sensor} => {?U_2961 a }. -{?U_2962 a saref4bldg:Sensor} => {?U_2962 a }. -{?U_2963 a saref4bldg:Sensor} => {?U_2963 a }. -{?U_2964 a saref4bldg:Sensor} => {?U_2964 a saref4bldg:PhysicalObject}. -{?U_2965 a saref4bldg:Sensor} => {?U_2965 a }. -{?U_2966 a saref4bldg:Sensor} => {?U_2966 a }. -{?U_2967 a saref4bldg:Sensor} => {?U_2967 a }. -{?U_2968 a saref4bldg:ShadingDevice} => {?U_2968 a saref4bldg:BuildingObject}. -{?U_2969 a saref4bldg:ShadingDevice} => {?U_2969 a saref-core:Device}. -{?U_2970 a saref4bldg:ShadingDevice} => {?U_2970 a saref4bldg:PhysicalObject}. -{?U_2971 a saref4bldg:ShadingDevice} => {?U_2971 a }. -{?U_2972 a saref4bldg:ShadingDevice} => {?U_2972 a }. -{?U_2973 a saref4bldg:ShadingDevice} => {?U_2973 a }. -{?U_2974 a saref4bldg:ShadingDevice} => {?U_2974 a }. -{?U_2975 a saref4bldg:ShadingDevice} => {?U_2975 a }. -{?U_2976 a saref4bldg:ShadingDevice} => {?U_2976 a }. -{?U_2977 a saref4bldg:ShadingDevice} => {?U_2977 a }. -{?U_2978 a saref4bldg:ShadingDevice} => {?U_2978 a }. -{?U_2979 a saref4bldg:ShadingDevice} => {?U_2979 a }. -{?U_2980 a saref4bldg:ShadingDevice} => {?U_2980 a }. -{?U_2981 a saref4bldg:ShadingDevice} => {?U_2981 a }. -{?U_2982 a saref4bldg:ShadingDevice} => {?U_2982 a }. -{?U_2983 a saref4bldg:ShadingDevice} => {?U_2983 a }. -{?U_2984 a saref4bldg:ShadingDevice} => {?U_2984 a }. -{?U_2985 a saref4bldg:ShadingDevice} => {?U_2985 a }. -{?U_2986 a saref4bldg:SolarDevice} => {?U_2986 a saref4bldg:DistributionFlowDevice}. -{?U_2987 a saref4bldg:SolarDevice} => {?U_2987 a saref4bldg:DistributionDevice}. -{?U_2988 a saref4bldg:SolarDevice} => {?U_2988 a saref4bldg:BuildingDevice}. -{?U_2989 a saref4bldg:SolarDevice} => {?U_2989 a saref4bldg:BuildingObject}. -{?U_2990 a saref4bldg:SolarDevice} => {?U_2990 a saref-core:Device}. -{?U_2991 a saref4bldg:SolarDevice} => {?U_2991 a saref4bldg:PhysicalObject}. -{?U_2992 a saref4bldg:SolarDevice} => {?U_2992 a }. -{?U_2993 a saref4bldg:SolarDevice} => {?U_2993 a }. -{?U_2994 a saref4bldg:SolarDevice} => {?U_2994 a }. -{?U_2995 a saref4bldg:SolarDevice} => {?U_2995 a }. -{?U_2996 a saref4bldg:SolarDevice} => {?U_2996 a }. -{?U_2997 a saref4bldg:SolarDevice} => {?U_2997 a }. -{?U_2998 a saref4bldg:SolarDevice} => {?U_2998 a }. -{?U_2999 a saref4bldg:SolarDevice} => {?U_2999 a }. -{?U_3000 a saref4bldg:SolarDevice} => {?U_3000 a }. -{?U_3001 a saref4bldg:SolarDevice} => {?U_3001 a }. -{?U_3002 a saref4bldg:SolarDevice} => {?U_3002 a }. -{?U_3003 a saref4bldg:SolarDevice} => {?U_3003 a }. -{?U_3004 a saref4bldg:SolarDevice} => {?U_3004 a }. -{?U_3005 a saref4bldg:SolarDevice} => {?U_3005 a }. -{?U_3006 a saref4bldg:SolarDevice} => {?U_3006 a }. -{?U_3007 a saref4bldg:SpaceHeater} => {?U_3007 a saref4bldg:DistributionFlowDevice}. -{?U_3008 a saref4bldg:SpaceHeater} => {?U_3008 a saref4bldg:DistributionDevice}. -{?U_3009 a saref4bldg:SpaceHeater} => {?U_3009 a saref4bldg:BuildingDevice}. -{?U_3010 a saref4bldg:SpaceHeater} => {?U_3010 a saref4bldg:BuildingObject}. -{?U_3011 a saref4bldg:SpaceHeater} => {?U_3011 a saref-core:Device}. -{?U_3012 a saref4bldg:SpaceHeater} => {?U_3012 a saref4bldg:PhysicalObject}. -{?U_3013 a saref4bldg:SpaceHeater} => {?U_3013 a }. -{?U_3014 a saref4bldg:SpaceHeater} => {?U_3014 a }. -{?U_3015 a saref4bldg:SpaceHeater} => {?U_3015 a }. -{?U_3016 a saref4bldg:SpaceHeater} => {?U_3016 a }. -{?U_3017 a saref4bldg:SpaceHeater} => {?U_3017 a }. -{?U_3018 a saref4bldg:SpaceHeater} => {?U_3018 a }. -{?U_3019 a saref4bldg:SpaceHeater} => {?U_3019 a }. -{?U_3020 a saref4bldg:SpaceHeater} => {?U_3020 a }. -{?U_3021 a saref4bldg:SpaceHeater} => {?U_3021 a }. -{?U_3022 a saref4bldg:SpaceHeater} => {?U_3022 a }. -{?U_3023 a saref4bldg:SpaceHeater} => {?U_3023 a }. -{?U_3024 a saref4bldg:SpaceHeater} => {?U_3024 a }. -{?U_3025 a saref4bldg:SpaceHeater} => {?U_3025 a }. -{?U_3026 a saref4bldg:SpaceHeater} => {?U_3026 a }. -{?U_3027 a saref4bldg:SpaceHeater} => {?U_3027 a }. -{?U_3028 a saref4bldg:SwitchingDevice} => {?U_3028 a saref4bldg:DistributionFlowDevice}. -{?U_3029 a saref4bldg:SwitchingDevice} => {?U_3029 a saref4bldg:DistributionDevice}. -{?U_3030 a saref4bldg:SwitchingDevice} => {?U_3030 a saref4bldg:BuildingDevice}. -{?U_3031 a saref4bldg:SwitchingDevice} => {?U_3031 a saref4bldg:BuildingObject}. -{?U_3032 a saref4bldg:SwitchingDevice} => {?U_3032 a saref-core:Device}. -{?U_3033 a saref4bldg:SwitchingDevice} => {?U_3033 a saref4bldg:PhysicalObject}. -{?U_3034 a saref4bldg:SwitchingDevice} => {?U_3034 a }. -{?U_3035 a saref4bldg:SwitchingDevice} => {?U_3035 a }. -{?U_3036 a saref4bldg:SwitchingDevice} => {?U_3036 a }. -{?U_3037 a saref4bldg:SwitchingDevice} => {?U_3037 a }. -{?U_3038 a saref4bldg:SwitchingDevice} => {?U_3038 a }. -{?U_3039 a saref4bldg:SwitchingDevice} => {?U_3039 a }. -{?U_3040 a saref4bldg:SwitchingDevice} => {?U_3040 a }. -{?U_3041 a saref4bldg:SwitchingDevice} => {?U_3041 a }. -{?U_3042 a saref4bldg:SwitchingDevice} => {?U_3042 a }. -{?U_3043 a saref4bldg:SwitchingDevice} => {?U_3043 a }. -{?U_3044 a saref4bldg:SwitchingDevice} => {?U_3044 a }. -{?U_3045 a saref4bldg:SwitchingDevice} => {?U_3045 a }. -{?U_3046 a saref4bldg:SwitchingDevice} => {?U_3046 a }. -{?U_3047 a saref4bldg:SwitchingDevice} => {?U_3047 a }. -{?U_3048 a saref4bldg:SwitchingDevice} => {?U_3048 a }. -{?U_3049 a saref4bldg:Tank} => {?U_3049 a saref4bldg:DistributionFlowDevice}. -{?U_3050 a saref4bldg:Tank} => {?U_3050 a saref4bldg:DistributionDevice}. -{?U_3051 a saref4bldg:Tank} => {?U_3051 a saref4bldg:BuildingDevice}. -{?U_3052 a saref4bldg:Tank} => {?U_3052 a saref4bldg:BuildingObject}. -{?U_3053 a saref4bldg:Tank} => {?U_3053 a saref-core:Device}. -{?U_3054 a saref4bldg:Tank} => {?U_3054 a saref4bldg:PhysicalObject}. -{?U_3055 a saref4bldg:Tank} => {?U_3055 a }. -{?U_3056 a saref4bldg:Tank} => {?U_3056 a }. -{?U_3057 a saref4bldg:Tank} => {?U_3057 a }. -{?U_3058 a saref4bldg:Tank} => {?U_3058 a }. -{?U_3059 a saref4bldg:Tank} => {?U_3059 a }. -{?U_3060 a saref4bldg:Tank} => {?U_3060 a }. -{?U_3061 a saref4bldg:Tank} => {?U_3061 a }. -{?U_3062 a saref4bldg:Tank} => {?U_3062 a }. -{?U_3063 a saref4bldg:Tank} => {?U_3063 a }. -{?U_3064 a saref4bldg:Tank} => {?U_3064 a }. -{?U_3065 a saref4bldg:Tank} => {?U_3065 a }. -{?U_3066 a saref4bldg:Tank} => {?U_3066 a }. -{?U_3067 a saref4bldg:Tank} => {?U_3067 a }. -{?U_3068 a saref4bldg:Tank} => {?U_3068 a }. -{?U_3069 a saref4bldg:Tank} => {?U_3069 a }. -{?U_3070 a saref4bldg:Transformer} => {?U_3070 a saref4bldg:DistributionFlowDevice}. -{?U_3071 a saref4bldg:Transformer} => {?U_3071 a saref4bldg:DistributionDevice}. -{?U_3072 a saref4bldg:Transformer} => {?U_3072 a saref4bldg:BuildingDevice}. -{?U_3073 a saref4bldg:Transformer} => {?U_3073 a saref4bldg:BuildingObject}. -{?U_3074 a saref4bldg:Transformer} => {?U_3074 a saref-core:Device}. -{?U_3075 a saref4bldg:Transformer} => {?U_3075 a saref4bldg:PhysicalObject}. -{?U_3076 a saref4bldg:Transformer} => {?U_3076 a }. -{?U_3077 a saref4bldg:Transformer} => {?U_3077 a }. -{?U_3078 a saref4bldg:Transformer} => {?U_3078 a }. -{?U_3079 a saref4bldg:Transformer} => {?U_3079 a }. -{?U_3080 a saref4bldg:Transformer} => {?U_3080 a }. -{?U_3081 a saref4bldg:Transformer} => {?U_3081 a }. -{?U_3082 a saref4bldg:Transformer} => {?U_3082 a }. -{?U_3083 a saref4bldg:Transformer} => {?U_3083 a }. -{?U_3084 a saref4bldg:Transformer} => {?U_3084 a }. -{?U_3085 a saref4bldg:Transformer} => {?U_3085 a }. -{?U_3086 a saref4bldg:Transformer} => {?U_3086 a }. -{?U_3087 a saref4bldg:Transformer} => {?U_3087 a }. -{?U_3088 a saref4bldg:Transformer} => {?U_3088 a }. -{?U_3089 a saref4bldg:Transformer} => {?U_3089 a }. -{?U_3090 a saref4bldg:Transformer} => {?U_3090 a }. -{?U_3091 a saref4bldg:TransportElement} => {?U_3091 a }. -{?U_3092 a saref4bldg:TransportElement} => {?U_3092 a }. -{?U_3093 a saref4bldg:TransportElement} => {?U_3093 a }. -{?U_3094 a saref4bldg:TransportElement} => {?U_3094 a }. -{?U_3095 a saref4bldg:TransportElement} => {?U_3095 a }. -{?U_3096 a saref4bldg:TransportElement} => {?U_3096 a }. -{?U_3097 a saref4bldg:TransportElement} => {?U_3097 a }. -{?U_3098 a saref4bldg:TransportElement} => {?U_3098 a }. -{?U_3099 a saref4bldg:TransportElement} => {?U_3099 a }. -{?U_3100 a saref4bldg:TransportElement} => {?U_3100 a }. -{?U_3101 a saref4bldg:TransportElement} => {?U_3101 a }. -{?U_3102 a saref4bldg:TransportElement} => {?U_3102 a }. -{?U_3103 a saref4bldg:TransportElement} => {?U_3103 a saref4bldg:PhysicalObject}. -{?U_3104 a saref4bldg:TransportElement} => {?U_3104 a }. -{?U_3105 a saref4bldg:TransportElement} => {?U_3105 a }. -{?U_3106 a saref4bldg:TransportElement} => {?U_3106 a }. -{?U_3107 a saref4bldg:TubeBundle} => {?U_3107 a saref4bldg:DistributionFlowDevice}. -{?U_3108 a saref4bldg:TubeBundle} => {?U_3108 a saref4bldg:DistributionDevice}. -{?U_3109 a saref4bldg:TubeBundle} => {?U_3109 a saref4bldg:BuildingDevice}. -{?U_3110 a saref4bldg:TubeBundle} => {?U_3110 a saref4bldg:BuildingObject}. -{?U_3111 a saref4bldg:TubeBundle} => {?U_3111 a saref-core:Device}. -{?U_3112 a saref4bldg:TubeBundle} => {?U_3112 a saref4bldg:PhysicalObject}. -{?U_3113 a saref4bldg:TubeBundle} => {?U_3113 a }. -{?U_3114 a saref4bldg:TubeBundle} => {?U_3114 a }. -{?U_3115 a saref4bldg:TubeBundle} => {?U_3115 a }. -{?U_3116 a saref4bldg:TubeBundle} => {?U_3116 a }. -{?U_3117 a saref4bldg:TubeBundle} => {?U_3117 a }. -{?U_3118 a saref4bldg:TubeBundle} => {?U_3118 a }. -{?U_3119 a saref4bldg:TubeBundle} => {?U_3119 a }. -{?U_3120 a saref4bldg:TubeBundle} => {?U_3120 a }. -{?U_3121 a saref4bldg:TubeBundle} => {?U_3121 a }. -{?U_3122 a saref4bldg:TubeBundle} => {?U_3122 a }. -{?U_3123 a saref4bldg:TubeBundle} => {?U_3123 a }. -{?U_3124 a saref4bldg:TubeBundle} => {?U_3124 a }. -{?U_3125 a saref4bldg:TubeBundle} => {?U_3125 a }. -{?U_3126 a saref4bldg:TubeBundle} => {?U_3126 a }. -{?U_3127 a saref4bldg:TubeBundle} => {?U_3127 a }. -{?U_3128 a saref4bldg:UnitaryControlElement} => {?U_3128 a saref4bldg:DistributionDevice}. -{?U_3129 a saref4bldg:UnitaryControlElement} => {?U_3129 a saref4bldg:BuildingDevice}. -{?U_3130 a saref4bldg:Valve} => {?U_3130 a saref4bldg:DistributionFlowDevice}. -{?U_3131 a saref4bldg:Valve} => {?U_3131 a saref4bldg:DistributionDevice}. -{?U_3132 a saref4bldg:Valve} => {?U_3132 a saref4bldg:BuildingDevice}. -{?U_3133 a saref4bldg:Valve} => {?U_3133 a saref4bldg:BuildingObject}. -{?U_3134 a saref4bldg:Valve} => {?U_3134 a saref-core:Device}. -{?U_3135 a saref4bldg:Valve} => {?U_3135 a saref4bldg:PhysicalObject}. -{?U_3136 a saref4bldg:Valve} => {?U_3136 a }. -{?U_3137 a saref4bldg:Valve} => {?U_3137 a }. -{?U_3138 a saref4bldg:Valve} => {?U_3138 a }. -{?U_3139 a saref4bldg:Valve} => {?U_3139 a }. -{?U_3140 a saref4bldg:Valve} => {?U_3140 a }. -{?U_3141 a saref4bldg:Valve} => {?U_3141 a }. -{?U_3142 a saref4bldg:Valve} => {?U_3142 a }. -{?U_3143 a saref4bldg:Valve} => {?U_3143 a }. -{?U_3144 a saref4bldg:Valve} => {?U_3144 a }. -{?U_3145 a saref4bldg:Valve} => {?U_3145 a }. -{?U_3146 a saref4bldg:Valve} => {?U_3146 a }. -{?U_3147 a saref4bldg:Valve} => {?U_3147 a }. -{?U_3148 a saref4bldg:Valve} => {?U_3148 a }. -{?U_3149 a saref4bldg:Valve} => {?U_3149 a }. -{?U_3150 a saref4bldg:Valve} => {?U_3150 a }. -{?U_3151 a saref4bldg:VibrationIsolator} => {?U_3151 a }. -{?U_3152 a saref4bldg:VibrationIsolator} => {?U_3152 a }. -{?U_3153 a saref4bldg:VibrationIsolator} => {?U_3153 a }. -{?U_3154 a saref4bldg:VibrationIsolator} => {?U_3154 a }. -{?U_3155 a saref4bldg:VibrationIsolator} => {?U_3155 a }. -{?U_3156 a saref4bldg:VibrationIsolator} => {?U_3156 a }. -{?U_3157 a saref4bldg:VibrationIsolator} => {?U_3157 a }. -{?U_3158 a saref4bldg:VibrationIsolator} => {?U_3158 a }. -{?U_3159 a saref4bldg:VibrationIsolator} => {?U_3159 a }. -{?U_3160 a saref4bldg:VibrationIsolator} => {?U_3160 a }. -{?U_3161 a saref4bldg:VibrationIsolator} => {?U_3161 a }. -{?U_3162 a saref4bldg:VibrationIsolator} => {?U_3162 a }. -{?U_3163 a saref4bldg:VibrationIsolator} => {?U_3163 a saref4bldg:PhysicalObject}. -{?U_3164 a saref4bldg:VibrationIsolator} => {?U_3164 a }. -{?U_3165 a saref4bldg:VibrationIsolator} => {?U_3165 a }. -{?U_3166 a saref4bldg:VibrationIsolator} => {?U_3166 a }. -{?U_3167 a saref-core:Device} => {?U_3167 a }. -{?U_3168 a saref-core:Device} => {?U_3168 a }. -{?U_3169 a saref4ehaw:AlarmCommand} => {?U_3169 a }. -{?U_3170 a saref4ehaw:AlarmCommand} => {?U_3170 a }. -{?U_3171 a saref4ehaw:BanHub} => {?U_3171 a saref-core:Device}. -{?U_3172 a saref4ehaw:Caregiver} => {?U_3172 a foaf:Agent}. -{?U_3173 a saref4ehaw:FunctionalDevice} => {?U_3173 a }. -{?U_3174 a saref4ehaw:FunctionalDevice} => {?U_3174 a }. -{?U_3175 a saref4ehaw:FunctionalDevice} => {?U_3175 a }. -{?U_3176 a saref4ehaw:FunctionalDevice} => {?U_3176 a }. -{?U_3177 a saref4ehaw:FunctionalDevice} => {?U_3177 a }. -{?U_3178 a saref4ehaw:FunctionalDevice} => {?U_3178 a }. -{?U_3179 a saref4ehaw:FunctionalDevice} => {?U_3179 a }. -{?U_3180 a saref4ehaw:FunctionalDevice} => {?U_3180 a }. -{?U_3181 a saref4ehaw:FunctionalDevice} => {?U_3181 a }. -{?U_3182 a saref4ehaw:FunctionalDevice} => {?U_3182 a }. -{?U_3183 a saref4ehaw:FunctionalDevice} => {?U_3183 a }. -{?U_3184 a saref4ehaw:FunctionalDevice} => {?U_3184 a }. -{?U_3185 a saref4ehaw:FunctionalDevice} => {?U_3185 a saref4bldg:PhysicalObject}. -{?U_3186 a saref4ehaw:FunctionalDevice} => {?U_3186 a }. -{?U_3187 a saref4ehaw:FunctionalDevice} => {?U_3187 a }. -{?U_3188 a saref4ehaw:FunctionalDevice} => {?U_3188 a }. -{?U_3189 a saref4ehaw:FunctionalDevice} => {?U_3189 a }. -{?U_3190 a saref4ehaw:FunctionalDevice} => {?U_3190 a }. -{?U_3191 a saref4ehaw:HealthActuator} => {?U_3191 a saref-core:Device}. -{?U_3192 a saref4ehaw:HealthDevice} => {?U_3192 a }. -{?U_3193 a saref4ehaw:HealthDevice} => {?U_3193 a }. -{?U_3194 a saref4ehaw:HealthDevice} => {?U_3194 a }. -{?U_3195 a saref4ehaw:HealthDevice} => {?U_3195 a }. -{?U_3196 a saref4ehaw:HealthDevice} => {?U_3196 a }. -{?U_3197 a saref4ehaw:HealthDevice} => {?U_3197 a }. -{?U_3198 a saref4ehaw:HealthDevice} => {?U_3198 a }. -{?U_3199 a saref4ehaw:HealthDevice} => {?U_3199 a }. -{?U_3200 a saref4ehaw:HealthDevice} => {?U_3200 a }. -{?U_3201 a saref4ehaw:HealthDevice} => {?U_3201 a }. -{?U_3202 a saref4ehaw:HealthDevice} => {?U_3202 a }. -{?U_3203 a saref4ehaw:HealthDevice} => {?U_3203 a }. -{?U_3204 a saref4ehaw:HealthDevice} => {?U_3204 a saref4bldg:PhysicalObject}. -{?U_3205 a saref4ehaw:HealthDevice} => {?U_3205 a }. -{?U_3206 a saref4ehaw:HealthDevice} => {?U_3206 a }. -{?U_3207 a saref4ehaw:HealthDevice} => {?U_3207 a }. -{?U_3208 a saref4ehaw:HealthDevice} => {?U_3208 a }. -{?U_3209 a saref4ehaw:HealthDevice} => {?U_3209 a }. -{?U_3210 a saref4ehaw:HealthSensor} => {?U_3210 a saref-core:Device}. -{?U_3211 a saref4ehaw:HealthSensor} => {?U_3211 a }. -{?U_3212 a saref4ehaw:HealthSensor} => {?U_3212 a }. -{?U_3213 a saref4ehaw:HealthSensor} => {?U_3213 a }. -{?U_3214 a saref4ehaw:HealthSensor} => {?U_3214 a }. -{?U_3215 a saref4ehaw:HealthSensor} => {?U_3215 a }. -{?U_3216 a saref4ehaw:HealthSensor} => {?U_3216 a }. -{?U_3217 a saref4ehaw:HealthSensor} => {?U_3217 a }. -{?U_3218 a saref4ehaw:HealthSensor} => {?U_3218 a }. -{?U_3219 a saref4ehaw:HealthSensor} => {?U_3219 a }. -{?U_3220 a saref4ehaw:HealthSensor} => {?U_3220 a }. -{?U_3221 a saref4ehaw:HealthSensor} => {?U_3221 a }. -{?U_3222 a saref4ehaw:HealthSensor} => {?U_3222 a }. -{?U_3223 a saref4ehaw:HealthSensor} => {?U_3223 a saref4bldg:PhysicalObject}. -{?U_3224 a saref4ehaw:HealthSensor} => {?U_3224 a }. -{?U_3225 a saref4ehaw:HealthSensor} => {?U_3225 a }. -{?U_3226 a saref4ehaw:HealthSensor} => {?U_3226 a }. -{?U_3227 a saref4ehaw:HealthSensor} => {?U_3227 a }. -{?U_3228 a saref4ehaw:HealthSensor} => {?U_3228 a }. -{?U_3229 a saref4ehaw:HealthWearable} => {?U_3229 a saref-core:Device}. -{?U_3230 a saref4ehaw:HealthWearable} => {?U_3230 a }. -{?U_3231 a saref4ehaw:HealthWearable} => {?U_3231 a }. -{?U_3232 a saref4ehaw:HealthWearable} => {?U_3232 a }. -{?U_3233 a saref4ehaw:HealthWearable} => {?U_3233 a }. -{?U_3234 a saref4ehaw:HealthWearable} => {?U_3234 a }. -{?U_3235 a saref4ehaw:HealthWearable} => {?U_3235 a }. -{?U_3236 a saref4ehaw:HealthWearable} => {?U_3236 a }. -{?U_3237 a saref4ehaw:HealthWearable} => {?U_3237 a }. -{?U_3238 a saref4ehaw:HealthWearable} => {?U_3238 a }. -{?U_3239 a saref4ehaw:HealthWearable} => {?U_3239 a }. -{?U_3240 a saref4ehaw:HealthWearable} => {?U_3240 a }. -{?U_3241 a saref4ehaw:HealthWearable} => {?U_3241 a }. -{?U_3242 a saref4ehaw:HealthWearable} => {?U_3242 a saref4bldg:PhysicalObject}. -{?U_3243 a saref4ehaw:HealthWearable} => {?U_3243 a }. -{?U_3244 a saref4ehaw:HealthWearable} => {?U_3244 a }. -{?U_3245 a saref4ehaw:HealthWearable} => {?U_3245 a }. -{?U_3246 a saref4ehaw:HealthWearable} => {?U_3246 a }. -{?U_3247 a saref4ehaw:HealthWearable} => {?U_3247 a }. -{?U_3248 a saref4ehaw:Helper} => {?U_3248 a foaf:Agent}. -{?U_3249 a saref4ehaw:MeasurementFunction} => {?U_3249 a }. -{?U_3250 a saref4ehaw:Patient} => {?U_3250 a saref4ehaw:HealthActor}. -{?U_3251 a saref4ehaw:Posture} => {?U_3251 a }. -{?U_3252 a saref4ehaw:Posture} => {?U_3252 a }. -{?U_3253 a saref4ehaw:Posture} => {?U_3253 a }. -{?U_3254 a saref4ehaw:Posture} => {?U_3254 a }. -{?U_3255 a saref4ehaw:Posture} => {?U_3255 a }. -{?U_3256 a saref4ehaw:Posture} => {?U_3256 a }. -{?U_3257 a saref4ehaw:Posture} => {?U_3257 a }. -{?U_3258 a saref4ehaw:ReminderCommand} => {?U_3258 a saref-core:Command}. -{?U_3259 a saref4ehaw:ReminderCommand} => {?U_3259 a }. -{?U_3260 a saref4ehaw:ReminderCommand} => {?U_3260 a }. -{?U_3261 a saref4ehaw:ReminderCommand} => {?U_3261 a }. -{?U_3262 a saref4ehaw:ResponsibleParty} => {?U_3262 a foaf:Agent}. -{?U_3263 a saref4ehaw:TimeSeriesMeasurement} => {?U_3263 a }. -{?U_3264 a saref4ehaw:TimeSeriesMeasurement} => {?U_3264 a }. -{?U_3265 a saref4ehaw:TimeSeriesMeasurement} => {?U_3265 a }. -{?U_3266 a saref4ehaw:TimeSeriesMeasurement} => {?U_3266 a }. -{?U_3267 a saref4ehaw:TimeSeriesMeasurement} => {?U_3267 a }. -{?U_3268 a saref4ehaw:TimeSeriesMeasurement} => {?U_3268 a }. -{?U_3269 a saref4ehaw:TimeSeriesMeasurement} => {?U_3269 a }. -{?U_3270 a saref4ehaw:TimeSeriesMeasurement} => {?U_3270 a }. -{?U_3271 a saref4ehaw:TimeSeriesMeasurement} => {?U_3271 a }. -{?U_3272 a saref4ehaw:TimeSeriesMeasurement} => {?U_3272 a }. -{?U_3273 a saref4ehaw:TimeSeriesMeasurement} => {?U_3273 a }. -{?U_3274 a saref4ehaw:TimeSeriesMeasurement} => {?U_3274 a }. -{?U_3275 a saref4ehaw:TimeSeriesMeasurement} => {?U_3275 a }. -{?U_3276 a saref4ehaw:TimeSeriesMeasurement} => {?U_3276 a }. -{?U_3277 a saref4ehaw:TimeSeriesMeasurement} => {?U_3277 a }. -{?U_3278 a saref4ehaw:TimeSeriesMeasurement} => {?U_3278 a }. -{?U_3279 a saref4ehaw:TimeSeriesMeasurement} => {?U_3279 a }. -{?U_3280 a saref4ehaw:TimeSeriesMeasurement} => {?U_3280 a }. -{?U_3281 a saref4ehaw:TimeSeriesMeasurement} => {?U_3281 a }. -{?U_3282 a saref4ehaw:User} => {?U_3282 a foaf:Agent}. -{?U_3283 a geo:Point} => {?U_3283 a geosp:SpatialObject}. -{?U_3284 a s4city:AdministrativeArea} => {?U_3284 a geosp:SpatialObject}. -{?U_3285 a s4city:CityObject} => {?U_3285 a geosp:SpatialObject}. -{?U_3286 a s4city:Event} => {?U_3286 a }. -{?U_3287 a s4city:Facility} => {?U_3287 a geosp:SpatialObject}. -{?U_3288 a ns6:BiometricProperty} => {?U_3288 a saref-core:Property}. -{?U_3289 a ns6:CommunicatingFunction} => {?U_3289 a saref-core:Function}. -{?U_3290 a ns6:CommunicatingFunction} => {?U_3290 a }. -{?U_3291 a ns6:CommunicatingFunction} => {?U_3291 a }. -{?U_3292 a ns6:ControllingFunction} => {?U_3292 a }. -{?U_3293 a ns6:CrowdProperty} => {?U_3293 a }. -{?U_3294 a ns6:CrowdProperty} => {?U_3294 a }. -{?U_3295 a ns6:CrowdProperty} => {?U_3295 a }. -{?U_3296 a ns6:CrowdProperty} => {?U_3296 a }. -{?U_3297 a ns6:CrowdProperty} => {?U_3297 a }. -{?U_3298 a ns6:CrowdProperty} => {?U_3298 a }. -{?U_3299 a ns6:CrowdProperty} => {?U_3299 a }. -{?U_3300 a ns6:ElectricalProperty} => {?U_3300 a saref-core:Property}. -{?U_3301 a ns6:ElectricalSafetyProperty} => {?U_3301 a saref-core:Property}. -{?U_3302 a ns6:EmissionProperty} => {?U_3302 a saref-core:Property}. -{?U_3303 a ns6:EnvironmentalProperty} => {?U_3303 a }. -{?U_3304 a ns6:EnvironmentalProperty} => {?U_3304 a }. -{?U_3305 a ns6:EnvironmentalProperty} => {?U_3305 a }. -{?U_3306 a ns6:EnvironmentalProperty} => {?U_3306 a }. -{?U_3307 a ns6:EnvironmentalProperty} => {?U_3307 a }. -{?U_3308 a ns6:EnvironmentalProperty} => {?U_3308 a }. -{?U_3309 a ns6:EnvironmentalProperty} => {?U_3309 a }. -{?U_3310 a ns6:FabricWearable} => {?U_3310 a ns6:OnBodyWearable}. -{?U_3311 a ns6:LivingOrganism} => {?U_3311 a geosp:SpatialObject}. -{?U_3312 a ns6:LivingOrganism} => {?U_3312 a }. -{?U_3313 a ns6:LivingOrganism} => {?U_3313 a }. -{?U_3314 a ns6:MemoryStorage} => {?U_3314 a }. -{?U_3315 a ns6:MemoryStorage} => {?U_3315 a }. -{?U_3316 a ns6:MemoryStorage} => {?U_3316 a }. -{?U_3317 a ns6:MemoryStorage} => {?U_3317 a }. -{?U_3318 a ns6:MemoryStorage} => {?U_3318 a }. -{?U_3319 a ns6:MemoryStorage} => {?U_3319 a }. -{?U_3320 a ns6:MemoryStorage} => {?U_3320 a }. -{?U_3321 a ns6:MemoryStorage} => {?U_3321 a }. -{?U_3322 a ns6:MemoryStorage} => {?U_3322 a }. -{?U_3323 a ns6:MemoryStorage} => {?U_3323 a }. -{?U_3324 a ns6:MemoryStorage} => {?U_3324 a }. -{?U_3325 a ns6:MemoryStorage} => {?U_3325 a }. -{?U_3326 a ns6:MemoryStorage} => {?U_3326 a saref4bldg:PhysicalObject}. -{?U_3327 a ns6:MemoryStorage} => {?U_3327 a }. -{?U_3328 a ns6:MemoryStorage} => {?U_3328 a }. -{?U_3329 a ns6:MemoryStorage} => {?U_3329 a }. -{?U_3330 a ns6:MemoryStorage} => {?U_3330 a }. -{?U_3331 a ns6:MemoryStorage} => {?U_3331 a }. -{?U_3332 a ns6:NavigatingFunction} => {?U_3332 a }. -{?U_3333 a ns6:PowerSupply} => {?U_3333 a }. -{?U_3334 a ns6:PowerSupply} => {?U_3334 a }. -{?U_3335 a ns6:PowerSupply} => {?U_3335 a }. -{?U_3336 a ns6:PowerSupply} => {?U_3336 a }. -{?U_3337 a ns6:PowerSupply} => {?U_3337 a }. -{?U_3338 a ns6:PowerSupply} => {?U_3338 a }. -{?U_3339 a ns6:PowerSupply} => {?U_3339 a }. -{?U_3340 a ns6:PowerSupply} => {?U_3340 a }. -{?U_3341 a ns6:PowerSupply} => {?U_3341 a }. -{?U_3342 a ns6:PowerSupply} => {?U_3342 a }. -{?U_3343 a ns6:PowerSupply} => {?U_3343 a }. -{?U_3344 a ns6:PowerSupply} => {?U_3344 a }. -{?U_3345 a ns6:PowerSupply} => {?U_3345 a saref4bldg:PhysicalObject}. -{?U_3346 a ns6:PowerSupply} => {?U_3346 a }. -{?U_3347 a ns6:PowerSupply} => {?U_3347 a }. -{?U_3348 a ns6:PowerSupply} => {?U_3348 a }. -{?U_3349 a ns6:PowerSupply} => {?U_3349 a }. -{?U_3350 a ns6:PowerSupply} => {?U_3350 a }. -{?U_3351 a ns6:Software} => {?U_3351 a }. -{?U_3352 a ns6:Software} => {?U_3352 a }. -{?U_3353 a ns6:TextileBasedSensor} => {?U_3353 a saref-core:Device}. -{?U_3354 a ns6:TextileBasedSensor} => {?U_3354 a }. -{?U_3355 a ns6:TextileBasedSensor} => {?U_3355 a }. -{?U_3356 a ns6:TextileBasedSensor} => {?U_3356 a }. -{?U_3357 a ns6:TextileBasedSensor} => {?U_3357 a }. -{?U_3358 a ns6:TextileBasedSensor} => {?U_3358 a }. -{?U_3359 a ns6:TextileBasedSensor} => {?U_3359 a }. -{?U_3360 a ns6:TextileBasedSensor} => {?U_3360 a }. -{?U_3361 a ns6:TextileBasedSensor} => {?U_3361 a }. -{?U_3362 a ns6:TextileBasedSensor} => {?U_3362 a }. -{?U_3363 a ns6:TextileBasedSensor} => {?U_3363 a }. -{?U_3364 a ns6:TextileBasedSensor} => {?U_3364 a }. -{?U_3365 a ns6:TextileBasedSensor} => {?U_3365 a }. -{?U_3366 a ns6:TextileBasedSensor} => {?U_3366 a }. -{?U_3367 a ns6:TextileBasedSensor} => {?U_3367 a saref4bldg:PhysicalObject}. -{?U_3368 a ns6:TextileBasedSensor} => {?U_3368 a }. -{?U_3369 a ns6:TextileBasedSensor} => {?U_3369 a }. -{?U_3370 a ns6:TextileBasedSensor} => {?U_3370 a }. -{?U_3371 a ns6:TextileBasedWearable} => {?U_3371 a }. -{?U_3372 a ns6:User} => {?U_3372 a }. -{?U_3373 a ns6:User} => {?U_3373 a }. -{?U_3374 a ns6:Wearable} => {?U_3374 a geosp:SpatialObject}. -{?U_3375 a ns6:Wearable} => {?U_3375 a }. -{?U_3376 a ns6:Wearable} => {?U_3376 a }. -{?U_3377 a ns6:Wearable} => {?U_3377 a }. -{?U_3378 a ns6:Wearable} => {?U_3378 a }. -{?U_3379 a ns6:Wearable} => {?U_3379 a }. -{?U_3380 a ns6:Wearable} => {?U_3380 a }. -{?U_3381 a ns6:Wearable} => {?U_3381 a }. -{?U_3382 a ns6:Wearable} => {?U_3382 a }. -{?U_3383 a ns6:Wearable} => {?U_3383 a }. -{?U_3384 a ns6:Wearable} => {?U_3384 a }. -{?U_3385 a ns6:Wearable} => {?U_3385 a }. -{?U_3386 a ns6:Wearable} => {?U_3386 a }. -{?U_3387 a ns6:Wearable} => {?U_3387 a saref4bldg:PhysicalObject}. -{?U_3388 a ns6:Wearable} => {?U_3388 a }. -{?U_3389 a ns6:Wearable} => {?U_3389 a }. -{?U_3390 a ns6:Wearable} => {?U_3390 a }. -{?U_3391 a ns6:Wearable} => {?U_3391 a }. -{?U_3392 a ns6:Wearable} => {?U_3392 a }. -{?U_3393 a ns6:WearableProperty} => {?U_3393 a }. -{?U_3394 a ns6:WearableProperty} => {?U_3394 a }. -{?U_3395 a ns6:WearableProperty} => {?U_3395 a }. -{?U_3396 a ns6:WearableProperty} => {?U_3396 a }. -{?U_3397 a ns6:WearableProperty} => {?U_3397 a }. -{?U_3398 a ns6:WearableProperty} => {?U_3398 a }. -{?U_3399 a ns6:WearableProperty} => {?U_3399 a }. -{?U_3400 a ns6:WearerProperty} => {?U_3400 a }. -{?U_3401 a ns6:WearerProperty} => {?U_3401 a }. -{?U_3402 a ns6:WearerProperty} => {?U_3402 a }. -{?U_3403 a ns6:WearerProperty} => {?U_3403 a }. -{?U_3404 a ns6:WearerProperty} => {?U_3404 a }. -{?U_3405 a ns6:WearerProperty} => {?U_3405 a }. -{?U_3406 a ns6:WearerProperty} => {?U_3406 a }. -{?U_3407 a } => {?U_3407 a ActivityRecognition:ActivityPrediction}. -{?U_3408 a } => {?U_3408 a }. -{?U_3409 a } => {?U_3409 a ActivityRecognition:ActivityPrediction}. -{?U_3410 a } => {?U_3410 a }. -{?U_3411 a } => {?U_3411 a ActivityRecognition:ActivityPrediction}. -{?U_3412 a } => {?U_3412 a }. -{?U_3413 a } => {?U_3413 a ActivityRecognition:ActivityPrediction}. -{?U_3414 a } => {?U_3414 a }. -{?U_3415 a } => {?U_3415 a ActivityRecognition:ActivityPrediction}. -{?U_3416 a } => {?U_3416 a }. -{?U_3417 a } => {?U_3417 a :BrushingTeethActivityPrediction}. -{?U_3418 a } => {?U_3418 a :NonRoutineActivityPrediction}. -{?U_3419 a } => {?U_3419 a :BrushingTeethActivityPrediction}. -{?U_3420 a } => {?U_3420 a }. -{?U_3421 a } => {?U_3421 a :CookingFoodOvenActivityPrediction}. -{?U_3422 a } => {?U_3422 a :NonRoutineActivityPrediction}. -{?U_3423 a } => {?U_3423 a :CookingFoodOvenActivityPrediction}. -{?U_3424 a } => {?U_3424 a }. -{?U_3425 a } => {?U_3425 a :CookingFoodStovetopActivityPrediction}. -{?U_3426 a } => {?U_3426 a :NonRoutineActivityPrediction}. -{?U_3427 a } => {?U_3427 a :CookingFoodStovetopActivityPrediction}. -{?U_3428 a } => {?U_3428 a }. -{?U_3429 a } => {?U_3429 a :DrinkPreparationActivityPrediction}. -{?U_3430 a } => {?U_3430 a :NonRoutineActivityPrediction}. -{?U_3431 a } => {?U_3431 a :DrinkPreparationActivityPrediction}. -{?U_3432 a } => {?U_3432 a }. -{?U_3433 a } => {?U_3433 a :EatingActivityPrediction}. -{?U_3434 a } => {?U_3434 a :NonRoutineActivityPrediction}. -{?U_3435 a } => {?U_3435 a :EatingActivityPrediction}. -{?U_3436 a } => {?U_3436 a }. -{?U_3437 a } => {?U_3437 a :NonRoutineActivityPrediction}. -{?U_3438 a } => {?U_3438 a :PreparingHotMealActivityPrediction}. -{?U_3439 a } => {?U_3439 a :PreparingHotMealActivityPrediction}. -{?U_3440 a } => {?U_3440 a }. -{?U_3441 a } => {?U_3441 a :NonRoutineActivityPrediction}. -{?U_3442 a } => {?U_3442 a :ShoweringActivityPrediction}. -{?U_3443 a } => {?U_3443 a :ShoweringActivityPrediction}. -{?U_3444 a } => {?U_3444 a }. -{?U_3445 a } => {?U_3445 a :NonRoutineActivityPrediction}. -{?U_3446 a } => {?U_3446 a :SleepingActivityPrediction}. -{?U_3447 a } => {?U_3447 a :SleepingActivityPrediction}. -{?U_3448 a } => {?U_3448 a }. -{?U_3449 a } => {?U_3449 a :NonRoutineActivityPrediction}. -{?U_3450 a } => {?U_3450 a :ToiletingActivityPrediction}. -{?U_3451 a } => {?U_3451 a :ToiletingActivityPrediction}. -{?U_3452 a } => {?U_3452 a }. -{?U_3453 a } => {?U_3453 a :NonRoutineActivityPrediction}. -{?U_3454 a } => {?U_3454 a :UsingMobilePhoneActivityPrediction}. -{?U_3455 a } => {?U_3455 a :UsingMobilePhoneActivityPrediction}. -{?U_3456 a } => {?U_3456 a }. -{?U_3457 a } => {?U_3457 a :NonRoutineActivityPrediction}. -{?U_3458 a } => {?U_3458 a :WatchingTVActivelyActivityPrediction}. -{?U_3459 a } => {?U_3459 a :WatchingTVActivelyActivityPrediction}. -{?U_3460 a } => {?U_3460 a }. -{?U_3461 a } => {?U_3461 a ActivityRecognition:ActivityPrediction}. -{?U_3462 a } => {?U_3462 a }. -{?U_3463 a } => {?U_3463 a :BrushingTeethActivityPrediction}. -{?U_3464 a } => {?U_3464 a :RoutineActivityPrediction}. -{?U_3465 a } => {?U_3465 a :BrushingTeethActivityPrediction}. -{?U_3466 a } => {?U_3466 a }. -{?U_3467 a } => {?U_3467 a :CookingFoodOvenActivityPrediction}. -{?U_3468 a } => {?U_3468 a :RoutineActivityPrediction}. -{?U_3469 a } => {?U_3469 a :CookingFoodOvenActivityPrediction}. -{?U_3470 a } => {?U_3470 a }. -{?U_3471 a } => {?U_3471 a :CookingFoodStovetopActivityPrediction}. -{?U_3472 a } => {?U_3472 a :RoutineActivityPrediction}. -{?U_3473 a } => {?U_3473 a :CookingFoodStovetopActivityPrediction}. -{?U_3474 a } => {?U_3474 a }. -{?U_3475 a } => {?U_3475 a :DrinkPreparationActivityPrediction}. -{?U_3476 a } => {?U_3476 a :RoutineActivityPrediction}. -{?U_3477 a } => {?U_3477 a :DrinkPreparationActivityPrediction}. -{?U_3478 a } => {?U_3478 a }. -{?U_3479 a } => {?U_3479 a :EatingActivityPrediction}. -{?U_3480 a } => {?U_3480 a :RoutineActivityPrediction}. -{?U_3481 a } => {?U_3481 a :EatingActivityPrediction}. -{?U_3482 a } => {?U_3482 a }. -{?U_3483 a } => {?U_3483 a :PreparingHotMealActivityPrediction}. -{?U_3484 a } => {?U_3484 a :RoutineActivityPrediction}. -{?U_3485 a } => {?U_3485 a :PreparingHotMealActivityPrediction}. -{?U_3486 a } => {?U_3486 a }. -{?U_3487 a } => {?U_3487 a :RoutineActivityPrediction}. -{?U_3488 a } => {?U_3488 a :ShoweringActivityPrediction}. -{?U_3489 a } => {?U_3489 a :ShoweringActivityPrediction}. -{?U_3490 a } => {?U_3490 a }. -{?U_3491 a } => {?U_3491 a :RoutineActivityPrediction}. -{?U_3492 a } => {?U_3492 a :SleepingActivityPrediction}. -{?U_3493 a } => {?U_3493 a :SleepingActivityPrediction}. -{?U_3494 a } => {?U_3494 a }. -{?U_3495 a } => {?U_3495 a :RoutineActivityPrediction}. -{?U_3496 a } => {?U_3496 a :ToiletingActivityPrediction}. -{?U_3497 a } => {?U_3497 a :ToiletingActivityPrediction}. -{?U_3498 a } => {?U_3498 a }. -{?U_3499 a } => {?U_3499 a :RoutineActivityPrediction}. -{?U_3500 a } => {?U_3500 a :UsingMobilePhoneActivityPrediction}. -{?U_3501 a } => {?U_3501 a :UsingMobilePhoneActivityPrediction}. -{?U_3502 a } => {?U_3502 a }. -{?U_3503 a } => {?U_3503 a :RoutineActivityPrediction}. -{?U_3504 a } => {?U_3504 a :WatchingTVActivelyActivityPrediction}. -{?U_3505 a } => {?U_3505 a :WatchingTVActivelyActivityPrediction}. -{?U_3506 a } => {?U_3506 a }. -{?U_3507 a } => {?U_3507 a ActivityRecognition:ActivityPrediction}. -{?U_3508 a } => {?U_3508 a }. -{?U_3509 a } => {?U_3509 a ActivityRecognition:ActivityPrediction}. -{?U_3510 a } => {?U_3510 a }. -{?U_3511 a } => {?U_3511 a ActivityRecognition:ActivityPrediction}. -{?U_3512 a } => {?U_3512 a }. -{?U_3513 a } => {?U_3513 a saref4ehaw:User}. -{?U_3514 a } => {?U_3514 a }. -{?U_3515 a } => {?U_3515 a ActivityRecognition:Routine}. -{?U_3516 a } => {?U_3516 a }. -{?U_3517 a } => {?U_3517 a saref4ehaw:User}. -{?U_3518 a } => {?U_3518 a }. -{?U_3519 a } => {?U_3519 a ActivityRecognition:Routine}. -{?U_3520 a } => {?U_3520 a }. -{?U_3521 a } => {?U_3521 a saref4ehaw:User}. -{?U_3522 a } => {?U_3522 a }. -{?U_3523 a } => {?U_3523 a ActivityRecognition:Routine}. -{?U_3524 a } => {?U_3524 a }. -{?U_3525 a } => {?U_3525 a saref4ehaw:User}. -{?U_3526 a } => {?U_3526 a }. -{?U_3527 a } => {?U_3527 a ActivityRecognition:Routine}. -{?U_3528 a } => {?U_3528 a }. -{?U_3529 a } => {?U_3529 a saref4ehaw:User}. -{?U_3530 a } => {?U_3530 a }. -{?U_3531 a } => {?U_3531 a ActivityRecognition:Routine}. -{?U_3532 a } => {?U_3532 a }. -{?U_3533 a } => {?U_3533 a saref4ehaw:User}. -{?U_3534 a } => {?U_3534 a }. -{?U_3535 a } => {?U_3535 a ActivityRecognition:Routine}. -{?U_3536 a } => {?U_3536 a }. -{?U_3537 a } => {?U_3537 a saref4ehaw:User}. -{?U_3538 a } => {?U_3538 a }. -{?U_3539 a } => {?U_3539 a ActivityRecognition:Routine}. -{?U_3540 a } => {?U_3540 a }. -{?U_3541 a } => {?U_3541 a saref4ehaw:User}. -{?U_3542 a } => {?U_3542 a }. -{?U_3543 a } => {?U_3543 a ActivityRecognition:Routine}. -{?U_3544 a } => {?U_3544 a }. -{?U_3545 a } => {?U_3545 a saref4ehaw:User}. -{?U_3546 a } => {?U_3546 a }. -{?U_3547 a } => {?U_3547 a ActivityRecognition:Routine}. -{?U_3548 a } => {?U_3548 a }. -{?U_3549 a } => {?U_3549 a saref4ehaw:User}. -{?U_3550 a } => {?U_3550 a }. -{?U_3551 a } => {?U_3551 a ActivityRecognition:Routine}. -{?U_3552 a } => {?U_3552 a }. -{?U_3553 a } => {?U_3553 a saref4ehaw:User}. -{?U_3554 a } => {?U_3554 a }. -{?U_3555 a } => {?U_3555 a ActivityRecognition:Routine}. -{?U_3556 a } => {?U_3556 a }. -{?U_3557 a } => {?U_3557 a saref4ehaw:User}. -{?U_3558 a } => {?U_3558 a }. -{?U_3559 a } => {?U_3559 a saref4ehaw:User}. -{?U_3560 a } => {?U_3560 a }. -{?U_3561 a } => {?U_3561 a saref4ehaw:User}. -{?U_3562 a } => {?U_3562 a }. -{?U_3563 a } => {?U_3563 a saref4ehaw:User}. -{?U_3564 a } => {?U_3564 a }. -{?U_3565 a } => {?U_3565 a saref4ehaw:User}. -{?U_3566 a } => {?U_3566 a }. -{?U_3567 a } => {?U_3567 a saref4ehaw:User}. -{?U_3568 a } => {?U_3568 a }. -{?U_3569 a } => {?U_3569 a saref4ehaw:User}. -{?U_3570 a } => {?U_3570 a }. -{?U_3571 a } => {?U_3571 a saref4ehaw:User}. -{?U_3572 a } => {?U_3572 a }. -{?U_3573 a } => {?U_3573 a saref4ehaw:User}. -{?U_3574 a } => {?U_3574 a }. -{?U_3575 a } => {?U_3575 a saref4ehaw:User}. -{?U_3576 a } => {?U_3576 a }. -{?U_3577 a } => {?U_3577 a saref4ehaw:User}. -{?U_3578 a } => {?U_3578 a }. -{?U_3579 a } => {?U_3579 a ActivityRecognition:ActivityPrediction}. -{?U_3580 a } => {?U_3580 a }. -{?U_3581 a } => {?U_3581 a ActivityRecognition:ActivityPrediction}. -{?U_3582 a } => {?U_3582 a }. -{?U_3583 a } => {?U_3583 a ns6:Wearable}. -{?U_3584 a } => {?U_3584 a }. -{?U_3585 a } => {?U_3585 a ns6:Wearable}. -{?U_3586 a } => {?U_3586 a }. -{?U_3587 a } => {?U_3587 a ns6:Wearable}. -{?U_3588 a } => {?U_3588 a }. -{?U_3589 a } => {?U_3589 a ns6:LivingOrganism}. -{?U_3590 a } => {?U_3590 a }. -{?U_3591 a :BrushingTeethActivityPrediction} => {?U_3591 a }. -{?U_3592 a } => {?U_3592 a :BrushingTeethActivityPrediction}. -{?U_3593 a :CookingFoodOvenActivityPrediction} => {?U_3593 a }. -{?U_3594 a } => {?U_3594 a :CookingFoodOvenActivityPrediction}. -{?U_3595 a :CookingFoodStovetopActivityPrediction} => {?U_3595 a }. -{?U_3596 a } => {?U_3596 a :CookingFoodStovetopActivityPrediction}. -{?U_3597 a :DrinkPreparationActivityPrediction} => {?U_3597 a }. -{?U_3598 a } => {?U_3598 a :DrinkPreparationActivityPrediction}. -{?U_3599 a :EatingActivityPrediction} => {?U_3599 a }. -{?U_3600 a } => {?U_3600 a :EatingActivityPrediction}. -{?U_3601 a :NonRoutineBrushingTeethActivityPrediction} => {?U_3601 a }. -{?U_3602 a } => {?U_3602 a :NonRoutineBrushingTeethActivityPrediction}. -{?U_3603 a :NonRoutineBrushingTeethActivityPrediction} => {?U_3603 a }. -{?U_3604 a } => {?U_3604 a :NonRoutineBrushingTeethActivityPrediction}. -{?U_3605 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_3605 a }. -{?U_3606 a } => {?U_3606 a :NonRoutineCookingFoodOvenActivityPrediction}. -{?U_3607 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_3607 a }. -{?U_3608 a } => {?U_3608 a :NonRoutineCookingFoodOvenActivityPrediction}. -{?U_3609 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_3609 a }. -{?U_3610 a } => {?U_3610 a :NonRoutineCookingFoodStovetopActivityPrediction}. -{?U_3611 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_3611 a }. -{?U_3612 a } => {?U_3612 a :NonRoutineCookingFoodStovetopActivityPrediction}. -{?U_3613 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_3613 a }. -{?U_3614 a } => {?U_3614 a :NonRoutineDrinkPreparationActivityPrediction}. -{?U_3615 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_3615 a }. -{?U_3616 a } => {?U_3616 a :NonRoutineDrinkPreparationActivityPrediction}. -{?U_3617 a :NonRoutineEatingActivityPrediction} => {?U_3617 a }. -{?U_3618 a } => {?U_3618 a :NonRoutineEatingActivityPrediction}. -{?U_3619 a :NonRoutineEatingActivityPrediction} => {?U_3619 a }. -{?U_3620 a } => {?U_3620 a :NonRoutineEatingActivityPrediction}. -{?U_3621 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_3621 a }. -{?U_3622 a } => {?U_3622 a :NonRoutinePreparingHotMealActivityPrediction}. -{?U_3623 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_3623 a }. -{?U_3624 a } => {?U_3624 a :NonRoutinePreparingHotMealActivityPrediction}. -{?U_3625 a :NonRoutineShoweringActivityPrediction} => {?U_3625 a }. -{?U_3626 a } => {?U_3626 a :NonRoutineShoweringActivityPrediction}. -{?U_3627 a :NonRoutineShoweringActivityPrediction} => {?U_3627 a }. -{?U_3628 a } => {?U_3628 a :NonRoutineShoweringActivityPrediction}. -{?U_3629 a :NonRoutineSleepingActivityPrediction} => {?U_3629 a }. -{?U_3630 a } => {?U_3630 a :NonRoutineSleepingActivityPrediction}. -{?U_3631 a :NonRoutineSleepingActivityPrediction} => {?U_3631 a }. -{?U_3632 a } => {?U_3632 a :NonRoutineSleepingActivityPrediction}. -{?U_3633 a :NonRoutineToiletingActivityPrediction} => {?U_3633 a }. -{?U_3634 a } => {?U_3634 a :NonRoutineToiletingActivityPrediction}. -{?U_3635 a :NonRoutineToiletingActivityPrediction} => {?U_3635 a }. -{?U_3636 a } => {?U_3636 a :NonRoutineToiletingActivityPrediction}. -{?U_3637 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_3637 a }. -{?U_3638 a } => {?U_3638 a :NonRoutineUsingMobilePhoneActivityPrediction}. -{?U_3639 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_3639 a }. -{?U_3640 a } => {?U_3640 a :NonRoutineUsingMobilePhoneActivityPrediction}. -{?U_3641 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_3641 a }. -{?U_3642 a } => {?U_3642 a :NonRoutineWatchingTVActivelyActivityPrediction}. -{?U_3643 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_3643 a }. -{?U_3644 a } => {?U_3644 a :NonRoutineWatchingTVActivelyActivityPrediction}. -{?U_3645 a :PreparingHotMealActivityPrediction} => {?U_3645 a }. -{?U_3646 a } => {?U_3646 a :PreparingHotMealActivityPrediction}. -{?U_3647 a :RoutineBrushingTeethActivityPrediction} => {?U_3647 a }. -{?U_3648 a } => {?U_3648 a :RoutineBrushingTeethActivityPrediction}. -{?U_3649 a :RoutineBrushingTeethActivityPrediction} => {?U_3649 a }. -{?U_3650 a } => {?U_3650 a :RoutineBrushingTeethActivityPrediction}. -{?U_3651 a :RoutineCookingFoodOvenActivityPrediction} => {?U_3651 a }. -{?U_3652 a } => {?U_3652 a :RoutineCookingFoodOvenActivityPrediction}. -{?U_3653 a :RoutineCookingFoodOvenActivityPrediction} => {?U_3653 a }. -{?U_3654 a } => {?U_3654 a :RoutineCookingFoodOvenActivityPrediction}. -{?U_3655 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_3655 a }. -{?U_3656 a } => {?U_3656 a :RoutineCookingFoodStovetopActivityPrediction}. -{?U_3657 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_3657 a }. -{?U_3658 a } => {?U_3658 a :RoutineCookingFoodStovetopActivityPrediction}. -{?U_3659 a :RoutineDrinkPreparationActivityPrediction} => {?U_3659 a }. -{?U_3660 a } => {?U_3660 a :RoutineDrinkPreparationActivityPrediction}. -{?U_3661 a :RoutineDrinkPreparationActivityPrediction} => {?U_3661 a }. -{?U_3662 a } => {?U_3662 a :RoutineDrinkPreparationActivityPrediction}. -{?U_3663 a :RoutineEatingActivityPrediction} => {?U_3663 a }. -{?U_3664 a } => {?U_3664 a :RoutineEatingActivityPrediction}. -{?U_3665 a :RoutineEatingActivityPrediction} => {?U_3665 a }. -{?U_3666 a } => {?U_3666 a :RoutineEatingActivityPrediction}. -{?U_3667 a :RoutinePreparingHotMealActivityPrediction} => {?U_3667 a }. -{?U_3668 a } => {?U_3668 a :RoutinePreparingHotMealActivityPrediction}. -{?U_3669 a :RoutinePreparingHotMealActivityPrediction} => {?U_3669 a }. -{?U_3670 a } => {?U_3670 a :RoutinePreparingHotMealActivityPrediction}. -{?U_3671 a :RoutineShoweringActivityPrediction} => {?U_3671 a }. -{?U_3672 a } => {?U_3672 a :RoutineShoweringActivityPrediction}. -{?U_3673 a :RoutineShoweringActivityPrediction} => {?U_3673 a }. -{?U_3674 a } => {?U_3674 a :RoutineShoweringActivityPrediction}. -{?U_3675 a :RoutineSleepingActivityPrediction} => {?U_3675 a }. -{?U_3676 a } => {?U_3676 a :RoutineSleepingActivityPrediction}. -{?U_3677 a :RoutineSleepingActivityPrediction} => {?U_3677 a }. -{?U_3678 a } => {?U_3678 a :RoutineSleepingActivityPrediction}. -{?U_3679 a :RoutineToiletingActivityPrediction} => {?U_3679 a }. -{?U_3680 a } => {?U_3680 a :RoutineToiletingActivityPrediction}. -{?U_3681 a :RoutineToiletingActivityPrediction} => {?U_3681 a }. -{?U_3682 a } => {?U_3682 a :RoutineToiletingActivityPrediction}. -{?U_3683 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_3683 a }. -{?U_3684 a } => {?U_3684 a :RoutineUsingMobilePhoneActivityPrediction}. -{?U_3685 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_3685 a }. -{?U_3686 a } => {?U_3686 a :RoutineUsingMobilePhoneActivityPrediction}. -{?U_3687 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_3687 a }. -{?U_3688 a } => {?U_3688 a :RoutineWatchingTVActivelyActivityPrediction}. -{?U_3689 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_3689 a }. -{?U_3690 a } => {?U_3690 a :RoutineWatchingTVActivelyActivityPrediction}. -{?U_3691 a :ShoweringActivityPrediction} => {?U_3691 a }. -{?U_3692 a } => {?U_3692 a :ShoweringActivityPrediction}. -{?U_3693 a :SleepingActivityPrediction} => {?U_3693 a }. -{?U_3694 a } => {?U_3694 a :SleepingActivityPrediction}. -{?U_3695 a :ToiletingActivityPrediction} => {?U_3695 a }. -{?U_3696 a } => {?U_3696 a :ToiletingActivityPrediction}. -{?U_3697 a :UserWithBrushingTeethRoutine} => {?U_3697 a }. -{?U_3698 a } => {?U_3698 a :UserWithBrushingTeethRoutine}. -{?U_3699 a :UserWithCookingFoodOvenRoutine} => {?U_3699 a }. -{?U_3700 a } => {?U_3700 a :UserWithCookingFoodOvenRoutine}. -{?U_3701 a :UserWithCookingFoodStovetopRoutine} => {?U_3701 a }. -{?U_3702 a } => {?U_3702 a :UserWithCookingFoodStovetopRoutine}. -{?U_3703 a :UserWithDrinkPreparationRoutine} => {?U_3703 a }. -{?U_3704 a } => {?U_3704 a :UserWithDrinkPreparationRoutine}. -{?U_3705 a :UserWithEatingRoutine} => {?U_3705 a }. -{?U_3706 a } => {?U_3706 a :UserWithEatingRoutine}. -{?U_3707 a :UserWithPreparingHotMealRoutine} => {?U_3707 a }. -{?U_3708 a } => {?U_3708 a :UserWithPreparingHotMealRoutine}. -{?U_3709 a :UserWithShoweringRoutine} => {?U_3709 a }. -{?U_3710 a } => {?U_3710 a :UserWithShoweringRoutine}. -{?U_3711 a :UserWithSleepingRoutine} => {?U_3711 a }. -{?U_3712 a } => {?U_3712 a :UserWithSleepingRoutine}. -{?U_3713 a :UserWithToiletingRoutine} => {?U_3713 a }. -{?U_3714 a } => {?U_3714 a :UserWithToiletingRoutine}. -{?U_3715 a :UserWithUsingMobilePhoneRoutine} => {?U_3715 a }. -{?U_3716 a } => {?U_3716 a :UserWithUsingMobilePhoneRoutine}. -{?U_3717 a :UserWithWatchingTVActivelyRoutine} => {?U_3717 a }. -{?U_3718 a } => {?U_3718 a :UserWithWatchingTVActivelyRoutine}. -{?U_3719 a :UserWithoutBrushingTeethRoutine} => {?U_3719 a }. -{?U_3720 a } => {?U_3720 a :UserWithoutBrushingTeethRoutine}. -{?U_3721 a :UserWithoutCookingFoodOvenRoutine} => {?U_3721 a }. -{?U_3722 a } => {?U_3722 a :UserWithoutCookingFoodOvenRoutine}. -{?U_3723 a :UserWithoutCookingFoodStovetopRoutine} => {?U_3723 a }. -{?U_3724 a } => {?U_3724 a :UserWithoutCookingFoodStovetopRoutine}. -{?U_3725 a :UserWithoutDrinkPreparationRoutine} => {?U_3725 a }. -{?U_3726 a } => {?U_3726 a :UserWithoutDrinkPreparationRoutine}. -{?U_3727 a :UserWithoutEatingRoutine} => {?U_3727 a }. -{?U_3728 a } => {?U_3728 a :UserWithoutEatingRoutine}. -{?U_3729 a :UserWithoutPreparingHotMealRoutine} => {?U_3729 a }. -{?U_3730 a } => {?U_3730 a :UserWithoutPreparingHotMealRoutine}. -{?U_3731 a :UserWithoutShoweringRoutine} => {?U_3731 a }. -{?U_3732 a } => {?U_3732 a :UserWithoutShoweringRoutine}. -{?U_3733 a :UserWithoutSleepingRoutine} => {?U_3733 a }. -{?U_3734 a } => {?U_3734 a :UserWithoutSleepingRoutine}. -{?U_3735 a :UserWithoutToiletingRoutine} => {?U_3735 a }. -{?U_3736 a } => {?U_3736 a :UserWithoutToiletingRoutine}. -{?U_3737 a :UserWithoutUsingMobilePhoneRoutine} => {?U_3737 a }. -{?U_3738 a } => {?U_3738 a :UserWithoutUsingMobilePhoneRoutine}. -{?U_3739 a :UserWithoutWatchingTVActivelyRoutine} => {?U_3739 a }. -{?U_3740 a } => {?U_3740 a :UserWithoutWatchingTVActivelyRoutine}. -{?U_3741 a :UsingMobilePhoneActivityPrediction} => {?U_3741 a }. -{?U_3742 a } => {?U_3742 a :UsingMobilePhoneActivityPrediction}. -{?U_3743 a :WatchingTVActivelyActivityPrediction} => {?U_3743 a }. -{?U_3744 a } => {?U_3744 a :WatchingTVActivelyActivityPrediction}. -{?U_3745 a saref4ehaw:Contact} => {?U_3745 a saref4ehaw:HealthActor}. -{?U_3746 a saref4ehaw:HealthActor} => {?U_3746 a saref4ehaw:Contact}. -{?U_3747 a :BrushingTeethActivityPrediction} => {?U_3747 a :BrushingTeethActivityPrediction}. -{?U_3748 a :CookingFoodOvenActivityPrediction} => {?U_3748 a :CookingFoodOvenActivityPrediction}. -{?U_3749 a :CookingFoodStovetopActivityPrediction} => {?U_3749 a :CookingFoodStovetopActivityPrediction}. -{?U_3750 a :DrinkPreparationActivityPrediction} => {?U_3750 a :DrinkPreparationActivityPrediction}. -{?U_3751 a :EatingActivityPrediction} => {?U_3751 a :EatingActivityPrediction}. -{?U_3752 a :NonRoutineBrushingTeethActivityPrediction} => {?U_3752 a :NonRoutineBrushingTeethActivityPrediction}. -{?U_3753 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_3753 a :NonRoutineCookingFoodOvenActivityPrediction}. -{?U_3754 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_3754 a :NonRoutineCookingFoodStovetopActivityPrediction}. -{?U_3755 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_3755 a :NonRoutineDrinkPreparationActivityPrediction}. -{?U_3756 a :NonRoutineEatingActivityPrediction} => {?U_3756 a :NonRoutineEatingActivityPrediction}. -{?U_3757 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_3757 a :NonRoutinePreparingHotMealActivityPrediction}. -{?U_3758 a :NonRoutineShoweringActivityPrediction} => {?U_3758 a :NonRoutineShoweringActivityPrediction}. -{?U_3759 a :NonRoutineSleepingActivityPrediction} => {?U_3759 a :NonRoutineSleepingActivityPrediction}. -{?U_3760 a :NonRoutineToiletingActivityPrediction} => {?U_3760 a :NonRoutineToiletingActivityPrediction}. -{?U_3761 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_3761 a :NonRoutineUsingMobilePhoneActivityPrediction}. -{?U_3762 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_3762 a :NonRoutineWatchingTVActivelyActivityPrediction}. -{?U_3763 a :PreparingHotMealActivityPrediction} => {?U_3763 a :PreparingHotMealActivityPrediction}. -{?U_3764 a :RoutineBrushingTeethActivityPrediction} => {?U_3764 a :RoutineBrushingTeethActivityPrediction}. -{?U_3765 a :RoutineCookingFoodOvenActivityPrediction} => {?U_3765 a :RoutineCookingFoodOvenActivityPrediction}. -{?U_3766 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_3766 a :RoutineCookingFoodStovetopActivityPrediction}. -{?U_3767 a :RoutineDrinkPreparationActivityPrediction} => {?U_3767 a :RoutineDrinkPreparationActivityPrediction}. -{?U_3768 a :RoutineEatingActivityPrediction} => {?U_3768 a :RoutineEatingActivityPrediction}. -{?U_3769 a :RoutinePreparingHotMealActivityPrediction} => {?U_3769 a :RoutinePreparingHotMealActivityPrediction}. -{?U_3770 a :RoutineShoweringActivityPrediction} => {?U_3770 a :RoutineShoweringActivityPrediction}. -{?U_3771 a :RoutineSleepingActivityPrediction} => {?U_3771 a :RoutineSleepingActivityPrediction}. -{?U_3772 a :RoutineToiletingActivityPrediction} => {?U_3772 a :RoutineToiletingActivityPrediction}. -{?U_3773 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_3773 a :RoutineUsingMobilePhoneActivityPrediction}. -{?U_3774 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_3774 a :RoutineWatchingTVActivelyActivityPrediction}. -{?U_3775 a :ShoweringActivityPrediction} => {?U_3775 a :ShoweringActivityPrediction}. -{?U_3776 a :SleepingActivityPrediction} => {?U_3776 a :SleepingActivityPrediction}. -{?U_3777 a :ToiletingActivityPrediction} => {?U_3777 a :ToiletingActivityPrediction}. -{?U_3778 a :UserWithBrushingTeethRoutine} => {?U_3778 a :UserWithBrushingTeethRoutine}. -{?U_3779 a :UserWithCookingFoodOvenRoutine} => {?U_3779 a :UserWithCookingFoodOvenRoutine}. -{?U_3780 a :UserWithCookingFoodStovetopRoutine} => {?U_3780 a :UserWithCookingFoodStovetopRoutine}. -{?U_3781 a :UserWithDrinkPreparationRoutine} => {?U_3781 a :UserWithDrinkPreparationRoutine}. -{?U_3782 a :UserWithEatingRoutine} => {?U_3782 a :UserWithEatingRoutine}. -{?U_3783 a :UserWithPreparingHotMealRoutine} => {?U_3783 a :UserWithPreparingHotMealRoutine}. -{?U_3784 a :UserWithShoweringRoutine} => {?U_3784 a :UserWithShoweringRoutine}. -{?U_3785 a :UserWithSleepingRoutine} => {?U_3785 a :UserWithSleepingRoutine}. -{?U_3786 a :UserWithToiletingRoutine} => {?U_3786 a :UserWithToiletingRoutine}. -{?U_3787 a :UserWithUsingMobilePhoneRoutine} => {?U_3787 a :UserWithUsingMobilePhoneRoutine}. -{?U_3788 a :UserWithWatchingTVActivelyRoutine} => {?U_3788 a :UserWithWatchingTVActivelyRoutine}. -{?U_3789 a :UserWithoutBrushingTeethRoutine} => {?U_3789 a :UserWithoutBrushingTeethRoutine}. -{?U_3790 a :UserWithoutCookingFoodOvenRoutine} => {?U_3790 a :UserWithoutCookingFoodOvenRoutine}. -{?U_3791 a :UserWithoutCookingFoodStovetopRoutine} => {?U_3791 a :UserWithoutCookingFoodStovetopRoutine}. -{?U_3792 a :UserWithoutDrinkPreparationRoutine} => {?U_3792 a :UserWithoutDrinkPreparationRoutine}. -{?U_3793 a :UserWithoutEatingRoutine} => {?U_3793 a :UserWithoutEatingRoutine}. -{?U_3794 a :UserWithoutPreparingHotMealRoutine} => {?U_3794 a :UserWithoutPreparingHotMealRoutine}. -{?U_3795 a :UserWithoutShoweringRoutine} => {?U_3795 a :UserWithoutShoweringRoutine}. -{?U_3796 a :UserWithoutSleepingRoutine} => {?U_3796 a :UserWithoutSleepingRoutine}. -{?U_3797 a :UserWithoutToiletingRoutine} => {?U_3797 a :UserWithoutToiletingRoutine}. -{?U_3798 a :UserWithoutUsingMobilePhoneRoutine} => {?U_3798 a :UserWithoutUsingMobilePhoneRoutine}. -{?U_3799 a :UserWithoutWatchingTVActivelyRoutine} => {?U_3799 a :UserWithoutWatchingTVActivelyRoutine}. -{?U_3800 a :UsingMobilePhoneActivityPrediction} => {?U_3800 a :UsingMobilePhoneActivityPrediction}. -{?U_3801 a :WatchingTVActivelyActivityPrediction} => {?U_3801 a :WatchingTVActivelyActivityPrediction}. -{?U_3802 a saref4ehaw:Contact} => {?U_3802 a saref4ehaw:Contact}. -{?U_3803 a } => {?U_3803 a }. -{?U_3804 a } => {?U_3804 a }. -{?U_3805 a } => {?U_3805 a }. -{?U_3806 a } => {?U_3806 a }. -{?U_3807 a } => {?U_3807 a }. -{?U_3808 a } => {?U_3808 a }. -{?U_3809 a } => {?U_3809 a }. -{?U_3810 a } => {?U_3810 a }. -{?U_3811 a } => {?U_3811 a }. -{?U_3812 a } => {?U_3812 a }. -{?U_3813 a } => {?U_3813 a }. -{?U_3814 a } => {?U_3814 a }. -{?U_3815 a } => {?U_3815 a }. -{?U_3816 a } => {?U_3816 a }. -{?U_3817 a } => {?U_3817 a }. -{?U_3818 a } => {?U_3818 a }. -{?U_3819 a } => {?U_3819 a }. -{?U_3820 a } => {?U_3820 a }. -{?U_3821 a } => {?U_3821 a }. -{?U_3822 a } => {?U_3822 a }. -{?U_3823 a } => {?U_3823 a }. -{?U_3824 a } => {?U_3824 a }. -{?U_3825 a } => {?U_3825 a }. -{?U_3826 a } => {?U_3826 a }. -{?U_3827 a } => {?U_3827 a }. -{?U_3828 a } => {?U_3828 a }. -{?U_3829 a } => {?U_3829 a }. -{?U_3830 a } => {?U_3830 a }. -{?U_3831 a } => {?U_3831 a }. -{?U_3832 a } => {?U_3832 a }. -{?U_3833 a } => {?U_3833 a }. -{?U_3834 a } => {?U_3834 a }. -{?U_3835 a } => {?U_3835 a }. -{?U_3836 a } => {?U_3836 a }. -{?U_3837 a } => {?U_3837 a }. -{?U_3838 a } => {?U_3838 a }. -{?U_3839 a } => {?U_3839 a }. -{?U_3840 a } => {?U_3840 a }. -{?U_3841 a } => {?U_3841 a }. -{?U_3842 a } => {?U_3842 a }. -{?U_3843 a } => {?U_3843 a }. -{?U_3844 a } => {?U_3844 a }. -{?U_3845 a } => {?U_3845 a }. -{?U_3846 a } => {?U_3846 a }. -{?U_3847 a } => {?U_3847 a }. -{?U_3848 a } => {?U_3848 a }. -{?U_3849 a } => {?U_3849 a }. -{?U_3850 a } => {?U_3850 a }. -{?U_3851 a } => {?U_3851 a }. -{?U_3852 a } => {?U_3852 a }. -{?U_3853 a } => {?U_3853 a }. -{?U_3854 a } => {?U_3854 a }. -{?U_3855 a } => {?U_3855 a }. -{?U_3856 a } => {?U_3856 a }. -{?U_3857 a } => {?U_3857 a }. -{?U_3858 a } => {?U_3858 a }. -{?U_3859 a } => {?U_3859 a }. -{?U_3860 a } => {?U_3860 a }. -{?U_3861 a } => {?U_3861 a }. -{?U_3862 a } => {?U_3862 a }. -{?U_3863 a } => {?U_3863 a }. -{?U_3864 a } => {?U_3864 a }. -{?U_3865 a } => {?U_3865 a }. -{?U_3866 a } => {?U_3866 a }. -{?U_3867 a } => {?U_3867 a }. -{?U_3868 a } => {?U_3868 a }. -{?U_3869 a } => {?U_3869 a }. -{?U_3870 a } => {?U_3870 a }. -{?U_3871 a } => {?U_3871 a }. -{?U_3872 a } => {?U_3872 a }. -{?U_3873 a } => {?U_3873 a }. -{?U_3874 a } => {?U_3874 a }. -{?U_3875 a } => {?U_3875 a }. -{?U_3876 a } => {?U_3876 a }. -{?U_3877 a } => {?U_3877 a }. -{?U_3878 a } => {?U_3878 a }. -{?U_3879 a } => {?U_3879 a }. -{?U_3880 a } => {?U_3880 a }. -{?U_3881 a } => {?U_3881 a }. -{?U_3882 a } => {?U_3882 a }. -{?U_3883 a } => {?U_3883 a }. -{?U_3884 a } => {?U_3884 a }. -{?U_3885 a } => {?U_3885 a }. -{?U_3886 a } => {?U_3886 a }. -{?U_3887 a } => {?U_3887 a }. -{?U_3888 a } => {?U_3888 a }. -{?U_3889 a } => {?U_3889 a }. -{?U_3890 a } => {?U_3890 a }. -{?U_3891 a } => {?U_3891 a }. -{?U_3892 a } => {?U_3892 a }. -{?U_3893 a } => {?U_3893 a }. -{?U_3894 a } => {?U_3894 a }. -{?U_3895 a } => {?U_3895 a }. -{?U_3896 a } => {?U_3896 a }. -{?U_3897 a } => {?U_3897 a }. -{?U_3898 a } => {?U_3898 a }. -{?U_3899 a } => {?U_3899 a }. -{?U_3900 a } => {?U_3900 a }. -{?U_3901 a } => {?U_3901 a }. -{?U_3902 a } => {?U_3902 a }. -{?U_3903 a } => {?U_3903 a }. -{?U_3904 a } => {?U_3904 a }. -{?U_3905 a } => {?U_3905 a }. -{?U_3906 a } => {?U_3906 a }. -{?U_3907 a } => {?U_3907 a }. -{?U_3908 a } => {?U_3908 a }. -{?U_3909 a } => {?U_3909 a }. -{?U_3910 a } => {?U_3910 a }. -{?U_3911 a } => {?U_3911 a }. -{?U_3912 a } => {?U_3912 a }. -{?U_3913 a } => {?U_3913 a }. -{?U_3914 a } => {?U_3914 a }. -{?U_3915 a } => {?U_3915 a }. -{?U_3916 a } => {?U_3916 a }. -{?U_3917 a } => {?U_3917 a }. -{?U_3918 a } => {?U_3918 a }. -{?U_3919 a } => {?U_3919 a }. -{?U_3920 a } => {?U_3920 a }. -{?U_3921 a } => {?U_3921 a }. -{?U_3922 a } => {?U_3922 a }. -{?U_3923 a } => {?U_3923 a }. -{?U_3924 a saref4ehaw:HealthActor} => {?U_3924 a saref4ehaw:HealthActor}. -{?U_3925 a } => {?U_3925 a }. -{?U_3926 a } => {?U_3926 a }. -{?U_3927 a } => {?U_3927 a }. -{?U_3928 a } => {?U_3928 a }. -{?U_3929 a } => {?U_3929 a }. -{?U_3930 a } => {?U_3930 a }. -{?U_3931 a } => {?U_3931 a }. -{?U_3932 a } => {?U_3932 a }. -{?U_3933 a } => {?U_3933 a }. -{?U_3934 a } => {?U_3934 a }. -{?U_3935 a } => {?U_3935 a }. -{?U_3936 a } => {?U_3936 a }. -{?U_3937 a } => {?U_3937 a }. -{?U_3938 a } => {?U_3938 a }. -{?U_3939 a } => {?U_3939 a }. -{?U_3940 a } => {?U_3940 a }. -{?U_3941 a } => {?U_3941 a }. -{?U_3942 a } => {?U_3942 a }. -{?U_3943 a } => {?U_3943 a }. -{?U_3944 a } => {?U_3944 a }. -{?U_3945 a } => {?U_3945 a }. -{?U_3946 a } => {?U_3946 a }. -{?U_3947 a } => {?U_3947 a }. -{?U_3948 a } => {?U_3948 a }. -{?U_3949 a } => {?U_3949 a }. -{?U_3950 a } => {?U_3950 a }. -{?U_3951 a } => {?U_3951 a }. -{?U_3952 a } => {?U_3952 a }. -{?U_3953 a } => {?U_3953 a }. -{?U_3954 a } => {?U_3954 a }. -{?U_3955 a } => {?U_3955 a }. -{?U_3956 a } => {?U_3956 a }. -{?U_3957 a } => {?U_3957 a }. -{?U_3958 a } => {?U_3958 a }. -{?U_3959 a } => {?U_3959 a }. -{?U_3960 a } => {?U_3960 a }. -{?U_3961 a } => {?U_3961 a }. -{?U_3962 a } => {?U_3962 a }. -{?U_3963 a } => {?U_3963 a }. -{?U_3964 a saref-core:Commodity} => {?U_3964 a }. -{?U_3965 a saref-core:Property} => {?U_3965 a }. -{?U_3966 a saref-core:Commodity} => {?U_3966 a }. -{?U_3967 a saref-core:Property} => {?U_3967 a }. -{?U_3968 a saref4bldg:Building} => {?U_3968 a }. -{?U_3969 a saref4bldg:BuildingSpace} => {?U_3969 a }. -{?U_3970 a saref4bldg:BuildingSpace} => {?U_3970 a }. -{?U_3971 a saref4bldg:PhysicalObject} => {?U_3971 a }. -{?U_3972 a :BrushingTeethActivityPrediction} => {?U_3972 a eep:Execution}. -{?U_3973 a :BrushingTeethActivityPrediction} => {?U_3973 a }. -{?U_3974 a :BrushingTeethActivityPrediction} => {?U_3974 a }. -{?U_3975 a :CookingFoodOvenActivityPrediction} => {?U_3975 a eep:Execution}. -{?U_3976 a :CookingFoodOvenActivityPrediction} => {?U_3976 a }. -{?U_3977 a :CookingFoodOvenActivityPrediction} => {?U_3977 a }. -{?U_3978 a :CookingFoodStovetopActivityPrediction} => {?U_3978 a eep:Execution}. -{?U_3979 a :CookingFoodStovetopActivityPrediction} => {?U_3979 a }. -{?U_3980 a :CookingFoodStovetopActivityPrediction} => {?U_3980 a }. -{?U_3981 a :DrinkPreparationActivityPrediction} => {?U_3981 a eep:Execution}. -{?U_3982 a :DrinkPreparationActivityPrediction} => {?U_3982 a }. -{?U_3983 a :DrinkPreparationActivityPrediction} => {?U_3983 a }. -{?U_3984 a :EatingActivityPrediction} => {?U_3984 a eep:Execution}. -{?U_3985 a :EatingActivityPrediction} => {?U_3985 a }. -{?U_3986 a :EatingActivityPrediction} => {?U_3986 a }. -{?U_3987 a :MeanThreshold} => {?U_3987 a :Condition}. -{?U_3988 a :MeanThreshold} => {?U_3988 a }. -{?U_3989 a :MeanVarianceThreshold} => {?U_3989 a :Condition}. -{?U_3990 a :MeanVarianceThreshold} => {?U_3990 a }. -{?U_3991 a :NonRoutineActivityPrediction} => {?U_3991 a eep:Execution}. -{?U_3992 a :NonRoutineActivityPrediction} => {?U_3992 a }. -{?U_3993 a :NonRoutineActivityPrediction} => {?U_3993 a }. -{?U_3994 a :NonRoutineBrushingTeethActivityPrediction} => {?U_3994 a eep:Execution}. -{?U_3995 a :NonRoutineBrushingTeethActivityPrediction} => {?U_3995 a }. -{?U_3996 a :NonRoutineBrushingTeethActivityPrediction} => {?U_3996 a }. -{?U_3997 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_3997 a eep:Execution}. -{?U_3998 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_3998 a }. -{?U_3999 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_3999 a }. -{?U_4000 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_4000 a eep:Execution}. -{?U_4001 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_4001 a }. -{?U_4002 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_4002 a }. -{?U_4003 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_4003 a eep:Execution}. -{?U_4004 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_4004 a }. -{?U_4005 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_4005 a }. -{?U_4006 a :NonRoutineEatingActivityPrediction} => {?U_4006 a eep:Execution}. -{?U_4007 a :NonRoutineEatingActivityPrediction} => {?U_4007 a }. -{?U_4008 a :NonRoutineEatingActivityPrediction} => {?U_4008 a }. -{?U_4009 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_4009 a eep:Execution}. -{?U_4010 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_4010 a }. -{?U_4011 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_4011 a }. -{?U_4012 a :NonRoutineShoweringActivityPrediction} => {?U_4012 a eep:Execution}. -{?U_4013 a :NonRoutineShoweringActivityPrediction} => {?U_4013 a }. -{?U_4014 a :NonRoutineShoweringActivityPrediction} => {?U_4014 a }. -{?U_4015 a :NonRoutineSleepingActivityPrediction} => {?U_4015 a eep:Execution}. -{?U_4016 a :NonRoutineSleepingActivityPrediction} => {?U_4016 a }. -{?U_4017 a :NonRoutineSleepingActivityPrediction} => {?U_4017 a }. -{?U_4018 a :NonRoutineToiletingActivityPrediction} => {?U_4018 a eep:Execution}. -{?U_4019 a :NonRoutineToiletingActivityPrediction} => {?U_4019 a }. -{?U_4020 a :NonRoutineToiletingActivityPrediction} => {?U_4020 a }. -{?U_4021 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_4021 a eep:Execution}. -{?U_4022 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_4022 a }. -{?U_4023 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_4023 a }. -{?U_4024 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_4024 a eep:Execution}. -{?U_4025 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_4025 a }. -{?U_4026 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_4026 a }. -{?U_4027 a :PreparingHotMealActivityPrediction} => {?U_4027 a eep:Execution}. -{?U_4028 a :PreparingHotMealActivityPrediction} => {?U_4028 a }. -{?U_4029 a :PreparingHotMealActivityPrediction} => {?U_4029 a }. -{?U_4030 a :RegularThreshold} => {?U_4030 a :Condition}. -{?U_4031 a :RegularThreshold} => {?U_4031 a }. -{?U_4032 a :RoutineActivityPrediction} => {?U_4032 a eep:Execution}. -{?U_4033 a :RoutineActivityPrediction} => {?U_4033 a }. -{?U_4034 a :RoutineActivityPrediction} => {?U_4034 a }. -{?U_4035 a :RoutineBrushingTeethActivityPrediction} => {?U_4035 a eep:Execution}. -{?U_4036 a :RoutineBrushingTeethActivityPrediction} => {?U_4036 a }. -{?U_4037 a :RoutineBrushingTeethActivityPrediction} => {?U_4037 a }. -{?U_4038 a :RoutineCookingFoodOvenActivityPrediction} => {?U_4038 a eep:Execution}. -{?U_4039 a :RoutineCookingFoodOvenActivityPrediction} => {?U_4039 a }. -{?U_4040 a :RoutineCookingFoodOvenActivityPrediction} => {?U_4040 a }. -{?U_4041 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_4041 a eep:Execution}. -{?U_4042 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_4042 a }. -{?U_4043 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_4043 a }. -{?U_4044 a :RoutineDrinkPreparationActivityPrediction} => {?U_4044 a eep:Execution}. -{?U_4045 a :RoutineDrinkPreparationActivityPrediction} => {?U_4045 a }. -{?U_4046 a :RoutineDrinkPreparationActivityPrediction} => {?U_4046 a }. -{?U_4047 a :RoutineEatingActivityPrediction} => {?U_4047 a eep:Execution}. -{?U_4048 a :RoutineEatingActivityPrediction} => {?U_4048 a }. -{?U_4049 a :RoutineEatingActivityPrediction} => {?U_4049 a }. -{?U_4050 a :RoutinePreparingHotMealActivityPrediction} => {?U_4050 a eep:Execution}. -{?U_4051 a :RoutinePreparingHotMealActivityPrediction} => {?U_4051 a }. -{?U_4052 a :RoutinePreparingHotMealActivityPrediction} => {?U_4052 a }. -{?U_4053 a :RoutineShoweringActivityPrediction} => {?U_4053 a eep:Execution}. -{?U_4054 a :RoutineShoweringActivityPrediction} => {?U_4054 a }. -{?U_4055 a :RoutineShoweringActivityPrediction} => {?U_4055 a }. -{?U_4056 a :RoutineSleepingActivityPrediction} => {?U_4056 a eep:Execution}. -{?U_4057 a :RoutineSleepingActivityPrediction} => {?U_4057 a }. -{?U_4058 a :RoutineSleepingActivityPrediction} => {?U_4058 a }. -{?U_4059 a :RoutineToiletingActivityPrediction} => {?U_4059 a eep:Execution}. -{?U_4060 a :RoutineToiletingActivityPrediction} => {?U_4060 a }. -{?U_4061 a :RoutineToiletingActivityPrediction} => {?U_4061 a }. -{?U_4062 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_4062 a eep:Execution}. -{?U_4063 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_4063 a }. -{?U_4064 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_4064 a }. -{?U_4065 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_4065 a eep:Execution}. -{?U_4066 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_4066 a }. -{?U_4067 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_4067 a }. -{?U_4068 a :ShoweringActivityPrediction} => {?U_4068 a eep:Execution}. -{?U_4069 a :ShoweringActivityPrediction} => {?U_4069 a }. -{?U_4070 a :ShoweringActivityPrediction} => {?U_4070 a }. -{?U_4071 a :SleepingActivityPrediction} => {?U_4071 a eep:Execution}. -{?U_4072 a :SleepingActivityPrediction} => {?U_4072 a }. -{?U_4073 a :SleepingActivityPrediction} => {?U_4073 a }. -{?U_4074 a :SlopeThreshold} => {?U_4074 a :Condition}. -{?U_4075 a :SlopeThreshold} => {?U_4075 a }. -{?U_4076 a :ToiletingActivityPrediction} => {?U_4076 a eep:Execution}. -{?U_4077 a :ToiletingActivityPrediction} => {?U_4077 a }. -{?U_4078 a :ToiletingActivityPrediction} => {?U_4078 a }. -{?U_4079 a :UserWithBrushingTeethRoutine} => {?U_4079 a foaf:Agent}. -{?U_4080 a :UserWithCookingFoodOvenRoutine} => {?U_4080 a foaf:Agent}. -{?U_4081 a :UserWithCookingFoodStovetopRoutine} => {?U_4081 a foaf:Agent}. -{?U_4082 a :UserWithDrinkPreparationRoutine} => {?U_4082 a foaf:Agent}. -{?U_4083 a :UserWithEatingRoutine} => {?U_4083 a foaf:Agent}. -{?U_4084 a :UserWithPreparingHotMealRoutine} => {?U_4084 a foaf:Agent}. -{?U_4085 a :UserWithShoweringRoutine} => {?U_4085 a foaf:Agent}. -{?U_4086 a :UserWithSleepingRoutine} => {?U_4086 a foaf:Agent}. -{?U_4087 a :UserWithToiletingRoutine} => {?U_4087 a foaf:Agent}. -{?U_4088 a :UserWithUsingMobilePhoneRoutine} => {?U_4088 a foaf:Agent}. -{?U_4089 a :UserWithWatchingTVActivelyRoutine} => {?U_4089 a foaf:Agent}. -{?U_4090 a :UserWithoutBrushingTeethRoutine} => {?U_4090 a foaf:Agent}. -{?U_4091 a :UserWithoutCookingFoodOvenRoutine} => {?U_4091 a foaf:Agent}. -{?U_4092 a :UserWithoutCookingFoodStovetopRoutine} => {?U_4092 a foaf:Agent}. -{?U_4093 a :UserWithoutDrinkPreparationRoutine} => {?U_4093 a foaf:Agent}. -{?U_4094 a :UserWithoutEatingRoutine} => {?U_4094 a foaf:Agent}. -{?U_4095 a :UserWithoutPreparingHotMealRoutine} => {?U_4095 a foaf:Agent}. -{?U_4096 a :UserWithoutShoweringRoutine} => {?U_4096 a foaf:Agent}. -{?U_4097 a :UserWithoutSleepingRoutine} => {?U_4097 a foaf:Agent}. -{?U_4098 a :UserWithoutToiletingRoutine} => {?U_4098 a foaf:Agent}. -{?U_4099 a :UserWithoutUsingMobilePhoneRoutine} => {?U_4099 a foaf:Agent}. -{?U_4100 a :UserWithoutWatchingTVActivelyRoutine} => {?U_4100 a foaf:Agent}. -{?U_4101 a :UsingMobilePhoneActivityPrediction} => {?U_4101 a eep:Execution}. -{?U_4102 a :UsingMobilePhoneActivityPrediction} => {?U_4102 a }. -{?U_4103 a :UsingMobilePhoneActivityPrediction} => {?U_4103 a }. -{?U_4104 a :WatchingTVActivelyActivityPrediction} => {?U_4104 a eep:Execution}. -{?U_4105 a :WatchingTVActivelyActivityPrediction} => {?U_4105 a }. -{?U_4106 a :WatchingTVActivelyActivityPrediction} => {?U_4106 a }. -{?U_4107 a ActivityRecognition:ActivityPrediction} => {?U_4107 a }. -{?U_4108 a ActivityRecognition:ActivityPrediction} => {?U_4108 a }. -{?U_4109 a ActivityRecognition:ActivityPrediction} => {?U_4109 a }. -{?U_4110 a ActivityRecognition:Ambulation} => {?U_4110 a }. -{?U_4111 a ActivityRecognition:Ambulation} => {?U_4111 a }. -{?U_4112 a ActivityRecognition:Ambulation} => {?U_4112 a }. -{?U_4113 a ActivityRecognition:Ambulation} => {?U_4113 a }. -{?U_4114 a ActivityRecognition:Ambulation} => {?U_4114 a }. -{?U_4115 a ActivityRecognition:Ambulation} => {?U_4115 a }. -{?U_4116 a ActivityRecognition:Ambulation} => {?U_4116 a }. -{?U_4117 a ActivityRecognition:Anomaly} => {?U_4117 a }. -{?U_4118 a ActivityRecognition:Anomaly} => {?U_4118 a }. -{?U_4119 a ActivityRecognition:Anomaly} => {?U_4119 a }. -{?U_4120 a ActivityRecognition:Bathing} => {?U_4120 a saref4ehaw:Activity}. -{?U_4121 a ActivityRecognition:Bending} => {?U_4121 a saref-core:Property}. -{?U_4122 a ActivityRecognition:BendingOver} => {?U_4122 a }. -{?U_4123 a ActivityRecognition:BendingOver} => {?U_4123 a }. -{?U_4124 a ActivityRecognition:BendingOver} => {?U_4124 a }. -{?U_4125 a ActivityRecognition:BendingOver} => {?U_4125 a }. -{?U_4126 a ActivityRecognition:BendingOver} => {?U_4126 a }. -{?U_4127 a ActivityRecognition:BendingOver} => {?U_4127 a }. -{?U_4128 a ActivityRecognition:BendingOver} => {?U_4128 a }. -{?U_4129 a ActivityRecognition:BrowingInternetOnComputer} => {?U_4129 a saref4ehaw:Activity}. -{?U_4130 a ActivityRecognition:BrowingInternetOnComputer} => {?U_4130 a saref4ehaw:DailyActivity}. -{?U_4131 a ActivityRecognition:BrowsingInternetOnMobilePhone} => {?U_4131 a saref4ehaw:Activity}. -{?U_4132 a ActivityRecognition:BrushingHair} => {?U_4132 a saref4ehaw:Activity}. -{?U_4133 a ActivityRecognition:BrushingTeeth} => {?U_4133 a saref4ehaw:Activity}. -{?U_4134 a ActivityRecognition:CausingDestruction} => {?U_4134 a saref4ehaw:Activity}. -{?U_4135 a ActivityRecognition:Cosmetics} => {?U_4135 a saref4ehaw:Activity}. -{?U_4136 a ActivityRecognition:Crawling} => {?U_4136 a }. -{?U_4137 a ActivityRecognition:Crawling} => {?U_4137 a }. -{?U_4138 a ActivityRecognition:Crawling} => {?U_4138 a }. -{?U_4139 a ActivityRecognition:Crawling} => {?U_4139 a }. -{?U_4140 a ActivityRecognition:Crawling} => {?U_4140 a }. -{?U_4141 a ActivityRecognition:Crawling} => {?U_4141 a }. -{?U_4142 a ActivityRecognition:Crawling} => {?U_4142 a }. -{?U_4143 a ActivityRecognition:CuttingNails} => {?U_4143 a saref4ehaw:Activity}. -{?U_4144 a ActivityRecognition:Dancing} => {?U_4144 a saref4ehaw:Activity}. -{?U_4145 a ActivityRecognition:Decorating} => {?U_4145 a saref4ehaw:Activity}. -{?U_4146 a ActivityRecognition:DoorClose} => {?U_4146 a ActivityRecognition:ActiveActivity}. -{?U_4147 a ActivityRecognition:DoorClose} => {?U_4147 a saref4ehaw:Activity}. -{?U_4148 a ActivityRecognition:DrawClose} => {?U_4148 a ActivityRecognition:ActiveActivity}. -{?U_4149 a ActivityRecognition:DrawClose} => {?U_4149 a saref4ehaw:Activity}. -{?U_4150 a ActivityRecognition:DryingBody} => {?U_4150 a saref4ehaw:Activity}. -{?U_4151 a ActivityRecognition:DryingHair} => {?U_4151 a saref4ehaw:Activity}. -{?U_4152 a ActivityRecognition:EmailOnComputer} => {?U_4152 a saref4ehaw:Activity}. -{?U_4153 a ActivityRecognition:EmailOnComputer} => {?U_4153 a saref4ehaw:DailyActivity}. -{?U_4154 a ActivityRecognition:EmailOnMobilePhone} => {?U_4154 a saref4ehaw:Activity}. -{?U_4155 a ActivityRecognition:EnduranceeTraining} => {?U_4155 a saref4ehaw:Activity}. -{?U_4156 a ActivityRecognition:Flossing} => {?U_4156 a saref4ehaw:Activity}. -{?U_4157 a ActivityRecognition:Gardening} => {?U_4157 a saref4ehaw:Activity}. -{?U_4158 a ActivityRecognition:GettingDressed} => {?U_4158 a saref4ehaw:Activity}. -{?U_4159 a ActivityRecognition:GettingReadyToSleep} => {?U_4159 a saref4ehaw:Activity}. -{?U_4160 a ActivityRecognition:GettingUndressed} => {?U_4160 a saref4ehaw:Activity}. -{?U_4161 a ActivityRecognition:Intellectual} => {?U_4161 a saref4ehaw:Activity}. -{?U_4162 a ActivityRecognition:Jogging} => {?U_4162 a }. -{?U_4163 a ActivityRecognition:Jogging} => {?U_4163 a }. -{?U_4164 a ActivityRecognition:Jogging} => {?U_4164 a }. -{?U_4165 a ActivityRecognition:Jogging} => {?U_4165 a }. -{?U_4166 a ActivityRecognition:Jogging} => {?U_4166 a }. -{?U_4167 a ActivityRecognition:Jogging} => {?U_4167 a }. -{?U_4168 a ActivityRecognition:Jogging} => {?U_4168 a }. -{?U_4169 a ActivityRecognition:Jumping} => {?U_4169 a }. -{?U_4170 a ActivityRecognition:Jumping} => {?U_4170 a }. -{?U_4171 a ActivityRecognition:Jumping} => {?U_4171 a }. -{?U_4172 a ActivityRecognition:Jumping} => {?U_4172 a }. -{?U_4173 a ActivityRecognition:Jumping} => {?U_4173 a }. -{?U_4174 a ActivityRecognition:Jumping} => {?U_4174 a }. -{?U_4175 a ActivityRecognition:Jumping} => {?U_4175 a }. -{?U_4176 a ActivityRecognition:KneelToStand} => {?U_4176 a saref-core:Property}. -{?U_4177 a ActivityRecognition:Kneeling} => {?U_4177 a }. -{?U_4178 a ActivityRecognition:Kneeling} => {?U_4178 a }. -{?U_4179 a ActivityRecognition:Kneeling} => {?U_4179 a }. -{?U_4180 a ActivityRecognition:Kneeling} => {?U_4180 a }. -{?U_4181 a ActivityRecognition:Kneeling} => {?U_4181 a }. -{?U_4182 a ActivityRecognition:Kneeling} => {?U_4182 a }. -{?U_4183 a ActivityRecognition:Kneeling} => {?U_4183 a }. -{?U_4184 a ActivityRecognition:Knitting} => {?U_4184 a saref4ehaw:Activity}. -{?U_4185 a ActivityRecognition:LieToSit} => {?U_4185 a saref-core:Property}. -{?U_4186 a ActivityRecognition:LieToStand} => {?U_4186 a saref-core:Property}. -{?U_4187 a ActivityRecognition:LyingDown} => {?U_4187 a saref-core:Property}. -{?U_4188 a ActivityRecognition:LyingStill} => {?U_4188 a }. -{?U_4189 a ActivityRecognition:LyingStill} => {?U_4189 a }. -{?U_4190 a ActivityRecognition:LyingStill} => {?U_4190 a }. -{?U_4191 a ActivityRecognition:LyingStill} => {?U_4191 a }. -{?U_4192 a ActivityRecognition:LyingStill} => {?U_4192 a }. -{?U_4193 a ActivityRecognition:LyingStill} => {?U_4193 a }. -{?U_4194 a ActivityRecognition:LyingStill} => {?U_4194 a }. -{?U_4195 a ActivityRecognition:MovingLawn} => {?U_4195 a saref4ehaw:Activity}. -{?U_4196 a ActivityRecognition:Napping} => {?U_4196 a saref4ehaw:Activity}. -{?U_4197 a ActivityRecognition:ObjectDrop} => {?U_4197 a ActivityRecognition:ActiveActivity}. -{?U_4198 a ActivityRecognition:ObjectDrop} => {?U_4198 a saref4ehaw:Activity}. -{?U_4199 a ActivityRecognition:ObjectEmpty} => {?U_4199 a ActivityRecognition:ActiveActivity}. -{?U_4200 a ActivityRecognition:ObjectEmpty} => {?U_4200 a saref4ehaw:Activity}. -{?U_4201 a ActivityRecognition:ObjectFill} => {?U_4201 a ActivityRecognition:ActiveActivity}. -{?U_4202 a ActivityRecognition:ObjectFill} => {?U_4202 a saref4ehaw:Activity}. -{?U_4203 a ActivityRecognition:ObjectHold} => {?U_4203 a ActivityRecognition:ActiveActivity}. -{?U_4204 a ActivityRecognition:ObjectHold} => {?U_4204 a saref4ehaw:Activity}. -{?U_4205 a ActivityRecognition:PersonalAlarmCall} => {?U_4205 a saref4ehaw:Activity}. -{?U_4206 a ActivityRecognition:PhysicalWork} => {?U_4206 a saref4ehaw:Activity}. -{?U_4207 a ActivityRecognition:Pivoting} => {?U_4207 a saref-core:Property}. -{?U_4208 a ActivityRecognition:PreparingHotMeal} => {?U_4208 a saref4ehaw:Activity}. -{?U_4209 a ActivityRecognition:PreparingHotMeal} => {?U_4209 a saref4ehaw:DailyActivity}. -{?U_4210 a ActivityRecognition:ReceiveVisitors} => {?U_4210 a saref4ehaw:Activity}. -{?U_4211 a ActivityRecognition:Running} => {?U_4211 a }. -{?U_4212 a ActivityRecognition:Running} => {?U_4212 a }. -{?U_4213 a ActivityRecognition:Running} => {?U_4213 a }. -{?U_4214 a ActivityRecognition:Running} => {?U_4214 a }. -{?U_4215 a ActivityRecognition:Running} => {?U_4215 a }. -{?U_4216 a ActivityRecognition:Running} => {?U_4216 a }. -{?U_4217 a ActivityRecognition:Running} => {?U_4217 a }. -{?U_4218 a ActivityRecognition:SitToLie} => {?U_4218 a saref-core:Property}. -{?U_4219 a ActivityRecognition:SitToStand} => {?U_4219 a saref-core:Property}. -{?U_4220 a ActivityRecognition:SitToWalk} => {?U_4220 a saref-core:Property}. -{?U_4221 a ActivityRecognition:Sitting} => {?U_4221 a }. -{?U_4222 a ActivityRecognition:Sitting} => {?U_4222 a }. -{?U_4223 a ActivityRecognition:Sitting} => {?U_4223 a }. -{?U_4224 a ActivityRecognition:Sitting} => {?U_4224 a }. -{?U_4225 a ActivityRecognition:Sitting} => {?U_4225 a }. -{?U_4226 a ActivityRecognition:Sitting} => {?U_4226 a }. -{?U_4227 a ActivityRecognition:Sitting} => {?U_4227 a }. -{?U_4228 a ActivityRecognition:SittingChair} => {?U_4228 a }. -{?U_4229 a ActivityRecognition:SittingChair} => {?U_4229 a }. -{?U_4230 a ActivityRecognition:SittingChair} => {?U_4230 a }. -{?U_4231 a ActivityRecognition:SittingChair} => {?U_4231 a }. -{?U_4232 a ActivityRecognition:SittingChair} => {?U_4232 a }. -{?U_4233 a ActivityRecognition:SittingChair} => {?U_4233 a }. -{?U_4234 a ActivityRecognition:SittingChair} => {?U_4234 a }. -{?U_4235 a ActivityRecognition:SittingDown} => {?U_4235 a saref-core:Property}. -{?U_4236 a ActivityRecognition:SittingFloor} => {?U_4236 a }. -{?U_4237 a ActivityRecognition:SittingFloor} => {?U_4237 a }. -{?U_4238 a ActivityRecognition:SittingFloor} => {?U_4238 a }. -{?U_4239 a ActivityRecognition:SittingFloor} => {?U_4239 a }. -{?U_4240 a ActivityRecognition:SittingFloor} => {?U_4240 a }. -{?U_4241 a ActivityRecognition:SittingFloor} => {?U_4241 a }. -{?U_4242 a ActivityRecognition:SittingFloor} => {?U_4242 a }. -{?U_4243 a ActivityRecognition:Squatting} => {?U_4243 a }. -{?U_4244 a ActivityRecognition:Squatting} => {?U_4244 a }. -{?U_4245 a ActivityRecognition:Squatting} => {?U_4245 a }. -{?U_4246 a ActivityRecognition:Squatting} => {?U_4246 a }. -{?U_4247 a ActivityRecognition:Squatting} => {?U_4247 a }. -{?U_4248 a ActivityRecognition:Squatting} => {?U_4248 a }. -{?U_4249 a ActivityRecognition:Squatting} => {?U_4249 a }. -{?U_4250 a ActivityRecognition:StandToKneel} => {?U_4250 a saref-core:Property}. -{?U_4251 a ActivityRecognition:StandToLie} => {?U_4251 a saref-core:Property}. -{?U_4252 a ActivityRecognition:StandToSit} => {?U_4252 a saref-core:Property}. -{?U_4253 a ActivityRecognition:Standing} => {?U_4253 a }. -{?U_4254 a ActivityRecognition:Standing} => {?U_4254 a }. -{?U_4255 a ActivityRecognition:Standing} => {?U_4255 a }. -{?U_4256 a ActivityRecognition:Standing} => {?U_4256 a }. -{?U_4257 a ActivityRecognition:Standing} => {?U_4257 a }. -{?U_4258 a ActivityRecognition:Standing} => {?U_4258 a }. -{?U_4259 a ActivityRecognition:Standing} => {?U_4259 a }. -{?U_4260 a ActivityRecognition:StandingStill} => {?U_4260 a }. -{?U_4261 a ActivityRecognition:StandingStill} => {?U_4261 a }. -{?U_4262 a ActivityRecognition:StandingStill} => {?U_4262 a }. -{?U_4263 a ActivityRecognition:StandingStill} => {?U_4263 a }. -{?U_4264 a ActivityRecognition:StandingStill} => {?U_4264 a }. -{?U_4265 a ActivityRecognition:StandingStill} => {?U_4265 a }. -{?U_4266 a ActivityRecognition:StandingStill} => {?U_4266 a }. -{?U_4267 a ActivityRecognition:StandingUnquiet} => {?U_4267 a }. -{?U_4268 a ActivityRecognition:StandingUnquiet} => {?U_4268 a }. -{?U_4269 a ActivityRecognition:StandingUnquiet} => {?U_4269 a }. -{?U_4270 a ActivityRecognition:StandingUnquiet} => {?U_4270 a }. -{?U_4271 a ActivityRecognition:StandingUnquiet} => {?U_4271 a }. -{?U_4272 a ActivityRecognition:StandingUnquiet} => {?U_4272 a }. -{?U_4273 a ActivityRecognition:StandingUnquiet} => {?U_4273 a }. -{?U_4274 a ActivityRecognition:StandingUp} => {?U_4274 a saref-core:Property}. -{?U_4275 a ActivityRecognition:Straightening} => {?U_4275 a saref-core:Property}. -{?U_4276 a ActivityRecognition:TalkinToYourself} => {?U_4276 a ActivityRecognition:ActiveActivity}. -{?U_4277 a ActivityRecognition:TalkinToYourself} => {?U_4277 a saref4ehaw:DailyActivity}. -{?U_4278 a ActivityRecognition:TalkinToYourself} => {?U_4278 a saref4ehaw:Activity}. -{?U_4279 a ActivityRecognition:Texting} => {?U_4279 a saref4ehaw:Activity}. -{?U_4280 a ActivityRecognition:Transition} => {?U_4280 a }. -{?U_4281 a ActivityRecognition:Transition} => {?U_4281 a }. -{?U_4282 a ActivityRecognition:Transition} => {?U_4282 a }. -{?U_4283 a ActivityRecognition:Transition} => {?U_4283 a }. -{?U_4284 a ActivityRecognition:Transition} => {?U_4284 a }. -{?U_4285 a ActivityRecognition:Transition} => {?U_4285 a }. -{?U_4286 a ActivityRecognition:Transition} => {?U_4286 a }. -{?U_4287 a ActivityRecognition:Turning} => {?U_4287 a }. -{?U_4288 a ActivityRecognition:Turning} => {?U_4288 a }. -{?U_4289 a ActivityRecognition:Turning} => {?U_4289 a }. -{?U_4290 a ActivityRecognition:Turning} => {?U_4290 a }. -{?U_4291 a ActivityRecognition:Turning} => {?U_4291 a }. -{?U_4292 a ActivityRecognition:Turning} => {?U_4292 a }. -{?U_4293 a ActivityRecognition:Turning} => {?U_4293 a }. -{?U_4294 a ActivityRecognition:Walking} => {?U_4294 a }. -{?U_4295 a ActivityRecognition:Walking} => {?U_4295 a }. -{?U_4296 a ActivityRecognition:Walking} => {?U_4296 a }. -{?U_4297 a ActivityRecognition:Walking} => {?U_4297 a }. -{?U_4298 a ActivityRecognition:Walking} => {?U_4298 a }. -{?U_4299 a ActivityRecognition:Walking} => {?U_4299 a }. -{?U_4300 a ActivityRecognition:Walking} => {?U_4300 a }. -{?U_4301 a ActivityRecognition:WalkingCarryingLoad} => {?U_4301 a }. -{?U_4302 a ActivityRecognition:WalkingCarryingLoad} => {?U_4302 a }. -{?U_4303 a ActivityRecognition:WalkingCarryingLoad} => {?U_4303 a }. -{?U_4304 a ActivityRecognition:WalkingCarryingLoad} => {?U_4304 a }. -{?U_4305 a ActivityRecognition:WalkingCarryingLoad} => {?U_4305 a }. -{?U_4306 a ActivityRecognition:WalkingCarryingLoad} => {?U_4306 a }. -{?U_4307 a ActivityRecognition:WalkingCarryingLoad} => {?U_4307 a }. -{?U_4308 a ActivityRecognition:WalkingDownStairs} => {?U_4308 a }. -{?U_4309 a ActivityRecognition:WalkingDownStairs} => {?U_4309 a }. -{?U_4310 a ActivityRecognition:WalkingDownStairs} => {?U_4310 a }. -{?U_4311 a ActivityRecognition:WalkingDownStairs} => {?U_4311 a }. -{?U_4312 a ActivityRecognition:WalkingDownStairs} => {?U_4312 a }. -{?U_4313 a ActivityRecognition:WalkingDownStairs} => {?U_4313 a }. -{?U_4314 a ActivityRecognition:WalkingDownStairs} => {?U_4314 a }. -{?U_4315 a ActivityRecognition:WalkingUpStairs} => {?U_4315 a }. -{?U_4316 a ActivityRecognition:WalkingUpStairs} => {?U_4316 a }. -{?U_4317 a ActivityRecognition:WalkingUpStairs} => {?U_4317 a }. -{?U_4318 a ActivityRecognition:WalkingUpStairs} => {?U_4318 a }. -{?U_4319 a ActivityRecognition:WalkingUpStairs} => {?U_4319 a }. -{?U_4320 a ActivityRecognition:WalkingUpStairs} => {?U_4320 a }. -{?U_4321 a ActivityRecognition:WalkingUpStairs} => {?U_4321 a }. -{?U_4322 a ActivityRecognition:WindowClose} => {?U_4322 a ActivityRecognition:ActiveActivity}. -{?U_4323 a ActivityRecognition:WindowClose} => {?U_4323 a saref4ehaw:Activity}. -{?U_4324 a SensorsAndActuators:AtmosphericPressure} => {?U_4324 a }. -{?U_4325 a SensorsAndActuators:AtmosphericPressure} => {?U_4325 a }. -{?U_4326 a SensorsAndActuators:AtmosphericPressure} => {?U_4326 a }. -{?U_4327 a SensorsAndActuators:AtmosphericPressure} => {?U_4327 a }. -{?U_4328 a SensorsAndActuators:AtmosphericPressure} => {?U_4328 a }. -{?U_4329 a SensorsAndActuators:AtmosphericPressure} => {?U_4329 a }. -{?U_4330 a SensorsAndActuators:AtmosphericPressure} => {?U_4330 a }. -{?U_4331 a SensorsAndActuators:BathRoom} => {?U_4331 a }. -{?U_4332 a SensorsAndActuators:BathRoom} => {?U_4332 a }. -{?U_4333 a SensorsAndActuators:BathRoom} => {?U_4333 a }. -{?U_4334 a SensorsAndActuators:BedRoom} => {?U_4334 a }. -{?U_4335 a SensorsAndActuators:BedRoom} => {?U_4335 a }. -{?U_4336 a SensorsAndActuators:BedRoom} => {?U_4336 a }. -{?U_4337 a SensorsAndActuators:Blind} => {?U_4337 a }. -{?U_4338 a SensorsAndActuators:Blind} => {?U_4338 a }. -{?U_4339 a SensorsAndActuators:Blind} => {?U_4339 a }. -{?U_4340 a SensorsAndActuators:Blind} => {?U_4340 a }. -{?U_4341 a SensorsAndActuators:Blind} => {?U_4341 a }. -{?U_4342 a SensorsAndActuators:Blind} => {?U_4342 a }. -{?U_4343 a SensorsAndActuators:Blind} => {?U_4343 a }. -{?U_4344 a SensorsAndActuators:BrownGoods} => {?U_4344 a }. -{?U_4345 a SensorsAndActuators:BrownGoods} => {?U_4345 a }. -{?U_4346 a SensorsAndActuators:BrownGoods} => {?U_4346 a }. -{?U_4347 a SensorsAndActuators:BrownGoods} => {?U_4347 a }. -{?U_4348 a SensorsAndActuators:BrownGoods} => {?U_4348 a }. -{?U_4349 a SensorsAndActuators:BrownGoods} => {?U_4349 a }. -{?U_4350 a SensorsAndActuators:BrownGoods} => {?U_4350 a }. -{?U_4351 a SensorsAndActuators:BrownGoods} => {?U_4351 a }. -{?U_4352 a SensorsAndActuators:BrownGoods} => {?U_4352 a }. -{?U_4353 a SensorsAndActuators:BrownGoods} => {?U_4353 a }. -{?U_4354 a SensorsAndActuators:BrownGoods} => {?U_4354 a }. -{?U_4355 a SensorsAndActuators:BrownGoods} => {?U_4355 a }. -{?U_4356 a SensorsAndActuators:BrownGoods} => {?U_4356 a saref4bldg:PhysicalObject}. -{?U_4357 a SensorsAndActuators:BrownGoods} => {?U_4357 a }. -{?U_4358 a SensorsAndActuators:BrownGoods} => {?U_4358 a }. -{?U_4359 a SensorsAndActuators:BrownGoods} => {?U_4359 a }. -{?U_4360 a SensorsAndActuators:Button} => {?U_4360 a }. -{?U_4361 a SensorsAndActuators:Button} => {?U_4361 a }. -{?U_4362 a SensorsAndActuators:Button} => {?U_4362 a }. -{?U_4363 a SensorsAndActuators:Button} => {?U_4363 a }. -{?U_4364 a SensorsAndActuators:Button} => {?U_4364 a }. -{?U_4365 a SensorsAndActuators:Button} => {?U_4365 a }. -{?U_4366 a SensorsAndActuators:Button} => {?U_4366 a }. -{?U_4367 a SensorsAndActuators:CO2} => {?U_4367 a }. -{?U_4368 a SensorsAndActuators:CO2} => {?U_4368 a }. -{?U_4369 a SensorsAndActuators:CO2Sensor} => {?U_4369 a }. -{?U_4370 a SensorsAndActuators:CO2Sensor} => {?U_4370 a }. -{?U_4371 a SensorsAndActuators:CO2Sensor} => {?U_4371 a }. -{?U_4372 a SensorsAndActuators:CO2Sensor} => {?U_4372 a }. -{?U_4373 a SensorsAndActuators:CO2Sensor} => {?U_4373 a }. -{?U_4374 a SensorsAndActuators:CO2Sensor} => {?U_4374 a }. -{?U_4375 a SensorsAndActuators:CO2Sensor} => {?U_4375 a }. -{?U_4376 a SensorsAndActuators:CO2Sensor} => {?U_4376 a }. -{?U_4377 a SensorsAndActuators:CO2Sensor} => {?U_4377 a }. -{?U_4378 a SensorsAndActuators:CO2Sensor} => {?U_4378 a }. -{?U_4379 a SensorsAndActuators:CO2Sensor} => {?U_4379 a }. -{?U_4380 a SensorsAndActuators:CO2Sensor} => {?U_4380 a }. -{?U_4381 a SensorsAndActuators:CO2Sensor} => {?U_4381 a saref4bldg:PhysicalObject}. -{?U_4382 a SensorsAndActuators:CO2Sensor} => {?U_4382 a }. -{?U_4383 a SensorsAndActuators:CO2Sensor} => {?U_4383 a }. -{?U_4384 a SensorsAndActuators:CO2Sensor} => {?U_4384 a }. -{?U_4385 a SensorsAndActuators:CoffeeMaker} => {?U_4385 a }. -{?U_4386 a SensorsAndActuators:CoffeeMaker} => {?U_4386 a }. -{?U_4387 a SensorsAndActuators:CoffeeMaker} => {?U_4387 a }. -{?U_4388 a SensorsAndActuators:CoffeeMaker} => {?U_4388 a }. -{?U_4389 a SensorsAndActuators:CoffeeMaker} => {?U_4389 a }. -{?U_4390 a SensorsAndActuators:CoffeeMaker} => {?U_4390 a }. -{?U_4391 a SensorsAndActuators:CoffeeMaker} => {?U_4391 a }. -{?U_4392 a SensorsAndActuators:CoffeeMaker} => {?U_4392 a }. -{?U_4393 a SensorsAndActuators:CoffeeMaker} => {?U_4393 a }. -{?U_4394 a SensorsAndActuators:CoffeeMaker} => {?U_4394 a }. -{?U_4395 a SensorsAndActuators:CoffeeMaker} => {?U_4395 a }. -{?U_4396 a SensorsAndActuators:CoffeeMaker} => {?U_4396 a }. -{?U_4397 a SensorsAndActuators:CoffeeMaker} => {?U_4397 a saref4bldg:PhysicalObject}. -{?U_4398 a SensorsAndActuators:CoffeeMaker} => {?U_4398 a }. -{?U_4399 a SensorsAndActuators:CoffeeMaker} => {?U_4399 a }. -{?U_4400 a SensorsAndActuators:CoffeeMaker} => {?U_4400 a }. -{?U_4401 a SensorsAndActuators:Computer} => {?U_4401 a }. -{?U_4402 a SensorsAndActuators:Computer} => {?U_4402 a }. -{?U_4403 a SensorsAndActuators:Computer} => {?U_4403 a }. -{?U_4404 a SensorsAndActuators:Computer} => {?U_4404 a }. -{?U_4405 a SensorsAndActuators:Computer} => {?U_4405 a }. -{?U_4406 a SensorsAndActuators:Computer} => {?U_4406 a }. -{?U_4407 a SensorsAndActuators:Computer} => {?U_4407 a }. -{?U_4408 a SensorsAndActuators:Computer} => {?U_4408 a }. -{?U_4409 a SensorsAndActuators:Computer} => {?U_4409 a }. -{?U_4410 a SensorsAndActuators:Computer} => {?U_4410 a }. -{?U_4411 a SensorsAndActuators:Computer} => {?U_4411 a }. -{?U_4412 a SensorsAndActuators:Computer} => {?U_4412 a }. -{?U_4413 a SensorsAndActuators:Computer} => {?U_4413 a saref4bldg:PhysicalObject}. -{?U_4414 a SensorsAndActuators:Computer} => {?U_4414 a }. -{?U_4415 a SensorsAndActuators:Computer} => {?U_4415 a }. -{?U_4416 a SensorsAndActuators:Computer} => {?U_4416 a }. -{?U_4417 a SensorsAndActuators:ContactSensor} => {?U_4417 a }. -{?U_4418 a SensorsAndActuators:ContactSensor} => {?U_4418 a }. -{?U_4419 a SensorsAndActuators:ContactSensor} => {?U_4419 a }. -{?U_4420 a SensorsAndActuators:ContactSensor} => {?U_4420 a }. -{?U_4421 a SensorsAndActuators:ContactSensor} => {?U_4421 a }. -{?U_4422 a SensorsAndActuators:ContactSensor} => {?U_4422 a }. -{?U_4423 a SensorsAndActuators:ContactSensor} => {?U_4423 a }. -{?U_4424 a SensorsAndActuators:ContactSensor} => {?U_4424 a }. -{?U_4425 a SensorsAndActuators:ContactSensor} => {?U_4425 a }. -{?U_4426 a SensorsAndActuators:ContactSensor} => {?U_4426 a }. -{?U_4427 a SensorsAndActuators:ContactSensor} => {?U_4427 a }. -{?U_4428 a SensorsAndActuators:ContactSensor} => {?U_4428 a }. -{?U_4429 a SensorsAndActuators:ContactSensor} => {?U_4429 a saref4bldg:PhysicalObject}. -{?U_4430 a SensorsAndActuators:ContactSensor} => {?U_4430 a }. -{?U_4431 a SensorsAndActuators:ContactSensor} => {?U_4431 a }. -{?U_4432 a SensorsAndActuators:ContactSensor} => {?U_4432 a }. -{?U_4433 a SensorsAndActuators:DeepFreezer} => {?U_4433 a saref-core:Device}. -{?U_4434 a SensorsAndActuators:Dimmer} => {?U_4434 a }. -{?U_4435 a SensorsAndActuators:Dimmer} => {?U_4435 a }. -{?U_4436 a SensorsAndActuators:Dimmer} => {?U_4436 a }. -{?U_4437 a SensorsAndActuators:Dimmer} => {?U_4437 a }. -{?U_4438 a SensorsAndActuators:Dimmer} => {?U_4438 a }. -{?U_4439 a SensorsAndActuators:Dimmer} => {?U_4439 a }. -{?U_4440 a SensorsAndActuators:Dimmer} => {?U_4440 a }. -{?U_4441 a SensorsAndActuators:DinningRoom} => {?U_4441 a }. -{?U_4442 a SensorsAndActuators:DinningRoom} => {?U_4442 a }. -{?U_4443 a SensorsAndActuators:DinningRoom} => {?U_4443 a }. -{?U_4444 a SensorsAndActuators:Dishwasher} => {?U_4444 a saref-core:Device}. -{?U_4445 a SensorsAndActuators:DoorSensor} => {?U_4445 a }. -{?U_4446 a SensorsAndActuators:DoorSensor} => {?U_4446 a }. -{?U_4447 a SensorsAndActuators:DoorSensor} => {?U_4447 a }. -{?U_4448 a SensorsAndActuators:DoorSensor} => {?U_4448 a }. -{?U_4449 a SensorsAndActuators:DoorSensor} => {?U_4449 a }. -{?U_4450 a SensorsAndActuators:DoorSensor} => {?U_4450 a }. -{?U_4451 a SensorsAndActuators:DoorSensor} => {?U_4451 a }. -{?U_4452 a SensorsAndActuators:DoorSensor} => {?U_4452 a }. -{?U_4453 a SensorsAndActuators:DoorSensor} => {?U_4453 a }. -{?U_4454 a SensorsAndActuators:DoorSensor} => {?U_4454 a }. -{?U_4455 a SensorsAndActuators:DoorSensor} => {?U_4455 a }. -{?U_4456 a SensorsAndActuators:DoorSensor} => {?U_4456 a }. -{?U_4457 a SensorsAndActuators:DoorSensor} => {?U_4457 a saref4bldg:PhysicalObject}. -{?U_4458 a SensorsAndActuators:DoorSensor} => {?U_4458 a }. -{?U_4459 a SensorsAndActuators:DoorSensor} => {?U_4459 a }. -{?U_4460 a SensorsAndActuators:DoorSensor} => {?U_4460 a }. -{?U_4461 a SensorsAndActuators:ElectricalCooker} => {?U_4461 a saref-core:Device}. -{?U_4462 a SensorsAndActuators:ElectricityMeter} => {?U_4462 a }. -{?U_4463 a SensorsAndActuators:ElectricityMeter} => {?U_4463 a }. -{?U_4464 a SensorsAndActuators:ElectricityMeter} => {?U_4464 a }. -{?U_4465 a SensorsAndActuators:ElectricityMeter} => {?U_4465 a }. -{?U_4466 a SensorsAndActuators:ElectricityMeter} => {?U_4466 a }. -{?U_4467 a SensorsAndActuators:ElectricityMeter} => {?U_4467 a }. -{?U_4468 a SensorsAndActuators:ElectricityMeter} => {?U_4468 a }. -{?U_4469 a SensorsAndActuators:ElectricityMeter} => {?U_4469 a }. -{?U_4470 a SensorsAndActuators:ElectricityMeter} => {?U_4470 a }. -{?U_4471 a SensorsAndActuators:ElectricityMeter} => {?U_4471 a }. -{?U_4472 a SensorsAndActuators:ElectricityMeter} => {?U_4472 a }. -{?U_4473 a SensorsAndActuators:ElectricityMeter} => {?U_4473 a }. -{?U_4474 a SensorsAndActuators:ElectricityMeter} => {?U_4474 a saref4bldg:PhysicalObject}. -{?U_4475 a SensorsAndActuators:ElectricityMeter} => {?U_4475 a }. -{?U_4476 a SensorsAndActuators:ElectricityMeter} => {?U_4476 a }. -{?U_4477 a SensorsAndActuators:ElectricityMeter} => {?U_4477 a }. -{?U_4478 a SensorsAndActuators:EnergyConsumption} => {?U_4478 a }. -{?U_4479 a SensorsAndActuators:EnergyConsumption} => {?U_4479 a }. -{?U_4480 a SensorsAndActuators:EnvironmentalState} => {?U_4480 a }. -{?U_4481 a SensorsAndActuators:EnvironmentalState} => {?U_4481 a }. -{?U_4482 a SensorsAndActuators:Floor} => {?U_4482 a }. -{?U_4483 a SensorsAndActuators:Floor} => {?U_4483 a }. -{?U_4484 a SensorsAndActuators:Fridge} => {?U_4484 a saref-core:Device}. -{?U_4485 a SensorsAndActuators:Garage} => {?U_4485 a }. -{?U_4486 a SensorsAndActuators:Garage} => {?U_4486 a }. -{?U_4487 a SensorsAndActuators:Garden} => {?U_4487 a }. -{?U_4488 a SensorsAndActuators:Garden} => {?U_4488 a }. -{?U_4489 a SensorsAndActuators:Humidity} => {?U_4489 a }. -{?U_4490 a SensorsAndActuators:Humidity} => {?U_4490 a }. -{?U_4491 a SensorsAndActuators:HumiditySensor} => {?U_4491 a }. -{?U_4492 a SensorsAndActuators:HumiditySensor} => {?U_4492 a }. -{?U_4493 a SensorsAndActuators:HumiditySensor} => {?U_4493 a }. -{?U_4494 a SensorsAndActuators:HumiditySensor} => {?U_4494 a }. -{?U_4495 a SensorsAndActuators:HumiditySensor} => {?U_4495 a }. -{?U_4496 a SensorsAndActuators:HumiditySensor} => {?U_4496 a }. -{?U_4497 a SensorsAndActuators:HumiditySensor} => {?U_4497 a }. -{?U_4498 a SensorsAndActuators:HumiditySensor} => {?U_4498 a }. -{?U_4499 a SensorsAndActuators:HumiditySensor} => {?U_4499 a }. -{?U_4500 a SensorsAndActuators:HumiditySensor} => {?U_4500 a }. -{?U_4501 a SensorsAndActuators:HumiditySensor} => {?U_4501 a }. -{?U_4502 a SensorsAndActuators:HumiditySensor} => {?U_4502 a }. -{?U_4503 a SensorsAndActuators:HumiditySensor} => {?U_4503 a saref4bldg:PhysicalObject}. -{?U_4504 a SensorsAndActuators:HumiditySensor} => {?U_4504 a }. -{?U_4505 a SensorsAndActuators:HumiditySensor} => {?U_4505 a }. -{?U_4506 a SensorsAndActuators:HumiditySensor} => {?U_4506 a }. -{?U_4507 a SensorsAndActuators:IndoorTemperature} => {?U_4507 a }. -{?U_4508 a SensorsAndActuators:IndoorTemperature} => {?U_4508 a }. -{?U_4509 a SensorsAndActuators:IndoorTemperature} => {?U_4509 a }. -{?U_4510 a SensorsAndActuators:IndoorTemperature} => {?U_4510 a }. -{?U_4511 a SensorsAndActuators:IndoorTemperature} => {?U_4511 a }. -{?U_4512 a SensorsAndActuators:IndoorTemperature} => {?U_4512 a }. -{?U_4513 a SensorsAndActuators:IndoorTemperature} => {?U_4513 a }. -{?U_4514 a SensorsAndActuators:Kitchen} => {?U_4514 a }. -{?U_4515 a SensorsAndActuators:Kitchen} => {?U_4515 a }. -{?U_4516 a SensorsAndActuators:Kitchen} => {?U_4516 a }. -{?U_4517 a SensorsAndActuators:Light} => {?U_4517 a }. -{?U_4518 a SensorsAndActuators:Light} => {?U_4518 a }. -{?U_4519 a SensorsAndActuators:LightSensor} => {?U_4519 a }. -{?U_4520 a SensorsAndActuators:LightSensor} => {?U_4520 a }. -{?U_4521 a SensorsAndActuators:LightSensor} => {?U_4521 a }. -{?U_4522 a SensorsAndActuators:LightSensor} => {?U_4522 a }. -{?U_4523 a SensorsAndActuators:LightSensor} => {?U_4523 a }. -{?U_4524 a SensorsAndActuators:LightSensor} => {?U_4524 a }. -{?U_4525 a SensorsAndActuators:LightSensor} => {?U_4525 a }. -{?U_4526 a SensorsAndActuators:LightSensor} => {?U_4526 a }. -{?U_4527 a SensorsAndActuators:LightSensor} => {?U_4527 a }. -{?U_4528 a SensorsAndActuators:LightSensor} => {?U_4528 a }. -{?U_4529 a SensorsAndActuators:LightSensor} => {?U_4529 a }. -{?U_4530 a SensorsAndActuators:LightSensor} => {?U_4530 a }. -{?U_4531 a SensorsAndActuators:LightSensor} => {?U_4531 a saref4bldg:PhysicalObject}. -{?U_4532 a SensorsAndActuators:LightSensor} => {?U_4532 a }. -{?U_4533 a SensorsAndActuators:LightSensor} => {?U_4533 a }. -{?U_4534 a SensorsAndActuators:LightSensor} => {?U_4534 a }. -{?U_4535 a SensorsAndActuators:LightSwitch} => {?U_4535 a }. -{?U_4536 a SensorsAndActuators:LightSwitch} => {?U_4536 a }. -{?U_4537 a SensorsAndActuators:LivingRoom} => {?U_4537 a }. -{?U_4538 a SensorsAndActuators:LivingRoom} => {?U_4538 a }. -{?U_4539 a SensorsAndActuators:LivingRoom} => {?U_4539 a }. -{?U_4540 a SensorsAndActuators:Localisation} => {?U_4540 a }. -{?U_4541 a SensorsAndActuators:Localisation} => {?U_4541 a }. -{?U_4542 a SensorsAndActuators:Loudness} => {?U_4542 a }. -{?U_4543 a SensorsAndActuators:Loudness} => {?U_4543 a }. -{?U_4544 a SensorsAndActuators:Loudness} => {?U_4544 a }. -{?U_4545 a SensorsAndActuators:Loudness} => {?U_4545 a }. -{?U_4546 a SensorsAndActuators:Loudness} => {?U_4546 a }. -{?U_4547 a SensorsAndActuators:Loudness} => {?U_4547 a }. -{?U_4548 a SensorsAndActuators:Loudness} => {?U_4548 a }. -{?U_4549 a SensorsAndActuators:LoudnessSensor} => {?U_4549 a }. -{?U_4550 a SensorsAndActuators:LoudnessSensor} => {?U_4550 a }. -{?U_4551 a SensorsAndActuators:LoudnessSensor} => {?U_4551 a }. -{?U_4552 a SensorsAndActuators:LoudnessSensor} => {?U_4552 a }. -{?U_4553 a SensorsAndActuators:LoudnessSensor} => {?U_4553 a }. -{?U_4554 a SensorsAndActuators:LoudnessSensor} => {?U_4554 a }. -{?U_4555 a SensorsAndActuators:LoudnessSensor} => {?U_4555 a }. -{?U_4556 a SensorsAndActuators:LoudnessSensor} => {?U_4556 a }. -{?U_4557 a SensorsAndActuators:LoudnessSensor} => {?U_4557 a }. -{?U_4558 a SensorsAndActuators:LoudnessSensor} => {?U_4558 a }. -{?U_4559 a SensorsAndActuators:LoudnessSensor} => {?U_4559 a }. -{?U_4560 a SensorsAndActuators:LoudnessSensor} => {?U_4560 a }. -{?U_4561 a SensorsAndActuators:LoudnessSensor} => {?U_4561 a saref4bldg:PhysicalObject}. -{?U_4562 a SensorsAndActuators:LoudnessSensor} => {?U_4562 a }. -{?U_4563 a SensorsAndActuators:LoudnessSensor} => {?U_4563 a }. -{?U_4564 a SensorsAndActuators:LoudnessSensor} => {?U_4564 a }. -{?U_4565 a SensorsAndActuators:Microwave} => {?U_4565 a saref-core:Device}. -{?U_4566 a SensorsAndActuators:Motion} => {?U_4566 a }. -{?U_4567 a SensorsAndActuators:Motion} => {?U_4567 a }. -{?U_4568 a SensorsAndActuators:MovementSensor} => {?U_4568 a }. -{?U_4569 a SensorsAndActuators:MovementSensor} => {?U_4569 a }. -{?U_4570 a SensorsAndActuators:MovementSensor} => {?U_4570 a }. -{?U_4571 a SensorsAndActuators:MovementSensor} => {?U_4571 a }. -{?U_4572 a SensorsAndActuators:MovementSensor} => {?U_4572 a }. -{?U_4573 a SensorsAndActuators:MovementSensor} => {?U_4573 a }. -{?U_4574 a SensorsAndActuators:MovementSensor} => {?U_4574 a }. -{?U_4575 a SensorsAndActuators:MovementSensor} => {?U_4575 a }. -{?U_4576 a SensorsAndActuators:MovementSensor} => {?U_4576 a }. -{?U_4577 a SensorsAndActuators:MovementSensor} => {?U_4577 a }. -{?U_4578 a SensorsAndActuators:MovementSensor} => {?U_4578 a }. -{?U_4579 a SensorsAndActuators:MovementSensor} => {?U_4579 a }. -{?U_4580 a SensorsAndActuators:MovementSensor} => {?U_4580 a saref4bldg:PhysicalObject}. -{?U_4581 a SensorsAndActuators:MovementSensor} => {?U_4581 a }. -{?U_4582 a SensorsAndActuators:MovementSensor} => {?U_4582 a }. -{?U_4583 a SensorsAndActuators:MovementSensor} => {?U_4583 a }. -{?U_4584 a SensorsAndActuators:Noise} => {?U_4584 a }. -{?U_4585 a SensorsAndActuators:Noise} => {?U_4585 a }. -{?U_4586 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4586 a }. -{?U_4587 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4587 a }. -{?U_4588 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4588 a }. -{?U_4589 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4589 a }. -{?U_4590 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4590 a }. -{?U_4591 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4591 a }. -{?U_4592 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4592 a }. -{?U_4593 a SensorsAndActuators:Oven} => {?U_4593 a saref-core:Device}. -{?U_4594 a SensorsAndActuators:PeopleNumber} => {?U_4594 a }. -{?U_4595 a SensorsAndActuators:PeopleNumber} => {?U_4595 a }. -{?U_4596 a SensorsAndActuators:PeopleNumber} => {?U_4596 a }. -{?U_4597 a SensorsAndActuators:PeopleNumber} => {?U_4597 a }. -{?U_4598 a SensorsAndActuators:PeopleNumber} => {?U_4598 a }. -{?U_4599 a SensorsAndActuators:PeopleNumber} => {?U_4599 a }. -{?U_4600 a SensorsAndActuators:PeopleNumber} => {?U_4600 a }. -{?U_4601 a SensorsAndActuators:PeoplePresencee} => {?U_4601 a }. -{?U_4602 a SensorsAndActuators:PeoplePresencee} => {?U_4602 a }. -{?U_4603 a SensorsAndActuators:PeoplePresencee} => {?U_4603 a }. -{?U_4604 a SensorsAndActuators:PeoplePresencee} => {?U_4604 a }. -{?U_4605 a SensorsAndActuators:PeoplePresencee} => {?U_4605 a }. -{?U_4606 a SensorsAndActuators:PeoplePresencee} => {?U_4606 a }. -{?U_4607 a SensorsAndActuators:PeoplePresencee} => {?U_4607 a }. -{?U_4608 a SensorsAndActuators:Positioning} => {?U_4608 a }. -{?U_4609 a SensorsAndActuators:Positioning} => {?U_4609 a }. -{?U_4610 a SensorsAndActuators:Power} => {?U_4610 a }. -{?U_4611 a SensorsAndActuators:Power} => {?U_4611 a }. -{?U_4612 a SensorsAndActuators:Presence} => {?U_4612 a }. -{?U_4613 a SensorsAndActuators:Presence} => {?U_4613 a }. -{?U_4614 a SensorsAndActuators:PresenceSensor} => {?U_4614 a }. -{?U_4615 a SensorsAndActuators:PresenceSensor} => {?U_4615 a }. -{?U_4616 a SensorsAndActuators:PresenceSensor} => {?U_4616 a }. -{?U_4617 a SensorsAndActuators:PresenceSensor} => {?U_4617 a }. -{?U_4618 a SensorsAndActuators:PresenceSensor} => {?U_4618 a }. -{?U_4619 a SensorsAndActuators:PresenceSensor} => {?U_4619 a }. -{?U_4620 a SensorsAndActuators:PresenceSensor} => {?U_4620 a }. -{?U_4621 a SensorsAndActuators:PresenceSensor} => {?U_4621 a }. -{?U_4622 a SensorsAndActuators:PresenceSensor} => {?U_4622 a }. -{?U_4623 a SensorsAndActuators:PresenceSensor} => {?U_4623 a }. -{?U_4624 a SensorsAndActuators:PresenceSensor} => {?U_4624 a }. -{?U_4625 a SensorsAndActuators:PresenceSensor} => {?U_4625 a }. -{?U_4626 a SensorsAndActuators:PresenceSensor} => {?U_4626 a saref4bldg:PhysicalObject}. -{?U_4627 a SensorsAndActuators:PresenceSensor} => {?U_4627 a }. -{?U_4628 a SensorsAndActuators:PresenceSensor} => {?U_4628 a }. -{?U_4629 a SensorsAndActuators:PresenceSensor} => {?U_4629 a }. -{?U_4630 a SensorsAndActuators:Pressure} => {?U_4630 a }. -{?U_4631 a SensorsAndActuators:Pressure} => {?U_4631 a }. -{?U_4632 a SensorsAndActuators:PressureSensor} => {?U_4632 a }. -{?U_4633 a SensorsAndActuators:PressureSensor} => {?U_4633 a }. -{?U_4634 a SensorsAndActuators:PressureSensor} => {?U_4634 a }. -{?U_4635 a SensorsAndActuators:PressureSensor} => {?U_4635 a }. -{?U_4636 a SensorsAndActuators:PressureSensor} => {?U_4636 a }. -{?U_4637 a SensorsAndActuators:PressureSensor} => {?U_4637 a }. -{?U_4638 a SensorsAndActuators:PressureSensor} => {?U_4638 a }. -{?U_4639 a SensorsAndActuators:PressureSensor} => {?U_4639 a }. -{?U_4640 a SensorsAndActuators:PressureSensor} => {?U_4640 a }. -{?U_4641 a SensorsAndActuators:PressureSensor} => {?U_4641 a }. -{?U_4642 a SensorsAndActuators:PressureSensor} => {?U_4642 a }. -{?U_4643 a SensorsAndActuators:PressureSensor} => {?U_4643 a }. -{?U_4644 a SensorsAndActuators:PressureSensor} => {?U_4644 a saref4bldg:PhysicalObject}. -{?U_4645 a SensorsAndActuators:PressureSensor} => {?U_4645 a }. -{?U_4646 a SensorsAndActuators:PressureSensor} => {?U_4646 a }. -{?U_4647 a SensorsAndActuators:PressureSensor} => {?U_4647 a }. -{?U_4648 a SensorsAndActuators:Radio} => {?U_4648 a }. -{?U_4649 a SensorsAndActuators:Radio} => {?U_4649 a }. -{?U_4650 a SensorsAndActuators:Radio} => {?U_4650 a }. -{?U_4651 a SensorsAndActuators:Radio} => {?U_4651 a }. -{?U_4652 a SensorsAndActuators:Radio} => {?U_4652 a }. -{?U_4653 a SensorsAndActuators:Radio} => {?U_4653 a }. -{?U_4654 a SensorsAndActuators:Radio} => {?U_4654 a }. -{?U_4655 a SensorsAndActuators:Radio} => {?U_4655 a }. -{?U_4656 a SensorsAndActuators:Radio} => {?U_4656 a }. -{?U_4657 a SensorsAndActuators:Radio} => {?U_4657 a }. -{?U_4658 a SensorsAndActuators:Radio} => {?U_4658 a }. -{?U_4659 a SensorsAndActuators:Radio} => {?U_4659 a }. -{?U_4660 a SensorsAndActuators:Radio} => {?U_4660 a saref4bldg:PhysicalObject}. -{?U_4661 a SensorsAndActuators:Radio} => {?U_4661 a }. -{?U_4662 a SensorsAndActuators:Radio} => {?U_4662 a }. -{?U_4663 a SensorsAndActuators:Radio} => {?U_4663 a }. -{?U_4664 a SensorsAndActuators:RainRate} => {?U_4664 a }. -{?U_4665 a SensorsAndActuators:RainRate} => {?U_4665 a }. -{?U_4666 a SensorsAndActuators:RainRate} => {?U_4666 a }. -{?U_4667 a SensorsAndActuators:RainRate} => {?U_4667 a }. -{?U_4668 a SensorsAndActuators:RainRate} => {?U_4668 a }. -{?U_4669 a SensorsAndActuators:RainRate} => {?U_4669 a }. -{?U_4670 a SensorsAndActuators:RainRate} => {?U_4670 a }. -{?U_4671 a SensorsAndActuators:RainrateSensor} => {?U_4671 a }. -{?U_4672 a SensorsAndActuators:RainrateSensor} => {?U_4672 a }. -{?U_4673 a SensorsAndActuators:RainrateSensor} => {?U_4673 a }. -{?U_4674 a SensorsAndActuators:RainrateSensor} => {?U_4674 a }. -{?U_4675 a SensorsAndActuators:RainrateSensor} => {?U_4675 a }. -{?U_4676 a SensorsAndActuators:RainrateSensor} => {?U_4676 a }. -{?U_4677 a SensorsAndActuators:RainrateSensor} => {?U_4677 a }. -{?U_4678 a SensorsAndActuators:RainrateSensor} => {?U_4678 a }. -{?U_4679 a SensorsAndActuators:RainrateSensor} => {?U_4679 a }. -{?U_4680 a SensorsAndActuators:RainrateSensor} => {?U_4680 a }. -{?U_4681 a SensorsAndActuators:RainrateSensor} => {?U_4681 a }. -{?U_4682 a SensorsAndActuators:RainrateSensor} => {?U_4682 a }. -{?U_4683 a SensorsAndActuators:RainrateSensor} => {?U_4683 a saref4bldg:PhysicalObject}. -{?U_4684 a SensorsAndActuators:RainrateSensor} => {?U_4684 a }. -{?U_4685 a SensorsAndActuators:RainrateSensor} => {?U_4685 a }. -{?U_4686 a SensorsAndActuators:RainrateSensor} => {?U_4686 a }. -{?U_4687 a SensorsAndActuators:RelativeHumidity} => {?U_4687 a }. -{?U_4688 a SensorsAndActuators:RelativeHumidity} => {?U_4688 a }. -{?U_4689 a SensorsAndActuators:Relay} => {?U_4689 a }. -{?U_4690 a SensorsAndActuators:Relay} => {?U_4690 a }. -{?U_4691 a SensorsAndActuators:Room} => {?U_4691 a }. -{?U_4692 a SensorsAndActuators:Room} => {?U_4692 a }. -{?U_4693 a SensorsAndActuators:Socket} => {?U_4693 a }. -{?U_4694 a SensorsAndActuators:Socket} => {?U_4694 a }. -{?U_4695 a SensorsAndActuators:StorageRoom} => {?U_4695 a }. -{?U_4696 a SensorsAndActuators:StorageRoom} => {?U_4696 a }. -{?U_4697 a SensorsAndActuators:Temperature} => {?U_4697 a }. -{?U_4698 a SensorsAndActuators:Temperature} => {?U_4698 a }. -{?U_4699 a SensorsAndActuators:TemperatureSensor} => {?U_4699 a saref-core:Device}. -{?U_4700 a SensorsAndActuators:TemperatureSensor} => {?U_4700 a }. -{?U_4701 a SensorsAndActuators:TemperatureSensor} => {?U_4701 a }. -{?U_4702 a SensorsAndActuators:TemperatureSensor} => {?U_4702 a }. -{?U_4703 a SensorsAndActuators:TemperatureSensor} => {?U_4703 a }. -{?U_4704 a SensorsAndActuators:TemperatureSensor} => {?U_4704 a }. -{?U_4705 a SensorsAndActuators:TemperatureSensor} => {?U_4705 a }. -{?U_4706 a SensorsAndActuators:TemperatureSensor} => {?U_4706 a }. -{?U_4707 a SensorsAndActuators:TemperatureSensor} => {?U_4707 a }. -{?U_4708 a SensorsAndActuators:TemperatureSensor} => {?U_4708 a }. -{?U_4709 a SensorsAndActuators:TemperatureSensor} => {?U_4709 a }. -{?U_4710 a SensorsAndActuators:TemperatureSensor} => {?U_4710 a }. -{?U_4711 a SensorsAndActuators:TemperatureSensor} => {?U_4711 a }. -{?U_4712 a SensorsAndActuators:TemperatureSensor} => {?U_4712 a }. -{?U_4713 a SensorsAndActuators:TemperatureSensor} => {?U_4713 a saref4bldg:PhysicalObject}. -{?U_4714 a SensorsAndActuators:TemperatureSensor} => {?U_4714 a }. -{?U_4715 a SensorsAndActuators:TemperatureSensor} => {?U_4715 a }. -{?U_4716 a SensorsAndActuators:TemperatureSensor} => {?U_4716 a }. -{?U_4717 a SensorsAndActuators:Toilet} => {?U_4717 a }. -{?U_4718 a SensorsAndActuators:Toilet} => {?U_4718 a }. -{?U_4719 a SensorsAndActuators:Tv} => {?U_4719 a }. -{?U_4720 a SensorsAndActuators:Tv} => {?U_4720 a }. -{?U_4721 a SensorsAndActuators:Tv} => {?U_4721 a }. -{?U_4722 a SensorsAndActuators:Tv} => {?U_4722 a }. -{?U_4723 a SensorsAndActuators:Tv} => {?U_4723 a }. -{?U_4724 a SensorsAndActuators:Tv} => {?U_4724 a }. -{?U_4725 a SensorsAndActuators:Tv} => {?U_4725 a }. -{?U_4726 a SensorsAndActuators:Tv} => {?U_4726 a }. -{?U_4727 a SensorsAndActuators:Tv} => {?U_4727 a }. -{?U_4728 a SensorsAndActuators:Tv} => {?U_4728 a }. -{?U_4729 a SensorsAndActuators:Tv} => {?U_4729 a }. -{?U_4730 a SensorsAndActuators:Tv} => {?U_4730 a }. -{?U_4731 a SensorsAndActuators:Tv} => {?U_4731 a saref4bldg:PhysicalObject}. -{?U_4732 a SensorsAndActuators:Tv} => {?U_4732 a }. -{?U_4733 a SensorsAndActuators:Tv} => {?U_4733 a }. -{?U_4734 a SensorsAndActuators:Tv} => {?U_4734 a }. -{?U_4735 a SensorsAndActuators:VOC} => {?U_4735 a }. -{?U_4736 a SensorsAndActuators:VOC} => {?U_4736 a }. -{?U_4737 a SensorsAndActuators:VOCSensor} => {?U_4737 a }. -{?U_4738 a SensorsAndActuators:VOCSensor} => {?U_4738 a }. -{?U_4739 a SensorsAndActuators:VOCSensor} => {?U_4739 a }. -{?U_4740 a SensorsAndActuators:VOCSensor} => {?U_4740 a }. -{?U_4741 a SensorsAndActuators:VOCSensor} => {?U_4741 a }. -{?U_4742 a SensorsAndActuators:VOCSensor} => {?U_4742 a }. -{?U_4743 a SensorsAndActuators:VOCSensor} => {?U_4743 a }. -{?U_4744 a SensorsAndActuators:VOCSensor} => {?U_4744 a }. -{?U_4745 a SensorsAndActuators:VOCSensor} => {?U_4745 a }. -{?U_4746 a SensorsAndActuators:VOCSensor} => {?U_4746 a }. -{?U_4747 a SensorsAndActuators:VOCSensor} => {?U_4747 a }. -{?U_4748 a SensorsAndActuators:VOCSensor} => {?U_4748 a }. -{?U_4749 a SensorsAndActuators:VOCSensor} => {?U_4749 a saref4bldg:PhysicalObject}. -{?U_4750 a SensorsAndActuators:VOCSensor} => {?U_4750 a }. -{?U_4751 a SensorsAndActuators:VOCSensor} => {?U_4751 a }. -{?U_4752 a SensorsAndActuators:VOCSensor} => {?U_4752 a }. -{?U_4753 a SensorsAndActuators:VentilationLevel} => {?U_4753 a }. -{?U_4754 a SensorsAndActuators:VentilationLevel} => {?U_4754 a }. -{?U_4755 a SensorsAndActuators:WashingMachine} => {?U_4755 a saref-core:Device}. -{?U_4756 a SensorsAndActuators:WaterBoiler} => {?U_4756 a }. -{?U_4757 a SensorsAndActuators:WaterBoiler} => {?U_4757 a }. -{?U_4758 a SensorsAndActuators:WaterBoiler} => {?U_4758 a }. -{?U_4759 a SensorsAndActuators:WaterBoiler} => {?U_4759 a }. -{?U_4760 a SensorsAndActuators:WaterBoiler} => {?U_4760 a }. -{?U_4761 a SensorsAndActuators:WaterBoiler} => {?U_4761 a }. -{?U_4762 a SensorsAndActuators:WaterBoiler} => {?U_4762 a }. -{?U_4763 a SensorsAndActuators:WaterBoiler} => {?U_4763 a }. -{?U_4764 a SensorsAndActuators:WaterBoiler} => {?U_4764 a }. -{?U_4765 a SensorsAndActuators:WaterBoiler} => {?U_4765 a }. -{?U_4766 a SensorsAndActuators:WaterBoiler} => {?U_4766 a }. -{?U_4767 a SensorsAndActuators:WaterBoiler} => {?U_4767 a }. -{?U_4768 a SensorsAndActuators:WaterBoiler} => {?U_4768 a saref4bldg:PhysicalObject}. -{?U_4769 a SensorsAndActuators:WaterBoiler} => {?U_4769 a }. -{?U_4770 a SensorsAndActuators:WaterBoiler} => {?U_4770 a }. -{?U_4771 a SensorsAndActuators:WaterBoiler} => {?U_4771 a }. -{?U_4772 a SensorsAndActuators:WaterRunning} => {?U_4772 a }. -{?U_4773 a SensorsAndActuators:WaterRunning} => {?U_4773 a }. -{?U_4774 a SensorsAndActuators:WaterRunningSensor} => {?U_4774 a }. -{?U_4775 a SensorsAndActuators:WaterRunningSensor} => {?U_4775 a }. -{?U_4776 a SensorsAndActuators:WaterRunningSensor} => {?U_4776 a }. -{?U_4777 a SensorsAndActuators:WaterRunningSensor} => {?U_4777 a }. -{?U_4778 a SensorsAndActuators:WaterRunningSensor} => {?U_4778 a }. -{?U_4779 a SensorsAndActuators:WaterRunningSensor} => {?U_4779 a }. -{?U_4780 a SensorsAndActuators:WaterRunningSensor} => {?U_4780 a }. -{?U_4781 a SensorsAndActuators:WaterRunningSensor} => {?U_4781 a }. -{?U_4782 a SensorsAndActuators:WaterRunningSensor} => {?U_4782 a }. -{?U_4783 a SensorsAndActuators:WaterRunningSensor} => {?U_4783 a }. -{?U_4784 a SensorsAndActuators:WaterRunningSensor} => {?U_4784 a }. -{?U_4785 a SensorsAndActuators:WaterRunningSensor} => {?U_4785 a }. -{?U_4786 a SensorsAndActuators:WaterRunningSensor} => {?U_4786 a saref4bldg:PhysicalObject}. -{?U_4787 a SensorsAndActuators:WaterRunningSensor} => {?U_4787 a }. -{?U_4788 a SensorsAndActuators:WaterRunningSensor} => {?U_4788 a }. -{?U_4789 a SensorsAndActuators:WaterRunningSensor} => {?U_4789 a }. -{?U_4790 a SensorsAndActuators:Weather} => {?U_4790 a }. -{?U_4791 a SensorsAndActuators:Weather} => {?U_4791 a }. -{?U_4792 a SensorsAndActuators:WhiteGoods} => {?U_4792 a }. -{?U_4793 a SensorsAndActuators:WhiteGoods} => {?U_4793 a }. -{?U_4794 a SensorsAndActuators:WhiteGoods} => {?U_4794 a }. -{?U_4795 a SensorsAndActuators:WhiteGoods} => {?U_4795 a }. -{?U_4796 a SensorsAndActuators:WhiteGoods} => {?U_4796 a }. -{?U_4797 a SensorsAndActuators:WhiteGoods} => {?U_4797 a }. -{?U_4798 a SensorsAndActuators:WhiteGoods} => {?U_4798 a }. -{?U_4799 a SensorsAndActuators:WhiteGoods} => {?U_4799 a }. -{?U_4800 a SensorsAndActuators:WhiteGoods} => {?U_4800 a }. -{?U_4801 a SensorsAndActuators:WhiteGoods} => {?U_4801 a }. -{?U_4802 a SensorsAndActuators:WhiteGoods} => {?U_4802 a }. -{?U_4803 a SensorsAndActuators:WhiteGoods} => {?U_4803 a }. -{?U_4804 a SensorsAndActuators:WhiteGoods} => {?U_4804 a saref4bldg:PhysicalObject}. -{?U_4805 a SensorsAndActuators:WhiteGoods} => {?U_4805 a }. -{?U_4806 a SensorsAndActuators:WhiteGoods} => {?U_4806 a }. -{?U_4807 a SensorsAndActuators:WhiteGoods} => {?U_4807 a }. -{?U_4808 a SensorsAndActuators:WindSpeed} => {?U_4808 a }. -{?U_4809 a SensorsAndActuators:WindSpeed} => {?U_4809 a }. -{?U_4810 a SensorsAndActuators:WindSpeedSensor} => {?U_4810 a }. -{?U_4811 a SensorsAndActuators:WindSpeedSensor} => {?U_4811 a }. -{?U_4812 a SensorsAndActuators:WindSpeedSensor} => {?U_4812 a }. -{?U_4813 a SensorsAndActuators:WindSpeedSensor} => {?U_4813 a }. -{?U_4814 a SensorsAndActuators:WindSpeedSensor} => {?U_4814 a }. -{?U_4815 a SensorsAndActuators:WindSpeedSensor} => {?U_4815 a }. -{?U_4816 a SensorsAndActuators:WindSpeedSensor} => {?U_4816 a }. -{?U_4817 a SensorsAndActuators:WindSpeedSensor} => {?U_4817 a }. -{?U_4818 a SensorsAndActuators:WindSpeedSensor} => {?U_4818 a }. -{?U_4819 a SensorsAndActuators:WindSpeedSensor} => {?U_4819 a }. -{?U_4820 a SensorsAndActuators:WindSpeedSensor} => {?U_4820 a }. -{?U_4821 a SensorsAndActuators:WindSpeedSensor} => {?U_4821 a }. -{?U_4822 a SensorsAndActuators:WindSpeedSensor} => {?U_4822 a saref4bldg:PhysicalObject}. -{?U_4823 a SensorsAndActuators:WindSpeedSensor} => {?U_4823 a }. -{?U_4824 a SensorsAndActuators:WindSpeedSensor} => {?U_4824 a }. -{?U_4825 a SensorsAndActuators:WindSpeedSensor} => {?U_4825 a }. -{?U_4826 a SensorsAndWearables:Acceleration} => {?U_4826 a saref-core:Property}. -{?U_4827 a SensorsAndWearables:Accelerometer} => {?U_4827 a saref-core:Device}. -{?U_4828 a SensorsAndWearables:Accelerometer} => {?U_4828 a }. -{?U_4829 a SensorsAndWearables:Altitude} => {?U_4829 a }. -{?U_4830 a SensorsAndWearables:Altitude} => {?U_4830 a }. -{?U_4831 a SensorsAndWearables:Altitude} => {?U_4831 a }. -{?U_4832 a SensorsAndWearables:Altitude} => {?U_4832 a }. -{?U_4833 a SensorsAndWearables:Altitude} => {?U_4833 a }. -{?U_4834 a SensorsAndWearables:Altitude} => {?U_4834 a }. -{?U_4835 a SensorsAndWearables:Altitude} => {?U_4835 a }. -{?U_4836 a SensorsAndWearables:AmbientLightSensor} => {?U_4836 a }. -{?U_4837 a SensorsAndWearables:AmbientLightSensor} => {?U_4837 a }. -{?U_4838 a SensorsAndWearables:AmbientLightSensor} => {?U_4838 a }. -{?U_4839 a SensorsAndWearables:AmbientLightSensor} => {?U_4839 a }. -{?U_4840 a SensorsAndWearables:AmbientLightSensor} => {?U_4840 a }. -{?U_4841 a SensorsAndWearables:AmbientLightSensor} => {?U_4841 a }. -{?U_4842 a SensorsAndWearables:AmbientLightSensor} => {?U_4842 a }. -{?U_4843 a SensorsAndWearables:AmbientLightSensor} => {?U_4843 a }. -{?U_4844 a SensorsAndWearables:AmbientLightSensor} => {?U_4844 a }. -{?U_4845 a SensorsAndWearables:AmbientLightSensor} => {?U_4845 a }. -{?U_4846 a SensorsAndWearables:AmbientLightSensor} => {?U_4846 a }. -{?U_4847 a SensorsAndWearables:AmbientLightSensor} => {?U_4847 a }. -{?U_4848 a SensorsAndWearables:AmbientLightSensor} => {?U_4848 a saref4bldg:PhysicalObject}. -{?U_4849 a SensorsAndWearables:AmbientLightSensor} => {?U_4849 a }. -{?U_4850 a SensorsAndWearables:AmbientLightSensor} => {?U_4850 a }. -{?U_4851 a SensorsAndWearables:AmbientLightSensor} => {?U_4851 a }. -{?U_4852 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4852 a }. -{?U_4853 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4853 a }. -{?U_4854 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4854 a }. -{?U_4855 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4855 a }. -{?U_4856 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4856 a }. -{?U_4857 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4857 a }. -{?U_4858 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4858 a }. -{?U_4859 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4859 a }. -{?U_4860 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4860 a }. -{?U_4861 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4861 a }. -{?U_4862 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4862 a }. -{?U_4863 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4863 a }. -{?U_4864 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4864 a saref4bldg:PhysicalObject}. -{?U_4865 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4865 a }. -{?U_4866 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4866 a }. -{?U_4867 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4867 a }. -{?U_4868 a SensorsAndWearables:Amplitude} => {?U_4868 a saref-core:Property}. -{?U_4869 a SensorsAndWearables:ApplicationUsage} => {?U_4869 a }. -{?U_4870 a SensorsAndWearables:ApplicationUsage} => {?U_4870 a }. -{?U_4871 a SensorsAndWearables:ApplicationUsage} => {?U_4871 a }. -{?U_4872 a SensorsAndWearables:ApplicationUsage} => {?U_4872 a }. -{?U_4873 a SensorsAndWearables:ApplicationUsage} => {?U_4873 a }. -{?U_4874 a SensorsAndWearables:ApplicationUsage} => {?U_4874 a }. -{?U_4875 a SensorsAndWearables:ApplicationUsage} => {?U_4875 a }. -{?U_4876 a SensorsAndWearables:ApplicationUsageMeter} => {?U_4876 a saref-core:Device}. -{?U_4877 a SensorsAndWearables:ApplicationUsageMeter} => {?U_4877 a }. -{?U_4878 a SensorsAndWearables:BatteryLevelMeter} => {?U_4878 a }. -{?U_4879 a SensorsAndWearables:BatteryLevelMeter} => {?U_4879 a }. -{?U_4880 a SensorsAndWearables:BatteryLevelMeter} => {?U_4880 a }. -{?U_4881 a SensorsAndWearables:BatteryLevelMeter} => {?U_4881 a }. -{?U_4882 a SensorsAndWearables:BatteryLevelMeter} => {?U_4882 a }. -{?U_4883 a SensorsAndWearables:BatteryLevelMeter} => {?U_4883 a }. -{?U_4884 a SensorsAndWearables:BatteryLevelMeter} => {?U_4884 a }. -{?U_4885 a SensorsAndWearables:BatteryLevelMeter} => {?U_4885 a }. -{?U_4886 a SensorsAndWearables:BatteryLevelMeter} => {?U_4886 a }. -{?U_4887 a SensorsAndWearables:BatteryLevelMeter} => {?U_4887 a }. -{?U_4888 a SensorsAndWearables:BatteryLevelMeter} => {?U_4888 a }. -{?U_4889 a SensorsAndWearables:BatteryLevelMeter} => {?U_4889 a }. -{?U_4890 a SensorsAndWearables:BatteryLevelMeter} => {?U_4890 a saref4bldg:PhysicalObject}. -{?U_4891 a SensorsAndWearables:BatteryLevelMeter} => {?U_4891 a }. -{?U_4892 a SensorsAndWearables:BatteryLevelMeter} => {?U_4892 a }. -{?U_4893 a SensorsAndWearables:BatteryLevelMeter} => {?U_4893 a }. -{?U_4894 a SensorsAndWearables:BloodPressure} => {?U_4894 a saref-core:Property}. -{?U_4895 a SensorsAndWearables:BloodVolumePulse} => {?U_4895 a saref-core:Property}. -{?U_4896 a SensorsAndWearables:Frequency} => {?U_4896 a saref-core:Property}. -{?U_4897 a SensorsAndWearables:GPSSensor} => {?U_4897 a }. -{?U_4898 a SensorsAndWearables:GPSSensor} => {?U_4898 a }. -{?U_4899 a SensorsAndWearables:GPSSensor} => {?U_4899 a }. -{?U_4900 a SensorsAndWearables:GPSSensor} => {?U_4900 a }. -{?U_4901 a SensorsAndWearables:GPSSensor} => {?U_4901 a }. -{?U_4902 a SensorsAndWearables:GPSSensor} => {?U_4902 a }. -{?U_4903 a SensorsAndWearables:GPSSensor} => {?U_4903 a }. -{?U_4904 a SensorsAndWearables:GPSSensor} => {?U_4904 a }. -{?U_4905 a SensorsAndWearables:GPSSensor} => {?U_4905 a }. -{?U_4906 a SensorsAndWearables:GPSSensor} => {?U_4906 a }. -{?U_4907 a SensorsAndWearables:GPSSensor} => {?U_4907 a }. -{?U_4908 a SensorsAndWearables:GPSSensor} => {?U_4908 a }. -{?U_4909 a SensorsAndWearables:GPSSensor} => {?U_4909 a saref4bldg:PhysicalObject}. -{?U_4910 a SensorsAndWearables:GPSSensor} => {?U_4910 a }. -{?U_4911 a SensorsAndWearables:GPSSensor} => {?U_4911 a }. -{?U_4912 a SensorsAndWearables:GPSSensor} => {?U_4912 a }. -{?U_4913 a SensorsAndWearables:GSRSensor} => {?U_4913 a }. -{?U_4914 a SensorsAndWearables:GSRSensor} => {?U_4914 a }. -{?U_4915 a SensorsAndWearables:GSRSensor} => {?U_4915 a }. -{?U_4916 a SensorsAndWearables:GSRSensor} => {?U_4916 a }. -{?U_4917 a SensorsAndWearables:GSRSensor} => {?U_4917 a }. -{?U_4918 a SensorsAndWearables:GSRSensor} => {?U_4918 a }. -{?U_4919 a SensorsAndWearables:GSRSensor} => {?U_4919 a }. -{?U_4920 a SensorsAndWearables:GSRSensor} => {?U_4920 a }. -{?U_4921 a SensorsAndWearables:GSRSensor} => {?U_4921 a }. -{?U_4922 a SensorsAndWearables:GSRSensor} => {?U_4922 a }. -{?U_4923 a SensorsAndWearables:GSRSensor} => {?U_4923 a }. -{?U_4924 a SensorsAndWearables:GSRSensor} => {?U_4924 a }. -{?U_4925 a SensorsAndWearables:GSRSensor} => {?U_4925 a saref4bldg:PhysicalObject}. -{?U_4926 a SensorsAndWearables:GSRSensor} => {?U_4926 a }. -{?U_4927 a SensorsAndWearables:GSRSensor} => {?U_4927 a }. -{?U_4928 a SensorsAndWearables:GSRSensor} => {?U_4928 a }. -{?U_4929 a SensorsAndWearables:GeoLocation} => {?U_4929 a }. -{?U_4930 a SensorsAndWearables:GeoLocation} => {?U_4930 a }. -{?U_4931 a SensorsAndWearables:Gravity} => {?U_4931 a saref-core:Property}. -{?U_4932 a SensorsAndWearables:GravitySensor} => {?U_4932 a saref-core:Device}. -{?U_4933 a SensorsAndWearables:GravitySensor} => {?U_4933 a }. -{?U_4934 a SensorsAndWearables:Gyroscope} => {?U_4934 a saref-core:Device}. -{?U_4935 a SensorsAndWearables:Gyroscope} => {?U_4935 a }. -{?U_4936 a SensorsAndWearables:HeartRate} => {?U_4936 a saref-core:Property}. -{?U_4937 a SensorsAndWearables:InterBeatInterval} => {?U_4937 a saref-core:Property}. -{?U_4938 a SensorsAndWearables:KeyStrokes} => {?U_4938 a }. -{?U_4939 a SensorsAndWearables:KeyStrokes} => {?U_4939 a }. -{?U_4940 a SensorsAndWearables:KeyStrokes} => {?U_4940 a }. -{?U_4941 a SensorsAndWearables:KeyStrokes} => {?U_4941 a }. -{?U_4942 a SensorsAndWearables:KeyStrokes} => {?U_4942 a }. -{?U_4943 a SensorsAndWearables:KeyStrokes} => {?U_4943 a }. -{?U_4944 a SensorsAndWearables:KeyStrokes} => {?U_4944 a }. -{?U_4945 a SensorsAndWearables:KeyboardUsageMeter} => {?U_4945 a saref-core:Device}. -{?U_4946 a SensorsAndWearables:KeyboardUsageMeter} => {?U_4946 a }. -{?U_4947 a SensorsAndWearables:Latitude} => {?U_4947 a }. -{?U_4948 a SensorsAndWearables:Latitude} => {?U_4948 a }. -{?U_4949 a SensorsAndWearables:Light} => {?U_4949 a }. -{?U_4950 a SensorsAndWearables:Light} => {?U_4950 a }. -{?U_4951 a SensorsAndWearables:Light} => {?U_4951 a }. -{?U_4952 a SensorsAndWearables:Light} => {?U_4952 a }. -{?U_4953 a SensorsAndWearables:Light} => {?U_4953 a }. -{?U_4954 a SensorsAndWearables:Light} => {?U_4954 a }. -{?U_4955 a SensorsAndWearables:Light} => {?U_4955 a }. -{?U_4956 a SensorsAndWearables:LinearAcceleration} => {?U_4956 a saref-core:Property}. -{?U_4957 a SensorsAndWearables:LinearAccelerometer} => {?U_4957 a saref-core:Device}. -{?U_4958 a SensorsAndWearables:LinearAccelerometer} => {?U_4958 a }. -{?U_4959 a SensorsAndWearables:LocationAccuracy} => {?U_4959 a }. -{?U_4960 a SensorsAndWearables:LocationAccuracy} => {?U_4960 a }. -{?U_4961 a SensorsAndWearables:LocationBearing} => {?U_4961 a }. -{?U_4962 a SensorsAndWearables:LocationBearing} => {?U_4962 a }. -{?U_4963 a SensorsAndWearables:Longitude} => {?U_4963 a }. -{?U_4964 a SensorsAndWearables:Longitude} => {?U_4964 a }. -{?U_4965 a SensorsAndWearables:MagneticFieldStrength} => {?U_4965 a saref-core:Property}. -{?U_4966 a SensorsAndWearables:Magnetometer} => {?U_4966 a saref-core:Device}. -{?U_4967 a SensorsAndWearables:Magnetometer} => {?U_4967 a }. -{?U_4968 a SensorsAndWearables:Noise} => {?U_4968 a }. -{?U_4969 a SensorsAndWearables:Noise} => {?U_4969 a }. -{?U_4970 a SensorsAndWearables:Noise} => {?U_4970 a }. -{?U_4971 a SensorsAndWearables:Noise} => {?U_4971 a }. -{?U_4972 a SensorsAndWearables:Noise} => {?U_4972 a }. -{?U_4973 a SensorsAndWearables:Noise} => {?U_4973 a }. -{?U_4974 a SensorsAndWearables:Noise} => {?U_4974 a }. -{?U_4975 a SensorsAndWearables:OnWristDetector} => {?U_4975 a }. -{?U_4976 a SensorsAndWearables:OnWristDetector} => {?U_4976 a }. -{?U_4977 a SensorsAndWearables:OnWristDetector} => {?U_4977 a }. -{?U_4978 a SensorsAndWearables:OnWristDetector} => {?U_4978 a }. -{?U_4979 a SensorsAndWearables:OnWristDetector} => {?U_4979 a }. -{?U_4980 a SensorsAndWearables:OnWristDetector} => {?U_4980 a }. -{?U_4981 a SensorsAndWearables:OnWristDetector} => {?U_4981 a }. -{?U_4982 a SensorsAndWearables:OnWristDetector} => {?U_4982 a }. -{?U_4983 a SensorsAndWearables:OnWristDetector} => {?U_4983 a }. -{?U_4984 a SensorsAndWearables:OnWristDetector} => {?U_4984 a }. -{?U_4985 a SensorsAndWearables:OnWristDetector} => {?U_4985 a }. -{?U_4986 a SensorsAndWearables:OnWristDetector} => {?U_4986 a }. -{?U_4987 a SensorsAndWearables:OnWristDetector} => {?U_4987 a saref4bldg:PhysicalObject}. -{?U_4988 a SensorsAndWearables:OnWristDetector} => {?U_4988 a }. -{?U_4989 a SensorsAndWearables:OnWristDetector} => {?U_4989 a }. -{?U_4990 a SensorsAndWearables:OnWristDetector} => {?U_4990 a }. -{?U_4991 a SensorsAndWearables:OrientationDeviation} => {?U_4991 a saref-core:Property}. -{?U_4992 a SensorsAndWearables:PPGSensor} => {?U_4992 a }. -{?U_4993 a SensorsAndWearables:PPGSensor} => {?U_4993 a }. -{?U_4994 a SensorsAndWearables:PPGSensor} => {?U_4994 a }. -{?U_4995 a SensorsAndWearables:PPGSensor} => {?U_4995 a }. -{?U_4996 a SensorsAndWearables:PPGSensor} => {?U_4996 a }. -{?U_4997 a SensorsAndWearables:PPGSensor} => {?U_4997 a }. -{?U_4998 a SensorsAndWearables:PPGSensor} => {?U_4998 a }. -{?U_4999 a SensorsAndWearables:PPGSensor} => {?U_4999 a }. -{?U_5000 a SensorsAndWearables:PPGSensor} => {?U_5000 a }. -{?U_5001 a SensorsAndWearables:PPGSensor} => {?U_5001 a }. -{?U_5002 a SensorsAndWearables:PPGSensor} => {?U_5002 a }. -{?U_5003 a SensorsAndWearables:PPGSensor} => {?U_5003 a }. -{?U_5004 a SensorsAndWearables:PPGSensor} => {?U_5004 a saref4bldg:PhysicalObject}. -{?U_5005 a SensorsAndWearables:PPGSensor} => {?U_5005 a }. -{?U_5006 a SensorsAndWearables:PPGSensor} => {?U_5006 a }. -{?U_5007 a SensorsAndWearables:PPGSensor} => {?U_5007 a }. -{?U_5008 a SensorsAndWearables:Proximity} => {?U_5008 a }. -{?U_5009 a SensorsAndWearables:Proximity} => {?U_5009 a }. -{?U_5010 a SensorsAndWearables:Proximity} => {?U_5010 a }. -{?U_5011 a SensorsAndWearables:Proximity} => {?U_5011 a }. -{?U_5012 a SensorsAndWearables:Proximity} => {?U_5012 a }. -{?U_5013 a SensorsAndWearables:Proximity} => {?U_5013 a }. -{?U_5014 a SensorsAndWearables:Proximity} => {?U_5014 a }. -{?U_5015 a SensorsAndWearables:ProximitySensor} => {?U_5015 a }. -{?U_5016 a SensorsAndWearables:ProximitySensor} => {?U_5016 a }. -{?U_5017 a SensorsAndWearables:ProximitySensor} => {?U_5017 a }. -{?U_5018 a SensorsAndWearables:ProximitySensor} => {?U_5018 a }. -{?U_5019 a SensorsAndWearables:ProximitySensor} => {?U_5019 a }. -{?U_5020 a SensorsAndWearables:ProximitySensor} => {?U_5020 a }. -{?U_5021 a SensorsAndWearables:ProximitySensor} => {?U_5021 a }. -{?U_5022 a SensorsAndWearables:ProximitySensor} => {?U_5022 a }. -{?U_5023 a SensorsAndWearables:ProximitySensor} => {?U_5023 a }. -{?U_5024 a SensorsAndWearables:ProximitySensor} => {?U_5024 a }. -{?U_5025 a SensorsAndWearables:ProximitySensor} => {?U_5025 a }. -{?U_5026 a SensorsAndWearables:ProximitySensor} => {?U_5026 a }. -{?U_5027 a SensorsAndWearables:ProximitySensor} => {?U_5027 a saref4bldg:PhysicalObject}. -{?U_5028 a SensorsAndWearables:ProximitySensor} => {?U_5028 a }. -{?U_5029 a SensorsAndWearables:ProximitySensor} => {?U_5029 a }. -{?U_5030 a SensorsAndWearables:ProximitySensor} => {?U_5030 a }. -{?U_5031 a SensorsAndWearables:Rotation} => {?U_5031 a saref-core:Property}. -{?U_5032 a SensorsAndWearables:RotationSensor} => {?U_5032 a saref-core:Device}. -{?U_5033 a SensorsAndWearables:RotationSensor} => {?U_5033 a }. -{?U_5034 a SensorsAndWearables:SPO2} => {?U_5034 a saref-core:Property}. -{?U_5035 a SensorsAndWearables:ScreenUsage} => {?U_5035 a }. -{?U_5036 a SensorsAndWearables:ScreenUsage} => {?U_5036 a }. -{?U_5037 a SensorsAndWearables:ScreenUsage} => {?U_5037 a }. -{?U_5038 a SensorsAndWearables:ScreenUsage} => {?U_5038 a }. -{?U_5039 a SensorsAndWearables:ScreenUsage} => {?U_5039 a }. -{?U_5040 a SensorsAndWearables:ScreenUsage} => {?U_5040 a }. -{?U_5041 a SensorsAndWearables:ScreenUsage} => {?U_5041 a }. -{?U_5042 a SensorsAndWearables:ScreenUsageMeter} => {?U_5042 a saref-core:Device}. -{?U_5043 a SensorsAndWearables:ScreenUsageMeter} => {?U_5043 a }. -{?U_5044 a SensorsAndWearables:SkinConductance} => {?U_5044 a saref-core:Property}. -{?U_5045 a SensorsAndWearables:SkinTemperature} => {?U_5045 a saref-core:Property}. -{?U_5046 a SensorsAndWearables:SmartphoneAcceleration} => {?U_5046 a saref-core:Property}. -{?U_5047 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5047 a }. -{?U_5048 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5048 a }. -{?U_5049 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5049 a }. -{?U_5050 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5050 a }. -{?U_5051 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5051 a }. -{?U_5052 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5052 a }. -{?U_5053 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5053 a }. -{?U_5054 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5054 a }. -{?U_5055 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5055 a }. -{?U_5056 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5056 a }. -{?U_5057 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5057 a }. -{?U_5058 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5058 a }. -{?U_5059 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5059 a saref4bldg:PhysicalObject}. -{?U_5060 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5060 a }. -{?U_5061 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5061 a }. -{?U_5062 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5062 a }. -{?U_5063 a SensorsAndWearables:StepCount} => {?U_5063 a }. -{?U_5064 a SensorsAndWearables:StepCount} => {?U_5064 a }. -{?U_5065 a SensorsAndWearables:StepCount} => {?U_5065 a }. -{?U_5066 a SensorsAndWearables:StepCount} => {?U_5066 a }. -{?U_5067 a SensorsAndWearables:StepCount} => {?U_5067 a }. -{?U_5068 a SensorsAndWearables:StepCount} => {?U_5068 a }. -{?U_5069 a SensorsAndWearables:StepCount} => {?U_5069 a }. -{?U_5070 a SensorsAndWearables:StepCounter} => {?U_5070 a }. -{?U_5071 a SensorsAndWearables:StepCounter} => {?U_5071 a }. -{?U_5072 a SensorsAndWearables:StepCounter} => {?U_5072 a }. -{?U_5073 a SensorsAndWearables:StepCounter} => {?U_5073 a }. -{?U_5074 a SensorsAndWearables:StepCounter} => {?U_5074 a }. -{?U_5075 a SensorsAndWearables:StepCounter} => {?U_5075 a }. -{?U_5076 a SensorsAndWearables:StepCounter} => {?U_5076 a }. -{?U_5077 a SensorsAndWearables:StepCounter} => {?U_5077 a }. -{?U_5078 a SensorsAndWearables:StepCounter} => {?U_5078 a }. -{?U_5079 a SensorsAndWearables:StepCounter} => {?U_5079 a }. -{?U_5080 a SensorsAndWearables:StepCounter} => {?U_5080 a }. -{?U_5081 a SensorsAndWearables:StepCounter} => {?U_5081 a }. -{?U_5082 a SensorsAndWearables:StepCounter} => {?U_5082 a saref4bldg:PhysicalObject}. -{?U_5083 a SensorsAndWearables:StepCounter} => {?U_5083 a }. -{?U_5084 a SensorsAndWearables:StepCounter} => {?U_5084 a }. -{?U_5085 a SensorsAndWearables:StepCounter} => {?U_5085 a }. -{?U_5086 a SensorsAndWearables:Thermopile} => {?U_5086 a saref-core:Device}. -{?U_5087 a SensorsAndWearables:Thermopile} => {?U_5087 a }. -{?U_5088 a SensorsAndWearables:Thermopile} => {?U_5088 a }. -{?U_5089 a SensorsAndWearables:Thermopile} => {?U_5089 a }. -{?U_5090 a SensorsAndWearables:Thermopile} => {?U_5090 a }. -{?U_5091 a SensorsAndWearables:Thermopile} => {?U_5091 a }. -{?U_5092 a SensorsAndWearables:Thermopile} => {?U_5092 a }. -{?U_5093 a SensorsAndWearables:Thermopile} => {?U_5093 a }. -{?U_5094 a SensorsAndWearables:Thermopile} => {?U_5094 a }. -{?U_5095 a SensorsAndWearables:Thermopile} => {?U_5095 a }. -{?U_5096 a SensorsAndWearables:Thermopile} => {?U_5096 a }. -{?U_5097 a SensorsAndWearables:Thermopile} => {?U_5097 a }. -{?U_5098 a SensorsAndWearables:Thermopile} => {?U_5098 a }. -{?U_5099 a SensorsAndWearables:Thermopile} => {?U_5099 a }. -{?U_5100 a SensorsAndWearables:Thermopile} => {?U_5100 a saref4bldg:PhysicalObject}. -{?U_5101 a SensorsAndWearables:Thermopile} => {?U_5101 a }. -{?U_5102 a SensorsAndWearables:Thermopile} => {?U_5102 a }. -{?U_5103 a SensorsAndWearables:Thermopile} => {?U_5103 a }. -{?U_5104 a SensorsAndWearables:WearableAcceleration} => {?U_5104 a saref-core:Property}. -{?U_5105 a SensorsAndWearables:Weight} => {?U_5105 a saref-core:Property}. -{?U_5106 a } => {?U_5106 a }. -{?U_5107 a } => {?U_5107 a }. -{?U_5108 a } => {?U_5108 a }. -{?U_5109 a } => {?U_5109 a }. -{?U_5110 a } => {?U_5110 a }. -{?U_5111 a } => {?U_5111 a }. -{?U_5112 a } => {?U_5112 a }. -{?U_5113 a } => {?U_5113 a }. -{?U_5114 a } => {?U_5114 a }. -{?U_5115 a } => {?U_5115 a }. -{?U_5116 a } => {?U_5116 a }. -{?U_5117 a } => {?U_5117 a }. -{?U_5118 a } => {?U_5118 a }. -{?U_5119 a } => {?U_5119 a }. -{?U_5120 a } => {?U_5120 a }. -{?U_5121 a } => {?U_5121 a }. -{?U_5122 a } => {?U_5122 a }. -{?U_5123 a } => {?U_5123 a }. -{?U_5124 a } => {?U_5124 a }. -{?U_5125 a } => {?U_5125 a saref4bldg:PhysicalObject}. -{?U_5126 a } => {?U_5126 a }. -{?U_5127 a } => {?U_5127 a }. -{?U_5128 a } => {?U_5128 a }. -{?U_5129 a dogont:Button} => {?U_5129 a }. -{?U_5130 a dogont:Button} => {?U_5130 a }. -{?U_5131 a dogont:Closet} => {?U_5131 a }. -{?U_5132 a dogont:Closet} => {?U_5132 a }. -{?U_5133 a dogont:Cupboard} => {?U_5133 a }. -{?U_5134 a dogont:Cupboard} => {?U_5134 a }. -{?U_5135 a dogont:DimmableLight} => {?U_5135 a saref4bldg:DistributionDevice}. -{?U_5136 a dogont:DimmableLight} => {?U_5136 a saref-core:Device}. -{?U_5137 a dogont:DimmableLight} => {?U_5137 a }. -{?U_5138 a dogont:DimmableLight} => {?U_5138 a }. -{?U_5139 a dogont:DimmableLight} => {?U_5139 a }. -{?U_5140 a dogont:DimmableLight} => {?U_5140 a }. -{?U_5141 a dogont:DimmableLight} => {?U_5141 a }. -{?U_5142 a dogont:DimmableLight} => {?U_5142 a }. -{?U_5143 a dogont:DimmableLight} => {?U_5143 a }. -{?U_5144 a dogont:DimmableLight} => {?U_5144 a }. -{?U_5145 a dogont:DimmableLight} => {?U_5145 a }. -{?U_5146 a dogont:DimmableLight} => {?U_5146 a }. -{?U_5147 a dogont:DimmableLight} => {?U_5147 a }. -{?U_5148 a dogont:DimmableLight} => {?U_5148 a }. -{?U_5149 a dogont:DimmableLight} => {?U_5149 a }. -{?U_5150 a dogont:DimmableLight} => {?U_5150 a saref4bldg:PhysicalObject}. -{?U_5151 a dogont:DimmableLight} => {?U_5151 a }. -{?U_5152 a dogont:DimmableLight} => {?U_5152 a }. -{?U_5153 a dogont:DimmableLight} => {?U_5153 a }. -{?U_5154 a dogont:DimmerLamp} => {?U_5154 a saref4bldg:DistributionDevice}. -{?U_5155 a dogont:DimmerLamp} => {?U_5155 a saref-core:Device}. -{?U_5156 a dogont:DimmerLamp} => {?U_5156 a }. -{?U_5157 a dogont:DimmerLamp} => {?U_5157 a }. -{?U_5158 a dogont:DimmerLamp} => {?U_5158 a }. -{?U_5159 a dogont:DimmerLamp} => {?U_5159 a }. -{?U_5160 a dogont:DimmerLamp} => {?U_5160 a }. -{?U_5161 a dogont:DimmerLamp} => {?U_5161 a }. -{?U_5162 a dogont:DimmerLamp} => {?U_5162 a }. -{?U_5163 a dogont:DimmerLamp} => {?U_5163 a }. -{?U_5164 a dogont:DimmerLamp} => {?U_5164 a }. -{?U_5165 a dogont:DimmerLamp} => {?U_5165 a }. -{?U_5166 a dogont:DimmerLamp} => {?U_5166 a }. -{?U_5167 a dogont:DimmerLamp} => {?U_5167 a }. -{?U_5168 a dogont:DimmerLamp} => {?U_5168 a }. -{?U_5169 a dogont:DimmerLamp} => {?U_5169 a saref4bldg:PhysicalObject}. -{?U_5170 a dogont:DimmerLamp} => {?U_5170 a }. -{?U_5171 a dogont:DimmerLamp} => {?U_5171 a }. -{?U_5172 a dogont:DimmerLamp} => {?U_5172 a }. -{?U_5173 a dogont:DimmerSwitch} => {?U_5173 a saref4bldg:DistributionDevice}. -{?U_5174 a dogont:DimmerSwitch} => {?U_5174 a saref-core:Device}. -{?U_5175 a dogont:DimmerSwitch} => {?U_5175 a }. -{?U_5176 a dogont:DimmerSwitch} => {?U_5176 a }. -{?U_5177 a dogont:DimmerSwitch} => {?U_5177 a }. -{?U_5178 a dogont:DimmerSwitch} => {?U_5178 a }. -{?U_5179 a dogont:DimmerSwitch} => {?U_5179 a }. -{?U_5180 a dogont:DimmerSwitch} => {?U_5180 a }. -{?U_5181 a dogont:DimmerSwitch} => {?U_5181 a }. -{?U_5182 a dogont:DimmerSwitch} => {?U_5182 a }. -{?U_5183 a dogont:DimmerSwitch} => {?U_5183 a }. -{?U_5184 a dogont:DimmerSwitch} => {?U_5184 a }. -{?U_5185 a dogont:DimmerSwitch} => {?U_5185 a }. -{?U_5186 a dogont:DimmerSwitch} => {?U_5186 a }. -{?U_5187 a dogont:DimmerSwitch} => {?U_5187 a }. -{?U_5188 a dogont:DimmerSwitch} => {?U_5188 a saref4bldg:PhysicalObject}. -{?U_5189 a dogont:DimmerSwitch} => {?U_5189 a }. -{?U_5190 a dogont:DimmerSwitch} => {?U_5190 a }. -{?U_5191 a dogont:DimmerSwitch} => {?U_5191 a }. -{?U_5192 a dogont:Door} => {?U_5192 a }. -{?U_5193 a dogont:Door} => {?U_5193 a }. -{?U_5194 a dogont:Shutter} => {?U_5194 a }. -{?U_5195 a dogont:Shutter} => {?U_5195 a }. -{?U_5196 a dogont:ShutterActuator} => {?U_5196 a saref4bldg:DistributionDevice}. -{?U_5197 a dogont:ShutterActuator} => {?U_5197 a saref-core:Device}. -{?U_5198 a dogont:ShutterActuator} => {?U_5198 a }. -{?U_5199 a dogont:ShutterActuator} => {?U_5199 a }. -{?U_5200 a dogont:ShutterActuator} => {?U_5200 a }. -{?U_5201 a dogont:ShutterActuator} => {?U_5201 a }. -{?U_5202 a dogont:ShutterActuator} => {?U_5202 a }. -{?U_5203 a dogont:ShutterActuator} => {?U_5203 a }. -{?U_5204 a dogont:ShutterActuator} => {?U_5204 a }. -{?U_5205 a dogont:ShutterActuator} => {?U_5205 a }. -{?U_5206 a dogont:ShutterActuator} => {?U_5206 a }. -{?U_5207 a dogont:ShutterActuator} => {?U_5207 a }. -{?U_5208 a dogont:ShutterActuator} => {?U_5208 a }. -{?U_5209 a dogont:ShutterActuator} => {?U_5209 a }. -{?U_5210 a dogont:ShutterActuator} => {?U_5210 a }. -{?U_5211 a dogont:ShutterActuator} => {?U_5211 a saref4bldg:PhysicalObject}. -{?U_5212 a dogont:ShutterActuator} => {?U_5212 a }. -{?U_5213 a dogont:ShutterActuator} => {?U_5213 a }. -{?U_5214 a dogont:ShutterActuator} => {?U_5214 a }. -{?U_5215 a dogont:Terrace} => {?U_5215 a }. -{?U_5216 a dogont:Terrace} => {?U_5216 a }. -{?U_5217 a dogont:Window} => {?U_5217 a }. -{?U_5218 a dogont:Window} => {?U_5218 a }. -{?U_5219 a ns3:Curtain} => {?U_5219 a }. -{?U_5220 a ns3:Curtain} => {?U_5220 a }. -{?U_5221 a ns3:Furniture} => {?U_5221 a }. -{?U_5222 a ns3:Netatmo} => {?U_5222 a }. -{?U_5223 a ns3:Netatmo} => {?U_5223 a }. -{?U_5224 a ns3:Netatmo} => {?U_5224 a }. -{?U_5225 a ns3:Netatmo} => {?U_5225 a }. -{?U_5226 a ns3:Netatmo} => {?U_5226 a }. -{?U_5227 a ns3:Netatmo} => {?U_5227 a }. -{?U_5228 a ns3:Netatmo} => {?U_5228 a }. -{?U_5229 a ns3:Netatmo} => {?U_5229 a }. -{?U_5230 a ns3:Netatmo} => {?U_5230 a }. -{?U_5231 a ns3:Netatmo} => {?U_5231 a }. -{?U_5232 a ns3:Netatmo} => {?U_5232 a }. -{?U_5233 a ns3:Netatmo} => {?U_5233 a }. -{?U_5234 a ns3:Netatmo} => {?U_5234 a saref4bldg:PhysicalObject}. -{?U_5235 a ns3:Netatmo} => {?U_5235 a }. -{?U_5236 a ns3:Netatmo} => {?U_5236 a }. -{?U_5237 a ns3:Netatmo} => {?U_5237 a }. -{?U_5238 a ns3:WeatherStation} => {?U_5238 a }. -{?U_5239 a ns3:WeatherStation} => {?U_5239 a }. -{?U_5240 a ns3:WeatherStation} => {?U_5240 a }. -{?U_5241 a ns3:WeatherStation} => {?U_5241 a }. -{?U_5242 a ns3:WeatherStation} => {?U_5242 a }. -{?U_5243 a ns3:WeatherStation} => {?U_5243 a }. -{?U_5244 a ns3:WeatherStation} => {?U_5244 a }. -{?U_5245 a ns3:WeatherStation} => {?U_5245 a }. -{?U_5246 a ns3:WeatherStation} => {?U_5246 a }. -{?U_5247 a ns3:WeatherStation} => {?U_5247 a }. -{?U_5248 a ns3:WeatherStation} => {?U_5248 a }. -{?U_5249 a ns3:WeatherStation} => {?U_5249 a }. -{?U_5250 a ns3:WeatherStation} => {?U_5250 a saref4bldg:PhysicalObject}. -{?U_5251 a ns3:WeatherStation} => {?U_5251 a }. -{?U_5252 a ns3:WeatherStation} => {?U_5252 a }. -{?U_5253 a ns3:WeatherStation} => {?U_5253 a }. -{?U_5254 a ns3:WindowSensor} => {?U_5254 a }. -{?U_5255 a ns3:WindowSensor} => {?U_5255 a }. -{?U_5256 a ns3:WindowSensor} => {?U_5256 a }. -{?U_5257 a ns3:WindowSensor} => {?U_5257 a }. -{?U_5258 a ns3:WindowSensor} => {?U_5258 a }. -{?U_5259 a ns3:WindowSensor} => {?U_5259 a }. -{?U_5260 a ns3:WindowSensor} => {?U_5260 a }. -{?U_5261 a ns3:WindowSensor} => {?U_5261 a }. -{?U_5262 a ns3:WindowSensor} => {?U_5262 a }. -{?U_5263 a ns3:WindowSensor} => {?U_5263 a }. -{?U_5264 a ns3:WindowSensor} => {?U_5264 a }. -{?U_5265 a ns3:WindowSensor} => {?U_5265 a }. -{?U_5266 a ns3:WindowSensor} => {?U_5266 a saref4bldg:PhysicalObject}. -{?U_5267 a ns3:WindowSensor} => {?U_5267 a }. -{?U_5268 a ns3:WindowSensor} => {?U_5268 a }. -{?U_5269 a ns3:WindowSensor} => {?U_5269 a }. -{?U_5270 a ns4:EmpaticaTagButton} => {?U_5270 a }. -{?U_5271 a ns4:EmpaticaTagButton} => {?U_5271 a }. -{?U_5272 a ns4:SleepAPI} => {?U_5272 a }. -{?U_5273 a ns4:SleepAPI} => {?U_5273 a }. -{?U_5274 a ns4:SleepAPI} => {?U_5274 a }. -{?U_5275 a ns4:SleepAPI} => {?U_5275 a }. -{?U_5276 a ns4:SleepAPI} => {?U_5276 a }. -{?U_5277 a ns4:SleepAPI} => {?U_5277 a }. -{?U_5278 a ns4:SleepAPI} => {?U_5278 a }. -{?U_5279 a ns4:SleepAPI} => {?U_5279 a }. -{?U_5280 a ns4:SleepAPI} => {?U_5280 a }. -{?U_5281 a ns4:SleepAPI} => {?U_5281 a }. -{?U_5282 a ns4:SleepAPI} => {?U_5282 a }. -{?U_5283 a ns4:SleepAPI} => {?U_5283 a }. -{?U_5284 a ns4:SleepAPI} => {?U_5284 a saref4bldg:PhysicalObject}. -{?U_5285 a ns4:SleepAPI} => {?U_5285 a }. -{?U_5286 a ns4:SleepAPI} => {?U_5286 a }. -{?U_5287 a ns4:SleepAPI} => {?U_5287 a }. -{?U_5288 a saref-core:Actuator} => {?U_5288 a }. -{?U_5289 a saref-core:Actuator} => {?U_5289 a }. -{?U_5290 a saref-core:Appliance} => {?U_5290 a }. -{?U_5291 a saref-core:Appliance} => {?U_5291 a }. -{?U_5292 a saref-core:Coal} => {?U_5292 a }. -{?U_5293 a saref-core:Coal} => {?U_5293 a }. -{?U_5294 a saref-core:DoorSwitch} => {?U_5294 a saref-core:Device}. -{?U_5295 a saref-core:DoorSwitch} => {?U_5295 a }. -{?U_5296 a saref-core:DoorSwitch} => {?U_5296 a }. -{?U_5297 a saref-core:DoorSwitch} => {?U_5297 a }. -{?U_5298 a saref-core:DoorSwitch} => {?U_5298 a }. -{?U_5299 a saref-core:DoorSwitch} => {?U_5299 a }. -{?U_5300 a saref-core:DoorSwitch} => {?U_5300 a }. -{?U_5301 a saref-core:DoorSwitch} => {?U_5301 a }. -{?U_5302 a saref-core:DoorSwitch} => {?U_5302 a }. -{?U_5303 a saref-core:DoorSwitch} => {?U_5303 a }. -{?U_5304 a saref-core:DoorSwitch} => {?U_5304 a }. -{?U_5305 a saref-core:DoorSwitch} => {?U_5305 a }. -{?U_5306 a saref-core:DoorSwitch} => {?U_5306 a }. -{?U_5307 a saref-core:DoorSwitch} => {?U_5307 a }. -{?U_5308 a saref-core:DoorSwitch} => {?U_5308 a saref4bldg:PhysicalObject}. -{?U_5309 a saref-core:DoorSwitch} => {?U_5309 a }. -{?U_5310 a saref-core:DoorSwitch} => {?U_5310 a }. -{?U_5311 a saref-core:DoorSwitch} => {?U_5311 a }. -{?U_5312 a saref-core:Electricity} => {?U_5312 a }. -{?U_5313 a saref-core:Electricity} => {?U_5313 a }. -{?U_5314 a saref-core:Energy} => {?U_5314 a }. -{?U_5315 a saref-core:Energy} => {?U_5315 a }. -{?U_5316 a saref-core:Gas} => {?U_5316 a }. -{?U_5317 a saref-core:Gas} => {?U_5317 a }. -{?U_5318 a saref-core:HVAC} => {?U_5318 a }. -{?U_5319 a saref-core:HVAC} => {?U_5319 a }. -{?U_5320 a saref-core:Humidity} => {?U_5320 a }. -{?U_5321 a saref-core:Humidity} => {?U_5321 a }. -{?U_5322 a saref-core:Light} => {?U_5322 a }. -{?U_5323 a saref-core:Light} => {?U_5323 a }. -{?U_5324 a saref-core:LightSwitch} => {?U_5324 a saref-core:Device}. -{?U_5325 a saref-core:LightSwitch} => {?U_5325 a }. -{?U_5326 a saref-core:LightSwitch} => {?U_5326 a }. -{?U_5327 a saref-core:LightSwitch} => {?U_5327 a }. -{?U_5328 a saref-core:LightSwitch} => {?U_5328 a }. -{?U_5329 a saref-core:LightSwitch} => {?U_5329 a }. -{?U_5330 a saref-core:LightSwitch} => {?U_5330 a }. -{?U_5331 a saref-core:LightSwitch} => {?U_5331 a }. -{?U_5332 a saref-core:LightSwitch} => {?U_5332 a }. -{?U_5333 a saref-core:LightSwitch} => {?U_5333 a }. -{?U_5334 a saref-core:LightSwitch} => {?U_5334 a }. -{?U_5335 a saref-core:LightSwitch} => {?U_5335 a }. -{?U_5336 a saref-core:LightSwitch} => {?U_5336 a }. -{?U_5337 a saref-core:LightSwitch} => {?U_5337 a }. -{?U_5338 a saref-core:LightSwitch} => {?U_5338 a saref4bldg:PhysicalObject}. -{?U_5339 a saref-core:LightSwitch} => {?U_5339 a }. -{?U_5340 a saref-core:LightSwitch} => {?U_5340 a }. -{?U_5341 a saref-core:LightSwitch} => {?U_5341 a }. -{?U_5342 a saref-core:Meter} => {?U_5342 a }. -{?U_5343 a saref-core:Meter} => {?U_5343 a }. -{?U_5344 a saref-core:Motion} => {?U_5344 a }. -{?U_5345 a saref-core:Motion} => {?U_5345 a }. -{?U_5346 a saref-core:Occupancy} => {?U_5346 a }. -{?U_5347 a saref-core:Occupancy} => {?U_5347 a }. -{?U_5348 a saref-core:Power} => {?U_5348 a }. -{?U_5349 a saref-core:Power} => {?U_5349 a }. -{?U_5350 a saref-core:Pressure} => {?U_5350 a }. -{?U_5351 a saref-core:Pressure} => {?U_5351 a }. -{?U_5352 a saref-core:Price} => {?U_5352 a }. -{?U_5353 a saref-core:Price} => {?U_5353 a }. -{?U_5354 a saref-core:Sensor} => {?U_5354 a }. -{?U_5355 a saref-core:Sensor} => {?U_5355 a }. -{?U_5356 a saref-core:SetAbsoluteLevelCommand} => {?U_5356 a }. -{?U_5357 a saref-core:SetAbsoluteLevelCommand} => {?U_5357 a }. -{?U_5358 a saref-core:Smoke} => {?U_5358 a }. -{?U_5359 a saref-core:Smoke} => {?U_5359 a }. -{?U_5360 a saref-core:SmokeSensor} => {?U_5360 a }. -{?U_5361 a saref-core:SmokeSensor} => {?U_5361 a }. -{?U_5362 a saref-core:Switch} => {?U_5362 a }. -{?U_5363 a saref-core:Switch} => {?U_5363 a }. -{?U_5364 a saref-core:Temperature} => {?U_5364 a }. -{?U_5365 a saref-core:Temperature} => {?U_5365 a }. -{?U_5366 a saref-core:TemperatureSensor} => {?U_5366 a }. -{?U_5367 a saref-core:TemperatureSensor} => {?U_5367 a }. -{?U_5368 a saref-core:Water} => {?U_5368 a }. -{?U_5369 a saref-core:Water} => {?U_5369 a }. -{?U_5370 a saref4bldg:Actuator} => {?U_5370 a saref4bldg:BuildingDevice}. -{?U_5371 a saref4bldg:Actuator} => {?U_5371 a }. -{?U_5372 a saref4bldg:Actuator} => {?U_5372 a }. -{?U_5373 a saref4bldg:AirToAirHeatRecovery} => {?U_5373 a saref4bldg:DistributionDevice}. -{?U_5374 a saref4bldg:AirToAirHeatRecovery} => {?U_5374 a saref4bldg:BuildingDevice}. -{?U_5375 a saref4bldg:AirToAirHeatRecovery} => {?U_5375 a saref4bldg:BuildingObject}. -{?U_5376 a saref4bldg:AirToAirHeatRecovery} => {?U_5376 a saref-core:Device}. -{?U_5377 a saref4bldg:AirToAirHeatRecovery} => {?U_5377 a saref4bldg:PhysicalObject}. -{?U_5378 a saref4bldg:AirToAirHeatRecovery} => {?U_5378 a }. -{?U_5379 a saref4bldg:AirToAirHeatRecovery} => {?U_5379 a }. -{?U_5380 a saref4bldg:AirToAirHeatRecovery} => {?U_5380 a }. -{?U_5381 a saref4bldg:AirToAirHeatRecovery} => {?U_5381 a }. -{?U_5382 a saref4bldg:AirToAirHeatRecovery} => {?U_5382 a }. -{?U_5383 a saref4bldg:AirToAirHeatRecovery} => {?U_5383 a }. -{?U_5384 a saref4bldg:AirToAirHeatRecovery} => {?U_5384 a }. -{?U_5385 a saref4bldg:AirToAirHeatRecovery} => {?U_5385 a }. -{?U_5386 a saref4bldg:AirToAirHeatRecovery} => {?U_5386 a }. -{?U_5387 a saref4bldg:AirToAirHeatRecovery} => {?U_5387 a }. -{?U_5388 a saref4bldg:AirToAirHeatRecovery} => {?U_5388 a }. -{?U_5389 a saref4bldg:AirToAirHeatRecovery} => {?U_5389 a }. -{?U_5390 a saref4bldg:AirToAirHeatRecovery} => {?U_5390 a }. -{?U_5391 a saref4bldg:AirToAirHeatRecovery} => {?U_5391 a }. -{?U_5392 a saref4bldg:AirToAirHeatRecovery} => {?U_5392 a }. -{?U_5393 a saref4bldg:Alarm} => {?U_5393 a saref4bldg:BuildingDevice}. -{?U_5394 a saref4bldg:AudioVisualAppliance} => {?U_5394 a saref4bldg:DistributionDevice}. -{?U_5395 a saref4bldg:AudioVisualAppliance} => {?U_5395 a saref4bldg:BuildingDevice}. -{?U_5396 a saref4bldg:AudioVisualAppliance} => {?U_5396 a saref4bldg:BuildingObject}. -{?U_5397 a saref4bldg:AudioVisualAppliance} => {?U_5397 a saref-core:Device}. -{?U_5398 a saref4bldg:AudioVisualAppliance} => {?U_5398 a saref4bldg:PhysicalObject}. -{?U_5399 a saref4bldg:AudioVisualAppliance} => {?U_5399 a }. -{?U_5400 a saref4bldg:AudioVisualAppliance} => {?U_5400 a }. -{?U_5401 a saref4bldg:AudioVisualAppliance} => {?U_5401 a }. -{?U_5402 a saref4bldg:AudioVisualAppliance} => {?U_5402 a }. -{?U_5403 a saref4bldg:AudioVisualAppliance} => {?U_5403 a }. -{?U_5404 a saref4bldg:AudioVisualAppliance} => {?U_5404 a }. -{?U_5405 a saref4bldg:AudioVisualAppliance} => {?U_5405 a }. -{?U_5406 a saref4bldg:AudioVisualAppliance} => {?U_5406 a }. -{?U_5407 a saref4bldg:AudioVisualAppliance} => {?U_5407 a }. -{?U_5408 a saref4bldg:AudioVisualAppliance} => {?U_5408 a }. -{?U_5409 a saref4bldg:AudioVisualAppliance} => {?U_5409 a }. -{?U_5410 a saref4bldg:AudioVisualAppliance} => {?U_5410 a }. -{?U_5411 a saref4bldg:AudioVisualAppliance} => {?U_5411 a }. -{?U_5412 a saref4bldg:AudioVisualAppliance} => {?U_5412 a }. -{?U_5413 a saref4bldg:AudioVisualAppliance} => {?U_5413 a }. -{?U_5414 a saref4bldg:Boiler} => {?U_5414 a saref4bldg:DistributionDevice}. -{?U_5415 a saref4bldg:Boiler} => {?U_5415 a saref4bldg:BuildingDevice}. -{?U_5416 a saref4bldg:Boiler} => {?U_5416 a saref4bldg:BuildingObject}. -{?U_5417 a saref4bldg:Boiler} => {?U_5417 a saref-core:Device}. -{?U_5418 a saref4bldg:Boiler} => {?U_5418 a saref4bldg:PhysicalObject}. -{?U_5419 a saref4bldg:Boiler} => {?U_5419 a }. -{?U_5420 a saref4bldg:Boiler} => {?U_5420 a }. -{?U_5421 a saref4bldg:Boiler} => {?U_5421 a }. -{?U_5422 a saref4bldg:Boiler} => {?U_5422 a }. -{?U_5423 a saref4bldg:Boiler} => {?U_5423 a }. -{?U_5424 a saref4bldg:Boiler} => {?U_5424 a }. -{?U_5425 a saref4bldg:Boiler} => {?U_5425 a }. -{?U_5426 a saref4bldg:Boiler} => {?U_5426 a }. -{?U_5427 a saref4bldg:Boiler} => {?U_5427 a }. -{?U_5428 a saref4bldg:Boiler} => {?U_5428 a }. -{?U_5429 a saref4bldg:Boiler} => {?U_5429 a }. -{?U_5430 a saref4bldg:Boiler} => {?U_5430 a }. -{?U_5431 a saref4bldg:Boiler} => {?U_5431 a }. -{?U_5432 a saref4bldg:Boiler} => {?U_5432 a }. -{?U_5433 a saref4bldg:Boiler} => {?U_5433 a }. -{?U_5434 a saref4bldg:BuildingDevice} => {?U_5434 a }. -{?U_5435 a saref4bldg:BuildingDevice} => {?U_5435 a }. -{?U_5436 a saref4bldg:BuildingObject} => {?U_5436 a }. -{?U_5437 a saref4bldg:Burner} => {?U_5437 a saref4bldg:DistributionDevice}. -{?U_5438 a saref4bldg:Burner} => {?U_5438 a saref4bldg:BuildingDevice}. -{?U_5439 a saref4bldg:Burner} => {?U_5439 a saref4bldg:BuildingObject}. -{?U_5440 a saref4bldg:Burner} => {?U_5440 a saref-core:Device}. -{?U_5441 a saref4bldg:Burner} => {?U_5441 a saref4bldg:PhysicalObject}. -{?U_5442 a saref4bldg:Burner} => {?U_5442 a }. -{?U_5443 a saref4bldg:Burner} => {?U_5443 a }. -{?U_5444 a saref4bldg:Burner} => {?U_5444 a }. -{?U_5445 a saref4bldg:Burner} => {?U_5445 a }. -{?U_5446 a saref4bldg:Burner} => {?U_5446 a }. -{?U_5447 a saref4bldg:Burner} => {?U_5447 a }. -{?U_5448 a saref4bldg:Burner} => {?U_5448 a }. -{?U_5449 a saref4bldg:Burner} => {?U_5449 a }. -{?U_5450 a saref4bldg:Burner} => {?U_5450 a }. -{?U_5451 a saref4bldg:Burner} => {?U_5451 a }. -{?U_5452 a saref4bldg:Burner} => {?U_5452 a }. -{?U_5453 a saref4bldg:Burner} => {?U_5453 a }. -{?U_5454 a saref4bldg:Burner} => {?U_5454 a }. -{?U_5455 a saref4bldg:Burner} => {?U_5455 a }. -{?U_5456 a saref4bldg:Burner} => {?U_5456 a }. -{?U_5457 a saref4bldg:Chiller} => {?U_5457 a saref4bldg:DistributionDevice}. -{?U_5458 a saref4bldg:Chiller} => {?U_5458 a saref4bldg:BuildingDevice}. -{?U_5459 a saref4bldg:Chiller} => {?U_5459 a saref4bldg:BuildingObject}. -{?U_5460 a saref4bldg:Chiller} => {?U_5460 a saref-core:Device}. -{?U_5461 a saref4bldg:Chiller} => {?U_5461 a saref4bldg:PhysicalObject}. -{?U_5462 a saref4bldg:Chiller} => {?U_5462 a }. -{?U_5463 a saref4bldg:Chiller} => {?U_5463 a }. -{?U_5464 a saref4bldg:Chiller} => {?U_5464 a }. -{?U_5465 a saref4bldg:Chiller} => {?U_5465 a }. -{?U_5466 a saref4bldg:Chiller} => {?U_5466 a }. -{?U_5467 a saref4bldg:Chiller} => {?U_5467 a }. -{?U_5468 a saref4bldg:Chiller} => {?U_5468 a }. -{?U_5469 a saref4bldg:Chiller} => {?U_5469 a }. -{?U_5470 a saref4bldg:Chiller} => {?U_5470 a }. -{?U_5471 a saref4bldg:Chiller} => {?U_5471 a }. -{?U_5472 a saref4bldg:Chiller} => {?U_5472 a }. -{?U_5473 a saref4bldg:Chiller} => {?U_5473 a }. -{?U_5474 a saref4bldg:Chiller} => {?U_5474 a }. -{?U_5475 a saref4bldg:Chiller} => {?U_5475 a }. -{?U_5476 a saref4bldg:Chiller} => {?U_5476 a }. -{?U_5477 a saref4bldg:Coil} => {?U_5477 a saref4bldg:DistributionDevice}. -{?U_5478 a saref4bldg:Coil} => {?U_5478 a saref4bldg:BuildingDevice}. -{?U_5479 a saref4bldg:Coil} => {?U_5479 a saref4bldg:BuildingObject}. -{?U_5480 a saref4bldg:Coil} => {?U_5480 a saref-core:Device}. -{?U_5481 a saref4bldg:Coil} => {?U_5481 a saref4bldg:PhysicalObject}. -{?U_5482 a saref4bldg:Coil} => {?U_5482 a }. -{?U_5483 a saref4bldg:Coil} => {?U_5483 a }. -{?U_5484 a saref4bldg:Coil} => {?U_5484 a }. -{?U_5485 a saref4bldg:Coil} => {?U_5485 a }. -{?U_5486 a saref4bldg:Coil} => {?U_5486 a }. -{?U_5487 a saref4bldg:Coil} => {?U_5487 a }. -{?U_5488 a saref4bldg:Coil} => {?U_5488 a }. -{?U_5489 a saref4bldg:Coil} => {?U_5489 a }. -{?U_5490 a saref4bldg:Coil} => {?U_5490 a }. -{?U_5491 a saref4bldg:Coil} => {?U_5491 a }. -{?U_5492 a saref4bldg:Coil} => {?U_5492 a }. -{?U_5493 a saref4bldg:Coil} => {?U_5493 a }. -{?U_5494 a saref4bldg:Coil} => {?U_5494 a }. -{?U_5495 a saref4bldg:Coil} => {?U_5495 a }. -{?U_5496 a saref4bldg:Coil} => {?U_5496 a }. -{?U_5497 a saref4bldg:CommunicationAppliance} => {?U_5497 a saref4bldg:DistributionDevice}. -{?U_5498 a saref4bldg:CommunicationAppliance} => {?U_5498 a saref4bldg:BuildingDevice}. -{?U_5499 a saref4bldg:CommunicationAppliance} => {?U_5499 a saref4bldg:BuildingObject}. -{?U_5500 a saref4bldg:CommunicationAppliance} => {?U_5500 a saref-core:Device}. -{?U_5501 a saref4bldg:CommunicationAppliance} => {?U_5501 a saref4bldg:PhysicalObject}. -{?U_5502 a saref4bldg:CommunicationAppliance} => {?U_5502 a }. -{?U_5503 a saref4bldg:CommunicationAppliance} => {?U_5503 a }. -{?U_5504 a saref4bldg:CommunicationAppliance} => {?U_5504 a }. -{?U_5505 a saref4bldg:CommunicationAppliance} => {?U_5505 a }. -{?U_5506 a saref4bldg:CommunicationAppliance} => {?U_5506 a }. -{?U_5507 a saref4bldg:CommunicationAppliance} => {?U_5507 a }. -{?U_5508 a saref4bldg:CommunicationAppliance} => {?U_5508 a }. -{?U_5509 a saref4bldg:CommunicationAppliance} => {?U_5509 a }. -{?U_5510 a saref4bldg:CommunicationAppliance} => {?U_5510 a }. -{?U_5511 a saref4bldg:CommunicationAppliance} => {?U_5511 a }. -{?U_5512 a saref4bldg:CommunicationAppliance} => {?U_5512 a }. -{?U_5513 a saref4bldg:CommunicationAppliance} => {?U_5513 a }. -{?U_5514 a saref4bldg:CommunicationAppliance} => {?U_5514 a }. -{?U_5515 a saref4bldg:CommunicationAppliance} => {?U_5515 a }. -{?U_5516 a saref4bldg:CommunicationAppliance} => {?U_5516 a }. -{?U_5517 a saref4bldg:Compressor} => {?U_5517 a saref4bldg:DistributionDevice}. -{?U_5518 a saref4bldg:Compressor} => {?U_5518 a saref4bldg:BuildingDevice}. -{?U_5519 a saref4bldg:Compressor} => {?U_5519 a saref4bldg:BuildingObject}. -{?U_5520 a saref4bldg:Compressor} => {?U_5520 a saref-core:Device}. -{?U_5521 a saref4bldg:Compressor} => {?U_5521 a saref4bldg:PhysicalObject}. -{?U_5522 a saref4bldg:Compressor} => {?U_5522 a }. -{?U_5523 a saref4bldg:Compressor} => {?U_5523 a }. -{?U_5524 a saref4bldg:Compressor} => {?U_5524 a }. -{?U_5525 a saref4bldg:Compressor} => {?U_5525 a }. -{?U_5526 a saref4bldg:Compressor} => {?U_5526 a }. -{?U_5527 a saref4bldg:Compressor} => {?U_5527 a }. -{?U_5528 a saref4bldg:Compressor} => {?U_5528 a }. -{?U_5529 a saref4bldg:Compressor} => {?U_5529 a }. -{?U_5530 a saref4bldg:Compressor} => {?U_5530 a }. -{?U_5531 a saref4bldg:Compressor} => {?U_5531 a }. -{?U_5532 a saref4bldg:Compressor} => {?U_5532 a }. -{?U_5533 a saref4bldg:Compressor} => {?U_5533 a }. -{?U_5534 a saref4bldg:Compressor} => {?U_5534 a }. -{?U_5535 a saref4bldg:Compressor} => {?U_5535 a }. -{?U_5536 a saref4bldg:Compressor} => {?U_5536 a }. -{?U_5537 a saref4bldg:Condenser} => {?U_5537 a saref4bldg:DistributionDevice}. -{?U_5538 a saref4bldg:Condenser} => {?U_5538 a saref4bldg:BuildingDevice}. -{?U_5539 a saref4bldg:Condenser} => {?U_5539 a saref4bldg:BuildingObject}. -{?U_5540 a saref4bldg:Condenser} => {?U_5540 a saref-core:Device}. -{?U_5541 a saref4bldg:Condenser} => {?U_5541 a saref4bldg:PhysicalObject}. -{?U_5542 a saref4bldg:Condenser} => {?U_5542 a }. -{?U_5543 a saref4bldg:Condenser} => {?U_5543 a }. -{?U_5544 a saref4bldg:Condenser} => {?U_5544 a }. -{?U_5545 a saref4bldg:Condenser} => {?U_5545 a }. -{?U_5546 a saref4bldg:Condenser} => {?U_5546 a }. -{?U_5547 a saref4bldg:Condenser} => {?U_5547 a }. -{?U_5548 a saref4bldg:Condenser} => {?U_5548 a }. -{?U_5549 a saref4bldg:Condenser} => {?U_5549 a }. -{?U_5550 a saref4bldg:Condenser} => {?U_5550 a }. -{?U_5551 a saref4bldg:Condenser} => {?U_5551 a }. -{?U_5552 a saref4bldg:Condenser} => {?U_5552 a }. -{?U_5553 a saref4bldg:Condenser} => {?U_5553 a }. -{?U_5554 a saref4bldg:Condenser} => {?U_5554 a }. -{?U_5555 a saref4bldg:Condenser} => {?U_5555 a }. -{?U_5556 a saref4bldg:Condenser} => {?U_5556 a }. -{?U_5557 a saref4bldg:Controller} => {?U_5557 a saref4bldg:BuildingDevice}. -{?U_5558 a saref4bldg:CooledBeam} => {?U_5558 a saref4bldg:DistributionDevice}. -{?U_5559 a saref4bldg:CooledBeam} => {?U_5559 a saref4bldg:BuildingDevice}. -{?U_5560 a saref4bldg:CooledBeam} => {?U_5560 a saref4bldg:BuildingObject}. -{?U_5561 a saref4bldg:CooledBeam} => {?U_5561 a saref-core:Device}. -{?U_5562 a saref4bldg:CooledBeam} => {?U_5562 a saref4bldg:PhysicalObject}. -{?U_5563 a saref4bldg:CooledBeam} => {?U_5563 a }. -{?U_5564 a saref4bldg:CooledBeam} => {?U_5564 a }. -{?U_5565 a saref4bldg:CooledBeam} => {?U_5565 a }. -{?U_5566 a saref4bldg:CooledBeam} => {?U_5566 a }. -{?U_5567 a saref4bldg:CooledBeam} => {?U_5567 a }. -{?U_5568 a saref4bldg:CooledBeam} => {?U_5568 a }. -{?U_5569 a saref4bldg:CooledBeam} => {?U_5569 a }. -{?U_5570 a saref4bldg:CooledBeam} => {?U_5570 a }. -{?U_5571 a saref4bldg:CooledBeam} => {?U_5571 a }. -{?U_5572 a saref4bldg:CooledBeam} => {?U_5572 a }. -{?U_5573 a saref4bldg:CooledBeam} => {?U_5573 a }. -{?U_5574 a saref4bldg:CooledBeam} => {?U_5574 a }. -{?U_5575 a saref4bldg:CooledBeam} => {?U_5575 a }. -{?U_5576 a saref4bldg:CooledBeam} => {?U_5576 a }. -{?U_5577 a saref4bldg:CooledBeam} => {?U_5577 a }. -{?U_5578 a saref4bldg:CoolingTower} => {?U_5578 a saref4bldg:DistributionDevice}. -{?U_5579 a saref4bldg:CoolingTower} => {?U_5579 a saref4bldg:BuildingDevice}. -{?U_5580 a saref4bldg:CoolingTower} => {?U_5580 a saref4bldg:BuildingObject}. -{?U_5581 a saref4bldg:CoolingTower} => {?U_5581 a saref-core:Device}. -{?U_5582 a saref4bldg:CoolingTower} => {?U_5582 a saref4bldg:PhysicalObject}. -{?U_5583 a saref4bldg:CoolingTower} => {?U_5583 a }. -{?U_5584 a saref4bldg:CoolingTower} => {?U_5584 a }. -{?U_5585 a saref4bldg:CoolingTower} => {?U_5585 a }. -{?U_5586 a saref4bldg:CoolingTower} => {?U_5586 a }. -{?U_5587 a saref4bldg:CoolingTower} => {?U_5587 a }. -{?U_5588 a saref4bldg:CoolingTower} => {?U_5588 a }. -{?U_5589 a saref4bldg:CoolingTower} => {?U_5589 a }. -{?U_5590 a saref4bldg:CoolingTower} => {?U_5590 a }. -{?U_5591 a saref4bldg:CoolingTower} => {?U_5591 a }. -{?U_5592 a saref4bldg:CoolingTower} => {?U_5592 a }. -{?U_5593 a saref4bldg:CoolingTower} => {?U_5593 a }. -{?U_5594 a saref4bldg:CoolingTower} => {?U_5594 a }. -{?U_5595 a saref4bldg:CoolingTower} => {?U_5595 a }. -{?U_5596 a saref4bldg:CoolingTower} => {?U_5596 a }. -{?U_5597 a saref4bldg:CoolingTower} => {?U_5597 a }. -{?U_5598 a saref4bldg:Damper} => {?U_5598 a saref4bldg:DistributionDevice}. -{?U_5599 a saref4bldg:Damper} => {?U_5599 a saref4bldg:BuildingDevice}. -{?U_5600 a saref4bldg:Damper} => {?U_5600 a saref4bldg:BuildingObject}. -{?U_5601 a saref4bldg:Damper} => {?U_5601 a saref-core:Device}. -{?U_5602 a saref4bldg:Damper} => {?U_5602 a saref4bldg:PhysicalObject}. -{?U_5603 a saref4bldg:Damper} => {?U_5603 a }. -{?U_5604 a saref4bldg:Damper} => {?U_5604 a }. -{?U_5605 a saref4bldg:Damper} => {?U_5605 a }. -{?U_5606 a saref4bldg:Damper} => {?U_5606 a }. -{?U_5607 a saref4bldg:Damper} => {?U_5607 a }. -{?U_5608 a saref4bldg:Damper} => {?U_5608 a }. -{?U_5609 a saref4bldg:Damper} => {?U_5609 a }. -{?U_5610 a saref4bldg:Damper} => {?U_5610 a }. -{?U_5611 a saref4bldg:Damper} => {?U_5611 a }. -{?U_5612 a saref4bldg:Damper} => {?U_5612 a }. -{?U_5613 a saref4bldg:Damper} => {?U_5613 a }. -{?U_5614 a saref4bldg:Damper} => {?U_5614 a }. -{?U_5615 a saref4bldg:Damper} => {?U_5615 a }. -{?U_5616 a saref4bldg:Damper} => {?U_5616 a }. -{?U_5617 a saref4bldg:Damper} => {?U_5617 a }. -{?U_5618 a saref4bldg:DistributionControlDevice} => {?U_5618 a saref4bldg:BuildingObject}. -{?U_5619 a saref4bldg:DistributionControlDevice} => {?U_5619 a saref-core:Device}. -{?U_5620 a saref4bldg:DistributionControlDevice} => {?U_5620 a saref4bldg:PhysicalObject}. -{?U_5621 a saref4bldg:DistributionControlDevice} => {?U_5621 a }. -{?U_5622 a saref4bldg:DistributionControlDevice} => {?U_5622 a }. -{?U_5623 a saref4bldg:DistributionControlDevice} => {?U_5623 a }. -{?U_5624 a saref4bldg:DistributionControlDevice} => {?U_5624 a }. -{?U_5625 a saref4bldg:DistributionControlDevice} => {?U_5625 a }. -{?U_5626 a saref4bldg:DistributionControlDevice} => {?U_5626 a }. -{?U_5627 a saref4bldg:DistributionControlDevice} => {?U_5627 a }. -{?U_5628 a saref4bldg:DistributionControlDevice} => {?U_5628 a }. -{?U_5629 a saref4bldg:DistributionControlDevice} => {?U_5629 a }. -{?U_5630 a saref4bldg:DistributionControlDevice} => {?U_5630 a }. -{?U_5631 a saref4bldg:DistributionControlDevice} => {?U_5631 a }. -{?U_5632 a saref4bldg:DistributionControlDevice} => {?U_5632 a }. -{?U_5633 a saref4bldg:DistributionControlDevice} => {?U_5633 a }. -{?U_5634 a saref4bldg:DistributionControlDevice} => {?U_5634 a }. -{?U_5635 a saref4bldg:DistributionControlDevice} => {?U_5635 a }. -{?U_5636 a saref4bldg:DistributionDevice} => {?U_5636 a }. -{?U_5637 a saref4bldg:DistributionDevice} => {?U_5637 a }. -{?U_5638 a saref4bldg:DistributionFlowDevice} => {?U_5638 a }. -{?U_5639 a saref4bldg:DistributionFlowDevice} => {?U_5639 a }. -{?U_5640 a saref4bldg:DuctSilencer} => {?U_5640 a saref4bldg:DistributionDevice}. -{?U_5641 a saref4bldg:DuctSilencer} => {?U_5641 a saref4bldg:BuildingDevice}. -{?U_5642 a saref4bldg:DuctSilencer} => {?U_5642 a saref4bldg:BuildingObject}. -{?U_5643 a saref4bldg:DuctSilencer} => {?U_5643 a saref-core:Device}. -{?U_5644 a saref4bldg:DuctSilencer} => {?U_5644 a saref4bldg:PhysicalObject}. -{?U_5645 a saref4bldg:DuctSilencer} => {?U_5645 a }. -{?U_5646 a saref4bldg:DuctSilencer} => {?U_5646 a }. -{?U_5647 a saref4bldg:DuctSilencer} => {?U_5647 a }. -{?U_5648 a saref4bldg:DuctSilencer} => {?U_5648 a }. -{?U_5649 a saref4bldg:DuctSilencer} => {?U_5649 a }. -{?U_5650 a saref4bldg:DuctSilencer} => {?U_5650 a }. -{?U_5651 a saref4bldg:DuctSilencer} => {?U_5651 a }. -{?U_5652 a saref4bldg:DuctSilencer} => {?U_5652 a }. -{?U_5653 a saref4bldg:DuctSilencer} => {?U_5653 a }. -{?U_5654 a saref4bldg:DuctSilencer} => {?U_5654 a }. -{?U_5655 a saref4bldg:DuctSilencer} => {?U_5655 a }. -{?U_5656 a saref4bldg:DuctSilencer} => {?U_5656 a }. -{?U_5657 a saref4bldg:DuctSilencer} => {?U_5657 a }. -{?U_5658 a saref4bldg:DuctSilencer} => {?U_5658 a }. -{?U_5659 a saref4bldg:DuctSilencer} => {?U_5659 a }. -{?U_5660 a saref4bldg:ElectricAppliance} => {?U_5660 a saref4bldg:DistributionDevice}. -{?U_5661 a saref4bldg:ElectricAppliance} => {?U_5661 a saref4bldg:BuildingDevice}. -{?U_5662 a saref4bldg:ElectricAppliance} => {?U_5662 a saref4bldg:BuildingObject}. -{?U_5663 a saref4bldg:ElectricAppliance} => {?U_5663 a saref-core:Device}. -{?U_5664 a saref4bldg:ElectricAppliance} => {?U_5664 a saref4bldg:PhysicalObject}. -{?U_5665 a saref4bldg:ElectricAppliance} => {?U_5665 a }. -{?U_5666 a saref4bldg:ElectricAppliance} => {?U_5666 a }. -{?U_5667 a saref4bldg:ElectricAppliance} => {?U_5667 a }. -{?U_5668 a saref4bldg:ElectricAppliance} => {?U_5668 a }. -{?U_5669 a saref4bldg:ElectricAppliance} => {?U_5669 a }. -{?U_5670 a saref4bldg:ElectricAppliance} => {?U_5670 a }. -{?U_5671 a saref4bldg:ElectricAppliance} => {?U_5671 a }. -{?U_5672 a saref4bldg:ElectricAppliance} => {?U_5672 a }. -{?U_5673 a saref4bldg:ElectricAppliance} => {?U_5673 a }. -{?U_5674 a saref4bldg:ElectricAppliance} => {?U_5674 a }. -{?U_5675 a saref4bldg:ElectricAppliance} => {?U_5675 a }. -{?U_5676 a saref4bldg:ElectricAppliance} => {?U_5676 a }. -{?U_5677 a saref4bldg:ElectricAppliance} => {?U_5677 a }. -{?U_5678 a saref4bldg:ElectricAppliance} => {?U_5678 a }. -{?U_5679 a saref4bldg:ElectricAppliance} => {?U_5679 a }. -{?U_5680 a saref4bldg:ElectricFlowStorageDevice} => {?U_5680 a saref4bldg:DistributionDevice}. -{?U_5681 a saref4bldg:ElectricFlowStorageDevice} => {?U_5681 a saref4bldg:BuildingDevice}. -{?U_5682 a saref4bldg:ElectricFlowStorageDevice} => {?U_5682 a saref4bldg:BuildingObject}. -{?U_5683 a saref4bldg:ElectricFlowStorageDevice} => {?U_5683 a saref-core:Device}. -{?U_5684 a saref4bldg:ElectricFlowStorageDevice} => {?U_5684 a saref4bldg:PhysicalObject}. -{?U_5685 a saref4bldg:ElectricFlowStorageDevice} => {?U_5685 a }. -{?U_5686 a saref4bldg:ElectricFlowStorageDevice} => {?U_5686 a }. -{?U_5687 a saref4bldg:ElectricFlowStorageDevice} => {?U_5687 a }. -{?U_5688 a saref4bldg:ElectricFlowStorageDevice} => {?U_5688 a }. -{?U_5689 a saref4bldg:ElectricFlowStorageDevice} => {?U_5689 a }. -{?U_5690 a saref4bldg:ElectricFlowStorageDevice} => {?U_5690 a }. -{?U_5691 a saref4bldg:ElectricFlowStorageDevice} => {?U_5691 a }. -{?U_5692 a saref4bldg:ElectricFlowStorageDevice} => {?U_5692 a }. -{?U_5693 a saref4bldg:ElectricFlowStorageDevice} => {?U_5693 a }. -{?U_5694 a saref4bldg:ElectricFlowStorageDevice} => {?U_5694 a }. -{?U_5695 a saref4bldg:ElectricFlowStorageDevice} => {?U_5695 a }. -{?U_5696 a saref4bldg:ElectricFlowStorageDevice} => {?U_5696 a }. -{?U_5697 a saref4bldg:ElectricFlowStorageDevice} => {?U_5697 a }. -{?U_5698 a saref4bldg:ElectricFlowStorageDevice} => {?U_5698 a }. -{?U_5699 a saref4bldg:ElectricFlowStorageDevice} => {?U_5699 a }. -{?U_5700 a saref4bldg:ElectricGenerator} => {?U_5700 a saref4bldg:DistributionDevice}. -{?U_5701 a saref4bldg:ElectricGenerator} => {?U_5701 a saref4bldg:BuildingDevice}. -{?U_5702 a saref4bldg:ElectricGenerator} => {?U_5702 a saref4bldg:BuildingObject}. -{?U_5703 a saref4bldg:ElectricGenerator} => {?U_5703 a saref-core:Device}. -{?U_5704 a saref4bldg:ElectricGenerator} => {?U_5704 a saref4bldg:PhysicalObject}. -{?U_5705 a saref4bldg:ElectricGenerator} => {?U_5705 a }. -{?U_5706 a saref4bldg:ElectricGenerator} => {?U_5706 a }. -{?U_5707 a saref4bldg:ElectricGenerator} => {?U_5707 a }. -{?U_5708 a saref4bldg:ElectricGenerator} => {?U_5708 a }. -{?U_5709 a saref4bldg:ElectricGenerator} => {?U_5709 a }. -{?U_5710 a saref4bldg:ElectricGenerator} => {?U_5710 a }. -{?U_5711 a saref4bldg:ElectricGenerator} => {?U_5711 a }. -{?U_5712 a saref4bldg:ElectricGenerator} => {?U_5712 a }. -{?U_5713 a saref4bldg:ElectricGenerator} => {?U_5713 a }. -{?U_5714 a saref4bldg:ElectricGenerator} => {?U_5714 a }. -{?U_5715 a saref4bldg:ElectricGenerator} => {?U_5715 a }. -{?U_5716 a saref4bldg:ElectricGenerator} => {?U_5716 a }. -{?U_5717 a saref4bldg:ElectricGenerator} => {?U_5717 a }. -{?U_5718 a saref4bldg:ElectricGenerator} => {?U_5718 a }. -{?U_5719 a saref4bldg:ElectricGenerator} => {?U_5719 a }. -{?U_5720 a saref4bldg:ElectricMotor} => {?U_5720 a saref4bldg:DistributionDevice}. -{?U_5721 a saref4bldg:ElectricMotor} => {?U_5721 a saref4bldg:BuildingDevice}. -{?U_5722 a saref4bldg:ElectricMotor} => {?U_5722 a saref4bldg:BuildingObject}. -{?U_5723 a saref4bldg:ElectricMotor} => {?U_5723 a saref-core:Device}. -{?U_5724 a saref4bldg:ElectricMotor} => {?U_5724 a saref4bldg:PhysicalObject}. -{?U_5725 a saref4bldg:ElectricMotor} => {?U_5725 a }. -{?U_5726 a saref4bldg:ElectricMotor} => {?U_5726 a }. -{?U_5727 a saref4bldg:ElectricMotor} => {?U_5727 a }. -{?U_5728 a saref4bldg:ElectricMotor} => {?U_5728 a }. -{?U_5729 a saref4bldg:ElectricMotor} => {?U_5729 a }. -{?U_5730 a saref4bldg:ElectricMotor} => {?U_5730 a }. -{?U_5731 a saref4bldg:ElectricMotor} => {?U_5731 a }. -{?U_5732 a saref4bldg:ElectricMotor} => {?U_5732 a }. -{?U_5733 a saref4bldg:ElectricMotor} => {?U_5733 a }. -{?U_5734 a saref4bldg:ElectricMotor} => {?U_5734 a }. -{?U_5735 a saref4bldg:ElectricMotor} => {?U_5735 a }. -{?U_5736 a saref4bldg:ElectricMotor} => {?U_5736 a }. -{?U_5737 a saref4bldg:ElectricMotor} => {?U_5737 a }. -{?U_5738 a saref4bldg:ElectricMotor} => {?U_5738 a }. -{?U_5739 a saref4bldg:ElectricMotor} => {?U_5739 a }. -{?U_5740 a saref4bldg:ElectricTimeControl} => {?U_5740 a saref4bldg:DistributionDevice}. -{?U_5741 a saref4bldg:ElectricTimeControl} => {?U_5741 a saref4bldg:BuildingDevice}. -{?U_5742 a saref4bldg:ElectricTimeControl} => {?U_5742 a saref4bldg:BuildingObject}. -{?U_5743 a saref4bldg:ElectricTimeControl} => {?U_5743 a saref-core:Device}. -{?U_5744 a saref4bldg:ElectricTimeControl} => {?U_5744 a saref4bldg:PhysicalObject}. -{?U_5745 a saref4bldg:ElectricTimeControl} => {?U_5745 a }. -{?U_5746 a saref4bldg:ElectricTimeControl} => {?U_5746 a }. -{?U_5747 a saref4bldg:ElectricTimeControl} => {?U_5747 a }. -{?U_5748 a saref4bldg:ElectricTimeControl} => {?U_5748 a }. -{?U_5749 a saref4bldg:ElectricTimeControl} => {?U_5749 a }. -{?U_5750 a saref4bldg:ElectricTimeControl} => {?U_5750 a }. -{?U_5751 a saref4bldg:ElectricTimeControl} => {?U_5751 a }. -{?U_5752 a saref4bldg:ElectricTimeControl} => {?U_5752 a }. -{?U_5753 a saref4bldg:ElectricTimeControl} => {?U_5753 a }. -{?U_5754 a saref4bldg:ElectricTimeControl} => {?U_5754 a }. -{?U_5755 a saref4bldg:ElectricTimeControl} => {?U_5755 a }. -{?U_5756 a saref4bldg:ElectricTimeControl} => {?U_5756 a }. -{?U_5757 a saref4bldg:ElectricTimeControl} => {?U_5757 a }. -{?U_5758 a saref4bldg:ElectricTimeControl} => {?U_5758 a }. -{?U_5759 a saref4bldg:ElectricTimeControl} => {?U_5759 a }. -{?U_5760 a saref4bldg:EnergyConversionDevice} => {?U_5760 a }. -{?U_5761 a saref4bldg:EnergyConversionDevice} => {?U_5761 a }. -{?U_5762 a saref4bldg:Engine} => {?U_5762 a }. -{?U_5763 a saref4bldg:Engine} => {?U_5763 a }. -{?U_5764 a saref4bldg:EvaporativeCooler} => {?U_5764 a }. -{?U_5765 a saref4bldg:EvaporativeCooler} => {?U_5765 a }. -{?U_5766 a saref4bldg:Evaporator} => {?U_5766 a }. -{?U_5767 a saref4bldg:Evaporator} => {?U_5767 a }. -{?U_5768 a saref4bldg:Fan} => {?U_5768 a saref4bldg:DistributionDevice}. -{?U_5769 a saref4bldg:Fan} => {?U_5769 a saref4bldg:BuildingDevice}. -{?U_5770 a saref4bldg:Fan} => {?U_5770 a saref4bldg:BuildingObject}. -{?U_5771 a saref4bldg:Fan} => {?U_5771 a saref-core:Device}. -{?U_5772 a saref4bldg:Fan} => {?U_5772 a saref4bldg:PhysicalObject}. -{?U_5773 a saref4bldg:Fan} => {?U_5773 a }. -{?U_5774 a saref4bldg:Fan} => {?U_5774 a }. -{?U_5775 a saref4bldg:Fan} => {?U_5775 a }. -{?U_5776 a saref4bldg:Fan} => {?U_5776 a }. -{?U_5777 a saref4bldg:Fan} => {?U_5777 a }. -{?U_5778 a saref4bldg:Fan} => {?U_5778 a }. -{?U_5779 a saref4bldg:Fan} => {?U_5779 a }. -{?U_5780 a saref4bldg:Fan} => {?U_5780 a }. -{?U_5781 a saref4bldg:Fan} => {?U_5781 a }. -{?U_5782 a saref4bldg:Fan} => {?U_5782 a }. -{?U_5783 a saref4bldg:Fan} => {?U_5783 a }. -{?U_5784 a saref4bldg:Fan} => {?U_5784 a }. -{?U_5785 a saref4bldg:Fan} => {?U_5785 a }. -{?U_5786 a saref4bldg:Fan} => {?U_5786 a }. -{?U_5787 a saref4bldg:Fan} => {?U_5787 a }. -{?U_5788 a saref4bldg:Filter} => {?U_5788 a saref4bldg:DistributionDevice}. -{?U_5789 a saref4bldg:Filter} => {?U_5789 a saref4bldg:BuildingDevice}. -{?U_5790 a saref4bldg:Filter} => {?U_5790 a saref4bldg:BuildingObject}. -{?U_5791 a saref4bldg:Filter} => {?U_5791 a saref-core:Device}. -{?U_5792 a saref4bldg:Filter} => {?U_5792 a saref4bldg:PhysicalObject}. -{?U_5793 a saref4bldg:Filter} => {?U_5793 a }. -{?U_5794 a saref4bldg:Filter} => {?U_5794 a }. -{?U_5795 a saref4bldg:Filter} => {?U_5795 a }. -{?U_5796 a saref4bldg:Filter} => {?U_5796 a }. -{?U_5797 a saref4bldg:Filter} => {?U_5797 a }. -{?U_5798 a saref4bldg:Filter} => {?U_5798 a }. -{?U_5799 a saref4bldg:Filter} => {?U_5799 a }. -{?U_5800 a saref4bldg:Filter} => {?U_5800 a }. -{?U_5801 a saref4bldg:Filter} => {?U_5801 a }. -{?U_5802 a saref4bldg:Filter} => {?U_5802 a }. -{?U_5803 a saref4bldg:Filter} => {?U_5803 a }. -{?U_5804 a saref4bldg:Filter} => {?U_5804 a }. -{?U_5805 a saref4bldg:Filter} => {?U_5805 a }. -{?U_5806 a saref4bldg:Filter} => {?U_5806 a }. -{?U_5807 a saref4bldg:Filter} => {?U_5807 a }. -{?U_5808 a saref4bldg:FireSuppressionTerminal} => {?U_5808 a saref4bldg:DistributionDevice}. -{?U_5809 a saref4bldg:FireSuppressionTerminal} => {?U_5809 a saref4bldg:BuildingDevice}. -{?U_5810 a saref4bldg:FireSuppressionTerminal} => {?U_5810 a saref4bldg:BuildingObject}. -{?U_5811 a saref4bldg:FireSuppressionTerminal} => {?U_5811 a saref-core:Device}. -{?U_5812 a saref4bldg:FireSuppressionTerminal} => {?U_5812 a saref4bldg:PhysicalObject}. -{?U_5813 a saref4bldg:FireSuppressionTerminal} => {?U_5813 a }. -{?U_5814 a saref4bldg:FireSuppressionTerminal} => {?U_5814 a }. -{?U_5815 a saref4bldg:FireSuppressionTerminal} => {?U_5815 a }. -{?U_5816 a saref4bldg:FireSuppressionTerminal} => {?U_5816 a }. -{?U_5817 a saref4bldg:FireSuppressionTerminal} => {?U_5817 a }. -{?U_5818 a saref4bldg:FireSuppressionTerminal} => {?U_5818 a }. -{?U_5819 a saref4bldg:FireSuppressionTerminal} => {?U_5819 a }. -{?U_5820 a saref4bldg:FireSuppressionTerminal} => {?U_5820 a }. -{?U_5821 a saref4bldg:FireSuppressionTerminal} => {?U_5821 a }. -{?U_5822 a saref4bldg:FireSuppressionTerminal} => {?U_5822 a }. -{?U_5823 a saref4bldg:FireSuppressionTerminal} => {?U_5823 a }. -{?U_5824 a saref4bldg:FireSuppressionTerminal} => {?U_5824 a }. -{?U_5825 a saref4bldg:FireSuppressionTerminal} => {?U_5825 a }. -{?U_5826 a saref4bldg:FireSuppressionTerminal} => {?U_5826 a }. -{?U_5827 a saref4bldg:FireSuppressionTerminal} => {?U_5827 a }. -{?U_5828 a saref4bldg:FlowController} => {?U_5828 a }. -{?U_5829 a saref4bldg:FlowController} => {?U_5829 a }. -{?U_5830 a saref4bldg:FlowInstrument} => {?U_5830 a saref4bldg:BuildingObject}. -{?U_5831 a saref4bldg:FlowInstrument} => {?U_5831 a saref-core:Device}. -{?U_5832 a saref4bldg:FlowInstrument} => {?U_5832 a saref4bldg:PhysicalObject}. -{?U_5833 a saref4bldg:FlowInstrument} => {?U_5833 a }. -{?U_5834 a saref4bldg:FlowInstrument} => {?U_5834 a }. -{?U_5835 a saref4bldg:FlowInstrument} => {?U_5835 a }. -{?U_5836 a saref4bldg:FlowInstrument} => {?U_5836 a }. -{?U_5837 a saref4bldg:FlowInstrument} => {?U_5837 a }. -{?U_5838 a saref4bldg:FlowInstrument} => {?U_5838 a }. -{?U_5839 a saref4bldg:FlowInstrument} => {?U_5839 a }. -{?U_5840 a saref4bldg:FlowInstrument} => {?U_5840 a }. -{?U_5841 a saref4bldg:FlowInstrument} => {?U_5841 a }. -{?U_5842 a saref4bldg:FlowInstrument} => {?U_5842 a }. -{?U_5843 a saref4bldg:FlowInstrument} => {?U_5843 a }. -{?U_5844 a saref4bldg:FlowInstrument} => {?U_5844 a }. -{?U_5845 a saref4bldg:FlowInstrument} => {?U_5845 a }. -{?U_5846 a saref4bldg:FlowInstrument} => {?U_5846 a }. -{?U_5847 a saref4bldg:FlowInstrument} => {?U_5847 a }. -{?U_5848 a saref4bldg:FlowMeter} => {?U_5848 a }. -{?U_5849 a saref4bldg:FlowMeter} => {?U_5849 a }. -{?U_5850 a saref4bldg:FlowMovingDevice} => {?U_5850 a }. -{?U_5851 a saref4bldg:FlowMovingDevice} => {?U_5851 a }. -{?U_5852 a saref4bldg:FlowStorageDevice} => {?U_5852 a }. -{?U_5853 a saref4bldg:FlowStorageDevice} => {?U_5853 a }. -{?U_5854 a saref4bldg:FlowTerminal} => {?U_5854 a }. -{?U_5855 a saref4bldg:FlowTerminal} => {?U_5855 a }. -{?U_5856 a saref4bldg:FlowTreatmentDevice} => {?U_5856 a }. -{?U_5857 a saref4bldg:FlowTreatmentDevice} => {?U_5857 a }. -{?U_5858 a saref4bldg:HeatExchanger} => {?U_5858 a }. -{?U_5859 a saref4bldg:HeatExchanger} => {?U_5859 a }. -{?U_5860 a saref4bldg:Humidifier} => {?U_5860 a }. -{?U_5861 a saref4bldg:Humidifier} => {?U_5861 a }. -{?U_5862 a saref4bldg:Interceptor} => {?U_5862 a }. -{?U_5863 a saref4bldg:Interceptor} => {?U_5863 a }. -{?U_5864 a saref4bldg:Lamp} => {?U_5864 a }. -{?U_5865 a saref4bldg:Lamp} => {?U_5865 a }. -{?U_5866 a saref4bldg:MedicalDevice} => {?U_5866 a }. -{?U_5867 a saref4bldg:MedicalDevice} => {?U_5867 a }. -{?U_5868 a saref4bldg:Outlet} => {?U_5868 a }. -{?U_5869 a saref4bldg:Outlet} => {?U_5869 a }. -{?U_5870 a saref4bldg:ProtectiveDevice} => {?U_5870 a }. -{?U_5871 a saref4bldg:ProtectiveDevice} => {?U_5871 a }. -{?U_5872 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5872 a saref4bldg:BuildingObject}. -{?U_5873 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5873 a saref-core:Device}. -{?U_5874 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5874 a saref4bldg:PhysicalObject}. -{?U_5875 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5875 a }. -{?U_5876 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5876 a }. -{?U_5877 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5877 a }. -{?U_5878 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5878 a }. -{?U_5879 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5879 a }. -{?U_5880 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5880 a }. -{?U_5881 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5881 a }. -{?U_5882 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5882 a }. -{?U_5883 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5883 a }. -{?U_5884 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5884 a }. -{?U_5885 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5885 a }. -{?U_5886 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5886 a }. -{?U_5887 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5887 a }. -{?U_5888 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5888 a }. -{?U_5889 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5889 a }. -{?U_5890 a saref4bldg:Pump} => {?U_5890 a }. -{?U_5891 a saref4bldg:Pump} => {?U_5891 a }. -{?U_5892 a saref4bldg:SanitaryTerminal} => {?U_5892 a }. -{?U_5893 a saref4bldg:SanitaryTerminal} => {?U_5893 a }. -{?U_5894 a saref4bldg:Sensor} => {?U_5894 a saref4bldg:BuildingObject}. -{?U_5895 a saref4bldg:Sensor} => {?U_5895 a }. -{?U_5896 a saref4bldg:Sensor} => {?U_5896 a }. -{?U_5897 a saref4bldg:ShadingDevice} => {?U_5897 a }. -{?U_5898 a saref4bldg:ShadingDevice} => {?U_5898 a }. -{?U_5899 a saref4bldg:SolarDevice} => {?U_5899 a }. -{?U_5900 a saref4bldg:SolarDevice} => {?U_5900 a }. -{?U_5901 a saref4bldg:SpaceHeater} => {?U_5901 a }. -{?U_5902 a saref4bldg:SpaceHeater} => {?U_5902 a }. -{?U_5903 a saref4bldg:SwitchingDevice} => {?U_5903 a }. -{?U_5904 a saref4bldg:SwitchingDevice} => {?U_5904 a }. -{?U_5905 a saref4bldg:Tank} => {?U_5905 a }. -{?U_5906 a saref4bldg:Tank} => {?U_5906 a }. -{?U_5907 a saref4bldg:Transformer} => {?U_5907 a }. -{?U_5908 a saref4bldg:Transformer} => {?U_5908 a }. -{?U_5909 a saref4bldg:TransportElement} => {?U_5909 a }. -{?U_5910 a saref4bldg:TransportElement} => {?U_5910 a }. -{?U_5911 a saref4bldg:TubeBundle} => {?U_5911 a }. -{?U_5912 a saref4bldg:TubeBundle} => {?U_5912 a }. -{?U_5913 a saref4bldg:UnitaryControlElement} => {?U_5913 a saref4bldg:BuildingObject}. -{?U_5914 a saref4bldg:UnitaryControlElement} => {?U_5914 a saref-core:Device}. -{?U_5915 a saref4bldg:UnitaryControlElement} => {?U_5915 a saref4bldg:PhysicalObject}. -{?U_5916 a saref4bldg:UnitaryControlElement} => {?U_5916 a }. -{?U_5917 a saref4bldg:UnitaryControlElement} => {?U_5917 a }. -{?U_5918 a saref4bldg:UnitaryControlElement} => {?U_5918 a }. -{?U_5919 a saref4bldg:UnitaryControlElement} => {?U_5919 a }. -{?U_5920 a saref4bldg:UnitaryControlElement} => {?U_5920 a }. -{?U_5921 a saref4bldg:UnitaryControlElement} => {?U_5921 a }. -{?U_5922 a saref4bldg:UnitaryControlElement} => {?U_5922 a }. -{?U_5923 a saref4bldg:UnitaryControlElement} => {?U_5923 a }. -{?U_5924 a saref4bldg:UnitaryControlElement} => {?U_5924 a }. -{?U_5925 a saref4bldg:UnitaryControlElement} => {?U_5925 a }. -{?U_5926 a saref4bldg:UnitaryControlElement} => {?U_5926 a }. -{?U_5927 a saref4bldg:UnitaryControlElement} => {?U_5927 a }. -{?U_5928 a saref4bldg:UnitaryControlElement} => {?U_5928 a }. -{?U_5929 a saref4bldg:UnitaryControlElement} => {?U_5929 a }. -{?U_5930 a saref4bldg:UnitaryControlElement} => {?U_5930 a }. -{?U_5931 a saref4bldg:Valve} => {?U_5931 a }. -{?U_5932 a saref4bldg:Valve} => {?U_5932 a }. -{?U_5933 a saref4bldg:VibrationIsolator} => {?U_5933 a }. -{?U_5934 a saref4bldg:VibrationIsolator} => {?U_5934 a }. -{?U_5935 a saref-core:Device} => {?U_5935 a }. -{?U_5936 a saref4ehaw:BanHub} => {?U_5936 a }. -{?U_5937 a saref4ehaw:BanHub} => {?U_5937 a }. -{?U_5938 a saref4ehaw:BanHub} => {?U_5938 a }. -{?U_5939 a saref4ehaw:BanHub} => {?U_5939 a }. -{?U_5940 a saref4ehaw:BanHub} => {?U_5940 a }. -{?U_5941 a saref4ehaw:BanHub} => {?U_5941 a }. -{?U_5942 a saref4ehaw:BanHub} => {?U_5942 a }. -{?U_5943 a saref4ehaw:BanHub} => {?U_5943 a }. -{?U_5944 a saref4ehaw:BanHub} => {?U_5944 a }. -{?U_5945 a saref4ehaw:BanHub} => {?U_5945 a }. -{?U_5946 a saref4ehaw:BanHub} => {?U_5946 a }. -{?U_5947 a saref4ehaw:BanHub} => {?U_5947 a }. -{?U_5948 a saref4ehaw:BanHub} => {?U_5948 a saref4bldg:PhysicalObject}. -{?U_5949 a saref4ehaw:BanHub} => {?U_5949 a }. -{?U_5950 a saref4ehaw:BanHub} => {?U_5950 a }. -{?U_5951 a saref4ehaw:BanHub} => {?U_5951 a }. -{?U_5952 a saref4ehaw:BanHub} => {?U_5952 a }. -{?U_5953 a saref4ehaw:BanHub} => {?U_5953 a }. -{?U_5954 a saref4ehaw:Caregiver} => {?U_5954 a saref4ehaw:Contact}. -{?U_5955 a saref4ehaw:FunctionalDevice} => {?U_5955 a }. -{?U_5956 a saref4ehaw:HealthActuator} => {?U_5956 a }. -{?U_5957 a saref4ehaw:HealthActuator} => {?U_5957 a }. -{?U_5958 a saref4ehaw:HealthActuator} => {?U_5958 a }. -{?U_5959 a saref4ehaw:HealthActuator} => {?U_5959 a }. -{?U_5960 a saref4ehaw:HealthActuator} => {?U_5960 a }. -{?U_5961 a saref4ehaw:HealthActuator} => {?U_5961 a }. -{?U_5962 a saref4ehaw:HealthActuator} => {?U_5962 a }. -{?U_5963 a saref4ehaw:HealthActuator} => {?U_5963 a }. -{?U_5964 a saref4ehaw:HealthActuator} => {?U_5964 a }. -{?U_5965 a saref4ehaw:HealthActuator} => {?U_5965 a }. -{?U_5966 a saref4ehaw:HealthActuator} => {?U_5966 a }. -{?U_5967 a saref4ehaw:HealthActuator} => {?U_5967 a }. -{?U_5968 a saref4ehaw:HealthActuator} => {?U_5968 a saref4bldg:PhysicalObject}. -{?U_5969 a saref4ehaw:HealthActuator} => {?U_5969 a }. -{?U_5970 a saref4ehaw:HealthActuator} => {?U_5970 a }. -{?U_5971 a saref4ehaw:HealthActuator} => {?U_5971 a }. -{?U_5972 a saref4ehaw:HealthActuator} => {?U_5972 a }. -{?U_5973 a saref4ehaw:HealthActuator} => {?U_5973 a }. -{?U_5974 a saref4ehaw:HealthDevice} => {?U_5974 a }. -{?U_5975 a saref4ehaw:HealthSensor} => {?U_5975 a }. -{?U_5976 a saref4ehaw:HealthWearable} => {?U_5976 a }. -{?U_5977 a saref4ehaw:Helper} => {?U_5977 a saref4ehaw:Contact}. -{?U_5978 a saref4ehaw:Patient} => {?U_5978 a foaf:Agent}. -{?U_5979 a saref4ehaw:Posture} => {?U_5979 a }. -{?U_5980 a saref4ehaw:Posture} => {?U_5980 a }. -{?U_5981 a saref4ehaw:ResponsibleParty} => {?U_5981 a saref4ehaw:Contact}. -{?U_5982 a saref4ehaw:User} => {?U_5982 a saref4ehaw:Contact}. -{?U_5983 a ns6:BiometricProperty} => {?U_5983 a }. -{?U_5984 a ns6:BiometricProperty} => {?U_5984 a }. -{?U_5985 a ns6:BiometricProperty} => {?U_5985 a }. -{?U_5986 a ns6:BiometricProperty} => {?U_5986 a }. -{?U_5987 a ns6:BiometricProperty} => {?U_5987 a }. -{?U_5988 a ns6:BiometricProperty} => {?U_5988 a }. -{?U_5989 a ns6:BiometricProperty} => {?U_5989 a }. -{?U_5990 a ns6:CrowdProperty} => {?U_5990 a }. -{?U_5991 a ns6:CrowdProperty} => {?U_5991 a }. -{?U_5992 a ns6:ElectricalProperty} => {?U_5992 a }. -{?U_5993 a ns6:ElectricalProperty} => {?U_5993 a }. -{?U_5994 a ns6:ElectricalProperty} => {?U_5994 a }. -{?U_5995 a ns6:ElectricalProperty} => {?U_5995 a }. -{?U_5996 a ns6:ElectricalProperty} => {?U_5996 a }. -{?U_5997 a ns6:ElectricalProperty} => {?U_5997 a }. -{?U_5998 a ns6:ElectricalProperty} => {?U_5998 a }. -{?U_5999 a ns6:ElectricalSafetyProperty} => {?U_5999 a }. -{?U_6000 a ns6:ElectricalSafetyProperty} => {?U_6000 a }. -{?U_6001 a ns6:ElectricalSafetyProperty} => {?U_6001 a }. -{?U_6002 a ns6:ElectricalSafetyProperty} => {?U_6002 a }. -{?U_6003 a ns6:ElectricalSafetyProperty} => {?U_6003 a }. -{?U_6004 a ns6:ElectricalSafetyProperty} => {?U_6004 a }. -{?U_6005 a ns6:ElectricalSafetyProperty} => {?U_6005 a }. -{?U_6006 a ns6:EmissionProperty} => {?U_6006 a }. -{?U_6007 a ns6:EmissionProperty} => {?U_6007 a }. -{?U_6008 a ns6:EmissionProperty} => {?U_6008 a }. -{?U_6009 a ns6:EmissionProperty} => {?U_6009 a }. -{?U_6010 a ns6:EmissionProperty} => {?U_6010 a }. -{?U_6011 a ns6:EmissionProperty} => {?U_6011 a }. -{?U_6012 a ns6:EmissionProperty} => {?U_6012 a }. -{?U_6013 a ns6:EnvironmentalProperty} => {?U_6013 a }. -{?U_6014 a ns6:EnvironmentalProperty} => {?U_6014 a }. -{?U_6015 a ns6:FabricWearable} => {?U_6015 a }. -{?U_6016 a ns6:InBodyWearable} => {?U_6016 a ns6:Wearable}. -{?U_6017 a ns6:InBodyWearable} => {?U_6017 a }. -{?U_6018 a ns6:MemoryStorage} => {?U_6018 a }. -{?U_6019 a ns6:NearBodyWearable} => {?U_6019 a ns6:Wearable}. -{?U_6020 a ns6:NearBodyWearable} => {?U_6020 a }. -{?U_6021 a ns6:OnBodyWearable} => {?U_6021 a ns6:Wearable}. -{?U_6022 a ns6:OnBodyWearable} => {?U_6022 a }. -{?U_6023 a ns6:PowerSupply} => {?U_6023 a }. -{?U_6024 a ns6:TextileBasedSensor} => {?U_6024 a }. -{?U_6025 a ns6:TextileBasedSensor} => {?U_6025 a }. -{?U_6026 a ns6:TextileBasedWearable} => {?U_6026 a ns6:Wearable}. -{?U_6027 a ns6:TextileBasedWearable} => {?U_6027 a }. -{?U_6028 a ns6:Wearable} => {?U_6028 a }. -{?U_6029 a ns6:Wearable} => {?U_6029 a }. -{?U_6030 a ns6:WearableProperty} => {?U_6030 a }. -{?U_6031 a ns6:WearableProperty} => {?U_6031 a }. -{?U_6032 a ns6:Wearer} => {?U_6032 a ns6:LivingOrganism}. -{?U_6033 a ns6:Wearer} => {?U_6033 a }. -{?U_6034 a ns6:Wearer} => {?U_6034 a }. -{?U_6035 a ns6:WearerProperty} => {?U_6035 a }. -{?U_6036 a ns6:WearerProperty} => {?U_6036 a }. -{?U_6037 a :BrushingTeethActivityPrediction} => {?U_6037 a }. -{?U_6038 a :BrushingTeethActivityPrediction} => {?U_6038 a }. -{?U_6039 a :BrushingTeethActivityPrediction} => {?U_6039 a }. -{?U_6040 a :CookingFoodOvenActivityPrediction} => {?U_6040 a }. -{?U_6041 a :CookingFoodOvenActivityPrediction} => {?U_6041 a }. -{?U_6042 a :CookingFoodOvenActivityPrediction} => {?U_6042 a }. -{?U_6043 a :CookingFoodStovetopActivityPrediction} => {?U_6043 a }. -{?U_6044 a :CookingFoodStovetopActivityPrediction} => {?U_6044 a }. -{?U_6045 a :CookingFoodStovetopActivityPrediction} => {?U_6045 a }. -{?U_6046 a :DrinkPreparationActivityPrediction} => {?U_6046 a }. -{?U_6047 a :DrinkPreparationActivityPrediction} => {?U_6047 a }. -{?U_6048 a :DrinkPreparationActivityPrediction} => {?U_6048 a }. -{?U_6049 a :EatingActivityPrediction} => {?U_6049 a }. -{?U_6050 a :EatingActivityPrediction} => {?U_6050 a }. -{?U_6051 a :EatingActivityPrediction} => {?U_6051 a }. -{?U_6052 a :NonRoutineActivityPrediction} => {?U_6052 a }. -{?U_6053 a :NonRoutineActivityPrediction} => {?U_6053 a }. -{?U_6054 a :NonRoutineActivityPrediction} => {?U_6054 a }. -{?U_6055 a :NonRoutineBrushingTeethActivityPrediction} => {?U_6055 a }. -{?U_6056 a :NonRoutineBrushingTeethActivityPrediction} => {?U_6056 a }. -{?U_6057 a :NonRoutineBrushingTeethActivityPrediction} => {?U_6057 a }. -{?U_6058 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_6058 a }. -{?U_6059 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_6059 a }. -{?U_6060 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_6060 a }. -{?U_6061 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_6061 a }. -{?U_6062 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_6062 a }. -{?U_6063 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_6063 a }. -{?U_6064 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_6064 a }. -{?U_6065 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_6065 a }. -{?U_6066 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_6066 a }. -{?U_6067 a :NonRoutineEatingActivityPrediction} => {?U_6067 a }. -{?U_6068 a :NonRoutineEatingActivityPrediction} => {?U_6068 a }. -{?U_6069 a :NonRoutineEatingActivityPrediction} => {?U_6069 a }. -{?U_6070 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_6070 a }. -{?U_6071 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_6071 a }. -{?U_6072 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_6072 a }. -{?U_6073 a :NonRoutineShoweringActivityPrediction} => {?U_6073 a }. -{?U_6074 a :NonRoutineShoweringActivityPrediction} => {?U_6074 a }. -{?U_6075 a :NonRoutineShoweringActivityPrediction} => {?U_6075 a }. -{?U_6076 a :NonRoutineSleepingActivityPrediction} => {?U_6076 a }. -{?U_6077 a :NonRoutineSleepingActivityPrediction} => {?U_6077 a }. -{?U_6078 a :NonRoutineSleepingActivityPrediction} => {?U_6078 a }. -{?U_6079 a :NonRoutineToiletingActivityPrediction} => {?U_6079 a }. -{?U_6080 a :NonRoutineToiletingActivityPrediction} => {?U_6080 a }. -{?U_6081 a :NonRoutineToiletingActivityPrediction} => {?U_6081 a }. -{?U_6082 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_6082 a }. -{?U_6083 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_6083 a }. -{?U_6084 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_6084 a }. -{?U_6085 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_6085 a }. -{?U_6086 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_6086 a }. -{?U_6087 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_6087 a }. -{?U_6088 a :PreparingHotMealActivityPrediction} => {?U_6088 a }. -{?U_6089 a :PreparingHotMealActivityPrediction} => {?U_6089 a }. -{?U_6090 a :PreparingHotMealActivityPrediction} => {?U_6090 a }. -{?U_6091 a :RoutineActivityPrediction} => {?U_6091 a }. -{?U_6092 a :RoutineActivityPrediction} => {?U_6092 a }. -{?U_6093 a :RoutineActivityPrediction} => {?U_6093 a }. -{?U_6094 a :RoutineBrushingTeethActivityPrediction} => {?U_6094 a }. -{?U_6095 a :RoutineBrushingTeethActivityPrediction} => {?U_6095 a }. -{?U_6096 a :RoutineBrushingTeethActivityPrediction} => {?U_6096 a }. -{?U_6097 a :RoutineCookingFoodOvenActivityPrediction} => {?U_6097 a }. -{?U_6098 a :RoutineCookingFoodOvenActivityPrediction} => {?U_6098 a }. -{?U_6099 a :RoutineCookingFoodOvenActivityPrediction} => {?U_6099 a }. -{?U_6100 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_6100 a }. -{?U_6101 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_6101 a }. -{?U_6102 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_6102 a }. -{?U_6103 a :RoutineDrinkPreparationActivityPrediction} => {?U_6103 a }. -{?U_6104 a :RoutineDrinkPreparationActivityPrediction} => {?U_6104 a }. -{?U_6105 a :RoutineDrinkPreparationActivityPrediction} => {?U_6105 a }. -{?U_6106 a :RoutineEatingActivityPrediction} => {?U_6106 a }. -{?U_6107 a :RoutineEatingActivityPrediction} => {?U_6107 a }. -{?U_6108 a :RoutineEatingActivityPrediction} => {?U_6108 a }. -{?U_6109 a :RoutinePreparingHotMealActivityPrediction} => {?U_6109 a }. -{?U_6110 a :RoutinePreparingHotMealActivityPrediction} => {?U_6110 a }. -{?U_6111 a :RoutinePreparingHotMealActivityPrediction} => {?U_6111 a }. -{?U_6112 a :RoutineShoweringActivityPrediction} => {?U_6112 a }. -{?U_6113 a :RoutineShoweringActivityPrediction} => {?U_6113 a }. -{?U_6114 a :RoutineShoweringActivityPrediction} => {?U_6114 a }. -{?U_6115 a :RoutineSleepingActivityPrediction} => {?U_6115 a }. -{?U_6116 a :RoutineSleepingActivityPrediction} => {?U_6116 a }. -{?U_6117 a :RoutineSleepingActivityPrediction} => {?U_6117 a }. -{?U_6118 a :RoutineToiletingActivityPrediction} => {?U_6118 a }. -{?U_6119 a :RoutineToiletingActivityPrediction} => {?U_6119 a }. -{?U_6120 a :RoutineToiletingActivityPrediction} => {?U_6120 a }. -{?U_6121 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_6121 a }. -{?U_6122 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_6122 a }. -{?U_6123 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_6123 a }. -{?U_6124 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_6124 a }. -{?U_6125 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_6125 a }. -{?U_6126 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_6126 a }. -{?U_6127 a :ShoweringActivityPrediction} => {?U_6127 a }. -{?U_6128 a :ShoweringActivityPrediction} => {?U_6128 a }. -{?U_6129 a :ShoweringActivityPrediction} => {?U_6129 a }. -{?U_6130 a :SleepingActivityPrediction} => {?U_6130 a }. -{?U_6131 a :SleepingActivityPrediction} => {?U_6131 a }. -{?U_6132 a :SleepingActivityPrediction} => {?U_6132 a }. -{?U_6133 a :ToiletingActivityPrediction} => {?U_6133 a }. -{?U_6134 a :ToiletingActivityPrediction} => {?U_6134 a }. -{?U_6135 a :ToiletingActivityPrediction} => {?U_6135 a }. -{?U_6136 a :UserWithBrushingTeethRoutine} => {?U_6136 a saref4ehaw:Contact}. -{?U_6137 a :UserWithCookingFoodOvenRoutine} => {?U_6137 a saref4ehaw:Contact}. -{?U_6138 a :UserWithCookingFoodStovetopRoutine} => {?U_6138 a saref4ehaw:Contact}. -{?U_6139 a :UserWithDrinkPreparationRoutine} => {?U_6139 a saref4ehaw:Contact}. -{?U_6140 a :UserWithEatingRoutine} => {?U_6140 a saref4ehaw:Contact}. -{?U_6141 a :UserWithPreparingHotMealRoutine} => {?U_6141 a saref4ehaw:Contact}. -{?U_6142 a :UserWithShoweringRoutine} => {?U_6142 a saref4ehaw:Contact}. -{?U_6143 a :UserWithSleepingRoutine} => {?U_6143 a saref4ehaw:Contact}. -{?U_6144 a :UserWithToiletingRoutine} => {?U_6144 a saref4ehaw:Contact}. -{?U_6145 a :UserWithUsingMobilePhoneRoutine} => {?U_6145 a saref4ehaw:Contact}. -{?U_6146 a :UserWithWatchingTVActivelyRoutine} => {?U_6146 a saref4ehaw:Contact}. -{?U_6147 a :UserWithoutBrushingTeethRoutine} => {?U_6147 a saref4ehaw:Contact}. -{?U_6148 a :UserWithoutCookingFoodOvenRoutine} => {?U_6148 a saref4ehaw:Contact}. -{?U_6149 a :UserWithoutCookingFoodStovetopRoutine} => {?U_6149 a saref4ehaw:Contact}. -{?U_6150 a :UserWithoutDrinkPreparationRoutine} => {?U_6150 a saref4ehaw:Contact}. -{?U_6151 a :UserWithoutEatingRoutine} => {?U_6151 a saref4ehaw:Contact}. -{?U_6152 a :UserWithoutPreparingHotMealRoutine} => {?U_6152 a saref4ehaw:Contact}. -{?U_6153 a :UserWithoutShoweringRoutine} => {?U_6153 a saref4ehaw:Contact}. -{?U_6154 a :UserWithoutSleepingRoutine} => {?U_6154 a saref4ehaw:Contact}. -{?U_6155 a :UserWithoutToiletingRoutine} => {?U_6155 a saref4ehaw:Contact}. -{?U_6156 a :UserWithoutUsingMobilePhoneRoutine} => {?U_6156 a saref4ehaw:Contact}. -{?U_6157 a :UserWithoutWatchingTVActivelyRoutine} => {?U_6157 a saref4ehaw:Contact}. -{?U_6158 a :UsingMobilePhoneActivityPrediction} => {?U_6158 a }. -{?U_6159 a :UsingMobilePhoneActivityPrediction} => {?U_6159 a }. -{?U_6160 a :UsingMobilePhoneActivityPrediction} => {?U_6160 a }. -{?U_6161 a :WatchingTVActivelyActivityPrediction} => {?U_6161 a }. -{?U_6162 a :WatchingTVActivelyActivityPrediction} => {?U_6162 a }. -{?U_6163 a :WatchingTVActivelyActivityPrediction} => {?U_6163 a }. -{?U_6164 a ActivityRecognition:Ambulation} => {?U_6164 a }. -{?U_6165 a ActivityRecognition:Ambulation} => {?U_6165 a }. -{?U_6166 a ActivityRecognition:Bending} => {?U_6166 a }. -{?U_6167 a ActivityRecognition:Bending} => {?U_6167 a }. -{?U_6168 a ActivityRecognition:Bending} => {?U_6168 a }. -{?U_6169 a ActivityRecognition:Bending} => {?U_6169 a }. -{?U_6170 a ActivityRecognition:Bending} => {?U_6170 a }. -{?U_6171 a ActivityRecognition:Bending} => {?U_6171 a }. -{?U_6172 a ActivityRecognition:Bending} => {?U_6172 a }. -{?U_6173 a ActivityRecognition:Bending} => {?U_6173 a }. -{?U_6174 a ActivityRecognition:Bending} => {?U_6174 a }. -{?U_6175 a ActivityRecognition:BendingOver} => {?U_6175 a }. -{?U_6176 a ActivityRecognition:BendingOver} => {?U_6176 a }. -{?U_6177 a ActivityRecognition:Crawling} => {?U_6177 a }. -{?U_6178 a ActivityRecognition:Crawling} => {?U_6178 a }. -{?U_6179 a ActivityRecognition:Jogging} => {?U_6179 a }. -{?U_6180 a ActivityRecognition:Jogging} => {?U_6180 a }. -{?U_6181 a ActivityRecognition:Jumping} => {?U_6181 a }. -{?U_6182 a ActivityRecognition:Jumping} => {?U_6182 a }. -{?U_6183 a ActivityRecognition:KneelToStand} => {?U_6183 a }. -{?U_6184 a ActivityRecognition:KneelToStand} => {?U_6184 a }. -{?U_6185 a ActivityRecognition:KneelToStand} => {?U_6185 a }. -{?U_6186 a ActivityRecognition:KneelToStand} => {?U_6186 a }. -{?U_6187 a ActivityRecognition:KneelToStand} => {?U_6187 a }. -{?U_6188 a ActivityRecognition:KneelToStand} => {?U_6188 a }. -{?U_6189 a ActivityRecognition:KneelToStand} => {?U_6189 a }. -{?U_6190 a ActivityRecognition:KneelToStand} => {?U_6190 a }. -{?U_6191 a ActivityRecognition:KneelToStand} => {?U_6191 a }. -{?U_6192 a ActivityRecognition:Kneeling} => {?U_6192 a }. -{?U_6193 a ActivityRecognition:Kneeling} => {?U_6193 a }. -{?U_6194 a ActivityRecognition:LieToSit} => {?U_6194 a }. -{?U_6195 a ActivityRecognition:LieToSit} => {?U_6195 a }. -{?U_6196 a ActivityRecognition:LieToSit} => {?U_6196 a }. -{?U_6197 a ActivityRecognition:LieToSit} => {?U_6197 a }. -{?U_6198 a ActivityRecognition:LieToSit} => {?U_6198 a }. -{?U_6199 a ActivityRecognition:LieToSit} => {?U_6199 a }. -{?U_6200 a ActivityRecognition:LieToSit} => {?U_6200 a }. -{?U_6201 a ActivityRecognition:LieToSit} => {?U_6201 a }. -{?U_6202 a ActivityRecognition:LieToSit} => {?U_6202 a }. -{?U_6203 a ActivityRecognition:LieToStand} => {?U_6203 a }. -{?U_6204 a ActivityRecognition:LieToStand} => {?U_6204 a }. -{?U_6205 a ActivityRecognition:LieToStand} => {?U_6205 a }. -{?U_6206 a ActivityRecognition:LieToStand} => {?U_6206 a }. -{?U_6207 a ActivityRecognition:LieToStand} => {?U_6207 a }. -{?U_6208 a ActivityRecognition:LieToStand} => {?U_6208 a }. -{?U_6209 a ActivityRecognition:LieToStand} => {?U_6209 a }. -{?U_6210 a ActivityRecognition:LieToStand} => {?U_6210 a }. -{?U_6211 a ActivityRecognition:LieToStand} => {?U_6211 a }. -{?U_6212 a ActivityRecognition:LyingDown} => {?U_6212 a }. -{?U_6213 a ActivityRecognition:LyingDown} => {?U_6213 a }. -{?U_6214 a ActivityRecognition:LyingDown} => {?U_6214 a }. -{?U_6215 a ActivityRecognition:LyingDown} => {?U_6215 a }. -{?U_6216 a ActivityRecognition:LyingDown} => {?U_6216 a }. -{?U_6217 a ActivityRecognition:LyingDown} => {?U_6217 a }. -{?U_6218 a ActivityRecognition:LyingDown} => {?U_6218 a }. -{?U_6219 a ActivityRecognition:LyingDown} => {?U_6219 a }. -{?U_6220 a ActivityRecognition:LyingDown} => {?U_6220 a }. -{?U_6221 a ActivityRecognition:LyingStill} => {?U_6221 a }. -{?U_6222 a ActivityRecognition:LyingStill} => {?U_6222 a }. -{?U_6223 a ActivityRecognition:Pivoting} => {?U_6223 a }. -{?U_6224 a ActivityRecognition:Pivoting} => {?U_6224 a }. -{?U_6225 a ActivityRecognition:Pivoting} => {?U_6225 a }. -{?U_6226 a ActivityRecognition:Pivoting} => {?U_6226 a }. -{?U_6227 a ActivityRecognition:Pivoting} => {?U_6227 a }. -{?U_6228 a ActivityRecognition:Pivoting} => {?U_6228 a }. -{?U_6229 a ActivityRecognition:Pivoting} => {?U_6229 a }. -{?U_6230 a ActivityRecognition:Pivoting} => {?U_6230 a }. -{?U_6231 a ActivityRecognition:Pivoting} => {?U_6231 a }. -{?U_6232 a ActivityRecognition:Running} => {?U_6232 a }. -{?U_6233 a ActivityRecognition:Running} => {?U_6233 a }. -{?U_6234 a ActivityRecognition:SitToLie} => {?U_6234 a }. -{?U_6235 a ActivityRecognition:SitToLie} => {?U_6235 a }. -{?U_6236 a ActivityRecognition:SitToLie} => {?U_6236 a }. -{?U_6237 a ActivityRecognition:SitToLie} => {?U_6237 a }. -{?U_6238 a ActivityRecognition:SitToLie} => {?U_6238 a }. -{?U_6239 a ActivityRecognition:SitToLie} => {?U_6239 a }. -{?U_6240 a ActivityRecognition:SitToLie} => {?U_6240 a }. -{?U_6241 a ActivityRecognition:SitToLie} => {?U_6241 a }. -{?U_6242 a ActivityRecognition:SitToLie} => {?U_6242 a }. -{?U_6243 a ActivityRecognition:SitToStand} => {?U_6243 a }. -{?U_6244 a ActivityRecognition:SitToStand} => {?U_6244 a }. -{?U_6245 a ActivityRecognition:SitToStand} => {?U_6245 a }. -{?U_6246 a ActivityRecognition:SitToStand} => {?U_6246 a }. -{?U_6247 a ActivityRecognition:SitToStand} => {?U_6247 a }. -{?U_6248 a ActivityRecognition:SitToStand} => {?U_6248 a }. -{?U_6249 a ActivityRecognition:SitToStand} => {?U_6249 a }. -{?U_6250 a ActivityRecognition:SitToStand} => {?U_6250 a }. -{?U_6251 a ActivityRecognition:SitToStand} => {?U_6251 a }. -{?U_6252 a ActivityRecognition:SitToWalk} => {?U_6252 a }. -{?U_6253 a ActivityRecognition:SitToWalk} => {?U_6253 a }. -{?U_6254 a ActivityRecognition:SitToWalk} => {?U_6254 a }. -{?U_6255 a ActivityRecognition:SitToWalk} => {?U_6255 a }. -{?U_6256 a ActivityRecognition:SitToWalk} => {?U_6256 a }. -{?U_6257 a ActivityRecognition:SitToWalk} => {?U_6257 a }. -{?U_6258 a ActivityRecognition:SitToWalk} => {?U_6258 a }. -{?U_6259 a ActivityRecognition:SitToWalk} => {?U_6259 a }. -{?U_6260 a ActivityRecognition:SitToWalk} => {?U_6260 a }. -{?U_6261 a ActivityRecognition:Sitting} => {?U_6261 a }. -{?U_6262 a ActivityRecognition:Sitting} => {?U_6262 a }. -{?U_6263 a ActivityRecognition:SittingChair} => {?U_6263 a }. -{?U_6264 a ActivityRecognition:SittingChair} => {?U_6264 a }. -{?U_6265 a ActivityRecognition:SittingDown} => {?U_6265 a }. -{?U_6266 a ActivityRecognition:SittingDown} => {?U_6266 a }. -{?U_6267 a ActivityRecognition:SittingDown} => {?U_6267 a }. -{?U_6268 a ActivityRecognition:SittingDown} => {?U_6268 a }. -{?U_6269 a ActivityRecognition:SittingDown} => {?U_6269 a }. -{?U_6270 a ActivityRecognition:SittingDown} => {?U_6270 a }. -{?U_6271 a ActivityRecognition:SittingDown} => {?U_6271 a }. -{?U_6272 a ActivityRecognition:SittingDown} => {?U_6272 a }. -{?U_6273 a ActivityRecognition:SittingDown} => {?U_6273 a }. -{?U_6274 a ActivityRecognition:SittingFloor} => {?U_6274 a }. -{?U_6275 a ActivityRecognition:SittingFloor} => {?U_6275 a }. -{?U_6276 a ActivityRecognition:Squatting} => {?U_6276 a }. -{?U_6277 a ActivityRecognition:Squatting} => {?U_6277 a }. -{?U_6278 a ActivityRecognition:StandToKneel} => {?U_6278 a }. -{?U_6279 a ActivityRecognition:StandToKneel} => {?U_6279 a }. -{?U_6280 a ActivityRecognition:StandToKneel} => {?U_6280 a }. -{?U_6281 a ActivityRecognition:StandToKneel} => {?U_6281 a }. -{?U_6282 a ActivityRecognition:StandToKneel} => {?U_6282 a }. -{?U_6283 a ActivityRecognition:StandToKneel} => {?U_6283 a }. -{?U_6284 a ActivityRecognition:StandToKneel} => {?U_6284 a }. -{?U_6285 a ActivityRecognition:StandToKneel} => {?U_6285 a }. -{?U_6286 a ActivityRecognition:StandToKneel} => {?U_6286 a }. -{?U_6287 a ActivityRecognition:StandToLie} => {?U_6287 a }. -{?U_6288 a ActivityRecognition:StandToLie} => {?U_6288 a }. -{?U_6289 a ActivityRecognition:StandToLie} => {?U_6289 a }. -{?U_6290 a ActivityRecognition:StandToLie} => {?U_6290 a }. -{?U_6291 a ActivityRecognition:StandToLie} => {?U_6291 a }. -{?U_6292 a ActivityRecognition:StandToLie} => {?U_6292 a }. -{?U_6293 a ActivityRecognition:StandToLie} => {?U_6293 a }. -{?U_6294 a ActivityRecognition:StandToLie} => {?U_6294 a }. -{?U_6295 a ActivityRecognition:StandToLie} => {?U_6295 a }. -{?U_6296 a ActivityRecognition:StandToSit} => {?U_6296 a }. -{?U_6297 a ActivityRecognition:StandToSit} => {?U_6297 a }. -{?U_6298 a ActivityRecognition:StandToSit} => {?U_6298 a }. -{?U_6299 a ActivityRecognition:StandToSit} => {?U_6299 a }. -{?U_6300 a ActivityRecognition:StandToSit} => {?U_6300 a }. -{?U_6301 a ActivityRecognition:StandToSit} => {?U_6301 a }. -{?U_6302 a ActivityRecognition:StandToSit} => {?U_6302 a }. -{?U_6303 a ActivityRecognition:StandToSit} => {?U_6303 a }. -{?U_6304 a ActivityRecognition:StandToSit} => {?U_6304 a }. -{?U_6305 a ActivityRecognition:Standing} => {?U_6305 a }. -{?U_6306 a ActivityRecognition:Standing} => {?U_6306 a }. -{?U_6307 a ActivityRecognition:StandingStill} => {?U_6307 a }. -{?U_6308 a ActivityRecognition:StandingStill} => {?U_6308 a }. -{?U_6309 a ActivityRecognition:StandingUnquiet} => {?U_6309 a }. -{?U_6310 a ActivityRecognition:StandingUnquiet} => {?U_6310 a }. -{?U_6311 a ActivityRecognition:StandingUp} => {?U_6311 a }. -{?U_6312 a ActivityRecognition:StandingUp} => {?U_6312 a }. -{?U_6313 a ActivityRecognition:StandingUp} => {?U_6313 a }. -{?U_6314 a ActivityRecognition:StandingUp} => {?U_6314 a }. -{?U_6315 a ActivityRecognition:StandingUp} => {?U_6315 a }. -{?U_6316 a ActivityRecognition:StandingUp} => {?U_6316 a }. -{?U_6317 a ActivityRecognition:StandingUp} => {?U_6317 a }. -{?U_6318 a ActivityRecognition:StandingUp} => {?U_6318 a }. -{?U_6319 a ActivityRecognition:StandingUp} => {?U_6319 a }. -{?U_6320 a ActivityRecognition:Straightening} => {?U_6320 a }. -{?U_6321 a ActivityRecognition:Straightening} => {?U_6321 a }. -{?U_6322 a ActivityRecognition:Straightening} => {?U_6322 a }. -{?U_6323 a ActivityRecognition:Straightening} => {?U_6323 a }. -{?U_6324 a ActivityRecognition:Straightening} => {?U_6324 a }. -{?U_6325 a ActivityRecognition:Straightening} => {?U_6325 a }. -{?U_6326 a ActivityRecognition:Straightening} => {?U_6326 a }. -{?U_6327 a ActivityRecognition:Straightening} => {?U_6327 a }. -{?U_6328 a ActivityRecognition:Straightening} => {?U_6328 a }. -{?U_6329 a ActivityRecognition:Transition} => {?U_6329 a }. -{?U_6330 a ActivityRecognition:Transition} => {?U_6330 a }. -{?U_6331 a ActivityRecognition:Turning} => {?U_6331 a }. -{?U_6332 a ActivityRecognition:Turning} => {?U_6332 a }. -{?U_6333 a ActivityRecognition:Walking} => {?U_6333 a }. -{?U_6334 a ActivityRecognition:Walking} => {?U_6334 a }. -{?U_6335 a ActivityRecognition:WalkingCarryingLoad} => {?U_6335 a }. -{?U_6336 a ActivityRecognition:WalkingCarryingLoad} => {?U_6336 a }. -{?U_6337 a ActivityRecognition:WalkingDownStairs} => {?U_6337 a }. -{?U_6338 a ActivityRecognition:WalkingDownStairs} => {?U_6338 a }. -{?U_6339 a ActivityRecognition:WalkingUpStairs} => {?U_6339 a }. -{?U_6340 a ActivityRecognition:WalkingUpStairs} => {?U_6340 a }. -{?U_6341 a SensorsAndActuators:AtmosphericPressure} => {?U_6341 a }. -{?U_6342 a SensorsAndActuators:AtmosphericPressure} => {?U_6342 a }. -{?U_6343 a SensorsAndActuators:BathRoom} => {?U_6343 a }. -{?U_6344 a SensorsAndActuators:BathRoom} => {?U_6344 a }. -{?U_6345 a SensorsAndActuators:BedRoom} => {?U_6345 a }. -{?U_6346 a SensorsAndActuators:BedRoom} => {?U_6346 a }. -{?U_6347 a SensorsAndActuators:Blind} => {?U_6347 a }. -{?U_6348 a SensorsAndActuators:Blind} => {?U_6348 a }. -{?U_6349 a SensorsAndActuators:BrownGoods} => {?U_6349 a }. -{?U_6350 a SensorsAndActuators:BrownGoods} => {?U_6350 a }. -{?U_6351 a SensorsAndActuators:BrownGoods} => {?U_6351 a }. -{?U_6352 a SensorsAndActuators:Button} => {?U_6352 a }. -{?U_6353 a SensorsAndActuators:Button} => {?U_6353 a }. -{?U_6354 a SensorsAndActuators:CO2Sensor} => {?U_6354 a }. -{?U_6355 a SensorsAndActuators:CO2Sensor} => {?U_6355 a }. -{?U_6356 a SensorsAndActuators:CO2Sensor} => {?U_6356 a }. -{?U_6357 a SensorsAndActuators:CoffeeMaker} => {?U_6357 a }. -{?U_6358 a SensorsAndActuators:CoffeeMaker} => {?U_6358 a }. -{?U_6359 a SensorsAndActuators:CoffeeMaker} => {?U_6359 a }. -{?U_6360 a SensorsAndActuators:Computer} => {?U_6360 a }. -{?U_6361 a SensorsAndActuators:Computer} => {?U_6361 a }. -{?U_6362 a SensorsAndActuators:Computer} => {?U_6362 a }. -{?U_6363 a SensorsAndActuators:ContactSensor} => {?U_6363 a }. -{?U_6364 a SensorsAndActuators:ContactSensor} => {?U_6364 a }. -{?U_6365 a SensorsAndActuators:ContactSensor} => {?U_6365 a }. -{?U_6366 a SensorsAndActuators:DeepFreezer} => {?U_6366 a }. -{?U_6367 a SensorsAndActuators:DeepFreezer} => {?U_6367 a }. -{?U_6368 a SensorsAndActuators:DeepFreezer} => {?U_6368 a }. -{?U_6369 a SensorsAndActuators:DeepFreezer} => {?U_6369 a }. -{?U_6370 a SensorsAndActuators:DeepFreezer} => {?U_6370 a }. -{?U_6371 a SensorsAndActuators:DeepFreezer} => {?U_6371 a }. -{?U_6372 a SensorsAndActuators:DeepFreezer} => {?U_6372 a }. -{?U_6373 a SensorsAndActuators:DeepFreezer} => {?U_6373 a }. -{?U_6374 a SensorsAndActuators:DeepFreezer} => {?U_6374 a }. -{?U_6375 a SensorsAndActuators:DeepFreezer} => {?U_6375 a }. -{?U_6376 a SensorsAndActuators:DeepFreezer} => {?U_6376 a }. -{?U_6377 a SensorsAndActuators:DeepFreezer} => {?U_6377 a }. -{?U_6378 a SensorsAndActuators:DeepFreezer} => {?U_6378 a saref4bldg:PhysicalObject}. -{?U_6379 a SensorsAndActuators:DeepFreezer} => {?U_6379 a }. -{?U_6380 a SensorsAndActuators:DeepFreezer} => {?U_6380 a }. -{?U_6381 a SensorsAndActuators:DeepFreezer} => {?U_6381 a }. -{?U_6382 a SensorsAndActuators:DeepFreezer} => {?U_6382 a }. -{?U_6383 a SensorsAndActuators:DeepFreezer} => {?U_6383 a }. -{?U_6384 a SensorsAndActuators:Dimmer} => {?U_6384 a }. -{?U_6385 a SensorsAndActuators:Dimmer} => {?U_6385 a }. -{?U_6386 a SensorsAndActuators:DinningRoom} => {?U_6386 a }. -{?U_6387 a SensorsAndActuators:DinningRoom} => {?U_6387 a }. -{?U_6388 a SensorsAndActuators:Dishwasher} => {?U_6388 a }. -{?U_6389 a SensorsAndActuators:Dishwasher} => {?U_6389 a }. -{?U_6390 a SensorsAndActuators:Dishwasher} => {?U_6390 a }. -{?U_6391 a SensorsAndActuators:Dishwasher} => {?U_6391 a }. -{?U_6392 a SensorsAndActuators:Dishwasher} => {?U_6392 a }. -{?U_6393 a SensorsAndActuators:Dishwasher} => {?U_6393 a }. -{?U_6394 a SensorsAndActuators:Dishwasher} => {?U_6394 a }. -{?U_6395 a SensorsAndActuators:Dishwasher} => {?U_6395 a }. -{?U_6396 a SensorsAndActuators:Dishwasher} => {?U_6396 a }. -{?U_6397 a SensorsAndActuators:Dishwasher} => {?U_6397 a }. -{?U_6398 a SensorsAndActuators:Dishwasher} => {?U_6398 a }. -{?U_6399 a SensorsAndActuators:Dishwasher} => {?U_6399 a }. -{?U_6400 a SensorsAndActuators:Dishwasher} => {?U_6400 a saref4bldg:PhysicalObject}. -{?U_6401 a SensorsAndActuators:Dishwasher} => {?U_6401 a }. -{?U_6402 a SensorsAndActuators:Dishwasher} => {?U_6402 a }. -{?U_6403 a SensorsAndActuators:Dishwasher} => {?U_6403 a }. -{?U_6404 a SensorsAndActuators:Dishwasher} => {?U_6404 a }. -{?U_6405 a SensorsAndActuators:Dishwasher} => {?U_6405 a }. -{?U_6406 a SensorsAndActuators:DoorSensor} => {?U_6406 a }. -{?U_6407 a SensorsAndActuators:DoorSensor} => {?U_6407 a }. -{?U_6408 a SensorsAndActuators:DoorSensor} => {?U_6408 a }. -{?U_6409 a SensorsAndActuators:ElectricalCooker} => {?U_6409 a }. -{?U_6410 a SensorsAndActuators:ElectricalCooker} => {?U_6410 a }. -{?U_6411 a SensorsAndActuators:ElectricalCooker} => {?U_6411 a }. -{?U_6412 a SensorsAndActuators:ElectricalCooker} => {?U_6412 a }. -{?U_6413 a SensorsAndActuators:ElectricalCooker} => {?U_6413 a }. -{?U_6414 a SensorsAndActuators:ElectricalCooker} => {?U_6414 a }. -{?U_6415 a SensorsAndActuators:ElectricalCooker} => {?U_6415 a }. -{?U_6416 a SensorsAndActuators:ElectricalCooker} => {?U_6416 a }. -{?U_6417 a SensorsAndActuators:ElectricalCooker} => {?U_6417 a }. -{?U_6418 a SensorsAndActuators:ElectricalCooker} => {?U_6418 a }. -{?U_6419 a SensorsAndActuators:ElectricalCooker} => {?U_6419 a }. -{?U_6420 a SensorsAndActuators:ElectricalCooker} => {?U_6420 a }. -{?U_6421 a SensorsAndActuators:ElectricalCooker} => {?U_6421 a saref4bldg:PhysicalObject}. -{?U_6422 a SensorsAndActuators:ElectricalCooker} => {?U_6422 a }. -{?U_6423 a SensorsAndActuators:ElectricalCooker} => {?U_6423 a }. -{?U_6424 a SensorsAndActuators:ElectricalCooker} => {?U_6424 a }. -{?U_6425 a SensorsAndActuators:ElectricalCooker} => {?U_6425 a }. -{?U_6426 a SensorsAndActuators:ElectricalCooker} => {?U_6426 a }. -{?U_6427 a SensorsAndActuators:ElectricityMeter} => {?U_6427 a }. -{?U_6428 a SensorsAndActuators:ElectricityMeter} => {?U_6428 a }. -{?U_6429 a SensorsAndActuators:ElectricityMeter} => {?U_6429 a }. -{?U_6430 a SensorsAndActuators:Fridge} => {?U_6430 a }. -{?U_6431 a SensorsAndActuators:Fridge} => {?U_6431 a }. -{?U_6432 a SensorsAndActuators:Fridge} => {?U_6432 a }. -{?U_6433 a SensorsAndActuators:Fridge} => {?U_6433 a }. -{?U_6434 a SensorsAndActuators:Fridge} => {?U_6434 a }. -{?U_6435 a SensorsAndActuators:Fridge} => {?U_6435 a }. -{?U_6436 a SensorsAndActuators:Fridge} => {?U_6436 a }. -{?U_6437 a SensorsAndActuators:Fridge} => {?U_6437 a }. -{?U_6438 a SensorsAndActuators:Fridge} => {?U_6438 a }. -{?U_6439 a SensorsAndActuators:Fridge} => {?U_6439 a }. -{?U_6440 a SensorsAndActuators:Fridge} => {?U_6440 a }. -{?U_6441 a SensorsAndActuators:Fridge} => {?U_6441 a }. -{?U_6442 a SensorsAndActuators:Fridge} => {?U_6442 a saref4bldg:PhysicalObject}. -{?U_6443 a SensorsAndActuators:Fridge} => {?U_6443 a }. -{?U_6444 a SensorsAndActuators:Fridge} => {?U_6444 a }. -{?U_6445 a SensorsAndActuators:Fridge} => {?U_6445 a }. -{?U_6446 a SensorsAndActuators:Fridge} => {?U_6446 a }. -{?U_6447 a SensorsAndActuators:Fridge} => {?U_6447 a }. -{?U_6448 a SensorsAndActuators:HumiditySensor} => {?U_6448 a }. -{?U_6449 a SensorsAndActuators:HumiditySensor} => {?U_6449 a }. -{?U_6450 a SensorsAndActuators:HumiditySensor} => {?U_6450 a }. -{?U_6451 a SensorsAndActuators:IndoorTemperature} => {?U_6451 a }. -{?U_6452 a SensorsAndActuators:IndoorTemperature} => {?U_6452 a }. -{?U_6453 a SensorsAndActuators:Kitchen} => {?U_6453 a }. -{?U_6454 a SensorsAndActuators:Kitchen} => {?U_6454 a }. -{?U_6455 a SensorsAndActuators:LightSensor} => {?U_6455 a }. -{?U_6456 a SensorsAndActuators:LightSensor} => {?U_6456 a }. -{?U_6457 a SensorsAndActuators:LightSensor} => {?U_6457 a }. -{?U_6458 a SensorsAndActuators:LivingRoom} => {?U_6458 a }. -{?U_6459 a SensorsAndActuators:LivingRoom} => {?U_6459 a }. -{?U_6460 a SensorsAndActuators:Loudness} => {?U_6460 a }. -{?U_6461 a SensorsAndActuators:Loudness} => {?U_6461 a }. -{?U_6462 a SensorsAndActuators:LoudnessSensor} => {?U_6462 a }. -{?U_6463 a SensorsAndActuators:LoudnessSensor} => {?U_6463 a }. -{?U_6464 a SensorsAndActuators:LoudnessSensor} => {?U_6464 a }. -{?U_6465 a SensorsAndActuators:Microwave} => {?U_6465 a }. -{?U_6466 a SensorsAndActuators:Microwave} => {?U_6466 a }. -{?U_6467 a SensorsAndActuators:Microwave} => {?U_6467 a }. -{?U_6468 a SensorsAndActuators:Microwave} => {?U_6468 a }. -{?U_6469 a SensorsAndActuators:Microwave} => {?U_6469 a }. -{?U_6470 a SensorsAndActuators:Microwave} => {?U_6470 a }. -{?U_6471 a SensorsAndActuators:Microwave} => {?U_6471 a }. -{?U_6472 a SensorsAndActuators:Microwave} => {?U_6472 a }. -{?U_6473 a SensorsAndActuators:Microwave} => {?U_6473 a }. -{?U_6474 a SensorsAndActuators:Microwave} => {?U_6474 a }. -{?U_6475 a SensorsAndActuators:Microwave} => {?U_6475 a }. -{?U_6476 a SensorsAndActuators:Microwave} => {?U_6476 a }. -{?U_6477 a SensorsAndActuators:Microwave} => {?U_6477 a saref4bldg:PhysicalObject}. -{?U_6478 a SensorsAndActuators:Microwave} => {?U_6478 a }. -{?U_6479 a SensorsAndActuators:Microwave} => {?U_6479 a }. -{?U_6480 a SensorsAndActuators:Microwave} => {?U_6480 a }. -{?U_6481 a SensorsAndActuators:Microwave} => {?U_6481 a }. -{?U_6482 a SensorsAndActuators:Microwave} => {?U_6482 a }. -{?U_6483 a SensorsAndActuators:MovementSensor} => {?U_6483 a }. -{?U_6484 a SensorsAndActuators:MovementSensor} => {?U_6484 a }. -{?U_6485 a SensorsAndActuators:MovementSensor} => {?U_6485 a }. -{?U_6486 a SensorsAndActuators:OutdoorTemperaturee} => {?U_6486 a }. -{?U_6487 a SensorsAndActuators:OutdoorTemperaturee} => {?U_6487 a }. -{?U_6488 a SensorsAndActuators:Oven} => {?U_6488 a }. -{?U_6489 a SensorsAndActuators:Oven} => {?U_6489 a }. -{?U_6490 a SensorsAndActuators:Oven} => {?U_6490 a }. -{?U_6491 a SensorsAndActuators:Oven} => {?U_6491 a }. -{?U_6492 a SensorsAndActuators:Oven} => {?U_6492 a }. -{?U_6493 a SensorsAndActuators:Oven} => {?U_6493 a }. -{?U_6494 a SensorsAndActuators:Oven} => {?U_6494 a }. -{?U_6495 a SensorsAndActuators:Oven} => {?U_6495 a }. -{?U_6496 a SensorsAndActuators:Oven} => {?U_6496 a }. -{?U_6497 a SensorsAndActuators:Oven} => {?U_6497 a }. -{?U_6498 a SensorsAndActuators:Oven} => {?U_6498 a }. -{?U_6499 a SensorsAndActuators:Oven} => {?U_6499 a }. -{?U_6500 a SensorsAndActuators:Oven} => {?U_6500 a saref4bldg:PhysicalObject}. -{?U_6501 a SensorsAndActuators:Oven} => {?U_6501 a }. -{?U_6502 a SensorsAndActuators:Oven} => {?U_6502 a }. -{?U_6503 a SensorsAndActuators:Oven} => {?U_6503 a }. -{?U_6504 a SensorsAndActuators:Oven} => {?U_6504 a }. -{?U_6505 a SensorsAndActuators:Oven} => {?U_6505 a }. -{?U_6506 a SensorsAndActuators:PeopleNumber} => {?U_6506 a }. -{?U_6507 a SensorsAndActuators:PeopleNumber} => {?U_6507 a }. -{?U_6508 a SensorsAndActuators:PeoplePresencee} => {?U_6508 a }. -{?U_6509 a SensorsAndActuators:PeoplePresencee} => {?U_6509 a }. -{?U_6510 a SensorsAndActuators:PresenceSensor} => {?U_6510 a }. -{?U_6511 a SensorsAndActuators:PresenceSensor} => {?U_6511 a }. -{?U_6512 a SensorsAndActuators:PresenceSensor} => {?U_6512 a }. -{?U_6513 a SensorsAndActuators:PressureSensor} => {?U_6513 a }. -{?U_6514 a SensorsAndActuators:PressureSensor} => {?U_6514 a }. -{?U_6515 a SensorsAndActuators:PressureSensor} => {?U_6515 a }. -{?U_6516 a SensorsAndActuators:Radio} => {?U_6516 a }. -{?U_6517 a SensorsAndActuators:Radio} => {?U_6517 a }. -{?U_6518 a SensorsAndActuators:Radio} => {?U_6518 a }. -{?U_6519 a SensorsAndActuators:RainRate} => {?U_6519 a }. -{?U_6520 a SensorsAndActuators:RainRate} => {?U_6520 a }. -{?U_6521 a SensorsAndActuators:RainrateSensor} => {?U_6521 a }. -{?U_6522 a SensorsAndActuators:RainrateSensor} => {?U_6522 a }. -{?U_6523 a SensorsAndActuators:RainrateSensor} => {?U_6523 a }. -{?U_6524 a SensorsAndActuators:Socket} => {?U_6524 a }. -{?U_6525 a SensorsAndActuators:TemperatureSensor} => {?U_6525 a }. -{?U_6526 a SensorsAndActuators:TemperatureSensor} => {?U_6526 a }. -{?U_6527 a SensorsAndActuators:Tv} => {?U_6527 a }. -{?U_6528 a SensorsAndActuators:Tv} => {?U_6528 a }. -{?U_6529 a SensorsAndActuators:Tv} => {?U_6529 a }. -{?U_6530 a SensorsAndActuators:VOCSensor} => {?U_6530 a }. -{?U_6531 a SensorsAndActuators:VOCSensor} => {?U_6531 a }. -{?U_6532 a SensorsAndActuators:VOCSensor} => {?U_6532 a }. -{?U_6533 a SensorsAndActuators:WashingMachine} => {?U_6533 a }. -{?U_6534 a SensorsAndActuators:WashingMachine} => {?U_6534 a }. -{?U_6535 a SensorsAndActuators:WashingMachine} => {?U_6535 a }. -{?U_6536 a SensorsAndActuators:WashingMachine} => {?U_6536 a }. -{?U_6537 a SensorsAndActuators:WashingMachine} => {?U_6537 a }. -{?U_6538 a SensorsAndActuators:WashingMachine} => {?U_6538 a }. -{?U_6539 a SensorsAndActuators:WashingMachine} => {?U_6539 a }. -{?U_6540 a SensorsAndActuators:WashingMachine} => {?U_6540 a }. -{?U_6541 a SensorsAndActuators:WashingMachine} => {?U_6541 a }. -{?U_6542 a SensorsAndActuators:WashingMachine} => {?U_6542 a }. -{?U_6543 a SensorsAndActuators:WashingMachine} => {?U_6543 a }. -{?U_6544 a SensorsAndActuators:WashingMachine} => {?U_6544 a }. -{?U_6545 a SensorsAndActuators:WashingMachine} => {?U_6545 a saref4bldg:PhysicalObject}. -{?U_6546 a SensorsAndActuators:WashingMachine} => {?U_6546 a }. -{?U_6547 a SensorsAndActuators:WashingMachine} => {?U_6547 a }. -{?U_6548 a SensorsAndActuators:WashingMachine} => {?U_6548 a }. -{?U_6549 a SensorsAndActuators:WashingMachine} => {?U_6549 a }. -{?U_6550 a SensorsAndActuators:WashingMachine} => {?U_6550 a }. -{?U_6551 a SensorsAndActuators:WaterBoiler} => {?U_6551 a }. -{?U_6552 a SensorsAndActuators:WaterBoiler} => {?U_6552 a }. -{?U_6553 a SensorsAndActuators:WaterBoiler} => {?U_6553 a }. -{?U_6554 a SensorsAndActuators:WaterRunningSensor} => {?U_6554 a }. -{?U_6555 a SensorsAndActuators:WaterRunningSensor} => {?U_6555 a }. -{?U_6556 a SensorsAndActuators:WaterRunningSensor} => {?U_6556 a }. -{?U_6557 a SensorsAndActuators:WhiteGoods} => {?U_6557 a }. -{?U_6558 a SensorsAndActuators:WhiteGoods} => {?U_6558 a }. -{?U_6559 a SensorsAndActuators:WhiteGoods} => {?U_6559 a }. -{?U_6560 a SensorsAndActuators:WindSpeedSensor} => {?U_6560 a }. -{?U_6561 a SensorsAndActuators:WindSpeedSensor} => {?U_6561 a }. -{?U_6562 a SensorsAndActuators:WindSpeedSensor} => {?U_6562 a }. -{?U_6563 a saref4bldg:Pump} => {?U_6563 a }. -{?U_6564 a SensorsAndWearables:Acceleration} => {?U_6564 a }. -{?U_6565 a SensorsAndWearables:Acceleration} => {?U_6565 a }. -{?U_6566 a SensorsAndWearables:Acceleration} => {?U_6566 a }. -{?U_6567 a SensorsAndWearables:Acceleration} => {?U_6567 a }. -{?U_6568 a SensorsAndWearables:Acceleration} => {?U_6568 a }. -{?U_6569 a SensorsAndWearables:Acceleration} => {?U_6569 a }. -{?U_6570 a SensorsAndWearables:Acceleration} => {?U_6570 a }. -{?U_6571 a SensorsAndWearables:Acceleration} => {?U_6571 a }. -{?U_6572 a SensorsAndWearables:Acceleration} => {?U_6572 a }. -{?U_6573 a SensorsAndWearables:Accelerometer} => {?U_6573 a }. -{?U_6574 a SensorsAndWearables:Accelerometer} => {?U_6574 a }. -{?U_6575 a SensorsAndWearables:Accelerometer} => {?U_6575 a }. -{?U_6576 a SensorsAndWearables:Accelerometer} => {?U_6576 a }. -{?U_6577 a SensorsAndWearables:Accelerometer} => {?U_6577 a }. -{?U_6578 a SensorsAndWearables:Accelerometer} => {?U_6578 a }. -{?U_6579 a SensorsAndWearables:Accelerometer} => {?U_6579 a }. -{?U_6580 a SensorsAndWearables:Accelerometer} => {?U_6580 a }. -{?U_6581 a SensorsAndWearables:Accelerometer} => {?U_6581 a }. -{?U_6582 a SensorsAndWearables:Accelerometer} => {?U_6582 a }. -{?U_6583 a SensorsAndWearables:Accelerometer} => {?U_6583 a }. -{?U_6584 a SensorsAndWearables:Accelerometer} => {?U_6584 a }. -{?U_6585 a SensorsAndWearables:Accelerometer} => {?U_6585 a saref4bldg:PhysicalObject}. -{?U_6586 a SensorsAndWearables:Accelerometer} => {?U_6586 a }. -{?U_6587 a SensorsAndWearables:Accelerometer} => {?U_6587 a }. -{?U_6588 a SensorsAndWearables:Accelerometer} => {?U_6588 a }. -{?U_6589 a SensorsAndWearables:Accelerometer} => {?U_6589 a }. -{?U_6590 a SensorsAndWearables:Accelerometer} => {?U_6590 a }. -{?U_6591 a SensorsAndWearables:Altitude} => {?U_6591 a }. -{?U_6592 a SensorsAndWearables:Altitude} => {?U_6592 a }. -{?U_6593 a SensorsAndWearables:AmbientLightSensor} => {?U_6593 a }. -{?U_6594 a SensorsAndWearables:AmbientLightSensor} => {?U_6594 a }. -{?U_6595 a SensorsAndWearables:AmbientLightSensor} => {?U_6595 a }. -{?U_6596 a SensorsAndWearables:AmbientNoiseSensor} => {?U_6596 a }. -{?U_6597 a SensorsAndWearables:AmbientNoiseSensor} => {?U_6597 a }. -{?U_6598 a SensorsAndWearables:AmbientNoiseSensor} => {?U_6598 a }. -{?U_6599 a SensorsAndWearables:Amplitude} => {?U_6599 a }. -{?U_6600 a SensorsAndWearables:Amplitude} => {?U_6600 a }. -{?U_6601 a SensorsAndWearables:Amplitude} => {?U_6601 a }. -{?U_6602 a SensorsAndWearables:Amplitude} => {?U_6602 a }. -{?U_6603 a SensorsAndWearables:Amplitude} => {?U_6603 a }. -{?U_6604 a SensorsAndWearables:Amplitude} => {?U_6604 a }. -{?U_6605 a SensorsAndWearables:Amplitude} => {?U_6605 a }. -{?U_6606 a SensorsAndWearables:Amplitude} => {?U_6606 a }. -{?U_6607 a SensorsAndWearables:Amplitude} => {?U_6607 a }. -{?U_6608 a SensorsAndWearables:ApplicationUsage} => {?U_6608 a }. -{?U_6609 a SensorsAndWearables:ApplicationUsage} => {?U_6609 a }. -{?U_6610 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6610 a }. -{?U_6611 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6611 a }. -{?U_6612 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6612 a }. -{?U_6613 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6613 a }. -{?U_6614 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6614 a }. -{?U_6615 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6615 a }. -{?U_6616 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6616 a }. -{?U_6617 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6617 a }. -{?U_6618 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6618 a }. -{?U_6619 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6619 a }. -{?U_6620 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6620 a }. -{?U_6621 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6621 a }. -{?U_6622 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6622 a saref4bldg:PhysicalObject}. -{?U_6623 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6623 a }. -{?U_6624 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6624 a }. -{?U_6625 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6625 a }. -{?U_6626 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6626 a }. -{?U_6627 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6627 a }. -{?U_6628 a SensorsAndWearables:BatteryLevelMeter} => {?U_6628 a }. -{?U_6629 a SensorsAndWearables:BatteryLevelMeter} => {?U_6629 a }. -{?U_6630 a SensorsAndWearables:BatteryLevelMeter} => {?U_6630 a }. -{?U_6631 a SensorsAndWearables:BloodPressure} => {?U_6631 a }. -{?U_6632 a SensorsAndWearables:BloodPressure} => {?U_6632 a }. -{?U_6633 a SensorsAndWearables:BloodPressure} => {?U_6633 a }. -{?U_6634 a SensorsAndWearables:BloodPressure} => {?U_6634 a }. -{?U_6635 a SensorsAndWearables:BloodPressure} => {?U_6635 a }. -{?U_6636 a SensorsAndWearables:BloodPressure} => {?U_6636 a }. -{?U_6637 a SensorsAndWearables:BloodPressure} => {?U_6637 a }. -{?U_6638 a SensorsAndWearables:BloodPressure} => {?U_6638 a }. -{?U_6639 a SensorsAndWearables:BloodPressure} => {?U_6639 a }. -{?U_6640 a SensorsAndWearables:BloodVolumePulse} => {?U_6640 a }. -{?U_6641 a SensorsAndWearables:BloodVolumePulse} => {?U_6641 a }. -{?U_6642 a SensorsAndWearables:BloodVolumePulse} => {?U_6642 a }. -{?U_6643 a SensorsAndWearables:BloodVolumePulse} => {?U_6643 a }. -{?U_6644 a SensorsAndWearables:BloodVolumePulse} => {?U_6644 a }. -{?U_6645 a SensorsAndWearables:BloodVolumePulse} => {?U_6645 a }. -{?U_6646 a SensorsAndWearables:BloodVolumePulse} => {?U_6646 a }. -{?U_6647 a SensorsAndWearables:BloodVolumePulse} => {?U_6647 a }. -{?U_6648 a SensorsAndWearables:BloodVolumePulse} => {?U_6648 a }. -{?U_6649 a SensorsAndWearables:Empatica} => {?U_6649 a ns6:Wearable}. -{?U_6650 a SensorsAndWearables:Empatica} => {?U_6650 a }. -{?U_6651 a SensorsAndWearables:Frequency} => {?U_6651 a }. -{?U_6652 a SensorsAndWearables:Frequency} => {?U_6652 a }. -{?U_6653 a SensorsAndWearables:Frequency} => {?U_6653 a }. -{?U_6654 a SensorsAndWearables:Frequency} => {?U_6654 a }. -{?U_6655 a SensorsAndWearables:Frequency} => {?U_6655 a }. -{?U_6656 a SensorsAndWearables:Frequency} => {?U_6656 a }. -{?U_6657 a SensorsAndWearables:Frequency} => {?U_6657 a }. -{?U_6658 a SensorsAndWearables:Frequency} => {?U_6658 a }. -{?U_6659 a SensorsAndWearables:Frequency} => {?U_6659 a }. -{?U_6660 a SensorsAndWearables:GPSSensor} => {?U_6660 a }. -{?U_6661 a SensorsAndWearables:GPSSensor} => {?U_6661 a }. -{?U_6662 a SensorsAndWearables:GPSSensor} => {?U_6662 a }. -{?U_6663 a SensorsAndWearables:GSRSensor} => {?U_6663 a }. -{?U_6664 a SensorsAndWearables:GSRSensor} => {?U_6664 a }. -{?U_6665 a SensorsAndWearables:GSRSensor} => {?U_6665 a }. -{?U_6666 a SensorsAndWearables:Gravity} => {?U_6666 a }. -{?U_6667 a SensorsAndWearables:Gravity} => {?U_6667 a }. -{?U_6668 a SensorsAndWearables:Gravity} => {?U_6668 a }. -{?U_6669 a SensorsAndWearables:Gravity} => {?U_6669 a }. -{?U_6670 a SensorsAndWearables:Gravity} => {?U_6670 a }. -{?U_6671 a SensorsAndWearables:Gravity} => {?U_6671 a }. -{?U_6672 a SensorsAndWearables:Gravity} => {?U_6672 a }. -{?U_6673 a SensorsAndWearables:Gravity} => {?U_6673 a }. -{?U_6674 a SensorsAndWearables:Gravity} => {?U_6674 a }. -{?U_6675 a SensorsAndWearables:GravitySensor} => {?U_6675 a }. -{?U_6676 a SensorsAndWearables:GravitySensor} => {?U_6676 a }. -{?U_6677 a SensorsAndWearables:GravitySensor} => {?U_6677 a }. -{?U_6678 a SensorsAndWearables:GravitySensor} => {?U_6678 a }. -{?U_6679 a SensorsAndWearables:GravitySensor} => {?U_6679 a }. -{?U_6680 a SensorsAndWearables:GravitySensor} => {?U_6680 a }. -{?U_6681 a SensorsAndWearables:GravitySensor} => {?U_6681 a }. -{?U_6682 a SensorsAndWearables:GravitySensor} => {?U_6682 a }. -{?U_6683 a SensorsAndWearables:GravitySensor} => {?U_6683 a }. -{?U_6684 a SensorsAndWearables:GravitySensor} => {?U_6684 a }. -{?U_6685 a SensorsAndWearables:GravitySensor} => {?U_6685 a }. -{?U_6686 a SensorsAndWearables:GravitySensor} => {?U_6686 a }. -{?U_6687 a SensorsAndWearables:GravitySensor} => {?U_6687 a saref4bldg:PhysicalObject}. -{?U_6688 a SensorsAndWearables:GravitySensor} => {?U_6688 a }. -{?U_6689 a SensorsAndWearables:GravitySensor} => {?U_6689 a }. -{?U_6690 a SensorsAndWearables:GravitySensor} => {?U_6690 a }. -{?U_6691 a SensorsAndWearables:GravitySensor} => {?U_6691 a }. -{?U_6692 a SensorsAndWearables:GravitySensor} => {?U_6692 a }. -{?U_6693 a SensorsAndWearables:Gyroscope} => {?U_6693 a }. -{?U_6694 a SensorsAndWearables:Gyroscope} => {?U_6694 a }. -{?U_6695 a SensorsAndWearables:Gyroscope} => {?U_6695 a }. -{?U_6696 a SensorsAndWearables:Gyroscope} => {?U_6696 a }. -{?U_6697 a SensorsAndWearables:Gyroscope} => {?U_6697 a }. -{?U_6698 a SensorsAndWearables:Gyroscope} => {?U_6698 a }. -{?U_6699 a SensorsAndWearables:Gyroscope} => {?U_6699 a }. -{?U_6700 a SensorsAndWearables:Gyroscope} => {?U_6700 a }. -{?U_6701 a SensorsAndWearables:Gyroscope} => {?U_6701 a }. -{?U_6702 a SensorsAndWearables:Gyroscope} => {?U_6702 a }. -{?U_6703 a SensorsAndWearables:Gyroscope} => {?U_6703 a }. -{?U_6704 a SensorsAndWearables:Gyroscope} => {?U_6704 a }. -{?U_6705 a SensorsAndWearables:Gyroscope} => {?U_6705 a saref4bldg:PhysicalObject}. -{?U_6706 a SensorsAndWearables:Gyroscope} => {?U_6706 a }. -{?U_6707 a SensorsAndWearables:Gyroscope} => {?U_6707 a }. -{?U_6708 a SensorsAndWearables:Gyroscope} => {?U_6708 a }. -{?U_6709 a SensorsAndWearables:Gyroscope} => {?U_6709 a }. -{?U_6710 a SensorsAndWearables:Gyroscope} => {?U_6710 a }. -{?U_6711 a SensorsAndWearables:HeartRate} => {?U_6711 a }. -{?U_6712 a SensorsAndWearables:HeartRate} => {?U_6712 a }. -{?U_6713 a SensorsAndWearables:HeartRate} => {?U_6713 a }. -{?U_6714 a SensorsAndWearables:HeartRate} => {?U_6714 a }. -{?U_6715 a SensorsAndWearables:HeartRate} => {?U_6715 a }. -{?U_6716 a SensorsAndWearables:HeartRate} => {?U_6716 a }. -{?U_6717 a SensorsAndWearables:HeartRate} => {?U_6717 a }. -{?U_6718 a SensorsAndWearables:HeartRate} => {?U_6718 a }. -{?U_6719 a SensorsAndWearables:HeartRate} => {?U_6719 a }. -{?U_6720 a SensorsAndWearables:InterBeatInterval} => {?U_6720 a }. -{?U_6721 a SensorsAndWearables:InterBeatInterval} => {?U_6721 a }. -{?U_6722 a SensorsAndWearables:InterBeatInterval} => {?U_6722 a }. -{?U_6723 a SensorsAndWearables:InterBeatInterval} => {?U_6723 a }. -{?U_6724 a SensorsAndWearables:InterBeatInterval} => {?U_6724 a }. -{?U_6725 a SensorsAndWearables:InterBeatInterval} => {?U_6725 a }. -{?U_6726 a SensorsAndWearables:InterBeatInterval} => {?U_6726 a }. -{?U_6727 a SensorsAndWearables:InterBeatInterval} => {?U_6727 a }. -{?U_6728 a SensorsAndWearables:InterBeatInterval} => {?U_6728 a }. -{?U_6729 a SensorsAndWearables:KeyStrokes} => {?U_6729 a }. -{?U_6730 a SensorsAndWearables:KeyStrokes} => {?U_6730 a }. -{?U_6731 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6731 a }. -{?U_6732 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6732 a }. -{?U_6733 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6733 a }. -{?U_6734 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6734 a }. -{?U_6735 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6735 a }. -{?U_6736 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6736 a }. -{?U_6737 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6737 a }. -{?U_6738 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6738 a }. -{?U_6739 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6739 a }. -{?U_6740 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6740 a }. -{?U_6741 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6741 a }. -{?U_6742 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6742 a }. -{?U_6743 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6743 a saref4bldg:PhysicalObject}. -{?U_6744 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6744 a }. -{?U_6745 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6745 a }. -{?U_6746 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6746 a }. -{?U_6747 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6747 a }. -{?U_6748 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6748 a }. -{?U_6749 a SensorsAndWearables:Light} => {?U_6749 a }. -{?U_6750 a SensorsAndWearables:Light} => {?U_6750 a }. -{?U_6751 a SensorsAndWearables:LinearAcceleration} => {?U_6751 a }. -{?U_6752 a SensorsAndWearables:LinearAcceleration} => {?U_6752 a }. -{?U_6753 a SensorsAndWearables:LinearAcceleration} => {?U_6753 a }. -{?U_6754 a SensorsAndWearables:LinearAcceleration} => {?U_6754 a }. -{?U_6755 a SensorsAndWearables:LinearAcceleration} => {?U_6755 a }. -{?U_6756 a SensorsAndWearables:LinearAcceleration} => {?U_6756 a }. -{?U_6757 a SensorsAndWearables:LinearAcceleration} => {?U_6757 a }. -{?U_6758 a SensorsAndWearables:LinearAcceleration} => {?U_6758 a }. -{?U_6759 a SensorsAndWearables:LinearAcceleration} => {?U_6759 a }. -{?U_6760 a SensorsAndWearables:LinearAccelerometer} => {?U_6760 a }. -{?U_6761 a SensorsAndWearables:LinearAccelerometer} => {?U_6761 a }. -{?U_6762 a SensorsAndWearables:LinearAccelerometer} => {?U_6762 a }. -{?U_6763 a SensorsAndWearables:LinearAccelerometer} => {?U_6763 a }. -{?U_6764 a SensorsAndWearables:LinearAccelerometer} => {?U_6764 a }. -{?U_6765 a SensorsAndWearables:LinearAccelerometer} => {?U_6765 a }. -{?U_6766 a SensorsAndWearables:LinearAccelerometer} => {?U_6766 a }. -{?U_6767 a SensorsAndWearables:LinearAccelerometer} => {?U_6767 a }. -{?U_6768 a SensorsAndWearables:LinearAccelerometer} => {?U_6768 a }. -{?U_6769 a SensorsAndWearables:LinearAccelerometer} => {?U_6769 a }. -{?U_6770 a SensorsAndWearables:LinearAccelerometer} => {?U_6770 a }. -{?U_6771 a SensorsAndWearables:LinearAccelerometer} => {?U_6771 a }. -{?U_6772 a SensorsAndWearables:LinearAccelerometer} => {?U_6772 a saref4bldg:PhysicalObject}. -{?U_6773 a SensorsAndWearables:LinearAccelerometer} => {?U_6773 a }. -{?U_6774 a SensorsAndWearables:LinearAccelerometer} => {?U_6774 a }. -{?U_6775 a SensorsAndWearables:LinearAccelerometer} => {?U_6775 a }. -{?U_6776 a SensorsAndWearables:LinearAccelerometer} => {?U_6776 a }. -{?U_6777 a SensorsAndWearables:LinearAccelerometer} => {?U_6777 a }. -{?U_6778 a SensorsAndWearables:MagneticFieldStrength} => {?U_6778 a }. -{?U_6779 a SensorsAndWearables:MagneticFieldStrength} => {?U_6779 a }. -{?U_6780 a SensorsAndWearables:MagneticFieldStrength} => {?U_6780 a }. -{?U_6781 a SensorsAndWearables:MagneticFieldStrength} => {?U_6781 a }. -{?U_6782 a SensorsAndWearables:MagneticFieldStrength} => {?U_6782 a }. -{?U_6783 a SensorsAndWearables:MagneticFieldStrength} => {?U_6783 a }. -{?U_6784 a SensorsAndWearables:MagneticFieldStrength} => {?U_6784 a }. -{?U_6785 a SensorsAndWearables:MagneticFieldStrength} => {?U_6785 a }. -{?U_6786 a SensorsAndWearables:MagneticFieldStrength} => {?U_6786 a }. -{?U_6787 a SensorsAndWearables:Magnetometer} => {?U_6787 a }. -{?U_6788 a SensorsAndWearables:Magnetometer} => {?U_6788 a }. -{?U_6789 a SensorsAndWearables:Magnetometer} => {?U_6789 a }. -{?U_6790 a SensorsAndWearables:Magnetometer} => {?U_6790 a }. -{?U_6791 a SensorsAndWearables:Magnetometer} => {?U_6791 a }. -{?U_6792 a SensorsAndWearables:Magnetometer} => {?U_6792 a }. -{?U_6793 a SensorsAndWearables:Magnetometer} => {?U_6793 a }. -{?U_6794 a SensorsAndWearables:Magnetometer} => {?U_6794 a }. -{?U_6795 a SensorsAndWearables:Magnetometer} => {?U_6795 a }. -{?U_6796 a SensorsAndWearables:Magnetometer} => {?U_6796 a }. -{?U_6797 a SensorsAndWearables:Magnetometer} => {?U_6797 a }. -{?U_6798 a SensorsAndWearables:Magnetometer} => {?U_6798 a }. -{?U_6799 a SensorsAndWearables:Magnetometer} => {?U_6799 a saref4bldg:PhysicalObject}. -{?U_6800 a SensorsAndWearables:Magnetometer} => {?U_6800 a }. -{?U_6801 a SensorsAndWearables:Magnetometer} => {?U_6801 a }. -{?U_6802 a SensorsAndWearables:Magnetometer} => {?U_6802 a }. -{?U_6803 a SensorsAndWearables:Magnetometer} => {?U_6803 a }. -{?U_6804 a SensorsAndWearables:Magnetometer} => {?U_6804 a }. -{?U_6805 a SensorsAndWearables:Noise} => {?U_6805 a }. -{?U_6806 a SensorsAndWearables:Noise} => {?U_6806 a }. -{?U_6807 a SensorsAndWearables:OnWristDetector} => {?U_6807 a }. -{?U_6808 a SensorsAndWearables:OnWristDetector} => {?U_6808 a }. -{?U_6809 a SensorsAndWearables:OnWristDetector} => {?U_6809 a }. -{?U_6810 a SensorsAndWearables:OrientationDeviation} => {?U_6810 a }. -{?U_6811 a SensorsAndWearables:OrientationDeviation} => {?U_6811 a }. -{?U_6812 a SensorsAndWearables:OrientationDeviation} => {?U_6812 a }. -{?U_6813 a SensorsAndWearables:OrientationDeviation} => {?U_6813 a }. -{?U_6814 a SensorsAndWearables:OrientationDeviation} => {?U_6814 a }. -{?U_6815 a SensorsAndWearables:OrientationDeviation} => {?U_6815 a }. -{?U_6816 a SensorsAndWearables:OrientationDeviation} => {?U_6816 a }. -{?U_6817 a SensorsAndWearables:OrientationDeviation} => {?U_6817 a }. -{?U_6818 a SensorsAndWearables:OrientationDeviation} => {?U_6818 a }. -{?U_6819 a SensorsAndWearables:PPGSensor} => {?U_6819 a }. -{?U_6820 a SensorsAndWearables:PPGSensor} => {?U_6820 a }. -{?U_6821 a SensorsAndWearables:PPGSensor} => {?U_6821 a }. -{?U_6822 a SensorsAndWearables:Proximity} => {?U_6822 a }. -{?U_6823 a SensorsAndWearables:Proximity} => {?U_6823 a }. -{?U_6824 a SensorsAndWearables:ProximitySensor} => {?U_6824 a }. -{?U_6825 a SensorsAndWearables:ProximitySensor} => {?U_6825 a }. -{?U_6826 a SensorsAndWearables:ProximitySensor} => {?U_6826 a }. -{?U_6827 a SensorsAndWearables:Rotation} => {?U_6827 a }. -{?U_6828 a SensorsAndWearables:Rotation} => {?U_6828 a }. -{?U_6829 a SensorsAndWearables:Rotation} => {?U_6829 a }. -{?U_6830 a SensorsAndWearables:Rotation} => {?U_6830 a }. -{?U_6831 a SensorsAndWearables:Rotation} => {?U_6831 a }. -{?U_6832 a SensorsAndWearables:Rotation} => {?U_6832 a }. -{?U_6833 a SensorsAndWearables:Rotation} => {?U_6833 a }. -{?U_6834 a SensorsAndWearables:Rotation} => {?U_6834 a }. -{?U_6835 a SensorsAndWearables:Rotation} => {?U_6835 a }. -{?U_6836 a SensorsAndWearables:RotationSensor} => {?U_6836 a }. -{?U_6837 a SensorsAndWearables:RotationSensor} => {?U_6837 a }. -{?U_6838 a SensorsAndWearables:RotationSensor} => {?U_6838 a }. -{?U_6839 a SensorsAndWearables:RotationSensor} => {?U_6839 a }. -{?U_6840 a SensorsAndWearables:RotationSensor} => {?U_6840 a }. -{?U_6841 a SensorsAndWearables:RotationSensor} => {?U_6841 a }. -{?U_6842 a SensorsAndWearables:RotationSensor} => {?U_6842 a }. -{?U_6843 a SensorsAndWearables:RotationSensor} => {?U_6843 a }. -{?U_6844 a SensorsAndWearables:RotationSensor} => {?U_6844 a }. -{?U_6845 a SensorsAndWearables:RotationSensor} => {?U_6845 a }. -{?U_6846 a SensorsAndWearables:RotationSensor} => {?U_6846 a }. -{?U_6847 a SensorsAndWearables:RotationSensor} => {?U_6847 a }. -{?U_6848 a SensorsAndWearables:RotationSensor} => {?U_6848 a saref4bldg:PhysicalObject}. -{?U_6849 a SensorsAndWearables:RotationSensor} => {?U_6849 a }. -{?U_6850 a SensorsAndWearables:RotationSensor} => {?U_6850 a }. -{?U_6851 a SensorsAndWearables:RotationSensor} => {?U_6851 a }. -{?U_6852 a SensorsAndWearables:RotationSensor} => {?U_6852 a }. -{?U_6853 a SensorsAndWearables:RotationSensor} => {?U_6853 a }. -{?U_6854 a SensorsAndWearables:SPO2} => {?U_6854 a }. -{?U_6855 a SensorsAndWearables:SPO2} => {?U_6855 a }. -{?U_6856 a SensorsAndWearables:SPO2} => {?U_6856 a }. -{?U_6857 a SensorsAndWearables:SPO2} => {?U_6857 a }. -{?U_6858 a SensorsAndWearables:SPO2} => {?U_6858 a }. -{?U_6859 a SensorsAndWearables:SPO2} => {?U_6859 a }. -{?U_6860 a SensorsAndWearables:SPO2} => {?U_6860 a }. -{?U_6861 a SensorsAndWearables:SPO2} => {?U_6861 a }. -{?U_6862 a SensorsAndWearables:SPO2} => {?U_6862 a }. -{?U_6863 a SensorsAndWearables:ScreenUsage} => {?U_6863 a }. -{?U_6864 a SensorsAndWearables:ScreenUsage} => {?U_6864 a }. -{?U_6865 a SensorsAndWearables:ScreenUsageMeter} => {?U_6865 a }. -{?U_6866 a SensorsAndWearables:ScreenUsageMeter} => {?U_6866 a }. -{?U_6867 a SensorsAndWearables:ScreenUsageMeter} => {?U_6867 a }. -{?U_6868 a SensorsAndWearables:ScreenUsageMeter} => {?U_6868 a }. -{?U_6869 a SensorsAndWearables:ScreenUsageMeter} => {?U_6869 a }. -{?U_6870 a SensorsAndWearables:ScreenUsageMeter} => {?U_6870 a }. -{?U_6871 a SensorsAndWearables:ScreenUsageMeter} => {?U_6871 a }. -{?U_6872 a SensorsAndWearables:ScreenUsageMeter} => {?U_6872 a }. -{?U_6873 a SensorsAndWearables:ScreenUsageMeter} => {?U_6873 a }. -{?U_6874 a SensorsAndWearables:ScreenUsageMeter} => {?U_6874 a }. -{?U_6875 a SensorsAndWearables:ScreenUsageMeter} => {?U_6875 a }. -{?U_6876 a SensorsAndWearables:ScreenUsageMeter} => {?U_6876 a }. -{?U_6877 a SensorsAndWearables:ScreenUsageMeter} => {?U_6877 a saref4bldg:PhysicalObject}. -{?U_6878 a SensorsAndWearables:ScreenUsageMeter} => {?U_6878 a }. -{?U_6879 a SensorsAndWearables:ScreenUsageMeter} => {?U_6879 a }. -{?U_6880 a SensorsAndWearables:ScreenUsageMeter} => {?U_6880 a }. -{?U_6881 a SensorsAndWearables:ScreenUsageMeter} => {?U_6881 a }. -{?U_6882 a SensorsAndWearables:ScreenUsageMeter} => {?U_6882 a }. -{?U_6883 a SensorsAndWearables:SkinConductance} => {?U_6883 a }. -{?U_6884 a SensorsAndWearables:SkinConductance} => {?U_6884 a }. -{?U_6885 a SensorsAndWearables:SkinConductance} => {?U_6885 a }. -{?U_6886 a SensorsAndWearables:SkinConductance} => {?U_6886 a }. -{?U_6887 a SensorsAndWearables:SkinConductance} => {?U_6887 a }. -{?U_6888 a SensorsAndWearables:SkinConductance} => {?U_6888 a }. -{?U_6889 a SensorsAndWearables:SkinConductance} => {?U_6889 a }. -{?U_6890 a SensorsAndWearables:SkinConductance} => {?U_6890 a }. -{?U_6891 a SensorsAndWearables:SkinConductance} => {?U_6891 a }. -{?U_6892 a SensorsAndWearables:SkinTemperature} => {?U_6892 a }. -{?U_6893 a SensorsAndWearables:SkinTemperature} => {?U_6893 a }. -{?U_6894 a SensorsAndWearables:SkinTemperature} => {?U_6894 a }. -{?U_6895 a SensorsAndWearables:SkinTemperature} => {?U_6895 a }. -{?U_6896 a SensorsAndWearables:SkinTemperature} => {?U_6896 a }. -{?U_6897 a SensorsAndWearables:SkinTemperature} => {?U_6897 a }. -{?U_6898 a SensorsAndWearables:SkinTemperature} => {?U_6898 a }. -{?U_6899 a SensorsAndWearables:SkinTemperature} => {?U_6899 a }. -{?U_6900 a SensorsAndWearables:SkinTemperature} => {?U_6900 a }. -{?U_6901 a SensorsAndWearables:Smartphone} => {?U_6901 a ns6:Wearable}. -{?U_6902 a SensorsAndWearables:Smartphone} => {?U_6902 a }. -{?U_6903 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6903 a }. -{?U_6904 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6904 a }. -{?U_6905 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6905 a }. -{?U_6906 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6906 a }. -{?U_6907 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6907 a }. -{?U_6908 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6908 a }. -{?U_6909 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6909 a }. -{?U_6910 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6910 a }. -{?U_6911 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6911 a }. -{?U_6912 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_6912 a }. -{?U_6913 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_6913 a }. -{?U_6914 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_6914 a }. -{?U_6915 a SensorsAndWearables:StepCount} => {?U_6915 a }. -{?U_6916 a SensorsAndWearables:StepCount} => {?U_6916 a }. -{?U_6917 a SensorsAndWearables:StepCounter} => {?U_6917 a }. -{?U_6918 a SensorsAndWearables:StepCounter} => {?U_6918 a }. -{?U_6919 a SensorsAndWearables:StepCounter} => {?U_6919 a }. -{?U_6920 a SensorsAndWearables:Thermopile} => {?U_6920 a }. -{?U_6921 a SensorsAndWearables:Thermopile} => {?U_6921 a }. -{?U_6922 a SensorsAndWearables:WearableAcceleration} => {?U_6922 a }. -{?U_6923 a SensorsAndWearables:WearableAcceleration} => {?U_6923 a }. -{?U_6924 a SensorsAndWearables:WearableAcceleration} => {?U_6924 a }. -{?U_6925 a SensorsAndWearables:WearableAcceleration} => {?U_6925 a }. -{?U_6926 a SensorsAndWearables:WearableAcceleration} => {?U_6926 a }. -{?U_6927 a SensorsAndWearables:WearableAcceleration} => {?U_6927 a }. -{?U_6928 a SensorsAndWearables:WearableAcceleration} => {?U_6928 a }. -{?U_6929 a SensorsAndWearables:WearableAcceleration} => {?U_6929 a }. -{?U_6930 a SensorsAndWearables:WearableAcceleration} => {?U_6930 a }. -{?U_6931 a SensorsAndWearables:Weight} => {?U_6931 a }. -{?U_6932 a SensorsAndWearables:Weight} => {?U_6932 a }. -{?U_6933 a SensorsAndWearables:Weight} => {?U_6933 a }. -{?U_6934 a SensorsAndWearables:Weight} => {?U_6934 a }. -{?U_6935 a SensorsAndWearables:Weight} => {?U_6935 a }. -{?U_6936 a SensorsAndWearables:Weight} => {?U_6936 a }. -{?U_6937 a SensorsAndWearables:Weight} => {?U_6937 a }. -{?U_6938 a SensorsAndWearables:Weight} => {?U_6938 a }. -{?U_6939 a SensorsAndWearables:Weight} => {?U_6939 a }. -{?U_6940 a } => {?U_6940 a }. -{?U_6941 a } => {?U_6941 a }. -{?U_6942 a } => {?U_6942 a }. -{?U_6943 a } => {?U_6943 a }. -{?U_6944 a } => {?U_6944 a }. -{?U_6945 a dogont:Button} => {?U_6945 a }. -{?U_6946 a dogont:Closet} => {?U_6946 a }. -{?U_6947 a dogont:Cupboard} => {?U_6947 a }. -{?U_6948 a dogont:DimmableLight} => {?U_6948 a saref4bldg:BuildingDevice}. -{?U_6949 a dogont:DimmableLight} => {?U_6949 a saref4bldg:BuildingObject}. -{?U_6950 a dogont:DimmableLight} => {?U_6950 a }. -{?U_6951 a dogont:DimmableLight} => {?U_6951 a }. -{?U_6952 a dogont:DimmerLamp} => {?U_6952 a saref4bldg:BuildingDevice}. -{?U_6953 a dogont:DimmerLamp} => {?U_6953 a saref4bldg:BuildingObject}. -{?U_6954 a dogont:DimmerLamp} => {?U_6954 a }. -{?U_6955 a dogont:DimmerLamp} => {?U_6955 a }. -{?U_6956 a dogont:DimmerSwitch} => {?U_6956 a saref4bldg:BuildingDevice}. -{?U_6957 a dogont:DimmerSwitch} => {?U_6957 a saref4bldg:BuildingObject}. -{?U_6958 a dogont:DimmerSwitch} => {?U_6958 a }. -{?U_6959 a dogont:DimmerSwitch} => {?U_6959 a }. -{?U_6960 a dogont:Door} => {?U_6960 a }. -{?U_6961 a dogont:Shutter} => {?U_6961 a }. -{?U_6962 a dogont:ShutterActuator} => {?U_6962 a saref4bldg:BuildingDevice}. -{?U_6963 a dogont:ShutterActuator} => {?U_6963 a saref4bldg:BuildingObject}. -{?U_6964 a dogont:ShutterActuator} => {?U_6964 a }. -{?U_6965 a dogont:ShutterActuator} => {?U_6965 a }. -{?U_6966 a dogont:Window} => {?U_6966 a }. -{?U_6967 a ns3:Curtain} => {?U_6967 a }. -{?U_6968 a ns3:Netatmo} => {?U_6968 a }. -{?U_6969 a ns3:Netatmo} => {?U_6969 a }. -{?U_6970 a ns3:Netatmo} => {?U_6970 a }. -{?U_6971 a ns3:WeatherStation} => {?U_6971 a }. -{?U_6972 a ns3:WeatherStation} => {?U_6972 a }. -{?U_6973 a ns3:WeatherStation} => {?U_6973 a }. -{?U_6974 a ns3:WindowSensor} => {?U_6974 a }. -{?U_6975 a ns3:WindowSensor} => {?U_6975 a }. -{?U_6976 a ns3:WindowSensor} => {?U_6976 a }. -{?U_6977 a ns4:EmpaticaTagButton} => {?U_6977 a }. -{?U_6978 a ns4:SleepAPI} => {?U_6978 a }. -{?U_6979 a ns4:SleepAPI} => {?U_6979 a }. -{?U_6980 a ns4:SleepAPI} => {?U_6980 a }. -{?U_6981 a saref-core:Actuator} => {?U_6981 a }. -{?U_6982 a saref-core:Appliance} => {?U_6982 a }. -{?U_6983 a saref-core:DoorSwitch} => {?U_6983 a }. -{?U_6984 a saref-core:DoorSwitch} => {?U_6984 a }. -{?U_6985 a saref-core:DoorSwitch} => {?U_6985 a }. -{?U_6986 a saref-core:HVAC} => {?U_6986 a }. -{?U_6987 a saref-core:LightSwitch} => {?U_6987 a }. -{?U_6988 a saref-core:LightSwitch} => {?U_6988 a }. -{?U_6989 a saref-core:LightSwitch} => {?U_6989 a }. -{?U_6990 a saref-core:Meter} => {?U_6990 a }. -{?U_6991 a saref-core:Sensor} => {?U_6991 a }. -{?U_6992 a saref-core:SmokeSensor} => {?U_6992 a }. -{?U_6993 a saref-core:Switch} => {?U_6993 a }. -{?U_6994 a saref-core:TemperatureSensor} => {?U_6994 a }. -{?U_6995 a saref4bldg:Actuator} => {?U_6995 a saref4bldg:BuildingObject}. -{?U_6996 a saref4bldg:Actuator} => {?U_6996 a }. -{?U_6997 a saref4bldg:AirToAirHeatRecovery} => {?U_6997 a }. -{?U_6998 a saref4bldg:AirToAirHeatRecovery} => {?U_6998 a }. -{?U_6999 a saref4bldg:Alarm} => {?U_6999 a saref4bldg:BuildingObject}. -{?U_7000 a saref4bldg:Alarm} => {?U_7000 a saref-core:Device}. -{?U_7001 a saref4bldg:Alarm} => {?U_7001 a saref4bldg:PhysicalObject}. -{?U_7002 a saref4bldg:Alarm} => {?U_7002 a }. -{?U_7003 a saref4bldg:Alarm} => {?U_7003 a }. -{?U_7004 a saref4bldg:Alarm} => {?U_7004 a }. -{?U_7005 a saref4bldg:Alarm} => {?U_7005 a }. -{?U_7006 a saref4bldg:Alarm} => {?U_7006 a }. -{?U_7007 a saref4bldg:Alarm} => {?U_7007 a }. -{?U_7008 a saref4bldg:Alarm} => {?U_7008 a }. -{?U_7009 a saref4bldg:Alarm} => {?U_7009 a }. -{?U_7010 a saref4bldg:Alarm} => {?U_7010 a }. -{?U_7011 a saref4bldg:Alarm} => {?U_7011 a }. -{?U_7012 a saref4bldg:Alarm} => {?U_7012 a }. -{?U_7013 a saref4bldg:Alarm} => {?U_7013 a }. -{?U_7014 a saref4bldg:Alarm} => {?U_7014 a }. -{?U_7015 a saref4bldg:Alarm} => {?U_7015 a }. -{?U_7016 a saref4bldg:Alarm} => {?U_7016 a }. -{?U_7017 a saref4bldg:Alarm} => {?U_7017 a }. -{?U_7018 a saref4bldg:Alarm} => {?U_7018 a }. -{?U_7019 a saref4bldg:AudioVisualAppliance} => {?U_7019 a }. -{?U_7020 a saref4bldg:AudioVisualAppliance} => {?U_7020 a }. -{?U_7021 a saref4bldg:Boiler} => {?U_7021 a }. -{?U_7022 a saref4bldg:Boiler} => {?U_7022 a }. -{?U_7023 a saref4bldg:BuildingDevice} => {?U_7023 a }. -{?U_7024 a saref4bldg:Burner} => {?U_7024 a }. -{?U_7025 a saref4bldg:Burner} => {?U_7025 a }. -{?U_7026 a saref4bldg:Chiller} => {?U_7026 a }. -{?U_7027 a saref4bldg:Chiller} => {?U_7027 a }. -{?U_7028 a saref4bldg:Coil} => {?U_7028 a }. -{?U_7029 a saref4bldg:Coil} => {?U_7029 a }. -{?U_7030 a saref4bldg:CommunicationAppliance} => {?U_7030 a }. -{?U_7031 a saref4bldg:CommunicationAppliance} => {?U_7031 a }. -{?U_7032 a saref4bldg:Compressor} => {?U_7032 a }. -{?U_7033 a saref4bldg:Compressor} => {?U_7033 a }. -{?U_7034 a saref4bldg:Condenser} => {?U_7034 a }. -{?U_7035 a saref4bldg:Condenser} => {?U_7035 a }. -{?U_7036 a saref4bldg:Controller} => {?U_7036 a saref4bldg:BuildingObject}. -{?U_7037 a saref4bldg:Controller} => {?U_7037 a saref-core:Device}. -{?U_7038 a saref4bldg:Controller} => {?U_7038 a saref4bldg:PhysicalObject}. -{?U_7039 a saref4bldg:Controller} => {?U_7039 a }. -{?U_7040 a saref4bldg:Controller} => {?U_7040 a }. -{?U_7041 a saref4bldg:Controller} => {?U_7041 a }. -{?U_7042 a saref4bldg:Controller} => {?U_7042 a }. -{?U_7043 a saref4bldg:Controller} => {?U_7043 a }. -{?U_7044 a saref4bldg:Controller} => {?U_7044 a }. -{?U_7045 a saref4bldg:Controller} => {?U_7045 a }. -{?U_7046 a saref4bldg:Controller} => {?U_7046 a }. -{?U_7047 a saref4bldg:Controller} => {?U_7047 a }. -{?U_7048 a saref4bldg:Controller} => {?U_7048 a }. -{?U_7049 a saref4bldg:Controller} => {?U_7049 a }. -{?U_7050 a saref4bldg:Controller} => {?U_7050 a }. -{?U_7051 a saref4bldg:Controller} => {?U_7051 a }. -{?U_7052 a saref4bldg:Controller} => {?U_7052 a }. -{?U_7053 a saref4bldg:Controller} => {?U_7053 a }. -{?U_7054 a saref4bldg:Controller} => {?U_7054 a }. -{?U_7055 a saref4bldg:Controller} => {?U_7055 a }. -{?U_7056 a saref4bldg:CooledBeam} => {?U_7056 a }. -{?U_7057 a saref4bldg:CooledBeam} => {?U_7057 a }. -{?U_7058 a saref4bldg:CoolingTower} => {?U_7058 a }. -{?U_7059 a saref4bldg:CoolingTower} => {?U_7059 a }. -{?U_7060 a saref4bldg:Damper} => {?U_7060 a }. -{?U_7061 a saref4bldg:Damper} => {?U_7061 a }. -{?U_7062 a saref4bldg:DistributionControlDevice} => {?U_7062 a }. -{?U_7063 a saref4bldg:DistributionControlDevice} => {?U_7063 a }. -{?U_7064 a saref4bldg:DistributionControlDevice} => {?U_7064 a }. -{?U_7065 a saref4bldg:DistributionDevice} => {?U_7065 a }. -{?U_7066 a saref4bldg:DistributionFlowDevice} => {?U_7066 a }. -{?U_7067 a saref4bldg:DuctSilencer} => {?U_7067 a }. -{?U_7068 a saref4bldg:DuctSilencer} => {?U_7068 a }. -{?U_7069 a saref4bldg:DuctSilencer} => {?U_7069 a }. -{?U_7070 a saref4bldg:ElectricAppliance} => {?U_7070 a }. -{?U_7071 a saref4bldg:ElectricAppliance} => {?U_7071 a }. -{?U_7072 a saref4bldg:ElectricAppliance} => {?U_7072 a }. -{?U_7073 a saref4bldg:ElectricFlowStorageDevice} => {?U_7073 a }. -{?U_7074 a saref4bldg:ElectricFlowStorageDevice} => {?U_7074 a }. -{?U_7075 a saref4bldg:ElectricFlowStorageDevice} => {?U_7075 a }. -{?U_7076 a saref4bldg:ElectricGenerator} => {?U_7076 a }. -{?U_7077 a saref4bldg:ElectricGenerator} => {?U_7077 a }. -{?U_7078 a saref4bldg:ElectricGenerator} => {?U_7078 a }. -{?U_7079 a saref4bldg:ElectricMotor} => {?U_7079 a }. -{?U_7080 a saref4bldg:ElectricMotor} => {?U_7080 a }. -{?U_7081 a saref4bldg:ElectricMotor} => {?U_7081 a }. -{?U_7082 a saref4bldg:ElectricTimeControl} => {?U_7082 a }. -{?U_7083 a saref4bldg:ElectricTimeControl} => {?U_7083 a }. -{?U_7084 a saref4bldg:ElectricTimeControl} => {?U_7084 a }. -{?U_7085 a saref4bldg:EnergyConversionDevice} => {?U_7085 a }. -{?U_7086 a saref4bldg:Engine} => {?U_7086 a }. -{?U_7087 a saref4bldg:EvaporativeCooler} => {?U_7087 a }. -{?U_7088 a saref4bldg:Evaporator} => {?U_7088 a }. -{?U_7089 a saref4bldg:Fan} => {?U_7089 a }. -{?U_7090 a saref4bldg:Fan} => {?U_7090 a }. -{?U_7091 a saref4bldg:Fan} => {?U_7091 a }. -{?U_7092 a saref4bldg:Filter} => {?U_7092 a }. -{?U_7093 a saref4bldg:Filter} => {?U_7093 a }. -{?U_7094 a saref4bldg:Filter} => {?U_7094 a }. -{?U_7095 a saref4bldg:FireSuppressionTerminal} => {?U_7095 a }. -{?U_7096 a saref4bldg:FireSuppressionTerminal} => {?U_7096 a }. -{?U_7097 a saref4bldg:FireSuppressionTerminal} => {?U_7097 a }. -{?U_7098 a saref4bldg:FlowController} => {?U_7098 a }. -{?U_7099 a saref4bldg:FlowInstrument} => {?U_7099 a }. -{?U_7100 a saref4bldg:FlowInstrument} => {?U_7100 a }. -{?U_7101 a saref4bldg:FlowInstrument} => {?U_7101 a }. -{?U_7102 a saref4bldg:FlowMeter} => {?U_7102 a }. -{?U_7103 a saref4bldg:FlowMovingDevice} => {?U_7103 a }. -{?U_7104 a saref4bldg:FlowStorageDevice} => {?U_7104 a }. -{?U_7105 a saref4bldg:FlowTerminal} => {?U_7105 a }. -{?U_7106 a saref4bldg:FlowTreatmentDevice} => {?U_7106 a }. -{?U_7107 a saref4bldg:HeatExchanger} => {?U_7107 a }. -{?U_7108 a saref4bldg:Humidifier} => {?U_7108 a }. -{?U_7109 a saref4bldg:Interceptor} => {?U_7109 a }. -{?U_7110 a saref4bldg:Lamp} => {?U_7110 a }. -{?U_7111 a saref4bldg:MedicalDevice} => {?U_7111 a }. -{?U_7112 a saref4bldg:Outlet} => {?U_7112 a }. -{?U_7113 a saref4bldg:ProtectiveDevice} => {?U_7113 a }. -{?U_7114 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_7114 a }. -{?U_7115 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_7115 a }. -{?U_7116 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_7116 a }. -{?U_7117 a saref4bldg:SanitaryTerminal} => {?U_7117 a }. -{?U_7118 a saref4bldg:Sensor} => {?U_7118 a }. -{?U_7119 a saref4bldg:ShadingDevice} => {?U_7119 a }. -{?U_7120 a saref4bldg:SolarDevice} => {?U_7120 a }. -{?U_7121 a saref4bldg:SpaceHeater} => {?U_7121 a }. -{?U_7122 a saref4bldg:SwitchingDevice} => {?U_7122 a }. -{?U_7123 a saref4bldg:Tank} => {?U_7123 a }. -{?U_7124 a saref4bldg:Transformer} => {?U_7124 a }. -{?U_7125 a saref4bldg:TransportElement} => {?U_7125 a }. -{?U_7126 a saref4bldg:TubeBundle} => {?U_7126 a }. -{?U_7127 a saref4bldg:UnitaryControlElement} => {?U_7127 a }. -{?U_7128 a saref4bldg:UnitaryControlElement} => {?U_7128 a }. -{?U_7129 a saref4bldg:UnitaryControlElement} => {?U_7129 a }. -{?U_7130 a saref4bldg:Valve} => {?U_7130 a }. -{?U_7131 a saref4bldg:VibrationIsolator} => {?U_7131 a }. -{?U_7132 a saref4ehaw:BanHub} => {?U_7132 a }. -{?U_7133 a saref4ehaw:HealthActuator} => {?U_7133 a }. -{?U_7134 a saref4ehaw:Patient} => {?U_7134 a saref4ehaw:Contact}. -{?U_7135 a ns6:BiometricProperty} => {?U_7135 a }. -{?U_7136 a ns6:BiometricProperty} => {?U_7136 a }. -{?U_7137 a ns6:ElectricalProperty} => {?U_7137 a }. -{?U_7138 a ns6:ElectricalProperty} => {?U_7138 a }. -{?U_7139 a ns6:ElectricalSafetyProperty} => {?U_7139 a }. -{?U_7140 a ns6:ElectricalSafetyProperty} => {?U_7140 a }. -{?U_7141 a ns6:EmissionProperty} => {?U_7141 a }. -{?U_7142 a ns6:EmissionProperty} => {?U_7142 a }. -{?U_7143 a ns6:FabricWearable} => {?U_7143 a ns6:Wearable}. -{?U_7144 a ns6:FabricWearable} => {?U_7144 a }. -{?U_7145 a ns6:TextileBasedSensor} => {?U_7145 a }. -{?U_7146 a } => {?U_7146 a ActivityRecognition:Prediction}. -{?U_7147 a } => {?U_7147 a eep:Execution}. -{?U_7148 a } => {?U_7148 a }. -{?U_7149 a } => {?U_7149 a }. -{?U_7150 a } => {?U_7150 a }. -{?U_7151 a } => {?U_7151 a }. -{?U_7152 a } => {?U_7152 a }. -{?U_7153 a } => {?U_7153 a ActivityRecognition:Prediction}. -{?U_7154 a } => {?U_7154 a eep:Execution}. -{?U_7155 a } => {?U_7155 a }. -{?U_7156 a } => {?U_7156 a }. -{?U_7157 a } => {?U_7157 a }. -{?U_7158 a } => {?U_7158 a }. -{?U_7159 a } => {?U_7159 a }. -{?U_7160 a } => {?U_7160 a ActivityRecognition:Prediction}. -{?U_7161 a } => {?U_7161 a eep:Execution}. -{?U_7162 a } => {?U_7162 a }. -{?U_7163 a } => {?U_7163 a }. -{?U_7164 a } => {?U_7164 a }. -{?U_7165 a } => {?U_7165 a }. -{?U_7166 a } => {?U_7166 a }. -{?U_7167 a } => {?U_7167 a ActivityRecognition:Prediction}. -{?U_7168 a } => {?U_7168 a eep:Execution}. -{?U_7169 a } => {?U_7169 a }. -{?U_7170 a } => {?U_7170 a }. -{?U_7171 a } => {?U_7171 a }. -{?U_7172 a } => {?U_7172 a }. -{?U_7173 a } => {?U_7173 a }. -{?U_7174 a } => {?U_7174 a ActivityRecognition:Prediction}. -{?U_7175 a } => {?U_7175 a eep:Execution}. -{?U_7176 a } => {?U_7176 a }. -{?U_7177 a } => {?U_7177 a }. -{?U_7178 a } => {?U_7178 a }. -{?U_7179 a } => {?U_7179 a }. -{?U_7180 a } => {?U_7180 a }. -{?U_7181 a } => {?U_7181 a ActivityRecognition:ActivityPrediction}. -{?U_7182 a } => {?U_7182 a ActivityRecognition:Prediction}. -{?U_7183 a } => {?U_7183 a }. -{?U_7184 a } => {?U_7184 a eep:Execution}. -{?U_7185 a } => {?U_7185 a }. -{?U_7186 a } => {?U_7186 a }. -{?U_7187 a } => {?U_7187 a }. -{?U_7188 a } => {?U_7188 a }. -{?U_7189 a } => {?U_7189 a }. -{?U_7190 a } => {?U_7190 a ActivityRecognition:ActivityPrediction}. -{?U_7191 a } => {?U_7191 a ActivityRecognition:Prediction}. -{?U_7192 a } => {?U_7192 a }. -{?U_7193 a } => {?U_7193 a eep:Execution}. -{?U_7194 a } => {?U_7194 a }. -{?U_7195 a } => {?U_7195 a }. -{?U_7196 a } => {?U_7196 a }. -{?U_7197 a } => {?U_7197 a }. -{?U_7198 a } => {?U_7198 a }. -{?U_7199 a } => {?U_7199 a ActivityRecognition:ActivityPrediction}. -{?U_7200 a } => {?U_7200 a ActivityRecognition:Prediction}. -{?U_7201 a } => {?U_7201 a }. -{?U_7202 a } => {?U_7202 a eep:Execution}. -{?U_7203 a } => {?U_7203 a }. -{?U_7204 a } => {?U_7204 a }. -{?U_7205 a } => {?U_7205 a }. -{?U_7206 a } => {?U_7206 a }. -{?U_7207 a } => {?U_7207 a }. -{?U_7208 a } => {?U_7208 a ActivityRecognition:ActivityPrediction}. -{?U_7209 a } => {?U_7209 a ActivityRecognition:Prediction}. -{?U_7210 a } => {?U_7210 a }. -{?U_7211 a } => {?U_7211 a eep:Execution}. -{?U_7212 a } => {?U_7212 a }. -{?U_7213 a } => {?U_7213 a }. -{?U_7214 a } => {?U_7214 a }. -{?U_7215 a } => {?U_7215 a }. -{?U_7216 a } => {?U_7216 a }. -{?U_7217 a } => {?U_7217 a ActivityRecognition:ActivityPrediction}. -{?U_7218 a } => {?U_7218 a ActivityRecognition:Prediction}. -{?U_7219 a } => {?U_7219 a }. -{?U_7220 a } => {?U_7220 a eep:Execution}. -{?U_7221 a } => {?U_7221 a }. -{?U_7222 a } => {?U_7222 a }. -{?U_7223 a } => {?U_7223 a }. -{?U_7224 a } => {?U_7224 a }. -{?U_7225 a } => {?U_7225 a }. -{?U_7226 a } => {?U_7226 a ActivityRecognition:ActivityPrediction}. -{?U_7227 a } => {?U_7227 a ActivityRecognition:Prediction}. -{?U_7228 a } => {?U_7228 a }. -{?U_7229 a } => {?U_7229 a eep:Execution}. -{?U_7230 a } => {?U_7230 a }. -{?U_7231 a } => {?U_7231 a }. -{?U_7232 a } => {?U_7232 a }. -{?U_7233 a } => {?U_7233 a }. -{?U_7234 a } => {?U_7234 a }. -{?U_7235 a } => {?U_7235 a ActivityRecognition:ActivityPrediction}. -{?U_7236 a } => {?U_7236 a ActivityRecognition:Prediction}. -{?U_7237 a } => {?U_7237 a }. -{?U_7238 a } => {?U_7238 a eep:Execution}. -{?U_7239 a } => {?U_7239 a }. -{?U_7240 a } => {?U_7240 a }. -{?U_7241 a } => {?U_7241 a }. -{?U_7242 a } => {?U_7242 a }. -{?U_7243 a } => {?U_7243 a }. -{?U_7244 a } => {?U_7244 a ActivityRecognition:ActivityPrediction}. -{?U_7245 a } => {?U_7245 a ActivityRecognition:Prediction}. -{?U_7246 a } => {?U_7246 a }. -{?U_7247 a } => {?U_7247 a eep:Execution}. -{?U_7248 a } => {?U_7248 a }. -{?U_7249 a } => {?U_7249 a }. -{?U_7250 a } => {?U_7250 a }. -{?U_7251 a } => {?U_7251 a }. -{?U_7252 a } => {?U_7252 a }. -{?U_7253 a } => {?U_7253 a ActivityRecognition:ActivityPrediction}. -{?U_7254 a } => {?U_7254 a ActivityRecognition:Prediction}. -{?U_7255 a } => {?U_7255 a }. -{?U_7256 a } => {?U_7256 a eep:Execution}. -{?U_7257 a } => {?U_7257 a }. -{?U_7258 a } => {?U_7258 a }. -{?U_7259 a } => {?U_7259 a }. -{?U_7260 a } => {?U_7260 a }. -{?U_7261 a } => {?U_7261 a }. -{?U_7262 a } => {?U_7262 a ActivityRecognition:ActivityPrediction}. -{?U_7263 a } => {?U_7263 a ActivityRecognition:Prediction}. -{?U_7264 a } => {?U_7264 a }. -{?U_7265 a } => {?U_7265 a eep:Execution}. -{?U_7266 a } => {?U_7266 a }. -{?U_7267 a } => {?U_7267 a }. -{?U_7268 a } => {?U_7268 a }. -{?U_7269 a } => {?U_7269 a }. -{?U_7270 a } => {?U_7270 a }. -{?U_7271 a } => {?U_7271 a ActivityRecognition:ActivityPrediction}. -{?U_7272 a } => {?U_7272 a ActivityRecognition:Prediction}. -{?U_7273 a } => {?U_7273 a eep:Execution}. -{?U_7274 a } => {?U_7274 a }. -{?U_7275 a } => {?U_7275 a }. -{?U_7276 a } => {?U_7276 a }. -{?U_7277 a } => {?U_7277 a }. -{?U_7278 a } => {?U_7278 a }. -{?U_7279 a } => {?U_7279 a }. -{?U_7280 a } => {?U_7280 a ActivityRecognition:ActivityPrediction}. -{?U_7281 a } => {?U_7281 a ActivityRecognition:Prediction}. -{?U_7282 a } => {?U_7282 a }. -{?U_7283 a } => {?U_7283 a eep:Execution}. -{?U_7284 a } => {?U_7284 a }. -{?U_7285 a } => {?U_7285 a }. -{?U_7286 a } => {?U_7286 a }. -{?U_7287 a } => {?U_7287 a }. -{?U_7288 a } => {?U_7288 a }. -{?U_7289 a } => {?U_7289 a ActivityRecognition:ActivityPrediction}. -{?U_7290 a } => {?U_7290 a ActivityRecognition:Prediction}. -{?U_7291 a } => {?U_7291 a eep:Execution}. -{?U_7292 a } => {?U_7292 a }. -{?U_7293 a } => {?U_7293 a }. -{?U_7294 a } => {?U_7294 a }. -{?U_7295 a } => {?U_7295 a }. -{?U_7296 a } => {?U_7296 a }. -{?U_7297 a } => {?U_7297 a }. -{?U_7298 a } => {?U_7298 a ActivityRecognition:ActivityPrediction}. -{?U_7299 a } => {?U_7299 a ActivityRecognition:Prediction}. -{?U_7300 a } => {?U_7300 a }. -{?U_7301 a } => {?U_7301 a eep:Execution}. -{?U_7302 a } => {?U_7302 a }. -{?U_7303 a } => {?U_7303 a }. -{?U_7304 a } => {?U_7304 a }. -{?U_7305 a } => {?U_7305 a }. -{?U_7306 a } => {?U_7306 a }. -{?U_7307 a } => {?U_7307 a ActivityRecognition:ActivityPrediction}. -{?U_7308 a } => {?U_7308 a ActivityRecognition:Prediction}. -{?U_7309 a } => {?U_7309 a eep:Execution}. -{?U_7310 a } => {?U_7310 a }. -{?U_7311 a } => {?U_7311 a }. -{?U_7312 a } => {?U_7312 a }. -{?U_7313 a } => {?U_7313 a }. -{?U_7314 a } => {?U_7314 a }. -{?U_7315 a } => {?U_7315 a }. -{?U_7316 a } => {?U_7316 a ActivityRecognition:ActivityPrediction}. -{?U_7317 a } => {?U_7317 a ActivityRecognition:Prediction}. -{?U_7318 a } => {?U_7318 a }. -{?U_7319 a } => {?U_7319 a eep:Execution}. -{?U_7320 a } => {?U_7320 a }. -{?U_7321 a } => {?U_7321 a }. -{?U_7322 a } => {?U_7322 a }. -{?U_7323 a } => {?U_7323 a }. -{?U_7324 a } => {?U_7324 a }. -{?U_7325 a } => {?U_7325 a ActivityRecognition:ActivityPrediction}. -{?U_7326 a } => {?U_7326 a ActivityRecognition:Prediction}. -{?U_7327 a } => {?U_7327 a eep:Execution}. -{?U_7328 a } => {?U_7328 a }. -{?U_7329 a } => {?U_7329 a }. -{?U_7330 a } => {?U_7330 a }. -{?U_7331 a } => {?U_7331 a }. -{?U_7332 a } => {?U_7332 a }. -{?U_7333 a } => {?U_7333 a }. -{?U_7334 a } => {?U_7334 a ActivityRecognition:ActivityPrediction}. -{?U_7335 a } => {?U_7335 a ActivityRecognition:Prediction}. -{?U_7336 a } => {?U_7336 a }. -{?U_7337 a } => {?U_7337 a eep:Execution}. -{?U_7338 a } => {?U_7338 a }. -{?U_7339 a } => {?U_7339 a }. -{?U_7340 a } => {?U_7340 a }. -{?U_7341 a } => {?U_7341 a }. -{?U_7342 a } => {?U_7342 a }. -{?U_7343 a } => {?U_7343 a ActivityRecognition:ActivityPrediction}. -{?U_7344 a } => {?U_7344 a ActivityRecognition:Prediction}. -{?U_7345 a } => {?U_7345 a eep:Execution}. -{?U_7346 a } => {?U_7346 a }. -{?U_7347 a } => {?U_7347 a }. -{?U_7348 a } => {?U_7348 a }. -{?U_7349 a } => {?U_7349 a }. -{?U_7350 a } => {?U_7350 a }. -{?U_7351 a } => {?U_7351 a }. -{?U_7352 a } => {?U_7352 a ActivityRecognition:ActivityPrediction}. -{?U_7353 a } => {?U_7353 a ActivityRecognition:Prediction}. -{?U_7354 a } => {?U_7354 a }. -{?U_7355 a } => {?U_7355 a eep:Execution}. -{?U_7356 a } => {?U_7356 a }. -{?U_7357 a } => {?U_7357 a }. -{?U_7358 a } => {?U_7358 a }. -{?U_7359 a } => {?U_7359 a }. -{?U_7360 a } => {?U_7360 a }. -{?U_7361 a } => {?U_7361 a ActivityRecognition:ActivityPrediction}. -{?U_7362 a } => {?U_7362 a ActivityRecognition:Prediction}. -{?U_7363 a } => {?U_7363 a eep:Execution}. -{?U_7364 a } => {?U_7364 a }. -{?U_7365 a } => {?U_7365 a }. -{?U_7366 a } => {?U_7366 a }. -{?U_7367 a } => {?U_7367 a }. -{?U_7368 a } => {?U_7368 a }. -{?U_7369 a } => {?U_7369 a }. -{?U_7370 a } => {?U_7370 a ActivityRecognition:ActivityPrediction}. -{?U_7371 a } => {?U_7371 a ActivityRecognition:Prediction}. -{?U_7372 a } => {?U_7372 a }. -{?U_7373 a } => {?U_7373 a eep:Execution}. -{?U_7374 a } => {?U_7374 a }. -{?U_7375 a } => {?U_7375 a }. -{?U_7376 a } => {?U_7376 a }. -{?U_7377 a } => {?U_7377 a }. -{?U_7378 a } => {?U_7378 a }. -{?U_7379 a } => {?U_7379 a ActivityRecognition:Prediction}. -{?U_7380 a } => {?U_7380 a eep:Execution}. -{?U_7381 a } => {?U_7381 a }. -{?U_7382 a } => {?U_7382 a }. -{?U_7383 a } => {?U_7383 a }. -{?U_7384 a } => {?U_7384 a }. -{?U_7385 a } => {?U_7385 a }. -{?U_7386 a } => {?U_7386 a ActivityRecognition:ActivityPrediction}. -{?U_7387 a } => {?U_7387 a ActivityRecognition:Prediction}. -{?U_7388 a } => {?U_7388 a }. -{?U_7389 a } => {?U_7389 a eep:Execution}. -{?U_7390 a } => {?U_7390 a }. -{?U_7391 a } => {?U_7391 a }. -{?U_7392 a } => {?U_7392 a }. -{?U_7393 a } => {?U_7393 a }. -{?U_7394 a } => {?U_7394 a }. -{?U_7395 a } => {?U_7395 a ActivityRecognition:ActivityPrediction}. -{?U_7396 a } => {?U_7396 a ActivityRecognition:Prediction}. -{?U_7397 a } => {?U_7397 a }. -{?U_7398 a } => {?U_7398 a eep:Execution}. -{?U_7399 a } => {?U_7399 a }. -{?U_7400 a } => {?U_7400 a }. -{?U_7401 a } => {?U_7401 a }. -{?U_7402 a } => {?U_7402 a }. -{?U_7403 a } => {?U_7403 a }. -{?U_7404 a } => {?U_7404 a ActivityRecognition:ActivityPrediction}. -{?U_7405 a } => {?U_7405 a ActivityRecognition:Prediction}. -{?U_7406 a } => {?U_7406 a }. -{?U_7407 a } => {?U_7407 a eep:Execution}. -{?U_7408 a } => {?U_7408 a }. -{?U_7409 a } => {?U_7409 a }. -{?U_7410 a } => {?U_7410 a }. -{?U_7411 a } => {?U_7411 a }. -{?U_7412 a } => {?U_7412 a }. -{?U_7413 a } => {?U_7413 a ActivityRecognition:ActivityPrediction}. -{?U_7414 a } => {?U_7414 a ActivityRecognition:Prediction}. -{?U_7415 a } => {?U_7415 a }. -{?U_7416 a } => {?U_7416 a eep:Execution}. -{?U_7417 a } => {?U_7417 a }. -{?U_7418 a } => {?U_7418 a }. -{?U_7419 a } => {?U_7419 a }. -{?U_7420 a } => {?U_7420 a }. -{?U_7421 a } => {?U_7421 a }. -{?U_7422 a } => {?U_7422 a ActivityRecognition:ActivityPrediction}. -{?U_7423 a } => {?U_7423 a ActivityRecognition:Prediction}. -{?U_7424 a } => {?U_7424 a }. -{?U_7425 a } => {?U_7425 a eep:Execution}. -{?U_7426 a } => {?U_7426 a }. -{?U_7427 a } => {?U_7427 a }. -{?U_7428 a } => {?U_7428 a }. -{?U_7429 a } => {?U_7429 a }. -{?U_7430 a } => {?U_7430 a }. -{?U_7431 a } => {?U_7431 a ActivityRecognition:ActivityPrediction}. -{?U_7432 a } => {?U_7432 a ActivityRecognition:Prediction}. -{?U_7433 a } => {?U_7433 a }. -{?U_7434 a } => {?U_7434 a eep:Execution}. -{?U_7435 a } => {?U_7435 a }. -{?U_7436 a } => {?U_7436 a }. -{?U_7437 a } => {?U_7437 a }. -{?U_7438 a } => {?U_7438 a }. -{?U_7439 a } => {?U_7439 a }. -{?U_7440 a } => {?U_7440 a ActivityRecognition:ActivityPrediction}. -{?U_7441 a } => {?U_7441 a ActivityRecognition:Prediction}. -{?U_7442 a } => {?U_7442 a }. -{?U_7443 a } => {?U_7443 a eep:Execution}. -{?U_7444 a } => {?U_7444 a }. -{?U_7445 a } => {?U_7445 a }. -{?U_7446 a } => {?U_7446 a }. -{?U_7447 a } => {?U_7447 a }. -{?U_7448 a } => {?U_7448 a }. -{?U_7449 a } => {?U_7449 a ActivityRecognition:ActivityPrediction}. -{?U_7450 a } => {?U_7450 a ActivityRecognition:Prediction}. -{?U_7451 a } => {?U_7451 a }. -{?U_7452 a } => {?U_7452 a eep:Execution}. -{?U_7453 a } => {?U_7453 a }. -{?U_7454 a } => {?U_7454 a }. -{?U_7455 a } => {?U_7455 a }. -{?U_7456 a } => {?U_7456 a }. -{?U_7457 a } => {?U_7457 a }. -{?U_7458 a } => {?U_7458 a ActivityRecognition:ActivityPrediction}. -{?U_7459 a } => {?U_7459 a ActivityRecognition:Prediction}. -{?U_7460 a } => {?U_7460 a }. -{?U_7461 a } => {?U_7461 a eep:Execution}. -{?U_7462 a } => {?U_7462 a }. -{?U_7463 a } => {?U_7463 a }. -{?U_7464 a } => {?U_7464 a }. -{?U_7465 a } => {?U_7465 a }. -{?U_7466 a } => {?U_7466 a }. -{?U_7467 a } => {?U_7467 a ActivityRecognition:ActivityPrediction}. -{?U_7468 a } => {?U_7468 a ActivityRecognition:Prediction}. -{?U_7469 a } => {?U_7469 a }. -{?U_7470 a } => {?U_7470 a eep:Execution}. -{?U_7471 a } => {?U_7471 a }. -{?U_7472 a } => {?U_7472 a }. -{?U_7473 a } => {?U_7473 a }. -{?U_7474 a } => {?U_7474 a }. -{?U_7475 a } => {?U_7475 a }. -{?U_7476 a } => {?U_7476 a ActivityRecognition:ActivityPrediction}. -{?U_7477 a } => {?U_7477 a ActivityRecognition:Prediction}. -{?U_7478 a } => {?U_7478 a }. -{?U_7479 a } => {?U_7479 a eep:Execution}. -{?U_7480 a } => {?U_7480 a }. -{?U_7481 a } => {?U_7481 a }. -{?U_7482 a } => {?U_7482 a }. -{?U_7483 a } => {?U_7483 a }. -{?U_7484 a } => {?U_7484 a }. -{?U_7485 a } => {?U_7485 a ActivityRecognition:ActivityPrediction}. -{?U_7486 a } => {?U_7486 a ActivityRecognition:Prediction}. -{?U_7487 a } => {?U_7487 a }. -{?U_7488 a } => {?U_7488 a eep:Execution}. -{?U_7489 a } => {?U_7489 a }. -{?U_7490 a } => {?U_7490 a }. -{?U_7491 a } => {?U_7491 a }. -{?U_7492 a } => {?U_7492 a }. -{?U_7493 a } => {?U_7493 a }. -{?U_7494 a } => {?U_7494 a ActivityRecognition:ActivityPrediction}. -{?U_7495 a } => {?U_7495 a ActivityRecognition:Prediction}. -{?U_7496 a } => {?U_7496 a eep:Execution}. -{?U_7497 a } => {?U_7497 a }. -{?U_7498 a } => {?U_7498 a }. -{?U_7499 a } => {?U_7499 a }. -{?U_7500 a } => {?U_7500 a }. -{?U_7501 a } => {?U_7501 a }. -{?U_7502 a } => {?U_7502 a }. -{?U_7503 a } => {?U_7503 a ActivityRecognition:ActivityPrediction}. -{?U_7504 a } => {?U_7504 a ActivityRecognition:Prediction}. -{?U_7505 a } => {?U_7505 a }. -{?U_7506 a } => {?U_7506 a eep:Execution}. -{?U_7507 a } => {?U_7507 a }. -{?U_7508 a } => {?U_7508 a }. -{?U_7509 a } => {?U_7509 a }. -{?U_7510 a } => {?U_7510 a }. -{?U_7511 a } => {?U_7511 a }. -{?U_7512 a } => {?U_7512 a ActivityRecognition:ActivityPrediction}. -{?U_7513 a } => {?U_7513 a ActivityRecognition:Prediction}. -{?U_7514 a } => {?U_7514 a eep:Execution}. -{?U_7515 a } => {?U_7515 a }. -{?U_7516 a } => {?U_7516 a }. -{?U_7517 a } => {?U_7517 a }. -{?U_7518 a } => {?U_7518 a }. -{?U_7519 a } => {?U_7519 a }. -{?U_7520 a } => {?U_7520 a }. -{?U_7521 a } => {?U_7521 a ActivityRecognition:ActivityPrediction}. -{?U_7522 a } => {?U_7522 a ActivityRecognition:Prediction}. -{?U_7523 a } => {?U_7523 a }. -{?U_7524 a } => {?U_7524 a eep:Execution}. -{?U_7525 a } => {?U_7525 a }. -{?U_7526 a } => {?U_7526 a }. -{?U_7527 a } => {?U_7527 a }. -{?U_7528 a } => {?U_7528 a }. -{?U_7529 a } => {?U_7529 a }. -{?U_7530 a } => {?U_7530 a ActivityRecognition:ActivityPrediction}. -{?U_7531 a } => {?U_7531 a ActivityRecognition:Prediction}. -{?U_7532 a } => {?U_7532 a eep:Execution}. -{?U_7533 a } => {?U_7533 a }. -{?U_7534 a } => {?U_7534 a }. -{?U_7535 a } => {?U_7535 a }. -{?U_7536 a } => {?U_7536 a }. -{?U_7537 a } => {?U_7537 a }. -{?U_7538 a } => {?U_7538 a }. -{?U_7539 a } => {?U_7539 a ActivityRecognition:ActivityPrediction}. -{?U_7540 a } => {?U_7540 a ActivityRecognition:Prediction}. -{?U_7541 a } => {?U_7541 a }. -{?U_7542 a } => {?U_7542 a eep:Execution}. -{?U_7543 a } => {?U_7543 a }. -{?U_7544 a } => {?U_7544 a }. -{?U_7545 a } => {?U_7545 a }. -{?U_7546 a } => {?U_7546 a }. -{?U_7547 a } => {?U_7547 a }. -{?U_7548 a } => {?U_7548 a ActivityRecognition:ActivityPrediction}. -{?U_7549 a } => {?U_7549 a ActivityRecognition:Prediction}. -{?U_7550 a } => {?U_7550 a eep:Execution}. -{?U_7551 a } => {?U_7551 a }. -{?U_7552 a } => {?U_7552 a }. -{?U_7553 a } => {?U_7553 a }. -{?U_7554 a } => {?U_7554 a }. -{?U_7555 a } => {?U_7555 a }. -{?U_7556 a } => {?U_7556 a }. -{?U_7557 a } => {?U_7557 a ActivityRecognition:ActivityPrediction}. -{?U_7558 a } => {?U_7558 a ActivityRecognition:Prediction}. -{?U_7559 a } => {?U_7559 a }. -{?U_7560 a } => {?U_7560 a eep:Execution}. -{?U_7561 a } => {?U_7561 a }. -{?U_7562 a } => {?U_7562 a }. -{?U_7563 a } => {?U_7563 a }. -{?U_7564 a } => {?U_7564 a }. -{?U_7565 a } => {?U_7565 a }. -{?U_7566 a } => {?U_7566 a ActivityRecognition:ActivityPrediction}. -{?U_7567 a } => {?U_7567 a ActivityRecognition:Prediction}. -{?U_7568 a } => {?U_7568 a eep:Execution}. -{?U_7569 a } => {?U_7569 a }. -{?U_7570 a } => {?U_7570 a }. -{?U_7571 a } => {?U_7571 a }. -{?U_7572 a } => {?U_7572 a }. -{?U_7573 a } => {?U_7573 a }. -{?U_7574 a } => {?U_7574 a }. -{?U_7575 a } => {?U_7575 a ActivityRecognition:ActivityPrediction}. -{?U_7576 a } => {?U_7576 a ActivityRecognition:Prediction}. -{?U_7577 a } => {?U_7577 a }. -{?U_7578 a } => {?U_7578 a eep:Execution}. -{?U_7579 a } => {?U_7579 a }. -{?U_7580 a } => {?U_7580 a }. -{?U_7581 a } => {?U_7581 a }. -{?U_7582 a } => {?U_7582 a }. -{?U_7583 a } => {?U_7583 a }. -{?U_7584 a } => {?U_7584 a ActivityRecognition:Prediction}. -{?U_7585 a } => {?U_7585 a eep:Execution}. -{?U_7586 a } => {?U_7586 a }. -{?U_7587 a } => {?U_7587 a }. -{?U_7588 a } => {?U_7588 a }. -{?U_7589 a } => {?U_7589 a }. -{?U_7590 a } => {?U_7590 a }. -{?U_7591 a } => {?U_7591 a ActivityRecognition:Prediction}. -{?U_7592 a } => {?U_7592 a eep:Execution}. -{?U_7593 a } => {?U_7593 a }. -{?U_7594 a } => {?U_7594 a }. -{?U_7595 a } => {?U_7595 a }. -{?U_7596 a } => {?U_7596 a }. -{?U_7597 a } => {?U_7597 a }. -{?U_7598 a } => {?U_7598 a ActivityRecognition:Prediction}. -{?U_7599 a } => {?U_7599 a eep:Execution}. -{?U_7600 a } => {?U_7600 a }. -{?U_7601 a } => {?U_7601 a }. -{?U_7602 a } => {?U_7602 a }. -{?U_7603 a } => {?U_7603 a }. -{?U_7604 a } => {?U_7604 a }. -{?U_7605 a } => {?U_7605 a saref4ehaw:HealthActor}. -{?U_7606 a } => {?U_7606 a foaf:Agent}. -{?U_7607 a } => {?U_7607 a saref4ehaw:Contact}. -{?U_7608 a } => {?U_7608 a }. -{?U_7609 a } => {?U_7609 a saref4ehaw:HealthActor}. -{?U_7610 a } => {?U_7610 a foaf:Agent}. -{?U_7611 a } => {?U_7611 a saref4ehaw:Contact}. -{?U_7612 a } => {?U_7612 a }. -{?U_7613 a } => {?U_7613 a saref4ehaw:HealthActor}. -{?U_7614 a } => {?U_7614 a foaf:Agent}. -{?U_7615 a } => {?U_7615 a saref4ehaw:Contact}. -{?U_7616 a } => {?U_7616 a }. -{?U_7617 a } => {?U_7617 a saref4ehaw:HealthActor}. -{?U_7618 a } => {?U_7618 a foaf:Agent}. -{?U_7619 a } => {?U_7619 a saref4ehaw:Contact}. -{?U_7620 a } => {?U_7620 a }. -{?U_7621 a } => {?U_7621 a saref4ehaw:HealthActor}. -{?U_7622 a } => {?U_7622 a foaf:Agent}. -{?U_7623 a } => {?U_7623 a saref4ehaw:Contact}. -{?U_7624 a } => {?U_7624 a }. -{?U_7625 a } => {?U_7625 a saref4ehaw:HealthActor}. -{?U_7626 a } => {?U_7626 a foaf:Agent}. -{?U_7627 a } => {?U_7627 a saref4ehaw:Contact}. -{?U_7628 a } => {?U_7628 a }. -{?U_7629 a } => {?U_7629 a saref4ehaw:HealthActor}. -{?U_7630 a } => {?U_7630 a foaf:Agent}. -{?U_7631 a } => {?U_7631 a saref4ehaw:Contact}. -{?U_7632 a } => {?U_7632 a }. -{?U_7633 a } => {?U_7633 a saref4ehaw:HealthActor}. -{?U_7634 a } => {?U_7634 a foaf:Agent}. -{?U_7635 a } => {?U_7635 a saref4ehaw:Contact}. -{?U_7636 a } => {?U_7636 a }. -{?U_7637 a } => {?U_7637 a saref4ehaw:HealthActor}. -{?U_7638 a } => {?U_7638 a foaf:Agent}. -{?U_7639 a } => {?U_7639 a saref4ehaw:Contact}. -{?U_7640 a } => {?U_7640 a }. -{?U_7641 a } => {?U_7641 a saref4ehaw:HealthActor}. -{?U_7642 a } => {?U_7642 a foaf:Agent}. -{?U_7643 a } => {?U_7643 a saref4ehaw:Contact}. -{?U_7644 a } => {?U_7644 a }. -{?U_7645 a } => {?U_7645 a saref4ehaw:HealthActor}. -{?U_7646 a } => {?U_7646 a foaf:Agent}. -{?U_7647 a } => {?U_7647 a saref4ehaw:Contact}. -{?U_7648 a } => {?U_7648 a }. -{?U_7649 a } => {?U_7649 a saref4ehaw:HealthActor}. -{?U_7650 a } => {?U_7650 a foaf:Agent}. -{?U_7651 a } => {?U_7651 a saref4ehaw:Contact}. -{?U_7652 a } => {?U_7652 a saref4ehaw:HealthActor}. -{?U_7653 a } => {?U_7653 a foaf:Agent}. -{?U_7654 a } => {?U_7654 a saref4ehaw:Contact}. -{?U_7655 a } => {?U_7655 a saref4ehaw:HealthActor}. -{?U_7656 a } => {?U_7656 a foaf:Agent}. -{?U_7657 a } => {?U_7657 a saref4ehaw:Contact}. -{?U_7658 a } => {?U_7658 a saref4ehaw:HealthActor}. -{?U_7659 a } => {?U_7659 a foaf:Agent}. -{?U_7660 a } => {?U_7660 a saref4ehaw:Contact}. -{?U_7661 a } => {?U_7661 a saref4ehaw:HealthActor}. -{?U_7662 a } => {?U_7662 a foaf:Agent}. -{?U_7663 a } => {?U_7663 a saref4ehaw:Contact}. -{?U_7664 a } => {?U_7664 a saref4ehaw:HealthActor}. -{?U_7665 a } => {?U_7665 a foaf:Agent}. -{?U_7666 a } => {?U_7666 a saref4ehaw:Contact}. -{?U_7667 a } => {?U_7667 a saref4ehaw:HealthActor}. -{?U_7668 a } => {?U_7668 a foaf:Agent}. -{?U_7669 a } => {?U_7669 a saref4ehaw:Contact}. -{?U_7670 a } => {?U_7670 a saref4ehaw:HealthActor}. -{?U_7671 a } => {?U_7671 a foaf:Agent}. -{?U_7672 a } => {?U_7672 a saref4ehaw:Contact}. -{?U_7673 a } => {?U_7673 a saref4ehaw:HealthActor}. -{?U_7674 a } => {?U_7674 a foaf:Agent}. -{?U_7675 a } => {?U_7675 a saref4ehaw:Contact}. -{?U_7676 a } => {?U_7676 a saref4ehaw:HealthActor}. -{?U_7677 a } => {?U_7677 a foaf:Agent}. -{?U_7678 a } => {?U_7678 a saref4ehaw:Contact}. -{?U_7679 a } => {?U_7679 a saref4ehaw:HealthActor}. -{?U_7680 a } => {?U_7680 a foaf:Agent}. -{?U_7681 a } => {?U_7681 a saref4ehaw:Contact}. -{?U_7682 a } => {?U_7682 a ActivityRecognition:Prediction}. -{?U_7683 a } => {?U_7683 a eep:Execution}. -{?U_7684 a } => {?U_7684 a }. -{?U_7685 a } => {?U_7685 a }. -{?U_7686 a } => {?U_7686 a }. -{?U_7687 a } => {?U_7687 a }. -{?U_7688 a } => {?U_7688 a }. -{?U_7689 a } => {?U_7689 a ActivityRecognition:Prediction}. -{?U_7690 a } => {?U_7690 a eep:Execution}. -{?U_7691 a } => {?U_7691 a }. -{?U_7692 a } => {?U_7692 a }. -{?U_7693 a } => {?U_7693 a }. -{?U_7694 a } => {?U_7694 a }. -{?U_7695 a } => {?U_7695 a }. -{?U_7696 a } => {?U_7696 a geosp:Feature}. -{?U_7697 a } => {?U_7697 a saref-core:Device}. -{?U_7698 a } => {?U_7698 a }. -{?U_7699 a } => {?U_7699 a }. -{?U_7700 a } => {?U_7700 a geosp:SpatialObject}. -{?U_7701 a } => {?U_7701 a }. -{?U_7702 a } => {?U_7702 a }. -{?U_7703 a } => {?U_7703 a }. -{?U_7704 a } => {?U_7704 a }. -{?U_7705 a } => {?U_7705 a }. -{?U_7706 a } => {?U_7706 a }. -{?U_7707 a } => {?U_7707 a }. -{?U_7708 a } => {?U_7708 a }. -{?U_7709 a } => {?U_7709 a }. -{?U_7710 a } => {?U_7710 a }. -{?U_7711 a } => {?U_7711 a }. -{?U_7712 a } => {?U_7712 a }. -{?U_7713 a } => {?U_7713 a saref4bldg:PhysicalObject}. -{?U_7714 a } => {?U_7714 a }. -{?U_7715 a } => {?U_7715 a }. -{?U_7716 a } => {?U_7716 a }. -{?U_7717 a } => {?U_7717 a }. -{?U_7718 a } => {?U_7718 a }. -{?U_7719 a } => {?U_7719 a }. -{?U_7720 a } => {?U_7720 a }. -{?U_7721 a } => {?U_7721 a geosp:Feature}. -{?U_7722 a } => {?U_7722 a saref-core:Device}. -{?U_7723 a } => {?U_7723 a }. -{?U_7724 a } => {?U_7724 a }. -{?U_7725 a } => {?U_7725 a geosp:SpatialObject}. -{?U_7726 a } => {?U_7726 a }. -{?U_7727 a } => {?U_7727 a }. -{?U_7728 a } => {?U_7728 a }. -{?U_7729 a } => {?U_7729 a }. -{?U_7730 a } => {?U_7730 a }. -{?U_7731 a } => {?U_7731 a }. -{?U_7732 a } => {?U_7732 a }. -{?U_7733 a } => {?U_7733 a }. -{?U_7734 a } => {?U_7734 a }. -{?U_7735 a } => {?U_7735 a }. -{?U_7736 a } => {?U_7736 a }. -{?U_7737 a } => {?U_7737 a }. -{?U_7738 a } => {?U_7738 a saref4bldg:PhysicalObject}. -{?U_7739 a } => {?U_7739 a }. -{?U_7740 a } => {?U_7740 a }. -{?U_7741 a } => {?U_7741 a }. -{?U_7742 a } => {?U_7742 a }. -{?U_7743 a } => {?U_7743 a }. -{?U_7744 a } => {?U_7744 a }. -{?U_7745 a } => {?U_7745 a }. -{?U_7746 a } => {?U_7746 a geosp:Feature}. -{?U_7747 a } => {?U_7747 a saref-core:Device}. -{?U_7748 a } => {?U_7748 a }. -{?U_7749 a } => {?U_7749 a }. -{?U_7750 a } => {?U_7750 a geosp:SpatialObject}. -{?U_7751 a } => {?U_7751 a }. -{?U_7752 a } => {?U_7752 a }. -{?U_7753 a } => {?U_7753 a }. -{?U_7754 a } => {?U_7754 a }. -{?U_7755 a } => {?U_7755 a }. -{?U_7756 a } => {?U_7756 a }. -{?U_7757 a } => {?U_7757 a }. -{?U_7758 a } => {?U_7758 a }. -{?U_7759 a } => {?U_7759 a }. -{?U_7760 a } => {?U_7760 a }. -{?U_7761 a } => {?U_7761 a }. -{?U_7762 a } => {?U_7762 a }. -{?U_7763 a } => {?U_7763 a saref4bldg:PhysicalObject}. -{?U_7764 a } => {?U_7764 a }. -{?U_7765 a } => {?U_7765 a }. -{?U_7766 a } => {?U_7766 a }. -{?U_7767 a } => {?U_7767 a }. -{?U_7768 a } => {?U_7768 a }. -{?U_7769 a } => {?U_7769 a }. -{?U_7770 a } => {?U_7770 a }. -{?U_7771 a } => {?U_7771 a geosp:Feature}. -{?U_7772 a } => {?U_7772 a saref-core:FeatureOfInterest}. -{?U_7773 a } => {?U_7773 a geosp:SpatialObject}. -{?U_7774 a } => {?U_7774 a }. -{?U_7775 a } => {?U_7775 a }. -{?U_7776 a :BrushingTeethActivityPrediction} => {?U_7776 a }. -{?U_7777 a :CookingFoodOvenActivityPrediction} => {?U_7777 a }. -{?U_7778 a :CookingFoodStovetopActivityPrediction} => {?U_7778 a }. -{?U_7779 a :DrinkPreparationActivityPrediction} => {?U_7779 a }. -{?U_7780 a :EatingActivityPrediction} => {?U_7780 a }. -{?U_7781 a :NonRoutineBrushingTeethActivityPrediction} => {?U_7781 a :BrushingTeethActivityPrediction}. -{?U_7782 a :NonRoutineBrushingTeethActivityPrediction} => {?U_7782 a }. -{?U_7783 a :NonRoutineBrushingTeethActivityPrediction} => {?U_7783 a }. -{?U_7784 a } => {?U_7784 a :NonRoutineActivityPrediction}. -{?U_7785 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_7785 a :CookingFoodOvenActivityPrediction}. -{?U_7786 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_7786 a }. -{?U_7787 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_7787 a }. -{?U_7788 a } => {?U_7788 a :NonRoutineActivityPrediction}. -{?U_7789 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_7789 a :CookingFoodStovetopActivityPrediction}. -{?U_7790 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_7790 a }. -{?U_7791 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_7791 a }. -{?U_7792 a } => {?U_7792 a :NonRoutineActivityPrediction}. -{?U_7793 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_7793 a :DrinkPreparationActivityPrediction}. -{?U_7794 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_7794 a }. -{?U_7795 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_7795 a }. -{?U_7796 a } => {?U_7796 a :NonRoutineActivityPrediction}. -{?U_7797 a :NonRoutineEatingActivityPrediction} => {?U_7797 a :EatingActivityPrediction}. -{?U_7798 a :NonRoutineEatingActivityPrediction} => {?U_7798 a }. -{?U_7799 a :NonRoutineEatingActivityPrediction} => {?U_7799 a }. -{?U_7800 a } => {?U_7800 a :NonRoutineActivityPrediction}. -{?U_7801 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_7801 a :PreparingHotMealActivityPrediction}. -{?U_7802 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_7802 a }. -{?U_7803 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_7803 a }. -{?U_7804 a } => {?U_7804 a :NonRoutineActivityPrediction}. -{?U_7805 a :NonRoutineShoweringActivityPrediction} => {?U_7805 a :ShoweringActivityPrediction}. -{?U_7806 a :NonRoutineShoweringActivityPrediction} => {?U_7806 a }. -{?U_7807 a :NonRoutineShoweringActivityPrediction} => {?U_7807 a }. -{?U_7808 a } => {?U_7808 a :NonRoutineActivityPrediction}. -{?U_7809 a :NonRoutineSleepingActivityPrediction} => {?U_7809 a :SleepingActivityPrediction}. -{?U_7810 a :NonRoutineSleepingActivityPrediction} => {?U_7810 a }. -{?U_7811 a :NonRoutineSleepingActivityPrediction} => {?U_7811 a }. -{?U_7812 a } => {?U_7812 a :NonRoutineActivityPrediction}. -{?U_7813 a :NonRoutineToiletingActivityPrediction} => {?U_7813 a :ToiletingActivityPrediction}. -{?U_7814 a :NonRoutineToiletingActivityPrediction} => {?U_7814 a }. -{?U_7815 a :NonRoutineToiletingActivityPrediction} => {?U_7815 a }. -{?U_7816 a } => {?U_7816 a :NonRoutineActivityPrediction}. -{?U_7817 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_7817 a :UsingMobilePhoneActivityPrediction}. -{?U_7818 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_7818 a }. -{?U_7819 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_7819 a }. -{?U_7820 a } => {?U_7820 a :NonRoutineActivityPrediction}. -{?U_7821 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_7821 a :WatchingTVActivelyActivityPrediction}. -{?U_7822 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_7822 a }. -{?U_7823 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_7823 a }. -{?U_7824 a } => {?U_7824 a :NonRoutineActivityPrediction}. -{?U_7825 a :PreparingHotMealActivityPrediction} => {?U_7825 a }. -{?U_7826 a :RoutineBrushingTeethActivityPrediction} => {?U_7826 a :BrushingTeethActivityPrediction}. -{?U_7827 a :RoutineBrushingTeethActivityPrediction} => {?U_7827 a }. -{?U_7828 a :RoutineBrushingTeethActivityPrediction} => {?U_7828 a }. -{?U_7829 a } => {?U_7829 a :RoutineActivityPrediction}. -{?U_7830 a :RoutineCookingFoodOvenActivityPrediction} => {?U_7830 a :CookingFoodOvenActivityPrediction}. -{?U_7831 a :RoutineCookingFoodOvenActivityPrediction} => {?U_7831 a }. -{?U_7832 a :RoutineCookingFoodOvenActivityPrediction} => {?U_7832 a }. -{?U_7833 a } => {?U_7833 a :RoutineActivityPrediction}. -{?U_7834 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_7834 a :CookingFoodStovetopActivityPrediction}. -{?U_7835 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_7835 a }. -{?U_7836 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_7836 a }. -{?U_7837 a } => {?U_7837 a :RoutineActivityPrediction}. -{?U_7838 a :RoutineDrinkPreparationActivityPrediction} => {?U_7838 a :DrinkPreparationActivityPrediction}. -{?U_7839 a :RoutineDrinkPreparationActivityPrediction} => {?U_7839 a }. -{?U_7840 a :RoutineDrinkPreparationActivityPrediction} => {?U_7840 a }. -{?U_7841 a } => {?U_7841 a :RoutineActivityPrediction}. -{?U_7842 a :RoutineEatingActivityPrediction} => {?U_7842 a :EatingActivityPrediction}. -{?U_7843 a :RoutineEatingActivityPrediction} => {?U_7843 a }. -{?U_7844 a :RoutineEatingActivityPrediction} => {?U_7844 a }. -{?U_7845 a } => {?U_7845 a :RoutineActivityPrediction}. -{?U_7846 a :RoutinePreparingHotMealActivityPrediction} => {?U_7846 a :PreparingHotMealActivityPrediction}. -{?U_7847 a :RoutinePreparingHotMealActivityPrediction} => {?U_7847 a }. -{?U_7848 a :RoutinePreparingHotMealActivityPrediction} => {?U_7848 a }. -{?U_7849 a } => {?U_7849 a :RoutineActivityPrediction}. -{?U_7850 a :RoutineShoweringActivityPrediction} => {?U_7850 a :ShoweringActivityPrediction}. -{?U_7851 a :RoutineShoweringActivityPrediction} => {?U_7851 a }. -{?U_7852 a :RoutineShoweringActivityPrediction} => {?U_7852 a }. -{?U_7853 a } => {?U_7853 a :RoutineActivityPrediction}. -{?U_7854 a :RoutineSleepingActivityPrediction} => {?U_7854 a :SleepingActivityPrediction}. -{?U_7855 a :RoutineSleepingActivityPrediction} => {?U_7855 a }. -{?U_7856 a :RoutineSleepingActivityPrediction} => {?U_7856 a }. -{?U_7857 a } => {?U_7857 a :RoutineActivityPrediction}. -{?U_7858 a :RoutineToiletingActivityPrediction} => {?U_7858 a :ToiletingActivityPrediction}. -{?U_7859 a :RoutineToiletingActivityPrediction} => {?U_7859 a }. -{?U_7860 a :RoutineToiletingActivityPrediction} => {?U_7860 a }. -{?U_7861 a } => {?U_7861 a :RoutineActivityPrediction}. -{?U_7862 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_7862 a :UsingMobilePhoneActivityPrediction}. -{?U_7863 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_7863 a }. -{?U_7864 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_7864 a }. -{?U_7865 a } => {?U_7865 a :RoutineActivityPrediction}. -{?U_7866 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_7866 a :WatchingTVActivelyActivityPrediction}. -{?U_7867 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_7867 a }. -{?U_7868 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_7868 a }. -{?U_7869 a } => {?U_7869 a :RoutineActivityPrediction}. -{?U_7870 a :ShoweringActivityPrediction} => {?U_7870 a }. -{?U_7871 a :SleepingActivityPrediction} => {?U_7871 a }. -{?U_7872 a :ToiletingActivityPrediction} => {?U_7872 a }. -{?U_7873 a :UserWithBrushingTeethRoutine} => {?U_7873 a }. -{?U_7874 a :UserWithCookingFoodOvenRoutine} => {?U_7874 a }. -{?U_7875 a :UserWithCookingFoodStovetopRoutine} => {?U_7875 a }. -{?U_7876 a :UserWithDrinkPreparationRoutine} => {?U_7876 a }. -{?U_7877 a :UserWithEatingRoutine} => {?U_7877 a }. -{?U_7878 a :UserWithPreparingHotMealRoutine} => {?U_7878 a }. -{?U_7879 a :UserWithShoweringRoutine} => {?U_7879 a }. -{?U_7880 a :UserWithSleepingRoutine} => {?U_7880 a }. -{?U_7881 a :UserWithToiletingRoutine} => {?U_7881 a }. -{?U_7882 a :UserWithUsingMobilePhoneRoutine} => {?U_7882 a }. -{?U_7883 a :UserWithWatchingTVActivelyRoutine} => {?U_7883 a }. -{?U_7884 a :UserWithoutBrushingTeethRoutine} => {?U_7884 a }. -{?U_7885 a :UserWithoutCookingFoodOvenRoutine} => {?U_7885 a }. -{?U_7886 a :UserWithoutCookingFoodStovetopRoutine} => {?U_7886 a }. -{?U_7887 a :UserWithoutDrinkPreparationRoutine} => {?U_7887 a }. -{?U_7888 a :UserWithoutEatingRoutine} => {?U_7888 a }. -{?U_7889 a :UserWithoutPreparingHotMealRoutine} => {?U_7889 a }. -{?U_7890 a :UserWithoutShoweringRoutine} => {?U_7890 a }. -{?U_7891 a :UserWithoutSleepingRoutine} => {?U_7891 a }. -{?U_7892 a :UserWithoutToiletingRoutine} => {?U_7892 a }. -{?U_7893 a :UserWithoutUsingMobilePhoneRoutine} => {?U_7893 a }. -{?U_7894 a :UserWithoutWatchingTVActivelyRoutine} => {?U_7894 a }. -{?U_7895 a :UsingMobilePhoneActivityPrediction} => {?U_7895 a }. -{?U_7896 a :WatchingTVActivelyActivityPrediction} => {?U_7896 a }. -{?U_7897 a saref4ehaw:Contact} => {?U_7897 a foaf:Agent}. -{?U_7898 a } => {?U_7898 a }. -{?U_7899 a } => {?U_7899 a }. -{?U_7900 a } => {?U_7900 a }. -{?U_7901 a } => {?U_7901 a }. -{?U_7902 a } => {?U_7902 a }. -{?U_7903 a } => {?U_7903 a }. -{?U_7904 a } => {?U_7904 a }. -{?U_7905 a } => {?U_7905 a }. -{?U_7906 a } => {?U_7906 a }. -{?U_7907 a } => {?U_7907 a }. -{?U_7908 a } => {?U_7908 a }. -{?U_7909 a } => {?U_7909 a }. -{?U_7910 a } => {?U_7910 a }. -{?U_7911 a } => {?U_7911 a }. -{?U_7912 a } => {?U_7912 a }. -{?U_7913 a } => {?U_7913 a }. -{?U_7914 a } => {?U_7914 a }. -{?U_7915 a } => {?U_7915 a }. -{?U_7916 a } => {?U_7916 a }. -{?U_7917 a } => {?U_7917 a }. -{?U_7918 a } => {?U_7918 a }. -{?U_7919 a } => {?U_7919 a }. -{?U_7920 a } => {?U_7920 a }. -{?U_7921 a } => {?U_7921 a }. -{?U_7922 a SensorsAndActuators:DeepFreezer} => {?U_7922 a }. -{?U_7923 a SensorsAndActuators:Dishwasher} => {?U_7923 a }. -{?U_7924 a SensorsAndActuators:ElectricalCooker} => {?U_7924 a }. -{?U_7925 a SensorsAndActuators:Fridge} => {?U_7925 a }. -{?U_7926 a SensorsAndActuators:Microwave} => {?U_7926 a }. -{?U_7927 a SensorsAndActuators:Oven} => {?U_7927 a }. -{?U_7928 a SensorsAndActuators:TemperatureSensor} => {?U_7928 a }. -{?U_7929 a SensorsAndActuators:WashingMachine} => {?U_7929 a }. -{?U_7930 a SensorsAndWearables:Accelerometer} => {?U_7930 a }. -{?U_7931 a SensorsAndWearables:ApplicationUsageMeter} => {?U_7931 a }. -{?U_7932 a SensorsAndWearables:GravitySensor} => {?U_7932 a }. -{?U_7933 a SensorsAndWearables:Gyroscope} => {?U_7933 a }. -{?U_7934 a SensorsAndWearables:KeyboardUsageMeter} => {?U_7934 a }. -{?U_7935 a SensorsAndWearables:LinearAccelerometer} => {?U_7935 a }. -{?U_7936 a SensorsAndWearables:Magnetometer} => {?U_7936 a }. -{?U_7937 a SensorsAndWearables:RotationSensor} => {?U_7937 a }. -{?U_7938 a SensorsAndWearables:ScreenUsageMeter} => {?U_7938 a }. -{?U_7939 a SensorsAndWearables:Thermopile} => {?U_7939 a }. -{?U_7940 a dogont:DimmableLight} => {?U_7940 a }. -{?U_7941 a dogont:DimmerLamp} => {?U_7941 a }. -{?U_7942 a dogont:DimmerSwitch} => {?U_7942 a }. -{?U_7943 a dogont:ShutterActuator} => {?U_7943 a }. -{?U_7944 a saref4bldg:AirToAirHeatRecovery} => {?U_7944 a }. -{?U_7945 a saref4bldg:Alarm} => {?U_7945 a }. -{?U_7946 a saref4bldg:AudioVisualAppliance} => {?U_7946 a }. -{?U_7947 a saref4bldg:Boiler} => {?U_7947 a }. -{?U_7948 a saref4bldg:Burner} => {?U_7948 a }. -{?U_7949 a saref4bldg:Chiller} => {?U_7949 a }. -{?U_7950 a saref4bldg:Coil} => {?U_7950 a }. -{?U_7951 a saref4bldg:CommunicationAppliance} => {?U_7951 a }. -{?U_7952 a saref4bldg:Compressor} => {?U_7952 a }. -{?U_7953 a saref4bldg:Condenser} => {?U_7953 a }. -{?U_7954 a saref4bldg:Controller} => {?U_7954 a }. -{?U_7955 a saref4bldg:CooledBeam} => {?U_7955 a }. -{?U_7956 a saref4bldg:CoolingTower} => {?U_7956 a }. -{?U_7957 a saref4bldg:Damper} => {?U_7957 a }. -{?U_7958 a ns6:InBodyWearable} => {?U_7958 a geosp:Feature}. -{?U_7959 a ns6:InBodyWearable} => {?U_7959 a saref-core:Device}. -{?U_7960 a ns6:InBodyWearable} => {?U_7960 a }. -{?U_7961 a ns6:InBodyWearable} => {?U_7961 a }. -{?U_7962 a ns6:InBodyWearable} => {?U_7962 a geosp:SpatialObject}. -{?U_7963 a ns6:InBodyWearable} => {?U_7963 a }. -{?U_7964 a ns6:InBodyWearable} => {?U_7964 a }. -{?U_7965 a ns6:InBodyWearable} => {?U_7965 a }. -{?U_7966 a ns6:InBodyWearable} => {?U_7966 a }. -{?U_7967 a ns6:InBodyWearable} => {?U_7967 a }. -{?U_7968 a ns6:InBodyWearable} => {?U_7968 a }. -{?U_7969 a ns6:InBodyWearable} => {?U_7969 a }. -{?U_7970 a ns6:InBodyWearable} => {?U_7970 a }. -{?U_7971 a ns6:InBodyWearable} => {?U_7971 a }. -{?U_7972 a ns6:InBodyWearable} => {?U_7972 a }. -{?U_7973 a ns6:InBodyWearable} => {?U_7973 a }. -{?U_7974 a ns6:InBodyWearable} => {?U_7974 a }. -{?U_7975 a ns6:InBodyWearable} => {?U_7975 a saref4bldg:PhysicalObject}. -{?U_7976 a ns6:InBodyWearable} => {?U_7976 a }. -{?U_7977 a ns6:InBodyWearable} => {?U_7977 a }. -{?U_7978 a ns6:InBodyWearable} => {?U_7978 a }. -{?U_7979 a ns6:InBodyWearable} => {?U_7979 a }. -{?U_7980 a ns6:InBodyWearable} => {?U_7980 a }. -{?U_7981 a ns6:InBodyWearable} => {?U_7981 a }. -{?U_7982 a ns6:InBodyWearable} => {?U_7982 a }. -{?U_7983 a ns6:NearBodyWearable} => {?U_7983 a geosp:Feature}. -{?U_7984 a ns6:NearBodyWearable} => {?U_7984 a saref-core:Device}. -{?U_7985 a ns6:NearBodyWearable} => {?U_7985 a }. -{?U_7986 a ns6:NearBodyWearable} => {?U_7986 a }. -{?U_7987 a ns6:NearBodyWearable} => {?U_7987 a geosp:SpatialObject}. -{?U_7988 a ns6:NearBodyWearable} => {?U_7988 a }. -{?U_7989 a ns6:NearBodyWearable} => {?U_7989 a }. -{?U_7990 a ns6:NearBodyWearable} => {?U_7990 a }. -{?U_7991 a ns6:NearBodyWearable} => {?U_7991 a }. -{?U_7992 a ns6:NearBodyWearable} => {?U_7992 a }. -{?U_7993 a ns6:NearBodyWearable} => {?U_7993 a }. -{?U_7994 a ns6:NearBodyWearable} => {?U_7994 a }. -{?U_7995 a ns6:NearBodyWearable} => {?U_7995 a }. -{?U_7996 a ns6:NearBodyWearable} => {?U_7996 a }. -{?U_7997 a ns6:NearBodyWearable} => {?U_7997 a }. -{?U_7998 a ns6:NearBodyWearable} => {?U_7998 a }. -{?U_7999 a ns6:NearBodyWearable} => {?U_7999 a }. -{?U_8000 a ns6:NearBodyWearable} => {?U_8000 a saref4bldg:PhysicalObject}. -{?U_8001 a ns6:NearBodyWearable} => {?U_8001 a }. -{?U_8002 a ns6:NearBodyWearable} => {?U_8002 a }. -{?U_8003 a ns6:NearBodyWearable} => {?U_8003 a }. -{?U_8004 a ns6:NearBodyWearable} => {?U_8004 a }. -{?U_8005 a ns6:NearBodyWearable} => {?U_8005 a }. -{?U_8006 a ns6:NearBodyWearable} => {?U_8006 a }. -{?U_8007 a ns6:NearBodyWearable} => {?U_8007 a }. -{?U_8008 a ns6:OnBodyWearable} => {?U_8008 a geosp:Feature}. -{?U_8009 a ns6:OnBodyWearable} => {?U_8009 a saref-core:Device}. -{?U_8010 a ns6:OnBodyWearable} => {?U_8010 a }. -{?U_8011 a ns6:OnBodyWearable} => {?U_8011 a }. -{?U_8012 a ns6:OnBodyWearable} => {?U_8012 a geosp:SpatialObject}. -{?U_8013 a ns6:OnBodyWearable} => {?U_8013 a }. -{?U_8014 a ns6:OnBodyWearable} => {?U_8014 a }. -{?U_8015 a ns6:OnBodyWearable} => {?U_8015 a }. -{?U_8016 a ns6:OnBodyWearable} => {?U_8016 a }. -{?U_8017 a ns6:OnBodyWearable} => {?U_8017 a }. -{?U_8018 a ns6:OnBodyWearable} => {?U_8018 a }. -{?U_8019 a ns6:OnBodyWearable} => {?U_8019 a }. -{?U_8020 a ns6:OnBodyWearable} => {?U_8020 a }. -{?U_8021 a ns6:OnBodyWearable} => {?U_8021 a }. -{?U_8022 a ns6:OnBodyWearable} => {?U_8022 a }. -{?U_8023 a ns6:OnBodyWearable} => {?U_8023 a }. -{?U_8024 a ns6:OnBodyWearable} => {?U_8024 a }. -{?U_8025 a ns6:OnBodyWearable} => {?U_8025 a saref4bldg:PhysicalObject}. -{?U_8026 a ns6:OnBodyWearable} => {?U_8026 a }. -{?U_8027 a ns6:OnBodyWearable} => {?U_8027 a }. -{?U_8028 a ns6:OnBodyWearable} => {?U_8028 a }. -{?U_8029 a ns6:OnBodyWearable} => {?U_8029 a }. -{?U_8030 a ns6:OnBodyWearable} => {?U_8030 a }. -{?U_8031 a ns6:OnBodyWearable} => {?U_8031 a }. -{?U_8032 a ns6:OnBodyWearable} => {?U_8032 a }. -{?U_8033 a ns6:TextileBasedWearable} => {?U_8033 a geosp:Feature}. -{?U_8034 a ns6:TextileBasedWearable} => {?U_8034 a saref-core:Device}. -{?U_8035 a ns6:TextileBasedWearable} => {?U_8035 a }. -{?U_8036 a ns6:TextileBasedWearable} => {?U_8036 a }. -{?U_8037 a ns6:TextileBasedWearable} => {?U_8037 a geosp:SpatialObject}. -{?U_8038 a ns6:TextileBasedWearable} => {?U_8038 a }. -{?U_8039 a ns6:TextileBasedWearable} => {?U_8039 a }. -{?U_8040 a ns6:TextileBasedWearable} => {?U_8040 a }. -{?U_8041 a ns6:TextileBasedWearable} => {?U_8041 a }. -{?U_8042 a ns6:TextileBasedWearable} => {?U_8042 a }. -{?U_8043 a ns6:TextileBasedWearable} => {?U_8043 a }. -{?U_8044 a ns6:TextileBasedWearable} => {?U_8044 a }. -{?U_8045 a ns6:TextileBasedWearable} => {?U_8045 a }. -{?U_8046 a ns6:TextileBasedWearable} => {?U_8046 a }. -{?U_8047 a ns6:TextileBasedWearable} => {?U_8047 a }. -{?U_8048 a ns6:TextileBasedWearable} => {?U_8048 a }. -{?U_8049 a ns6:TextileBasedWearable} => {?U_8049 a }. -{?U_8050 a ns6:TextileBasedWearable} => {?U_8050 a saref4bldg:PhysicalObject}. -{?U_8051 a ns6:TextileBasedWearable} => {?U_8051 a }. -{?U_8052 a ns6:TextileBasedWearable} => {?U_8052 a }. -{?U_8053 a ns6:TextileBasedWearable} => {?U_8053 a }. -{?U_8054 a ns6:TextileBasedWearable} => {?U_8054 a }. -{?U_8055 a ns6:TextileBasedWearable} => {?U_8055 a }. -{?U_8056 a ns6:TextileBasedWearable} => {?U_8056 a }. -{?U_8057 a ns6:TextileBasedWearable} => {?U_8057 a }. -{?U_8058 a ns6:Wearer} => {?U_8058 a geosp:Feature}. -{?U_8059 a ns6:Wearer} => {?U_8059 a saref-core:FeatureOfInterest}. -{?U_8060 a ns6:Wearer} => {?U_8060 a }. -{?U_8061 a SensorsAndWearables:Empatica} => {?U_8061 a geosp:Feature}. -{?U_8062 a SensorsAndWearables:Empatica} => {?U_8062 a saref-core:Device}. -{?U_8063 a SensorsAndWearables:Empatica} => {?U_8063 a }. -{?U_8064 a SensorsAndWearables:Empatica} => {?U_8064 a }. -{?U_8065 a SensorsAndWearables:Empatica} => {?U_8065 a geosp:SpatialObject}. -{?U_8066 a SensorsAndWearables:Empatica} => {?U_8066 a }. -{?U_8067 a SensorsAndWearables:Empatica} => {?U_8067 a }. -{?U_8068 a SensorsAndWearables:Empatica} => {?U_8068 a }. -{?U_8069 a SensorsAndWearables:Empatica} => {?U_8069 a }. -{?U_8070 a SensorsAndWearables:Empatica} => {?U_8070 a }. -{?U_8071 a SensorsAndWearables:Empatica} => {?U_8071 a }. -{?U_8072 a SensorsAndWearables:Empatica} => {?U_8072 a }. -{?U_8073 a SensorsAndWearables:Empatica} => {?U_8073 a }. -{?U_8074 a SensorsAndWearables:Empatica} => {?U_8074 a }. -{?U_8075 a SensorsAndWearables:Empatica} => {?U_8075 a }. -{?U_8076 a SensorsAndWearables:Empatica} => {?U_8076 a }. -{?U_8077 a SensorsAndWearables:Empatica} => {?U_8077 a }. -{?U_8078 a SensorsAndWearables:Empatica} => {?U_8078 a saref4bldg:PhysicalObject}. -{?U_8079 a SensorsAndWearables:Empatica} => {?U_8079 a }. -{?U_8080 a SensorsAndWearables:Empatica} => {?U_8080 a }. -{?U_8081 a SensorsAndWearables:Empatica} => {?U_8081 a }. -{?U_8082 a SensorsAndWearables:Empatica} => {?U_8082 a }. -{?U_8083 a SensorsAndWearables:Empatica} => {?U_8083 a }. -{?U_8084 a SensorsAndWearables:Empatica} => {?U_8084 a }. -{?U_8085 a SensorsAndWearables:Empatica} => {?U_8085 a }. -{?U_8086 a SensorsAndWearables:Smartphone} => {?U_8086 a geosp:Feature}. -{?U_8087 a SensorsAndWearables:Smartphone} => {?U_8087 a saref-core:Device}. -{?U_8088 a SensorsAndWearables:Smartphone} => {?U_8088 a }. -{?U_8089 a SensorsAndWearables:Smartphone} => {?U_8089 a }. -{?U_8090 a SensorsAndWearables:Smartphone} => {?U_8090 a geosp:SpatialObject}. -{?U_8091 a SensorsAndWearables:Smartphone} => {?U_8091 a }. -{?U_8092 a SensorsAndWearables:Smartphone} => {?U_8092 a }. -{?U_8093 a SensorsAndWearables:Smartphone} => {?U_8093 a }. -{?U_8094 a SensorsAndWearables:Smartphone} => {?U_8094 a }. -{?U_8095 a SensorsAndWearables:Smartphone} => {?U_8095 a }. -{?U_8096 a SensorsAndWearables:Smartphone} => {?U_8096 a }. -{?U_8097 a SensorsAndWearables:Smartphone} => {?U_8097 a }. -{?U_8098 a SensorsAndWearables:Smartphone} => {?U_8098 a }. -{?U_8099 a SensorsAndWearables:Smartphone} => {?U_8099 a }. -{?U_8100 a SensorsAndWearables:Smartphone} => {?U_8100 a }. -{?U_8101 a SensorsAndWearables:Smartphone} => {?U_8101 a }. -{?U_8102 a SensorsAndWearables:Smartphone} => {?U_8102 a }. -{?U_8103 a SensorsAndWearables:Smartphone} => {?U_8103 a saref4bldg:PhysicalObject}. -{?U_8104 a SensorsAndWearables:Smartphone} => {?U_8104 a }. -{?U_8105 a SensorsAndWearables:Smartphone} => {?U_8105 a }. -{?U_8106 a SensorsAndWearables:Smartphone} => {?U_8106 a }. -{?U_8107 a SensorsAndWearables:Smartphone} => {?U_8107 a }. -{?U_8108 a SensorsAndWearables:Smartphone} => {?U_8108 a }. -{?U_8109 a SensorsAndWearables:Smartphone} => {?U_8109 a }. -{?U_8110 a SensorsAndWearables:Smartphone} => {?U_8110 a }. -{?U_8111 a ns6:FabricWearable} => {?U_8111 a geosp:Feature}. -{?U_8112 a ns6:FabricWearable} => {?U_8112 a saref-core:Device}. -{?U_8113 a ns6:FabricWearable} => {?U_8113 a }. -{?U_8114 a ns6:FabricWearable} => {?U_8114 a }. -{?U_8115 a ns6:FabricWearable} => {?U_8115 a geosp:SpatialObject}. -{?U_8116 a ns6:FabricWearable} => {?U_8116 a }. -{?U_8117 a ns6:FabricWearable} => {?U_8117 a }. -{?U_8118 a ns6:FabricWearable} => {?U_8118 a }. -{?U_8119 a ns6:FabricWearable} => {?U_8119 a }. -{?U_8120 a ns6:FabricWearable} => {?U_8120 a }. -{?U_8121 a ns6:FabricWearable} => {?U_8121 a }. -{?U_8122 a ns6:FabricWearable} => {?U_8122 a }. -{?U_8123 a ns6:FabricWearable} => {?U_8123 a }. -{?U_8124 a ns6:FabricWearable} => {?U_8124 a }. -{?U_8125 a ns6:FabricWearable} => {?U_8125 a }. -{?U_8126 a ns6:FabricWearable} => {?U_8126 a }. -{?U_8127 a ns6:FabricWearable} => {?U_8127 a }. -{?U_8128 a ns6:FabricWearable} => {?U_8128 a saref4bldg:PhysicalObject}. -{?U_8129 a ns6:FabricWearable} => {?U_8129 a }. -{?U_8130 a ns6:FabricWearable} => {?U_8130 a }. -{?U_8131 a ns6:FabricWearable} => {?U_8131 a }. -{?U_8132 a ns6:FabricWearable} => {?U_8132 a }. -{?U_8133 a ns6:FabricWearable} => {?U_8133 a }. -{?U_8134 a ns6:FabricWearable} => {?U_8134 a }. -{?U_8135 a ns6:FabricWearable} => {?U_8135 a }. -{?U_8136 a } => {?U_8136 a }. -{?U_8137 a } => {?U_8137 a }. -{?U_8138 a } => {?U_8138 a }. -{?U_8139 a } => {?U_8139 a }. -{?U_8140 a } => {?U_8140 a }. -{?U_8141 a } => {?U_8141 a }. -{?U_8142 a } => {?U_8142 a }. -{?U_8143 a } => {?U_8143 a }. -{?U_8144 a } => {?U_8144 a }. -{?U_8145 a } => {?U_8145 a }. -{?U_8146 a } => {?U_8146 a }. -{?U_8147 a } => {?U_8147 a }. -{?U_8148 a } => {?U_8148 a }. -{?U_8149 a } => {?U_8149 a }. -{?U_8150 a } => {?U_8150 a }. -{?U_8151 a } => {?U_8151 a }. -{?U_8152 a } => {?U_8152 a }. -{?U_8153 a } => {?U_8153 a }. -{?U_8154 a } => {?U_8154 a }. -{?U_8155 a } => {?U_8155 a }. -{?U_8156 a } => {?U_8156 a }. -{?U_8157 a } => {?U_8157 a }. -{?U_8158 a } => {?U_8158 a }. -{?U_8159 a } => {?U_8159 a }. -{?U_8160 a } => {?U_8160 a }. -{?U_8161 a } => {?U_8161 a }. -{?U_8162 a } => {?U_8162 a }. -{?U_8163 a } => {?U_8163 a }. -{?U_8164 a } => {?U_8164 a }. -{?U_8165 a } => {?U_8165 a }. -{?U_8166 a } => {?U_8166 a }. -{?U_8167 a } => {?U_8167 a }. -{?U_8168 a } => {?U_8168 a }. -{?U_8169 a } => {?U_8169 a }. -{?U_8170 a } => {?U_8170 a }. -{?U_8171 a } => {?U_8171 a }. -{?U_8172 a } => {?U_8172 a }. -{?U_8173 a } => {?U_8173 a }. -{?U_8174 a } => {?U_8174 a }. -{?U_8175 a } => {?U_8175 a }. -{?U_8176 a } => {?U_8176 a }. -{?U_8177 a } => {?U_8177 a }. -{?U_8178 a } => {?U_8178 a }. -{?U_8179 a } => {?U_8179 a }. -{?U_8180 a :NonRoutineBrushingTeethActivityPrediction} => {?U_8180 a }. -{?U_8181 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_8181 a }. -{?U_8182 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_8182 a }. -{?U_8183 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_8183 a }. -{?U_8184 a :NonRoutineEatingActivityPrediction} => {?U_8184 a }. -{?U_8185 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_8185 a }. -{?U_8186 a :NonRoutineShoweringActivityPrediction} => {?U_8186 a }. -{?U_8187 a :NonRoutineSleepingActivityPrediction} => {?U_8187 a }. -{?U_8188 a :NonRoutineToiletingActivityPrediction} => {?U_8188 a }. -{?U_8189 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_8189 a }. -{?U_8190 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_8190 a }. -{?U_8191 a :RoutineBrushingTeethActivityPrediction} => {?U_8191 a }. -{?U_8192 a :RoutineCookingFoodOvenActivityPrediction} => {?U_8192 a }. -{?U_8193 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_8193 a }. -{?U_8194 a :RoutineDrinkPreparationActivityPrediction} => {?U_8194 a }. -{?U_8195 a :RoutineEatingActivityPrediction} => {?U_8195 a }. -{?U_8196 a :RoutinePreparingHotMealActivityPrediction} => {?U_8196 a }. -{?U_8197 a :RoutineShoweringActivityPrediction} => {?U_8197 a }. -{?U_8198 a :RoutineSleepingActivityPrediction} => {?U_8198 a }. -{?U_8199 a :RoutineToiletingActivityPrediction} => {?U_8199 a }. -{?U_8200 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_8200 a }. -{?U_8201 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_8201 a }. -{?U_8202 :containsRule ?U_8203} => {?U_8203 a :Rule}. -{?U_8204 :doesNotHaveActivityInRoutine ?U_8205} => {?U_8205 a saref4ehaw:Activity}. -{?U_8206 :elseResultCondition ?U_8207} => {?U_8207 a :Condition}. -{?U_8208 :firstCondition ?U_8209} => {?U_8209 a :Condition}. -{?U_8210 :forProperty ?U_8211} => {?U_8211 a saref-core:Property}. -{?U_8212 :hasCondition ?U_8213} => {?U_8213 a :Condition}. -{?U_8214 :ifResultCondition ?U_8215} => {?U_8215 a :Condition}. -{?U_8216 :secondCondition ?U_8217} => {?U_8217 a :Condition}. -{?U_8218 :isMinimumThreshold ?U_8219} => {?U_8219 a xsd:boolean}. -{?U_8220 :onTimeWindow ?U_8221} => {?U_8221 a xsd:duration}. -{?U_8222 ActivityRecognition:activityPredictionMadeFor ?U_8223} => {?U_8223 a saref4ehaw:HealthActor}. -{?U_8224 ActivityRecognition:analyzeProperty ?U_8225} => {?U_8225 a saref-core:Property}. -{?U_8226 ActivityRecognition:forActivity ?U_8227} => {?U_8227 a saref4ehaw:Activity}. -{?U_8228 ActivityRecognition:nextActivity ?U_8229} => {?U_8229 a saref4ehaw:Activity}. -{?U_8230 ActivityRecognition:predictedBy ?U_8231} => {?U_8231 a ActivityRecognition:Model}. -{?U_8232 ActivityRecognition:previousActivity ?U_8233} => {?U_8233 a saref4ehaw:Activity}. -{?U_8234 ActivityRecognition:activityEnd ?U_8235} => {?U_8235 a xsd:dateTime}. -{?U_8236 ActivityRecognition:activityStart ?U_8237} => {?U_8237 a xsd:dateTime}. -{?U_8238 ActivityRecognition:timeOfPrediction ?U_8239} => {?U_8239 a xsd:dateTime}. -{?U_8240 ns2:hasAddiction ?U_8241} => {?U_8241 a ns2:Addiction}. -{?U_8242 ns2:hasIndoorLocation ?U_8243} => {?U_8243 a dogont:Room}. -{?U_8244 ns2:hasPets ?U_8245} => {?U_8245 a ns2:Pet}. -{?U_8246 ns2:hasRoutine ?U_8247} => {?U_8247 a ActivityRecognition:Routine}. -{?U_8248 ns2:hasSymptom ?U_8249} => {?U_8249 a ns2:Symptom}. -{?U_8250 ns2:livesIn ?U_8251} => {?U_8251 a saref4bldg:Building}. -{?U_8252 ns2:takesMedication ?U_8253} => {?U_8253 a ns2:Medication}. -{?U_8254 ns2:Address ?U_8255} => {?U_8255 a xsd:string}. -{?U_8256 ns2:Ethnicity ?U_8257} => {?U_8257 a xsd:string}. -{?U_8258 ns2:Language ?U_8259} => {?U_8259 a xsd:string}. -{?U_8260 ns2:RecentHospitalAdmission ?U_8261} => {?U_8261 a xsd:boolean}. -{?U_8262 ns2:familialStatus ?U_8263} => {?U_8263 a xsd:string}. -{?U_8264 ns2:hadWork ?U_8265} => {?U_8265 a xsd:string}. -{?U_8266 ns2:hasHearingAid ?U_8267} => {?U_8267 a xsd:boolean}. -{?U_8268 ns2:hasStudied ?U_8269} => {?U_8269 a xsd:string}. -{?U_8270 ns2:socialStatus ?U_8271} => {?U_8271 a xsd:string}. -{?U_8272 SensorsAndWearables:hasAxis ?U_8273} => {?U_8273 a SensorsAndWearables:Axis}. -{?U_8274 ns3:inCorridor ?U_8275} => {?U_8275 a xsd:boolean}. -{?U_8276 ns5:affectedBy ?U_8277} => {?U_8277 a ns5:Quality}. -{?U_8278 ns5:belongsTo ?U_8279} => {?U_8279 a ns5:FeatureOfInterest}. -{?U_8280 ns5:influencedBy ?U_8281} => {?U_8281 a ns5:Quality}. -{?U_8282 eep:forFeatureOfInterest ?U_8283} => {?U_8283 a ns5:FeatureOfInterest}. -{?U_8284 eep:forQuality ?U_8285} => {?U_8285 a ns5:Quality}. -{?U_8286 eep:hasFeatureOfInterest ?U_8287} => {?U_8287 a ns5:FeatureOfInterest}. -{?U_8288 eep:implements ?U_8289} => {?U_8289 a eep:Procedure}. -{?U_8290 eep:madeBy ?U_8291} => {?U_8291 a eep:Executor}. -{?U_8292 eep:onQuality ?U_8293} => {?U_8293 a ns5:Quality}. -{?U_8294 eep:usedProcedure ?U_8295} => {?U_8295 a eep:Procedure}. -{?U_8296 saref-core:accomplishes ?U_8297} => {?U_8297 a saref-core:Task}. -{?U_8298 saref-core:actsUpon ?U_8299} => {?U_8299 a saref-core:State}. -{?U_8300 saref-core:controlsProperty ?U_8301} => {?U_8301 a saref-core:Property}. -{?U_8302 saref-core:hasCommand ?U_8303} => {?U_8303 a saref-core:Command}. -{?U_8304 saref-core:hasFunction ?U_8305} => {?U_8305 a saref-core:Function}. -{?U_8306 saref-core:hasMeasurement ?U_8307} => {?U_8307 a saref-core:Measurement}. -{?U_8308 saref-core:hasMeterReading ?U_8309} => {?U_8309 a saref-core:Measurement}. -{?U_8310 saref-core:hasMeterReadingType ?U_8311} => {?U_8311 a saref-core:Property}. -{?U_8312 saref-core:hasPrice ?U_8313} => {?U_8313 a saref-core:Price}. -{?U_8314 saref-core:hasProfile ?U_8315} => {?U_8315 a saref-core:Profile}. -{?U_8316 saref-core:hasProperty ?U_8317} => {?U_8317 a saref-core:Property}. -{?U_8318 saref-core:hasSensingRange ?U_8319} => {?U_8319 a saref-core:Measurement}. -{?U_8320 saref-core:hasSensorType ?U_8321} => {?U_8321 a saref-core:Property}. -{?U_8322 saref-core:hasState ?U_8323} => {?U_8323 a saref-core:State}. -{?U_8324 saref-core:hasThresholdMeasurement ?U_8325} => {?U_8325 a saref-core:Measurement}. -{?U_8326 saref-core:hasTime ?U_8327} => {?U_8327 a saref-core:Time}. -{?U_8328 saref-core:isCommandOf ?U_8329} => {?U_8329 a saref-core:Function}. -{?U_8330 saref-core:isControlledByDevice ?U_8331} => {?U_8331 a saref-core:Device}. -{?U_8332 saref-core:isMeasuredByDevice ?U_8333} => {?U_8333 a saref-core:Device}. -{?U_8334 saref-core:isMeasuredIn ?U_8335} => {?U_8335 a saref-core:UnitOfMeasure}. -{?U_8336 saref-core:isMeasurementOf ?U_8337} => {?U_8337 a saref-core:FeatureOfInterest}. -{?U_8338 saref-core:isOfferedBy ?U_8339} => {?U_8339 a saref-core:Device}. -{?U_8340 saref-core:isPropertyOf ?U_8341} => {?U_8341 a saref-core:FeatureOfInterest}. -{?U_8342 saref-core:makesMeasurement ?U_8343} => {?U_8343 a saref-core:Measurement}. -{?U_8344 saref-core:measurementMadeBy ?U_8345} => {?U_8345 a saref-core:Device}. -{?U_8346 saref-core:measuresProperty ?U_8347} => {?U_8347 a saref-core:Property}. -{?U_8348 saref-core:offers ?U_8349} => {?U_8349 a saref-core:Service}. -{?U_8350 saref-core:relatesToMeasurement ?U_8351} => {?U_8351 a saref-core:Measurement}. -{?U_8352 saref-core:relatesToProperty ?U_8353} => {?U_8353 a saref-core:Property}. -{?U_8354 saref-core:represents ?U_8355} => {?U_8355 a saref-core:Function}. -{?U_8356 saref4bldg:accessType ?U_8357} => {?U_8357 a xsd:string}. -{?U_8358 saref4bldg:application ?U_8359} => {?U_8359 a xsd:string}. -{?U_8360 saref4bldg:arrangement ?U_8361} => {?U_8361 a xsd:string}. -{?U_8362 saref4bldg:bladeAction ?U_8363} => {?U_8363 a xsd:string}. -{?U_8364 saref4bldg:bladeEdge ?U_8365} => {?U_8365 a xsd:string}. -{?U_8366 saref4bldg:bladeShape ?U_8367} => {?U_8367 a xsd:string}. -{?U_8368 saref4bldg:capacityControl ?U_8369} => {?U_8369 a xsd:string}. -{?U_8370 saref4bldg:capacityControlType ?U_8371} => {?U_8371 a xsd:string}. -{?U_8372 saref4bldg:capacityPeople ?U_8373} => {?U_8373 a xsd:nonNegativeInteger}. -{?U_8374 saref4bldg:circuitType ?U_8375} => {?U_8375 a xsd:string}. -{?U_8376 saref4bldg:colorAppearance ?U_8377} => {?U_8377 a xsd:string}. -{?U_8378 saref4bldg:colorRenderingIndex ?U_8379} => {?U_8379 a xsd:integer}. -{?U_8380 saref4bldg:controlStrategy ?U_8381} => {?U_8381 a xsd:string}. -{?U_8382 saref4bldg:endShapeType ?U_8383} => {?U_8383 a xsd:string}. -{?U_8384 saref4bldg:energySource ?U_8385} => {?U_8385 a xsd:string}. -{?U_8386 saref4bldg:evaporationCoolant ?U_8387} => {?U_8387 a xsd:string}. -{?U_8388 saref4bldg:evaporationMediumType ?U_8389} => {?U_8389 a xsd:string}. -{?U_8390 saref4bldg:failPosition ?U_8391} => {?U_8391 a xsd:string}. -{?U_8392 saref4bldg:finishColor ?U_8393} => {?U_8393 a xsd:string}. -{?U_8394 saref4bldg:fireExit ?U_8395} => {?U_8395 a xsd:boolean}. -{?U_8396 saref4bldg:flowArrangement ?U_8397} => {?U_8397 a xsd:string}. -{?U_8398 saref4bldg:frameSize ?U_8399} => {?U_8399 a xsd:string}. -{?U_8400 saref4bldg:frameType ?U_8401} => {?U_8401 a xsd:string}. -{?U_8402 saref4bldg:hasDefrost ?U_8403} => {?U_8403 a xsd:boolean}. -{?U_8404 saref4bldg:hasExteriorInsulation ?U_8405} => {?U_8405 a xsd:boolean}. -{?U_8406 saref4bldg:hasHotGasBypass ?U_8407} => {?U_8407 a xsd:boolean}. -{?U_8408 saref4bldg:hasLock ?U_8409} => {?U_8409 a xsd:boolean}. -{?U_8410 saref4bldg:hasPartWinding ?U_8411} => {?U_8411 a xsd:boolean}. -{?U_8412 saref4bldg:hasTurbulator ?U_8413} => {?U_8413 a xsd:boolean}. -{?U_8414 saref4bldg:heatTransferDimension ?U_8415} => {?U_8415 a xsd:string}. -{?U_8416 saref4bldg:heatTransferMedium ?U_8417} => {?U_8417 a xsd:string}. -{?U_8418 saref4bldg:heatTransferTypeEnum ?U_8419} => {?U_8419 a xsd:string}. -{?U_8420 saref4bldg:integratedLightingType ?U_8421} => {?U_8421 a xsd:string}. -{?U_8422 saref4bldg:internalControl ?U_8423} => {?U_8423 a xsd:string}. -{?U_8424 saref4bldg:isExternal ?U_8425} => {?U_8425 a xsd:boolean}. -{?U_8426 saref4bldg:isFreeHanging ?U_8427} => {?U_8427 a xsd:boolean}. -{?U_8428 saref4bldg:isGuarded ?U_8429} => {?U_8429 a xsd:boolean}. -{?U_8430 saref4bldg:isIlluminated ?U_8431} => {?U_8431 a xsd:boolean}. -{?U_8432 saref4bldg:isNeutralPrimaryTerminalAvailable ?U_8433} => {?U_8433 a xsd:boolean}. -{?U_8434 saref4bldg:isNeutralSecondaryTerminalAvailable ?U_8435} => {?U_8435 a xsd:boolean}. -{?U_8436 saref4bldg:isPluggableOutlet ?U_8437} => {?U_8437 a xsd:boolean}. -{?U_8438 saref4bldg:isWaterStorageHeater ?U_8439} => {?U_8439 a xsd:boolean}. -{?U_8440 saref4bldg:lampBallastType ?U_8441} => {?U_8441 a xsd:string}. -{?U_8442 saref4bldg:lampCompensationType ?U_8443} => {?U_8443 a xsd:string}. -{?U_8444 saref4bldg:legend ?U_8445} => {?U_8445 a xsd:string}. -{?U_8446 saref4bldg:manualOverride ?U_8447} => {?U_8447 a xsd:boolean}. -{?U_8448 saref4bldg:mechanicalOperated ?U_8449} => {?U_8449 a xsd:boolean}. -{?U_8450 saref4bldg:mediaSource ?U_8451} => {?U_8451 a xsd:string}. -{?U_8452 saref4bldg:motorDriveType ?U_8453} => {?U_8453 a xsd:string}. -{?U_8454 saref4bldg:motorEnclosureType ?U_8455} => {?U_8455 a xsd:string}. -{?U_8456 saref4bldg:numberOfBlades ?U_8457} => {?U_8457 a xsd:integer}. -{?U_8458 saref4bldg:numberOfCells ?U_8459} => {?U_8459 a xsd:integer}. -{?U_8460 saref4bldg:numberOfCircuits ?U_8461} => {?U_8461 a xsd:integer}. -{?U_8462 saref4bldg:numberOfGangs ?U_8463} => {?U_8463 a xsd:integer}. -{?U_8464 saref4bldg:numberOfPanels ?U_8465} => {?U_8465 a xsd:integer}. -{?U_8466 saref4bldg:numberOfRows ?U_8467} => {?U_8467 a xsd:integer}. -{?U_8468 saref4bldg:numberOfSections ?U_8469} => {?U_8469 a xsd:integer}. -{?U_8470 saref4bldg:numberOsSockets ?U_8471} => {?U_8471 a xsd:integer}. -{?U_8472 saref4bldg:operatingMode ?U_8473} => {?U_8473 a xsd:string}. -{?U_8474 saref4bldg:operation ?U_8475} => {?U_8475 a xsd:string}. -{?U_8476 saref4bldg:orientation ?U_8477} => {?U_8477 a xsd:string}. -{?U_8478 saref4bldg:patternType ?U_8479} => {?U_8479 a xsd:string}. -{?U_8480 saref4bldg:pipeConnectionEnum ?U_8481} => {?U_8481 a xsd:string}. -{?U_8482 saref4bldg:placementType ?U_8483} => {?U_8483 a xsd:string}. -{?U_8484 saref4bldg:powerSource ?U_8485} => {?U_8485 a xsd:string}. -{?U_8486 saref4bldg:readOutType ?U_8487} => {?U_8487 a xsd:string}. -{?U_8488 saref4bldg:refrigerantClass ?U_8489} => {?U_8489 a xsd:string}. -{?U_8490 saref4bldg:remoteReading ?U_8491} => {?U_8491 a xsd:boolean}. -{?U_8492 saref4bldg:roughness ?U_8493} => {?U_8493 a xsd:string}. -{?U_8494 saref4bldg:secondaryCurrentType ?U_8495} => {?U_8495 a xsd:string}. -{?U_8496 saref4bldg:shadingDeviceType ?U_8497} => {?U_8497 a xsd:string}. -{?U_8498 saref4bldg:sprayType ?U_8499} => {?U_8499 a xsd:string}. -{?U_8500 saref4bldg:standard ?U_8501} => {?U_8501 a xsd:string}. -{?U_8502 saref4bldg:storageType ?U_8503} => {?U_8503 a xsd:string}. -{?U_8504 saref4bldg:switchFunction ?U_8505} => {?U_8505 a xsd:string}. -{?U_8506 saref4bldg:temperatureClassification ?U_8507} => {?U_8507 a xsd:string}. -{?U_8508 saref4bldg:transformerVectorGroup ?U_8509} => {?U_8509 a xsd:string}. -{?U_8510 saref4bldg:valveMechanism ?U_8511} => {?U_8511 a xsd:string}. -{?U_8512 saref4bldg:valveOperation ?U_8513} => {?U_8513 a xsd:string}. -{?U_8514 saref4bldg:valvePattern ?U_8515} => {?U_8515 a xsd:string}. -{?U_8516 saref4bldg:waterFlowControlSystemType ?U_8517} => {?U_8517 a xsd:string}. -{?U_8518 saref-core:hasTimestamp ?U_8519} => {?U_8519 a xsd:dateTime}. -{?U_8520 saref4ehaw:contains ?U_8521} => {?U_8521 a saref4ehaw:HealthDevice}. -{?U_8522 saref4ehaw:followsUser ?U_8523} => {?U_8523 a saref4ehaw:User}. -{?U_8524 saref4ehaw:hasActivity ?U_8525} => {?U_8525 a saref4ehaw:Activity}. -{?U_8526 saref4ehaw:hasAgeCategory ?U_8527} => {?U_8527 a saref4ehaw:AgeCategory}. -{?U_8528 saref4ehaw:hasBanApplicationDomain ?U_8529} => {?U_8529 a saref4ehaw:BanApplicationDomain}. -{?U_8530 saref4ehaw:hasBanCommunicationType ?U_8531} => {?U_8531 a saref4ehaw:BanCommunicationType}. -{?U_8532 saref4ehaw:hasComputingPower ?U_8533} => {?U_8533 a saref4ehaw:ComputingPower}. -{?U_8534 saref4ehaw:hasDataConstraint ?U_8535} => {?U_8535 a saref4ehaw:DataConstraint}. -{?U_8536 saref4ehaw:hasContact ?U_8537} => {?U_8537 a saref4ehaw:Contact}. -{?U_8538 saref4ehaw:hasData ?U_8539} => {?U_8539 a saref4ehaw:Data}. -{?U_8540 saref4ehaw:hasDeviceCharacteristic ?U_8541} => {?U_8541 a saref4ehaw:DeviceCharacteristic}. -{?U_8542 saref4ehaw:hasHabit ?U_8543} => {?U_8543 a saref4ehaw:Habit}. -{?U_8544 saref4ehaw:hasHub ?U_8545} => {?U_8545 a saref4ehaw:BanHub}. -{?U_8546 saref4ehaw:hasImpairment ?U_8547} => {?U_8547 a saref4ehaw:Impairment}. -{?U_8548 saref4ehaw:hasInterface ?U_8549} => {?U_8549 a saref4ehaw:Interface}. -{?U_8550 saref4ehaw:hasLocation ?U_8551} => {?U_8551 a saref4ehaw:Location}. -{?U_8552 saref4ehaw:hasMeasurement ?U_8553} => {?U_8553 a saref-core:Measurement}. -{?U_8554 saref4ehaw:hasMode ?U_8555} => {?U_8555 a saref4ehaw:Mode}. -{?U_8556 saref4ehaw:hasOperatingConstraint ?U_8557} => {?U_8557 a saref4ehaw:OperatingConstraint}. -{?U_8558 saref4ehaw:hasParticipant ?U_8559} => {?U_8559 a saref4ehaw:HealthActor}. -{?U_8560 saref4ehaw:hasPatient ?U_8561} => {?U_8561 a saref4ehaw:Patient}. -{?U_8562 saref4ehaw:hasPhysicalLocation ?U_8563} => {?U_8563 a saref4ehaw:PhysicalLocation}. -{?U_8564 saref4ehaw:hasPosture ?U_8565} => {?U_8565 a saref4ehaw:Posture}. -{?U_8566 saref4ehaw:hasPowerSource ?U_8567} => {?U_8567 a saref4ehaw:PowerSource}. -{?U_8568 saref4ehaw:hasResponsibleParty ?U_8569} => {?U_8569 a saref4ehaw:ResponsibleParty}. -{?U_8570 saref4ehaw:hasTimeSeriesMesurement ?U_8571} => {?U_8571 a saref4ehaw:TimeSeriesMeasurement}. -{?U_8572 saref4ehaw:inCurrentMode ?U_8573} => {?U_8573 a saref4ehaw:Mode}. -{?U_8574 saref4ehaw:interfaceProtocol ?U_8575} => {?U_8575 a saref4ehaw:CommunicationProtocol}. -{?U_8576 saref4ehaw:isAttachedTo ?U_8577} => {?U_8577 a saref4ehaw:HealthActor}. -{?U_8578 saref4ehaw:isDescribedBy ?U_8579} => {?U_8579 a saref4ehaw:ServiceProcess}. -{?U_8580 saref4ehaw:groundingProtocol ?U_8581} => {?U_8581 a saref4ehaw:CommunicationProtocol}. -{?U_8582 saref4ehaw:precision ?U_8583} => {?U_8583 a ssn-system:Precision}. -{?U_8584 saref4ehaw:presents ?U_8585} => {?U_8585 a saref4ehaw:ServiceProfile}. -{?U_8586 saref4ehaw:supports ?U_8587} => {?U_8587 a saref4ehaw:ServiceGrounding}. -{?U_8588 saref4ehaw:uom ?U_8589} => {?U_8589 a saref-core:UnitOfMeasure}. -{?U_8590 saref4ehaw:usesBan ?U_8591} => {?U_8591 a saref4ehaw:Ban}. -{?U_8592 saref4ehaw:hasChronicDisease ?U_8593} => {?U_8593 a saref4ehaw:ChronicDisease}. -{?U_8594 s4envi:hasFrequencyMeasurement ?U_8595} => {?U_8595 a s4envi:FrequencyMeasurement}. -{?U_8596 saref4ehaw:activityDuration ?U_8597} => {?U_8597 a xsd:float}. -{?U_8598 saref4ehaw:activityKind ?U_8599} => {?U_8599 a xsd:string}. -{?U_8600 saref4ehaw:availableFlash ?U_8601} => {?U_8601 a xsd:long}. -{?U_8602 saref4ehaw:availableRam ?U_8603} => {?U_8603 a xsd:long}. -{?U_8604 saref4ehaw:transmissionRate ?U_8605} => {?U_8605 a xsd:float}. -{?U_8606 saref4ehaw:dataSize ?U_8607} => {?U_8607 a xsd:positiveInteger}. -{?U_8608 saref4ehaw:banDensity ?U_8609} => {?U_8609 a xsd:long}. -{?U_8610 saref4ehaw:deviceCharacteristicName ?U_8611} => {?U_8611 a xsd:string}. -{?U_8612 saref4ehaw:dimension ?U_8613} => {?U_8613 a xsd:string}. -{?U_8614 saref4ehaw:dob ?U_8615} => {?U_8615 a xsd:dateTime}. -{?U_8616 saref4ehaw:dutyCycle ?U_8617} => {?U_8617 a xsd:int}. -{?U_8618 saref4ehaw:faultTolerence ?U_8619} => {?U_8619 a xsd:double}. -{?U_8620 saref4ehaw:firstName ?U_8621} => {?U_8621 a xsd:string}. -{?U_8622 saref4ehaw:format ?U_8623} => {?U_8623 a xsd:anyURI}. -{?U_8624 saref4ehaw:frequency ?U_8625} => {?U_8625 a xsd:float}. -{?U_8626 saref4ehaw:geolocation ?U_8627} => {?U_8627 a xsd:string}. -{?U_8628 saref4ehaw:hasCalculationMethod ?U_8629} => {?U_8629 a xsd:string}. -{?U_8630 saref4ehaw:hasEffect ?U_8631} => {?U_8631 a xsd:string}. -{?U_8632 saref4ehaw:hasGender ?U_8633} => {?U_8633 a }. -{?U_8634 saref4ehaw:banGeolocation ?U_8635} => {?U_8635 a xsd:string}. -{?U_8636 saref4ehaw:hasInput ?U_8637} => {?U_8637 a xsd:string}. -{?U_8638 saref4ehaw:hasMbox ?U_8639} => {?U_8639 a xsd:anyURI}. -{?U_8640 saref4ehaw:hasOutput ?U_8641} => {?U_8641 a xsd:string}. -{?U_8642 saref4ehaw:hasPrecondition ?U_8643} => {?U_8643 a xsd:string}. -{?U_8644 saref4ehaw:hasResult ?U_8645} => {?U_8645 a xsd:string}. -{?U_8646 saref4ehaw:hasValues ?U_8647} => {?U_8647 a xsd:decimal}. -{?U_8648 saref4ehaw:interfaceAddress ?U_8649} => {?U_8649 a xsd:string}. -{?U_8650 saref4ehaw:interfaceDescription ?U_8651} => {?U_8651 a xsd:string}. -{?U_8652 saref4ehaw:isDerivedData ?U_8653} => {?U_8653 a xsd:boolean}. -{?U_8654 saref4ehaw:isGateway ?U_8655} => {?U_8655 a xsd:boolean}. -{?U_8656 saref4ehaw:lastName ?U_8657} => {?U_8657 a xsd:string}. -{?U_8658 saref4ehaw:latency ?U_8659} => {?U_8659 a xsd:float}. -{?U_8660 saref4ehaw:lifetime ?U_8661} => {?U_8661 a xsd:float}. -{?U_8662 saref4ehaw:maximumFlash ?U_8663} => {?U_8663 a xsd:long}. -{?U_8664 saref4ehaw:maximumRam ?U_8665} => {?U_8665 a xsd:long}. -{?U_8666 saref4ehaw:maximumValue ?U_8667} => {?U_8667 a xsd:decimal}. -{?U_8668 saref4ehaw:minimumValue ?U_8669} => {?U_8669 a xsd:decimal}. -{?U_8670 saref4ehaw:modeName ?U_8671} => {?U_8671 a xsd:string}. -{?U_8672 saref4ehaw:phenomena ?U_8673} => {?U_8673 a xsd:string}. -{?U_8674 saref4ehaw:phone ?U_8675} => {?U_8675 a xsd:string}. -{?U_8676 saref4ehaw:portNumber ?U_8677} => {?U_8677 a xsd:positiveInteger}. -{?U_8678 saref4ehaw:postalAddress ?U_8679} => {?U_8679 a xsd:string}. -{?U_8680 saref4ehaw:powerSourceType ?U_8681} => {?U_8681 a xsd:string}. -{?U_8682 saref4ehaw:rechargeable ?U_8683} => {?U_8683 a xsd:boolean}. -{?U_8684 saref4ehaw:remainingBatteryLevel ?U_8685} => {?U_8685 a xsd:long}. -{?U_8686 saref4ehaw:sampleTime ?U_8687} => {?U_8687 a xsd:int}. -{?U_8688 saref4ehaw:sendingFrequency ?U_8689} => {?U_8689 a xsd:float}. -{?U_8690 saref4ehaw:serialNb ?U_8691} => {?U_8691 a xsd:string}. -{?U_8692 saref4ehaw:serviceDescription ?U_8693} => {?U_8693 a xsd:string}. -{?U_8694 saref4ehaw:serviceName ?U_8695} => {?U_8695 a xsd:string}. -{?U_8696 saref4ehaw:banTopology ?U_8697} => {?U_8697 a }. -{?U_8698 saref4ehaw:velocity ?U_8699} => {?U_8699 a xsd:float}. -{?U_8700 ns6:controlsFeature ?U_8701} => {?U_8701 a saref-core:FeatureOfInterest}. -{?U_8702 ns6:featureIsControlledByDevice ?U_8703} => {?U_8703 a saref-core:Device}. -{?U_8704 ns6:featureIsMeasuredByDevice ?U_8705} => {?U_8705 a saref-core:Device}. -{?U_8706 ns6:followsPolicy ?U_8707} => {?U_8707 a ns6:Policy}. -{?U_8708 ns6:hasInterface ?U_8709} => {?U_8709 a ns6:Interface}. -{?U_8710 ns6:hasPowerSupply ?U_8711} => {?U_8711 a ns6:PowerSupply}. -{?U_8712 ns6:hasSensor ?U_8713} => {?U_8713 a saref-core:Sensor}. -{?U_8714 ns6:installs ?U_8715} => {?U_8715 a saref-core:Device}. -{?U_8716 ns6:interactsWith ?U_8717} => {?U_8717 a saref-core:Device}. -{?U_8718 ns6:isDetectedBy ?U_8719} => {?U_8719 a saref-core:Device}. -{?U_8720 ns6:isLocated ?U_8721} => {?U_8721 a ns6:Wearer}. -{?U_8722 ns6:isLocatedIn ?U_8723} => {?U_8723 a ns6:Wearer}. -{?U_8724 ns6:isLocatedNear ?U_8725} => {?U_8725 a ns6:Wearer}. -{?U_8726 ns6:isLocatedOn ?U_8727} => {?U_8727 a ns6:Wearer}. -{?U_8728 ns6:isTriggeredBy ?U_8729} => {?U_8729 a saref-core:Device}. -{?U_8730 ns6:measuresFeature ?U_8731} => {?U_8731 a saref-core:FeatureOfInterest}. -{?U_8732 ns6:monitors ?U_8733} => {?U_8733 a saref-core:Device}. -{?U_8734 ns6:sendsInformationTo ?U_8735} => {?U_8735 a ns6:Wearable}. -{?U_8736 ns6:sendsNotificationsTo ?U_8737} => {?U_8737 a ns6:Wearer}. -{?U_8738 ns6:triggers ?U_8739} => {?U_8739 a saref-core:ActuatingFunction}. -{?U_8740 ns6:hasCapacity ?U_8741} => {?U_8741 a xsd:long}. -{?U_8742 ns6:hasCommand ?U_8743} => {?U_8743 a xsd:string}. -{?U_8744 ns6:hasDataTransmissionRate ?U_8745} => {?U_8745 a xsd:double}. -{?U_8746 ns6:hasHeight ?U_8747} => {?U_8747 a xsd:double}. -{?U_8748 ns6:hasLength ?U_8749} => {?U_8749 a xsd:double}. -{?U_8750 ns6:hasStorage ?U_8751} => {?U_8751 a xsd:double}. -{?U_8752 ns6:hasWeight ?U_8753} => {?U_8753 a xsd:double}. -{?U_8754 ns6:hasWidth ?U_8755} => {?U_8755 a xsd:double}. -{?U_8756 ns6:meansOfTransport ?U_8757} => {?U_8757 a xsd:string}. -{?U_8758 ns6:wearerAgeRange ?U_8759} => {?U_8759 a xsd:string}. -{?U_8760 ns6:wearerStatus ?U_8761} => {?U_8761 a xsd:string}. -{?U_8762 saref4ehaw:hasPatient ?U_8763} => {?U_8763 a :AnalyzableForCondition}. -{?U_8764 ActivityRecognition:predictedBy ?U_8765} => {?U_8765 a eep:Executor}. -{?U_8766 ActivityRecognition:predictedBy ?U_8767} => {?U_8767 a }. -{?U_8768 ns2:hasRoutine ?U_8769} => {?U_8769 a }. -{?U_8770 saref4ehaw:hasHabit ?U_8771} => {?U_8771 a ActivityRecognition:Lifestyle}. -{?U_8772 ns2:hasSymptom ?U_8773} => {?U_8773 a saref-core:FeatureOfInterest}. -{?U_8774 SensorsAndWearables:hasAxis ?U_8775} => {?U_8775 a geosp:Geometry}. -{?U_8776 ns5:affectedBy ?U_8777} => {?U_8777 a }. -{?U_8778 ns5:influencedBy ?U_8779} => {?U_8779 a }. -{?U_8780 eep:forQuality ?U_8781} => {?U_8781 a }. -{?U_8782 eep:onQuality ?U_8783} => {?U_8783 a }. -{?U_8784 ns6:triggers ?U_8785} => {?U_8785 a saref-core:Function}. -{?U_8786 saref-core:hasCommand ?U_8787} => {?U_8787 a }. -{?U_8788 saref-core:hasCommand ?U_8789} => {?U_8789 a }. -{?U_8790 saref-core:isControlledByDevice ?U_8791} => {?U_8791 a }. -{?U_8792 saref-core:isMeasuredByDevice ?U_8793} => {?U_8793 a }. -{?U_8794 saref-core:isOfferedBy ?U_8795} => {?U_8795 a }. -{?U_8796 saref-core:measurementMadeBy ?U_8797} => {?U_8797 a }. -{?U_8798 ns6:featureIsControlledByDevice ?U_8799} => {?U_8799 a }. -{?U_8800 ns6:featureIsMeasuredByDevice ?U_8801} => {?U_8801 a }. -{?U_8802 ns6:installs ?U_8803} => {?U_8803 a }. -{?U_8804 ns6:interactsWith ?U_8805} => {?U_8805 a }. -{?U_8806 ns6:isDetectedBy ?U_8807} => {?U_8807 a }. -{?U_8808 ns6:isTriggeredBy ?U_8809} => {?U_8809 a }. -{?U_8810 ns6:monitors ?U_8811} => {?U_8811 a }. -{?U_8812 saref-core:isControlledByDevice ?U_8813} => {?U_8813 a }. -{?U_8814 saref-core:isMeasuredByDevice ?U_8815} => {?U_8815 a }. -{?U_8816 saref-core:isOfferedBy ?U_8817} => {?U_8817 a }. -{?U_8818 saref-core:measurementMadeBy ?U_8819} => {?U_8819 a }. -{?U_8820 ns6:featureIsControlledByDevice ?U_8821} => {?U_8821 a }. -{?U_8822 ns6:featureIsMeasuredByDevice ?U_8823} => {?U_8823 a }. -{?U_8824 ns6:installs ?U_8825} => {?U_8825 a }. -{?U_8826 ns6:interactsWith ?U_8827} => {?U_8827 a }. -{?U_8828 ns6:isDetectedBy ?U_8829} => {?U_8829 a }. -{?U_8830 ns6:isTriggeredBy ?U_8831} => {?U_8831 a }. -{?U_8832 ns6:monitors ?U_8833} => {?U_8833 a }. -{?U_8834 saref-core:isControlledByDevice ?U_8835} => {?U_8835 a }. -{?U_8836 saref-core:isMeasuredByDevice ?U_8837} => {?U_8837 a }. -{?U_8838 saref-core:isOfferedBy ?U_8839} => {?U_8839 a }. -{?U_8840 saref-core:measurementMadeBy ?U_8841} => {?U_8841 a }. -{?U_8842 ns6:featureIsControlledByDevice ?U_8843} => {?U_8843 a }. -{?U_8844 ns6:featureIsMeasuredByDevice ?U_8845} => {?U_8845 a }. -{?U_8846 ns6:installs ?U_8847} => {?U_8847 a }. -{?U_8848 ns6:interactsWith ?U_8849} => {?U_8849 a }. -{?U_8850 ns6:isDetectedBy ?U_8851} => {?U_8851 a }. -{?U_8852 ns6:isTriggeredBy ?U_8853} => {?U_8853 a }. -{?U_8854 ns6:monitors ?U_8855} => {?U_8855 a }. -{?U_8856 saref-core:isControlledByDevice ?U_8857} => {?U_8857 a }. -{?U_8858 saref-core:isMeasuredByDevice ?U_8859} => {?U_8859 a }. -{?U_8860 saref-core:isOfferedBy ?U_8861} => {?U_8861 a }. -{?U_8862 saref-core:measurementMadeBy ?U_8863} => {?U_8863 a }. -{?U_8864 ns6:featureIsControlledByDevice ?U_8865} => {?U_8865 a }. -{?U_8866 ns6:featureIsMeasuredByDevice ?U_8867} => {?U_8867 a }. -{?U_8868 ns6:installs ?U_8869} => {?U_8869 a }. -{?U_8870 ns6:interactsWith ?U_8871} => {?U_8871 a }. -{?U_8872 ns6:isDetectedBy ?U_8873} => {?U_8873 a }. -{?U_8874 ns6:isTriggeredBy ?U_8875} => {?U_8875 a }. -{?U_8876 ns6:monitors ?U_8877} => {?U_8877 a }. -{?U_8878 saref-core:isControlledByDevice ?U_8879} => {?U_8879 a }. -{?U_8880 saref-core:isMeasuredByDevice ?U_8881} => {?U_8881 a }. -{?U_8882 saref-core:isOfferedBy ?U_8883} => {?U_8883 a }. -{?U_8884 saref-core:measurementMadeBy ?U_8885} => {?U_8885 a }. -{?U_8886 ns6:featureIsControlledByDevice ?U_8887} => {?U_8887 a }. -{?U_8888 ns6:featureIsMeasuredByDevice ?U_8889} => {?U_8889 a }. -{?U_8890 ns6:installs ?U_8891} => {?U_8891 a }. -{?U_8892 ns6:interactsWith ?U_8893} => {?U_8893 a }. -{?U_8894 ns6:isDetectedBy ?U_8895} => {?U_8895 a }. -{?U_8896 ns6:isTriggeredBy ?U_8897} => {?U_8897 a }. -{?U_8898 ns6:monitors ?U_8899} => {?U_8899 a }. -{?U_8900 saref-core:isControlledByDevice ?U_8901} => {?U_8901 a }. -{?U_8902 saref-core:isMeasuredByDevice ?U_8903} => {?U_8903 a }. -{?U_8904 saref-core:isOfferedBy ?U_8905} => {?U_8905 a }. -{?U_8906 saref-core:measurementMadeBy ?U_8907} => {?U_8907 a }. -{?U_8908 ns6:featureIsControlledByDevice ?U_8909} => {?U_8909 a }. -{?U_8910 ns6:featureIsMeasuredByDevice ?U_8911} => {?U_8911 a }. -{?U_8912 ns6:installs ?U_8913} => {?U_8913 a }. -{?U_8914 ns6:interactsWith ?U_8915} => {?U_8915 a }. -{?U_8916 ns6:isDetectedBy ?U_8917} => {?U_8917 a }. -{?U_8918 ns6:isTriggeredBy ?U_8919} => {?U_8919 a }. -{?U_8920 ns6:monitors ?U_8921} => {?U_8921 a }. -{?U_8922 saref-core:isControlledByDevice ?U_8923} => {?U_8923 a }. -{?U_8924 saref-core:isMeasuredByDevice ?U_8925} => {?U_8925 a }. -{?U_8926 saref-core:isOfferedBy ?U_8927} => {?U_8927 a }. -{?U_8928 saref-core:measurementMadeBy ?U_8929} => {?U_8929 a }. -{?U_8930 ns6:featureIsControlledByDevice ?U_8931} => {?U_8931 a }. -{?U_8932 ns6:featureIsMeasuredByDevice ?U_8933} => {?U_8933 a }. -{?U_8934 ns6:installs ?U_8935} => {?U_8935 a }. -{?U_8936 ns6:interactsWith ?U_8937} => {?U_8937 a }. -{?U_8938 ns6:isDetectedBy ?U_8939} => {?U_8939 a }. -{?U_8940 ns6:isTriggeredBy ?U_8941} => {?U_8941 a }. -{?U_8942 ns6:monitors ?U_8943} => {?U_8943 a }. -{?U_8944 saref-core:isControlledByDevice ?U_8945} => {?U_8945 a }. -{?U_8946 saref-core:isMeasuredByDevice ?U_8947} => {?U_8947 a }. -{?U_8948 saref-core:isOfferedBy ?U_8949} => {?U_8949 a }. -{?U_8950 saref-core:measurementMadeBy ?U_8951} => {?U_8951 a }. -{?U_8952 ns6:featureIsControlledByDevice ?U_8953} => {?U_8953 a }. -{?U_8954 ns6:featureIsMeasuredByDevice ?U_8955} => {?U_8955 a }. -{?U_8956 ns6:installs ?U_8957} => {?U_8957 a }. -{?U_8958 ns6:interactsWith ?U_8959} => {?U_8959 a }. -{?U_8960 ns6:isDetectedBy ?U_8961} => {?U_8961 a }. -{?U_8962 ns6:isTriggeredBy ?U_8963} => {?U_8963 a }. -{?U_8964 ns6:monitors ?U_8965} => {?U_8965 a }. -{?U_8966 saref-core:isControlledByDevice ?U_8967} => {?U_8967 a }. -{?U_8968 saref-core:isMeasuredByDevice ?U_8969} => {?U_8969 a }. -{?U_8970 saref-core:isOfferedBy ?U_8971} => {?U_8971 a }. -{?U_8972 saref-core:measurementMadeBy ?U_8973} => {?U_8973 a }. -{?U_8974 ns6:featureIsControlledByDevice ?U_8975} => {?U_8975 a }. -{?U_8976 ns6:featureIsMeasuredByDevice ?U_8977} => {?U_8977 a }. -{?U_8978 ns6:installs ?U_8979} => {?U_8979 a }. -{?U_8980 ns6:interactsWith ?U_8981} => {?U_8981 a }. -{?U_8982 ns6:isDetectedBy ?U_8983} => {?U_8983 a }. -{?U_8984 ns6:isTriggeredBy ?U_8985} => {?U_8985 a }. -{?U_8986 ns6:monitors ?U_8987} => {?U_8987 a }. -{?U_8988 saref-core:isControlledByDevice ?U_8989} => {?U_8989 a }. -{?U_8990 saref-core:isMeasuredByDevice ?U_8991} => {?U_8991 a }. -{?U_8992 saref-core:isOfferedBy ?U_8993} => {?U_8993 a }. -{?U_8994 saref-core:measurementMadeBy ?U_8995} => {?U_8995 a }. -{?U_8996 ns6:featureIsControlledByDevice ?U_8997} => {?U_8997 a }. -{?U_8998 ns6:featureIsMeasuredByDevice ?U_8999} => {?U_8999 a }. -{?U_9000 ns6:installs ?U_9001} => {?U_9001 a }. -{?U_9002 ns6:interactsWith ?U_9003} => {?U_9003 a }. -{?U_9004 ns6:isDetectedBy ?U_9005} => {?U_9005 a }. -{?U_9006 ns6:isTriggeredBy ?U_9007} => {?U_9007 a }. -{?U_9008 ns6:monitors ?U_9009} => {?U_9009 a }. -{?U_9010 saref-core:isControlledByDevice ?U_9011} => {?U_9011 a }. -{?U_9012 saref-core:isMeasuredByDevice ?U_9013} => {?U_9013 a }. -{?U_9014 saref-core:isOfferedBy ?U_9015} => {?U_9015 a }. -{?U_9016 saref-core:measurementMadeBy ?U_9017} => {?U_9017 a }. -{?U_9018 ns6:featureIsControlledByDevice ?U_9019} => {?U_9019 a }. -{?U_9020 ns6:featureIsMeasuredByDevice ?U_9021} => {?U_9021 a }. -{?U_9022 ns6:installs ?U_9023} => {?U_9023 a }. -{?U_9024 ns6:interactsWith ?U_9025} => {?U_9025 a }. -{?U_9026 ns6:isDetectedBy ?U_9027} => {?U_9027 a }. -{?U_9028 ns6:isTriggeredBy ?U_9029} => {?U_9029 a }. -{?U_9030 ns6:monitors ?U_9031} => {?U_9031 a }. -{?U_9032 saref-core:isControlledByDevice ?U_9033} => {?U_9033 a }. -{?U_9034 saref-core:isMeasuredByDevice ?U_9035} => {?U_9035 a }. -{?U_9036 saref-core:isOfferedBy ?U_9037} => {?U_9037 a }. -{?U_9038 saref-core:measurementMadeBy ?U_9039} => {?U_9039 a }. -{?U_9040 ns6:featureIsControlledByDevice ?U_9041} => {?U_9041 a }. -{?U_9042 ns6:featureIsMeasuredByDevice ?U_9043} => {?U_9043 a }. -{?U_9044 ns6:installs ?U_9045} => {?U_9045 a }. -{?U_9046 ns6:interactsWith ?U_9047} => {?U_9047 a }. -{?U_9048 ns6:isDetectedBy ?U_9049} => {?U_9049 a }. -{?U_9050 ns6:isTriggeredBy ?U_9051} => {?U_9051 a }. -{?U_9052 ns6:monitors ?U_9053} => {?U_9053 a }. -{?U_9054 saref-core:isMeasurementOf ?U_9055} => {?U_9055 a }. -{?U_9056 saref-core:isPropertyOf ?U_9057} => {?U_9057 a }. -{?U_9058 ns6:controlsFeature ?U_9059} => {?U_9059 a }. -{?U_9060 ns6:measuresFeature ?U_9061} => {?U_9061 a }. -{?U_9062 ns2:hasSymptom ?U_9063} => {?U_9063 a }. -{?U_9064 saref-core:isMeasurementOf ?U_9065} => {?U_9065 a }. -{?U_9066 saref-core:isPropertyOf ?U_9067} => {?U_9067 a }. -{?U_9068 ns6:controlsFeature ?U_9069} => {?U_9069 a }. -{?U_9070 ns6:measuresFeature ?U_9071} => {?U_9071 a }. -{?U_9072 ns2:hasSymptom ?U_9073} => {?U_9073 a }. -{?U_9074 saref-core:hasFunction ?U_9075} => {?U_9075 a }. -{?U_9076 saref-core:isCommandOf ?U_9077} => {?U_9077 a }. -{?U_9078 saref-core:represents ?U_9079} => {?U_9079 a }. -{?U_9080 ns6:triggers ?U_9081} => {?U_9081 a }. -{?U_9082 saref-core:hasMeasurement ?U_9083} => {?U_9083 a }. -{?U_9084 saref-core:hasMeterReading ?U_9085} => {?U_9085 a }. -{?U_9086 saref-core:hasSensingRange ?U_9087} => {?U_9087 a }. -{?U_9088 saref-core:hasThresholdMeasurement ?U_9089} => {?U_9089 a }. -{?U_9090 saref-core:makesMeasurement ?U_9091} => {?U_9091 a }. -{?U_9092 saref-core:relatesToMeasurement ?U_9093} => {?U_9093 a }. -{?U_9094 saref4ehaw:hasMeasurement ?U_9095} => {?U_9095 a }. -{?U_9096 saref-core:hasMeasurement ?U_9097} => {?U_9097 a }. -{?U_9098 saref-core:hasMeterReading ?U_9099} => {?U_9099 a }. -{?U_9100 saref-core:hasSensingRange ?U_9101} => {?U_9101 a }. -{?U_9102 saref-core:hasThresholdMeasurement ?U_9103} => {?U_9103 a }. -{?U_9104 saref-core:makesMeasurement ?U_9105} => {?U_9105 a }. -{?U_9106 saref-core:relatesToMeasurement ?U_9107} => {?U_9107 a }. -{?U_9108 saref4ehaw:hasMeasurement ?U_9109} => {?U_9109 a }. -{?U_9110 saref-core:hasMeasurement ?U_9111} => {?U_9111 a }. -{?U_9112 saref-core:hasMeterReading ?U_9113} => {?U_9113 a }. -{?U_9114 saref-core:hasSensingRange ?U_9115} => {?U_9115 a }. -{?U_9116 saref-core:hasThresholdMeasurement ?U_9117} => {?U_9117 a }. -{?U_9118 saref-core:makesMeasurement ?U_9119} => {?U_9119 a }. -{?U_9120 saref-core:relatesToMeasurement ?U_9121} => {?U_9121 a }. -{?U_9122 saref4ehaw:hasMeasurement ?U_9123} => {?U_9123 a }. -{?U_9124 saref-core:hasMeasurement ?U_9125} => {?U_9125 a }. -{?U_9126 saref-core:hasMeterReading ?U_9127} => {?U_9127 a }. -{?U_9128 saref-core:hasSensingRange ?U_9129} => {?U_9129 a }. -{?U_9130 saref-core:hasThresholdMeasurement ?U_9131} => {?U_9131 a }. -{?U_9132 saref-core:makesMeasurement ?U_9133} => {?U_9133 a }. -{?U_9134 saref-core:relatesToMeasurement ?U_9135} => {?U_9135 a }. -{?U_9136 saref4ehaw:hasMeasurement ?U_9137} => {?U_9137 a }. -{?U_9138 saref-core:hasMeasurement ?U_9139} => {?U_9139 a }. -{?U_9140 saref-core:hasMeterReading ?U_9141} => {?U_9141 a }. -{?U_9142 saref-core:hasSensingRange ?U_9143} => {?U_9143 a }. -{?U_9144 saref-core:hasThresholdMeasurement ?U_9145} => {?U_9145 a }. -{?U_9146 saref-core:makesMeasurement ?U_9147} => {?U_9147 a }. -{?U_9148 saref-core:relatesToMeasurement ?U_9149} => {?U_9149 a }. -{?U_9150 saref4ehaw:hasMeasurement ?U_9151} => {?U_9151 a }. -{?U_9152 saref-core:hasMeasurement ?U_9153} => {?U_9153 a }. -{?U_9154 saref-core:hasMeterReading ?U_9155} => {?U_9155 a }. -{?U_9156 saref-core:hasSensingRange ?U_9157} => {?U_9157 a }. -{?U_9158 saref-core:hasThresholdMeasurement ?U_9159} => {?U_9159 a }. -{?U_9160 saref-core:makesMeasurement ?U_9161} => {?U_9161 a }. -{?U_9162 saref-core:relatesToMeasurement ?U_9163} => {?U_9163 a }. -{?U_9164 saref4ehaw:hasMeasurement ?U_9165} => {?U_9165 a }. -{?U_9166 saref-core:hasMeasurement ?U_9167} => {?U_9167 a }. -{?U_9168 saref-core:hasMeterReading ?U_9169} => {?U_9169 a }. -{?U_9170 saref-core:hasSensingRange ?U_9171} => {?U_9171 a }. -{?U_9172 saref-core:hasThresholdMeasurement ?U_9173} => {?U_9173 a }. -{?U_9174 saref-core:makesMeasurement ?U_9175} => {?U_9175 a }. -{?U_9176 saref-core:relatesToMeasurement ?U_9177} => {?U_9177 a }. -{?U_9178 saref4ehaw:hasMeasurement ?U_9179} => {?U_9179 a }. -{?U_9180 saref-core:hasPrice ?U_9181} => {?U_9181 a saref-core:Property}. -{?U_9182 saref-core:hasProfile ?U_9183} => {?U_9183 a }. -{?U_9184 saref-core:hasProfile ?U_9185} => {?U_9185 a }. -{?U_9186 saref-core:hasProfile ?U_9187} => {?U_9187 a }. -{?U_9188 saref-core:hasProfile ?U_9189} => {?U_9189 a }. -{?U_9190 :forProperty ?U_9191} => {?U_9191 a }. -{?U_9192 ActivityRecognition:analyzeProperty ?U_9193} => {?U_9193 a }. -{?U_9194 saref-core:controlsProperty ?U_9195} => {?U_9195 a }. -{?U_9196 saref-core:hasMeterReadingType ?U_9197} => {?U_9197 a }. -{?U_9198 saref-core:hasProperty ?U_9199} => {?U_9199 a }. -{?U_9200 saref-core:hasSensorType ?U_9201} => {?U_9201 a }. -{?U_9202 saref-core:measuresProperty ?U_9203} => {?U_9203 a }. -{?U_9204 saref-core:relatesToProperty ?U_9205} => {?U_9205 a }. -{?U_9206 saref-core:hasPrice ?U_9207} => {?U_9207 a }. -{?U_9208 :forProperty ?U_9209} => {?U_9209 a }. -{?U_9210 ActivityRecognition:analyzeProperty ?U_9211} => {?U_9211 a }. -{?U_9212 saref-core:controlsProperty ?U_9213} => {?U_9213 a }. -{?U_9214 saref-core:hasMeterReadingType ?U_9215} => {?U_9215 a }. -{?U_9216 saref-core:hasProperty ?U_9217} => {?U_9217 a }. -{?U_9218 saref-core:hasSensorType ?U_9219} => {?U_9219 a }. -{?U_9220 saref-core:measuresProperty ?U_9221} => {?U_9221 a }. -{?U_9222 saref-core:relatesToProperty ?U_9223} => {?U_9223 a }. -{?U_9224 saref-core:hasPrice ?U_9225} => {?U_9225 a }. -{?U_9226 :forProperty ?U_9227} => {?U_9227 a }. -{?U_9228 ActivityRecognition:analyzeProperty ?U_9229} => {?U_9229 a }. -{?U_9230 saref-core:controlsProperty ?U_9231} => {?U_9231 a }. -{?U_9232 saref-core:hasMeterReadingType ?U_9233} => {?U_9233 a }. -{?U_9234 saref-core:hasProperty ?U_9235} => {?U_9235 a }. -{?U_9236 saref-core:hasSensorType ?U_9237} => {?U_9237 a }. -{?U_9238 saref-core:measuresProperty ?U_9239} => {?U_9239 a }. -{?U_9240 saref-core:relatesToProperty ?U_9241} => {?U_9241 a }. -{?U_9242 saref-core:hasPrice ?U_9243} => {?U_9243 a }. -{?U_9244 :forProperty ?U_9245} => {?U_9245 a }. -{?U_9246 ActivityRecognition:analyzeProperty ?U_9247} => {?U_9247 a }. -{?U_9248 saref-core:controlsProperty ?U_9249} => {?U_9249 a }. -{?U_9250 saref-core:hasMeterReadingType ?U_9251} => {?U_9251 a }. -{?U_9252 saref-core:hasProperty ?U_9253} => {?U_9253 a }. -{?U_9254 saref-core:hasSensorType ?U_9255} => {?U_9255 a }. -{?U_9256 saref-core:measuresProperty ?U_9257} => {?U_9257 a }. -{?U_9258 saref-core:relatesToProperty ?U_9259} => {?U_9259 a }. -{?U_9260 saref-core:hasPrice ?U_9261} => {?U_9261 a }. -{?U_9262 ns6:hasSensor ?U_9263} => {?U_9263 a saref-core:Device}. -{?U_9264 ns6:hasSensor ?U_9265} => {?U_9265 a }. -{?U_9266 saref-core:offers ?U_9267} => {?U_9267 a }. -{?U_9268 saref-core:offers ?U_9269} => {?U_9269 a }. -{?U_9270 ns2:livesIn ?U_9271} => {?U_9271 a }. -{?U_9272 saref-core:isControlledByDevice ?U_9273} => {?U_9273 a saref4bldg:PhysicalObject}. -{?U_9274 saref-core:isMeasuredByDevice ?U_9275} => {?U_9275 a saref4bldg:PhysicalObject}. -{?U_9276 saref-core:isOfferedBy ?U_9277} => {?U_9277 a saref4bldg:PhysicalObject}. -{?U_9278 saref-core:measurementMadeBy ?U_9279} => {?U_9279 a saref4bldg:PhysicalObject}. -{?U_9280 ns6:featureIsControlledByDevice ?U_9281} => {?U_9281 a saref4bldg:PhysicalObject}. -{?U_9282 ns6:featureIsMeasuredByDevice ?U_9283} => {?U_9283 a saref4bldg:PhysicalObject}. -{?U_9284 ns6:installs ?U_9285} => {?U_9285 a saref4bldg:PhysicalObject}. -{?U_9286 ns6:interactsWith ?U_9287} => {?U_9287 a saref4bldg:PhysicalObject}. -{?U_9288 ns6:isDetectedBy ?U_9289} => {?U_9289 a saref4bldg:PhysicalObject}. -{?U_9290 ns6:isTriggeredBy ?U_9291} => {?U_9291 a saref4bldg:PhysicalObject}. -{?U_9292 ns6:monitors ?U_9293} => {?U_9293 a saref4bldg:PhysicalObject}. -{?U_9294 ns6:hasSensor ?U_9295} => {?U_9295 a saref4bldg:PhysicalObject}. -{?U_9296 saref-core:hasMeasurement ?U_9297} => {?U_9297 a }. -{?U_9298 saref-core:hasMeterReading ?U_9299} => {?U_9299 a }. -{?U_9300 saref-core:hasSensingRange ?U_9301} => {?U_9301 a }. -{?U_9302 saref-core:hasThresholdMeasurement ?U_9303} => {?U_9303 a }. -{?U_9304 saref-core:makesMeasurement ?U_9305} => {?U_9305 a }. -{?U_9306 saref-core:relatesToMeasurement ?U_9307} => {?U_9307 a }. -{?U_9308 saref4ehaw:hasMeasurement ?U_9309} => {?U_9309 a }. -{?U_9310 saref-core:hasMeasurement ?U_9311} => {?U_9311 a }. -{?U_9312 saref-core:hasMeterReading ?U_9313} => {?U_9313 a }. -{?U_9314 saref-core:hasSensingRange ?U_9315} => {?U_9315 a }. -{?U_9316 saref-core:hasThresholdMeasurement ?U_9317} => {?U_9317 a }. -{?U_9318 saref-core:makesMeasurement ?U_9319} => {?U_9319 a }. -{?U_9320 saref-core:relatesToMeasurement ?U_9321} => {?U_9321 a }. -{?U_9322 saref4ehaw:hasMeasurement ?U_9323} => {?U_9323 a }. -{?U_9324 saref-core:hasMeasurement ?U_9325} => {?U_9325 a }. -{?U_9326 saref-core:hasMeterReading ?U_9327} => {?U_9327 a }. -{?U_9328 saref-core:hasSensingRange ?U_9329} => {?U_9329 a }. -{?U_9330 saref-core:hasThresholdMeasurement ?U_9331} => {?U_9331 a }. -{?U_9332 saref-core:makesMeasurement ?U_9333} => {?U_9333 a }. -{?U_9334 saref-core:relatesToMeasurement ?U_9335} => {?U_9335 a }. -{?U_9336 saref4ehaw:hasMeasurement ?U_9337} => {?U_9337 a }. -{?U_9338 saref-core:hasMeasurement ?U_9339} => {?U_9339 a }. -{?U_9340 saref-core:hasMeterReading ?U_9341} => {?U_9341 a }. -{?U_9342 saref-core:hasSensingRange ?U_9343} => {?U_9343 a }. -{?U_9344 saref-core:hasThresholdMeasurement ?U_9345} => {?U_9345 a }. -{?U_9346 saref-core:makesMeasurement ?U_9347} => {?U_9347 a }. -{?U_9348 saref-core:relatesToMeasurement ?U_9349} => {?U_9349 a }. -{?U_9350 saref4ehaw:hasMeasurement ?U_9351} => {?U_9351 a }. -{?U_9352 saref-core:hasMeasurement ?U_9353} => {?U_9353 a }. -{?U_9354 saref-core:hasMeterReading ?U_9355} => {?U_9355 a }. -{?U_9356 saref-core:hasSensingRange ?U_9357} => {?U_9357 a }. -{?U_9358 saref-core:hasThresholdMeasurement ?U_9359} => {?U_9359 a }. -{?U_9360 saref-core:makesMeasurement ?U_9361} => {?U_9361 a }. -{?U_9362 saref-core:relatesToMeasurement ?U_9363} => {?U_9363 a }. -{?U_9364 saref4ehaw:hasMeasurement ?U_9365} => {?U_9365 a }. -{?U_9366 saref4ehaw:hasHub ?U_9367} => {?U_9367 a saref4ehaw:HealthDevice}. -{?U_9368 ActivityRecognition:activityPredictionMadeFor ?U_9369} => {?U_9369 a foaf:Agent}. -{?U_9370 saref4ehaw:hasParticipant ?U_9371} => {?U_9371 a foaf:Agent}. -{?U_9372 saref4ehaw:isAttachedTo ?U_9373} => {?U_9373 a foaf:Agent}. -{?U_9374 saref4ehaw:contains ?U_9375} => {?U_9375 a saref-core:Device}. -{?U_9376 saref4ehaw:hasHub ?U_9377} => {?U_9377 a saref-core:Device}. -{?U_9378 saref4ehaw:hasPatient ?U_9379} => {?U_9379 a saref4ehaw:User}. -{?U_9380 saref4ehaw:hasPhysicalLocation ?U_9381} => {?U_9381 a saref4ehaw:Location}. -{?U_9382 saref4ehaw:hasPosture ?U_9383} => {?U_9383 a saref-core:Property}. -{?U_9384 saref4ehaw:hasResponsibleParty ?U_9385} => {?U_9385 a saref4ehaw:HealthActor}. -{?U_9386 saref4ehaw:hasTimeSeriesMesurement ?U_9387} => {?U_9387 a saref-core:Measurement}. -{?U_9388 saref4ehaw:hasTimeSeriesMesurement ?U_9389} => {?U_9389 a }. -{?U_9390 saref4ehaw:hasTimeSeriesMesurement ?U_9391} => {?U_9391 a }. -{?U_9392 saref4ehaw:followsUser ?U_9393} => {?U_9393 a saref4ehaw:HealthActor}. -{?U_9394 saref4ehaw:hasPatient ?U_9395} => {?U_9395 a saref4ehaw:HealthActor}. -{?U_9396 SensorsAndWearables:hasAxis ?U_9397} => {?U_9397 a geosp:SpatialObject}. -{?U_9398 saref-core:isControlledByDevice ?U_9399} => {?U_9399 a }. -{?U_9400 saref-core:isMeasuredByDevice ?U_9401} => {?U_9401 a }. -{?U_9402 saref-core:isOfferedBy ?U_9403} => {?U_9403 a }. -{?U_9404 saref-core:measurementMadeBy ?U_9405} => {?U_9405 a }. -{?U_9406 ns6:featureIsControlledByDevice ?U_9407} => {?U_9407 a }. -{?U_9408 ns6:featureIsMeasuredByDevice ?U_9409} => {?U_9409 a }. -{?U_9410 ns6:installs ?U_9411} => {?U_9411 a }. -{?U_9412 ns6:interactsWith ?U_9413} => {?U_9413 a }. -{?U_9414 ns6:isDetectedBy ?U_9415} => {?U_9415 a }. -{?U_9416 ns6:isTriggeredBy ?U_9417} => {?U_9417 a }. -{?U_9418 ns6:monitors ?U_9419} => {?U_9419 a }. -{?U_9420 ns6:hasSensor ?U_9421} => {?U_9421 a }. -{?U_9422 saref4ehaw:contains ?U_9423} => {?U_9423 a }. -{?U_9424 saref4ehaw:hasHub ?U_9425} => {?U_9425 a }. -{?U_9426 saref-core:isControlledByDevice ?U_9427} => {?U_9427 a }. -{?U_9428 saref-core:isMeasuredByDevice ?U_9429} => {?U_9429 a }. -{?U_9430 saref-core:isOfferedBy ?U_9431} => {?U_9431 a }. -{?U_9432 saref-core:measurementMadeBy ?U_9433} => {?U_9433 a }. -{?U_9434 ns6:featureIsControlledByDevice ?U_9435} => {?U_9435 a }. -{?U_9436 ns6:featureIsMeasuredByDevice ?U_9437} => {?U_9437 a }. -{?U_9438 ns6:installs ?U_9439} => {?U_9439 a }. -{?U_9440 ns6:interactsWith ?U_9441} => {?U_9441 a }. -{?U_9442 ns6:isDetectedBy ?U_9443} => {?U_9443 a }. -{?U_9444 ns6:isTriggeredBy ?U_9445} => {?U_9445 a }. -{?U_9446 ns6:monitors ?U_9447} => {?U_9447 a }. -{?U_9448 ns6:hasSensor ?U_9449} => {?U_9449 a }. -{?U_9450 saref4ehaw:contains ?U_9451} => {?U_9451 a }. -{?U_9452 saref4ehaw:hasHub ?U_9453} => {?U_9453 a }. -{?U_9454 saref-core:isControlledByDevice ?U_9455} => {?U_9455 a }. -{?U_9456 saref-core:isMeasuredByDevice ?U_9457} => {?U_9457 a }. -{?U_9458 saref-core:isOfferedBy ?U_9459} => {?U_9459 a }. -{?U_9460 saref-core:measurementMadeBy ?U_9461} => {?U_9461 a }. -{?U_9462 ns6:featureIsControlledByDevice ?U_9463} => {?U_9463 a }. -{?U_9464 ns6:featureIsMeasuredByDevice ?U_9465} => {?U_9465 a }. -{?U_9466 ns6:installs ?U_9467} => {?U_9467 a }. -{?U_9468 ns6:interactsWith ?U_9469} => {?U_9469 a }. -{?U_9470 ns6:isDetectedBy ?U_9471} => {?U_9471 a }. -{?U_9472 ns6:isTriggeredBy ?U_9473} => {?U_9473 a }. -{?U_9474 ns6:monitors ?U_9475} => {?U_9475 a }. -{?U_9476 ns6:hasSensor ?U_9477} => {?U_9477 a }. -{?U_9478 saref4ehaw:contains ?U_9479} => {?U_9479 a }. -{?U_9480 saref4ehaw:hasHub ?U_9481} => {?U_9481 a }. -{?U_9482 saref-core:hasMeasurement ?U_9483} => {?U_9483 a }. -{?U_9484 saref-core:hasMeterReading ?U_9485} => {?U_9485 a }. -{?U_9486 saref-core:hasSensingRange ?U_9487} => {?U_9487 a }. -{?U_9488 saref-core:hasThresholdMeasurement ?U_9489} => {?U_9489 a }. -{?U_9490 saref-core:makesMeasurement ?U_9491} => {?U_9491 a }. -{?U_9492 saref-core:relatesToMeasurement ?U_9493} => {?U_9493 a }. -{?U_9494 saref4ehaw:hasMeasurement ?U_9495} => {?U_9495 a }. -{?U_9496 saref4ehaw:hasTimeSeriesMesurement ?U_9497} => {?U_9497 a }. -{?U_9498 saref-core:hasMeasurement ?U_9499} => {?U_9499 a }. -{?U_9500 saref-core:hasMeterReading ?U_9501} => {?U_9501 a }. -{?U_9502 saref-core:hasSensingRange ?U_9503} => {?U_9503 a }. -{?U_9504 saref-core:hasThresholdMeasurement ?U_9505} => {?U_9505 a }. -{?U_9506 saref-core:makesMeasurement ?U_9507} => {?U_9507 a }. -{?U_9508 saref-core:relatesToMeasurement ?U_9509} => {?U_9509 a }. -{?U_9510 saref4ehaw:hasMeasurement ?U_9511} => {?U_9511 a }. -{?U_9512 saref4ehaw:hasTimeSeriesMesurement ?U_9513} => {?U_9513 a }. -{?U_9514 saref-core:hasMeasurement ?U_9515} => {?U_9515 a }. -{?U_9516 saref-core:hasMeterReading ?U_9517} => {?U_9517 a }. -{?U_9518 saref-core:hasSensingRange ?U_9519} => {?U_9519 a }. -{?U_9520 saref-core:hasThresholdMeasurement ?U_9521} => {?U_9521 a }. -{?U_9522 saref-core:makesMeasurement ?U_9523} => {?U_9523 a }. -{?U_9524 saref-core:relatesToMeasurement ?U_9525} => {?U_9525 a }. -{?U_9526 saref4ehaw:hasMeasurement ?U_9527} => {?U_9527 a }. -{?U_9528 saref4ehaw:hasTimeSeriesMesurement ?U_9529} => {?U_9529 a }. -{?U_9530 saref-core:hasMeasurement ?U_9531} => {?U_9531 a }. -{?U_9532 saref-core:hasMeterReading ?U_9533} => {?U_9533 a }. -{?U_9534 saref-core:hasSensingRange ?U_9535} => {?U_9535 a }. -{?U_9536 saref-core:hasThresholdMeasurement ?U_9537} => {?U_9537 a }. -{?U_9538 saref-core:makesMeasurement ?U_9539} => {?U_9539 a }. -{?U_9540 saref-core:relatesToMeasurement ?U_9541} => {?U_9541 a }. -{?U_9542 saref4ehaw:hasMeasurement ?U_9543} => {?U_9543 a }. -{?U_9544 saref4ehaw:hasTimeSeriesMesurement ?U_9545} => {?U_9545 a }. -{?U_9546 saref-core:hasMeasurement ?U_9547} => {?U_9547 a }. -{?U_9548 saref-core:hasMeterReading ?U_9549} => {?U_9549 a }. -{?U_9550 saref-core:hasSensingRange ?U_9551} => {?U_9551 a }. -{?U_9552 saref-core:hasThresholdMeasurement ?U_9553} => {?U_9553 a }. -{?U_9554 saref-core:makesMeasurement ?U_9555} => {?U_9555 a }. -{?U_9556 saref-core:relatesToMeasurement ?U_9557} => {?U_9557 a }. -{?U_9558 saref4ehaw:hasMeasurement ?U_9559} => {?U_9559 a }. -{?U_9560 saref4ehaw:hasTimeSeriesMesurement ?U_9561} => {?U_9561 a }. -{?U_9562 saref-core:hasMeasurement ?U_9563} => {?U_9563 a }. -{?U_9564 saref-core:hasMeterReading ?U_9565} => {?U_9565 a }. -{?U_9566 saref-core:hasSensingRange ?U_9567} => {?U_9567 a }. -{?U_9568 saref-core:hasThresholdMeasurement ?U_9569} => {?U_9569 a }. -{?U_9570 saref-core:makesMeasurement ?U_9571} => {?U_9571 a }. -{?U_9572 saref-core:relatesToMeasurement ?U_9573} => {?U_9573 a }. -{?U_9574 saref4ehaw:hasMeasurement ?U_9575} => {?U_9575 a }. -{?U_9576 saref4ehaw:hasTimeSeriesMesurement ?U_9577} => {?U_9577 a }. -{?U_9578 saref-core:hasMeasurement ?U_9579} => {?U_9579 a }. -{?U_9580 saref-core:hasMeterReading ?U_9581} => {?U_9581 a }. -{?U_9582 saref-core:hasSensingRange ?U_9583} => {?U_9583 a }. -{?U_9584 saref-core:hasThresholdMeasurement ?U_9585} => {?U_9585 a }. -{?U_9586 saref-core:makesMeasurement ?U_9587} => {?U_9587 a }. -{?U_9588 saref-core:relatesToMeasurement ?U_9589} => {?U_9589 a }. -{?U_9590 saref4ehaw:hasMeasurement ?U_9591} => {?U_9591 a }. -{?U_9592 saref4ehaw:hasTimeSeriesMesurement ?U_9593} => {?U_9593 a }. -{?U_9594 :forProperty ?U_9595} => {?U_9595 a }. -{?U_9596 ActivityRecognition:analyzeProperty ?U_9597} => {?U_9597 a }. -{?U_9598 saref-core:controlsProperty ?U_9599} => {?U_9599 a }. -{?U_9600 saref-core:hasMeterReadingType ?U_9601} => {?U_9601 a }. -{?U_9602 saref-core:hasProperty ?U_9603} => {?U_9603 a }. -{?U_9604 saref-core:hasSensorType ?U_9605} => {?U_9605 a }. -{?U_9606 saref-core:measuresProperty ?U_9607} => {?U_9607 a }. -{?U_9608 saref-core:relatesToProperty ?U_9609} => {?U_9609 a }. -{?U_9610 saref-core:hasPrice ?U_9611} => {?U_9611 a }. -{?U_9612 saref4ehaw:hasPosture ?U_9613} => {?U_9613 a }. -{?U_9614 :forProperty ?U_9615} => {?U_9615 a }. -{?U_9616 ActivityRecognition:analyzeProperty ?U_9617} => {?U_9617 a }. -{?U_9618 saref-core:controlsProperty ?U_9619} => {?U_9619 a }. -{?U_9620 saref-core:hasMeterReadingType ?U_9621} => {?U_9621 a }. -{?U_9622 saref-core:hasProperty ?U_9623} => {?U_9623 a }. -{?U_9624 saref-core:hasSensorType ?U_9625} => {?U_9625 a }. -{?U_9626 saref-core:measuresProperty ?U_9627} => {?U_9627 a }. -{?U_9628 saref-core:relatesToProperty ?U_9629} => {?U_9629 a }. -{?U_9630 saref-core:hasPrice ?U_9631} => {?U_9631 a }. -{?U_9632 saref4ehaw:hasPosture ?U_9633} => {?U_9633 a }. -{?U_9634 :forProperty ?U_9635} => {?U_9635 a }. -{?U_9636 ActivityRecognition:analyzeProperty ?U_9637} => {?U_9637 a }. -{?U_9638 saref-core:controlsProperty ?U_9639} => {?U_9639 a }. -{?U_9640 saref-core:hasMeterReadingType ?U_9641} => {?U_9641 a }. -{?U_9642 saref-core:hasProperty ?U_9643} => {?U_9643 a }. -{?U_9644 saref-core:hasSensorType ?U_9645} => {?U_9645 a }. -{?U_9646 saref-core:measuresProperty ?U_9647} => {?U_9647 a }. -{?U_9648 saref-core:relatesToProperty ?U_9649} => {?U_9649 a }. -{?U_9650 saref-core:hasPrice ?U_9651} => {?U_9651 a }. -{?U_9652 saref4ehaw:hasPosture ?U_9653} => {?U_9653 a }. -{?U_9654 ns6:hasPowerSupply ?U_9655} => {?U_9655 a saref-core:Device}. -{?U_9656 ns6:sendsInformationTo ?U_9657} => {?U_9657 a geosp:Feature}. -{?U_9658 ns6:sendsInformationTo ?U_9659} => {?U_9659 a saref-core:Device}. -{?U_9660 ns6:sendsInformationTo ?U_9661} => {?U_9661 a }. -{?U_9662 ns6:sendsInformationTo ?U_9663} => {?U_9663 a }. -{?U_9664 ns6:isLocated ?U_9665} => {?U_9665 a geosp:SpatialObject}. -{?U_9666 ns6:isLocatedIn ?U_9667} => {?U_9667 a geosp:SpatialObject}. -{?U_9668 ns6:isLocatedNear ?U_9669} => {?U_9669 a geosp:SpatialObject}. -{?U_9670 ns6:isLocatedOn ?U_9671} => {?U_9671 a geosp:SpatialObject}. -{?U_9672 ns6:sendsNotificationsTo ?U_9673} => {?U_9673 a geosp:SpatialObject}. -{?U_9674 ns6:isLocated ?U_9675} => {?U_9675 a }. -{?U_9676 ns6:isLocatedIn ?U_9677} => {?U_9677 a }. -{?U_9678 ns6:isLocatedNear ?U_9679} => {?U_9679 a }. -{?U_9680 ns6:isLocatedOn ?U_9681} => {?U_9681 a }. -{?U_9682 ns6:sendsNotificationsTo ?U_9683} => {?U_9683 a }. -{?U_9684 ns6:isLocated ?U_9685} => {?U_9685 a }. -{?U_9686 ns6:isLocatedIn ?U_9687} => {?U_9687 a }. -{?U_9688 ns6:isLocatedNear ?U_9689} => {?U_9689 a }. -{?U_9690 ns6:isLocatedOn ?U_9691} => {?U_9691 a }. -{?U_9692 ns6:sendsNotificationsTo ?U_9693} => {?U_9693 a }. -{?U_9694 saref4ehaw:hasHabit ?U_9695} => {?U_9695 a }. -{?U_9696 ns6:hasSensor ?U_9697} => {?U_9697 a }. -{?U_9698 ns6:hasSensor ?U_9699} => {?U_9699 a }. -{?U_9700 ns6:hasSensor ?U_9701} => {?U_9701 a }. -{?U_9702 ns6:hasSensor ?U_9703} => {?U_9703 a }. -{?U_9704 ns6:hasSensor ?U_9705} => {?U_9705 a }. -{?U_9706 ns6:hasSensor ?U_9707} => {?U_9707 a }. -{?U_9708 ns6:hasSensor ?U_9709} => {?U_9709 a }. -{?U_9710 ns6:hasSensor ?U_9711} => {?U_9711 a }. -{?U_9712 ns6:hasSensor ?U_9713} => {?U_9713 a }. -{?U_9714 ns6:hasSensor ?U_9715} => {?U_9715 a }. -{?U_9716 ns6:hasSensor ?U_9717} => {?U_9717 a }. -{?U_9718 ns6:hasSensor ?U_9719} => {?U_9719 a }. -{?U_9720 saref-core:isControlledByDevice ?U_9721} => {?U_9721 a }. -{?U_9722 saref-core:isMeasuredByDevice ?U_9723} => {?U_9723 a }. -{?U_9724 saref-core:isOfferedBy ?U_9725} => {?U_9725 a }. -{?U_9726 saref-core:measurementMadeBy ?U_9727} => {?U_9727 a }. -{?U_9728 ns6:featureIsControlledByDevice ?U_9729} => {?U_9729 a }. -{?U_9730 ns6:featureIsMeasuredByDevice ?U_9731} => {?U_9731 a }. -{?U_9732 ns6:installs ?U_9733} => {?U_9733 a }. -{?U_9734 ns6:interactsWith ?U_9735} => {?U_9735 a }. -{?U_9736 ns6:isDetectedBy ?U_9737} => {?U_9737 a }. -{?U_9738 ns6:isTriggeredBy ?U_9739} => {?U_9739 a }. -{?U_9740 ns6:monitors ?U_9741} => {?U_9741 a }. -{?U_9742 ns6:hasSensor ?U_9743} => {?U_9743 a }. -{?U_9744 saref4ehaw:contains ?U_9745} => {?U_9745 a }. -{?U_9746 saref4ehaw:hasHub ?U_9747} => {?U_9747 a }. -{?U_9748 ns6:hasPowerSupply ?U_9749} => {?U_9749 a }. -{?U_9750 ns6:sendsInformationTo ?U_9751} => {?U_9751 a }. -{?U_9752 saref-core:isControlledByDevice ?U_9753} => {?U_9753 a }. -{?U_9754 saref-core:isMeasuredByDevice ?U_9755} => {?U_9755 a }. -{?U_9756 saref-core:isOfferedBy ?U_9757} => {?U_9757 a }. -{?U_9758 saref-core:measurementMadeBy ?U_9759} => {?U_9759 a }. -{?U_9760 ns6:featureIsControlledByDevice ?U_9761} => {?U_9761 a }. -{?U_9762 ns6:featureIsMeasuredByDevice ?U_9763} => {?U_9763 a }. -{?U_9764 ns6:installs ?U_9765} => {?U_9765 a }. -{?U_9766 ns6:interactsWith ?U_9767} => {?U_9767 a }. -{?U_9768 ns6:isDetectedBy ?U_9769} => {?U_9769 a }. -{?U_9770 ns6:isTriggeredBy ?U_9771} => {?U_9771 a }. -{?U_9772 ns6:monitors ?U_9773} => {?U_9773 a }. -{?U_9774 ns6:hasSensor ?U_9775} => {?U_9775 a }. -{?U_9776 saref4ehaw:contains ?U_9777} => {?U_9777 a }. -{?U_9778 saref4ehaw:hasHub ?U_9779} => {?U_9779 a }. -{?U_9780 ns6:hasPowerSupply ?U_9781} => {?U_9781 a }. -{?U_9782 ns6:sendsInformationTo ?U_9783} => {?U_9783 a }. -{?U_9784 saref4ehaw:contains ?U_9785} => {?U_9785 a }. -{?U_9786 saref4ehaw:hasHub ?U_9787} => {?U_9787 a }. -{?U_9788 saref4ehaw:contains ?U_9789} => {?U_9789 a }. -{?U_9790 saref4ehaw:hasHub ?U_9791} => {?U_9791 a }. -{?U_9792 saref4ehaw:contains ?U_9793} => {?U_9793 a }. -{?U_9794 saref4ehaw:hasHub ?U_9795} => {?U_9795 a }. -{?U_9796 saref4ehaw:contains ?U_9797} => {?U_9797 a }. -{?U_9798 saref4ehaw:hasHub ?U_9799} => {?U_9799 a }. -{?U_9800 saref4ehaw:contains ?U_9801} => {?U_9801 a }. -{?U_9802 saref4ehaw:hasHub ?U_9803} => {?U_9803 a }. -{?U_9804 saref4ehaw:contains ?U_9805} => {?U_9805 a }. -{?U_9806 saref4ehaw:hasHub ?U_9807} => {?U_9807 a }. -{?U_9808 saref4ehaw:contains ?U_9809} => {?U_9809 a }. -{?U_9810 saref4ehaw:hasHub ?U_9811} => {?U_9811 a }. -{?U_9812 saref4ehaw:contains ?U_9813} => {?U_9813 a }. -{?U_9814 saref4ehaw:hasHub ?U_9815} => {?U_9815 a }. -{?U_9816 saref4ehaw:contains ?U_9817} => {?U_9817 a }. -{?U_9818 saref4ehaw:hasHub ?U_9819} => {?U_9819 a }. -{?U_9820 saref4ehaw:contains ?U_9821} => {?U_9821 a }. -{?U_9822 saref4ehaw:hasHub ?U_9823} => {?U_9823 a }. -{?U_9824 saref4ehaw:contains ?U_9825} => {?U_9825 a }. -{?U_9826 saref4ehaw:hasHub ?U_9827} => {?U_9827 a }. -{?U_9828 saref4ehaw:contains ?U_9829} => {?U_9829 a }. -{?U_9830 saref4ehaw:hasHub ?U_9831} => {?U_9831 a }. -{?U_9832 saref4ehaw:contains ?U_9833} => {?U_9833 a saref4bldg:PhysicalObject}. -{?U_9834 saref4ehaw:hasHub ?U_9835} => {?U_9835 a saref4bldg:PhysicalObject}. -{?U_9836 saref4ehaw:hasPosture ?U_9837} => {?U_9837 a }. -{?U_9838 saref4ehaw:hasPosture ?U_9839} => {?U_9839 a }. -{?U_9840 saref4ehaw:hasPosture ?U_9841} => {?U_9841 a }. -{?U_9842 saref4ehaw:hasPosture ?U_9843} => {?U_9843 a }. -{?U_9844 saref4ehaw:hasResponsibleParty ?U_9845} => {?U_9845 a foaf:Agent}. -{?U_9846 saref4ehaw:hasTimeSeriesMesurement ?U_9847} => {?U_9847 a }. -{?U_9848 saref4ehaw:hasTimeSeriesMesurement ?U_9849} => {?U_9849 a }. -{?U_9850 saref4ehaw:hasTimeSeriesMesurement ?U_9851} => {?U_9851 a }. -{?U_9852 saref4ehaw:hasTimeSeriesMesurement ?U_9853} => {?U_9853 a }. -{?U_9854 saref4ehaw:hasTimeSeriesMesurement ?U_9855} => {?U_9855 a }. -{?U_9856 saref4ehaw:hasTimeSeriesMesurement ?U_9857} => {?U_9857 a }. -{?U_9858 saref4ehaw:hasTimeSeriesMesurement ?U_9859} => {?U_9859 a }. -{?U_9860 saref4ehaw:hasTimeSeriesMesurement ?U_9861} => {?U_9861 a }. -{?U_9862 saref4ehaw:hasTimeSeriesMesurement ?U_9863} => {?U_9863 a }. -{?U_9864 saref4ehaw:hasTimeSeriesMesurement ?U_9865} => {?U_9865 a }. -{?U_9866 saref4ehaw:hasTimeSeriesMesurement ?U_9867} => {?U_9867 a }. -{?U_9868 saref4ehaw:hasTimeSeriesMesurement ?U_9869} => {?U_9869 a }. -{?U_9870 saref4ehaw:followsUser ?U_9871} => {?U_9871 a foaf:Agent}. -{?U_9872 saref4ehaw:hasPatient ?U_9873} => {?U_9873 a foaf:Agent}. -{?U_9874 ns6:hasPowerSupply ?U_9875} => {?U_9875 a }. -{?U_9876 ns6:hasPowerSupply ?U_9877} => {?U_9877 a }. -{?U_9878 ns6:hasPowerSupply ?U_9879} => {?U_9879 a }. -{?U_9880 ns6:hasPowerSupply ?U_9881} => {?U_9881 a }. -{?U_9882 ns6:hasPowerSupply ?U_9883} => {?U_9883 a }. -{?U_9884 ns6:hasPowerSupply ?U_9885} => {?U_9885 a }. -{?U_9886 ns6:hasPowerSupply ?U_9887} => {?U_9887 a }. -{?U_9888 ns6:hasPowerSupply ?U_9889} => {?U_9889 a }. -{?U_9890 ns6:hasPowerSupply ?U_9891} => {?U_9891 a }. -{?U_9892 ns6:hasPowerSupply ?U_9893} => {?U_9893 a }. -{?U_9894 ns6:hasPowerSupply ?U_9895} => {?U_9895 a }. -{?U_9896 ns6:hasPowerSupply ?U_9897} => {?U_9897 a }. -{?U_9898 ns6:hasPowerSupply ?U_9899} => {?U_9899 a saref4bldg:PhysicalObject}. -{?U_9900 ns6:hasPowerSupply ?U_9901} => {?U_9901 a }. -{?U_9902 ns6:hasPowerSupply ?U_9903} => {?U_9903 a }. -{?U_9904 ns6:hasPowerSupply ?U_9905} => {?U_9905 a }. -{?U_9906 ns6:sendsInformationTo ?U_9907} => {?U_9907 a geosp:SpatialObject}. -{?U_9908 ns6:sendsInformationTo ?U_9909} => {?U_9909 a }. -{?U_9910 ns6:sendsInformationTo ?U_9911} => {?U_9911 a }. -{?U_9912 ns6:sendsInformationTo ?U_9913} => {?U_9913 a }. -{?U_9914 ns6:sendsInformationTo ?U_9915} => {?U_9915 a }. -{?U_9916 ns6:sendsInformationTo ?U_9917} => {?U_9917 a }. -{?U_9918 ns6:sendsInformationTo ?U_9919} => {?U_9919 a }. -{?U_9920 ns6:sendsInformationTo ?U_9921} => {?U_9921 a }. -{?U_9922 ns6:sendsInformationTo ?U_9923} => {?U_9923 a }. -{?U_9924 ns6:sendsInformationTo ?U_9925} => {?U_9925 a }. -{?U_9926 ns6:sendsInformationTo ?U_9927} => {?U_9927 a }. -{?U_9928 ns6:sendsInformationTo ?U_9929} => {?U_9929 a }. -{?U_9930 ns6:sendsInformationTo ?U_9931} => {?U_9931 a }. -{?U_9932 ns6:sendsInformationTo ?U_9933} => {?U_9933 a saref4bldg:PhysicalObject}. -{?U_9934 ns6:sendsInformationTo ?U_9935} => {?U_9935 a }. -{?U_9936 ns6:sendsInformationTo ?U_9937} => {?U_9937 a }. -{?U_9938 ns6:sendsInformationTo ?U_9939} => {?U_9939 a }. -{?U_9940 ns6:isLocated ?U_9941} => {?U_9941 a ns6:LivingOrganism}. -{?U_9942 ns6:isLocatedIn ?U_9943} => {?U_9943 a ns6:LivingOrganism}. -{?U_9944 ns6:isLocatedNear ?U_9945} => {?U_9945 a ns6:LivingOrganism}. -{?U_9946 ns6:isLocatedOn ?U_9947} => {?U_9947 a ns6:LivingOrganism}. -{?U_9948 ns6:sendsNotificationsTo ?U_9949} => {?U_9949 a ns6:LivingOrganism}. -{?U_9950 ns6:isLocated ?U_9951} => {?U_9951 a }. -{?U_9952 ns6:isLocatedIn ?U_9953} => {?U_9953 a }. -{?U_9954 ns6:isLocatedNear ?U_9955} => {?U_9955 a }. -{?U_9956 ns6:isLocatedOn ?U_9957} => {?U_9957 a }. -{?U_9958 ns6:sendsNotificationsTo ?U_9959} => {?U_9959 a }. -{?U_9960 saref4ehaw:hasContact ?U_9961} => {?U_9961 a saref4ehaw:HealthActor}. -{?U_9962 ActivityRecognition:activityPredictionMadeFor ?U_9963} => {?U_9963 a saref4ehaw:Contact}. -{?U_9964 saref4ehaw:hasParticipant ?U_9965} => {?U_9965 a saref4ehaw:Contact}. -{?U_9966 saref4ehaw:isAttachedTo ?U_9967} => {?U_9967 a saref4ehaw:Contact}. -{?U_9968 saref4ehaw:hasResponsibleParty ?U_9969} => {?U_9969 a saref4ehaw:Contact}. -{?U_9970 saref4ehaw:followsUser ?U_9971} => {?U_9971 a saref4ehaw:Contact}. -{?U_9972 saref4ehaw:hasPatient ?U_9973} => {?U_9973 a saref4ehaw:Contact}. -{?U_9974 ns6:sendsInformationTo ?U_9975} => {?U_9975 a }. -{?U_9976 ns6:isLocated ?U_9977} => {?U_9977 a }. -{?U_9978 ns6:isLocatedIn ?U_9979} => {?U_9979 a }. -{?U_9980 ns6:isLocatedNear ?U_9981} => {?U_9981 a }. -{?U_9982 ns6:isLocatedOn ?U_9983} => {?U_9983 a }. -{?U_9984 ns6:sendsNotificationsTo ?U_9985} => {?U_9985 a }. -{?U_9986 :forProperty ?U_9987} => {?U_9987 a }. -{?U_9988 ActivityRecognition:analyzeProperty ?U_9989} => {?U_9989 a }. -{?U_9990 saref-core:controlsProperty ?U_9991} => {?U_9991 a }. -{?U_9992 saref-core:hasMeterReadingType ?U_9993} => {?U_9993 a }. -{?U_9994 saref-core:hasProperty ?U_9995} => {?U_9995 a }. -{?U_9996 saref-core:hasSensorType ?U_9997} => {?U_9997 a }. -{?U_9998 saref-core:measuresProperty ?U_9999} => {?U_9999 a }. -{?U_10000 saref-core:relatesToProperty ?U_10001} => {?U_10001 a }. -{?U_10002 saref-core:hasPrice ?U_10003} => {?U_10003 a }. -{?U_10004 saref4ehaw:hasPosture ?U_10005} => {?U_10005 a }. -{?U_10006 :forProperty ?U_10007} => {?U_10007 a }. -{?U_10008 ActivityRecognition:analyzeProperty ?U_10009} => {?U_10009 a }. -{?U_10010 saref-core:controlsProperty ?U_10011} => {?U_10011 a }. -{?U_10012 saref-core:hasMeterReadingType ?U_10013} => {?U_10013 a }. -{?U_10014 saref-core:hasProperty ?U_10015} => {?U_10015 a }. -{?U_10016 saref-core:hasSensorType ?U_10017} => {?U_10017 a }. -{?U_10018 saref-core:measuresProperty ?U_10019} => {?U_10019 a }. -{?U_10020 saref-core:relatesToProperty ?U_10021} => {?U_10021 a }. -{?U_10022 saref-core:hasPrice ?U_10023} => {?U_10023 a }. -{?U_10024 saref4ehaw:hasPosture ?U_10025} => {?U_10025 a }. -{?U_10026 ns2:livesIn ?U_10027} => {?U_10027 a }. -{?U_10028 saref-core:isControlledByDevice ?U_10029} => {?U_10029 a }. -{?U_10030 saref-core:isMeasuredByDevice ?U_10031} => {?U_10031 a }. -{?U_10032 saref-core:isOfferedBy ?U_10033} => {?U_10033 a }. -{?U_10034 saref-core:measurementMadeBy ?U_10035} => {?U_10035 a }. -{?U_10036 ns6:featureIsControlledByDevice ?U_10037} => {?U_10037 a }. -{?U_10038 ns6:featureIsMeasuredByDevice ?U_10039} => {?U_10039 a }. -{?U_10040 ns6:installs ?U_10041} => {?U_10041 a }. -{?U_10042 ns6:interactsWith ?U_10043} => {?U_10043 a }. -{?U_10044 ns6:isDetectedBy ?U_10045} => {?U_10045 a }. -{?U_10046 ns6:isTriggeredBy ?U_10047} => {?U_10047 a }. -{?U_10048 ns6:monitors ?U_10049} => {?U_10049 a }. -{?U_10050 ns6:hasSensor ?U_10051} => {?U_10051 a }. -{?U_10052 saref4ehaw:contains ?U_10053} => {?U_10053 a }. -{?U_10054 saref4ehaw:hasHub ?U_10055} => {?U_10055 a }. -{?U_10056 ns6:hasPowerSupply ?U_10057} => {?U_10057 a }. -{?U_10058 ns6:sendsInformationTo ?U_10059} => {?U_10059 a }. -{?U_10060 ns6:isLocated ?U_10061} => {?U_10061 a geosp:Feature}. -{?U_10062 ns6:isLocatedIn ?U_10063} => {?U_10063 a geosp:Feature}. -{?U_10064 ns6:isLocatedNear ?U_10065} => {?U_10065 a geosp:Feature}. -{?U_10066 ns6:isLocatedOn ?U_10067} => {?U_10067 a geosp:Feature}. -{?U_10068 ns6:sendsNotificationsTo ?U_10069} => {?U_10069 a geosp:Feature}. -{?U_10070 ns6:isLocated ?U_10071} => {?U_10071 a saref-core:FeatureOfInterest}. -{?U_10072 ns6:isLocatedIn ?U_10073} => {?U_10073 a saref-core:FeatureOfInterest}. -{?U_10074 ns6:isLocatedNear ?U_10075} => {?U_10075 a saref-core:FeatureOfInterest}. -{?U_10076 ns6:isLocatedOn ?U_10077} => {?U_10077 a saref-core:FeatureOfInterest}. -{?U_10078 ns6:sendsNotificationsTo ?U_10079} => {?U_10079 a saref-core:FeatureOfInterest}. -{?U_10080 ns6:isLocated ?U_10081} => {?U_10081 a }. -{?U_10082 ns6:isLocatedIn ?U_10083} => {?U_10083 a }. -{?U_10084 ns6:isLocatedNear ?U_10085} => {?U_10085 a }. -{?U_10086 ns6:isLocatedOn ?U_10087} => {?U_10087 a }. -{?U_10088 ns6:sendsNotificationsTo ?U_10089} => {?U_10089 a }. -{?U_10090 saref4ehaw:hasContact ?U_10091} => {?U_10091 a foaf:Agent}. -{?U_10092 :isIncludedIn ?U_10093} => {?U_10093 saref-core:consistsOf ?U_10092}. -{?U_10092 saref-core:consistsOf ?U_10093} => {?U_10093 :isIncludedIn ?U_10092}. -{?U_10094 ActivityRecognition:nextActivity ?U_10095} => {?U_10095 ActivityRecognition:previousActivity ?U_10094}. -{?U_10094 ActivityRecognition:previousActivity ?U_10095} => {?U_10095 ActivityRecognition:nextActivity ?U_10094}. -{?U_10096 ActivityRecognition:predictedBy ?U_10097} => {?U_10097 ActivityRecognition:predicts ?U_10096}. -{?U_10096 ActivityRecognition:predicts ?U_10097} => {?U_10097 ActivityRecognition:predictedBy ?U_10096}. -{?U_10098 ?U_10099} => {?U_10099 ns5:influencedBy ?U_10098}. -{?U_10098 ns5:influencedBy ?U_10099} => {?U_10099 ?U_10098}. -{?U_10100 ?U_10101} => {?U_10101 eep:madeBy ?U_10100}. -{?U_10100 eep:madeBy ?U_10101} => {?U_10101 ?U_10100}. -{?U_10102 ?U_10103} => {?U_10103 eep:madeBy ?U_10102}. -{?U_10102 eep:madeBy ?U_10103} => {?U_10103 ?U_10102}. -{?U_10104 saref-core:accomplishes ?U_10105} => {?U_10105 saref-core:isAccomplishedBy ?U_10104}. -{?U_10104 saref-core:isAccomplishedBy ?U_10105} => {?U_10105 saref-core:accomplishes ?U_10104}. -{?U_10106 saref-core:hasCommand ?U_10107} => {?U_10107 saref-core:isCommandOf ?U_10106}. -{?U_10106 saref-core:isCommandOf ?U_10107} => {?U_10107 saref-core:hasCommand ?U_10106}. -{?U_10108 saref-core:hasProperty ?U_10109} => {?U_10109 saref-core:isPropertyOf ?U_10108}. -{?U_10108 saref-core:isPropertyOf ?U_10109} => {?U_10109 saref-core:hasProperty ?U_10108}. -{?U_10110 saref-core:isMeasurementOf ?U_10111} => {?U_10111 saref-core:hasMeasurement ?U_10110}. -{?U_10110 saref-core:hasMeasurement ?U_10111} => {?U_10111 saref-core:isMeasurementOf ?U_10110}. -{?U_10112 saref-core:isOfferedBy ?U_10113} => {?U_10113 saref-core:offers ?U_10112}. -{?U_10112 saref-core:offers ?U_10113} => {?U_10113 saref-core:isOfferedBy ?U_10112}. -{?U_10114 saref-core:makesMeasurement ?U_10115} => {?U_10115 saref-core:measurementMadeBy ?U_10114}. -{?U_10114 saref-core:measurementMadeBy ?U_10115} => {?U_10115 saref-core:makesMeasurement ?U_10114}. -{?U_10116 saref-core:relatesToProperty ?U_10117} => {?U_10117 saref-core:relatesToMeasurement ?U_10116}. -{?U_10116 saref-core:relatesToMeasurement ?U_10117} => {?U_10117 saref-core:relatesToProperty ?U_10116}. -{?U_10118 saref4bldg:contains ?U_10119} => {?U_10119 saref4bldg:isContainedIn ?U_10118}. -{?U_10118 saref4bldg:isContainedIn ?U_10119} => {?U_10119 saref4bldg:contains ?U_10118}. -{?U_10120 saref4bldg:hasSpace ?U_10121} => {?U_10121 saref4bldg:isSpaceOf ?U_10120}. -{?U_10120 saref4bldg:isSpaceOf ?U_10121} => {?U_10121 saref4bldg:hasSpace ?U_10120}. -{?U_10122 ns6:isTriggeredBy ?U_10123} => {?U_10123 ns6:triggers ?U_10122}. -{?U_10122 ns6:triggers ?U_10123} => {?U_10123 ns6:isTriggeredBy ?U_10122}. -{?U_10124 a :BrushingTeethActivityPrediction} => {?U_10124 a }. -{?U_10124 a } => {?U_10124 a :BrushingTeethActivityPrediction}. -{?U_10125 a :CookingFoodOvenActivityPrediction} => {?U_10125 a }. -{?U_10125 a } => {?U_10125 a :CookingFoodOvenActivityPrediction}. -{?U_10126 a :CookingFoodStovetopActivityPrediction} => {?U_10126 a }. -{?U_10126 a } => {?U_10126 a :CookingFoodStovetopActivityPrediction}. -{?U_10127 a :DrinkPreparationActivityPrediction} => {?U_10127 a }. -{?U_10127 a } => {?U_10127 a :DrinkPreparationActivityPrediction}. -{?U_10128 a :EatingActivityPrediction} => {?U_10128 a }. -{?U_10128 a } => {?U_10128 a :EatingActivityPrediction}. -{?U_10129 a :NonRoutineBrushingTeethActivityPrediction} => {?U_10129 a }. -{?U_10129 a } => {?U_10129 a :NonRoutineBrushingTeethActivityPrediction}. -{?U_10130 a :NonRoutineBrushingTeethActivityPrediction} => {?U_10130 a }. -{?U_10130 a } => {?U_10130 a :NonRoutineBrushingTeethActivityPrediction}. -{?U_10131 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_10131 a }. -{?U_10131 a } => {?U_10131 a :NonRoutineCookingFoodOvenActivityPrediction}. -{?U_10132 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_10132 a }. -{?U_10132 a } => {?U_10132 a :NonRoutineCookingFoodOvenActivityPrediction}. -{?U_10133 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_10133 a }. -{?U_10133 a } => {?U_10133 a :NonRoutineCookingFoodStovetopActivityPrediction}. -{?U_10134 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_10134 a }. -{?U_10134 a } => {?U_10134 a :NonRoutineCookingFoodStovetopActivityPrediction}. -{?U_10135 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_10135 a }. -{?U_10135 a } => {?U_10135 a :NonRoutineDrinkPreparationActivityPrediction}. -{?U_10136 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_10136 a }. -{?U_10136 a } => {?U_10136 a :NonRoutineDrinkPreparationActivityPrediction}. -{?U_10137 a :NonRoutineEatingActivityPrediction} => {?U_10137 a }. -{?U_10137 a } => {?U_10137 a :NonRoutineEatingActivityPrediction}. -{?U_10138 a :NonRoutineEatingActivityPrediction} => {?U_10138 a }. -{?U_10138 a } => {?U_10138 a :NonRoutineEatingActivityPrediction}. -{?U_10139 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_10139 a }. -{?U_10139 a } => {?U_10139 a :NonRoutinePreparingHotMealActivityPrediction}. -{?U_10140 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_10140 a }. -{?U_10140 a } => {?U_10140 a :NonRoutinePreparingHotMealActivityPrediction}. -{?U_10141 a :NonRoutineShoweringActivityPrediction} => {?U_10141 a }. -{?U_10141 a } => {?U_10141 a :NonRoutineShoweringActivityPrediction}. -{?U_10142 a :NonRoutineShoweringActivityPrediction} => {?U_10142 a }. -{?U_10142 a } => {?U_10142 a :NonRoutineShoweringActivityPrediction}. -{?U_10143 a :NonRoutineSleepingActivityPrediction} => {?U_10143 a }. -{?U_10143 a } => {?U_10143 a :NonRoutineSleepingActivityPrediction}. -{?U_10144 a :NonRoutineSleepingActivityPrediction} => {?U_10144 a }. -{?U_10144 a } => {?U_10144 a :NonRoutineSleepingActivityPrediction}. -{?U_10145 a :NonRoutineToiletingActivityPrediction} => {?U_10145 a }. -{?U_10145 a } => {?U_10145 a :NonRoutineToiletingActivityPrediction}. -{?U_10146 a :NonRoutineToiletingActivityPrediction} => {?U_10146 a }. -{?U_10146 a } => {?U_10146 a :NonRoutineToiletingActivityPrediction}. -{?U_10147 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_10147 a }. -{?U_10147 a } => {?U_10147 a :NonRoutineUsingMobilePhoneActivityPrediction}. -{?U_10148 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_10148 a }. -{?U_10148 a } => {?U_10148 a :NonRoutineUsingMobilePhoneActivityPrediction}. -{?U_10149 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_10149 a }. -{?U_10149 a } => {?U_10149 a :NonRoutineWatchingTVActivelyActivityPrediction}. -{?U_10150 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_10150 a }. -{?U_10150 a } => {?U_10150 a :NonRoutineWatchingTVActivelyActivityPrediction}. -{?U_10151 a :PreparingHotMealActivityPrediction} => {?U_10151 a }. -{?U_10151 a } => {?U_10151 a :PreparingHotMealActivityPrediction}. -{?U_10152 a :RoutineBrushingTeethActivityPrediction} => {?U_10152 a }. -{?U_10152 a } => {?U_10152 a :RoutineBrushingTeethActivityPrediction}. -{?U_10153 a :RoutineBrushingTeethActivityPrediction} => {?U_10153 a }. -{?U_10153 a } => {?U_10153 a :RoutineBrushingTeethActivityPrediction}. -{?U_10154 a :RoutineCookingFoodOvenActivityPrediction} => {?U_10154 a }. -{?U_10154 a } => {?U_10154 a :RoutineCookingFoodOvenActivityPrediction}. -{?U_10155 a :RoutineCookingFoodOvenActivityPrediction} => {?U_10155 a }. -{?U_10155 a } => {?U_10155 a :RoutineCookingFoodOvenActivityPrediction}. -{?U_10156 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_10156 a }. -{?U_10156 a } => {?U_10156 a :RoutineCookingFoodStovetopActivityPrediction}. -{?U_10157 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_10157 a }. -{?U_10157 a } => {?U_10157 a :RoutineCookingFoodStovetopActivityPrediction}. -{?U_10158 a :RoutineDrinkPreparationActivityPrediction} => {?U_10158 a }. -{?U_10158 a } => {?U_10158 a :RoutineDrinkPreparationActivityPrediction}. -{?U_10159 a :RoutineDrinkPreparationActivityPrediction} => {?U_10159 a }. -{?U_10159 a } => {?U_10159 a :RoutineDrinkPreparationActivityPrediction}. -{?U_10160 a :RoutineEatingActivityPrediction} => {?U_10160 a }. -{?U_10160 a } => {?U_10160 a :RoutineEatingActivityPrediction}. -{?U_10161 a :RoutineEatingActivityPrediction} => {?U_10161 a }. -{?U_10161 a } => {?U_10161 a :RoutineEatingActivityPrediction}. -{?U_10162 a :RoutinePreparingHotMealActivityPrediction} => {?U_10162 a }. -{?U_10162 a } => {?U_10162 a :RoutinePreparingHotMealActivityPrediction}. -{?U_10163 a :RoutinePreparingHotMealActivityPrediction} => {?U_10163 a }. -{?U_10163 a } => {?U_10163 a :RoutinePreparingHotMealActivityPrediction}. -{?U_10164 a :RoutineShoweringActivityPrediction} => {?U_10164 a }. -{?U_10164 a } => {?U_10164 a :RoutineShoweringActivityPrediction}. -{?U_10165 a :RoutineShoweringActivityPrediction} => {?U_10165 a }. -{?U_10165 a } => {?U_10165 a :RoutineShoweringActivityPrediction}. -{?U_10166 a :RoutineSleepingActivityPrediction} => {?U_10166 a }. -{?U_10166 a } => {?U_10166 a :RoutineSleepingActivityPrediction}. -{?U_10167 a :RoutineSleepingActivityPrediction} => {?U_10167 a }. -{?U_10167 a } => {?U_10167 a :RoutineSleepingActivityPrediction}. -{?U_10168 a :RoutineToiletingActivityPrediction} => {?U_10168 a }. -{?U_10168 a } => {?U_10168 a :RoutineToiletingActivityPrediction}. -{?U_10169 a :RoutineToiletingActivityPrediction} => {?U_10169 a }. -{?U_10169 a } => {?U_10169 a :RoutineToiletingActivityPrediction}. -{?U_10170 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_10170 a }. -{?U_10170 a } => {?U_10170 a :RoutineUsingMobilePhoneActivityPrediction}. -{?U_10171 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_10171 a }. -{?U_10171 a } => {?U_10171 a :RoutineUsingMobilePhoneActivityPrediction}. -{?U_10172 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_10172 a }. -{?U_10172 a } => {?U_10172 a :RoutineWatchingTVActivelyActivityPrediction}. -{?U_10173 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_10173 a }. -{?U_10173 a } => {?U_10173 a :RoutineWatchingTVActivelyActivityPrediction}. -{?U_10174 a :ShoweringActivityPrediction} => {?U_10174 a }. -{?U_10174 a } => {?U_10174 a :ShoweringActivityPrediction}. -{?U_10175 a :SleepingActivityPrediction} => {?U_10175 a }. -{?U_10175 a } => {?U_10175 a :SleepingActivityPrediction}. -{?U_10176 a :ToiletingActivityPrediction} => {?U_10176 a }. -{?U_10176 a } => {?U_10176 a :ToiletingActivityPrediction}. -{?U_10177 a :UserWithBrushingTeethRoutine} => {?U_10177 a }. -{?U_10177 a } => {?U_10177 a :UserWithBrushingTeethRoutine}. -{?U_10178 a :UserWithCookingFoodOvenRoutine} => {?U_10178 a }. -{?U_10178 a } => {?U_10178 a :UserWithCookingFoodOvenRoutine}. -{?U_10179 a :UserWithCookingFoodStovetopRoutine} => {?U_10179 a }. -{?U_10179 a } => {?U_10179 a :UserWithCookingFoodStovetopRoutine}. -{?U_10180 a :UserWithDrinkPreparationRoutine} => {?U_10180 a }. -{?U_10180 a } => {?U_10180 a :UserWithDrinkPreparationRoutine}. -{?U_10181 a :UserWithEatingRoutine} => {?U_10181 a }. -{?U_10181 a } => {?U_10181 a :UserWithEatingRoutine}. -{?U_10182 a :UserWithPreparingHotMealRoutine} => {?U_10182 a }. -{?U_10182 a } => {?U_10182 a :UserWithPreparingHotMealRoutine}. -{?U_10183 a :UserWithShoweringRoutine} => {?U_10183 a }. -{?U_10183 a } => {?U_10183 a :UserWithShoweringRoutine}. -{?U_10184 a :UserWithSleepingRoutine} => {?U_10184 a }. -{?U_10184 a } => {?U_10184 a :UserWithSleepingRoutine}. -{?U_10185 a :UserWithToiletingRoutine} => {?U_10185 a }. -{?U_10185 a } => {?U_10185 a :UserWithToiletingRoutine}. -{?U_10186 a :UserWithUsingMobilePhoneRoutine} => {?U_10186 a }. -{?U_10186 a } => {?U_10186 a :UserWithUsingMobilePhoneRoutine}. -{?U_10187 a :UserWithWatchingTVActivelyRoutine} => {?U_10187 a }. -{?U_10187 a } => {?U_10187 a :UserWithWatchingTVActivelyRoutine}. -{?U_10188 a :UserWithoutBrushingTeethRoutine} => {?U_10188 a }. -{?U_10188 a } => {?U_10188 a :UserWithoutBrushingTeethRoutine}. -{?U_10189 a :UserWithoutCookingFoodOvenRoutine} => {?U_10189 a }. -{?U_10189 a } => {?U_10189 a :UserWithoutCookingFoodOvenRoutine}. -{?U_10190 a :UserWithoutCookingFoodStovetopRoutine} => {?U_10190 a }. -{?U_10190 a } => {?U_10190 a :UserWithoutCookingFoodStovetopRoutine}. -{?U_10191 a :UserWithoutDrinkPreparationRoutine} => {?U_10191 a }. -{?U_10191 a } => {?U_10191 a :UserWithoutDrinkPreparationRoutine}. -{?U_10192 a :UserWithoutEatingRoutine} => {?U_10192 a }. -{?U_10192 a } => {?U_10192 a :UserWithoutEatingRoutine}. -{?U_10193 a :UserWithoutPreparingHotMealRoutine} => {?U_10193 a }. -{?U_10193 a } => {?U_10193 a :UserWithoutPreparingHotMealRoutine}. -{?U_10194 a :UserWithoutShoweringRoutine} => {?U_10194 a }. -{?U_10194 a } => {?U_10194 a :UserWithoutShoweringRoutine}. -{?U_10195 a :UserWithoutSleepingRoutine} => {?U_10195 a }. -{?U_10195 a } => {?U_10195 a :UserWithoutSleepingRoutine}. -{?U_10196 a :UserWithoutToiletingRoutine} => {?U_10196 a }. -{?U_10196 a } => {?U_10196 a :UserWithoutToiletingRoutine}. -{?U_10197 a :UserWithoutUsingMobilePhoneRoutine} => {?U_10197 a }. -{?U_10197 a } => {?U_10197 a :UserWithoutUsingMobilePhoneRoutine}. -{?U_10198 a :UserWithoutWatchingTVActivelyRoutine} => {?U_10198 a }. -{?U_10198 a } => {?U_10198 a :UserWithoutWatchingTVActivelyRoutine}. -{?U_10199 a :UsingMobilePhoneActivityPrediction} => {?U_10199 a }. -{?U_10199 a } => {?U_10199 a :UsingMobilePhoneActivityPrediction}. -{?U_10200 a :WatchingTVActivelyActivityPrediction} => {?U_10200 a }. -{?U_10200 a } => {?U_10200 a :WatchingTVActivelyActivityPrediction}. -{?U_10201 a saref4ehaw:Contact} => {?U_10201 a saref4ehaw:HealthActor}. -{?U_10201 a saref4ehaw:HealthActor} => {?U_10201 a saref4ehaw:Contact}. -{?U_10202 a } => {?U_10202 a }. -{?U_10202 a } => {?U_10202 a }. -{?U_10203 a } => {?U_10203 a }. -{?U_10203 a } => {?U_10203 a }. -{?U_10204 a } => {?U_10204 a }. -{?U_10204 a } => {?U_10204 a }. -{?U_10205 a } => {?U_10205 a }. -{?U_10205 a } => {?U_10205 a }. -{?U_10206 a } => {?U_10206 a }. -{?U_10206 a } => {?U_10206 a }. -{?U_10207 a } => {?U_10207 a }. -{?U_10207 a } => {?U_10207 a }. -{?U_10208 a } => {?U_10208 a }. -{?U_10208 a } => {?U_10208 a }. -{?U_10209 a } => {?U_10209 a }. -{?U_10209 a } => {?U_10209 a }. -{?U_10210 a } => {?U_10210 a }. -{?U_10210 a } => {?U_10210 a }. -{?U_10211 a } => {?U_10211 a }. -{?U_10211 a } => {?U_10211 a }. -{?U_10212 a } => {?U_10212 a }. -{?U_10212 a } => {?U_10212 a }. -{?U_10213 a } => {?U_10213 a }. -{?U_10213 a } => {?U_10213 a }. -{?U_10214 a } => {?U_10214 a }. -{?U_10214 a } => {?U_10214 a }. -{?U_10215 a } => {?U_10215 a }. -{?U_10215 a } => {?U_10215 a }. -{?U_10216 a } => {?U_10216 a }. -{?U_10216 a } => {?U_10216 a }. -{?U_10217 a } => {?U_10217 a }. -{?U_10217 a } => {?U_10217 a }. -{?U_10218 a } => {?U_10218 a }. -{?U_10218 a } => {?U_10218 a }. -{?U_10219 a } => {?U_10219 a }. -{?U_10219 a } => {?U_10219 a }. -{?U_10220 a } => {?U_10220 a }. -{?U_10220 a } => {?U_10220 a }. -{?U_10221 a } => {?U_10221 a }. -{?U_10221 a } => {?U_10221 a }. -{?U_10222 a } => {?U_10222 a }. -{?U_10222 a } => {?U_10222 a }. -{?U_10223 a } => {?U_10223 a }. -{?U_10223 a } => {?U_10223 a }. -{?U_10224 ActivityRecognition:forActivity ?U_10225. ?U_10225 a ActivityRecognition:BrushingTeeth} => {?U_10224 a }. -{?U_10226 ActivityRecognition:forActivity ?U_10227. ?U_10227 a ActivityRecognition:CookingFoodOven} => {?U_10226 a }. -{?U_10228 ActivityRecognition:forActivity ?U_10229. ?U_10229 a ActivityRecognition:CookingFoodStovetop} => {?U_10228 a }. -{?U_10230 ActivityRecognition:forActivity ?U_10231. ?U_10231 a ActivityRecognition:DrinkPreparation} => {?U_10230 a }. -{?U_10232 ActivityRecognition:forActivity ?U_10233. ?U_10233 a ActivityRecognition:Eating} => {?U_10232 a }. -{?U_10234 ActivityRecognition:activityPredictionMadeFor ?U_10235. ?U_10235 a :UserWithoutBrushingTeethRoutine} => {?U_10234 a }. -{?U_10236 ActivityRecognition:activityPredictionMadeFor ?U_10237. ?U_10237 a :UserWithoutCookingFoodOvenRoutine} => {?U_10236 a }. -{?U_10238 ActivityRecognition:activityPredictionMadeFor ?U_10239. ?U_10239 a :UserWithoutCookingFoodStovetopRoutine} => {?U_10238 a }. -{?U_10240 ActivityRecognition:activityPredictionMadeFor ?U_10241. ?U_10241 a :UserWithoutDrinkPreparationRoutine} => {?U_10240 a }. -{?U_10242 ActivityRecognition:activityPredictionMadeFor ?U_10243. ?U_10243 a :UserWithoutEatingRoutine} => {?U_10242 a }. -{?U_10244 ActivityRecognition:activityPredictionMadeFor ?U_10245. ?U_10245 a :UserWithoutPreparingHotMealRoutine} => {?U_10244 a }. -{?U_10246 ActivityRecognition:activityPredictionMadeFor ?U_10247. ?U_10247 a :UserWithoutShoweringRoutine} => {?U_10246 a }. -{?U_10248 ActivityRecognition:activityPredictionMadeFor ?U_10249. ?U_10249 a :UserWithoutSleepingRoutine} => {?U_10248 a }. -{?U_10250 ActivityRecognition:activityPredictionMadeFor ?U_10251. ?U_10251 a :UserWithoutToiletingRoutine} => {?U_10250 a }. -{?U_10252 ActivityRecognition:activityPredictionMadeFor ?U_10253. ?U_10253 a :UserWithoutUsingMobilePhoneRoutine} => {?U_10252 a }. -{?U_10254 ActivityRecognition:activityPredictionMadeFor ?U_10255. ?U_10255 a :UserWithoutWatchingTVActivelyRoutine} => {?U_10254 a }. -{?U_10256 ActivityRecognition:forActivity ?U_10257. ?U_10257 a ActivityRecognition:PreparingHotMeal} => {?U_10256 a }. -{?U_10258 ActivityRecognition:activityPredictionMadeFor ?U_10259. ?U_10259 a :UserWithBrushingTeethRoutine} => {?U_10258 a }. -{?U_10260 ActivityRecognition:activityPredictionMadeFor ?U_10261. ?U_10261 a :UserWithCookingFoodOvenRoutine} => {?U_10260 a }. -{?U_10262 ActivityRecognition:activityPredictionMadeFor ?U_10263. ?U_10263 a :UserWithCookingFoodStovetopRoutine} => {?U_10262 a }. -{?U_10264 ActivityRecognition:activityPredictionMadeFor ?U_10265. ?U_10265 a :UserWithDrinkPreparationRoutine} => {?U_10264 a }. -{?U_10266 ActivityRecognition:activityPredictionMadeFor ?U_10267. ?U_10267 a :UserWithEatingRoutine} => {?U_10266 a }. -{?U_10268 ActivityRecognition:activityPredictionMadeFor ?U_10269. ?U_10269 a :UserWithPreparingHotMealRoutine} => {?U_10268 a }. -{?U_10270 ActivityRecognition:activityPredictionMadeFor ?U_10271. ?U_10271 a :UserWithShoweringRoutine} => {?U_10270 a }. -{?U_10272 ActivityRecognition:activityPredictionMadeFor ?U_10273. ?U_10273 a :UserWithSleepingRoutine} => {?U_10272 a }. -{?U_10274 ActivityRecognition:activityPredictionMadeFor ?U_10275. ?U_10275 a :UserWithToiletingRoutine} => {?U_10274 a }. -{?U_10276 ActivityRecognition:activityPredictionMadeFor ?U_10277. ?U_10277 a :UserWithUsingMobilePhoneRoutine} => {?U_10276 a }. -{?U_10278 ActivityRecognition:activityPredictionMadeFor ?U_10279. ?U_10279 a :UserWithWatchingTVActivelyRoutine} => {?U_10278 a }. -{?U_10280 ActivityRecognition:forActivity ?U_10281. ?U_10281 a ActivityRecognition:Showering} => {?U_10280 a }. -{?U_10282 ActivityRecognition:forActivity ?U_10283. ?U_10283 a ActivityRecognition:Sleeping} => {?U_10282 a }. -{?U_10284 ActivityRecognition:forActivity ?U_10285. ?U_10285 a ActivityRecognition:Toileting} => {?U_10284 a }. -{?U_10286 ns2:hasRoutine ?U_10287. ?U_10287 a } => {?U_10286 a }. -{?U_10288 ActivityRecognition:consistsOf ?U_10289. ?U_10289 a ActivityRecognition:BrushingTeeth} => {?U_10288 a }. -{?U_10290 ns2:hasRoutine ?U_10291. ?U_10291 a } => {?U_10290 a }. -{?U_10292 ActivityRecognition:consistsOf ?U_10293. ?U_10293 a ActivityRecognition:CookingFoodOven} => {?U_10292 a }. -{?U_10294 ns2:hasRoutine ?U_10295. ?U_10295 a } => {?U_10294 a }. -{?U_10296 ActivityRecognition:consistsOf ?U_10297. ?U_10297 a ActivityRecognition:CookingFoodStovetop} => {?U_10296 a }. -{?U_10298 ns2:hasRoutine ?U_10299. ?U_10299 a } => {?U_10298 a }. -{?U_10300 ActivityRecognition:consistsOf ?U_10301. ?U_10301 a ActivityRecognition:DrinkPreparation} => {?U_10300 a }. -{?U_10302 ns2:hasRoutine ?U_10303. ?U_10303 a } => {?U_10302 a }. -{?U_10304 ActivityRecognition:consistsOf ?U_10305. ?U_10305 a ActivityRecognition:Eating} => {?U_10304 a }. -{?U_10306 ns2:hasRoutine ?U_10307. ?U_10307 a } => {?U_10306 a }. -{?U_10308 ActivityRecognition:consistsOf ?U_10309. ?U_10309 a ActivityRecognition:PreparingHotMeal} => {?U_10308 a }. -{?U_10310 ns2:hasRoutine ?U_10311. ?U_10311 a } => {?U_10310 a }. -{?U_10312 ActivityRecognition:consistsOf ?U_10313. ?U_10313 a ActivityRecognition:Showering} => {?U_10312 a }. -{?U_10314 ns2:hasRoutine ?U_10315. ?U_10315 a } => {?U_10314 a }. -{?U_10316 ActivityRecognition:consistsOf ?U_10317. ?U_10317 a ActivityRecognition:Sleeping} => {?U_10316 a }. -{?U_10318 ns2:hasRoutine ?U_10319. ?U_10319 a } => {?U_10318 a }. -{?U_10320 ActivityRecognition:consistsOf ?U_10321. ?U_10321 a ActivityRecognition:Toileting} => {?U_10320 a }. -{?U_10322 ns2:hasRoutine ?U_10323. ?U_10323 a } => {?U_10322 a }. -{?U_10324 ActivityRecognition:consistsOf ?U_10325. ?U_10325 a ActivityRecognition:UsingMobilePhone} => {?U_10324 a }. -{?U_10326 ns2:hasRoutine ?U_10327. ?U_10327 a } => {?U_10326 a }. -{?U_10328 ActivityRecognition:consistsOf ?U_10329. ?U_10329 a ActivityRecognition:WatchingTVActively} => {?U_10328 a }. -{?U_10330 :doesNotHaveActivityInRoutine ?U_10331. ?U_10331 a ActivityRecognition:BrushingTeeth} => {?U_10330 a }. -{?U_10332 :doesNotHaveActivityInRoutine ?U_10333. ?U_10333 a ActivityRecognition:CookingFoodOven} => {?U_10332 a }. -{?U_10334 :doesNotHaveActivityInRoutine ?U_10335. ?U_10335 a ActivityRecognition:CookingFoodStovetop} => {?U_10334 a }. -{?U_10336 :doesNotHaveActivityInRoutine ?U_10337. ?U_10337 a ActivityRecognition:DrinkPreparation} => {?U_10336 a }. -{?U_10338 :doesNotHaveActivityInRoutine ?U_10339. ?U_10339 a ActivityRecognition:Eating} => {?U_10338 a }. -{?U_10340 :doesNotHaveActivityInRoutine ?U_10341. ?U_10341 a ActivityRecognition:PreparingHotMeal} => {?U_10340 a }. -{?U_10342 :doesNotHaveActivityInRoutine ?U_10343. ?U_10343 a ActivityRecognition:Showering} => {?U_10342 a }. -{?U_10344 :doesNotHaveActivityInRoutine ?U_10345. ?U_10345 a ActivityRecognition:Sleeping} => {?U_10344 a }. -{?U_10346 :doesNotHaveActivityInRoutine ?U_10347. ?U_10347 a ActivityRecognition:Toileting} => {?U_10346 a }. -{?U_10348 :doesNotHaveActivityInRoutine ?U_10349. ?U_10349 a ActivityRecognition:UsingMobilePhone} => {?U_10348 a }. -{?U_10350 :doesNotHaveActivityInRoutine ?U_10351. ?U_10351 a ActivityRecognition:WatchingTVActively} => {?U_10350 a }. -{?U_10352 ActivityRecognition:forActivity ?U_10353. ?U_10353 a ActivityRecognition:UsingMobilePhone} => {?U_10352 a }. -{?U_10354 ActivityRecognition:forActivity ?U_10355. ?U_10355 a ActivityRecognition:WatchingTVActively} => {?U_10354 a }. -{?U_10356 ActivityRecognition:hasExplanation ?U_10357. ?U_10357 a ActivityRecognition:Cause} => {?U_10356 a }. -{?U_10358 ActivityRecognition:consistsOf ?U_10359. ?U_10359 a ActivityRecognition:Routine} => {?U_10358 a }. -{?U_10360 eep:implements ?U_10361. ?U_10361 a ActivityRecognition:Configuration} => {?U_10360 a }. -{?U_10362 ActivityRecognition:hasExplanation ?U_10363. ?U_10363 a ActivityRecognition:Explanation} => {?U_10362 a }. -{?U_10364 eep:madeBy ?U_10365. ?U_10365 a ActivityRecognition:Model} => {?U_10364 a }. -{?U_10366 ActivityRecognition:consistsOf ?U_10367. ?U_10367 a saref4ehaw:Activity} => {?U_10366 a }. -{?U_10368 ns5:belongsTo ?U_10369. ?U_10369 a ns5:FeatureOfInterest} => {?U_10368 a }. -{?U_10370 eep:madeBy ?U_10371. ?U_10371 a eep:Executor} => {?U_10370 a }. -{?U_10372 eep:onQuality ?U_10373. ?U_10373 a ns5:Quality} => {?U_10372 a }. -{?U_10374 eep:usedProcedure ?U_10375. ?U_10375 a eep:Procedure} => {?U_10374 a }. -{?U_10376 saref-core:hasFunction ?U_10377. ?U_10377 a saref-core:ActuatingFunction} => {?U_10376 a }. -{?U_10378 saref-core:actsUpon ?U_10379. ?U_10379 a saref-core:OpenCloseState} => {?U_10378 a }. -{?U_10380 saref-core:hasFunction ?U_10381. ?U_10381 a saref-core:OpenCloseFunction} => {?U_10380 a }. -{?U_10382 saref-core:hasState ?U_10383. ?U_10383 a saref-core:OpenCloseState} => {?U_10382 a }. -{?U_10384 saref-core:hasFunction ?U_10385. ?U_10385 a saref-core:OnOffFunction} => {?U_10384 a }. -{?U_10386 saref-core:hasState ?U_10387. ?U_10387 a saref-core:OnOffState} => {?U_10386 a }. -{?U_10388 saref-core:controlsProperty ?U_10389. ?U_10389 a saref-core:Light} => {?U_10388 a }. -{?U_10390 saref-core:offers ?U_10391. ?U_10391 a saref-core:SwitchOnService} => {?U_10390 a }. -{?U_10392 saref-core:hasFunction ?U_10393. ?U_10393 a saref-core:MeteringFunction} => {?U_10392 a }. -{?U_10394 saref-core:actsUpon ?U_10395. ?U_10395 a saref-core:OnOffState} => {?U_10394 a }. -{?U_10396 saref-core:actsUpon ?U_10397. ?U_10397 a saref-core:OnOffState} => {?U_10396 a }. -{?U_10398 saref-core:actsUpon ?U_10399. ?U_10399 a saref-core:OpenCloseState} => {?U_10398 a }. -{?U_10400 saref-core:hasSensingRange ?U_10401. ?U_10401 a saref-core:Measurement} => {?U_10400 a }. -{?U_10402 saref-core:hasFunction ?U_10403. ?U_10403 a saref-core:SensingFunction} => {?U_10402 a }. -{?U_10404 saref-core:actsUpon ?U_10405. ?U_10405 a saref-core:MultiLevelState} => {?U_10404 a }. -{?U_10406 saref-core:hasFunction ?U_10407. ?U_10407 a saref-core:EventFunction} => {?U_10406 a }. -{?U_10408 saref-core:hasFunction ?U_10409. ?U_10409 a saref-core:SensingFunction} => {?U_10408 a }. -{?U_10410 saref-core:measuresProperty ?U_10411. ?U_10411 a saref-core:Smoke} => {?U_10410 a }. -{?U_10412 saref-core:actsUpon ?U_10413. ?U_10413 a saref-core:StartStopState} => {?U_10412 a }. -{?U_10414 saref-core:actsUpon ?U_10415. ?U_10415 a saref-core:MultiLevelState} => {?U_10414 a }. -{?U_10416 saref-core:actsUpon ?U_10417. ?U_10417 a saref-core:MultiLevelState} => {?U_10416 a }. -{?U_10418 saref-core:actsUpon ?U_10419. ?U_10419 a saref-core:StartStopState} => {?U_10418 a }. -{?U_10420 saref-core:isOfferedBy ?U_10421. ?U_10421 a saref-core:LightSwitch} => {?U_10420 a }. -{?U_10422 saref-core:represents ?U_10423. ?U_10423 a saref-core:OnOffFunction} => {?U_10422 a }. -{?U_10424 saref-core:hasFunction ?U_10425. ?U_10425 a saref-core:SensingFunction} => {?U_10424 a }. -{?U_10426 saref-core:measuresProperty ?U_10427. ?U_10427 a saref-core:Temperature} => {?U_10426 a }. -{?U_10428 ns6:isLocatedIn ?U_10429. ?U_10429 a ns6:Wearer} => {?U_10428 a }. -{?U_10430 ns6:isLocatedNear ?U_10431. ?U_10431 a ns6:Wearer} => {?U_10430 a }. -{?U_10432 ns6:isLocatedOn ?U_10433. ?U_10433 a ns6:Wearer} => {?U_10432 a }. -{?U_10434 ns6:featureIsMeasuredByDevice ?U_10435. ?U_10435 a ns6:Wearable} => {?U_10434 a }. -{?U_10436 :doesNotHaveActivityInRoutine ?U_10437} => {?U_10436 owl:topObjectProperty ?U_10437}. -{?U_10438 :forProperty ?U_10439} => {?U_10438 owl:topObjectProperty ?U_10439}. -{?U_10440 :hasCondition ?U_10441} => {?U_10440 owl:topObjectProperty ?U_10441}. -{?U_10442 :isMinimumThreshold ?U_10443} => {?U_10442 owl:topDataProperty ?U_10443}. -{?U_10444 ActivityRecognition:activityPredictionMadeFor ?U_10445} => {?U_10444 ActivityRecognition:predictionMadeFor ?U_10445}. -{?U_10446 ActivityRecognition:forActivity ?U_10447} => {?U_10446 owl:topObjectProperty ?U_10447}. -{?U_10448 ActivityRecognition:hasCause ?U_10449} => {?U_10448 ActivityRecognition:hasExplanation ?U_10449}. -{?U_10450 ActivityRecognition:predictedBy ?U_10451} => {?U_10450 eep:madeBy ?U_10451}. -{?U_10452 ActivityRecognition:predictionMadeFor ?U_10453} => {?U_10452 owl:topObjectProperty ?U_10453}. -{?U_10454 ns2:hasIndoorLocation ?U_10455} => {?U_10454 ns2:hasLocation ?U_10455}. -{?U_10456 Sensors:analyseStateOf ?U_10457} => {?U_10456 Sensors:isRelevantTo ?U_10457}. -{?U_10458 Sensors:isRelevantTo ?U_10459} => {?U_10458 owl:topObjectProperty ?U_10459}. -{?U_10460 Sensors:hasTimestampUTC ?U_10461} => {?U_10460 owl:topDataProperty ?U_10461}. -{?U_10462 SensorsAndWearables:hasAxis ?U_10463} => {?U_10462 geosp:hasGeometry ?U_10463}. -{?U_10464 ns5:belongsTo ?U_10465} => {?U_10464 ?U_10465}. -{?U_10466 ns6:isLocatedIn ?U_10467} => {?U_10466 ns6:isLocated ?U_10467}. -{?U_10468 ns6:isLocatedNear ?U_10469} => {?U_10468 ns6:isLocated ?U_10469}. -{?U_10470 ns6:isLocatedOn ?U_10471} => {?U_10470 ns6:isLocated ?U_10471}. -{?U_10472 ns6:sendsInformationTo ?U_10473} => {?U_10472 s4syst:connectedTo ?U_10473}. -{?U_10474 ns6:sendsNotificationsTo ?U_10475} => {?U_10474 s4syst:connectedTo ?U_10475}. -{?U_10476 ActivityRecognition:activityPredictionMadeFor ?U_10477} => {?U_10476 owl:topObjectProperty ?U_10477}. -{?U_10478 Sensors:analyseStateOf ?U_10479} => {?U_10478 owl:topObjectProperty ?U_10479}. -{?U_10480 a SensorsAndWearables:XAxis. ?U_10480 a SensorsAndWearables:YAxis} => false. -{?U_10481 a SensorsAndWearables:XAxis. ?U_10481 a SensorsAndWearables:ZAxis} => false. -{?U_10482 a SensorsAndWearables:YAxis. ?U_10482 a SensorsAndWearables:XAxis} => false. -{?U_10483 a SensorsAndWearables:YAxis. ?U_10483 a SensorsAndWearables:ZAxis} => false. -{?U_10484 a SensorsAndWearables:ZAxis. ?U_10484 a SensorsAndWearables:XAxis} => false. -{?U_10485 a SensorsAndWearables:ZAxis. ?U_10485 a SensorsAndWearables:YAxis} => false. -{?U_10486 a . ?U_10486 :forProperty ?U_10487} => {?U_10487 a }. -{?U_10488 a . ?U_10488 ActivityRecognition:predicts ?U_10489} => {?U_10489 a saref4ehaw:Activity}. -{?U_10490 a . ?U_10490 saref-core:measuresProperty ?U_10491} => {?U_10491 a }. -{?U_10492 a . ?U_10492 saref-core:isCommandOf ?U_10493} => {?U_10493 a saref-core:OpenCloseFunction}. -{?U_10494 a . ?U_10494 saref-core:actsUpon ?U_10495} => {?U_10495 a saref-core:State}. -{?U_10496 a . ?U_10496 saref-core:consistsOf ?U_10497} => {?U_10497 a saref-core:Device}. -{?U_10498 a . ?U_10498 saref-core:controlsProperty ?U_10499} => {?U_10499 a saref-core:Property}. -{?U_10500 a . ?U_10500 saref-core:hasProfile ?U_10501} => {?U_10501 a saref-core:Profile}. -{?U_10502 a . ?U_10502 saref-core:hasState ?U_10503} => {?U_10503 a saref-core:State}. -{?U_10504 a . ?U_10504 saref-core:isUsedFor ?U_10505} => {?U_10505 a saref-core:Commodity}. -{?U_10506 a . ?U_10506 saref-core:makesMeasurement ?U_10507} => {?U_10507 a saref-core:Measurement}. -{?U_10508 a . ?U_10508 saref-core:measuresProperty ?U_10509} => {?U_10509 a saref-core:Property}. -{?U_10510 a . ?U_10510 saref-core:offers ?U_10511} => {?U_10511 a saref-core:Service}. -{?U_10512 a . ?U_10512 saref-core:hasProperty ?U_10513} => {?U_10513 a saref-core:Property}. -{?U_10514 a . ?U_10514 saref-core:hasMeasurement ?U_10515} => {?U_10515 a saref-core:Measurement}. -{?U_10516 a . ?U_10516 saref-core:isCommandOf ?U_10517} => {?U_10517 a saref-core:MeteringFunction}. -{?U_10518 a . ?U_10518 saref-core:isCommandOf ?U_10519} => {?U_10519 a saref-core:MeteringFunction}. -{?U_10520 a . ?U_10520 saref-core:isCommandOf ?U_10521} => {?U_10521 a saref-core:MeteringFunction}. -{?U_10522 a . ?U_10522 saref-core:isCommandOf ?U_10523} => {?U_10523 a saref-core:SensingFunction}. -{?U_10524 a . ?U_10524 saref-core:isMeasurementOf ?U_10525} => {?U_10525 a saref-core:FeatureOfInterest}. -{?U_10526 a . ?U_10526 saref-core:isMeasuredIn ?U_10527} => {?U_10527 a saref-core:UnitOfMeasure}. -{?U_10528 a . ?U_10528 saref-core:relatesToProperty ?U_10529} => {?U_10529 a saref-core:Property}. -{?U_10530 a . ?U_10530 saref-core:hasTimestamp ?U_10531} => {?U_10531 a xsd:dateTime}. -{?U_10532 a . ?U_10532 saref-core:hasMeterReading ?U_10533} => {?U_10533 a saref-core:Measurement}. -{?U_10534 a . ?U_10534 saref-core:hasMeterReadingType ?U_10535} => {?U_10535 a }. -{?U_10536 a . ?U_10536 saref-core:isCommandOf ?U_10537} => {?U_10537 a saref-core:EventFunction}. -{?U_10538 a . ?U_10538 saref-core:isCommandOf ?U_10539} => {?U_10539 a saref-core:OnOffFunction}. -{?U_10540 a . ?U_10540 saref-core:isCommandOf ?U_10541} => {?U_10541 a saref-core:OnOffFunction}. -{?U_10542 a . ?U_10542 saref-core:isCommandOf ?U_10543} => {?U_10543 a saref-core:OpenCloseFunction}. -{?U_10544 a . ?U_10544 saref-core:consistsOf ?U_10545} => {?U_10545 a saref-core:Profile}. -{?U_10546 a . ?U_10546 saref-core:hasPrice ?U_10547} => {?U_10547 a saref-core:Price}. -{?U_10548 a . ?U_10548 saref-core:hasTime ?U_10549} => {?U_10549 a saref-core:Time}. -{?U_10550 a . ?U_10550 saref-core:isAbout ?U_10551} => {?U_10551 a }. -{?U_10552 a . ?U_10552 saref-core:isControlledByDevice ?U_10553} => {?U_10553 a saref-core:Device}. -{?U_10554 a . ?U_10554 saref-core:isMeasuredByDevice ?U_10555} => {?U_10555 a saref-core:Device}. -{?U_10556 a . ?U_10556 saref-core:isPropertyOf ?U_10557} => {?U_10557 a saref-core:FeatureOfInterest}. -{?U_10558 a . ?U_10558 saref-core:relatesToMeasurement ?U_10559} => {?U_10559 a saref-core:Measurement}. -{?U_10560 a . ?U_10560 saref-core:hasSensorType ?U_10561} => {?U_10561 a saref-core:Property}. -{?U_10562 a . ?U_10562 saref-core:isCommandOf ?U_10563} => {?U_10563 a saref-core:LevelControlFunction}. -{?U_10564 a . ?U_10564 saref-core:isCommandOf ?U_10565} => {?U_10565 a saref-core:StartStopFunction}. -{?U_10566 a . ?U_10566 saref-core:isCommandOf ?U_10567} => {?U_10567 a saref-core:LevelControlFunction}. -{?U_10568 a . ?U_10568 saref-core:isCommandOf ?U_10569} => {?U_10569 a saref-core:LevelControlFunction}. -{?U_10570 a . ?U_10570 saref-core:isCommandOf ?U_10571} => {?U_10571 a saref-core:StartStopFunction}. -{?U_10572 a . ?U_10572 saref-core:isCommandOf ?U_10573} => {?U_10573 a saref-core:OnOffFunction}. -{?U_10574 a . ?U_10574 saref4bldg:failPosition ?U_10575} => {?U_10575 a xsd:string}. -{?U_10576 a . ?U_10576 saref4bldg:manualOverride ?U_10577} => {?U_10577 a xsd:boolean}. -{?U_10578 a . ?U_10578 saref4bldg:operationTemperatureMax ?U_10579} => {?U_10579 a saref-core:Measurement}. -{?U_10580 a . ?U_10580 saref4bldg:operationTemperatureMin ?U_10581} => {?U_10581 a saref-core:Measurement}. -{?U_10582 a . ?U_10582 saref4bldg:primaryAirFlowRateMax ?U_10583} => {?U_10583 a saref-core:Measurement}. -{?U_10584 a . ?U_10584 saref4bldg:primaryAirFlowRateMin ?U_10585} => {?U_10585 a saref-core:Measurement}. -{?U_10586 a . ?U_10586 saref4bldg:secondaryAirFlowRateMax ?U_10587} => {?U_10587 a saref-core:Measurement}. -{?U_10588 a . ?U_10588 saref4bldg:secondaryAirFlowRateMin ?U_10589} => {?U_10589 a saref-core:Measurement}. -{?U_10590 a . ?U_10590 saref4bldg:hasDefrost ?U_10591} => {?U_10591 a xsd:boolean}. -{?U_10592 a . ?U_10592 saref4bldg:heatTransferTypeEnum ?U_10593} => {?U_10593 a xsd:string}. -{?U_10594 a . ?U_10594 saref4bldg:audioVolume ?U_10595} => {?U_10595 a saref-core:Measurement}. -{?U_10596 a . ?U_10596 saref4bldg:mediaSource ?U_10597} => {?U_10597 a xsd:string}. -{?U_10598 a . ?U_10598 saref4bldg:heatTransferSurfaceArea ?U_10599} => {?U_10599 a saref-core:Measurement}. -{?U_10600 a . ?U_10600 saref4bldg:nominalEnergyConsumption ?U_10601} => {?U_10601 a saref-core:Measurement}. -{?U_10602 a . ?U_10602 saref4bldg:nominalPartLoadRatio ?U_10603} => {?U_10603 a saref-core:Measurement}. -{?U_10604 a . ?U_10604 saref4bldg:outletTemperatureMax ?U_10605} => {?U_10605 a saref-core:Measurement}. -{?U_10606 a . ?U_10606 saref4bldg:outletTemperatureMin ?U_10607} => {?U_10607 a saref-core:Measurement}. -{?U_10608 a . ?U_10608 saref4bldg:pressureRating ?U_10609} => {?U_10609 a saref-core:Measurement}. -{?U_10610 a . ?U_10610 saref4bldg:waterInletTemperatureMax ?U_10611} => {?U_10611 a saref-core:Measurement}. -{?U_10612 a . ?U_10612 saref4bldg:waterInletTemperatureMin ?U_10613} => {?U_10613 a saref-core:Measurement}. -{?U_10614 a . ?U_10614 saref4bldg:waterStorageCapacity ?U_10615} => {?U_10615 a saref-core:Measurement}. -{?U_10616 a . ?U_10616 saref4bldg:energySource ?U_10617} => {?U_10617 a xsd:string}. -{?U_10618 a . ?U_10618 saref4bldg:isWaterStorageHeater ?U_10619} => {?U_10619 a xsd:boolean}. -{?U_10620 a . ?U_10620 saref4bldg:operatingMode ?U_10621} => {?U_10621 a xsd:string}. -{?U_10622 a . ?U_10622 saref4bldg:hasSpace ?U_10623} => {?U_10623 a saref4bldg:BuildingSpace}. -{?U_10624 a . ?U_10624 saref4bldg:contains ?U_10625} => {?U_10625 a saref4bldg:PhysicalObject}. -{?U_10626 a . ?U_10626 saref4bldg:hasSpace ?U_10627} => {?U_10627 a saref4bldg:BuildingSpace}. -{?U_10628 a . ?U_10628 saref4bldg:isSpaceOf ?U_10629} => {?U_10629 a }. -{?U_10630 a . ?U_10630 saref4bldg:energySource ?U_10631} => {?U_10631 a xsd:string}. -{?U_10632 a . ?U_10632 saref4bldg:nominalCapacity ?U_10633} => {?U_10633 a saref-core:Measurement}. -{?U_10634 a . ?U_10634 saref4bldg:nominalCondensingTemperature ?U_10635} => {?U_10635 a saref-core:Measurement}. -{?U_10636 a . ?U_10636 saref4bldg:nominalEfficiency ?U_10637} => {?U_10637 a saref-core:Measurement}. -{?U_10638 a . ?U_10638 saref4bldg:nominalEvaporatingTemmperature ?U_10639} => {?U_10639 a saref-core:Measurement}. -{?U_10640 a . ?U_10640 saref4bldg:nominalHeatRejectionRate ?U_10641} => {?U_10641 a saref-core:Measurement}. -{?U_10642 a . ?U_10642 saref4bldg:nominalPowerConsumption ?U_10643} => {?U_10643 a saref-core:Measurement}. -{?U_10644 a . ?U_10644 saref4bldg:airFlowRateMax ?U_10645} => {?U_10645 a saref-core:Measurement}. -{?U_10646 a . ?U_10646 saref4bldg:airFlowRateMin ?U_10647} => {?U_10647 a saref-core:Measurement}. -{?U_10648 a . ?U_10648 saref4bldg:nominalLatentCapacity ?U_10649} => {?U_10649 a saref-core:Measurement}. -{?U_10650 a . ?U_10650 saref4bldg:nominalSensibleCapacity ?U_10651} => {?U_10651 a saref-core:Measurement}. -{?U_10652 a . ?U_10652 saref4bldg:nominalUa ?U_10653} => {?U_10653 a saref-core:Measurement}. -{?U_10654 a . ?U_10654 saref4bldg:operationTemperatureMax ?U_10655} => {?U_10655 a saref-core:Measurement}. -{?U_10656 a . ?U_10656 saref4bldg:operationTemperatureMin ?U_10657} => {?U_10657 a saref-core:Measurement}. -{?U_10658 a . ?U_10658 saref4bldg:placementType ?U_10659} => {?U_10659 a xsd:string}. -{?U_10660 a . ?U_10660 saref4bldg:compressorSpeed ?U_10661} => {?U_10661 a saref-core:Measurement}. -{?U_10662 a . ?U_10662 saref4bldg:idealCapacity ?U_10663} => {?U_10663 a saref-core:Measurement}. -{?U_10664 a . ?U_10664 saref4bldg:idealShaftPower ?U_10665} => {?U_10665 a saref-core:Measurement}. -{?U_10666 a . ?U_10666 saref4bldg:impellerDiameter ?U_10667} => {?U_10667 a saref-core:Measurement}. -{?U_10668 a . ?U_10668 saref4bldg:nominalCapacity ?U_10669} => {?U_10669 a saref-core:Measurement}. -{?U_10670 a . ?U_10670 saref4bldg:partLoadRatioMax ?U_10671} => {?U_10671 a saref-core:Measurement}. -{?U_10672 a . ?U_10672 saref4bldg:partLoadRatioMin ?U_10673} => {?U_10673 a saref-core:Measurement}. -{?U_10674 a . ?U_10674 saref4bldg:hasHotGasBypass ?U_10675} => {?U_10675 a xsd:boolean}. -{?U_10676 a . ?U_10676 saref4bldg:powerSource ?U_10677} => {?U_10677 a xsd:string}. -{?U_10678 a . ?U_10678 saref4bldg:refrigerantClass ?U_10679} => {?U_10679 a xsd:string}. -{?U_10680 a . ?U_10680 saref4bldg:externalSurfaceArea ?U_10681} => {?U_10681 a saref-core:Measurement}. -{?U_10682 a . ?U_10682 saref4bldg:internalRefrigerantVolume ?U_10683} => {?U_10683 a saref-core:Measurement}. -{?U_10684 a . ?U_10684 saref4bldg:internalSurfaceArea ?U_10685} => {?U_10685 a saref-core:Measurement}. -{?U_10686 a . ?U_10686 saref4bldg:internalWaterVolume ?U_10687} => {?U_10687 a saref-core:Measurement}. -{?U_10688 a . ?U_10688 saref4bldg:nominalHeatTransferArea ?U_10689} => {?U_10689 a saref-core:Measurement}. -{?U_10690 a . ?U_10690 saref4bldg:nominalHeatTransferCoefficient ?U_10691} => {?U_10691 a saref-core:Measurement}. -{?U_10692 a . ?U_10692 saref4bldg:refrigerantClass ?U_10693} => {?U_10693 a xsd:string}. -{?U_10694 a . ?U_10694 saref4bldg:coilLength ?U_10695} => {?U_10695 a saref-core:Measurement}. -{?U_10696 a . ?U_10696 saref4bldg:coilWidth ?U_10697} => {?U_10697 a saref-core:Measurement}. -{?U_10698 a . ?U_10698 saref4bldg:nominalCoolingCapacity ?U_10699} => {?U_10699 a saref-core:Measurement}. -{?U_10700 a . ?U_10700 saref4bldg:nominalHeatingCapacity ?U_10701} => {?U_10701 a saref-core:Measurement}. -{?U_10702 a . ?U_10702 saref4bldg:nominalReturnWaterTemperatureCooling ?U_10703} => {?U_10703 a saref-core:Measurement}. -{?U_10704 a . ?U_10704 saref4bldg:nominalReturnWaterTemperatureHeating ?U_10705} => {?U_10705 a saref-core:Measurement}. -{?U_10706 a . ?U_10706 saref4bldg:nominalSorroundingHumidityCooling ?U_10707} => {?U_10707 a saref-core:Measurement}. -{?U_10708 a . ?U_10708 saref4bldg:nominalSorroundingTemperatureCooling ?U_10709} => {?U_10709 a saref-core:Measurement}. -{?U_10710 a . ?U_10710 saref4bldg:nominalSorroundingTemperatureHeating ?U_10711} => {?U_10711 a saref-core:Measurement}. -{?U_10712 a . ?U_10712 saref4bldg:nominalSupplyWaterTemperatureCooling ?U_10713} => {?U_10713 a saref-core:Measurement}. -{?U_10714 a . ?U_10714 saref4bldg:nominalSupplyWaterTemperatureHeating ?U_10715} => {?U_10715 a saref-core:Measurement}. -{?U_10716 a . ?U_10716 saref4bldg:nominalWaterFlowCooling ?U_10717} => {?U_10717 a saref-core:Measurement}. -{?U_10718 a . ?U_10718 saref4bldg:nominalWaterFlowHeating ?U_10719} => {?U_10719 a saref-core:Measurement}. -{?U_10720 a . ?U_10720 saref4bldg:waterPressureMax ?U_10721} => {?U_10721 a saref-core:Measurement}. -{?U_10722 a . ?U_10722 saref4bldg:waterPressureMin ?U_10723} => {?U_10723 a saref-core:Measurement}. -{?U_10724 a . ?U_10724 saref4bldg:finishColor ?U_10725} => {?U_10725 a xsd:string}. -{?U_10726 a . ?U_10726 saref4bldg:integratedLightingType ?U_10727} => {?U_10727 a xsd:string}. -{?U_10728 a . ?U_10728 saref4bldg:isFreeHanging ?U_10729} => {?U_10729 a xsd:boolean}. -{?U_10730 a . ?U_10730 saref4bldg:pipeConnectionEnum ?U_10731} => {?U_10731 a xsd:string}. -{?U_10732 a . ?U_10732 saref4bldg:waterFlowControlSystemType ?U_10733} => {?U_10733 a xsd:string}. -{?U_10734 a . ?U_10734 saref4bldg:ambientDesignDryBulbTemperature ?U_10735} => {?U_10735 a saref-core:Measurement}. -{?U_10736 a . ?U_10736 saref4bldg:ambientDesignWetBulbTemperature ?U_10737} => {?U_10737 a saref-core:Measurement}. -{?U_10738 a . ?U_10738 saref4bldg:basinReserveVolume ?U_10739} => {?U_10739 a saref-core:Measurement}. -{?U_10740 a . ?U_10740 saref4bldg:liftElevationDifference ?U_10741} => {?U_10741 a saref-core:Measurement}. -{?U_10742 a . ?U_10742 saref4bldg:nominalCapacity ?U_10743} => {?U_10743 a saref-core:Measurement}. -{?U_10744 a . ?U_10744 saref4bldg:operationTemperatureMax ?U_10745} => {?U_10745 a saref-core:Measurement}. -{?U_10746 a . ?U_10746 saref4bldg:operationTemperatureMin ?U_10747} => {?U_10747 a saref-core:Measurement}. -{?U_10748 a . ?U_10748 saref4bldg:waterRequirement ?U_10749} => {?U_10749 a saref-core:Measurement}. -{?U_10750 a . ?U_10750 saref4bldg:capacityControl ?U_10751} => {?U_10751 a xsd:string}. -{?U_10752 a . ?U_10752 saref4bldg:circuitType ?U_10753} => {?U_10753 a xsd:string}. -{?U_10754 a . ?U_10754 saref4bldg:controlStrategy ?U_10755} => {?U_10755 a xsd:string}. -{?U_10756 a . ?U_10756 saref4bldg:flowArrangement ?U_10757} => {?U_10757 a xsd:string}. -{?U_10758 a . ?U_10758 saref4bldg:numberOfCells ?U_10759} => {?U_10759 a xsd:integer}. -{?U_10760 a . ?U_10760 saref4bldg:sprayType ?U_10761} => {?U_10761 a xsd:string}. -{?U_10762 a . ?U_10762 saref4bldg:airFlowRateMax ?U_10763} => {?U_10763 a saref-core:Measurement}. -{?U_10764 a . ?U_10764 saref4bldg:bladeThickness ?U_10765} => {?U_10765 a saref-core:Measurement}. -{?U_10766 a . ?U_10766 saref4bldg:closeOffRating ?U_10767} => {?U_10767 a saref-core:Measurement}. -{?U_10768 a . ?U_10768 saref4bldg:faceArea ?U_10769} => {?U_10769 a saref-core:Measurement}. -{?U_10770 a . ?U_10770 saref4bldg:frameDepth ?U_10771} => {?U_10771 a saref-core:Measurement}. -{?U_10772 a . ?U_10772 saref4bldg:frameThickness ?U_10773} => {?U_10773 a saref-core:Measurement}. -{?U_10774 a . ?U_10774 saref4bldg:leakageFullyClosed ?U_10775} => {?U_10775 a saref-core:Measurement}. -{?U_10776 a . ?U_10776 saref4bldg:nominalAirFlowRate ?U_10777} => {?U_10777 a saref-core:Measurement}. -{?U_10778 a . ?U_10778 saref4bldg:openPressureDrop ?U_10779} => {?U_10779 a saref-core:Measurement}. -{?U_10780 a . ?U_10780 saref4bldg:operationTemperatureMax ?U_10781} => {?U_10781 a saref-core:Measurement}. -{?U_10782 a . ?U_10782 saref4bldg:operationTemperatureMin ?U_10783} => {?U_10783 a saref-core:Measurement}. -{?U_10784 a . ?U_10784 saref4bldg:temperatureRating ?U_10785} => {?U_10785 a saref-core:Measurement}. -{?U_10786 a . ?U_10786 saref4bldg:workingPressureMax ?U_10787} => {?U_10787 a saref-core:Measurement}. -{?U_10788 a . ?U_10788 saref4bldg:bladeAction ?U_10789} => {?U_10789 a xsd:string}. -{?U_10790 a . ?U_10790 saref4bldg:bladeEdge ?U_10791} => {?U_10791 a xsd:string}. -{?U_10792 a . ?U_10792 saref4bldg:bladeShape ?U_10793} => {?U_10793 a xsd:string}. -{?U_10794 a . ?U_10794 saref4bldg:frameType ?U_10795} => {?U_10795 a xsd:string}. -{?U_10796 a . ?U_10796 saref4bldg:numberOfBlades ?U_10797} => {?U_10797 a xsd:integer}. -{?U_10798 a . ?U_10798 saref4bldg:operation ?U_10799} => {?U_10799 a xsd:string}. -{?U_10800 a . ?U_10800 saref4bldg:orientation ?U_10801} => {?U_10801 a xsd:string}. -{?U_10802 a . ?U_10802 saref4bldg:airFlowRateMax ?U_10803} => {?U_10803 a saref-core:Measurement}. -{?U_10804 a . ?U_10804 saref4bldg:airFlowRateMin ?U_10805} => {?U_10805 a saref-core:Measurement}. -{?U_10806 a . ?U_10806 saref4bldg:hydraulicDiameter ?U_10807} => {?U_10807 a saref-core:Measurement}. -{?U_10808 a . ?U_10808 saref4bldg:length ?U_10809} => {?U_10809 a saref-core:Measurement}. -{?U_10810 a . ?U_10810 saref4bldg:operationTemperatureMax ?U_10811} => {?U_10811 a saref-core:Measurement}. -{?U_10812 a . ?U_10812 saref4bldg:operationTemperatureMin ?U_10813} => {?U_10813 a saref-core:Measurement}. -{?U_10814 a . ?U_10814 saref4bldg:weight ?U_10815} => {?U_10815 a saref-core:Measurement}. -{?U_10816 a . ?U_10816 saref4bldg:workingPressureMax ?U_10817} => {?U_10817 a saref-core:Measurement}. -{?U_10818 a . ?U_10818 saref4bldg:workingPressureMin ?U_10819} => {?U_10819 a saref-core:Measurement}. -{?U_10820 a . ?U_10820 saref4bldg:hasExteriorInsulation ?U_10821} => {?U_10821 a xsd:boolean}. -{?U_10822 a . ?U_10822 saref4bldg:nominalFrequency ?U_10823} => {?U_10823 a saref-core:Measurement}. -{?U_10824 a . ?U_10824 saref4bldg:nominalSupplyVoltage ?U_10825} => {?U_10825 a saref-core:Measurement}. -{?U_10826 a . ?U_10826 saref4bldg:nominalSupplyVoltageMin ?U_10827} => {?U_10827 a saref-core:Measurement}. -{?U_10828 a . ?U_10828 saref4bldg:electricGeneratorEfficiency ?U_10829} => {?U_10829 a saref-core:Measurement}. -{?U_10830 a . ?U_10830 saref4bldg:powerOutputMax ?U_10831} => {?U_10831 a saref-core:Measurement}. -{?U_10832 a . ?U_10832 saref4bldg:startCurrentFactor ?U_10833} => {?U_10833 a saref-core:Measurement}. -{?U_10834 a . ?U_10834 saref4bldg:electricMotorEfficiency ?U_10835} => {?U_10835 a saref-core:Measurement}. -{?U_10836 a . ?U_10836 saref4bldg:lockedRotorCurrent ?U_10837} => {?U_10837 a saref-core:Measurement}. -{?U_10838 a . ?U_10838 saref4bldg:powerOutputMax ?U_10839} => {?U_10839 a saref-core:Measurement}. -{?U_10840 a . ?U_10840 saref4bldg:startCurrentFactor ?U_10841} => {?U_10841 a saref-core:Measurement}. -{?U_10842 a . ?U_10842 saref4bldg:startingTime ?U_10843} => {?U_10843 a saref-core:Measurement}. -{?U_10844 a . ?U_10844 saref4bldg:teTime ?U_10845} => {?U_10845 a saref-core:Measurement}. -{?U_10846 a . ?U_10846 saref4bldg:frameSize ?U_10847} => {?U_10847 a xsd:string}. -{?U_10848 a . ?U_10848 saref4bldg:hasPartWinding ?U_10849} => {?U_10849 a xsd:boolean}. -{?U_10850 a . ?U_10850 saref4bldg:isGuarded ?U_10851} => {?U_10851 a xsd:boolean}. -{?U_10852 a . ?U_10852 saref4bldg:motorEnclosureType ?U_10853} => {?U_10853 a xsd:string}. -{?U_10854 a . ?U_10854 saref4bldg:energySource ?U_10855} => {?U_10855 a xsd:string}. -{?U_10856 a . ?U_10856 saref4bldg:heatExchangeArea ?U_10857} => {?U_10857 a saref-core:Measurement}. -{?U_10858 a . ?U_10858 saref4bldg:operationTemperatureMax ?U_10859} => {?U_10859 a saref-core:Measurement}. -{?U_10860 a . ?U_10860 saref4bldg:operationTemperatureMin ?U_10861} => {?U_10861 a saref-core:Measurement}. -{?U_10862 a . ?U_10862 saref4bldg:waterRequirement ?U_10863} => {?U_10863 a saref-core:Measurement}. -{?U_10864 a . ?U_10864 saref4bldg:flowArrangement ?U_10865} => {?U_10865 a xsd:string}. -{?U_10866 a . ?U_10866 saref4bldg:externalSurfaceArea ?U_10867} => {?U_10867 a saref-core:Measurement}. -{?U_10868 a . ?U_10868 saref4bldg:internalRefrigerantVolume ?U_10869} => {?U_10869 a saref-core:Measurement}. -{?U_10870 a . ?U_10870 saref4bldg:internalSurfaceArea ?U_10871} => {?U_10871 a saref-core:Measurement}. -{?U_10872 a . ?U_10872 saref4bldg:internalWaterVolume ?U_10873} => {?U_10873 a saref-core:Measurement}. -{?U_10874 a . ?U_10874 saref4bldg:nominalHeatTransferArea ?U_10875} => {?U_10875 a saref-core:Measurement}. -{?U_10876 a . ?U_10876 saref4bldg:nominalHeatTransferCoefficient ?U_10877} => {?U_10877 a saref-core:Measurement}. -{?U_10878 a . ?U_10878 saref4bldg:evaporationCoolant ?U_10879} => {?U_10879 a xsd:string}. -{?U_10880 a . ?U_10880 saref4bldg:evaporationMediumType ?U_10881} => {?U_10881 a xsd:string}. -{?U_10882 a . ?U_10882 saref4bldg:refrigerantClass ?U_10883} => {?U_10883 a xsd:string}. -{?U_10884 a . ?U_10884 saref4bldg:nominalAirFlowRate ?U_10885} => {?U_10885 a saref-core:Measurement}. -{?U_10886 a . ?U_10886 saref4bldg:nominalPowerRate ?U_10887} => {?U_10887 a saref-core:Measurement}. -{?U_10888 a . ?U_10888 saref4bldg:nominalRotationSpeed ?U_10889} => {?U_10889 a saref-core:Measurement}. -{?U_10890 a . ?U_10890 saref4bldg:nominalStaticPressure ?U_10891} => {?U_10891 a saref-core:Measurement}. -{?U_10892 a . ?U_10892 saref4bldg:nominalTotalPressure ?U_10893} => {?U_10893 a saref-core:Measurement}. -{?U_10894 a . ?U_10894 saref4bldg:operationTemperatureMax ?U_10895} => {?U_10895 a saref-core:Measurement}. -{?U_10896 a . ?U_10896 saref4bldg:operationTemperatureMin ?U_10897} => {?U_10897 a saref-core:Measurement}. -{?U_10898 a . ?U_10898 saref4bldg:operationalRiterial ?U_10899} => {?U_10899 a saref-core:Measurement}. -{?U_10900 a . ?U_10900 saref4bldg:capacityControlType ?U_10901} => {?U_10901 a xsd:string}. -{?U_10902 a . ?U_10902 saref4bldg:motorDriveType ?U_10903} => {?U_10903 a xsd:string}. -{?U_10904 a . ?U_10904 saref4bldg:finalResistance ?U_10905} => {?U_10905 a saref-core:Measurement}. -{?U_10906 a . ?U_10906 saref4bldg:fluidFlowRateMax ?U_10907} => {?U_10907 a saref-core:Measurement}. -{?U_10908 a . ?U_10908 saref4bldg:fluidFlowRateMin ?U_10909} => {?U_10909 a saref-core:Measurement}. -{?U_10910 a . ?U_10910 saref4bldg:initialResistance ?U_10911} => {?U_10911 a saref-core:Measurement}. -{?U_10912 a . ?U_10912 saref4bldg:nominalFilterFaceVelocity ?U_10913} => {?U_10913 a saref-core:Measurement}. -{?U_10914 a . ?U_10914 saref4bldg:nominalFlowRate ?U_10915} => {?U_10915 a saref-core:Measurement}. -{?U_10916 a . ?U_10916 saref4bldg:nominalMediaSurfaceVelocity ?U_10917} => {?U_10917 a saref-core:Measurement}. -{?U_10918 a . ?U_10918 saref4bldg:nominalParticleGeometricMeanDiameter ?U_10919} => {?U_10919 a saref-core:Measurement}. -{?U_10920 a . ?U_10920 saref4bldg:nominalParticleGeometricStandardDeviation ?U_10921} => {?U_10921 a saref-core:Measurement}. -{?U_10922 a . ?U_10922 saref4bldg:nominalPressureDrop ?U_10923} => {?U_10923 a saref-core:Measurement}. -{?U_10924 a . ?U_10924 saref4bldg:operationTemperatureMax ?U_10925} => {?U_10925 a saref-core:Measurement}. -{?U_10926 a . ?U_10926 saref4bldg:operationTemperatureMin ?U_10927} => {?U_10927 a saref-core:Measurement}. -{?U_10928 a . ?U_10928 saref4bldg:weight ?U_10929} => {?U_10929 a saref-core:Measurement}. -{?U_10930 a . ?U_10930 saref4bldg:readOutType ?U_10931} => {?U_10931 a xsd:string}. -{?U_10932 a . ?U_10932 saref4bldg:remoteReading ?U_10933} => {?U_10933 a xsd:boolean}. -{?U_10934 a . ?U_10934 saref4bldg:arrangement ?U_10935} => {?U_10935 a xsd:string}. -{?U_10936 a . ?U_10936 saref4bldg:nominalAirFlowRate ?U_10937} => {?U_10937 a saref-core:Measurement}. -{?U_10938 a . ?U_10938 saref4bldg:nominalMoistureGain ?U_10939} => {?U_10939 a saref-core:Measurement}. -{?U_10940 a . ?U_10940 saref4bldg:waterRequirement ?U_10941} => {?U_10941 a saref-core:Measurement}. -{?U_10942 a . ?U_10942 saref4bldg:weight ?U_10943} => {?U_10943 a saref-core:Measurement}. -{?U_10944 a . ?U_10944 saref4bldg:application ?U_10945} => {?U_10945 a xsd:string}. -{?U_10946 a . ?U_10946 saref4bldg:internalControl ?U_10947} => {?U_10947 a xsd:string}. -{?U_10948 a . ?U_10948 saref4bldg:coverLength ?U_10949} => {?U_10949 a saref-core:Measurement}. -{?U_10950 a . ?U_10950 saref4bldg:coverWidth ?U_10951} => {?U_10951 a saref-core:Measurement}. -{?U_10952 a . ?U_10952 saref4bldg:inletConnectionSize ?U_10953} => {?U_10953 a saref-core:Measurement}. -{?U_10954 a . ?U_10954 saref4bldg:nominalBodyDepth ?U_10955} => {?U_10955 a saref-core:Measurement}. -{?U_10956 a . ?U_10956 saref4bldg:nominalBodyLength ?U_10957} => {?U_10957 a saref-core:Measurement}. -{?U_10958 a . ?U_10958 saref4bldg:nominalBodyWidth ?U_10959} => {?U_10959 a saref-core:Measurement}. -{?U_10960 a . ?U_10960 saref4bldg:outletConnectionSize ?U_10961} => {?U_10961 a saref-core:Measurement}. -{?U_10962 a . ?U_10962 saref4bldg:ventilatingPipeSize ?U_10963} => {?U_10963 a saref-core:Measurement}. -{?U_10964 a . ?U_10964 saref4bldg:colorTemperature ?U_10965} => {?U_10965 a saref-core:Measurement}. -{?U_10966 a . ?U_10966 saref4bldg:contributedLuminousFlux ?U_10967} => {?U_10967 a saref-core:Measurement}. -{?U_10968 a . ?U_10968 saref4bldg:lampMaintenanceFactor ?U_10969} => {?U_10969 a saref-core:Measurement}. -{?U_10970 a . ?U_10970 saref4bldg:lightEmitterNominalPower ?U_10971} => {?U_10971 a saref-core:Measurement}. -{?U_10972 a . ?U_10972 saref4bldg:spectrumMax ?U_10973} => {?U_10973 a saref-core:Measurement}. -{?U_10974 a . ?U_10974 saref4bldg:spectrumMin ?U_10975} => {?U_10975 a saref-core:Measurement}. -{?U_10976 a . ?U_10976 saref4bldg:colorAppearance ?U_10977} => {?U_10977 a xsd:string}. -{?U_10978 a . ?U_10978 saref4bldg:colorRenderingIndex ?U_10979} => {?U_10979 a xsd:integer}. -{?U_10980 a . ?U_10980 saref4bldg:lampBallastType ?U_10981} => {?U_10981 a xsd:string}. -{?U_10982 a . ?U_10982 saref4bldg:lampCompensationType ?U_10983} => {?U_10983 a xsd:string}. -{?U_10984 a . ?U_10984 saref4bldg:isPluggableOutlet ?U_10985} => {?U_10985 a xsd:boolean}. -{?U_10986 a . ?U_10986 saref4bldg:numberOsSockets ?U_10987} => {?U_10987 a xsd:integer}. -{?U_10988 a . ?U_10988 saref4bldg:contains ?U_10989} => {?U_10989 a saref4bldg:PhysicalObject}. -{?U_10990 a . ?U_10990 saref4bldg:isContainedIn ?U_10991} => {?U_10991 a }. -{?U_10992 a . ?U_10992 saref4bldg:limitingTerminalSize ?U_10993} => {?U_10993 a saref-core:Measurement}. -{?U_10994 a . ?U_10994 saref4bldg:standard ?U_10995} => {?U_10995 a xsd:string}. -{?U_10996 a . ?U_10996 saref4bldg:connectionSize ?U_10997} => {?U_10997 a saref-core:Measurement}. -{?U_10998 a . ?U_10998 saref4bldg:flowResistanceMax ?U_10999} => {?U_10999 a saref-core:Measurement}. -{?U_11000 a . ?U_11000 saref4bldg:flowResistanceMin ?U_11001} => {?U_11001 a saref-core:Measurement}. -{?U_11002 a . ?U_11002 saref4bldg:netPositiveSuctionHead ?U_11003} => {?U_11003 a saref-core:Measurement}. -{?U_11004 a . ?U_11004 saref4bldg:nomminalRotationSpeed ?U_11005} => {?U_11005 a saref-core:Measurement}. -{?U_11006 a . ?U_11006 saref4bldg:operationTemperatureMax ?U_11007} => {?U_11007 a saref-core:Measurement}. -{?U_11008 a . ?U_11008 saref4bldg:operationTemperatureMin ?U_11009} => {?U_11009 a saref-core:Measurement}. -{?U_11010 a . ?U_11010 saref4bldg:pumpFlowRateMax ?U_11011} => {?U_11011 a saref-core:Measurement}. -{?U_11012 a . ?U_11012 saref4bldg:pumpFlowRateMin ?U_11013} => {?U_11013 a saref-core:Measurement}. -{?U_11014 a . ?U_11014 saref4bldg:solarReflectance ?U_11015} => {?U_11015 a saref-core:Measurement}. -{?U_11016 a . ?U_11016 saref4bldg:solarTransmittance ?U_11017} => {?U_11017 a saref-core:Measurement}. -{?U_11018 a . ?U_11018 saref4bldg:thermalTransmittance ?U_11019} => {?U_11019 a saref-core:Measurement}. -{?U_11020 a . ?U_11020 saref4bldg:visibleLightReflectance ?U_11021} => {?U_11021 a saref-core:Measurement}. -{?U_11022 a . ?U_11022 saref4bldg:visibleLightTransmittance ?U_11023} => {?U_11023 a saref-core:Measurement}. -{?U_11024 a . ?U_11024 saref4bldg:isExternal ?U_11025} => {?U_11025 a xsd:boolean}. -{?U_11026 a . ?U_11026 saref4bldg:mechanicalOperated ?U_11027} => {?U_11027 a xsd:boolean}. -{?U_11028 a . ?U_11028 saref4bldg:roughness ?U_11029} => {?U_11029 a xsd:string}. -{?U_11030 a . ?U_11030 saref4bldg:shadingDeviceType ?U_11031} => {?U_11031 a xsd:string}. -{?U_11032 a . ?U_11032 saref4bldg:bodyMass ?U_11033} => {?U_11033 a saref-core:Measurement}. -{?U_11034 a . ?U_11034 saref4bldg:outputCapacity ?U_11035} => {?U_11035 a saref-core:Measurement}. -{?U_11036 a . ?U_11036 saref4bldg:thermalEfficiency ?U_11037} => {?U_11037 a saref-core:Measurement}. -{?U_11038 a . ?U_11038 saref4bldg:thermalMassHeatCapacity ?U_11039} => {?U_11039 a saref-core:Measurement}. -{?U_11040 a . ?U_11040 saref4bldg:energySource ?U_11041} => {?U_11041 a xsd:string}. -{?U_11042 a . ?U_11042 saref4bldg:heatTransferDimension ?U_11043} => {?U_11043 a xsd:string}. -{?U_11044 a . ?U_11044 saref4bldg:heatTransferMedium ?U_11045} => {?U_11045 a xsd:string}. -{?U_11046 a . ?U_11046 saref4bldg:numberOfPanels ?U_11047} => {?U_11047 a xsd:integer}. -{?U_11048 a . ?U_11048 saref4bldg:numberOfSections ?U_11049} => {?U_11049 a xsd:integer}. -{?U_11050 a . ?U_11050 saref4bldg:placementType ?U_11051} => {?U_11051 a xsd:string}. -{?U_11052 a . ?U_11052 saref4bldg:temperatureClassification ?U_11053} => {?U_11053 a xsd:string}. -{?U_11054 a . ?U_11054 saref4bldg:hasLock ?U_11055} => {?U_11055 a xsd:boolean}. -{?U_11056 a . ?U_11056 saref4bldg:isIlluminated ?U_11057} => {?U_11057 a xsd:boolean}. -{?U_11058 a . ?U_11058 saref4bldg:legend ?U_11059} => {?U_11059 a xsd:string}. -{?U_11060 a . ?U_11060 saref4bldg:numberOfGangs ?U_11061} => {?U_11061 a xsd:integer}. -{?U_11062 a . ?U_11062 saref4bldg:switchFunction ?U_11063} => {?U_11063 a xsd:string}. -{?U_11064 a . ?U_11064 saref4bldg:effectiveCapacity ?U_11065} => {?U_11065 a saref-core:Measurement}. -{?U_11066 a . ?U_11066 saref4bldg:firstCurvatureRadius ?U_11067} => {?U_11067 a saref-core:Measurement}. -{?U_11068 a . ?U_11068 saref4bldg:nominalDepth ?U_11069} => {?U_11069 a saref-core:Measurement}. -{?U_11070 a . ?U_11070 saref4bldg:nominalLengthOrDiameter ?U_11071} => {?U_11071 a saref-core:Measurement}. -{?U_11072 a . ?U_11072 saref4bldg:nominalVolumetricCapacity ?U_11073} => {?U_11073 a saref-core:Measurement}. -{?U_11074 a . ?U_11074 saref4bldg:nominalWidthOrDiameter ?U_11075} => {?U_11075 a saref-core:Measurement}. -{?U_11076 a . ?U_11076 saref4bldg:operatingWeight ?U_11077} => {?U_11077 a saref-core:Measurement}. -{?U_11078 a . ?U_11078 saref4bldg:secondCurvatureRadius ?U_11079} => {?U_11079 a saref-core:Measurement}. -{?U_11080 a . ?U_11080 saref4bldg:accessType ?U_11081} => {?U_11081 a xsd:string}. -{?U_11082 a . ?U_11082 saref4bldg:endShapeType ?U_11083} => {?U_11083 a xsd:string}. -{?U_11084 a . ?U_11084 saref4bldg:numberOfSections ?U_11085} => {?U_11085 a xsd:integer}. -{?U_11086 a . ?U_11086 saref4bldg:patternType ?U_11087} => {?U_11087 a xsd:string}. -{?U_11088 a . ?U_11088 saref4bldg:storageType ?U_11089} => {?U_11089 a xsd:string}. -{?U_11090 a . ?U_11090 saref4bldg:apparentPowerMax ?U_11091} => {?U_11091 a saref-core:Measurement}. -{?U_11092 a . ?U_11092 saref4bldg:imaginaryImpedanceRatio ?U_11093} => {?U_11093 a saref-core:Measurement}. -{?U_11094 a . ?U_11094 saref4bldg:primaryApparentPower ?U_11095} => {?U_11095 a saref-core:Measurement}. -{?U_11096 a . ?U_11096 saref4bldg:primaryCurrent ?U_11097} => {?U_11097 a saref-core:Measurement}. -{?U_11098 a . ?U_11098 saref4bldg:primaryFrequency ?U_11099} => {?U_11099 a saref-core:Measurement}. -{?U_11100 a . ?U_11100 saref4bldg:primaryVoltage ?U_11101} => {?U_11101 a saref-core:Measurement}. -{?U_11102 a . ?U_11102 saref4bldg:realImpedanceRatio ?U_11103} => {?U_11103 a saref-core:Measurement}. -{?U_11104 a . ?U_11104 saref4bldg:secondaryApparentPower ?U_11105} => {?U_11105 a saref-core:Measurement}. -{?U_11106 a . ?U_11106 saref4bldg:secondaryCurrent ?U_11107} => {?U_11107 a saref-core:Measurement}. -{?U_11108 a . ?U_11108 saref4bldg:secondaryFrequency ?U_11109} => {?U_11109 a saref-core:Measurement}. -{?U_11110 a . ?U_11110 saref4bldg:secondaryVoltage ?U_11111} => {?U_11111 a saref-core:Measurement}. -{?U_11112 a . ?U_11112 saref4bldg:isNeutralPrimaryTerminalAvailable ?U_11113} => {?U_11113 a xsd:boolean}. -{?U_11114 a . ?U_11114 saref4bldg:isNeutralSecondaryTerminalAvailable ?U_11115} => {?U_11115 a xsd:boolean}. -{?U_11116 a . ?U_11116 saref4bldg:secondaryCurrentType ?U_11117} => {?U_11117 a xsd:string}. -{?U_11118 a . ?U_11118 saref4bldg:transformerVectorGroup ?U_11119} => {?U_11119 a xsd:string}. -{?U_11120 a . ?U_11120 saref4bldg:capacityWeight ?U_11121} => {?U_11121 a saref-core:Measurement}. -{?U_11122 a . ?U_11122 saref4bldg:capacityPeople ?U_11123} => {?U_11123 a xsd:positiveInteger}. -{?U_11124 a . ?U_11124 saref4bldg:fireExit ?U_11125} => {?U_11125 a xsd:boolean}. -{?U_11126 a . ?U_11126 saref4bldg:foulingFactor ?U_11127} => {?U_11127 a saref-core:Measurement}. -{?U_11128 a . ?U_11128 saref4bldg:horizontalSpacing ?U_11129} => {?U_11129 a saref-core:Measurement}. -{?U_11130 a . ?U_11130 saref4bldg:inLineRowSpacing ?U_11131} => {?U_11131 a saref-core:Measurement}. -{?U_11132 a . ?U_11132 saref4bldg:insideDiameter ?U_11133} => {?U_11133 a saref-core:Measurement}. -{?U_11134 a . ?U_11134 saref4bldg:length ?U_11135} => {?U_11135 a saref-core:Measurement}. -{?U_11136 a . ?U_11136 saref4bldg:nominalDiameter ?U_11137} => {?U_11137 a saref-core:Measurement}. -{?U_11138 a . ?U_11138 saref4bldg:outsideDiameter ?U_11139} => {?U_11139 a saref-core:Measurement}. -{?U_11140 a . ?U_11140 saref4bldg:staggeredRowSpacing ?U_11141} => {?U_11141 a saref-core:Measurement}. -{?U_11142 a . ?U_11142 saref4bldg:thermalConductivity ?U_11143} => {?U_11143 a saref-core:Measurement}. -{?U_11144 a . ?U_11144 saref4bldg:verticalSpacing ?U_11145} => {?U_11145 a saref-core:Measurement}. -{?U_11146 a . ?U_11146 saref4bldg:volumen ?U_11147} => {?U_11147 a saref-core:Measurement}. -{?U_11148 a . ?U_11148 saref4bldg:hasTurbulator ?U_11149} => {?U_11149 a xsd:boolean}. -{?U_11150 a . ?U_11150 saref4bldg:numberOfCircuits ?U_11151} => {?U_11151 a xsd:integer}. -{?U_11152 a . ?U_11152 saref4bldg:numberOfRows ?U_11153} => {?U_11153 a xsd:integer}. -{?U_11154 a . ?U_11154 saref4bldg:closeOffRating ?U_11155} => {?U_11155 a saref-core:Measurement}. -{?U_11156 a . ?U_11156 saref4bldg:flowCoefficient ?U_11157} => {?U_11157 a saref-core:Measurement}. -{?U_11158 a . ?U_11158 saref4bldg:size ?U_11159} => {?U_11159 a saref-core:Measurement}. -{?U_11160 a . ?U_11160 saref4bldg:testPressure ?U_11161} => {?U_11161 a saref-core:Measurement}. -{?U_11162 a . ?U_11162 saref4bldg:workingPressure ?U_11163} => {?U_11163 a saref-core:Measurement}. -{?U_11164 a . ?U_11164 saref4bldg:valveMechanism ?U_11165} => {?U_11165 a xsd:string}. -{?U_11166 a . ?U_11166 saref4bldg:valveOperation ?U_11167} => {?U_11167 a xsd:string}. -{?U_11168 a . ?U_11168 saref4bldg:valvePattern ?U_11169} => {?U_11169 a xsd:string}. -{?U_11170 a . ?U_11170 saref4bldg:height ?U_11171} => {?U_11171 a saref-core:Measurement}. -{?U_11172 a . ?U_11172 saref4bldg:isolatorCompressibility ?U_11173} => {?U_11173 a saref-core:Measurement}. -{?U_11174 a . ?U_11174 saref4bldg:isolatorStaticDeflection ?U_11175} => {?U_11175 a saref-core:Measurement}. -{?U_11176 a . ?U_11176 saref4bldg:supportedWeightMax ?U_11177} => {?U_11177 a saref-core:Measurement}. -{?U_11178 a . ?U_11178 saref4bldg:vibrationTransmissibility ?U_11179} => {?U_11179 a saref-core:Measurement}. -{?U_11180 a . ?U_11180 saref-core:isMeasuredIn ?U_11181} => {?U_11181 a saref-core:UnitOfMeasure}. -{?U_11182 a . ?U_11182 saref-core:relatesToProperty ?U_11183} => {?U_11183 a saref-core:Property}. -{?U_11184 a . ?U_11184 saref-core:hasTimestamp ?U_11185} => {?U_11185 a xsd:dateTime}. -{?U_11186 a . ?U_11186 s4envi:hasFrequencyMeasurement ?U_11187} => {?U_11187 a s4envi:FrequencyMeasurement}. -{?U_11188 a . ?U_11188 saref4ehaw:hasValues ?U_11189} => {?U_11189 a xsd:decimal}. -{?U_11190 a . ?U_11190 saref-core:controlsProperty ?U_11191} => {?U_11191 a saref-core:Property}. -{?U_11192 a . ?U_11192 saref-core:makesMeasurement ?U_11193} => {?U_11193 a saref-core:Measurement}. -{?U_11194 a . ?U_11194 saref-core:measuresProperty ?U_11195} => {?U_11195 a saref-core:Property}. -{?U_11196 a . ?U_11196 saref-core:isMeasurementOf ?U_11197} => {?U_11197 a saref-core:FeatureOfInterest}. -{?U_11198 a . ?U_11198 saref-core:isMeasuredIn ?U_11199} => {?U_11199 a saref-core:UnitOfMeasure}. -{?U_11200 a . ?U_11200 saref-core:relatesToProperty ?U_11201} => {?U_11201 a saref-core:Property}. -{?U_11202 a . ?U_11202 saref-core:hasTimestamp ?U_11203} => {?U_11203 a xsd:dateTime}. -{?U_11204 a . ?U_11204 saref-core:isControlledByDevice ?U_11205} => {?U_11205 a saref-core:Device}. -{?U_11206 a . ?U_11206 saref-core:isMeasuredByDevice ?U_11207} => {?U_11207 a saref-core:Device}. -{?U_11208 a . ?U_11208 saref-core:relatesToMeasurement ?U_11209} => {?U_11209 a saref-core:Measurement}. -{?U_11210 a . ?U_11210 s4city:takesPlaceAtFacility ?U_11211} => {?U_11211 a s4city:Facility}. -{?U_11212 a . ?U_11212 ns6:takesPlaceAt ?U_11213} => {?U_11213 a geosp:Feature}. -{?U_11214 a . ?U_11214 ssn-system:hasSystemCapability ?U_11215} => {?U_11215 a ssn-system:SystemCapability}. -{?U_11216 a . ?U_11216 saref-core:hasProperty ?U_11217} => {?U_11217 a ns6:WearableProperty}. -{?U_11218 a . ?U_11218 saref-core:hasProperty ?U_11219} => {?U_11219 a ns6:WearerProperty}. -{?U_11220 a saref-core:CloseCommand. ?U_11221 a saref-core:OpenCommand} => {?U_11220 owl:differentFrom ?U_11221}. -{?U_11222 a saref-core:OffCommand. ?U_11223 a saref-core:OnCommand} => {?U_11222 owl:differentFrom ?U_11223}. -{?U_11224 a saref-core:StartCommand. ?U_11225 a saref-core:StopCommand} => {?U_11224 owl:differentFrom ?U_11225}. -{?U_11226 a saref-core:StepDownCommand. ?U_11227 a saref-core:StepUpCommand} => {?U_11226 owl:differentFrom ?U_11227}. -{?U_11228 a saref-core:Measurement. ?U_11229 a saref-core:Property} => {?U_11228 owl:differentFrom ?U_11229}. -{?U_11230 a saref-core:Measurement. ?U_11231 a saref-core:UnitOfMeasure} => {?U_11230 owl:differentFrom ?U_11231}. -{?U_11232 a saref-core:Property. ?U_11233 a saref-core:UnitOfMeasure} => {?U_11232 owl:differentFrom ?U_11233}. -{?U_11234 a saref-core:CloseCommand. ?U_11234 a saref-core:OpenCommand} => false. -{?U_11235 a saref-core:OffCommand. ?U_11235 a saref-core:OnCommand} => false. -{?U_11236 a saref-core:StartCommand. ?U_11236 a saref-core:StopCommand} => false. -{?U_11237 a saref-core:StepDownCommand. ?U_11237 a saref-core:StepUpCommand} => false. -{?U_11238 a saref-core:Measurement. ?U_11238 a saref-core:Property} => false. -{?U_11239 a saref-core:Measurement. ?U_11239 a saref-core:UnitOfMeasure} => false. -{?U_11240 a saref-core:Property. ?U_11240 a saref-core:UnitOfMeasure} => false. -{?U_11241 ns5:belongsTo ?U_11242. ?U_11241 ns5:belongsTo ?U_11243} => {?U_11242 owl:sameAs ?U_11243}. -{?U_11244 eep:madeBy ?U_11245. ?U_11244 eep:madeBy ?U_11246} => {?U_11245 owl:sameAs ?U_11246}. -{?U_11247 eep:onQuality ?U_11248. ?U_11247 eep:onQuality ?U_11249} => {?U_11248 owl:sameAs ?U_11249}. -{?U_11250 eep:usedProcedure ?U_11251. ?U_11250 eep:usedProcedure ?U_11252} => {?U_11251 owl:sameAs ?U_11252}. -{?U_11253 saref-core:hasTimestamp ?U_11254. ?U_11253 saref-core:hasTimestamp ?U_11255} => {?U_11254 owl:sameAs ?U_11255}. -{?U_11256 ns5:belongsTo ?U_11257. ?U_11256 ns5:belongsTo ?U_11258. ?U_11257 owl:differentFrom ?U_11258} => false. -{?U_11259 eep:madeBy ?U_11260. ?U_11259 eep:madeBy ?U_11261. ?U_11260 owl:differentFrom ?U_11261} => false. -{?U_11262 eep:onQuality ?U_11263. ?U_11262 eep:onQuality ?U_11264. ?U_11263 owl:differentFrom ?U_11264} => false. -{?U_11265 eep:usedProcedure ?U_11266. ?U_11265 eep:usedProcedure ?U_11267. ?U_11266 owl:differentFrom ?U_11267} => false. -{?U_11268 saref-core:hasTimestamp ?U_11269. ?U_11268 saref-core:hasTimestamp ?U_11270. ?U_11269 owl:differentFrom ?U_11270} => false. -{?U_11271 ns5:affectedBy ?U_11272. ?U_11272 ns5:affectedBy ?U_11273} => {?U_11271 ns5:affectedBy ?U_11273}. -{?U_11274 saref4bldg:contains ?U_11275. ?U_11275 saref4bldg:contains ?U_11276} => {?U_11274 saref4bldg:contains ?U_11276}. -{?U_11277 saref4bldg:hasSpace ?U_11278. ?U_11278 saref4bldg:hasSpace ?U_11279} => {?U_11277 saref4bldg:hasSpace ?U_11279}. -{?U_11280 saref4bldg:isContainedIn ?U_11281. ?U_11281 saref4bldg:isContainedIn ?U_11282} => {?U_11280 saref4bldg:isContainedIn ?U_11282}. -{?U_11283 saref4bldg:isSpaceOf ?U_11284. ?U_11284 saref4bldg:isSpaceOf ?U_11285} => {?U_11283 saref4bldg:isSpaceOf ?U_11285}. -{?U_11286 :isIncludedIn ?U_11287. ?U_11287 ns2:hasLocation ?U_11288} => {?U_11286 ns2:hasLocation ?U_11288}. -{?U_11289 Sensors:analyseStateOf ?U_11290. ?U_11290 ns2:hasLocation ?U_11291} => {?U_11289 Sensors:isRelevantTo ?U_11291}. -{?U_11292 Sensors:analyseStateOf ?U_11293. ?U_11293 saref4bldg:isContainedIn ?U_11294} => {?U_11292 Sensors:isRelevantTo ?U_11294}. -{?U_11295 Sensors:analyseStateOf ?U_11296. ?U_11296 ns6:isLocated ?U_11297} => {?U_11295 Sensors:analyseStateOf ?U_11297}. -{?U_11298 ns5:influencedBy ?U_11299. ?U_11299 ns5:affectedBy ?U_11300} => {?U_11298 ns5:influencedBy ?U_11300}. -{?U_11301 eep:forQuality ?U_11302. ?U_11302 ns5:belongsTo ?U_11303} => {?U_11301 eep:forFeatureOfInterest ?U_11303}. -{?U_11304 ?U_11305. ?U_11305 eep:onQuality ?U_11306} => {?U_11304 eep:forQuality ?U_11306}. -{?U_11307 eep:onQuality ?U_11308. ?U_11308 ns5:belongsTo ?U_11309} => {?U_11307 eep:hasFeatureOfInterest ?U_11309}. -{?U_11310 ?U_11311. ?U_11311 eep:usedProcedure ?U_11312} => {?U_11310 eep:implements ?U_11312}. -{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. -{?t_0 a :BrushingTeethActivityPrediction. ?t_0 a :NonRoutineActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :BrushingTeethActivityPrediction} => {?t_0 a }. -{?t_0 a :CookingFoodOvenActivityPrediction. ?t_0 a :NonRoutineActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :CookingFoodOvenActivityPrediction} => {?t_0 a }. -{?t_0 a :CookingFoodStovetopActivityPrediction. ?t_0 a :NonRoutineActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :CookingFoodStovetopActivityPrediction} => {?t_0 a }. -{?t_0 a :DrinkPreparationActivityPrediction. ?t_0 a :NonRoutineActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :DrinkPreparationActivityPrediction} => {?t_0 a }. -{?t_0 a :EatingActivityPrediction. ?t_0 a :NonRoutineActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :EatingActivityPrediction} => {?t_0 a }. -{?t_0 a :NonRoutineActivityPrediction. ?t_0 a :PreparingHotMealActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :PreparingHotMealActivityPrediction} => {?t_0 a }. -{?t_0 a :NonRoutineActivityPrediction. ?t_0 a :ShoweringActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :ShoweringActivityPrediction} => {?t_0 a }. -{?t_0 a :NonRoutineActivityPrediction. ?t_0 a :SleepingActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :SleepingActivityPrediction} => {?t_0 a }. -{?t_0 a :NonRoutineActivityPrediction. ?t_0 a :ToiletingActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :ToiletingActivityPrediction} => {?t_0 a }. -{?t_0 a :NonRoutineActivityPrediction. ?t_0 a :UsingMobilePhoneActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :UsingMobilePhoneActivityPrediction} => {?t_0 a }. -{?t_0 a :NonRoutineActivityPrediction. ?t_0 a :WatchingTVActivelyActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :WatchingTVActivelyActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. -{?t_0 a :BrushingTeethActivityPrediction. ?t_0 a :RoutineActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :BrushingTeethActivityPrediction} => {?t_0 a }. -{?t_0 a :CookingFoodOvenActivityPrediction. ?t_0 a :RoutineActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :CookingFoodOvenActivityPrediction} => {?t_0 a }. -{?t_0 a :CookingFoodStovetopActivityPrediction. ?t_0 a :RoutineActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :CookingFoodStovetopActivityPrediction} => {?t_0 a }. -{?t_0 a :DrinkPreparationActivityPrediction. ?t_0 a :RoutineActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :DrinkPreparationActivityPrediction} => {?t_0 a }. -{?t_0 a :EatingActivityPrediction. ?t_0 a :RoutineActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :EatingActivityPrediction} => {?t_0 a }. -{?t_0 a :PreparingHotMealActivityPrediction. ?t_0 a :RoutineActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :PreparingHotMealActivityPrediction} => {?t_0 a }. -{?t_0 a :RoutineActivityPrediction. ?t_0 a :ShoweringActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :ShoweringActivityPrediction} => {?t_0 a }. -{?t_0 a :RoutineActivityPrediction. ?t_0 a :SleepingActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :SleepingActivityPrediction} => {?t_0 a }. -{?t_0 a :RoutineActivityPrediction. ?t_0 a :ToiletingActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :ToiletingActivityPrediction} => {?t_0 a }. -{?t_0 a :RoutineActivityPrediction. ?t_0 a :UsingMobilePhoneActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :UsingMobilePhoneActivityPrediction} => {?t_0 a }. -{?t_0 a :RoutineActivityPrediction. ?t_0 a :WatchingTVActivelyActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a :WatchingTVActivelyActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. -{?t_0 a . ?t_0 a ns6:Wearable} => {?t_0 a }. -{?t_0 a . ?t_0 a ns6:Wearable} => {?t_0 a }. -{?t_0 a . ?t_0 a ns6:Wearable} => {?t_0 a }. -{?t_0 a . ?t_0 a ns6:LivingOrganism} => {?t_0 a }. +{?U_91 a SensorsAndActuators:BathRoom} => {?U_91 a :AnalyzableForCondition}. +{?U_92 a SensorsAndActuators:Blind} => {?U_92 a :ConditionableProperty}. +{?U_93 a SensorsAndActuators:Button} => {?U_93 a :ConditionableProperty}. +{?U_94 a SensorsAndActuators:CO2} => {?U_94 a :ConditionableProperty}. +{?U_95 a SensorsAndActuators:Dimmer} => {?U_95 a :ConditionableProperty}. +{?U_96 a SensorsAndActuators:ElectricalCooker} => {?U_96 a :AnalyzableForCondition}. +{?U_97 a SensorsAndActuators:EnergyConsumption} => {?U_97 a :ConditionableProperty}. +{?U_98 a SensorsAndActuators:Fridge} => {?U_98 a :AnalyzableForCondition}. +{?U_99 a SensorsAndActuators:IndoorTemperature} => {?U_99 a :ConditionableProperty}. +{?U_100 a SensorsAndActuators:Light} => {?U_100 a :ConditionableProperty}. +{?U_101 a SensorsAndActuators:LightSwitch} => {?U_101 a :ConditionableProperty}. +{?U_102 a SensorsAndActuators:Loudness} => {?U_102 a :ConditionableProperty}. +{?U_103 a SensorsAndActuators:Motion} => {?U_103 a :ConditionableProperty}. +{?U_104 a SensorsAndActuators:OrientationDeviation} => {?U_104 a :ConditionableProperty}. +{?U_105 a SensorsAndActuators:Oven} => {?U_105 a :AnalyzableForCondition}. +{?U_106 a SensorsAndActuators:PeopleNumber} => {?U_106 a :ConditionableProperty}. +{?U_107 a SensorsAndActuators:PeoplePresencee} => {?U_107 a :ConditionableProperty}. +{?U_108 a SensorsAndActuators:Positioning} => {?U_108 a :ConditionableProperty}. +{?U_109 a SensorsAndActuators:RelativeHumidity} => {?U_109 a :ConditionableProperty}. +{?U_110 a SensorsAndActuators:Relay} => {?U_110 a :ConditionableProperty}. +{?U_111 a SensorsAndActuators:Room} => {?U_111 a :AnalyzableForCondition}. +{?U_112 a SensorsAndActuators:VOC} => {?U_112 a :ConditionableProperty}. +{?U_113 a SensorsAndActuators:VentilationLevel} => {?U_113 a :ConditionableProperty}. +{?U_114 a SensorsAndActuators:WaterRunning} => {?U_114 a :ConditionableProperty}. +{?U_115 a SensorsAndWearables:Amplitude} => {?U_115 a :ConditionableProperty}. +{?U_116 a SensorsAndWearables:ApplicationUsage} => {?U_116 a :ConditionableProperty}. +{?U_117 a SensorsAndWearables:BloodPressure} => {?U_117 a :ConditionableProperty}. +{?U_118 a SensorsAndWearables:BloodVolumePulse} => {?U_118 a :ConditionableProperty}. +{?U_119 a SensorsAndWearables:Frequency} => {?U_119 a :ConditionableProperty}. +{?U_120 a SensorsAndWearables:Gravity} => {?U_120 a :ConditionableProperty}. +{?U_121 a SensorsAndWearables:HeartRate} => {?U_121 a :ConditionableProperty}. +{?U_122 a SensorsAndWearables:InterBeatInterval} => {?U_122 a :ConditionableProperty}. +{?U_123 a SensorsAndWearables:KeyStrokes} => {?U_123 a :ConditionableProperty}. +{?U_124 a SensorsAndWearables:Light} => {?U_124 a :ConditionableProperty}. +{?U_125 a SensorsAndWearables:LinearAcceleration} => {?U_125 a :ConditionableProperty}. +{?U_126 a SensorsAndWearables:MagneticFieldStrength} => {?U_126 a :ConditionableProperty}. +{?U_127 a SensorsAndWearables:OrientationDeviation} => {?U_127 a :ConditionableProperty}. +{?U_128 a SensorsAndWearables:Proximity} => {?U_128 a :ConditionableProperty}. +{?U_129 a SensorsAndWearables:Rotation} => {?U_129 a :ConditionableProperty}. +{?U_130 a SensorsAndWearables:SPO2} => {?U_130 a :ConditionableProperty}. +{?U_131 a SensorsAndWearables:ScreenUsage} => {?U_131 a :ConditionableProperty}. +{?U_132 a SensorsAndWearables:SkinConductance} => {?U_132 a :ConditionableProperty}. +{?U_133 a SensorsAndWearables:SkinTemperature} => {?U_133 a :ConditionableProperty}. +{?U_134 a SensorsAndWearables:SmartphoneAcceleration} => {?U_134 a :ConditionableProperty}. +{?U_135 a SensorsAndWearables:StepCount} => {?U_135 a :ConditionableProperty}. +{?U_136 a SensorsAndWearables:StepCounter} => {?U_136 a :ConditionableProperty}. +{?U_137 a SensorsAndWearables:WearableAcceleration} => {?U_137 a :ConditionableProperty}. +{?U_138 a SensorsAndWearables:Weight} => {?U_138 a :ConditionableProperty}. +{?U_139 a saref4bldg:Pump} => {?U_139 a :AnalyzableForCondition}. +{?U_140 a saref4ehaw:Patient} => {?U_140 a :AnalyzableForCondition}. +{?U_141 a ActivityRecognition:ActiveActivity} => {?U_141 a saref4ehaw:Activity}. +{?U_142 a ActivityRecognition:ActivityPrediction} => {?U_142 a ActivityRecognition:Prediction}. +{?U_143 a ActivityRecognition:ActivityRecognitionModel} => {?U_143 a ActivityRecognition:Model}. +{?U_144 a ActivityRecognition:ActivityRecognitionModel} => {?U_144 a }. +{?U_145 a ActivityRecognition:Ambulation} => {?U_145 a saref4ehaw:Posture}. +{?U_146 a ActivityRecognition:Anomaly} => {?U_146 a ActivityRecognition:Prediction}. +{?U_147 a ActivityRecognition:Anomaly} => {?U_147 a }. +{?U_148 a ActivityRecognition:AtomicHomeActivities} => {?U_148 a ActivityRecognition:ActiveActivity}. +{?U_149 a ActivityRecognition:BackgroundActivity} => {?U_149 a saref4ehaw:Activity}. +{?U_150 a ActivityRecognition:Bathing} => {?U_150 a ActivityRecognition:Hygiene}. +{?U_151 a ActivityRecognition:Bending} => {?U_151 a ActivityRecognition:Transition}. +{?U_152 a ActivityRecognition:BendingOver} => {?U_152 a saref4ehaw:Posture}. +{?U_153 a ActivityRecognition:BreakRoutine} => {?U_153 a ActivityRecognition:Routine}. +{?U_154 a ActivityRecognition:BrowingInternetOnComputer} => {?U_154 a ActivityRecognition:UsingComputer}. +{?U_155 a ActivityRecognition:BrowsingInternetOnMobilePhone} => {?U_155 a ActivityRecognition:UsingMobilePhone}. +{?U_156 a ActivityRecognition:BrushingHair} => {?U_156 a ActivityRecognition:Grooming}. +{?U_157 a ActivityRecognition:BrushingTeeth} => {?U_157 a ActivityRecognition:Hygiene}. +{?U_158 a ActivityRecognition:Cause} => {?U_158 a ActivityRecognition:Explanation}. +{?U_159 a ActivityRecognition:CausingDestruction} => {?U_159 a ActivityRecognition:HomeEnvironmentManagement}. +{?U_160 a ActivityRecognition:ChangingLinen} => {?U_160 a ActivityRecognition:ActiveActivity}. +{?U_161 a ActivityRecognition:ChangingLinen} => {?U_161 a ActivityRecognition:Cleaning}. +{?U_162 a ActivityRecognition:ChargingDevices} => {?U_162 a ActivityRecognition:OtherActivities}. +{?U_163 a ActivityRecognition:Cleaning} => {?U_163 a saref4ehaw:DailyActivity}. +{?U_164 a ActivityRecognition:CleaningInBackground} => {?U_164 a ActivityRecognition:BackgroundActivity}. +{?U_165 a ActivityRecognition:CleaningInBackground} => {?U_165 a ActivityRecognition:Cleaning}. +{?U_166 a ActivityRecognition:CleaningWindows} => {?U_166 a ActivityRecognition:ActiveActivity}. +{?U_167 a ActivityRecognition:CleaningWindows} => {?U_167 a ActivityRecognition:Cleaning}. +{?U_168 a ActivityRecognition:Configuration} => {?U_168 a eep:Procedure}. +{?U_169 a ActivityRecognition:CookingFoodOven} => {?U_169 a ActivityRecognition:ActiveActivity}. +{?U_170 a ActivityRecognition:CookingFoodOven} => {?U_170 a ActivityRecognition:Preparation}. +{?U_171 a ActivityRecognition:CookingFoodStovetop} => {?U_171 a ActivityRecognition:ActiveActivity}. +{?U_172 a ActivityRecognition:CookingFoodStovetop} => {?U_172 a ActivityRecognition:Preparation}. +{?U_173 a ActivityRecognition:Cosmetics} => {?U_173 a ActivityRecognition:Grooming}. +{?U_174 a ActivityRecognition:Crawling} => {?U_174 a ActivityRecognition:Ambulation}. +{?U_175 a ActivityRecognition:CupBoardInteraction} => {?U_175 a ActivityRecognition:AtomicHomeActivities}. +{?U_176 a ActivityRecognition:CupboardClose} => {?U_176 a ActivityRecognition:CupBoardInteraction}. +{?U_177 a ActivityRecognition:CupboardOpen} => {?U_177 a ActivityRecognition:CupBoardInteraction}. +{?U_178 a ActivityRecognition:CuttingNails} => {?U_178 a ActivityRecognition:Hygiene}. +{?U_179 a ActivityRecognition:Dancing} => {?U_179 a ActivityRecognition:Leisure}. +{?U_180 a ActivityRecognition:Decorating} => {?U_180 a ActivityRecognition:HomeEnvironmentManagement}. +{?U_181 a ActivityRecognition:DinnerRoutine} => {?U_181 a ActivityRecognition:Routine}. +{?U_182 a ActivityRecognition:DishwasherOnInBackground} => {?U_182 a ActivityRecognition:BackgroundActivity}. +{?U_183 a ActivityRecognition:Dishwashing} => {?U_183 a saref4ehaw:DailyActivity}. +{?U_184 a ActivityRecognition:DoorClose} => {?U_184 a ActivityRecognition:DoorInteraction}. +{?U_185 a ActivityRecognition:DoorInteraction} => {?U_185 a ActivityRecognition:AtomicHomeActivities}. +{?U_186 a ActivityRecognition:DoorOpen} => {?U_186 a ActivityRecognition:DoorInteraction}. +{?U_187 a ActivityRecognition:DoorWalkThrough} => {?U_187 a ActivityRecognition:DoorInteraction}. +{?U_188 a ActivityRecognition:DrawClose} => {?U_188 a ActivityRecognition:DrawInteraction}. +{?U_189 a ActivityRecognition:DrawInteraction} => {?U_189 a ActivityRecognition:AtomicHomeActivities}. +{?U_190 a ActivityRecognition:DrawOpen} => {?U_190 a ActivityRecognition:DrawInteraction}. +{?U_191 a ActivityRecognition:DrinkPreparation} => {?U_191 a ActivityRecognition:ActiveActivity}. +{?U_192 a ActivityRecognition:DrinkPreparation} => {?U_192 a saref4ehaw:DailyActivity}. +{?U_193 a ActivityRecognition:Drinking} => {?U_193 a ActivityRecognition:ActiveActivity}. +{?U_194 a ActivityRecognition:Drinking} => {?U_194 a saref4ehaw:DailyActivity}. +{?U_195 a ActivityRecognition:DrinkingAlcohol} => {?U_195 a ActivityRecognition:Drinking}. +{?U_196 a ActivityRecognition:DrinkingBeverage} => {?U_196 a ActivityRecognition:Drinking}. +{?U_197 a ActivityRecognition:DrinkingWater} => {?U_197 a ActivityRecognition:Drinking}. +{?U_198 a ActivityRecognition:DryerOnInBackround} => {?U_198 a ActivityRecognition:BackgroundActivity}. +{?U_199 a ActivityRecognition:DryerOnInBackround} => {?U_199 a ActivityRecognition:Laundry}. +{?U_200 a ActivityRecognition:DryingBody} => {?U_200 a ActivityRecognition:Hygiene}. +{?U_201 a ActivityRecognition:DryingDishes} => {?U_201 a ActivityRecognition:ActiveActivity}. +{?U_202 a ActivityRecognition:DryingDishes} => {?U_202 a ActivityRecognition:Dishwashing}. +{?U_203 a ActivityRecognition:DryingHair} => {?U_203 a ActivityRecognition:Grooming}. +{?U_204 a ActivityRecognition:Dusting} => {?U_204 a ActivityRecognition:ActiveActivity}. +{?U_205 a ActivityRecognition:Dusting} => {?U_205 a ActivityRecognition:Cleaning}. +{?U_206 a ActivityRecognition:Eating} => {?U_206 a ActivityRecognition:ActiveActivity}. +{?U_207 a ActivityRecognition:Eating} => {?U_207 a saref4ehaw:DailyActivity}. +{?U_208 a ActivityRecognition:EatingMeal} => {?U_208 a ActivityRecognition:Eating}. +{?U_209 a ActivityRecognition:EatingSnack} => {?U_209 a ActivityRecognition:Eating}. +{?U_210 a ActivityRecognition:ElectricAppliance} => {?U_210 a ActivityRecognition:AtomicHomeActivities}. +{?U_211 a ActivityRecognition:EmailOnComputer} => {?U_211 a ActivityRecognition:UsingComputer}. +{?U_212 a ActivityRecognition:EmailOnMobilePhone} => {?U_212 a ActivityRecognition:UsingMobilePhone}. +{?U_213 a ActivityRecognition:EnduranceeTraining} => {?U_213 a ActivityRecognition:Exercising}. +{?U_214 a ActivityRecognition:EveningRoutine} => {?U_214 a ActivityRecognition:Routine}. +{?U_215 a ActivityRecognition:ExerciseRoutine} => {?U_215 a ActivityRecognition:Routine}. +{?U_216 a ActivityRecognition:Exercising} => {?U_216 a ActivityRecognition:ActiveActivity}. +{?U_217 a ActivityRecognition:Exercising} => {?U_217 a saref4ehaw:DailyActivity}. +{?U_218 a ActivityRecognition:FlexibilityTraining} => {?U_218 a ActivityRecognition:Exercising}. +{?U_219 a ActivityRecognition:Flossing} => {?U_219 a ActivityRecognition:Hygiene}. +{?U_220 a ActivityRecognition:Gardening} => {?U_220 a ActivityRecognition:Yardwork}. +{?U_221 a ActivityRecognition:GettingDressed} => {?U_221 a ActivityRecognition:Grooming}. +{?U_222 a ActivityRecognition:GettingReadyToSleep} => {?U_222 a ActivityRecognition:Sleeping}. +{?U_223 a ActivityRecognition:GettingUndressed} => {?U_223 a ActivityRecognition:Grooming}. +{?U_224 a ActivityRecognition:Grooming} => {?U_224 a ActivityRecognition:ActiveActivity}. +{?U_225 a ActivityRecognition:Grooming} => {?U_225 a saref4ehaw:DailyActivity}. +{?U_226 a ActivityRecognition:HandWashing} => {?U_226 a ActivityRecognition:ActiveActivity}. +{?U_227 a ActivityRecognition:HandWashing} => {?U_227 a ActivityRecognition:Dishwashing}. +{?U_228 a ActivityRecognition:HangingLaundry} => {?U_228 a ActivityRecognition:ActiveActivity}. +{?U_229 a ActivityRecognition:HangingLaundry} => {?U_229 a ActivityRecognition:Laundry}. +{?U_230 a ActivityRecognition:Healthcare} => {?U_230 a ActivityRecognition:ActiveActivity}. +{?U_231 a ActivityRecognition:Healthcare} => {?U_231 a saref4ehaw:DailyActivity}. +{?U_232 a ActivityRecognition:HomeEnvironmentManagement} => {?U_232 a ActivityRecognition:ActiveActivity}. +{?U_233 a ActivityRecognition:HomeEnvironmentManagement} => {?U_233 a saref4ehaw:DailyActivity}. +{?U_234 a ActivityRecognition:Hygiene} => {?U_234 a ActivityRecognition:ActiveActivity}. +{?U_235 a ActivityRecognition:Hygiene} => {?U_235 a saref4ehaw:DailyActivity}. +{?U_236 a ActivityRecognition:InformationInteraction} => {?U_236 a saref4ehaw:DailyActivity}. +{?U_237 a ActivityRecognition:Intellectual} => {?U_237 a ActivityRecognition:Working}. +{?U_238 a ActivityRecognition:Ironing} => {?U_238 a ActivityRecognition:ActiveActivity}. +{?U_239 a ActivityRecognition:Ironing} => {?U_239 a ActivityRecognition:Laundry}. +{?U_240 a ActivityRecognition:Jogging} => {?U_240 a ActivityRecognition:Ambulation}. +{?U_241 a ActivityRecognition:Jumping} => {?U_241 a ActivityRecognition:Ambulation}. +{?U_242 a ActivityRecognition:KneelToStand} => {?U_242 a ActivityRecognition:Transition}. +{?U_243 a ActivityRecognition:Kneeling} => {?U_243 a saref4ehaw:Posture}. +{?U_244 a ActivityRecognition:Knitting} => {?U_244 a ActivityRecognition:Leisure}. +{?U_245 a ActivityRecognition:Laundry} => {?U_245 a saref4ehaw:DailyActivity}. +{?U_246 a ActivityRecognition:Leisure} => {?U_246 a ActivityRecognition:ActiveActivity}. +{?U_247 a ActivityRecognition:Leisure} => {?U_247 a saref4ehaw:DailyActivity}. +{?U_248 a ActivityRecognition:LieToSit} => {?U_248 a ActivityRecognition:Transition}. +{?U_249 a ActivityRecognition:LieToStand} => {?U_249 a ActivityRecognition:Transition}. +{?U_250 a ActivityRecognition:Lifestyle} => {?U_250 a }. +{?U_251 a ActivityRecognition:ListeningMusicInBackground} => {?U_251 a ActivityRecognition:BackgroundActivity}. +{?U_252 a ActivityRecognition:ListeningMusicInBackground} => {?U_252 a ActivityRecognition:InformationInteraction}. +{?U_253 a ActivityRecognition:LoadingDishwasher} => {?U_253 a ActivityRecognition:ActiveActivity}. +{?U_254 a ActivityRecognition:LoadingDishwasher} => {?U_254 a ActivityRecognition:Dishwashing}. +{?U_255 a ActivityRecognition:LoadingDryer} => {?U_255 a ActivityRecognition:ActiveActivity}. +{?U_256 a ActivityRecognition:LoadingDryer} => {?U_256 a ActivityRecognition:Laundry}. +{?U_257 a ActivityRecognition:LoadingWashingMachine} => {?U_257 a ActivityRecognition:ActiveActivity}. +{?U_258 a ActivityRecognition:LoadingWashingMachine} => {?U_258 a ActivityRecognition:Laundry}. +{?U_259 a ActivityRecognition:LunchRoutine} => {?U_259 a ActivityRecognition:Routine}. +{?U_260 a ActivityRecognition:LyingDown} => {?U_260 a ActivityRecognition:Transition}. +{?U_261 a ActivityRecognition:LyingStill} => {?U_261 a saref4ehaw:Posture}. +{?U_262 a ActivityRecognition:MakingBed} => {?U_262 a ActivityRecognition:ActiveActivity}. +{?U_263 a ActivityRecognition:MakingBed} => {?U_263 a ActivityRecognition:Cleaning}. +{?U_264 a ActivityRecognition:Meditating} => {?U_264 a ActivityRecognition:Leisure}. +{?U_265 a ActivityRecognition:Model} => {?U_265 a eep:Executor}. +{?U_266 a ActivityRecognition:Model} => {?U_266 a }. +{?U_267 a ActivityRecognition:Mopping} => {?U_267 a ActivityRecognition:ActiveActivity}. +{?U_268 a ActivityRecognition:Mopping} => {?U_268 a ActivityRecognition:Cleaning}. +{?U_269 a ActivityRecognition:MorningRoutine} => {?U_269 a ActivityRecognition:Routine}. +{?U_270 a ActivityRecognition:MovingFurniture} => {?U_270 a ActivityRecognition:HomeEnvironmentManagement}. +{?U_271 a ActivityRecognition:MovingLawn} => {?U_271 a ActivityRecognition:Yardwork}. +{?U_272 a ActivityRecognition:Napping} => {?U_272 a ActivityRecognition:Sleeping}. +{?U_273 a ActivityRecognition:ObjectDrop} => {?U_273 a ActivityRecognition:ObjectInteraction}. +{?U_274 a ActivityRecognition:ObjectEmpty} => {?U_274 a ActivityRecognition:ObjectInteraction}. +{?U_275 a ActivityRecognition:ObjectFill} => {?U_275 a ActivityRecognition:ObjectInteraction}. +{?U_276 a ActivityRecognition:ObjectHold} => {?U_276 a ActivityRecognition:ObjectInteraction}. +{?U_277 a ActivityRecognition:ObjectInteraction} => {?U_277 a ActivityRecognition:AtomicHomeActivities}. +{?U_278 a ActivityRecognition:ObjectPickUp} => {?U_278 a ActivityRecognition:ObjectInteraction}. +{?U_279 a ActivityRecognition:ObjectPutDown} => {?U_279 a ActivityRecognition:ObjectInteraction}. +{?U_280 a ActivityRecognition:ObjectUse} => {?U_280 a ActivityRecognition:ObjectInteraction}. +{?U_281 a ActivityRecognition:Organizing} => {?U_281 a ActivityRecognition:ActiveActivity}. +{?U_282 a ActivityRecognition:Organizing} => {?U_282 a ActivityRecognition:Cleaning}. +{?U_283 a ActivityRecognition:OtherActivities} => {?U_283 a saref4ehaw:Activity}. +{?U_284 a ActivityRecognition:PersonalAlarmCall} => {?U_284 a ActivityRecognition:SocialInteraction}. +{?U_285 a ActivityRecognition:PetActivity} => {?U_285 a ActivityRecognition:Leisure}. +{?U_286 a ActivityRecognition:PhysicalWork} => {?U_286 a ActivityRecognition:Working}. +{?U_287 a ActivityRecognition:Pivoting} => {?U_287 a ActivityRecognition:Transition}. +{?U_288 a ActivityRecognition:PlayingGames} => {?U_288 a ActivityRecognition:Leisure}. +{?U_289 a ActivityRecognition:PlayingMusic} => {?U_289 a ActivityRecognition:Leisure}. +{?U_290 a ActivityRecognition:PlayngChildren} => {?U_290 a ActivityRecognition:Leisure}. +{?U_291 a ActivityRecognition:PolishingFloor} => {?U_291 a ActivityRecognition:ActiveActivity}. +{?U_292 a ActivityRecognition:PolishingFloor} => {?U_292 a ActivityRecognition:Cleaning}. +{?U_293 a ActivityRecognition:PolishingFurniture} => {?U_293 a ActivityRecognition:ActiveActivity}. +{?U_294 a ActivityRecognition:PolishingFurniture} => {?U_294 a ActivityRecognition:Cleaning}. +{?U_295 a ActivityRecognition:Praying} => {?U_295 a ActivityRecognition:Leisure}. +{?U_296 a ActivityRecognition:Prediction} => {?U_296 a eep:Execution}. +{?U_297 a ActivityRecognition:Prediction} => {?U_297 a }. +{?U_298 a ActivityRecognition:Prediction} => {?U_298 a }. +{?U_299 a ActivityRecognition:Preparation} => {?U_299 a saref4ehaw:DailyActivity}. +{?U_300 a ActivityRecognition:PreparingHotMeal} => {?U_300 a ActivityRecognition:PreparingMeal}. +{?U_301 a ActivityRecognition:PreparingLaundryForWashing} => {?U_301 a ActivityRecognition:ActiveActivity}. +{?U_302 a ActivityRecognition:PreparingLaundryForWashing} => {?U_302 a ActivityRecognition:Laundry}. +{?U_303 a ActivityRecognition:PreparingMeal} => {?U_303 a ActivityRecognition:ActiveActivity}. +{?U_304 a ActivityRecognition:PreparingMeal} => {?U_304 a ActivityRecognition:Preparation}. +{?U_305 a ActivityRecognition:PreparingMealInBackground} => {?U_305 a ActivityRecognition:BackgroundActivity}. +{?U_306 a ActivityRecognition:PreparingMealInBackground} => {?U_306 a ActivityRecognition:Preparation}. +{?U_307 a ActivityRecognition:PreparingSnacks} => {?U_307 a ActivityRecognition:ActiveActivity}. +{?U_308 a ActivityRecognition:PreparingSnacks} => {?U_308 a ActivityRecognition:Preparation}. +{?U_309 a ActivityRecognition:PuttingAwayDishes} => {?U_309 a ActivityRecognition:ActiveActivity}. +{?U_310 a ActivityRecognition:PuttingAwayDishes} => {?U_310 a ActivityRecognition:Dishwashing}. +{?U_311 a ActivityRecognition:PuttingAwayLaundry} => {?U_311 a ActivityRecognition:ActiveActivity}. +{?U_312 a ActivityRecognition:PuttingAwayLaundry} => {?U_312 a ActivityRecognition:Laundry}. +{?U_313 a ActivityRecognition:PuttingAwayShopping} => {?U_313 a ActivityRecognition:HomeEnvironmentManagement}. +{?U_314 a ActivityRecognition:PuttingOnSensors} => {?U_314 a ActivityRecognition:OtherActivities}. +{?U_315 a ActivityRecognition:PuttingShoesOn} => {?U_315 a ActivityRecognition:Grooming}. +{?U_316 a ActivityRecognition:PuttingThingsAway} => {?U_316 a ActivityRecognition:ActiveActivity}. +{?U_317 a ActivityRecognition:PuttingThingsAway} => {?U_317 a ActivityRecognition:Cleaning}. +{?U_318 a ActivityRecognition:ReadingPrintedMaterial} => {?U_318 a ActivityRecognition:ActiveActivity}. +{?U_319 a ActivityRecognition:ReadingPrintedMaterial} => {?U_319 a ActivityRecognition:InformationInteraction}. +{?U_320 a ActivityRecognition:ReceiveVisitors} => {?U_320 a ActivityRecognition:SocialInteraction}. +{?U_321 a ActivityRecognition:Recycling} => {?U_321 a ActivityRecognition:ActiveActivity}. +{?U_322 a ActivityRecognition:Recycling} => {?U_322 a ActivityRecognition:Cleaning}. +{?U_323 a ActivityRecognition:RehabilitationExercise} => {?U_323 a ActivityRecognition:Exercising}. +{?U_324 a ActivityRecognition:Relaxing} => {?U_324 a ActivityRecognition:Leisure}. +{?U_325 a ActivityRecognition:Rinsing} => {?U_325 a ActivityRecognition:ActiveActivity}. +{?U_326 a ActivityRecognition:Rinsing} => {?U_326 a ActivityRecognition:Dishwashing}. +{?U_327 a ActivityRecognition:RoomTransition} => {?U_327 a ActivityRecognition:AtomicHomeActivities}. +{?U_328 a ActivityRecognition:Routine} => {?U_328 a }. +{?U_329 a ActivityRecognition:Running} => {?U_329 a ActivityRecognition:Ambulation}. +{?U_330 a ActivityRecognition:ScrubbingFloor} => {?U_330 a ActivityRecognition:ActiveActivity}. +{?U_331 a ActivityRecognition:ScrubbingFloor} => {?U_331 a ActivityRecognition:Cleaning}. +{?U_332 a ActivityRecognition:SearchingItem} => {?U_332 a ActivityRecognition:HomeEnvironmentManagement}. +{?U_333 a ActivityRecognition:Serving} => {?U_333 a ActivityRecognition:ActiveActivity}. +{?U_334 a ActivityRecognition:Serving} => {?U_334 a ActivityRecognition:Preparation}. +{?U_335 a ActivityRecognition:Sewing} => {?U_335 a ActivityRecognition:Leisure}. +{?U_336 a ActivityRecognition:Shaving} => {?U_336 a ActivityRecognition:Grooming}. +{?U_337 a ActivityRecognition:Showering} => {?U_337 a ActivityRecognition:Hygiene}. +{?U_338 a ActivityRecognition:Singing} => {?U_338 a ActivityRecognition:Leisure}. +{?U_339 a ActivityRecognition:SitToLie} => {?U_339 a ActivityRecognition:Transition}. +{?U_340 a ActivityRecognition:SitToStand} => {?U_340 a ActivityRecognition:Transition}. +{?U_341 a ActivityRecognition:SitToWalk} => {?U_341 a ActivityRecognition:Transition}. +{?U_342 a ActivityRecognition:Sitting} => {?U_342 a saref4ehaw:Posture}. +{?U_343 a ActivityRecognition:SittingChair} => {?U_343 a ActivityRecognition:Sitting}. +{?U_344 a ActivityRecognition:SittingDown} => {?U_344 a ActivityRecognition:Transition}. +{?U_345 a ActivityRecognition:SittingFloor} => {?U_345 a ActivityRecognition:Sitting}. +{?U_346 a ActivityRecognition:SleepRoutine} => {?U_346 a ActivityRecognition:Routine}. +{?U_347 a ActivityRecognition:Sleeping} => {?U_347 a ActivityRecognition:ActiveActivity}. +{?U_348 a ActivityRecognition:Sleeping} => {?U_348 a saref4ehaw:NocturnalActivity}. +{?U_349 a ActivityRecognition:SleepingDeeply} => {?U_349 a ActivityRecognition:Sleeping}. +{?U_350 a ActivityRecognition:SoakingDishes} => {?U_350 a ActivityRecognition:ActiveActivity}. +{?U_351 a ActivityRecognition:SoakingDishes} => {?U_351 a ActivityRecognition:Dishwashing}. +{?U_352 a ActivityRecognition:SocialInteraction} => {?U_352 a ActivityRecognition:ActiveActivity}. +{?U_353 a ActivityRecognition:SocialInteraction} => {?U_353 a saref4ehaw:DailyActivity}. +{?U_354 a ActivityRecognition:SocialMedia} => {?U_354 a ActivityRecognition:SocialInteraction}. +{?U_355 a ActivityRecognition:Squatting} => {?U_355 a saref4ehaw:Posture}. +{?U_356 a ActivityRecognition:StandToKneel} => {?U_356 a ActivityRecognition:Transition}. +{?U_357 a ActivityRecognition:StandToLie} => {?U_357 a ActivityRecognition:Transition}. +{?U_358 a ActivityRecognition:StandToSit} => {?U_358 a ActivityRecognition:Transition}. +{?U_359 a ActivityRecognition:Standing} => {?U_359 a saref4ehaw:Posture}. +{?U_360 a ActivityRecognition:StandingStill} => {?U_360 a ActivityRecognition:Standing}. +{?U_361 a ActivityRecognition:StandingUnquiet} => {?U_361 a ActivityRecognition:Standing}. +{?U_362 a ActivityRecognition:StandingUp} => {?U_362 a ActivityRecognition:Transition}. +{?U_363 a ActivityRecognition:Straightening} => {?U_363 a ActivityRecognition:Transition}. +{?U_364 a ActivityRecognition:StrengthTraining} => {?U_364 a ActivityRecognition:Exercising}. +{?U_365 a ActivityRecognition:Stretching} => {?U_365 a ActivityRecognition:Exercising}. +{?U_366 a ActivityRecognition:StudyRelated} => {?U_366 a ActivityRecognition:Routine}. +{?U_367 a ActivityRecognition:Sweeping} => {?U_367 a ActivityRecognition:ActiveActivity}. +{?U_368 a ActivityRecognition:Sweeping} => {?U_368 a ActivityRecognition:Cleaning}. +{?U_369 a ActivityRecognition:SwitchLightOff} => {?U_369 a ActivityRecognition:AdjustingLightLevels}. +{?U_370 a ActivityRecognition:SwitchLightOn} => {?U_370 a ActivityRecognition:AdjustingLightLevels}. +{?U_371 a ActivityRecognition:SwitchOff} => {?U_371 a ActivityRecognition:ElectricAppliance}. +{?U_372 a ActivityRecognition:SwitchOn} => {?U_372 a ActivityRecognition:ElectricAppliance}. +{?U_373 a ActivityRecognition:TakingMedication} => {?U_373 a ActivityRecognition:Healthcare}. +{?U_374 a ActivityRecognition:TakingOffSensors} => {?U_374 a ActivityRecognition:OtherActivities}. +{?U_375 a ActivityRecognition:TakingOutTrash} => {?U_375 a ActivityRecognition:ActiveActivity}. +{?U_376 a ActivityRecognition:TakingOutTrash} => {?U_376 a ActivityRecognition:Cleaning}. +{?U_377 a ActivityRecognition:TakingShoesOff} => {?U_377 a ActivityRecognition:Grooming}. +{?U_378 a ActivityRecognition:TakingVitamins} => {?U_378 a ActivityRecognition:Healthcare}. +{?U_379 a ActivityRecognition:TalkinToYourself} => {?U_379 a ActivityRecognition:Talking}. +{?U_380 a ActivityRecognition:Talking} => {?U_380 a ActivityRecognition:SocialInteraction}. +{?U_381 a ActivityRecognition:TalkingOnPhone} => {?U_381 a ActivityRecognition:Talking}. +{?U_382 a ActivityRecognition:TalkingToSomeone} => {?U_382 a ActivityRecognition:Talking}. +{?U_383 a ActivityRecognition:Texting} => {?U_383 a ActivityRecognition:UsingMobilePhone}. +{?U_384 a ActivityRecognition:ThrowingSomethingAway} => {?U_384 a ActivityRecognition:ActiveActivity}. +{?U_385 a ActivityRecognition:ThrowingSomethingAway} => {?U_385 a ActivityRecognition:Cleaning}. +{?U_386 a ActivityRecognition:ToiletRoutine} => {?U_386 a ActivityRecognition:Routine}. +{?U_387 a ActivityRecognition:Toileting} => {?U_387 a ActivityRecognition:Hygiene}. +{?U_388 a ActivityRecognition:Transition} => {?U_388 a saref4ehaw:Posture}. +{?U_389 a ActivityRecognition:TreatingWounds} => {?U_389 a ActivityRecognition:Healthcare}. +{?U_390 a ActivityRecognition:Turning} => {?U_390 a ActivityRecognition:Transition}. +{?U_391 a ActivityRecognition:UnloadingDishwasher} => {?U_391 a ActivityRecognition:ActiveActivity}. +{?U_392 a ActivityRecognition:UnloadingDishwasher} => {?U_392 a ActivityRecognition:Dishwashing}. +{?U_393 a ActivityRecognition:UnloadingDryer} => {?U_393 a ActivityRecognition:ActiveActivity}. +{?U_394 a ActivityRecognition:UnloadingDryer} => {?U_394 a ActivityRecognition:Laundry}. +{?U_395 a ActivityRecognition:UnloadingWashingMachine} => {?U_395 a ActivityRecognition:ActiveActivity}. +{?U_396 a ActivityRecognition:UnloadingWashingMachine} => {?U_396 a ActivityRecognition:Laundry}. +{?U_397 a ActivityRecognition:Usage} => {?U_397 a ActivityRecognition:ElectricAppliance}. +{?U_398 a ActivityRecognition:UsingComputer} => {?U_398 a ActivityRecognition:ActiveActivity}. +{?U_399 a ActivityRecognition:UsingComputer} => {?U_399 a ActivityRecognition:InformationInteraction}. +{?U_400 a ActivityRecognition:UsingMobilePhone} => {?U_400 a ActivityRecognition:ActiveActivity}. +{?U_401 a ActivityRecognition:UsingPrinter} => {?U_401 a ActivityRecognition:ActiveActivity}. +{?U_402 a ActivityRecognition:UsingPrinter} => {?U_402 a ActivityRecognition:InformationInteraction}. +{?U_403 a ActivityRecognition:Vacuuming} => {?U_403 a ActivityRecognition:ActiveActivity}. +{?U_404 a ActivityRecognition:Vacuuming} => {?U_404 a ActivityRecognition:Cleaning}. +{?U_405 a ActivityRecognition:VideoCalling} => {?U_405 a ActivityRecognition:SocialInteraction}. +{?U_406 a ActivityRecognition:WakingUp} => {?U_406 a ActivityRecognition:Sleeping}. +{?U_407 a ActivityRecognition:Walking} => {?U_407 a ActivityRecognition:Ambulation}. +{?U_408 a ActivityRecognition:WalkingCarryingLoad} => {?U_408 a ActivityRecognition:Ambulation}. +{?U_409 a ActivityRecognition:WalkingDownStairs} => {?U_409 a ActivityRecognition:Ambulation}. +{?U_410 a ActivityRecognition:WalkingUpStairs} => {?U_410 a ActivityRecognition:Ambulation}. +{?U_411 a ActivityRecognition:WarmingFoodMicrowave} => {?U_411 a ActivityRecognition:ActiveActivity}. +{?U_412 a ActivityRecognition:WarmingFoodMicrowave} => {?U_412 a ActivityRecognition:Preparation}. +{?U_413 a ActivityRecognition:WashingFace} => {?U_413 a ActivityRecognition:Hygiene}. +{?U_414 a ActivityRecognition:WashingHands} => {?U_414 a ActivityRecognition:Hygiene}. +{?U_415 a ActivityRecognition:WashingMachineOnInBackground} => {?U_415 a ActivityRecognition:BackgroundActivity}. +{?U_416 a ActivityRecognition:WashingMachineOnInBackground} => {?U_416 a ActivityRecognition:Laundry}. +{?U_417 a ActivityRecognition:WatchingTVActively} => {?U_417 a ActivityRecognition:ActiveActivity}. +{?U_418 a ActivityRecognition:WatchingTVActively} => {?U_418 a ActivityRecognition:InformationInteraction}. +{?U_419 a ActivityRecognition:WatchingTVInBackground} => {?U_419 a ActivityRecognition:BackgroundActivity}. +{?U_420 a ActivityRecognition:WatchingTVInBackground} => {?U_420 a ActivityRecognition:InformationInteraction}. +{?U_421 a ActivityRecognition:WaterPlants} => {?U_421 a ActivityRecognition:HomeEnvironmentManagement}. +{?U_422 a ActivityRecognition:WearingDeodorant} => {?U_422 a ActivityRecognition:Hygiene}. +{?U_423 a ActivityRecognition:WindowClose} => {?U_423 a ActivityRecognition:WindowInteraction}. +{?U_424 a ActivityRecognition:WindowInteraction} => {?U_424 a ActivityRecognition:AtomicHomeActivities}. +{?U_425 a ActivityRecognition:WindowOpen} => {?U_425 a ActivityRecognition:WindowInteraction}. +{?U_426 a ActivityRecognition:Working} => {?U_426 a ActivityRecognition:ActiveActivity}. +{?U_427 a ActivityRecognition:Working} => {?U_427 a saref4ehaw:DailyActivity}. +{?U_428 a ActivityRecognition:WorkingOnHobby} => {?U_428 a ActivityRecognition:Leisure}. +{?U_429 a ActivityRecognition:Writing} => {?U_429 a ActivityRecognition:ActiveActivity}. +{?U_430 a ActivityRecognition:Writing} => {?U_430 a ActivityRecognition:InformationInteraction}. +{?U_431 a ActivityRecognition:Yardwork} => {?U_431 a ActivityRecognition:ActiveActivity}. +{?U_432 a ActivityRecognition:Yardwork} => {?U_432 a saref4ehaw:DailyActivity}. +{?U_433 a saref4ehaw:Habit} => {?U_433 a ActivityRecognition:Lifestyle}. +{?U_434 a ns2:AlcoholProblem} => {?U_434 a ns2:Addiction}. +{?U_435 a ns2:Cat} => {?U_435 a ns2:Pet}. +{?U_436 a ns2:Dog} => {?U_436 a ns2:Pet}. +{?U_437 a ns2:DrugsProblem} => {?U_437 a ns2:Addiction}. +{?U_438 a ns2:Hypochondriac} => {?U_438 a ns2:MentalState}. +{?U_439 a ns2:Latex} => {?U_439 a ns2:Allergies}. +{?U_440 a ns2:MedicationAllergy} => {?U_440 a ns2:Allergies}. +{?U_441 a ns2:MedicationProblem} => {?U_441 a ns2:Addiction}. +{?U_442 a ns2:OtherAllergy} => {?U_442 a ns2:Allergies}. +{?U_443 a ns2:OtherPet} => {?U_443 a ns2:Pet}. +{?U_444 a ns2:Schizophrenia} => {?U_444 a ns2:MentalState}. +{?U_445 a ns2:Sensitive} => {?U_445 a ns2:MentalState}. +{?U_446 a ns2:Symptom} => {?U_446 a saref-core:FeatureOfInterest}. +{?U_447 a ns2:Temperamental} => {?U_447 a ns2:MentalState}. +{?U_448 a SensorsAndActuators:AtmosphericPressure} => {?U_448 a SensorsAndActuators:Pressure}. +{?U_449 a SensorsAndActuators:BathRoom} => {?U_449 a SensorsAndActuators:Room}. +{?U_450 a SensorsAndActuators:BedRoom} => {?U_450 a SensorsAndActuators:Room}. +{?U_451 a SensorsAndActuators:Blind} => {?U_451 a SensorsAndActuators:EnvironmentalState}. +{?U_452 a SensorsAndActuators:BrownGoods} => {?U_452 a saref-core:Appliance}. +{?U_453 a SensorsAndActuators:Button} => {?U_453 a SensorsAndActuators:EnvironmentalState}. +{?U_454 a SensorsAndActuators:CO2} => {?U_454 a saref-core:Property}. +{?U_455 a SensorsAndActuators:CO2Sensor} => {?U_455 a saref-core:Sensor}. +{?U_456 a SensorsAndActuators:CoffeeMaker} => {?U_456 a SensorsAndActuators:BrownGoods}. +{?U_457 a SensorsAndActuators:Computer} => {?U_457 a SensorsAndActuators:BrownGoods}. +{?U_458 a SensorsAndActuators:ContactSensor} => {?U_458 a saref-core:Sensor}. +{?U_459 a SensorsAndActuators:DeepFreezer} => {?U_459 a SensorsAndActuators:WhiteGoods}. +{?U_460 a SensorsAndActuators:Dimmer} => {?U_460 a SensorsAndActuators:EnvironmentalState}. +{?U_461 a SensorsAndActuators:DinningRoom} => {?U_461 a SensorsAndActuators:Room}. +{?U_462 a SensorsAndActuators:Dishwasher} => {?U_462 a SensorsAndActuators:WhiteGoods}. +{?U_463 a SensorsAndActuators:DoorSensor} => {?U_463 a SensorsAndActuators:ContactSensor}. +{?U_464 a SensorsAndActuators:ElectricalCooker} => {?U_464 a SensorsAndActuators:WhiteGoods}. +{?U_465 a SensorsAndActuators:ElectricityMeter} => {?U_465 a saref-core:Meter}. +{?U_466 a SensorsAndActuators:EnergyConsumption} => {?U_466 a saref-core:Property}. +{?U_467 a SensorsAndActuators:EnvironmentalState} => {?U_467 a saref-core:Property}. +{?U_468 a SensorsAndActuators:Floor} => {?U_468 a saref4bldg:BuildingSpace}. +{?U_469 a SensorsAndActuators:Fridge} => {?U_469 a SensorsAndActuators:WhiteGoods}. +{?U_470 a SensorsAndActuators:Garage} => {?U_470 a saref4bldg:BuildingSpace}. +{?U_471 a SensorsAndActuators:Garden} => {?U_471 a saref4bldg:BuildingSpace}. +{?U_472 a SensorsAndActuators:Humidity} => {?U_472 a saref-core:Property}. +{?U_473 a SensorsAndActuators:HumiditySensor} => {?U_473 a saref-core:Sensor}. +{?U_474 a SensorsAndActuators:IndoorTemperature} => {?U_474 a SensorsAndActuators:Temperature}. +{?U_475 a SensorsAndActuators:Kitchen} => {?U_475 a SensorsAndActuators:Room}. +{?U_476 a SensorsAndActuators:Light} => {?U_476 a saref-core:Property}. +{?U_477 a SensorsAndActuators:LightSensor} => {?U_477 a saref-core:Sensor}. +{?U_478 a SensorsAndActuators:LightSwitch} => {?U_478 a SensorsAndActuators:EnvironmentalState}. +{?U_479 a SensorsAndActuators:LivingRoom} => {?U_479 a SensorsAndActuators:Room}. +{?U_480 a SensorsAndActuators:Localisation} => {?U_480 a saref-core:Property}. +{?U_481 a SensorsAndActuators:Loudness} => {?U_481 a SensorsAndActuators:Noise}. +{?U_482 a SensorsAndActuators:LoudnessSensor} => {?U_482 a saref-core:Sensor}. +{?U_483 a SensorsAndActuators:Microwave} => {?U_483 a SensorsAndActuators:WhiteGoods}. +{?U_484 a SensorsAndActuators:Motion} => {?U_484 a saref-core:Property}. +{?U_485 a SensorsAndActuators:MovementSensor} => {?U_485 a saref-core:Sensor}. +{?U_486 a SensorsAndActuators:Noise} => {?U_486 a saref-core:Property}. +{?U_487 a SensorsAndActuators:OutdoorTemperaturee} => {?U_487 a SensorsAndActuators:Temperature}. +{?U_488 a SensorsAndActuators:Oven} => {?U_488 a SensorsAndActuators:WhiteGoods}. +{?U_489 a SensorsAndActuators:PeopleNumber} => {?U_489 a SensorsAndActuators:Presence}. +{?U_490 a SensorsAndActuators:PeoplePresencee} => {?U_490 a SensorsAndActuators:Presence}. +{?U_491 a SensorsAndActuators:Positioning} => {?U_491 a SensorsAndActuators:EnvironmentalState}. +{?U_492 a SensorsAndActuators:Power} => {?U_492 a saref-core:Property}. +{?U_493 a SensorsAndActuators:Presence} => {?U_493 a saref-core:Property}. +{?U_494 a SensorsAndActuators:PresenceSensor} => {?U_494 a SensorsAndActuators:MovementSensor}. +{?U_495 a SensorsAndActuators:Pressure} => {?U_495 a saref-core:Property}. +{?U_496 a SensorsAndActuators:PressureSensor} => {?U_496 a saref-core:Sensor}. +{?U_497 a SensorsAndActuators:Radio} => {?U_497 a SensorsAndActuators:BrownGoods}. +{?U_498 a SensorsAndActuators:RainRate} => {?U_498 a SensorsAndActuators:Weather}. +{?U_499 a SensorsAndActuators:RainrateSensor} => {?U_499 a saref-core:Sensor}. +{?U_500 a SensorsAndActuators:RelativeHumidity} => {?U_500 a SensorsAndActuators:Humidity}. +{?U_501 a SensorsAndActuators:Relay} => {?U_501 a SensorsAndActuators:EnvironmentalState}. +{?U_502 a SensorsAndActuators:Room} => {?U_502 a saref4bldg:BuildingSpace}. +{?U_503 a SensorsAndActuators:Socket} => {?U_503 a saref-core:Device}. +{?U_504 a SensorsAndActuators:StorageRoom} => {?U_504 a SensorsAndActuators:Room}. +{?U_505 a SensorsAndActuators:Temperature} => {?U_505 a saref-core:Property}. +{?U_506 a SensorsAndActuators:TemperatureSensor} => {?U_506 a saref-core:TemperatureSensor}. +{?U_507 a SensorsAndActuators:Toilet} => {?U_507 a SensorsAndActuators:Room}. +{?U_508 a SensorsAndActuators:Tv} => {?U_508 a SensorsAndActuators:BrownGoods}. +{?U_509 a SensorsAndActuators:VOC} => {?U_509 a saref-core:Property}. +{?U_510 a SensorsAndActuators:VOCSensor} => {?U_510 a saref-core:Sensor}. +{?U_511 a SensorsAndActuators:VentilationLevel} => {?U_511 a saref-core:Property}. +{?U_512 a SensorsAndActuators:WashingMachine} => {?U_512 a SensorsAndActuators:WhiteGoods}. +{?U_513 a SensorsAndActuators:WaterBoiler} => {?U_513 a SensorsAndActuators:BrownGoods}. +{?U_514 a SensorsAndActuators:WaterRunning} => {?U_514 a saref-core:Property}. +{?U_515 a SensorsAndActuators:WaterRunningSensor} => {?U_515 a saref-core:Sensor}. +{?U_516 a SensorsAndActuators:Weather} => {?U_516 a saref-core:Property}. +{?U_517 a SensorsAndActuators:WhiteGoods} => {?U_517 a saref-core:Appliance}. +{?U_518 a SensorsAndActuators:WindSpeed} => {?U_518 a SensorsAndActuators:Weather}. +{?U_519 a SensorsAndActuators:WindSpeedSensor} => {?U_519 a saref-core:Sensor}. +{?U_520 a saref4bldg:Pump} => {?U_520 a saref-core:HVAC}. +{?U_521 a SensorsAndWearables:Acceleration} => {?U_521 a }. +{?U_522 a SensorsAndWearables:Accelerometer} => {?U_522 a }. +{?U_523 a SensorsAndWearables:Altitude} => {?U_523 a SensorsAndWearables:GeoLocation}. +{?U_524 a SensorsAndWearables:AmbientLightSensor} => {?U_524 a saref-core:Sensor}. +{?U_525 a SensorsAndWearables:AmbientNoiseSensor} => {?U_525 a saref-core:Sensor}. +{?U_526 a SensorsAndWearables:Amplitude} => {?U_526 a SensorsAndWearables:Noise}. +{?U_527 a SensorsAndWearables:ApplicationUsage} => {?U_527 a ns6:WearableProperty}. +{?U_528 a SensorsAndWearables:ApplicationUsageMeter} => {?U_528 a SensorsAndWearables:SmartphoneUsageMeter}. +{?U_529 a SensorsAndWearables:Axis} => {?U_529 a geosp:Geometry}. +{?U_530 a SensorsAndWearables:BatteryLevelMeter} => {?U_530 a saref-core:Meter}. +{?U_531 a SensorsAndWearables:BloodPressure} => {?U_531 a ns6:BiometricProperty}. +{?U_532 a SensorsAndWearables:BloodVolumePulse} => {?U_532 a ns6:BiometricProperty}. +{?U_533 a SensorsAndWearables:Empatica} => {?U_533 a ns6:OnBodyWearable}. +{?U_534 a SensorsAndWearables:Frequency} => {?U_534 a SensorsAndWearables:Noise}. +{?U_535 a SensorsAndWearables:GPSSensor} => {?U_535 a saref-core:Sensor}. +{?U_536 a SensorsAndWearables:GSRSensor} => {?U_536 a saref-core:Sensor}. +{?U_537 a SensorsAndWearables:GeoLocation} => {?U_537 a saref-core:Property}. +{?U_538 a SensorsAndWearables:Gravity} => {?U_538 a }. +{?U_539 a SensorsAndWearables:GravitySensor} => {?U_539 a }. +{?U_540 a SensorsAndWearables:Gyroscope} => {?U_540 a }. +{?U_541 a SensorsAndWearables:HeartRate} => {?U_541 a ns6:BiometricProperty}. +{?U_542 a SensorsAndWearables:InterBeatInterval} => {?U_542 a ns6:BiometricProperty}. +{?U_543 a SensorsAndWearables:KeyStrokes} => {?U_543 a ns6:WearableProperty}. +{?U_544 a SensorsAndWearables:KeyboardUsageMeter} => {?U_544 a SensorsAndWearables:SmartphoneUsageMeter}. +{?U_545 a SensorsAndWearables:Latitude} => {?U_545 a SensorsAndWearables:GeoLocation}. +{?U_546 a SensorsAndWearables:Light} => {?U_546 a ns6:WearableProperty}. +{?U_547 a SensorsAndWearables:LinearAcceleration} => {?U_547 a }. +{?U_548 a SensorsAndWearables:LinearAccelerometer} => {?U_548 a }. +{?U_549 a SensorsAndWearables:LocationAccuracy} => {?U_549 a SensorsAndWearables:GeoLocation}. +{?U_550 a SensorsAndWearables:LocationBearing} => {?U_550 a SensorsAndWearables:GeoLocation}. +{?U_551 a SensorsAndWearables:Longitude} => {?U_551 a SensorsAndWearables:GeoLocation}. +{?U_552 a SensorsAndWearables:MagneticFieldStrength} => {?U_552 a }. +{?U_553 a SensorsAndWearables:Magnetometer} => {?U_553 a }. +{?U_554 a SensorsAndWearables:Noise} => {?U_554 a ns6:WearableProperty}. +{?U_555 a SensorsAndWearables:OnWristDetector} => {?U_555 a saref-core:Meter}. +{?U_556 a SensorsAndWearables:OrientationDeviation} => {?U_556 a }. +{?U_557 a SensorsAndWearables:PPGSensor} => {?U_557 a saref-core:Sensor}. +{?U_558 a SensorsAndWearables:Proximity} => {?U_558 a ns6:WearableProperty}. +{?U_559 a SensorsAndWearables:ProximitySensor} => {?U_559 a saref-core:Sensor}. +{?U_560 a SensorsAndWearables:Rotation} => {?U_560 a }. +{?U_561 a SensorsAndWearables:RotationSensor} => {?U_561 a }. +{?U_562 a SensorsAndWearables:SPO2} => {?U_562 a ns6:BiometricProperty}. +{?U_563 a SensorsAndWearables:ScreenUsage} => {?U_563 a ns6:WearableProperty}. +{?U_564 a SensorsAndWearables:ScreenUsageMeter} => {?U_564 a SensorsAndWearables:SmartphoneUsageMeter}. +{?U_565 a SensorsAndWearables:SkinConductance} => {?U_565 a ns6:BiometricProperty}. +{?U_566 a SensorsAndWearables:SkinTemperature} => {?U_566 a ns6:BiometricProperty}. +{?U_567 a SensorsAndWearables:Smartphone} => {?U_567 a ns6:NearBodyWearable}. +{?U_568 a SensorsAndWearables:SmartphoneAcceleration} => {?U_568 a SensorsAndWearables:Acceleration}. +{?U_569 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_569 a saref-core:Meter}. +{?U_570 a SensorsAndWearables:StepCount} => {?U_570 a ns6:WearableProperty}. +{?U_571 a SensorsAndWearables:StepCounter} => {?U_571 a saref-core:Meter}. +{?U_572 a SensorsAndWearables:Thermopile} => {?U_572 a saref-core:TemperatureSensor}. +{?U_573 a SensorsAndWearables:WearableAcceleration} => {?U_573 a SensorsAndWearables:Acceleration}. +{?U_574 a SensorsAndWearables:Weight} => {?U_574 a ns6:BiometricProperty}. +{?U_575 a SensorsAndWearables:XAxis} => {?U_575 a SensorsAndWearables:Axis}. +{?U_576 a SensorsAndWearables:YAxis} => {?U_576 a SensorsAndWearables:Axis}. +{?U_577 a SensorsAndWearables:ZAxis} => {?U_577 a SensorsAndWearables:Axis}. +{?U_578 a } => {?U_578 a ns6:WearableProperty}. +{?U_579 a } => {?U_579 a }. +{?U_580 a } => {?U_580 a saref-core:Sensor}. +{?U_581 a } => {?U_581 a }. +{?U_582 a dogont:Button} => {?U_582 a saref-core:Device}. +{?U_583 a dogont:Closet} => {?U_583 a ns3:Furniture}. +{?U_584 a dogont:Cupboard} => {?U_584 a ns3:Furniture}. +{?U_585 a dogont:DimmableLight} => {?U_585 a saref4bldg:Actuator}. +{?U_586 a dogont:DimmerLamp} => {?U_586 a saref4bldg:Actuator}. +{?U_587 a dogont:DimmerSwitch} => {?U_587 a saref4bldg:Actuator}. +{?U_588 a dogont:Door} => {?U_588 a ns3:Furniture}. +{?U_589 a dogont:Shutter} => {?U_589 a ns3:Furniture}. +{?U_590 a dogont:ShutterActuator} => {?U_590 a saref4bldg:Actuator}. +{?U_591 a dogont:Terrace} => {?U_591 a saref4bldg:BuildingSpace}. +{?U_592 a dogont:Window} => {?U_592 a ns3:Furniture}. +{?U_593 a ns3:Curtain} => {?U_593 a ns3:Furniture}. +{?U_594 a ns3:Furniture} => {?U_594 a saref4bldg:PhysicalObject}. +{?U_595 a ns3:Netatmo} => {?U_595 a saref-core:Sensor}. +{?U_596 a ns3:WeatherStation} => {?U_596 a saref-core:Sensor}. +{?U_597 a ns3:WindowSensor} => {?U_597 a saref-core:Sensor}. +{?U_598 a ns4:EmpaticaTagButton} => {?U_598 a saref-core:Device}. +{?U_599 a ns4:SleepAPI} => {?U_599 a saref-core:Meter}. +{?U_600 a ns5:Quality} => {?U_600 a }. +{?U_601 a eep:Execution} => {?U_601 a }. +{?U_602 a eep:Execution} => {?U_602 a }. +{?U_603 a eep:Execution} => {?U_603 a }. +{?U_604 a saref-core:ActuatingFunction} => {?U_604 a saref-core:Function}. +{?U_605 a saref-core:Actuator} => {?U_605 a saref-core:Device}. +{?U_606 a saref-core:Actuator} => {?U_606 a }. +{?U_607 a saref-core:Appliance} => {?U_607 a saref-core:Device}. +{?U_608 a saref-core:CloseCommand} => {?U_608 a saref-core:Command}. +{?U_609 a saref-core:CloseCommand} => {?U_609 a }. +{?U_610 a saref-core:CloseCommand} => {?U_610 a }. +{?U_611 a saref-core:CloseState} => {?U_611 a saref-core:OpenCloseState}. +{?U_612 a saref-core:Coal} => {?U_612 a saref-core:Commodity}. +{?U_613 a saref-core:Command} => {?U_613 a }. +{?U_614 a saref-core:Command} => {?U_614 a }. +{?U_615 a saref-core:Currency} => {?U_615 a saref-core:UnitOfMeasure}. +{?U_616 a saref-core:Device} => {?U_616 a }. +{?U_617 a saref-core:Device} => {?U_617 a }. +{?U_618 a saref-core:Device} => {?U_618 a }. +{?U_619 a saref-core:Device} => {?U_619 a }. +{?U_620 a saref-core:Device} => {?U_620 a }. +{?U_621 a saref-core:Device} => {?U_621 a }. +{?U_622 a saref-core:Device} => {?U_622 a }. +{?U_623 a saref-core:Device} => {?U_623 a }. +{?U_624 a saref-core:Device} => {?U_624 a }. +{?U_625 a saref-core:Device} => {?U_625 a }. +{?U_626 a saref-core:Device} => {?U_626 a }. +{?U_627 a saref-core:Device} => {?U_627 a }. +{?U_628 a saref-core:DoorSwitch} => {?U_628 a saref-core:Switch}. +{?U_629 a saref-core:DoorSwitch} => {?U_629 a }. +{?U_630 a saref-core:DoorSwitch} => {?U_630 a }. +{?U_631 a saref-core:Electricity} => {?U_631 a saref-core:Commodity}. +{?U_632 a saref-core:Energy} => {?U_632 a saref-core:Property}. +{?U_633 a saref-core:EnergyUnit} => {?U_633 a saref-core:UnitOfMeasure}. +{?U_634 a saref-core:EventFunction} => {?U_634 a saref-core:Function}. +{?U_635 a saref-core:EventFunction} => {?U_635 a }. +{?U_636 a saref-core:FeatureOfInterest} => {?U_636 a }. +{?U_637 a saref-core:FeatureOfInterest} => {?U_637 a }. +{?U_638 a saref-core:Function} => {?U_638 a }. +{?U_639 a saref-core:Gas} => {?U_639 a saref-core:Commodity}. +{?U_640 a saref-core:GetCommand} => {?U_640 a saref-core:Command}. +{?U_641 a saref-core:GetCurrentMeterValueCommand} => {?U_641 a saref-core:GetCommand}. +{?U_642 a saref-core:GetCurrentMeterValueCommand} => {?U_642 a }. +{?U_643 a saref-core:GetMeterDataCommand} => {?U_643 a saref-core:GetCommand}. +{?U_644 a saref-core:GetMeterDataCommand} => {?U_644 a }. +{?U_645 a saref-core:GetMeterHistoryCommand} => {?U_645 a saref-core:GetCommand}. +{?U_646 a saref-core:GetMeterHistoryCommand} => {?U_646 a }. +{?U_647 a saref-core:GetSensingDataCommand} => {?U_647 a saref-core:GetCommand}. +{?U_648 a saref-core:GetSensingDataCommand} => {?U_648 a }. +{?U_649 a saref-core:HVAC} => {?U_649 a saref-core:Device}. +{?U_650 a saref-core:Humidity} => {?U_650 a saref-core:Property}. +{?U_651 a saref-core:IlluminanceUnit} => {?U_651 a saref-core:UnitOfMeasure}. +{?U_652 a saref-core:LevelControlFunction} => {?U_652 a saref-core:ActuatingFunction}. +{?U_653 a saref-core:Light} => {?U_653 a saref-core:Property}. +{?U_654 a saref-core:LightSwitch} => {?U_654 a saref-core:Switch}. +{?U_655 a saref-core:LightSwitch} => {?U_655 a }. +{?U_656 a saref-core:LightSwitch} => {?U_656 a }. +{?U_657 a saref-core:LightSwitch} => {?U_657 a }. +{?U_658 a saref-core:LightSwitch} => {?U_658 a }. +{?U_659 a saref-core:Measurement} => {?U_659 a }. +{?U_660 a saref-core:Measurement} => {?U_660 a }. +{?U_661 a saref-core:Measurement} => {?U_661 a }. +{?U_662 a saref-core:Measurement} => {?U_662 a }. +{?U_663 a saref-core:Measurement} => {?U_663 a }. +{?U_664 a saref-core:Measurement} => {?U_664 a }. +{?U_665 a saref-core:Measurement} => {?U_665 a }. +{?U_666 a saref-core:Meter} => {?U_666 a saref-core:Device}. +{?U_667 a saref-core:Meter} => {?U_667 a }. +{?U_668 a saref-core:MeteringFunction} => {?U_668 a saref-core:Function}. +{?U_669 a saref-core:MeteringFunction} => {?U_669 a }. +{?U_670 a saref-core:MeteringFunction} => {?U_670 a }. +{?U_671 a saref-core:Motion} => {?U_671 a saref-core:Property}. +{?U_672 a saref-core:MultiLevelState} => {?U_672 a saref-core:State}. +{?U_673 a saref-core:NotifyCommand} => {?U_673 a saref-core:Command}. +{?U_674 a saref-core:NotifyCommand} => {?U_674 a }. +{?U_675 a saref-core:Occupancy} => {?U_675 a saref-core:Property}. +{?U_676 a saref-core:OffCommand} => {?U_676 a saref-core:Command}. +{?U_677 a saref-core:OffCommand} => {?U_677 a }. +{?U_678 a saref-core:OffCommand} => {?U_678 a }. +{?U_679 a saref-core:OffState} => {?U_679 a saref-core:OnOffState}. +{?U_680 a saref-core:OnCommand} => {?U_680 a saref-core:Command}. +{?U_681 a saref-core:OnCommand} => {?U_681 a }. +{?U_682 a saref-core:OnCommand} => {?U_682 a }. +{?U_683 a saref-core:OnOffFunction} => {?U_683 a saref-core:ActuatingFunction}. +{?U_684 a saref-core:OnOffState} => {?U_684 a saref-core:State}. +{?U_685 a saref-core:OnState} => {?U_685 a saref-core:OnOffState}. +{?U_686 a saref-core:OpenCloseFunction} => {?U_686 a saref-core:ActuatingFunction}. +{?U_687 a saref-core:OpenCloseState} => {?U_687 a saref-core:State}. +{?U_688 a saref-core:OpenCommand} => {?U_688 a saref-core:Command}. +{?U_689 a saref-core:OpenCommand} => {?U_689 a }. +{?U_690 a saref-core:OpenCommand} => {?U_690 a }. +{?U_691 a saref-core:OpenState} => {?U_691 a saref-core:OpenCloseState}. +{?U_692 a saref-core:PauseCommand} => {?U_692 a saref-core:Command}. +{?U_693 a saref-core:Power} => {?U_693 a saref-core:Property}. +{?U_694 a saref-core:PowerUnit} => {?U_694 a saref-core:UnitOfMeasure}. +{?U_695 a saref-core:Pressure} => {?U_695 a saref-core:Property}. +{?U_696 a saref-core:PressureUnit} => {?U_696 a saref-core:UnitOfMeasure}. +{?U_697 a saref-core:Price} => {?U_697 a saref-core:Property}. +{?U_698 a saref-core:Profile} => {?U_698 a }. +{?U_699 a saref-core:Profile} => {?U_699 a }. +{?U_700 a saref-core:Profile} => {?U_700 a }. +{?U_701 a saref-core:Profile} => {?U_701 a }. +{?U_702 a saref-core:Property} => {?U_702 a }. +{?U_703 a saref-core:Property} => {?U_703 a }. +{?U_704 a saref-core:Property} => {?U_704 a }. +{?U_705 a saref-core:Property} => {?U_705 a }. +{?U_706 a saref-core:SensingFunction} => {?U_706 a saref-core:Function}. +{?U_707 a saref-core:SensingFunction} => {?U_707 a }. +{?U_708 a saref-core:SensingFunction} => {?U_708 a }. +{?U_709 a saref-core:Sensor} => {?U_709 a saref-core:Device}. +{?U_710 a saref-core:Sensor} => {?U_710 a }. +{?U_711 a saref-core:Service} => {?U_711 a }. +{?U_712 a saref-core:Service} => {?U_712 a }. +{?U_713 a saref-core:SetAbsoluteLevelCommand} => {?U_713 a saref-core:SetLevelCommand}. +{?U_714 a saref-core:SetLevelCommand} => {?U_714 a saref-core:Command}. +{?U_715 a saref-core:SetLevelCommand} => {?U_715 a }. +{?U_716 a saref-core:SetLevelCommand} => {?U_716 a }. +{?U_717 a saref-core:SetRelativeLevelCommand} => {?U_717 a saref-core:SetLevelCommand}. +{?U_718 a saref-core:Smoke} => {?U_718 a saref-core:Property}. +{?U_719 a saref-core:SmokeSensor} => {?U_719 a saref-core:Sensor}. +{?U_720 a saref-core:SmokeSensor} => {?U_720 a }. +{?U_721 a saref-core:SmokeSensor} => {?U_721 a }. +{?U_722 a saref-core:SmokeSensor} => {?U_722 a }. +{?U_723 a saref-core:StartCommand} => {?U_723 a saref-core:Command}. +{?U_724 a saref-core:StartCommand} => {?U_724 a }. +{?U_725 a saref-core:StartCommand} => {?U_725 a }. +{?U_726 a saref-core:StartState} => {?U_726 a saref-core:StartStopState}. +{?U_727 a saref-core:StartStopFunction} => {?U_727 a saref-core:ActuatingFunction}. +{?U_728 a saref-core:StartStopState} => {?U_728 a saref-core:State}. +{?U_729 a saref-core:StepDownCommand} => {?U_729 a saref-core:Command}. +{?U_730 a saref-core:StepDownCommand} => {?U_730 a }. +{?U_731 a saref-core:StepDownCommand} => {?U_731 a }. +{?U_732 a saref-core:StepUpCommand} => {?U_732 a saref-core:Command}. +{?U_733 a saref-core:StepUpCommand} => {?U_733 a }. +{?U_734 a saref-core:StepUpCommand} => {?U_734 a }. +{?U_735 a saref-core:StopCommand} => {?U_735 a saref-core:Command}. +{?U_736 a saref-core:StopCommand} => {?U_736 a }. +{?U_737 a saref-core:StopCommand} => {?U_737 a }. +{?U_738 a saref-core:StopState} => {?U_738 a saref-core:StartStopState}. +{?U_739 a saref-core:Switch} => {?U_739 a saref-core:Actuator}. +{?U_740 a saref-core:SwitchOnService} => {?U_740 a saref-core:Service}. +{?U_741 a saref-core:SwitchOnService} => {?U_741 a }. +{?U_742 a saref-core:SwitchOnService} => {?U_742 a }. +{?U_743 a saref-core:Temperature} => {?U_743 a saref-core:Property}. +{?U_744 a saref-core:TemperatureSensor} => {?U_744 a saref-core:Sensor}. +{?U_745 a saref-core:TemperatureSensor} => {?U_745 a }. +{?U_746 a saref-core:TemperatureSensor} => {?U_746 a }. +{?U_747 a saref-core:TemperatureUnit} => {?U_747 a saref-core:UnitOfMeasure}. +{?U_748 a saref-core:ToggleCommand} => {?U_748 a saref-core:Command}. +{?U_749 a saref-core:ToggleCommand} => {?U_749 a }. +{?U_750 a saref-core:Water} => {?U_750 a saref-core:Commodity}. +{?U_751 a saref4bldg:Actuator} => {?U_751 a saref4bldg:DistributionControlDevice}. +{?U_752 a saref4bldg:Actuator} => {?U_752 a saref-core:Actuator}. +{?U_753 a saref4bldg:Actuator} => {?U_753 a }. +{?U_754 a saref4bldg:Actuator} => {?U_754 a }. +{?U_755 a saref4bldg:AirToAirHeatRecovery} => {?U_755 a saref4bldg:EnergyConversionDevice}. +{?U_756 a saref4bldg:AirToAirHeatRecovery} => {?U_756 a }. +{?U_757 a saref4bldg:AirToAirHeatRecovery} => {?U_757 a }. +{?U_758 a saref4bldg:AirToAirHeatRecovery} => {?U_758 a }. +{?U_759 a saref4bldg:AirToAirHeatRecovery} => {?U_759 a }. +{?U_760 a saref4bldg:AirToAirHeatRecovery} => {?U_760 a }. +{?U_761 a saref4bldg:AirToAirHeatRecovery} => {?U_761 a }. +{?U_762 a saref4bldg:AirToAirHeatRecovery} => {?U_762 a }. +{?U_763 a saref4bldg:AirToAirHeatRecovery} => {?U_763 a }. +{?U_764 a saref4bldg:Alarm} => {?U_764 a saref4bldg:DistributionControlDevice}. +{?U_765 a saref4bldg:AudioVisualAppliance} => {?U_765 a saref4bldg:FlowTerminal}. +{?U_766 a saref4bldg:AudioVisualAppliance} => {?U_766 a }. +{?U_767 a saref4bldg:AudioVisualAppliance} => {?U_767 a }. +{?U_768 a saref4bldg:Boiler} => {?U_768 a saref4bldg:EnergyConversionDevice}. +{?U_769 a saref4bldg:Boiler} => {?U_769 a }. +{?U_770 a saref4bldg:Boiler} => {?U_770 a }. +{?U_771 a saref4bldg:Boiler} => {?U_771 a }. +{?U_772 a saref4bldg:Boiler} => {?U_772 a }. +{?U_773 a saref4bldg:Boiler} => {?U_773 a }. +{?U_774 a saref4bldg:Boiler} => {?U_774 a }. +{?U_775 a saref4bldg:Boiler} => {?U_775 a }. +{?U_776 a saref4bldg:Boiler} => {?U_776 a }. +{?U_777 a saref4bldg:Boiler} => {?U_777 a }. +{?U_778 a saref4bldg:Boiler} => {?U_778 a }. +{?U_779 a saref4bldg:Boiler} => {?U_779 a }. +{?U_780 a saref4bldg:Boiler} => {?U_780 a }. +{?U_781 a saref4bldg:Building} => {?U_781 a }. +{?U_782 a saref4bldg:BuildingDevice} => {?U_782 a saref4bldg:BuildingObject}. +{?U_783 a saref4bldg:BuildingDevice} => {?U_783 a saref-core:Device}. +{?U_784 a saref4bldg:BuildingObject} => {?U_784 a saref4bldg:PhysicalObject}. +{?U_785 a saref4bldg:BuildingSpace} => {?U_785 a }. +{?U_786 a saref4bldg:BuildingSpace} => {?U_786 a }. +{?U_787 a saref4bldg:BuildingSpace} => {?U_787 a }. +{?U_788 a saref4bldg:Burner} => {?U_788 a saref4bldg:EnergyConversionDevice}. +{?U_789 a saref4bldg:Burner} => {?U_789 a }. +{?U_790 a saref4bldg:Chiller} => {?U_790 a saref4bldg:EnergyConversionDevice}. +{?U_791 a saref4bldg:Chiller} => {?U_791 a }. +{?U_792 a saref4bldg:Chiller} => {?U_792 a }. +{?U_793 a saref4bldg:Chiller} => {?U_793 a }. +{?U_794 a saref4bldg:Chiller} => {?U_794 a }. +{?U_795 a saref4bldg:Chiller} => {?U_795 a }. +{?U_796 a saref4bldg:Chiller} => {?U_796 a }. +{?U_797 a saref4bldg:Coil} => {?U_797 a saref4bldg:EnergyConversionDevice}. +{?U_798 a saref4bldg:Coil} => {?U_798 a }. +{?U_799 a saref4bldg:Coil} => {?U_799 a }. +{?U_800 a saref4bldg:Coil} => {?U_800 a }. +{?U_801 a saref4bldg:Coil} => {?U_801 a }. +{?U_802 a saref4bldg:Coil} => {?U_802 a }. +{?U_803 a saref4bldg:Coil} => {?U_803 a }. +{?U_804 a saref4bldg:Coil} => {?U_804 a }. +{?U_805 a saref4bldg:Coil} => {?U_805 a }. +{?U_806 a saref4bldg:CommunicationAppliance} => {?U_806 a saref4bldg:FlowTerminal}. +{?U_807 a saref4bldg:Compressor} => {?U_807 a saref4bldg:FlowMovingDevice}. +{?U_808 a saref4bldg:Compressor} => {?U_808 a }. +{?U_809 a saref4bldg:Compressor} => {?U_809 a }. +{?U_810 a saref4bldg:Compressor} => {?U_810 a }. +{?U_811 a saref4bldg:Compressor} => {?U_811 a }. +{?U_812 a saref4bldg:Compressor} => {?U_812 a }. +{?U_813 a saref4bldg:Compressor} => {?U_813 a }. +{?U_814 a saref4bldg:Compressor} => {?U_814 a }. +{?U_815 a saref4bldg:Compressor} => {?U_815 a }. +{?U_816 a saref4bldg:Compressor} => {?U_816 a }. +{?U_817 a saref4bldg:Compressor} => {?U_817 a }. +{?U_818 a saref4bldg:Condenser} => {?U_818 a saref4bldg:EnergyConversionDevice}. +{?U_819 a saref4bldg:Condenser} => {?U_819 a }. +{?U_820 a saref4bldg:Condenser} => {?U_820 a }. +{?U_821 a saref4bldg:Condenser} => {?U_821 a }. +{?U_822 a saref4bldg:Condenser} => {?U_822 a }. +{?U_823 a saref4bldg:Condenser} => {?U_823 a }. +{?U_824 a saref4bldg:Condenser} => {?U_824 a }. +{?U_825 a saref4bldg:Condenser} => {?U_825 a }. +{?U_826 a saref4bldg:Controller} => {?U_826 a saref4bldg:DistributionControlDevice}. +{?U_827 a saref4bldg:CooledBeam} => {?U_827 a saref4bldg:EnergyConversionDevice}. +{?U_828 a saref4bldg:CooledBeam} => {?U_828 a }. +{?U_829 a saref4bldg:CooledBeam} => {?U_829 a }. +{?U_830 a saref4bldg:CooledBeam} => {?U_830 a }. +{?U_831 a saref4bldg:CooledBeam} => {?U_831 a }. +{?U_832 a saref4bldg:CooledBeam} => {?U_832 a }. +{?U_833 a saref4bldg:CooledBeam} => {?U_833 a }. +{?U_834 a saref4bldg:CooledBeam} => {?U_834 a }. +{?U_835 a saref4bldg:CooledBeam} => {?U_835 a }. +{?U_836 a saref4bldg:CooledBeam} => {?U_836 a }. +{?U_837 a saref4bldg:CooledBeam} => {?U_837 a }. +{?U_838 a saref4bldg:CooledBeam} => {?U_838 a }. +{?U_839 a saref4bldg:CooledBeam} => {?U_839 a }. +{?U_840 a saref4bldg:CooledBeam} => {?U_840 a }. +{?U_841 a saref4bldg:CooledBeam} => {?U_841 a }. +{?U_842 a saref4bldg:CooledBeam} => {?U_842 a }. +{?U_843 a saref4bldg:CooledBeam} => {?U_843 a }. +{?U_844 a saref4bldg:CooledBeam} => {?U_844 a }. +{?U_845 a saref4bldg:CooledBeam} => {?U_845 a }. +{?U_846 a saref4bldg:CooledBeam} => {?U_846 a }. +{?U_847 a saref4bldg:CooledBeam} => {?U_847 a }. +{?U_848 a saref4bldg:CoolingTower} => {?U_848 a saref4bldg:EnergyConversionDevice}. +{?U_849 a saref4bldg:CoolingTower} => {?U_849 a }. +{?U_850 a saref4bldg:CoolingTower} => {?U_850 a }. +{?U_851 a saref4bldg:CoolingTower} => {?U_851 a }. +{?U_852 a saref4bldg:CoolingTower} => {?U_852 a }. +{?U_853 a saref4bldg:CoolingTower} => {?U_853 a }. +{?U_854 a saref4bldg:CoolingTower} => {?U_854 a }. +{?U_855 a saref4bldg:CoolingTower} => {?U_855 a }. +{?U_856 a saref4bldg:CoolingTower} => {?U_856 a }. +{?U_857 a saref4bldg:CoolingTower} => {?U_857 a }. +{?U_858 a saref4bldg:CoolingTower} => {?U_858 a }. +{?U_859 a saref4bldg:CoolingTower} => {?U_859 a }. +{?U_860 a saref4bldg:CoolingTower} => {?U_860 a }. +{?U_861 a saref4bldg:CoolingTower} => {?U_861 a }. +{?U_862 a saref4bldg:CoolingTower} => {?U_862 a }. +{?U_863 a saref4bldg:Damper} => {?U_863 a saref4bldg:FlowController}. +{?U_864 a saref4bldg:Damper} => {?U_864 a }. +{?U_865 a saref4bldg:Damper} => {?U_865 a }. +{?U_866 a saref4bldg:Damper} => {?U_866 a }. +{?U_867 a saref4bldg:Damper} => {?U_867 a }. +{?U_868 a saref4bldg:Damper} => {?U_868 a }. +{?U_869 a saref4bldg:Damper} => {?U_869 a }. +{?U_870 a saref4bldg:Damper} => {?U_870 a }. +{?U_871 a saref4bldg:Damper} => {?U_871 a }. +{?U_872 a saref4bldg:Damper} => {?U_872 a }. +{?U_873 a saref4bldg:Damper} => {?U_873 a }. +{?U_874 a saref4bldg:Damper} => {?U_874 a }. +{?U_875 a saref4bldg:Damper} => {?U_875 a }. +{?U_876 a saref4bldg:Damper} => {?U_876 a }. +{?U_877 a saref4bldg:Damper} => {?U_877 a }. +{?U_878 a saref4bldg:Damper} => {?U_878 a }. +{?U_879 a saref4bldg:Damper} => {?U_879 a }. +{?U_880 a saref4bldg:Damper} => {?U_880 a }. +{?U_881 a saref4bldg:Damper} => {?U_881 a }. +{?U_882 a saref4bldg:Damper} => {?U_882 a }. +{?U_883 a saref4bldg:Damper} => {?U_883 a }. +{?U_884 a saref4bldg:DistributionControlDevice} => {?U_884 a saref4bldg:DistributionDevice}. +{?U_885 a saref4bldg:DistributionDevice} => {?U_885 a saref4bldg:BuildingDevice}. +{?U_886 a saref4bldg:DistributionFlowDevice} => {?U_886 a saref4bldg:DistributionDevice}. +{?U_887 a saref4bldg:DuctSilencer} => {?U_887 a saref4bldg:FlowTreatmentDevice}. +{?U_888 a saref4bldg:DuctSilencer} => {?U_888 a }. +{?U_889 a saref4bldg:DuctSilencer} => {?U_889 a }. +{?U_890 a saref4bldg:DuctSilencer} => {?U_890 a }. +{?U_891 a saref4bldg:DuctSilencer} => {?U_891 a }. +{?U_892 a saref4bldg:DuctSilencer} => {?U_892 a }. +{?U_893 a saref4bldg:DuctSilencer} => {?U_893 a }. +{?U_894 a saref4bldg:DuctSilencer} => {?U_894 a }. +{?U_895 a saref4bldg:DuctSilencer} => {?U_895 a }. +{?U_896 a saref4bldg:DuctSilencer} => {?U_896 a }. +{?U_897 a saref4bldg:DuctSilencer} => {?U_897 a }. +{?U_898 a saref4bldg:ElectricAppliance} => {?U_898 a saref4bldg:FlowTerminal}. +{?U_899 a saref4bldg:ElectricFlowStorageDevice} => {?U_899 a saref4bldg:FlowStorageDevice}. +{?U_900 a saref4bldg:ElectricFlowStorageDevice} => {?U_900 a }. +{?U_901 a saref4bldg:ElectricFlowStorageDevice} => {?U_901 a }. +{?U_902 a saref4bldg:ElectricFlowStorageDevice} => {?U_902 a }. +{?U_903 a saref4bldg:ElectricGenerator} => {?U_903 a saref4bldg:EnergyConversionDevice}. +{?U_904 a saref4bldg:ElectricGenerator} => {?U_904 a }. +{?U_905 a saref4bldg:ElectricGenerator} => {?U_905 a }. +{?U_906 a saref4bldg:ElectricGenerator} => {?U_906 a }. +{?U_907 a saref4bldg:ElectricMotor} => {?U_907 a saref4bldg:EnergyConversionDevice}. +{?U_908 a saref4bldg:ElectricMotor} => {?U_908 a }. +{?U_909 a saref4bldg:ElectricMotor} => {?U_909 a }. +{?U_910 a saref4bldg:ElectricMotor} => {?U_910 a }. +{?U_911 a saref4bldg:ElectricMotor} => {?U_911 a }. +{?U_912 a saref4bldg:ElectricMotor} => {?U_912 a }. +{?U_913 a saref4bldg:ElectricMotor} => {?U_913 a }. +{?U_914 a saref4bldg:ElectricMotor} => {?U_914 a }. +{?U_915 a saref4bldg:ElectricMotor} => {?U_915 a }. +{?U_916 a saref4bldg:ElectricMotor} => {?U_916 a }. +{?U_917 a saref4bldg:ElectricMotor} => {?U_917 a }. +{?U_918 a saref4bldg:ElectricTimeControl} => {?U_918 a saref4bldg:FlowController}. +{?U_919 a saref4bldg:EnergyConversionDevice} => {?U_919 a saref4bldg:DistributionFlowDevice}. +{?U_920 a saref4bldg:Engine} => {?U_920 a saref4bldg:EnergyConversionDevice}. +{?U_921 a saref4bldg:Engine} => {?U_921 a }. +{?U_922 a saref4bldg:EvaporativeCooler} => {?U_922 a saref4bldg:EnergyConversionDevice}. +{?U_923 a saref4bldg:EvaporativeCooler} => {?U_923 a }. +{?U_924 a saref4bldg:EvaporativeCooler} => {?U_924 a }. +{?U_925 a saref4bldg:EvaporativeCooler} => {?U_925 a }. +{?U_926 a saref4bldg:EvaporativeCooler} => {?U_926 a }. +{?U_927 a saref4bldg:EvaporativeCooler} => {?U_927 a }. +{?U_928 a saref4bldg:Evaporator} => {?U_928 a saref4bldg:EnergyConversionDevice}. +{?U_929 a saref4bldg:Evaporator} => {?U_929 a }. +{?U_930 a saref4bldg:Evaporator} => {?U_930 a }. +{?U_931 a saref4bldg:Evaporator} => {?U_931 a }. +{?U_932 a saref4bldg:Evaporator} => {?U_932 a }. +{?U_933 a saref4bldg:Evaporator} => {?U_933 a }. +{?U_934 a saref4bldg:Evaporator} => {?U_934 a }. +{?U_935 a saref4bldg:Evaporator} => {?U_935 a }. +{?U_936 a saref4bldg:Evaporator} => {?U_936 a }. +{?U_937 a saref4bldg:Evaporator} => {?U_937 a }. +{?U_938 a saref4bldg:Fan} => {?U_938 a saref4bldg:FlowMovingDevice}. +{?U_939 a saref4bldg:Fan} => {?U_939 a }. +{?U_940 a saref4bldg:Fan} => {?U_940 a }. +{?U_941 a saref4bldg:Fan} => {?U_941 a }. +{?U_942 a saref4bldg:Fan} => {?U_942 a }. +{?U_943 a saref4bldg:Fan} => {?U_943 a }. +{?U_944 a saref4bldg:Fan} => {?U_944 a }. +{?U_945 a saref4bldg:Fan} => {?U_945 a }. +{?U_946 a saref4bldg:Fan} => {?U_946 a }. +{?U_947 a saref4bldg:Fan} => {?U_947 a }. +{?U_948 a saref4bldg:Fan} => {?U_948 a }. +{?U_949 a saref4bldg:Filter} => {?U_949 a saref4bldg:FlowTreatmentDevice}. +{?U_950 a saref4bldg:Filter} => {?U_950 a }. +{?U_951 a saref4bldg:Filter} => {?U_951 a }. +{?U_952 a saref4bldg:Filter} => {?U_952 a }. +{?U_953 a saref4bldg:Filter} => {?U_953 a }. +{?U_954 a saref4bldg:Filter} => {?U_954 a }. +{?U_955 a saref4bldg:Filter} => {?U_955 a }. +{?U_956 a saref4bldg:Filter} => {?U_956 a }. +{?U_957 a saref4bldg:Filter} => {?U_957 a }. +{?U_958 a saref4bldg:Filter} => {?U_958 a }. +{?U_959 a saref4bldg:Filter} => {?U_959 a }. +{?U_960 a saref4bldg:Filter} => {?U_960 a }. +{?U_961 a saref4bldg:Filter} => {?U_961 a }. +{?U_962 a saref4bldg:Filter} => {?U_962 a }. +{?U_963 a saref4bldg:FireSuppressionTerminal} => {?U_963 a saref4bldg:FlowTerminal}. +{?U_964 a saref4bldg:FlowController} => {?U_964 a saref4bldg:DistributionFlowDevice}. +{?U_965 a saref4bldg:FlowInstrument} => {?U_965 a saref4bldg:DistributionControlDevice}. +{?U_966 a saref4bldg:FlowMeter} => {?U_966 a saref4bldg:FlowController}. +{?U_967 a saref4bldg:FlowMeter} => {?U_967 a }. +{?U_968 a saref4bldg:FlowMeter} => {?U_968 a }. +{?U_969 a saref4bldg:FlowMovingDevice} => {?U_969 a saref4bldg:DistributionFlowDevice}. +{?U_970 a saref4bldg:FlowStorageDevice} => {?U_970 a saref4bldg:DistributionFlowDevice}. +{?U_971 a saref4bldg:FlowTerminal} => {?U_971 a saref4bldg:DistributionFlowDevice}. +{?U_972 a saref4bldg:FlowTreatmentDevice} => {?U_972 a saref4bldg:DistributionFlowDevice}. +{?U_973 a saref4bldg:HeatExchanger} => {?U_973 a saref4bldg:EnergyConversionDevice}. +{?U_974 a saref4bldg:HeatExchanger} => {?U_974 a }. +{?U_975 a saref4bldg:Humidifier} => {?U_975 a saref4bldg:EnergyConversionDevice}. +{?U_976 a saref4bldg:Humidifier} => {?U_976 a }. +{?U_977 a saref4bldg:Humidifier} => {?U_977 a }. +{?U_978 a saref4bldg:Humidifier} => {?U_978 a }. +{?U_979 a saref4bldg:Humidifier} => {?U_979 a }. +{?U_980 a saref4bldg:Humidifier} => {?U_980 a }. +{?U_981 a saref4bldg:Humidifier} => {?U_981 a }. +{?U_982 a saref4bldg:Interceptor} => {?U_982 a saref4bldg:FlowTreatmentDevice}. +{?U_983 a saref4bldg:Interceptor} => {?U_983 a }. +{?U_984 a saref4bldg:Interceptor} => {?U_984 a }. +{?U_985 a saref4bldg:Interceptor} => {?U_985 a }. +{?U_986 a saref4bldg:Interceptor} => {?U_986 a }. +{?U_987 a saref4bldg:Interceptor} => {?U_987 a }. +{?U_988 a saref4bldg:Interceptor} => {?U_988 a }. +{?U_989 a saref4bldg:Interceptor} => {?U_989 a }. +{?U_990 a saref4bldg:Interceptor} => {?U_990 a }. +{?U_991 a saref4bldg:Lamp} => {?U_991 a saref4bldg:FlowTerminal}. +{?U_992 a saref4bldg:Lamp} => {?U_992 a }. +{?U_993 a saref4bldg:Lamp} => {?U_993 a }. +{?U_994 a saref4bldg:Lamp} => {?U_994 a }. +{?U_995 a saref4bldg:Lamp} => {?U_995 a }. +{?U_996 a saref4bldg:Lamp} => {?U_996 a }. +{?U_997 a saref4bldg:Lamp} => {?U_997 a }. +{?U_998 a saref4bldg:Lamp} => {?U_998 a }. +{?U_999 a saref4bldg:Lamp} => {?U_999 a }. +{?U_1000 a saref4bldg:Lamp} => {?U_1000 a }. +{?U_1001 a saref4bldg:Lamp} => {?U_1001 a }. +{?U_1002 a saref4bldg:MedicalDevice} => {?U_1002 a saref4bldg:FlowTerminal}. +{?U_1003 a saref4bldg:Outlet} => {?U_1003 a saref4bldg:FlowTerminal}. +{?U_1004 a saref4bldg:Outlet} => {?U_1004 a }. +{?U_1005 a saref4bldg:Outlet} => {?U_1005 a }. +{?U_1006 a saref4bldg:PhysicalObject} => {?U_1006 a }. +{?U_1007 a saref4bldg:PhysicalObject} => {?U_1007 a }. +{?U_1008 a saref4bldg:ProtectiveDevice} => {?U_1008 a saref4bldg:FlowController}. +{?U_1009 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_1009 a saref4bldg:DistributionControlDevice}. +{?U_1010 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_1010 a }. +{?U_1011 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_1011 a }. +{?U_1012 a saref4bldg:Pump} => {?U_1012 a saref4bldg:FlowMovingDevice}. +{?U_1013 a saref4bldg:Pump} => {?U_1013 a }. +{?U_1014 a saref4bldg:Pump} => {?U_1014 a }. +{?U_1015 a saref4bldg:Pump} => {?U_1015 a }. +{?U_1016 a saref4bldg:Pump} => {?U_1016 a }. +{?U_1017 a saref4bldg:Pump} => {?U_1017 a }. +{?U_1018 a saref4bldg:Pump} => {?U_1018 a }. +{?U_1019 a saref4bldg:Pump} => {?U_1019 a }. +{?U_1020 a saref4bldg:Pump} => {?U_1020 a }. +{?U_1021 a saref4bldg:Pump} => {?U_1021 a }. +{?U_1022 a saref4bldg:SanitaryTerminal} => {?U_1022 a saref4bldg:FlowTerminal}. +{?U_1023 a saref4bldg:Sensor} => {?U_1023 a saref4bldg:DistributionControlDevice}. +{?U_1024 a saref4bldg:Sensor} => {?U_1024 a saref-core:Sensor}. +{?U_1025 a saref4bldg:ShadingDevice} => {?U_1025 a saref4bldg:BuildingDevice}. +{?U_1026 a saref4bldg:ShadingDevice} => {?U_1026 a }. +{?U_1027 a saref4bldg:ShadingDevice} => {?U_1027 a }. +{?U_1028 a saref4bldg:ShadingDevice} => {?U_1028 a }. +{?U_1029 a saref4bldg:ShadingDevice} => {?U_1029 a }. +{?U_1030 a saref4bldg:ShadingDevice} => {?U_1030 a }. +{?U_1031 a saref4bldg:ShadingDevice} => {?U_1031 a }. +{?U_1032 a saref4bldg:ShadingDevice} => {?U_1032 a }. +{?U_1033 a saref4bldg:ShadingDevice} => {?U_1033 a }. +{?U_1034 a saref4bldg:ShadingDevice} => {?U_1034 a }. +{?U_1035 a saref4bldg:SolarDevice} => {?U_1035 a saref4bldg:EnergyConversionDevice}. +{?U_1036 a saref4bldg:SpaceHeater} => {?U_1036 a saref4bldg:FlowTerminal}. +{?U_1037 a saref4bldg:SpaceHeater} => {?U_1037 a }. +{?U_1038 a saref4bldg:SpaceHeater} => {?U_1038 a }. +{?U_1039 a saref4bldg:SpaceHeater} => {?U_1039 a }. +{?U_1040 a saref4bldg:SpaceHeater} => {?U_1040 a }. +{?U_1041 a saref4bldg:SpaceHeater} => {?U_1041 a }. +{?U_1042 a saref4bldg:SpaceHeater} => {?U_1042 a }. +{?U_1043 a saref4bldg:SpaceHeater} => {?U_1043 a }. +{?U_1044 a saref4bldg:SpaceHeater} => {?U_1044 a }. +{?U_1045 a saref4bldg:SpaceHeater} => {?U_1045 a }. +{?U_1046 a saref4bldg:SpaceHeater} => {?U_1046 a }. +{?U_1047 a saref4bldg:SpaceHeater} => {?U_1047 a }. +{?U_1048 a saref4bldg:SwitchingDevice} => {?U_1048 a saref4bldg:FlowController}. +{?U_1049 a saref4bldg:SwitchingDevice} => {?U_1049 a }. +{?U_1050 a saref4bldg:SwitchingDevice} => {?U_1050 a }. +{?U_1051 a saref4bldg:SwitchingDevice} => {?U_1051 a }. +{?U_1052 a saref4bldg:SwitchingDevice} => {?U_1052 a }. +{?U_1053 a saref4bldg:SwitchingDevice} => {?U_1053 a }. +{?U_1054 a saref4bldg:Tank} => {?U_1054 a saref4bldg:FlowStorageDevice}. +{?U_1055 a saref4bldg:Tank} => {?U_1055 a }. +{?U_1056 a saref4bldg:Tank} => {?U_1056 a }. +{?U_1057 a saref4bldg:Tank} => {?U_1057 a }. +{?U_1058 a saref4bldg:Tank} => {?U_1058 a }. +{?U_1059 a saref4bldg:Tank} => {?U_1059 a }. +{?U_1060 a saref4bldg:Tank} => {?U_1060 a }. +{?U_1061 a saref4bldg:Tank} => {?U_1061 a }. +{?U_1062 a saref4bldg:Tank} => {?U_1062 a }. +{?U_1063 a saref4bldg:Tank} => {?U_1063 a }. +{?U_1064 a saref4bldg:Tank} => {?U_1064 a }. +{?U_1065 a saref4bldg:Tank} => {?U_1065 a }. +{?U_1066 a saref4bldg:Tank} => {?U_1066 a }. +{?U_1067 a saref4bldg:Tank} => {?U_1067 a }. +{?U_1068 a saref4bldg:Transformer} => {?U_1068 a saref4bldg:EnergyConversionDevice}. +{?U_1069 a saref4bldg:Transformer} => {?U_1069 a }. +{?U_1070 a saref4bldg:Transformer} => {?U_1070 a }. +{?U_1071 a saref4bldg:Transformer} => {?U_1071 a }. +{?U_1072 a saref4bldg:Transformer} => {?U_1072 a }. +{?U_1073 a saref4bldg:Transformer} => {?U_1073 a }. +{?U_1074 a saref4bldg:Transformer} => {?U_1074 a }. +{?U_1075 a saref4bldg:Transformer} => {?U_1075 a }. +{?U_1076 a saref4bldg:Transformer} => {?U_1076 a }. +{?U_1077 a saref4bldg:Transformer} => {?U_1077 a }. +{?U_1078 a saref4bldg:Transformer} => {?U_1078 a }. +{?U_1079 a saref4bldg:Transformer} => {?U_1079 a }. +{?U_1080 a saref4bldg:Transformer} => {?U_1080 a }. +{?U_1081 a saref4bldg:Transformer} => {?U_1081 a }. +{?U_1082 a saref4bldg:Transformer} => {?U_1082 a }. +{?U_1083 a saref4bldg:Transformer} => {?U_1083 a }. +{?U_1084 a saref4bldg:TransportElement} => {?U_1084 a saref-core:Device}. +{?U_1085 a saref4bldg:TransportElement} => {?U_1085 a }. +{?U_1086 a saref4bldg:TransportElement} => {?U_1086 a }. +{?U_1087 a saref4bldg:TransportElement} => {?U_1087 a }. +{?U_1088 a saref4bldg:TubeBundle} => {?U_1088 a saref4bldg:EnergyConversionDevice}. +{?U_1089 a saref4bldg:TubeBundle} => {?U_1089 a }. +{?U_1090 a saref4bldg:TubeBundle} => {?U_1090 a }. +{?U_1091 a saref4bldg:TubeBundle} => {?U_1091 a }. +{?U_1092 a saref4bldg:TubeBundle} => {?U_1092 a }. +{?U_1093 a saref4bldg:TubeBundle} => {?U_1093 a }. +{?U_1094 a saref4bldg:TubeBundle} => {?U_1094 a }. +{?U_1095 a saref4bldg:TubeBundle} => {?U_1095 a }. +{?U_1096 a saref4bldg:TubeBundle} => {?U_1096 a }. +{?U_1097 a saref4bldg:TubeBundle} => {?U_1097 a }. +{?U_1098 a saref4bldg:TubeBundle} => {?U_1098 a }. +{?U_1099 a saref4bldg:TubeBundle} => {?U_1099 a }. +{?U_1100 a saref4bldg:TubeBundle} => {?U_1100 a }. +{?U_1101 a saref4bldg:TubeBundle} => {?U_1101 a }. +{?U_1102 a saref4bldg:TubeBundle} => {?U_1102 a }. +{?U_1103 a saref4bldg:UnitaryControlElement} => {?U_1103 a saref4bldg:DistributionControlDevice}. +{?U_1104 a saref4bldg:Valve} => {?U_1104 a saref4bldg:FlowController}. +{?U_1105 a saref4bldg:Valve} => {?U_1105 a }. +{?U_1106 a saref4bldg:Valve} => {?U_1106 a }. +{?U_1107 a saref4bldg:Valve} => {?U_1107 a }. +{?U_1108 a saref4bldg:Valve} => {?U_1108 a }. +{?U_1109 a saref4bldg:Valve} => {?U_1109 a }. +{?U_1110 a saref4bldg:Valve} => {?U_1110 a }. +{?U_1111 a saref4bldg:Valve} => {?U_1111 a }. +{?U_1112 a saref4bldg:Valve} => {?U_1112 a }. +{?U_1113 a saref4bldg:VibrationIsolator} => {?U_1113 a saref-core:Device}. +{?U_1114 a saref4bldg:VibrationIsolator} => {?U_1114 a }. +{?U_1115 a saref4bldg:VibrationIsolator} => {?U_1115 a }. +{?U_1116 a saref4bldg:VibrationIsolator} => {?U_1116 a }. +{?U_1117 a saref4bldg:VibrationIsolator} => {?U_1117 a }. +{?U_1118 a saref4bldg:VibrationIsolator} => {?U_1118 a }. +{?U_1119 a saref-core:Device} => {?U_1119 a saref4bldg:PhysicalObject}. +{?U_1120 a saref-core:Measurement} => {?U_1120 a }. +{?U_1121 a saref-core:Measurement} => {?U_1121 a }. +{?U_1122 a saref-core:Measurement} => {?U_1122 a }. +{?U_1123 a saref-core:Measurement} => {?U_1123 a }. +{?U_1124 a saref-core:Measurement} => {?U_1124 a }. +{?U_1125 a saref4ehaw:AlarmCommand} => {?U_1125 a saref-core:Command}. +{?U_1126 a saref4ehaw:BanHub} => {?U_1126 a saref4ehaw:HealthDevice}. +{?U_1127 a saref4ehaw:BodySurfaceLocation} => {?U_1127 a saref4ehaw:Location}. +{?U_1128 a saref4ehaw:Caregiver} => {?U_1128 a saref4ehaw:HealthActor}. +{?U_1129 a saref4ehaw:DailyActivity} => {?U_1129 a saref4ehaw:Activity}. +{?U_1130 a saref4ehaw:EventDrivenBanCommunicationType} => {?U_1130 a saref4ehaw:BanCommunicationType}. +{?U_1131 a saref4ehaw:FunctionalDevice} => {?U_1131 a saref-core:Device}. +{?U_1132 a saref4ehaw:HealthActor} => {?U_1132 a foaf:Agent}. +{?U_1133 a saref4ehaw:HealthActuator} => {?U_1133 a saref4ehaw:HealthDevice}. +{?U_1134 a saref4ehaw:HealthDevice} => {?U_1134 a saref-core:Device}. +{?U_1135 a saref4ehaw:HealthSensor} => {?U_1135 a saref4ehaw:HealthDevice}. +{?U_1136 a saref4ehaw:HealthWearable} => {?U_1136 a saref4ehaw:HealthDevice}. +{?U_1137 a saref4ehaw:Helper} => {?U_1137 a saref4ehaw:HealthActor}. +{?U_1138 a saref4ehaw:ImplantLocation} => {?U_1138 a saref4ehaw:Location}. +{?U_1139 a saref4ehaw:LegalConstraint} => {?U_1139 a saref4ehaw:DataConstraint}. +{?U_1140 a saref4ehaw:MeasurementCollectionSession} => {?U_1140 a saref-core:Task}. +{?U_1141 a saref4ehaw:MeasurementFunction} => {?U_1141 a saref-core:Function}. +{?U_1142 a saref4ehaw:NocturnalActivity} => {?U_1142 a saref4ehaw:Activity}. +{?U_1143 a saref4ehaw:OnRequestBanCommunicationType} => {?U_1143 a saref4ehaw:BanCommunicationType}. +{?U_1144 a saref4ehaw:Patient} => {?U_1144 a saref4ehaw:User}. +{?U_1145 a saref4ehaw:PeriodicBanCommunicationType} => {?U_1145 a saref4ehaw:BanCommunicationType}. +{?U_1146 a saref4ehaw:PhysicalLocation} => {?U_1146 a saref4ehaw:Location}. +{?U_1147 a saref4ehaw:Posture} => {?U_1147 a saref-core:Property}. +{?U_1148 a saref4ehaw:ReminderCommand} => {?U_1148 a saref-core:NotifyCommand}. +{?U_1149 a saref4ehaw:ResponsibleParty} => {?U_1149 a saref4ehaw:HealthActor}. +{?U_1150 a saref4ehaw:TimeSeriesMeasurement} => {?U_1150 a saref-core:Measurement}. +{?U_1151 a saref4ehaw:TimeSeriesMeasurement} => {?U_1151 a }. +{?U_1152 a saref4ehaw:TimeSeriesMeasurement} => {?U_1152 a }. +{?U_1153 a saref4ehaw:User} => {?U_1153 a saref4ehaw:HealthActor}. +{?U_1154 a saref4ehaw:ValidityConstraint} => {?U_1154 a saref4ehaw:DataConstraint}. +{?U_1155 a geosp:Feature} => {?U_1155 a geosp:SpatialObject}. +{?U_1156 a geosp:Geometry} => {?U_1156 a geosp:SpatialObject}. +{?U_1157 a geo:Point} => {?U_1157 a geosp:Geometry}. +{?U_1158 a saref-core:Device} => {?U_1158 a }. +{?U_1159 a saref-core:Device} => {?U_1159 a }. +{?U_1160 a saref-core:Device} => {?U_1160 a }. +{?U_1161 a saref-core:Measurement} => {?U_1161 a }. +{?U_1162 a saref-core:Measurement} => {?U_1162 a }. +{?U_1163 a saref-core:Measurement} => {?U_1163 a }. +{?U_1164 a saref-core:Measurement} => {?U_1164 a }. +{?U_1165 a saref-core:Measurement} => {?U_1165 a }. +{?U_1166 a saref-core:Measurement} => {?U_1166 a }. +{?U_1167 a saref-core:Measurement} => {?U_1167 a }. +{?U_1168 a saref-core:Property} => {?U_1168 a }. +{?U_1169 a saref-core:Property} => {?U_1169 a }. +{?U_1170 a saref-core:Property} => {?U_1170 a }. +{?U_1171 a s4city:AdministrativeArea} => {?U_1171 a geosp:Feature}. +{?U_1172 a s4city:CityObject} => {?U_1172 a geosp:Feature}. +{?U_1173 a s4city:Event} => {?U_1173 a ns6:Occurrence}. +{?U_1174 a s4city:Event} => {?U_1174 a }. +{?U_1175 a s4city:Facility} => {?U_1175 a geosp:Feature}. +{?U_1176 a ns6:BiometricProperty} => {?U_1176 a ns6:WearerProperty}. +{?U_1177 a ns6:CommunicatingFunction} => {?U_1177 a saref-core:EventFunction}. +{?U_1178 a ns6:ControllingFunction} => {?U_1178 a saref-core:Function}. +{?U_1179 a ns6:CrowdProperty} => {?U_1179 a saref-core:Property}. +{?U_1180 a ns6:ElectricalProperty} => {?U_1180 a ns6:WearableProperty}. +{?U_1181 a ns6:ElectricalSafetyProperty} => {?U_1181 a ns6:WearableProperty}. +{?U_1182 a ns6:EmissionProperty} => {?U_1182 a ns6:WearableProperty}. +{?U_1183 a ns6:EnvironmentalProperty} => {?U_1183 a saref-core:Property}. +{?U_1184 a ns6:FabricWearable} => {?U_1184 a ns6:TextileBasedWearable}. +{?U_1185 a ns6:InBodyWearable} => {?U_1185 a }. +{?U_1186 a ns6:LivingOrganism} => {?U_1186 a geosp:Feature}. +{?U_1187 a ns6:LivingOrganism} => {?U_1187 a saref-core:FeatureOfInterest}. +{?U_1188 a ns6:MemoryStorage} => {?U_1188 a saref-core:Device}. +{?U_1189 a ns6:NavigatingFunction} => {?U_1189 a saref-core:Function}. +{?U_1190 a ns6:NearBodyWearable} => {?U_1190 a }. +{?U_1191 a ns6:Occurrence} => {?U_1191 a }. +{?U_1192 a ns6:OnBodyWearable} => {?U_1192 a }. +{?U_1193 a ns6:PowerSupply} => {?U_1193 a saref-core:Device}. +{?U_1194 a ns6:Software} => {?U_1194 a saref-core:FeatureOfInterest}. +{?U_1195 a ns6:TextileBasedSensor} => {?U_1195 a saref-core:Sensor}. +{?U_1196 a ns6:TextileBasedWearable} => {?U_1196 a ns6:OnBodyWearable}. +{?U_1197 a ns6:User} => {?U_1197 a saref-core:FeatureOfInterest}. +{?U_1198 a ns6:Wearable} => {?U_1198 a geosp:Feature}. +{?U_1199 a ns6:Wearable} => {?U_1199 a saref-core:Device}. +{?U_1200 a ns6:Wearable} => {?U_1200 a }. +{?U_1201 a ns6:Wearable} => {?U_1201 a }. +{?U_1202 a ns6:WearableProperty} => {?U_1202 a saref-core:Property}. +{?U_1203 a ns6:Wearer} => {?U_1203 a geosp:SpatialObject}. +{?U_1204 a ns6:Wearer} => {?U_1204 a }. +{?U_1205 a ns6:Wearer} => {?U_1205 a }. +{?U_1206 a ns6:WearerProperty} => {?U_1206 a saref-core:Property}. +{?U_1207 a :BrushingTeethActivityPrediction} => {?U_1207 a ActivityRecognition:Prediction}. +{?U_1208 a :CookingFoodOvenActivityPrediction} => {?U_1208 a ActivityRecognition:Prediction}. +{?U_1209 a :CookingFoodStovetopActivityPrediction} => {?U_1209 a ActivityRecognition:Prediction}. +{?U_1210 a :DrinkPreparationActivityPrediction} => {?U_1210 a ActivityRecognition:Prediction}. +{?U_1211 a :EatingActivityPrediction} => {?U_1211 a ActivityRecognition:Prediction}. +{?U_1212 a :MatchingValue} => {?U_1212 a :Condition}. +{?U_1213 a :MatchingValue} => {?U_1213 a }. +{?U_1214 a :MeanThreshold} => {?U_1214 a :ValueCondition}. +{?U_1215 a :MeanThreshold} => {?U_1215 a }. +{?U_1216 a :MeanVarianceThreshold} => {?U_1216 a :ValueCondition}. +{?U_1217 a :MeanVarianceThreshold} => {?U_1217 a }. +{?U_1218 a :NonRoutineActivityPrediction} => {?U_1218 a ActivityRecognition:Prediction}. +{?U_1219 a :NonRoutineBrushingTeethActivityPrediction} => {?U_1219 a ActivityRecognition:ActivityPrediction}. +{?U_1220 a :NonRoutineBrushingTeethActivityPrediction} => {?U_1220 a ActivityRecognition:Prediction}. +{?U_1221 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_1221 a ActivityRecognition:ActivityPrediction}. +{?U_1222 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_1222 a ActivityRecognition:Prediction}. +{?U_1223 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_1223 a ActivityRecognition:ActivityPrediction}. +{?U_1224 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_1224 a ActivityRecognition:Prediction}. +{?U_1225 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_1225 a ActivityRecognition:ActivityPrediction}. +{?U_1226 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_1226 a ActivityRecognition:Prediction}. +{?U_1227 a :NonRoutineEatingActivityPrediction} => {?U_1227 a ActivityRecognition:ActivityPrediction}. +{?U_1228 a :NonRoutineEatingActivityPrediction} => {?U_1228 a ActivityRecognition:Prediction}. +{?U_1229 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_1229 a ActivityRecognition:ActivityPrediction}. +{?U_1230 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_1230 a ActivityRecognition:Prediction}. +{?U_1231 a :NonRoutineShoweringActivityPrediction} => {?U_1231 a ActivityRecognition:ActivityPrediction}. +{?U_1232 a :NonRoutineShoweringActivityPrediction} => {?U_1232 a ActivityRecognition:Prediction}. +{?U_1233 a :NonRoutineSleepingActivityPrediction} => {?U_1233 a ActivityRecognition:ActivityPrediction}. +{?U_1234 a :NonRoutineSleepingActivityPrediction} => {?U_1234 a ActivityRecognition:Prediction}. +{?U_1235 a :NonRoutineToiletingActivityPrediction} => {?U_1235 a ActivityRecognition:ActivityPrediction}. +{?U_1236 a :NonRoutineToiletingActivityPrediction} => {?U_1236 a ActivityRecognition:Prediction}. +{?U_1237 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_1237 a ActivityRecognition:ActivityPrediction}. +{?U_1238 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_1238 a ActivityRecognition:Prediction}. +{?U_1239 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_1239 a ActivityRecognition:ActivityPrediction}. +{?U_1240 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_1240 a ActivityRecognition:Prediction}. +{?U_1241 a :PreparingHotMealActivityPrediction} => {?U_1241 a ActivityRecognition:Prediction}. +{?U_1242 a :RegularThreshold} => {?U_1242 a :ValueCondition}. +{?U_1243 a :RegularThreshold} => {?U_1243 a }. +{?U_1244 a :RoutineActivityPrediction} => {?U_1244 a ActivityRecognition:Prediction}. +{?U_1245 a :RoutineBrushingTeethActivityPrediction} => {?U_1245 a ActivityRecognition:ActivityPrediction}. +{?U_1246 a :RoutineBrushingTeethActivityPrediction} => {?U_1246 a ActivityRecognition:Prediction}. +{?U_1247 a :RoutineCookingFoodOvenActivityPrediction} => {?U_1247 a ActivityRecognition:ActivityPrediction}. +{?U_1248 a :RoutineCookingFoodOvenActivityPrediction} => {?U_1248 a ActivityRecognition:Prediction}. +{?U_1249 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_1249 a ActivityRecognition:ActivityPrediction}. +{?U_1250 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_1250 a ActivityRecognition:Prediction}. +{?U_1251 a :RoutineDrinkPreparationActivityPrediction} => {?U_1251 a ActivityRecognition:ActivityPrediction}. +{?U_1252 a :RoutineDrinkPreparationActivityPrediction} => {?U_1252 a ActivityRecognition:Prediction}. +{?U_1253 a :RoutineEatingActivityPrediction} => {?U_1253 a ActivityRecognition:ActivityPrediction}. +{?U_1254 a :RoutineEatingActivityPrediction} => {?U_1254 a ActivityRecognition:Prediction}. +{?U_1255 a :RoutinePreparingHotMealActivityPrediction} => {?U_1255 a ActivityRecognition:ActivityPrediction}. +{?U_1256 a :RoutinePreparingHotMealActivityPrediction} => {?U_1256 a ActivityRecognition:Prediction}. +{?U_1257 a :RoutineShoweringActivityPrediction} => {?U_1257 a ActivityRecognition:ActivityPrediction}. +{?U_1258 a :RoutineShoweringActivityPrediction} => {?U_1258 a ActivityRecognition:Prediction}. +{?U_1259 a :RoutineSleepingActivityPrediction} => {?U_1259 a ActivityRecognition:ActivityPrediction}. +{?U_1260 a :RoutineSleepingActivityPrediction} => {?U_1260 a ActivityRecognition:Prediction}. +{?U_1261 a :RoutineToiletingActivityPrediction} => {?U_1261 a ActivityRecognition:ActivityPrediction}. +{?U_1262 a :RoutineToiletingActivityPrediction} => {?U_1262 a ActivityRecognition:Prediction}. +{?U_1263 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_1263 a ActivityRecognition:ActivityPrediction}. +{?U_1264 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_1264 a ActivityRecognition:Prediction}. +{?U_1265 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_1265 a ActivityRecognition:ActivityPrediction}. +{?U_1266 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_1266 a ActivityRecognition:Prediction}. +{?U_1267 a :ShoweringActivityPrediction} => {?U_1267 a ActivityRecognition:Prediction}. +{?U_1268 a :SleepingActivityPrediction} => {?U_1268 a ActivityRecognition:Prediction}. +{?U_1269 a :SlopeThreshold} => {?U_1269 a :ValueCondition}. +{?U_1270 a :SlopeThreshold} => {?U_1270 a }. +{?U_1271 a :Threshold} => {?U_1271 a :Condition}. +{?U_1272 a :Threshold} => {?U_1272 a }. +{?U_1273 a :ToiletingActivityPrediction} => {?U_1273 a ActivityRecognition:Prediction}. +{?U_1274 a :UserWithBrushingTeethRoutine} => {?U_1274 a saref4ehaw:HealthActor}. +{?U_1275 a :UserWithCookingFoodOvenRoutine} => {?U_1275 a saref4ehaw:HealthActor}. +{?U_1276 a :UserWithCookingFoodStovetopRoutine} => {?U_1276 a saref4ehaw:HealthActor}. +{?U_1277 a :UserWithDrinkPreparationRoutine} => {?U_1277 a saref4ehaw:HealthActor}. +{?U_1278 a :UserWithEatingRoutine} => {?U_1278 a saref4ehaw:HealthActor}. +{?U_1279 a :UserWithPreparingHotMealRoutine} => {?U_1279 a saref4ehaw:HealthActor}. +{?U_1280 a :UserWithShoweringRoutine} => {?U_1280 a saref4ehaw:HealthActor}. +{?U_1281 a :UserWithSleepingRoutine} => {?U_1281 a saref4ehaw:HealthActor}. +{?U_1282 a :UserWithToiletingRoutine} => {?U_1282 a saref4ehaw:HealthActor}. +{?U_1283 a :UserWithUsingMobilePhoneRoutine} => {?U_1283 a saref4ehaw:HealthActor}. +{?U_1284 a :UserWithWatchingTVActivelyRoutine} => {?U_1284 a saref4ehaw:HealthActor}. +{?U_1285 a :UserWithoutBrushingTeethRoutine} => {?U_1285 a saref4ehaw:HealthActor}. +{?U_1286 a :UserWithoutCookingFoodOvenRoutine} => {?U_1286 a saref4ehaw:HealthActor}. +{?U_1287 a :UserWithoutCookingFoodStovetopRoutine} => {?U_1287 a saref4ehaw:HealthActor}. +{?U_1288 a :UserWithoutDrinkPreparationRoutine} => {?U_1288 a saref4ehaw:HealthActor}. +{?U_1289 a :UserWithoutEatingRoutine} => {?U_1289 a saref4ehaw:HealthActor}. +{?U_1290 a :UserWithoutPreparingHotMealRoutine} => {?U_1290 a saref4ehaw:HealthActor}. +{?U_1291 a :UserWithoutShoweringRoutine} => {?U_1291 a saref4ehaw:HealthActor}. +{?U_1292 a :UserWithoutSleepingRoutine} => {?U_1292 a saref4ehaw:HealthActor}. +{?U_1293 a :UserWithoutToiletingRoutine} => {?U_1293 a saref4ehaw:HealthActor}. +{?U_1294 a :UserWithoutUsingMobilePhoneRoutine} => {?U_1294 a saref4ehaw:HealthActor}. +{?U_1295 a :UserWithoutWatchingTVActivelyRoutine} => {?U_1295 a saref4ehaw:HealthActor}. +{?U_1296 a :UsingMobilePhoneActivityPrediction} => {?U_1296 a ActivityRecognition:Prediction}. +{?U_1297 a :WatchingTVActivelyActivityPrediction} => {?U_1297 a ActivityRecognition:Prediction}. +{?U_1298 a ActivityRecognition:ActivityPrediction} => {?U_1298 a eep:Execution}. +{?U_1299 a ActivityRecognition:ActivityPrediction} => {?U_1299 a }. +{?U_1300 a ActivityRecognition:ActivityPrediction} => {?U_1300 a }. +{?U_1301 a ActivityRecognition:ActivityRecognitionModel} => {?U_1301 a eep:Executor}. +{?U_1302 a ActivityRecognition:ActivityRecognitionModel} => {?U_1302 a }. +{?U_1303 a ActivityRecognition:Ambulation} => {?U_1303 a saref-core:Property}. +{?U_1304 a ActivityRecognition:Anomaly} => {?U_1304 a eep:Execution}. +{?U_1305 a ActivityRecognition:Anomaly} => {?U_1305 a }. +{?U_1306 a ActivityRecognition:Anomaly} => {?U_1306 a }. +{?U_1307 a ActivityRecognition:AtomicHomeActivities} => {?U_1307 a saref4ehaw:Activity}. +{?U_1308 a ActivityRecognition:Bathing} => {?U_1308 a ActivityRecognition:ActiveActivity}. +{?U_1309 a ActivityRecognition:Bathing} => {?U_1309 a saref4ehaw:DailyActivity}. +{?U_1310 a ActivityRecognition:Bending} => {?U_1310 a saref4ehaw:Posture}. +{?U_1311 a ActivityRecognition:BendingOver} => {?U_1311 a saref-core:Property}. +{?U_1312 a ActivityRecognition:BreakRoutine} => {?U_1312 a }. +{?U_1313 a ActivityRecognition:BrowingInternetOnComputer} => {?U_1313 a ActivityRecognition:ActiveActivity}. +{?U_1314 a ActivityRecognition:BrowingInternetOnComputer} => {?U_1314 a ActivityRecognition:InformationInteraction}. +{?U_1315 a ActivityRecognition:BrowsingInternetOnMobilePhone} => {?U_1315 a :DetectableActivity}. +{?U_1316 a ActivityRecognition:BrowsingInternetOnMobilePhone} => {?U_1316 a ActivityRecognition:ActiveActivity}. +{?U_1317 a ActivityRecognition:BrushingHair} => {?U_1317 a ActivityRecognition:ActiveActivity}. +{?U_1318 a ActivityRecognition:BrushingHair} => {?U_1318 a saref4ehaw:DailyActivity}. +{?U_1319 a ActivityRecognition:BrushingTeeth} => {?U_1319 a ActivityRecognition:ActiveActivity}. +{?U_1320 a ActivityRecognition:BrushingTeeth} => {?U_1320 a saref4ehaw:DailyActivity}. +{?U_1321 a ActivityRecognition:CausingDestruction} => {?U_1321 a ActivityRecognition:ActiveActivity}. +{?U_1322 a ActivityRecognition:CausingDestruction} => {?U_1322 a saref4ehaw:DailyActivity}. +{?U_1323 a ActivityRecognition:ChangingLinen} => {?U_1323 a saref4ehaw:Activity}. +{?U_1324 a ActivityRecognition:ChangingLinen} => {?U_1324 a saref4ehaw:DailyActivity}. +{?U_1325 a ActivityRecognition:ChargingDevices} => {?U_1325 a saref4ehaw:Activity}. +{?U_1326 a ActivityRecognition:Cleaning} => {?U_1326 a saref4ehaw:Activity}. +{?U_1327 a ActivityRecognition:CleaningInBackground} => {?U_1327 a saref4ehaw:Activity}. +{?U_1328 a ActivityRecognition:CleaningInBackground} => {?U_1328 a saref4ehaw:DailyActivity}. +{?U_1329 a ActivityRecognition:CleaningWindows} => {?U_1329 a saref4ehaw:Activity}. +{?U_1330 a ActivityRecognition:CleaningWindows} => {?U_1330 a saref4ehaw:DailyActivity}. +{?U_1331 a ActivityRecognition:CookingFoodOven} => {?U_1331 a saref4ehaw:Activity}. +{?U_1332 a ActivityRecognition:CookingFoodOven} => {?U_1332 a saref4ehaw:DailyActivity}. +{?U_1333 a ActivityRecognition:CookingFoodStovetop} => {?U_1333 a saref4ehaw:Activity}. +{?U_1334 a ActivityRecognition:CookingFoodStovetop} => {?U_1334 a saref4ehaw:DailyActivity}. +{?U_1335 a ActivityRecognition:Cosmetics} => {?U_1335 a ActivityRecognition:ActiveActivity}. +{?U_1336 a ActivityRecognition:Cosmetics} => {?U_1336 a saref4ehaw:DailyActivity}. +{?U_1337 a ActivityRecognition:Crawling} => {?U_1337 a saref4ehaw:Posture}. +{?U_1338 a ActivityRecognition:Crawling} => {?U_1338 a saref-core:Property}. +{?U_1339 a ActivityRecognition:CupBoardInteraction} => {?U_1339 a ActivityRecognition:ActiveActivity}. +{?U_1340 a ActivityRecognition:CupBoardInteraction} => {?U_1340 a saref4ehaw:Activity}. +{?U_1341 a ActivityRecognition:CupboardClose} => {?U_1341 a ActivityRecognition:AtomicHomeActivities}. +{?U_1342 a ActivityRecognition:CupboardClose} => {?U_1342 a ActivityRecognition:ActiveActivity}. +{?U_1343 a ActivityRecognition:CupboardClose} => {?U_1343 a saref4ehaw:Activity}. +{?U_1344 a ActivityRecognition:CupboardOpen} => {?U_1344 a ActivityRecognition:AtomicHomeActivities}. +{?U_1345 a ActivityRecognition:CupboardOpen} => {?U_1345 a ActivityRecognition:ActiveActivity}. +{?U_1346 a ActivityRecognition:CupboardOpen} => {?U_1346 a saref4ehaw:Activity}. +{?U_1347 a ActivityRecognition:CuttingNails} => {?U_1347 a ActivityRecognition:ActiveActivity}. +{?U_1348 a ActivityRecognition:CuttingNails} => {?U_1348 a saref4ehaw:DailyActivity}. +{?U_1349 a ActivityRecognition:Dancing} => {?U_1349 a ActivityRecognition:ActiveActivity}. +{?U_1350 a ActivityRecognition:Dancing} => {?U_1350 a saref4ehaw:DailyActivity}. +{?U_1351 a ActivityRecognition:Decorating} => {?U_1351 a ActivityRecognition:ActiveActivity}. +{?U_1352 a ActivityRecognition:Decorating} => {?U_1352 a saref4ehaw:DailyActivity}. +{?U_1353 a ActivityRecognition:DinnerRoutine} => {?U_1353 a }. +{?U_1354 a ActivityRecognition:DishwasherOnInBackground} => {?U_1354 a saref4ehaw:Activity}. +{?U_1355 a ActivityRecognition:Dishwashing} => {?U_1355 a saref4ehaw:Activity}. +{?U_1356 a ActivityRecognition:DoorClose} => {?U_1356 a ActivityRecognition:AtomicHomeActivities}. +{?U_1357 a ActivityRecognition:DoorInteraction} => {?U_1357 a ActivityRecognition:ActiveActivity}. +{?U_1358 a ActivityRecognition:DoorInteraction} => {?U_1358 a saref4ehaw:Activity}. +{?U_1359 a ActivityRecognition:DoorOpen} => {?U_1359 a ActivityRecognition:AtomicHomeActivities}. +{?U_1360 a ActivityRecognition:DoorOpen} => {?U_1360 a ActivityRecognition:ActiveActivity}. +{?U_1361 a ActivityRecognition:DoorOpen} => {?U_1361 a saref4ehaw:Activity}. +{?U_1362 a ActivityRecognition:DoorWalkThrough} => {?U_1362 a ActivityRecognition:AtomicHomeActivities}. +{?U_1363 a ActivityRecognition:DoorWalkThrough} => {?U_1363 a ActivityRecognition:ActiveActivity}. +{?U_1364 a ActivityRecognition:DoorWalkThrough} => {?U_1364 a saref4ehaw:Activity}. +{?U_1365 a ActivityRecognition:DrawClose} => {?U_1365 a ActivityRecognition:AtomicHomeActivities}. +{?U_1366 a ActivityRecognition:DrawInteraction} => {?U_1366 a ActivityRecognition:ActiveActivity}. +{?U_1367 a ActivityRecognition:DrawInteraction} => {?U_1367 a saref4ehaw:Activity}. +{?U_1368 a ActivityRecognition:DrawOpen} => {?U_1368 a ActivityRecognition:AtomicHomeActivities}. +{?U_1369 a ActivityRecognition:DrawOpen} => {?U_1369 a ActivityRecognition:ActiveActivity}. +{?U_1370 a ActivityRecognition:DrawOpen} => {?U_1370 a saref4ehaw:Activity}. +{?U_1371 a ActivityRecognition:DrinkPreparation} => {?U_1371 a saref4ehaw:Activity}. +{?U_1372 a ActivityRecognition:Drinking} => {?U_1372 a saref4ehaw:Activity}. +{?U_1373 a ActivityRecognition:DrinkingAlcohol} => {?U_1373 a ActivityRecognition:ActiveActivity}. +{?U_1374 a ActivityRecognition:DrinkingAlcohol} => {?U_1374 a saref4ehaw:DailyActivity}. +{?U_1375 a ActivityRecognition:DrinkingAlcohol} => {?U_1375 a saref4ehaw:Activity}. +{?U_1376 a ActivityRecognition:DrinkingBeverage} => {?U_1376 a ActivityRecognition:ActiveActivity}. +{?U_1377 a ActivityRecognition:DrinkingBeverage} => {?U_1377 a saref4ehaw:DailyActivity}. +{?U_1378 a ActivityRecognition:DrinkingBeverage} => {?U_1378 a saref4ehaw:Activity}. +{?U_1379 a ActivityRecognition:DrinkingWater} => {?U_1379 a ActivityRecognition:ActiveActivity}. +{?U_1380 a ActivityRecognition:DrinkingWater} => {?U_1380 a saref4ehaw:DailyActivity}. +{?U_1381 a ActivityRecognition:DrinkingWater} => {?U_1381 a saref4ehaw:Activity}. +{?U_1382 a ActivityRecognition:DryerOnInBackround} => {?U_1382 a saref4ehaw:Activity}. +{?U_1383 a ActivityRecognition:DryerOnInBackround} => {?U_1383 a saref4ehaw:DailyActivity}. +{?U_1384 a ActivityRecognition:DryingBody} => {?U_1384 a ActivityRecognition:ActiveActivity}. +{?U_1385 a ActivityRecognition:DryingBody} => {?U_1385 a saref4ehaw:DailyActivity}. +{?U_1386 a ActivityRecognition:DryingDishes} => {?U_1386 a saref4ehaw:Activity}. +{?U_1387 a ActivityRecognition:DryingDishes} => {?U_1387 a saref4ehaw:DailyActivity}. +{?U_1388 a ActivityRecognition:DryingHair} => {?U_1388 a ActivityRecognition:ActiveActivity}. +{?U_1389 a ActivityRecognition:DryingHair} => {?U_1389 a saref4ehaw:DailyActivity}. +{?U_1390 a ActivityRecognition:Dusting} => {?U_1390 a saref4ehaw:Activity}. +{?U_1391 a ActivityRecognition:Dusting} => {?U_1391 a saref4ehaw:DailyActivity}. +{?U_1392 a ActivityRecognition:Eating} => {?U_1392 a saref4ehaw:Activity}. +{?U_1393 a ActivityRecognition:EatingMeal} => {?U_1393 a :DetectableActivity}. +{?U_1394 a ActivityRecognition:EatingMeal} => {?U_1394 a ActivityRecognition:ActiveActivity}. +{?U_1395 a ActivityRecognition:EatingMeal} => {?U_1395 a saref4ehaw:DailyActivity}. +{?U_1396 a ActivityRecognition:EatingMeal} => {?U_1396 a saref4ehaw:Activity}. +{?U_1397 a ActivityRecognition:EatingSnack} => {?U_1397 a :DetectableActivity}. +{?U_1398 a ActivityRecognition:EatingSnack} => {?U_1398 a ActivityRecognition:ActiveActivity}. +{?U_1399 a ActivityRecognition:EatingSnack} => {?U_1399 a saref4ehaw:DailyActivity}. +{?U_1400 a ActivityRecognition:EatingSnack} => {?U_1400 a saref4ehaw:Activity}. +{?U_1401 a ActivityRecognition:ElectricAppliance} => {?U_1401 a ActivityRecognition:ActiveActivity}. +{?U_1402 a ActivityRecognition:ElectricAppliance} => {?U_1402 a saref4ehaw:Activity}. +{?U_1403 a ActivityRecognition:EmailOnComputer} => {?U_1403 a ActivityRecognition:ActiveActivity}. +{?U_1404 a ActivityRecognition:EmailOnComputer} => {?U_1404 a ActivityRecognition:InformationInteraction}. +{?U_1405 a ActivityRecognition:EmailOnMobilePhone} => {?U_1405 a :DetectableActivity}. +{?U_1406 a ActivityRecognition:EmailOnMobilePhone} => {?U_1406 a ActivityRecognition:ActiveActivity}. +{?U_1407 a ActivityRecognition:EnduranceeTraining} => {?U_1407 a ActivityRecognition:ActiveActivity}. +{?U_1408 a ActivityRecognition:EnduranceeTraining} => {?U_1408 a saref4ehaw:DailyActivity}. +{?U_1409 a ActivityRecognition:EveningRoutine} => {?U_1409 a }. +{?U_1410 a ActivityRecognition:ExerciseRoutine} => {?U_1410 a }. +{?U_1411 a ActivityRecognition:Exercising} => {?U_1411 a saref4ehaw:Activity}. +{?U_1412 a ActivityRecognition:FlexibilityTraining} => {?U_1412 a ActivityRecognition:ActiveActivity}. +{?U_1413 a ActivityRecognition:FlexibilityTraining} => {?U_1413 a saref4ehaw:DailyActivity}. +{?U_1414 a ActivityRecognition:FlexibilityTraining} => {?U_1414 a saref4ehaw:Activity}. +{?U_1415 a ActivityRecognition:Flossing} => {?U_1415 a ActivityRecognition:ActiveActivity}. +{?U_1416 a ActivityRecognition:Flossing} => {?U_1416 a saref4ehaw:DailyActivity}. +{?U_1417 a ActivityRecognition:Gardening} => {?U_1417 a ActivityRecognition:ActiveActivity}. +{?U_1418 a ActivityRecognition:Gardening} => {?U_1418 a saref4ehaw:DailyActivity}. +{?U_1419 a ActivityRecognition:GettingDressed} => {?U_1419 a ActivityRecognition:ActiveActivity}. +{?U_1420 a ActivityRecognition:GettingDressed} => {?U_1420 a saref4ehaw:DailyActivity}. +{?U_1421 a ActivityRecognition:GettingReadyToSleep} => {?U_1421 a :DetectableActivity}. +{?U_1422 a ActivityRecognition:GettingReadyToSleep} => {?U_1422 a ActivityRecognition:ActiveActivity}. +{?U_1423 a ActivityRecognition:GettingReadyToSleep} => {?U_1423 a saref4ehaw:NocturnalActivity}. +{?U_1424 a ActivityRecognition:GettingUndressed} => {?U_1424 a ActivityRecognition:ActiveActivity}. +{?U_1425 a ActivityRecognition:GettingUndressed} => {?U_1425 a saref4ehaw:DailyActivity}. +{?U_1426 a ActivityRecognition:Grooming} => {?U_1426 a saref4ehaw:Activity}. +{?U_1427 a ActivityRecognition:HandWashing} => {?U_1427 a saref4ehaw:Activity}. +{?U_1428 a ActivityRecognition:HandWashing} => {?U_1428 a saref4ehaw:DailyActivity}. +{?U_1429 a ActivityRecognition:HangingLaundry} => {?U_1429 a saref4ehaw:Activity}. +{?U_1430 a ActivityRecognition:HangingLaundry} => {?U_1430 a saref4ehaw:DailyActivity}. +{?U_1431 a ActivityRecognition:Healthcare} => {?U_1431 a saref4ehaw:Activity}. +{?U_1432 a ActivityRecognition:HomeEnvironmentManagement} => {?U_1432 a saref4ehaw:Activity}. +{?U_1433 a ActivityRecognition:Hygiene} => {?U_1433 a saref4ehaw:Activity}. +{?U_1434 a ActivityRecognition:InformationInteraction} => {?U_1434 a saref4ehaw:Activity}. +{?U_1435 a ActivityRecognition:Intellectual} => {?U_1435 a ActivityRecognition:ActiveActivity}. +{?U_1436 a ActivityRecognition:Intellectual} => {?U_1436 a saref4ehaw:DailyActivity}. +{?U_1437 a ActivityRecognition:Ironing} => {?U_1437 a saref4ehaw:Activity}. +{?U_1438 a ActivityRecognition:Ironing} => {?U_1438 a saref4ehaw:DailyActivity}. +{?U_1439 a ActivityRecognition:Jogging} => {?U_1439 a saref4ehaw:Posture}. +{?U_1440 a ActivityRecognition:Jogging} => {?U_1440 a saref-core:Property}. +{?U_1441 a ActivityRecognition:Jumping} => {?U_1441 a saref4ehaw:Posture}. +{?U_1442 a ActivityRecognition:Jumping} => {?U_1442 a saref-core:Property}. +{?U_1443 a ActivityRecognition:KneelToStand} => {?U_1443 a saref4ehaw:Posture}. +{?U_1444 a ActivityRecognition:Kneeling} => {?U_1444 a saref-core:Property}. +{?U_1445 a ActivityRecognition:Knitting} => {?U_1445 a ActivityRecognition:ActiveActivity}. +{?U_1446 a ActivityRecognition:Knitting} => {?U_1446 a saref4ehaw:DailyActivity}. +{?U_1447 a ActivityRecognition:Laundry} => {?U_1447 a saref4ehaw:Activity}. +{?U_1448 a ActivityRecognition:Leisure} => {?U_1448 a saref4ehaw:Activity}. +{?U_1449 a ActivityRecognition:LieToSit} => {?U_1449 a saref4ehaw:Posture}. +{?U_1450 a ActivityRecognition:LieToStand} => {?U_1450 a saref4ehaw:Posture}. +{?U_1451 a ActivityRecognition:ListeningMusicInBackground} => {?U_1451 a saref4ehaw:Activity}. +{?U_1452 a ActivityRecognition:ListeningMusicInBackground} => {?U_1452 a saref4ehaw:DailyActivity}. +{?U_1453 a ActivityRecognition:LoadingDishwasher} => {?U_1453 a saref4ehaw:Activity}. +{?U_1454 a ActivityRecognition:LoadingDishwasher} => {?U_1454 a saref4ehaw:DailyActivity}. +{?U_1455 a ActivityRecognition:LoadingDryer} => {?U_1455 a saref4ehaw:Activity}. +{?U_1456 a ActivityRecognition:LoadingDryer} => {?U_1456 a saref4ehaw:DailyActivity}. +{?U_1457 a ActivityRecognition:LoadingWashingMachine} => {?U_1457 a saref4ehaw:Activity}. +{?U_1458 a ActivityRecognition:LoadingWashingMachine} => {?U_1458 a saref4ehaw:DailyActivity}. +{?U_1459 a ActivityRecognition:LunchRoutine} => {?U_1459 a }. +{?U_1460 a ActivityRecognition:LyingDown} => {?U_1460 a saref4ehaw:Posture}. +{?U_1461 a ActivityRecognition:LyingStill} => {?U_1461 a saref-core:Property}. +{?U_1462 a ActivityRecognition:MakingBed} => {?U_1462 a saref4ehaw:Activity}. +{?U_1463 a ActivityRecognition:MakingBed} => {?U_1463 a saref4ehaw:DailyActivity}. +{?U_1464 a ActivityRecognition:Meditating} => {?U_1464 a ActivityRecognition:ActiveActivity}. +{?U_1465 a ActivityRecognition:Meditating} => {?U_1465 a saref4ehaw:DailyActivity}. +{?U_1466 a ActivityRecognition:Meditating} => {?U_1466 a saref4ehaw:Activity}. +{?U_1467 a ActivityRecognition:Mopping} => {?U_1467 a saref4ehaw:Activity}. +{?U_1468 a ActivityRecognition:Mopping} => {?U_1468 a saref4ehaw:DailyActivity}. +{?U_1469 a ActivityRecognition:MorningRoutine} => {?U_1469 a }. +{?U_1470 a ActivityRecognition:MovingFurniture} => {?U_1470 a ActivityRecognition:ActiveActivity}. +{?U_1471 a ActivityRecognition:MovingFurniture} => {?U_1471 a saref4ehaw:DailyActivity}. +{?U_1472 a ActivityRecognition:MovingFurniture} => {?U_1472 a saref4ehaw:Activity}. +{?U_1473 a ActivityRecognition:MovingLawn} => {?U_1473 a ActivityRecognition:ActiveActivity}. +{?U_1474 a ActivityRecognition:MovingLawn} => {?U_1474 a saref4ehaw:DailyActivity}. +{?U_1475 a ActivityRecognition:Napping} => {?U_1475 a :DetectableActivity}. +{?U_1476 a ActivityRecognition:Napping} => {?U_1476 a ActivityRecognition:ActiveActivity}. +{?U_1477 a ActivityRecognition:Napping} => {?U_1477 a saref4ehaw:NocturnalActivity}. +{?U_1478 a ActivityRecognition:ObjectDrop} => {?U_1478 a ActivityRecognition:AtomicHomeActivities}. +{?U_1479 a ActivityRecognition:ObjectEmpty} => {?U_1479 a ActivityRecognition:AtomicHomeActivities}. +{?U_1480 a ActivityRecognition:ObjectFill} => {?U_1480 a ActivityRecognition:AtomicHomeActivities}. +{?U_1481 a ActivityRecognition:ObjectHold} => {?U_1481 a ActivityRecognition:AtomicHomeActivities}. +{?U_1482 a ActivityRecognition:ObjectInteraction} => {?U_1482 a ActivityRecognition:ActiveActivity}. +{?U_1483 a ActivityRecognition:ObjectInteraction} => {?U_1483 a saref4ehaw:Activity}. +{?U_1484 a ActivityRecognition:ObjectPickUp} => {?U_1484 a ActivityRecognition:AtomicHomeActivities}. +{?U_1485 a ActivityRecognition:ObjectPickUp} => {?U_1485 a ActivityRecognition:ActiveActivity}. +{?U_1486 a ActivityRecognition:ObjectPickUp} => {?U_1486 a saref4ehaw:Activity}. +{?U_1487 a ActivityRecognition:ObjectPutDown} => {?U_1487 a ActivityRecognition:AtomicHomeActivities}. +{?U_1488 a ActivityRecognition:ObjectPutDown} => {?U_1488 a ActivityRecognition:ActiveActivity}. +{?U_1489 a ActivityRecognition:ObjectPutDown} => {?U_1489 a saref4ehaw:Activity}. +{?U_1490 a ActivityRecognition:ObjectUse} => {?U_1490 a ActivityRecognition:AtomicHomeActivities}. +{?U_1491 a ActivityRecognition:ObjectUse} => {?U_1491 a ActivityRecognition:ActiveActivity}. +{?U_1492 a ActivityRecognition:ObjectUse} => {?U_1492 a saref4ehaw:Activity}. +{?U_1493 a ActivityRecognition:Organizing} => {?U_1493 a saref4ehaw:Activity}. +{?U_1494 a ActivityRecognition:Organizing} => {?U_1494 a saref4ehaw:DailyActivity}. +{?U_1495 a ActivityRecognition:PersonalAlarmCall} => {?U_1495 a ActivityRecognition:ActiveActivity}. +{?U_1496 a ActivityRecognition:PersonalAlarmCall} => {?U_1496 a saref4ehaw:DailyActivity}. +{?U_1497 a ActivityRecognition:PetActivity} => {?U_1497 a ActivityRecognition:ActiveActivity}. +{?U_1498 a ActivityRecognition:PetActivity} => {?U_1498 a saref4ehaw:DailyActivity}. +{?U_1499 a ActivityRecognition:PetActivity} => {?U_1499 a saref4ehaw:Activity}. +{?U_1500 a ActivityRecognition:PhysicalWork} => {?U_1500 a ActivityRecognition:ActiveActivity}. +{?U_1501 a ActivityRecognition:PhysicalWork} => {?U_1501 a saref4ehaw:DailyActivity}. +{?U_1502 a ActivityRecognition:Pivoting} => {?U_1502 a saref4ehaw:Posture}. +{?U_1503 a ActivityRecognition:PlayingGames} => {?U_1503 a ActivityRecognition:ActiveActivity}. +{?U_1504 a ActivityRecognition:PlayingGames} => {?U_1504 a saref4ehaw:DailyActivity}. +{?U_1505 a ActivityRecognition:PlayingGames} => {?U_1505 a saref4ehaw:Activity}. +{?U_1506 a ActivityRecognition:PlayingMusic} => {?U_1506 a ActivityRecognition:ActiveActivity}. +{?U_1507 a ActivityRecognition:PlayingMusic} => {?U_1507 a saref4ehaw:DailyActivity}. +{?U_1508 a ActivityRecognition:PlayingMusic} => {?U_1508 a saref4ehaw:Activity}. +{?U_1509 a ActivityRecognition:PlayngChildren} => {?U_1509 a ActivityRecognition:ActiveActivity}. +{?U_1510 a ActivityRecognition:PlayngChildren} => {?U_1510 a saref4ehaw:DailyActivity}. +{?U_1511 a ActivityRecognition:PlayngChildren} => {?U_1511 a saref4ehaw:Activity}. +{?U_1512 a ActivityRecognition:PolishingFloor} => {?U_1512 a saref4ehaw:Activity}. +{?U_1513 a ActivityRecognition:PolishingFloor} => {?U_1513 a saref4ehaw:DailyActivity}. +{?U_1514 a ActivityRecognition:PolishingFurniture} => {?U_1514 a saref4ehaw:Activity}. +{?U_1515 a ActivityRecognition:PolishingFurniture} => {?U_1515 a saref4ehaw:DailyActivity}. +{?U_1516 a ActivityRecognition:Praying} => {?U_1516 a ActivityRecognition:ActiveActivity}. +{?U_1517 a ActivityRecognition:Praying} => {?U_1517 a saref4ehaw:DailyActivity}. +{?U_1518 a ActivityRecognition:Praying} => {?U_1518 a saref4ehaw:Activity}. +{?U_1519 a ActivityRecognition:Prediction} => {?U_1519 a }. +{?U_1520 a ActivityRecognition:Prediction} => {?U_1520 a }. +{?U_1521 a ActivityRecognition:Prediction} => {?U_1521 a }. +{?U_1522 a ActivityRecognition:Preparation} => {?U_1522 a saref4ehaw:Activity}. +{?U_1523 a ActivityRecognition:PreparingHotMeal} => {?U_1523 a ActivityRecognition:ActiveActivity}. +{?U_1524 a ActivityRecognition:PreparingHotMeal} => {?U_1524 a ActivityRecognition:Preparation}. +{?U_1525 a ActivityRecognition:PreparingLaundryForWashing} => {?U_1525 a saref4ehaw:Activity}. +{?U_1526 a ActivityRecognition:PreparingLaundryForWashing} => {?U_1526 a saref4ehaw:DailyActivity}. +{?U_1527 a ActivityRecognition:PreparingMeal} => {?U_1527 a saref4ehaw:Activity}. +{?U_1528 a ActivityRecognition:PreparingMeal} => {?U_1528 a saref4ehaw:DailyActivity}. +{?U_1529 a ActivityRecognition:PreparingMealInBackground} => {?U_1529 a saref4ehaw:Activity}. +{?U_1530 a ActivityRecognition:PreparingMealInBackground} => {?U_1530 a saref4ehaw:DailyActivity}. +{?U_1531 a ActivityRecognition:PreparingSnacks} => {?U_1531 a saref4ehaw:Activity}. +{?U_1532 a ActivityRecognition:PreparingSnacks} => {?U_1532 a saref4ehaw:DailyActivity}. +{?U_1533 a ActivityRecognition:PuttingAwayDishes} => {?U_1533 a saref4ehaw:Activity}. +{?U_1534 a ActivityRecognition:PuttingAwayDishes} => {?U_1534 a saref4ehaw:DailyActivity}. +{?U_1535 a ActivityRecognition:PuttingAwayLaundry} => {?U_1535 a saref4ehaw:Activity}. +{?U_1536 a ActivityRecognition:PuttingAwayLaundry} => {?U_1536 a saref4ehaw:DailyActivity}. +{?U_1537 a ActivityRecognition:PuttingAwayShopping} => {?U_1537 a ActivityRecognition:ActiveActivity}. +{?U_1538 a ActivityRecognition:PuttingAwayShopping} => {?U_1538 a saref4ehaw:DailyActivity}. +{?U_1539 a ActivityRecognition:PuttingAwayShopping} => {?U_1539 a saref4ehaw:Activity}. +{?U_1540 a ActivityRecognition:PuttingOnSensors} => {?U_1540 a saref4ehaw:Activity}. +{?U_1541 a ActivityRecognition:PuttingShoesOn} => {?U_1541 a ActivityRecognition:ActiveActivity}. +{?U_1542 a ActivityRecognition:PuttingShoesOn} => {?U_1542 a saref4ehaw:DailyActivity}. +{?U_1543 a ActivityRecognition:PuttingShoesOn} => {?U_1543 a saref4ehaw:Activity}. +{?U_1544 a ActivityRecognition:PuttingThingsAway} => {?U_1544 a saref4ehaw:Activity}. +{?U_1545 a ActivityRecognition:PuttingThingsAway} => {?U_1545 a saref4ehaw:DailyActivity}. +{?U_1546 a ActivityRecognition:ReadingPrintedMaterial} => {?U_1546 a saref4ehaw:Activity}. +{?U_1547 a ActivityRecognition:ReadingPrintedMaterial} => {?U_1547 a saref4ehaw:DailyActivity}. +{?U_1548 a ActivityRecognition:ReceiveVisitors} => {?U_1548 a ActivityRecognition:ActiveActivity}. +{?U_1549 a ActivityRecognition:ReceiveVisitors} => {?U_1549 a saref4ehaw:DailyActivity}. +{?U_1550 a ActivityRecognition:Recycling} => {?U_1550 a saref4ehaw:Activity}. +{?U_1551 a ActivityRecognition:Recycling} => {?U_1551 a saref4ehaw:DailyActivity}. +{?U_1552 a ActivityRecognition:RehabilitationExercise} => {?U_1552 a ActivityRecognition:ActiveActivity}. +{?U_1553 a ActivityRecognition:RehabilitationExercise} => {?U_1553 a saref4ehaw:DailyActivity}. +{?U_1554 a ActivityRecognition:RehabilitationExercise} => {?U_1554 a saref4ehaw:Activity}. +{?U_1555 a ActivityRecognition:Relaxing} => {?U_1555 a ActivityRecognition:ActiveActivity}. +{?U_1556 a ActivityRecognition:Relaxing} => {?U_1556 a saref4ehaw:DailyActivity}. +{?U_1557 a ActivityRecognition:Relaxing} => {?U_1557 a saref4ehaw:Activity}. +{?U_1558 a ActivityRecognition:Rinsing} => {?U_1558 a saref4ehaw:Activity}. +{?U_1559 a ActivityRecognition:Rinsing} => {?U_1559 a saref4ehaw:DailyActivity}. +{?U_1560 a ActivityRecognition:RoomTransition} => {?U_1560 a ActivityRecognition:ActiveActivity}. +{?U_1561 a ActivityRecognition:RoomTransition} => {?U_1561 a saref4ehaw:Activity}. +{?U_1562 a ActivityRecognition:Running} => {?U_1562 a saref4ehaw:Posture}. +{?U_1563 a ActivityRecognition:Running} => {?U_1563 a saref-core:Property}. +{?U_1564 a ActivityRecognition:ScrubbingFloor} => {?U_1564 a saref4ehaw:Activity}. +{?U_1565 a ActivityRecognition:ScrubbingFloor} => {?U_1565 a saref4ehaw:DailyActivity}. +{?U_1566 a ActivityRecognition:SearchingItem} => {?U_1566 a ActivityRecognition:ActiveActivity}. +{?U_1567 a ActivityRecognition:SearchingItem} => {?U_1567 a saref4ehaw:DailyActivity}. +{?U_1568 a ActivityRecognition:SearchingItem} => {?U_1568 a saref4ehaw:Activity}. +{?U_1569 a ActivityRecognition:Serving} => {?U_1569 a saref4ehaw:Activity}. +{?U_1570 a ActivityRecognition:Serving} => {?U_1570 a saref4ehaw:DailyActivity}. +{?U_1571 a ActivityRecognition:Sewing} => {?U_1571 a ActivityRecognition:ActiveActivity}. +{?U_1572 a ActivityRecognition:Sewing} => {?U_1572 a saref4ehaw:DailyActivity}. +{?U_1573 a ActivityRecognition:Sewing} => {?U_1573 a saref4ehaw:Activity}. +{?U_1574 a ActivityRecognition:Shaving} => {?U_1574 a ActivityRecognition:ActiveActivity}. +{?U_1575 a ActivityRecognition:Shaving} => {?U_1575 a saref4ehaw:DailyActivity}. +{?U_1576 a ActivityRecognition:Shaving} => {?U_1576 a saref4ehaw:Activity}. +{?U_1577 a ActivityRecognition:Showering} => {?U_1577 a ActivityRecognition:ActiveActivity}. +{?U_1578 a ActivityRecognition:Showering} => {?U_1578 a saref4ehaw:DailyActivity}. +{?U_1579 a ActivityRecognition:Showering} => {?U_1579 a saref4ehaw:Activity}. +{?U_1580 a ActivityRecognition:Singing} => {?U_1580 a ActivityRecognition:ActiveActivity}. +{?U_1581 a ActivityRecognition:Singing} => {?U_1581 a saref4ehaw:DailyActivity}. +{?U_1582 a ActivityRecognition:Singing} => {?U_1582 a saref4ehaw:Activity}. +{?U_1583 a ActivityRecognition:SitToLie} => {?U_1583 a saref4ehaw:Posture}. +{?U_1584 a ActivityRecognition:SitToStand} => {?U_1584 a saref4ehaw:Posture}. +{?U_1585 a ActivityRecognition:SitToWalk} => {?U_1585 a saref4ehaw:Posture}. +{?U_1586 a ActivityRecognition:Sitting} => {?U_1586 a saref-core:Property}. +{?U_1587 a ActivityRecognition:SittingChair} => {?U_1587 a saref4ehaw:Posture}. +{?U_1588 a ActivityRecognition:SittingChair} => {?U_1588 a saref-core:Property}. +{?U_1589 a ActivityRecognition:SittingDown} => {?U_1589 a saref4ehaw:Posture}. +{?U_1590 a ActivityRecognition:SittingFloor} => {?U_1590 a saref4ehaw:Posture}. +{?U_1591 a ActivityRecognition:SittingFloor} => {?U_1591 a saref-core:Property}. +{?U_1592 a ActivityRecognition:SleepRoutine} => {?U_1592 a }. +{?U_1593 a ActivityRecognition:Sleeping} => {?U_1593 a saref4ehaw:Activity}. +{?U_1594 a ActivityRecognition:SleepingDeeply} => {?U_1594 a :DetectableActivity}. +{?U_1595 a ActivityRecognition:SleepingDeeply} => {?U_1595 a ActivityRecognition:ActiveActivity}. +{?U_1596 a ActivityRecognition:SleepingDeeply} => {?U_1596 a saref4ehaw:NocturnalActivity}. +{?U_1597 a ActivityRecognition:SleepingDeeply} => {?U_1597 a saref4ehaw:Activity}. +{?U_1598 a ActivityRecognition:SoakingDishes} => {?U_1598 a saref4ehaw:Activity}. +{?U_1599 a ActivityRecognition:SoakingDishes} => {?U_1599 a saref4ehaw:DailyActivity}. +{?U_1600 a ActivityRecognition:SocialInteraction} => {?U_1600 a saref4ehaw:Activity}. +{?U_1601 a ActivityRecognition:SocialMedia} => {?U_1601 a ActivityRecognition:ActiveActivity}. +{?U_1602 a ActivityRecognition:SocialMedia} => {?U_1602 a saref4ehaw:DailyActivity}. +{?U_1603 a ActivityRecognition:SocialMedia} => {?U_1603 a saref4ehaw:Activity}. +{?U_1604 a ActivityRecognition:Squatting} => {?U_1604 a saref-core:Property}. +{?U_1605 a ActivityRecognition:StandToKneel} => {?U_1605 a saref4ehaw:Posture}. +{?U_1606 a ActivityRecognition:StandToLie} => {?U_1606 a saref4ehaw:Posture}. +{?U_1607 a ActivityRecognition:StandToSit} => {?U_1607 a saref4ehaw:Posture}. +{?U_1608 a ActivityRecognition:Standing} => {?U_1608 a saref-core:Property}. +{?U_1609 a ActivityRecognition:StandingStill} => {?U_1609 a saref4ehaw:Posture}. +{?U_1610 a ActivityRecognition:StandingStill} => {?U_1610 a saref-core:Property}. +{?U_1611 a ActivityRecognition:StandingUnquiet} => {?U_1611 a saref4ehaw:Posture}. +{?U_1612 a ActivityRecognition:StandingUnquiet} => {?U_1612 a saref-core:Property}. +{?U_1613 a ActivityRecognition:StandingUp} => {?U_1613 a saref4ehaw:Posture}. +{?U_1614 a ActivityRecognition:Straightening} => {?U_1614 a saref4ehaw:Posture}. +{?U_1615 a ActivityRecognition:StrengthTraining} => {?U_1615 a ActivityRecognition:ActiveActivity}. +{?U_1616 a ActivityRecognition:StrengthTraining} => {?U_1616 a saref4ehaw:DailyActivity}. +{?U_1617 a ActivityRecognition:StrengthTraining} => {?U_1617 a saref4ehaw:Activity}. +{?U_1618 a ActivityRecognition:Stretching} => {?U_1618 a ActivityRecognition:ActiveActivity}. +{?U_1619 a ActivityRecognition:Stretching} => {?U_1619 a saref4ehaw:DailyActivity}. +{?U_1620 a ActivityRecognition:Stretching} => {?U_1620 a saref4ehaw:Activity}. +{?U_1621 a ActivityRecognition:StudyRelated} => {?U_1621 a }. +{?U_1622 a ActivityRecognition:Sweeping} => {?U_1622 a saref4ehaw:Activity}. +{?U_1623 a ActivityRecognition:Sweeping} => {?U_1623 a saref4ehaw:DailyActivity}. +{?U_1624 a ActivityRecognition:SwitchOff} => {?U_1624 a ActivityRecognition:AtomicHomeActivities}. +{?U_1625 a ActivityRecognition:SwitchOff} => {?U_1625 a ActivityRecognition:ActiveActivity}. +{?U_1626 a ActivityRecognition:SwitchOff} => {?U_1626 a saref4ehaw:Activity}. +{?U_1627 a ActivityRecognition:SwitchOn} => {?U_1627 a ActivityRecognition:AtomicHomeActivities}. +{?U_1628 a ActivityRecognition:SwitchOn} => {?U_1628 a ActivityRecognition:ActiveActivity}. +{?U_1629 a ActivityRecognition:SwitchOn} => {?U_1629 a saref4ehaw:Activity}. +{?U_1630 a ActivityRecognition:TakingMedication} => {?U_1630 a ActivityRecognition:ActiveActivity}. +{?U_1631 a ActivityRecognition:TakingMedication} => {?U_1631 a saref4ehaw:DailyActivity}. +{?U_1632 a ActivityRecognition:TakingMedication} => {?U_1632 a saref4ehaw:Activity}. +{?U_1633 a ActivityRecognition:TakingOffSensors} => {?U_1633 a saref4ehaw:Activity}. +{?U_1634 a ActivityRecognition:TakingOutTrash} => {?U_1634 a saref4ehaw:Activity}. +{?U_1635 a ActivityRecognition:TakingOutTrash} => {?U_1635 a saref4ehaw:DailyActivity}. +{?U_1636 a ActivityRecognition:TakingShoesOff} => {?U_1636 a ActivityRecognition:ActiveActivity}. +{?U_1637 a ActivityRecognition:TakingShoesOff} => {?U_1637 a saref4ehaw:DailyActivity}. +{?U_1638 a ActivityRecognition:TakingShoesOff} => {?U_1638 a saref4ehaw:Activity}. +{?U_1639 a ActivityRecognition:TakingVitamins} => {?U_1639 a ActivityRecognition:ActiveActivity}. +{?U_1640 a ActivityRecognition:TakingVitamins} => {?U_1640 a saref4ehaw:DailyActivity}. +{?U_1641 a ActivityRecognition:TakingVitamins} => {?U_1641 a saref4ehaw:Activity}. +{?U_1642 a ActivityRecognition:TalkinToYourself} => {?U_1642 a ActivityRecognition:SocialInteraction}. +{?U_1643 a ActivityRecognition:Talking} => {?U_1643 a ActivityRecognition:ActiveActivity}. +{?U_1644 a ActivityRecognition:Talking} => {?U_1644 a saref4ehaw:DailyActivity}. +{?U_1645 a ActivityRecognition:Talking} => {?U_1645 a saref4ehaw:Activity}. +{?U_1646 a ActivityRecognition:TalkingOnPhone} => {?U_1646 a ActivityRecognition:SocialInteraction}. +{?U_1647 a ActivityRecognition:TalkingOnPhone} => {?U_1647 a ActivityRecognition:ActiveActivity}. +{?U_1648 a ActivityRecognition:TalkingOnPhone} => {?U_1648 a saref4ehaw:DailyActivity}. +{?U_1649 a ActivityRecognition:TalkingOnPhone} => {?U_1649 a saref4ehaw:Activity}. +{?U_1650 a ActivityRecognition:TalkingToSomeone} => {?U_1650 a ActivityRecognition:SocialInteraction}. +{?U_1651 a ActivityRecognition:TalkingToSomeone} => {?U_1651 a ActivityRecognition:ActiveActivity}. +{?U_1652 a ActivityRecognition:TalkingToSomeone} => {?U_1652 a saref4ehaw:DailyActivity}. +{?U_1653 a ActivityRecognition:TalkingToSomeone} => {?U_1653 a saref4ehaw:Activity}. +{?U_1654 a ActivityRecognition:Texting} => {?U_1654 a :DetectableActivity}. +{?U_1655 a ActivityRecognition:Texting} => {?U_1655 a ActivityRecognition:ActiveActivity}. +{?U_1656 a ActivityRecognition:ThrowingSomethingAway} => {?U_1656 a saref4ehaw:Activity}. +{?U_1657 a ActivityRecognition:ThrowingSomethingAway} => {?U_1657 a saref4ehaw:DailyActivity}. +{?U_1658 a ActivityRecognition:ToiletRoutine} => {?U_1658 a }. +{?U_1659 a ActivityRecognition:Toileting} => {?U_1659 a ActivityRecognition:ActiveActivity}. +{?U_1660 a ActivityRecognition:Toileting} => {?U_1660 a saref4ehaw:DailyActivity}. +{?U_1661 a ActivityRecognition:Toileting} => {?U_1661 a saref4ehaw:Activity}. +{?U_1662 a ActivityRecognition:Transition} => {?U_1662 a saref-core:Property}. +{?U_1663 a ActivityRecognition:TreatingWounds} => {?U_1663 a ActivityRecognition:ActiveActivity}. +{?U_1664 a ActivityRecognition:TreatingWounds} => {?U_1664 a saref4ehaw:DailyActivity}. +{?U_1665 a ActivityRecognition:TreatingWounds} => {?U_1665 a saref4ehaw:Activity}. +{?U_1666 a ActivityRecognition:Turning} => {?U_1666 a saref4ehaw:Posture}. +{?U_1667 a ActivityRecognition:Turning} => {?U_1667 a saref-core:Property}. +{?U_1668 a ActivityRecognition:UnloadingDishwasher} => {?U_1668 a saref4ehaw:Activity}. +{?U_1669 a ActivityRecognition:UnloadingDishwasher} => {?U_1669 a saref4ehaw:DailyActivity}. +{?U_1670 a ActivityRecognition:UnloadingDryer} => {?U_1670 a saref4ehaw:Activity}. +{?U_1671 a ActivityRecognition:UnloadingDryer} => {?U_1671 a saref4ehaw:DailyActivity}. +{?U_1672 a ActivityRecognition:UnloadingWashingMachine} => {?U_1672 a saref4ehaw:Activity}. +{?U_1673 a ActivityRecognition:UnloadingWashingMachine} => {?U_1673 a saref4ehaw:DailyActivity}. +{?U_1674 a ActivityRecognition:Usage} => {?U_1674 a ActivityRecognition:AtomicHomeActivities}. +{?U_1675 a ActivityRecognition:Usage} => {?U_1675 a ActivityRecognition:ActiveActivity}. +{?U_1676 a ActivityRecognition:Usage} => {?U_1676 a saref4ehaw:Activity}. +{?U_1677 a ActivityRecognition:UsingComputer} => {?U_1677 a saref4ehaw:Activity}. +{?U_1678 a ActivityRecognition:UsingComputer} => {?U_1678 a saref4ehaw:DailyActivity}. +{?U_1679 a ActivityRecognition:UsingMobilePhone} => {?U_1679 a saref4ehaw:Activity}. +{?U_1680 a ActivityRecognition:UsingPrinter} => {?U_1680 a saref4ehaw:Activity}. +{?U_1681 a ActivityRecognition:UsingPrinter} => {?U_1681 a saref4ehaw:DailyActivity}. +{?U_1682 a ActivityRecognition:Vacuuming} => {?U_1682 a saref4ehaw:Activity}. +{?U_1683 a ActivityRecognition:Vacuuming} => {?U_1683 a saref4ehaw:DailyActivity}. +{?U_1684 a ActivityRecognition:VideoCalling} => {?U_1684 a ActivityRecognition:ActiveActivity}. +{?U_1685 a ActivityRecognition:VideoCalling} => {?U_1685 a saref4ehaw:DailyActivity}. +{?U_1686 a ActivityRecognition:VideoCalling} => {?U_1686 a saref4ehaw:Activity}. +{?U_1687 a ActivityRecognition:WakingUp} => {?U_1687 a :DetectableActivity}. +{?U_1688 a ActivityRecognition:WakingUp} => {?U_1688 a ActivityRecognition:ActiveActivity}. +{?U_1689 a ActivityRecognition:WakingUp} => {?U_1689 a saref4ehaw:NocturnalActivity}. +{?U_1690 a ActivityRecognition:WakingUp} => {?U_1690 a saref4ehaw:Activity}. +{?U_1691 a ActivityRecognition:Walking} => {?U_1691 a saref4ehaw:Posture}. +{?U_1692 a ActivityRecognition:Walking} => {?U_1692 a saref-core:Property}. +{?U_1693 a ActivityRecognition:WalkingCarryingLoad} => {?U_1693 a saref4ehaw:Posture}. +{?U_1694 a ActivityRecognition:WalkingCarryingLoad} => {?U_1694 a saref-core:Property}. +{?U_1695 a ActivityRecognition:WalkingDownStairs} => {?U_1695 a saref4ehaw:Posture}. +{?U_1696 a ActivityRecognition:WalkingDownStairs} => {?U_1696 a saref-core:Property}. +{?U_1697 a ActivityRecognition:WalkingUpStairs} => {?U_1697 a saref4ehaw:Posture}. +{?U_1698 a ActivityRecognition:WalkingUpStairs} => {?U_1698 a saref-core:Property}. +{?U_1699 a ActivityRecognition:WarmingFoodMicrowave} => {?U_1699 a saref4ehaw:Activity}. +{?U_1700 a ActivityRecognition:WarmingFoodMicrowave} => {?U_1700 a saref4ehaw:DailyActivity}. +{?U_1701 a ActivityRecognition:WashingFace} => {?U_1701 a ActivityRecognition:ActiveActivity}. +{?U_1702 a ActivityRecognition:WashingFace} => {?U_1702 a saref4ehaw:DailyActivity}. +{?U_1703 a ActivityRecognition:WashingFace} => {?U_1703 a saref4ehaw:Activity}. +{?U_1704 a ActivityRecognition:WashingHands} => {?U_1704 a ActivityRecognition:ActiveActivity}. +{?U_1705 a ActivityRecognition:WashingHands} => {?U_1705 a saref4ehaw:DailyActivity}. +{?U_1706 a ActivityRecognition:WashingHands} => {?U_1706 a saref4ehaw:Activity}. +{?U_1707 a ActivityRecognition:WashingMachineOnInBackground} => {?U_1707 a saref4ehaw:Activity}. +{?U_1708 a ActivityRecognition:WashingMachineOnInBackground} => {?U_1708 a saref4ehaw:DailyActivity}. +{?U_1709 a ActivityRecognition:WatchingTVActively} => {?U_1709 a saref4ehaw:Activity}. +{?U_1710 a ActivityRecognition:WatchingTVActively} => {?U_1710 a saref4ehaw:DailyActivity}. +{?U_1711 a ActivityRecognition:WatchingTVInBackground} => {?U_1711 a saref4ehaw:Activity}. +{?U_1712 a ActivityRecognition:WatchingTVInBackground} => {?U_1712 a saref4ehaw:DailyActivity}. +{?U_1713 a ActivityRecognition:WaterPlants} => {?U_1713 a ActivityRecognition:ActiveActivity}. +{?U_1714 a ActivityRecognition:WaterPlants} => {?U_1714 a saref4ehaw:DailyActivity}. +{?U_1715 a ActivityRecognition:WaterPlants} => {?U_1715 a saref4ehaw:Activity}. +{?U_1716 a ActivityRecognition:WearingDeodorant} => {?U_1716 a ActivityRecognition:ActiveActivity}. +{?U_1717 a ActivityRecognition:WearingDeodorant} => {?U_1717 a saref4ehaw:DailyActivity}. +{?U_1718 a ActivityRecognition:WearingDeodorant} => {?U_1718 a saref4ehaw:Activity}. +{?U_1719 a ActivityRecognition:WindowClose} => {?U_1719 a ActivityRecognition:AtomicHomeActivities}. +{?U_1720 a ActivityRecognition:WindowInteraction} => {?U_1720 a ActivityRecognition:ActiveActivity}. +{?U_1721 a ActivityRecognition:WindowInteraction} => {?U_1721 a saref4ehaw:Activity}. +{?U_1722 a ActivityRecognition:WindowOpen} => {?U_1722 a ActivityRecognition:AtomicHomeActivities}. +{?U_1723 a ActivityRecognition:WindowOpen} => {?U_1723 a ActivityRecognition:ActiveActivity}. +{?U_1724 a ActivityRecognition:WindowOpen} => {?U_1724 a saref4ehaw:Activity}. +{?U_1725 a ActivityRecognition:Working} => {?U_1725 a saref4ehaw:Activity}. +{?U_1726 a ActivityRecognition:WorkingOnHobby} => {?U_1726 a ActivityRecognition:ActiveActivity}. +{?U_1727 a ActivityRecognition:WorkingOnHobby} => {?U_1727 a saref4ehaw:DailyActivity}. +{?U_1728 a ActivityRecognition:WorkingOnHobby} => {?U_1728 a saref4ehaw:Activity}. +{?U_1729 a ActivityRecognition:Writing} => {?U_1729 a saref4ehaw:Activity}. +{?U_1730 a ActivityRecognition:Writing} => {?U_1730 a saref4ehaw:DailyActivity}. +{?U_1731 a ActivityRecognition:Yardwork} => {?U_1731 a saref4ehaw:Activity}. +{?U_1732 a saref4ehaw:Habit} => {?U_1732 a }. +{?U_1733 a ns2:Symptom} => {?U_1733 a }. +{?U_1734 a ns2:Symptom} => {?U_1734 a }. +{?U_1735 a SensorsAndActuators:AtmosphericPressure} => {?U_1735 a saref-core:Property}. +{?U_1736 a SensorsAndActuators:BathRoom} => {?U_1736 a saref4bldg:BuildingSpace}. +{?U_1737 a SensorsAndActuators:BedRoom} => {?U_1737 a :AnalyzableForCondition}. +{?U_1738 a SensorsAndActuators:BedRoom} => {?U_1738 a saref4bldg:BuildingSpace}. +{?U_1739 a SensorsAndActuators:Blind} => {?U_1739 a saref-core:Property}. +{?U_1740 a SensorsAndActuators:BrownGoods} => {?U_1740 a saref-core:Device}. +{?U_1741 a SensorsAndActuators:Button} => {?U_1741 a saref-core:Property}. +{?U_1742 a SensorsAndActuators:CO2} => {?U_1742 a }. +{?U_1743 a SensorsAndActuators:CO2} => {?U_1743 a }. +{?U_1744 a SensorsAndActuators:CO2} => {?U_1744 a }. +{?U_1745 a SensorsAndActuators:CO2} => {?U_1745 a }. +{?U_1746 a SensorsAndActuators:CO2} => {?U_1746 a }. +{?U_1747 a SensorsAndActuators:CO2} => {?U_1747 a }. +{?U_1748 a SensorsAndActuators:CO2} => {?U_1748 a }. +{?U_1749 a SensorsAndActuators:CO2Sensor} => {?U_1749 a saref-core:Device}. +{?U_1750 a SensorsAndActuators:CO2Sensor} => {?U_1750 a }. +{?U_1751 a SensorsAndActuators:CoffeeMaker} => {?U_1751 a saref-core:Appliance}. +{?U_1752 a SensorsAndActuators:CoffeeMaker} => {?U_1752 a saref-core:Device}. +{?U_1753 a SensorsAndActuators:Computer} => {?U_1753 a saref-core:Appliance}. +{?U_1754 a SensorsAndActuators:Computer} => {?U_1754 a saref-core:Device}. +{?U_1755 a SensorsAndActuators:ContactSensor} => {?U_1755 a saref-core:Device}. +{?U_1756 a SensorsAndActuators:ContactSensor} => {?U_1756 a }. +{?U_1757 a SensorsAndActuators:DeepFreezer} => {?U_1757 a saref-core:Appliance}. +{?U_1758 a SensorsAndActuators:Dimmer} => {?U_1758 a saref-core:Property}. +{?U_1759 a SensorsAndActuators:DinningRoom} => {?U_1759 a :AnalyzableForCondition}. +{?U_1760 a SensorsAndActuators:DinningRoom} => {?U_1760 a saref4bldg:BuildingSpace}. +{?U_1761 a SensorsAndActuators:Dishwasher} => {?U_1761 a saref-core:Appliance}. +{?U_1762 a SensorsAndActuators:DoorSensor} => {?U_1762 a saref-core:Sensor}. +{?U_1763 a SensorsAndActuators:DoorSensor} => {?U_1763 a saref-core:Device}. +{?U_1764 a SensorsAndActuators:DoorSensor} => {?U_1764 a }. +{?U_1765 a SensorsAndActuators:ElectricalCooker} => {?U_1765 a saref-core:Appliance}. +{?U_1766 a SensorsAndActuators:ElectricityMeter} => {?U_1766 a saref-core:Device}. +{?U_1767 a SensorsAndActuators:ElectricityMeter} => {?U_1767 a }. +{?U_1768 a SensorsAndActuators:EnergyConsumption} => {?U_1768 a }. +{?U_1769 a SensorsAndActuators:EnergyConsumption} => {?U_1769 a }. +{?U_1770 a SensorsAndActuators:EnergyConsumption} => {?U_1770 a }. +{?U_1771 a SensorsAndActuators:EnergyConsumption} => {?U_1771 a }. +{?U_1772 a SensorsAndActuators:EnergyConsumption} => {?U_1772 a }. +{?U_1773 a SensorsAndActuators:EnergyConsumption} => {?U_1773 a }. +{?U_1774 a SensorsAndActuators:EnergyConsumption} => {?U_1774 a }. +{?U_1775 a SensorsAndActuators:EnvironmentalState} => {?U_1775 a }. +{?U_1776 a SensorsAndActuators:EnvironmentalState} => {?U_1776 a }. +{?U_1777 a SensorsAndActuators:EnvironmentalState} => {?U_1777 a }. +{?U_1778 a SensorsAndActuators:EnvironmentalState} => {?U_1778 a }. +{?U_1779 a SensorsAndActuators:EnvironmentalState} => {?U_1779 a }. +{?U_1780 a SensorsAndActuators:EnvironmentalState} => {?U_1780 a }. +{?U_1781 a SensorsAndActuators:EnvironmentalState} => {?U_1781 a }. +{?U_1782 a SensorsAndActuators:Floor} => {?U_1782 a }. +{?U_1783 a SensorsAndActuators:Floor} => {?U_1783 a }. +{?U_1784 a SensorsAndActuators:Floor} => {?U_1784 a }. +{?U_1785 a SensorsAndActuators:Fridge} => {?U_1785 a saref-core:Appliance}. +{?U_1786 a SensorsAndActuators:Garage} => {?U_1786 a }. +{?U_1787 a SensorsAndActuators:Garage} => {?U_1787 a }. +{?U_1788 a SensorsAndActuators:Garage} => {?U_1788 a }. +{?U_1789 a SensorsAndActuators:Garden} => {?U_1789 a }. +{?U_1790 a SensorsAndActuators:Garden} => {?U_1790 a }. +{?U_1791 a SensorsAndActuators:Garden} => {?U_1791 a }. +{?U_1792 a SensorsAndActuators:Humidity} => {?U_1792 a }. +{?U_1793 a SensorsAndActuators:Humidity} => {?U_1793 a }. +{?U_1794 a SensorsAndActuators:Humidity} => {?U_1794 a }. +{?U_1795 a SensorsAndActuators:Humidity} => {?U_1795 a }. +{?U_1796 a SensorsAndActuators:Humidity} => {?U_1796 a }. +{?U_1797 a SensorsAndActuators:Humidity} => {?U_1797 a }. +{?U_1798 a SensorsAndActuators:Humidity} => {?U_1798 a }. +{?U_1799 a SensorsAndActuators:HumiditySensor} => {?U_1799 a saref-core:Device}. +{?U_1800 a SensorsAndActuators:HumiditySensor} => {?U_1800 a }. +{?U_1801 a SensorsAndActuators:IndoorTemperature} => {?U_1801 a saref-core:Property}. +{?U_1802 a SensorsAndActuators:Kitchen} => {?U_1802 a :AnalyzableForCondition}. +{?U_1803 a SensorsAndActuators:Kitchen} => {?U_1803 a saref4bldg:BuildingSpace}. +{?U_1804 a SensorsAndActuators:Light} => {?U_1804 a }. +{?U_1805 a SensorsAndActuators:Light} => {?U_1805 a }. +{?U_1806 a SensorsAndActuators:Light} => {?U_1806 a }. +{?U_1807 a SensorsAndActuators:Light} => {?U_1807 a }. +{?U_1808 a SensorsAndActuators:Light} => {?U_1808 a }. +{?U_1809 a SensorsAndActuators:Light} => {?U_1809 a }. +{?U_1810 a SensorsAndActuators:Light} => {?U_1810 a }. +{?U_1811 a SensorsAndActuators:LightSensor} => {?U_1811 a saref-core:Device}. +{?U_1812 a SensorsAndActuators:LightSensor} => {?U_1812 a }. +{?U_1813 a SensorsAndActuators:LightSwitch} => {?U_1813 a saref-core:Property}. +{?U_1814 a SensorsAndActuators:LightSwitch} => {?U_1814 a }. +{?U_1815 a SensorsAndActuators:LightSwitch} => {?U_1815 a }. +{?U_1816 a SensorsAndActuators:LightSwitch} => {?U_1816 a }. +{?U_1817 a SensorsAndActuators:LightSwitch} => {?U_1817 a }. +{?U_1818 a SensorsAndActuators:LightSwitch} => {?U_1818 a }. +{?U_1819 a SensorsAndActuators:LightSwitch} => {?U_1819 a }. +{?U_1820 a SensorsAndActuators:LightSwitch} => {?U_1820 a }. +{?U_1821 a SensorsAndActuators:LivingRoom} => {?U_1821 a :AnalyzableForCondition}. +{?U_1822 a SensorsAndActuators:LivingRoom} => {?U_1822 a saref4bldg:BuildingSpace}. +{?U_1823 a SensorsAndActuators:Localisation} => {?U_1823 a }. +{?U_1824 a SensorsAndActuators:Localisation} => {?U_1824 a }. +{?U_1825 a SensorsAndActuators:Localisation} => {?U_1825 a }. +{?U_1826 a SensorsAndActuators:Localisation} => {?U_1826 a }. +{?U_1827 a SensorsAndActuators:Localisation} => {?U_1827 a }. +{?U_1828 a SensorsAndActuators:Localisation} => {?U_1828 a }. +{?U_1829 a SensorsAndActuators:Localisation} => {?U_1829 a }. +{?U_1830 a SensorsAndActuators:Loudness} => {?U_1830 a saref-core:Property}. +{?U_1831 a SensorsAndActuators:LoudnessSensor} => {?U_1831 a saref-core:Device}. +{?U_1832 a SensorsAndActuators:LoudnessSensor} => {?U_1832 a }. +{?U_1833 a SensorsAndActuators:Microwave} => {?U_1833 a saref-core:Appliance}. +{?U_1834 a SensorsAndActuators:Motion} => {?U_1834 a }. +{?U_1835 a SensorsAndActuators:Motion} => {?U_1835 a }. +{?U_1836 a SensorsAndActuators:Motion} => {?U_1836 a }. +{?U_1837 a SensorsAndActuators:Motion} => {?U_1837 a }. +{?U_1838 a SensorsAndActuators:Motion} => {?U_1838 a }. +{?U_1839 a SensorsAndActuators:Motion} => {?U_1839 a }. +{?U_1840 a SensorsAndActuators:Motion} => {?U_1840 a }. +{?U_1841 a SensorsAndActuators:MovementSensor} => {?U_1841 a saref-core:Device}. +{?U_1842 a SensorsAndActuators:MovementSensor} => {?U_1842 a }. +{?U_1843 a SensorsAndActuators:Noise} => {?U_1843 a }. +{?U_1844 a SensorsAndActuators:Noise} => {?U_1844 a }. +{?U_1845 a SensorsAndActuators:Noise} => {?U_1845 a }. +{?U_1846 a SensorsAndActuators:Noise} => {?U_1846 a }. +{?U_1847 a SensorsAndActuators:Noise} => {?U_1847 a }. +{?U_1848 a SensorsAndActuators:Noise} => {?U_1848 a }. +{?U_1849 a SensorsAndActuators:Noise} => {?U_1849 a }. +{?U_1850 a SensorsAndActuators:OutdoorTemperaturee} => {?U_1850 a saref-core:Property}. +{?U_1851 a SensorsAndActuators:Oven} => {?U_1851 a saref-core:Appliance}. +{?U_1852 a SensorsAndActuators:PeopleNumber} => {?U_1852 a saref-core:Property}. +{?U_1853 a SensorsAndActuators:PeoplePresencee} => {?U_1853 a saref-core:Property}. +{?U_1854 a SensorsAndActuators:Positioning} => {?U_1854 a saref-core:Property}. +{?U_1855 a SensorsAndActuators:Positioning} => {?U_1855 a }. +{?U_1856 a SensorsAndActuators:Positioning} => {?U_1856 a }. +{?U_1857 a SensorsAndActuators:Positioning} => {?U_1857 a }. +{?U_1858 a SensorsAndActuators:Positioning} => {?U_1858 a }. +{?U_1859 a SensorsAndActuators:Positioning} => {?U_1859 a }. +{?U_1860 a SensorsAndActuators:Positioning} => {?U_1860 a }. +{?U_1861 a SensorsAndActuators:Positioning} => {?U_1861 a }. +{?U_1862 a SensorsAndActuators:Power} => {?U_1862 a }. +{?U_1863 a SensorsAndActuators:Power} => {?U_1863 a }. +{?U_1864 a SensorsAndActuators:Power} => {?U_1864 a }. +{?U_1865 a SensorsAndActuators:Power} => {?U_1865 a }. +{?U_1866 a SensorsAndActuators:Power} => {?U_1866 a }. +{?U_1867 a SensorsAndActuators:Power} => {?U_1867 a }. +{?U_1868 a SensorsAndActuators:Power} => {?U_1868 a }. +{?U_1869 a SensorsAndActuators:Presence} => {?U_1869 a }. +{?U_1870 a SensorsAndActuators:Presence} => {?U_1870 a }. +{?U_1871 a SensorsAndActuators:Presence} => {?U_1871 a }. +{?U_1872 a SensorsAndActuators:Presence} => {?U_1872 a }. +{?U_1873 a SensorsAndActuators:Presence} => {?U_1873 a }. +{?U_1874 a SensorsAndActuators:Presence} => {?U_1874 a }. +{?U_1875 a SensorsAndActuators:Presence} => {?U_1875 a }. +{?U_1876 a SensorsAndActuators:PresenceSensor} => {?U_1876 a saref-core:Sensor}. +{?U_1877 a SensorsAndActuators:PresenceSensor} => {?U_1877 a saref-core:Device}. +{?U_1878 a SensorsAndActuators:PresenceSensor} => {?U_1878 a }. +{?U_1879 a SensorsAndActuators:Pressure} => {?U_1879 a }. +{?U_1880 a SensorsAndActuators:Pressure} => {?U_1880 a }. +{?U_1881 a SensorsAndActuators:Pressure} => {?U_1881 a }. +{?U_1882 a SensorsAndActuators:Pressure} => {?U_1882 a }. +{?U_1883 a SensorsAndActuators:Pressure} => {?U_1883 a }. +{?U_1884 a SensorsAndActuators:Pressure} => {?U_1884 a }. +{?U_1885 a SensorsAndActuators:Pressure} => {?U_1885 a }. +{?U_1886 a SensorsAndActuators:PressureSensor} => {?U_1886 a saref-core:Device}. +{?U_1887 a SensorsAndActuators:PressureSensor} => {?U_1887 a }. +{?U_1888 a SensorsAndActuators:Radio} => {?U_1888 a saref-core:Appliance}. +{?U_1889 a SensorsAndActuators:Radio} => {?U_1889 a saref-core:Device}. +{?U_1890 a SensorsAndActuators:RainRate} => {?U_1890 a saref-core:Property}. +{?U_1891 a SensorsAndActuators:RainrateSensor} => {?U_1891 a saref-core:Device}. +{?U_1892 a SensorsAndActuators:RainrateSensor} => {?U_1892 a }. +{?U_1893 a SensorsAndActuators:RelativeHumidity} => {?U_1893 a saref-core:Property}. +{?U_1894 a SensorsAndActuators:RelativeHumidity} => {?U_1894 a }. +{?U_1895 a SensorsAndActuators:RelativeHumidity} => {?U_1895 a }. +{?U_1896 a SensorsAndActuators:RelativeHumidity} => {?U_1896 a }. +{?U_1897 a SensorsAndActuators:RelativeHumidity} => {?U_1897 a }. +{?U_1898 a SensorsAndActuators:RelativeHumidity} => {?U_1898 a }. +{?U_1899 a SensorsAndActuators:RelativeHumidity} => {?U_1899 a }. +{?U_1900 a SensorsAndActuators:RelativeHumidity} => {?U_1900 a }. +{?U_1901 a SensorsAndActuators:Relay} => {?U_1901 a saref-core:Property}. +{?U_1902 a SensorsAndActuators:Relay} => {?U_1902 a }. +{?U_1903 a SensorsAndActuators:Relay} => {?U_1903 a }. +{?U_1904 a SensorsAndActuators:Relay} => {?U_1904 a }. +{?U_1905 a SensorsAndActuators:Relay} => {?U_1905 a }. +{?U_1906 a SensorsAndActuators:Relay} => {?U_1906 a }. +{?U_1907 a SensorsAndActuators:Relay} => {?U_1907 a }. +{?U_1908 a SensorsAndActuators:Relay} => {?U_1908 a }. +{?U_1909 a SensorsAndActuators:Room} => {?U_1909 a }. +{?U_1910 a SensorsAndActuators:Room} => {?U_1910 a }. +{?U_1911 a SensorsAndActuators:Room} => {?U_1911 a }. +{?U_1912 a SensorsAndActuators:Socket} => {?U_1912 a }. +{?U_1913 a SensorsAndActuators:Socket} => {?U_1913 a }. +{?U_1914 a SensorsAndActuators:Socket} => {?U_1914 a }. +{?U_1915 a SensorsAndActuators:Socket} => {?U_1915 a }. +{?U_1916 a SensorsAndActuators:Socket} => {?U_1916 a }. +{?U_1917 a SensorsAndActuators:Socket} => {?U_1917 a }. +{?U_1918 a SensorsAndActuators:Socket} => {?U_1918 a }. +{?U_1919 a SensorsAndActuators:Socket} => {?U_1919 a }. +{?U_1920 a SensorsAndActuators:Socket} => {?U_1920 a }. +{?U_1921 a SensorsAndActuators:Socket} => {?U_1921 a }. +{?U_1922 a SensorsAndActuators:Socket} => {?U_1922 a }. +{?U_1923 a SensorsAndActuators:Socket} => {?U_1923 a }. +{?U_1924 a SensorsAndActuators:Socket} => {?U_1924 a saref4bldg:PhysicalObject}. +{?U_1925 a SensorsAndActuators:Socket} => {?U_1925 a }. +{?U_1926 a SensorsAndActuators:Socket} => {?U_1926 a }. +{?U_1927 a SensorsAndActuators:Socket} => {?U_1927 a }. +{?U_1928 a SensorsAndActuators:StorageRoom} => {?U_1928 a :AnalyzableForCondition}. +{?U_1929 a SensorsAndActuators:StorageRoom} => {?U_1929 a saref4bldg:BuildingSpace}. +{?U_1930 a SensorsAndActuators:StorageRoom} => {?U_1930 a }. +{?U_1931 a SensorsAndActuators:StorageRoom} => {?U_1931 a }. +{?U_1932 a SensorsAndActuators:StorageRoom} => {?U_1932 a }. +{?U_1933 a SensorsAndActuators:Temperature} => {?U_1933 a }. +{?U_1934 a SensorsAndActuators:Temperature} => {?U_1934 a }. +{?U_1935 a SensorsAndActuators:Temperature} => {?U_1935 a }. +{?U_1936 a SensorsAndActuators:Temperature} => {?U_1936 a }. +{?U_1937 a SensorsAndActuators:Temperature} => {?U_1937 a }. +{?U_1938 a SensorsAndActuators:Temperature} => {?U_1938 a }. +{?U_1939 a SensorsAndActuators:Temperature} => {?U_1939 a }. +{?U_1940 a SensorsAndActuators:TemperatureSensor} => {?U_1940 a saref-core:Sensor}. +{?U_1941 a SensorsAndActuators:TemperatureSensor} => {?U_1941 a }. +{?U_1942 a SensorsAndActuators:TemperatureSensor} => {?U_1942 a }. +{?U_1943 a SensorsAndActuators:Toilet} => {?U_1943 a :AnalyzableForCondition}. +{?U_1944 a SensorsAndActuators:Toilet} => {?U_1944 a saref4bldg:BuildingSpace}. +{?U_1945 a SensorsAndActuators:Toilet} => {?U_1945 a }. +{?U_1946 a SensorsAndActuators:Toilet} => {?U_1946 a }. +{?U_1947 a SensorsAndActuators:Toilet} => {?U_1947 a }. +{?U_1948 a SensorsAndActuators:Tv} => {?U_1948 a saref-core:Appliance}. +{?U_1949 a SensorsAndActuators:Tv} => {?U_1949 a saref-core:Device}. +{?U_1950 a SensorsAndActuators:VOC} => {?U_1950 a }. +{?U_1951 a SensorsAndActuators:VOC} => {?U_1951 a }. +{?U_1952 a SensorsAndActuators:VOC} => {?U_1952 a }. +{?U_1953 a SensorsAndActuators:VOC} => {?U_1953 a }. +{?U_1954 a SensorsAndActuators:VOC} => {?U_1954 a }. +{?U_1955 a SensorsAndActuators:VOC} => {?U_1955 a }. +{?U_1956 a SensorsAndActuators:VOC} => {?U_1956 a }. +{?U_1957 a SensorsAndActuators:VOCSensor} => {?U_1957 a saref-core:Device}. +{?U_1958 a SensorsAndActuators:VOCSensor} => {?U_1958 a }. +{?U_1959 a SensorsAndActuators:VentilationLevel} => {?U_1959 a }. +{?U_1960 a SensorsAndActuators:VentilationLevel} => {?U_1960 a }. +{?U_1961 a SensorsAndActuators:VentilationLevel} => {?U_1961 a }. +{?U_1962 a SensorsAndActuators:VentilationLevel} => {?U_1962 a }. +{?U_1963 a SensorsAndActuators:VentilationLevel} => {?U_1963 a }. +{?U_1964 a SensorsAndActuators:VentilationLevel} => {?U_1964 a }. +{?U_1965 a SensorsAndActuators:VentilationLevel} => {?U_1965 a }. +{?U_1966 a SensorsAndActuators:WashingMachine} => {?U_1966 a saref-core:Appliance}. +{?U_1967 a SensorsAndActuators:WaterBoiler} => {?U_1967 a saref-core:Appliance}. +{?U_1968 a SensorsAndActuators:WaterBoiler} => {?U_1968 a saref-core:Device}. +{?U_1969 a SensorsAndActuators:WaterRunning} => {?U_1969 a }. +{?U_1970 a SensorsAndActuators:WaterRunning} => {?U_1970 a }. +{?U_1971 a SensorsAndActuators:WaterRunning} => {?U_1971 a }. +{?U_1972 a SensorsAndActuators:WaterRunning} => {?U_1972 a }. +{?U_1973 a SensorsAndActuators:WaterRunning} => {?U_1973 a }. +{?U_1974 a SensorsAndActuators:WaterRunning} => {?U_1974 a }. +{?U_1975 a SensorsAndActuators:WaterRunning} => {?U_1975 a }. +{?U_1976 a SensorsAndActuators:WaterRunningSensor} => {?U_1976 a saref-core:Device}. +{?U_1977 a SensorsAndActuators:WaterRunningSensor} => {?U_1977 a }. +{?U_1978 a SensorsAndActuators:Weather} => {?U_1978 a }. +{?U_1979 a SensorsAndActuators:Weather} => {?U_1979 a }. +{?U_1980 a SensorsAndActuators:Weather} => {?U_1980 a }. +{?U_1981 a SensorsAndActuators:Weather} => {?U_1981 a }. +{?U_1982 a SensorsAndActuators:Weather} => {?U_1982 a }. +{?U_1983 a SensorsAndActuators:Weather} => {?U_1983 a }. +{?U_1984 a SensorsAndActuators:Weather} => {?U_1984 a }. +{?U_1985 a SensorsAndActuators:WhiteGoods} => {?U_1985 a saref-core:Device}. +{?U_1986 a SensorsAndActuators:WindSpeed} => {?U_1986 a saref-core:Property}. +{?U_1987 a SensorsAndActuators:WindSpeed} => {?U_1987 a }. +{?U_1988 a SensorsAndActuators:WindSpeed} => {?U_1988 a }. +{?U_1989 a SensorsAndActuators:WindSpeed} => {?U_1989 a }. +{?U_1990 a SensorsAndActuators:WindSpeed} => {?U_1990 a }. +{?U_1991 a SensorsAndActuators:WindSpeed} => {?U_1991 a }. +{?U_1992 a SensorsAndActuators:WindSpeed} => {?U_1992 a }. +{?U_1993 a SensorsAndActuators:WindSpeed} => {?U_1993 a }. +{?U_1994 a SensorsAndActuators:WindSpeedSensor} => {?U_1994 a saref-core:Device}. +{?U_1995 a SensorsAndActuators:WindSpeedSensor} => {?U_1995 a }. +{?U_1996 a saref4bldg:Pump} => {?U_1996 a saref-core:Device}. +{?U_1997 a SensorsAndWearables:Acceleration} => {?U_1997 a ns6:WearableProperty}. +{?U_1998 a SensorsAndWearables:Acceleration} => {?U_1998 a }. +{?U_1999 a SensorsAndWearables:Accelerometer} => {?U_1999 a saref-core:Sensor}. +{?U_2000 a SensorsAndWearables:Accelerometer} => {?U_2000 a }. +{?U_2001 a SensorsAndWearables:Altitude} => {?U_2001 a saref-core:Property}. +{?U_2002 a SensorsAndWearables:AmbientLightSensor} => {?U_2002 a saref-core:Device}. +{?U_2003 a SensorsAndWearables:AmbientLightSensor} => {?U_2003 a }. +{?U_2004 a SensorsAndWearables:AmbientNoiseSensor} => {?U_2004 a saref-core:Device}. +{?U_2005 a SensorsAndWearables:AmbientNoiseSensor} => {?U_2005 a }. +{?U_2006 a SensorsAndWearables:Amplitude} => {?U_2006 a ns6:WearableProperty}. +{?U_2007 a SensorsAndWearables:ApplicationUsage} => {?U_2007 a saref-core:Property}. +{?U_2008 a SensorsAndWearables:ApplicationUsageMeter} => {?U_2008 a saref-core:Meter}. +{?U_2009 a SensorsAndWearables:Axis} => {?U_2009 a geosp:SpatialObject}. +{?U_2010 a SensorsAndWearables:BatteryLevelMeter} => {?U_2010 a saref-core:Device}. +{?U_2011 a SensorsAndWearables:BatteryLevelMeter} => {?U_2011 a }. +{?U_2012 a SensorsAndWearables:BloodPressure} => {?U_2012 a ns6:WearerProperty}. +{?U_2013 a SensorsAndWearables:BloodVolumePulse} => {?U_2013 a ns6:WearerProperty}. +{?U_2014 a SensorsAndWearables:Empatica} => {?U_2014 a }. +{?U_2015 a SensorsAndWearables:Frequency} => {?U_2015 a ns6:WearableProperty}. +{?U_2016 a SensorsAndWearables:GPSSensor} => {?U_2016 a saref-core:Device}. +{?U_2017 a SensorsAndWearables:GPSSensor} => {?U_2017 a }. +{?U_2018 a SensorsAndWearables:GSRSensor} => {?U_2018 a saref-core:Device}. +{?U_2019 a SensorsAndWearables:GSRSensor} => {?U_2019 a }. +{?U_2020 a SensorsAndWearables:GeoLocation} => {?U_2020 a }. +{?U_2021 a SensorsAndWearables:GeoLocation} => {?U_2021 a }. +{?U_2022 a SensorsAndWearables:GeoLocation} => {?U_2022 a }. +{?U_2023 a SensorsAndWearables:GeoLocation} => {?U_2023 a }. +{?U_2024 a SensorsAndWearables:GeoLocation} => {?U_2024 a }. +{?U_2025 a SensorsAndWearables:GeoLocation} => {?U_2025 a }. +{?U_2026 a SensorsAndWearables:GeoLocation} => {?U_2026 a }. +{?U_2027 a SensorsAndWearables:Gravity} => {?U_2027 a ns6:WearableProperty}. +{?U_2028 a SensorsAndWearables:Gravity} => {?U_2028 a }. +{?U_2029 a SensorsAndWearables:GravitySensor} => {?U_2029 a saref-core:Sensor}. +{?U_2030 a SensorsAndWearables:GravitySensor} => {?U_2030 a }. +{?U_2031 a SensorsAndWearables:Gyroscope} => {?U_2031 a saref-core:Sensor}. +{?U_2032 a SensorsAndWearables:Gyroscope} => {?U_2032 a }. +{?U_2033 a SensorsAndWearables:HeartRate} => {?U_2033 a ns6:WearerProperty}. +{?U_2034 a SensorsAndWearables:InterBeatInterval} => {?U_2034 a ns6:WearerProperty}. +{?U_2035 a SensorsAndWearables:KeyStrokes} => {?U_2035 a saref-core:Property}. +{?U_2036 a SensorsAndWearables:KeyboardUsageMeter} => {?U_2036 a saref-core:Meter}. +{?U_2037 a SensorsAndWearables:Latitude} => {?U_2037 a saref-core:Property}. +{?U_2038 a SensorsAndWearables:Latitude} => {?U_2038 a }. +{?U_2039 a SensorsAndWearables:Latitude} => {?U_2039 a }. +{?U_2040 a SensorsAndWearables:Latitude} => {?U_2040 a }. +{?U_2041 a SensorsAndWearables:Latitude} => {?U_2041 a }. +{?U_2042 a SensorsAndWearables:Latitude} => {?U_2042 a }. +{?U_2043 a SensorsAndWearables:Latitude} => {?U_2043 a }. +{?U_2044 a SensorsAndWearables:Latitude} => {?U_2044 a }. +{?U_2045 a SensorsAndWearables:Light} => {?U_2045 a saref-core:Property}. +{?U_2046 a SensorsAndWearables:LinearAcceleration} => {?U_2046 a ns6:WearableProperty}. +{?U_2047 a SensorsAndWearables:LinearAcceleration} => {?U_2047 a }. +{?U_2048 a SensorsAndWearables:LinearAccelerometer} => {?U_2048 a saref-core:Sensor}. +{?U_2049 a SensorsAndWearables:LinearAccelerometer} => {?U_2049 a }. +{?U_2050 a SensorsAndWearables:LocationAccuracy} => {?U_2050 a saref-core:Property}. +{?U_2051 a SensorsAndWearables:LocationAccuracy} => {?U_2051 a }. +{?U_2052 a SensorsAndWearables:LocationAccuracy} => {?U_2052 a }. +{?U_2053 a SensorsAndWearables:LocationAccuracy} => {?U_2053 a }. +{?U_2054 a SensorsAndWearables:LocationAccuracy} => {?U_2054 a }. +{?U_2055 a SensorsAndWearables:LocationAccuracy} => {?U_2055 a }. +{?U_2056 a SensorsAndWearables:LocationAccuracy} => {?U_2056 a }. +{?U_2057 a SensorsAndWearables:LocationAccuracy} => {?U_2057 a }. +{?U_2058 a SensorsAndWearables:LocationBearing} => {?U_2058 a saref-core:Property}. +{?U_2059 a SensorsAndWearables:LocationBearing} => {?U_2059 a }. +{?U_2060 a SensorsAndWearables:LocationBearing} => {?U_2060 a }. +{?U_2061 a SensorsAndWearables:LocationBearing} => {?U_2061 a }. +{?U_2062 a SensorsAndWearables:LocationBearing} => {?U_2062 a }. +{?U_2063 a SensorsAndWearables:LocationBearing} => {?U_2063 a }. +{?U_2064 a SensorsAndWearables:LocationBearing} => {?U_2064 a }. +{?U_2065 a SensorsAndWearables:LocationBearing} => {?U_2065 a }. +{?U_2066 a SensorsAndWearables:Longitude} => {?U_2066 a saref-core:Property}. +{?U_2067 a SensorsAndWearables:Longitude} => {?U_2067 a }. +{?U_2068 a SensorsAndWearables:Longitude} => {?U_2068 a }. +{?U_2069 a SensorsAndWearables:Longitude} => {?U_2069 a }. +{?U_2070 a SensorsAndWearables:Longitude} => {?U_2070 a }. +{?U_2071 a SensorsAndWearables:Longitude} => {?U_2071 a }. +{?U_2072 a SensorsAndWearables:Longitude} => {?U_2072 a }. +{?U_2073 a SensorsAndWearables:Longitude} => {?U_2073 a }. +{?U_2074 a SensorsAndWearables:MagneticFieldStrength} => {?U_2074 a ns6:WearableProperty}. +{?U_2075 a SensorsAndWearables:MagneticFieldStrength} => {?U_2075 a }. +{?U_2076 a SensorsAndWearables:Magnetometer} => {?U_2076 a saref-core:Sensor}. +{?U_2077 a SensorsAndWearables:Magnetometer} => {?U_2077 a }. +{?U_2078 a SensorsAndWearables:Noise} => {?U_2078 a saref-core:Property}. +{?U_2079 a SensorsAndWearables:OnWristDetector} => {?U_2079 a saref-core:Device}. +{?U_2080 a SensorsAndWearables:OnWristDetector} => {?U_2080 a }. +{?U_2081 a SensorsAndWearables:OrientationDeviation} => {?U_2081 a ns6:WearableProperty}. +{?U_2082 a SensorsAndWearables:OrientationDeviation} => {?U_2082 a }. +{?U_2083 a SensorsAndWearables:PPGSensor} => {?U_2083 a saref-core:Device}. +{?U_2084 a SensorsAndWearables:PPGSensor} => {?U_2084 a }. +{?U_2085 a SensorsAndWearables:Proximity} => {?U_2085 a saref-core:Property}. +{?U_2086 a SensorsAndWearables:ProximitySensor} => {?U_2086 a saref-core:Device}. +{?U_2087 a SensorsAndWearables:ProximitySensor} => {?U_2087 a }. +{?U_2088 a SensorsAndWearables:Rotation} => {?U_2088 a ns6:WearableProperty}. +{?U_2089 a SensorsAndWearables:Rotation} => {?U_2089 a }. +{?U_2090 a SensorsAndWearables:RotationSensor} => {?U_2090 a saref-core:Sensor}. +{?U_2091 a SensorsAndWearables:RotationSensor} => {?U_2091 a }. +{?U_2092 a SensorsAndWearables:SPO2} => {?U_2092 a ns6:WearerProperty}. +{?U_2093 a SensorsAndWearables:ScreenUsage} => {?U_2093 a saref-core:Property}. +{?U_2094 a SensorsAndWearables:ScreenUsageMeter} => {?U_2094 a saref-core:Meter}. +{?U_2095 a SensorsAndWearables:SkinConductance} => {?U_2095 a ns6:WearerProperty}. +{?U_2096 a SensorsAndWearables:SkinTemperature} => {?U_2096 a ns6:WearerProperty}. +{?U_2097 a SensorsAndWearables:Smartphone} => {?U_2097 a }. +{?U_2098 a SensorsAndWearables:SmartphoneAcceleration} => {?U_2098 a }. +{?U_2099 a SensorsAndWearables:SmartphoneAcceleration} => {?U_2099 a ns6:WearableProperty}. +{?U_2100 a SensorsAndWearables:SmartphoneAcceleration} => {?U_2100 a }. +{?U_2101 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_2101 a saref-core:Device}. +{?U_2102 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_2102 a }. +{?U_2103 a SensorsAndWearables:StepCount} => {?U_2103 a saref-core:Property}. +{?U_2104 a SensorsAndWearables:StepCounter} => {?U_2104 a saref-core:Device}. +{?U_2105 a SensorsAndWearables:StepCounter} => {?U_2105 a }. +{?U_2106 a SensorsAndWearables:Thermopile} => {?U_2106 a saref-core:Sensor}. +{?U_2107 a SensorsAndWearables:Thermopile} => {?U_2107 a }. +{?U_2108 a SensorsAndWearables:Thermopile} => {?U_2108 a }. +{?U_2109 a SensorsAndWearables:WearableAcceleration} => {?U_2109 a }. +{?U_2110 a SensorsAndWearables:WearableAcceleration} => {?U_2110 a ns6:WearableProperty}. +{?U_2111 a SensorsAndWearables:WearableAcceleration} => {?U_2111 a }. +{?U_2112 a SensorsAndWearables:Weight} => {?U_2112 a ns6:WearerProperty}. +{?U_2113 a SensorsAndWearables:XAxis} => {?U_2113 a geosp:Geometry}. +{?U_2114 a SensorsAndWearables:XAxis} => {?U_2114 a geosp:SpatialObject}. +{?U_2115 a SensorsAndWearables:YAxis} => {?U_2115 a geosp:Geometry}. +{?U_2116 a SensorsAndWearables:YAxis} => {?U_2116 a geosp:SpatialObject}. +{?U_2117 a SensorsAndWearables:ZAxis} => {?U_2117 a geosp:Geometry}. +{?U_2118 a SensorsAndWearables:ZAxis} => {?U_2118 a geosp:SpatialObject}. +{?U_2119 a } => {?U_2119 a saref-core:Property}. +{?U_2120 a } => {?U_2120 a saref-core:Device}. +{?U_2121 a } => {?U_2121 a }. +{?U_2122 a dogont:Button} => {?U_2122 a }. +{?U_2123 a dogont:Button} => {?U_2123 a }. +{?U_2124 a dogont:Button} => {?U_2124 a }. +{?U_2125 a dogont:Button} => {?U_2125 a }. +{?U_2126 a dogont:Button} => {?U_2126 a }. +{?U_2127 a dogont:Button} => {?U_2127 a }. +{?U_2128 a dogont:Button} => {?U_2128 a }. +{?U_2129 a dogont:Button} => {?U_2129 a }. +{?U_2130 a dogont:Button} => {?U_2130 a }. +{?U_2131 a dogont:Button} => {?U_2131 a }. +{?U_2132 a dogont:Button} => {?U_2132 a }. +{?U_2133 a dogont:Button} => {?U_2133 a }. +{?U_2134 a dogont:Button} => {?U_2134 a saref4bldg:PhysicalObject}. +{?U_2135 a dogont:Button} => {?U_2135 a }. +{?U_2136 a dogont:Button} => {?U_2136 a }. +{?U_2137 a dogont:Button} => {?U_2137 a }. +{?U_2138 a dogont:Closet} => {?U_2138 a saref4bldg:PhysicalObject}. +{?U_2139 a dogont:Cupboard} => {?U_2139 a saref4bldg:PhysicalObject}. +{?U_2140 a dogont:DimmableLight} => {?U_2140 a saref4bldg:DistributionControlDevice}. +{?U_2141 a dogont:DimmableLight} => {?U_2141 a saref-core:Actuator}. +{?U_2142 a dogont:DimmableLight} => {?U_2142 a }. +{?U_2143 a dogont:DimmableLight} => {?U_2143 a }. +{?U_2144 a dogont:DimmerLamp} => {?U_2144 a saref4bldg:DistributionControlDevice}. +{?U_2145 a dogont:DimmerLamp} => {?U_2145 a saref-core:Actuator}. +{?U_2146 a dogont:DimmerLamp} => {?U_2146 a }. +{?U_2147 a dogont:DimmerLamp} => {?U_2147 a }. +{?U_2148 a dogont:DimmerSwitch} => {?U_2148 a saref4bldg:DistributionControlDevice}. +{?U_2149 a dogont:DimmerSwitch} => {?U_2149 a saref-core:Actuator}. +{?U_2150 a dogont:DimmerSwitch} => {?U_2150 a }. +{?U_2151 a dogont:DimmerSwitch} => {?U_2151 a }. +{?U_2152 a dogont:Door} => {?U_2152 a saref4bldg:PhysicalObject}. +{?U_2153 a dogont:Shutter} => {?U_2153 a saref4bldg:PhysicalObject}. +{?U_2154 a dogont:ShutterActuator} => {?U_2154 a saref4bldg:DistributionControlDevice}. +{?U_2155 a dogont:ShutterActuator} => {?U_2155 a saref-core:Actuator}. +{?U_2156 a dogont:ShutterActuator} => {?U_2156 a }. +{?U_2157 a dogont:ShutterActuator} => {?U_2157 a }. +{?U_2158 a dogont:Terrace} => {?U_2158 a }. +{?U_2159 a dogont:Terrace} => {?U_2159 a }. +{?U_2160 a dogont:Terrace} => {?U_2160 a }. +{?U_2161 a dogont:Window} => {?U_2161 a saref4bldg:PhysicalObject}. +{?U_2162 a ns3:Curtain} => {?U_2162 a saref4bldg:PhysicalObject}. +{?U_2163 a ns3:Furniture} => {?U_2163 a }. +{?U_2164 a ns3:Furniture} => {?U_2164 a }. +{?U_2165 a ns3:Netatmo} => {?U_2165 a saref-core:Device}. +{?U_2166 a ns3:Netatmo} => {?U_2166 a }. +{?U_2167 a ns3:WeatherStation} => {?U_2167 a saref-core:Device}. +{?U_2168 a ns3:WeatherStation} => {?U_2168 a }. +{?U_2169 a ns3:WindowSensor} => {?U_2169 a saref-core:Device}. +{?U_2170 a ns3:WindowSensor} => {?U_2170 a }. +{?U_2171 a ns4:EmpaticaTagButton} => {?U_2171 a }. +{?U_2172 a ns4:EmpaticaTagButton} => {?U_2172 a }. +{?U_2173 a ns4:EmpaticaTagButton} => {?U_2173 a }. +{?U_2174 a ns4:EmpaticaTagButton} => {?U_2174 a }. +{?U_2175 a ns4:EmpaticaTagButton} => {?U_2175 a }. +{?U_2176 a ns4:EmpaticaTagButton} => {?U_2176 a }. +{?U_2177 a ns4:EmpaticaTagButton} => {?U_2177 a }. +{?U_2178 a ns4:EmpaticaTagButton} => {?U_2178 a }. +{?U_2179 a ns4:EmpaticaTagButton} => {?U_2179 a }. +{?U_2180 a ns4:EmpaticaTagButton} => {?U_2180 a }. +{?U_2181 a ns4:EmpaticaTagButton} => {?U_2181 a }. +{?U_2182 a ns4:EmpaticaTagButton} => {?U_2182 a }. +{?U_2183 a ns4:EmpaticaTagButton} => {?U_2183 a saref4bldg:PhysicalObject}. +{?U_2184 a ns4:EmpaticaTagButton} => {?U_2184 a }. +{?U_2185 a ns4:EmpaticaTagButton} => {?U_2185 a }. +{?U_2186 a ns4:EmpaticaTagButton} => {?U_2186 a }. +{?U_2187 a ns4:SleepAPI} => {?U_2187 a saref-core:Device}. +{?U_2188 a ns4:SleepAPI} => {?U_2188 a }. +{?U_2189 a saref-core:ActuatingFunction} => {?U_2189 a }. +{?U_2190 a saref-core:Actuator} => {?U_2190 a }. +{?U_2191 a saref-core:Actuator} => {?U_2191 a }. +{?U_2192 a saref-core:Actuator} => {?U_2192 a }. +{?U_2193 a saref-core:Actuator} => {?U_2193 a }. +{?U_2194 a saref-core:Actuator} => {?U_2194 a }. +{?U_2195 a saref-core:Actuator} => {?U_2195 a }. +{?U_2196 a saref-core:Actuator} => {?U_2196 a }. +{?U_2197 a saref-core:Actuator} => {?U_2197 a }. +{?U_2198 a saref-core:Actuator} => {?U_2198 a }. +{?U_2199 a saref-core:Actuator} => {?U_2199 a }. +{?U_2200 a saref-core:Actuator} => {?U_2200 a }. +{?U_2201 a saref-core:Actuator} => {?U_2201 a }. +{?U_2202 a saref-core:Actuator} => {?U_2202 a saref4bldg:PhysicalObject}. +{?U_2203 a saref-core:Actuator} => {?U_2203 a }. +{?U_2204 a saref-core:Actuator} => {?U_2204 a }. +{?U_2205 a saref-core:Actuator} => {?U_2205 a }. +{?U_2206 a saref-core:Appliance} => {?U_2206 a }. +{?U_2207 a saref-core:Appliance} => {?U_2207 a }. +{?U_2208 a saref-core:Appliance} => {?U_2208 a }. +{?U_2209 a saref-core:Appliance} => {?U_2209 a }. +{?U_2210 a saref-core:Appliance} => {?U_2210 a }. +{?U_2211 a saref-core:Appliance} => {?U_2211 a }. +{?U_2212 a saref-core:Appliance} => {?U_2212 a }. +{?U_2213 a saref-core:Appliance} => {?U_2213 a }. +{?U_2214 a saref-core:Appliance} => {?U_2214 a }. +{?U_2215 a saref-core:Appliance} => {?U_2215 a }. +{?U_2216 a saref-core:Appliance} => {?U_2216 a }. +{?U_2217 a saref-core:Appliance} => {?U_2217 a }. +{?U_2218 a saref-core:Appliance} => {?U_2218 a saref4bldg:PhysicalObject}. +{?U_2219 a saref-core:Appliance} => {?U_2219 a }. +{?U_2220 a saref-core:Appliance} => {?U_2220 a }. +{?U_2221 a saref-core:Appliance} => {?U_2221 a }. +{?U_2222 a saref-core:CloseCommand} => {?U_2222 a }. +{?U_2223 a saref-core:CloseCommand} => {?U_2223 a }. +{?U_2224 a saref-core:CloseState} => {?U_2224 a saref-core:State}. +{?U_2225 a saref-core:DoorSwitch} => {?U_2225 a saref-core:Actuator}. +{?U_2226 a saref-core:Energy} => {?U_2226 a }. +{?U_2227 a saref-core:Energy} => {?U_2227 a }. +{?U_2228 a saref-core:Energy} => {?U_2228 a }. +{?U_2229 a saref-core:Energy} => {?U_2229 a }. +{?U_2230 a saref-core:Energy} => {?U_2230 a }. +{?U_2231 a saref-core:Energy} => {?U_2231 a }. +{?U_2232 a saref-core:Energy} => {?U_2232 a }. +{?U_2233 a saref-core:EventFunction} => {?U_2233 a }. +{?U_2234 a saref-core:GetCommand} => {?U_2234 a }. +{?U_2235 a saref-core:GetCommand} => {?U_2235 a }. +{?U_2236 a saref-core:GetCurrentMeterValueCommand} => {?U_2236 a saref-core:Command}. +{?U_2237 a saref-core:GetCurrentMeterValueCommand} => {?U_2237 a }. +{?U_2238 a saref-core:GetCurrentMeterValueCommand} => {?U_2238 a }. +{?U_2239 a saref-core:GetMeterDataCommand} => {?U_2239 a saref-core:Command}. +{?U_2240 a saref-core:GetMeterDataCommand} => {?U_2240 a }. +{?U_2241 a saref-core:GetMeterDataCommand} => {?U_2241 a }. +{?U_2242 a saref-core:GetMeterHistoryCommand} => {?U_2242 a saref-core:Command}. +{?U_2243 a saref-core:GetMeterHistoryCommand} => {?U_2243 a }. +{?U_2244 a saref-core:GetMeterHistoryCommand} => {?U_2244 a }. +{?U_2245 a saref-core:GetSensingDataCommand} => {?U_2245 a saref-core:Command}. +{?U_2246 a saref-core:GetSensingDataCommand} => {?U_2246 a }. +{?U_2247 a saref-core:GetSensingDataCommand} => {?U_2247 a }. +{?U_2248 a saref-core:HVAC} => {?U_2248 a }. +{?U_2249 a saref-core:HVAC} => {?U_2249 a }. +{?U_2250 a saref-core:HVAC} => {?U_2250 a }. +{?U_2251 a saref-core:HVAC} => {?U_2251 a }. +{?U_2252 a saref-core:HVAC} => {?U_2252 a }. +{?U_2253 a saref-core:HVAC} => {?U_2253 a }. +{?U_2254 a saref-core:HVAC} => {?U_2254 a }. +{?U_2255 a saref-core:HVAC} => {?U_2255 a }. +{?U_2256 a saref-core:HVAC} => {?U_2256 a }. +{?U_2257 a saref-core:HVAC} => {?U_2257 a }. +{?U_2258 a saref-core:HVAC} => {?U_2258 a }. +{?U_2259 a saref-core:HVAC} => {?U_2259 a }. +{?U_2260 a saref-core:HVAC} => {?U_2260 a saref4bldg:PhysicalObject}. +{?U_2261 a saref-core:HVAC} => {?U_2261 a }. +{?U_2262 a saref-core:HVAC} => {?U_2262 a }. +{?U_2263 a saref-core:HVAC} => {?U_2263 a }. +{?U_2264 a saref-core:Humidity} => {?U_2264 a }. +{?U_2265 a saref-core:Humidity} => {?U_2265 a }. +{?U_2266 a saref-core:Humidity} => {?U_2266 a }. +{?U_2267 a saref-core:Humidity} => {?U_2267 a }. +{?U_2268 a saref-core:Humidity} => {?U_2268 a }. +{?U_2269 a saref-core:Humidity} => {?U_2269 a }. +{?U_2270 a saref-core:Humidity} => {?U_2270 a }. +{?U_2271 a saref-core:LevelControlFunction} => {?U_2271 a saref-core:Function}. +{?U_2272 a saref-core:LevelControlFunction} => {?U_2272 a }. +{?U_2273 a saref-core:Light} => {?U_2273 a }. +{?U_2274 a saref-core:Light} => {?U_2274 a }. +{?U_2275 a saref-core:Light} => {?U_2275 a }. +{?U_2276 a saref-core:Light} => {?U_2276 a }. +{?U_2277 a saref-core:Light} => {?U_2277 a }. +{?U_2278 a saref-core:Light} => {?U_2278 a }. +{?U_2279 a saref-core:Light} => {?U_2279 a }. +{?U_2280 a saref-core:LightSwitch} => {?U_2280 a saref-core:Actuator}. +{?U_2281 a saref-core:Meter} => {?U_2281 a }. +{?U_2282 a saref-core:Meter} => {?U_2282 a }. +{?U_2283 a saref-core:Meter} => {?U_2283 a }. +{?U_2284 a saref-core:Meter} => {?U_2284 a }. +{?U_2285 a saref-core:Meter} => {?U_2285 a }. +{?U_2286 a saref-core:Meter} => {?U_2286 a }. +{?U_2287 a saref-core:Meter} => {?U_2287 a }. +{?U_2288 a saref-core:Meter} => {?U_2288 a }. +{?U_2289 a saref-core:Meter} => {?U_2289 a }. +{?U_2290 a saref-core:Meter} => {?U_2290 a }. +{?U_2291 a saref-core:Meter} => {?U_2291 a }. +{?U_2292 a saref-core:Meter} => {?U_2292 a }. +{?U_2293 a saref-core:Meter} => {?U_2293 a saref4bldg:PhysicalObject}. +{?U_2294 a saref-core:Meter} => {?U_2294 a }. +{?U_2295 a saref-core:Meter} => {?U_2295 a }. +{?U_2296 a saref-core:Meter} => {?U_2296 a }. +{?U_2297 a saref-core:MeteringFunction} => {?U_2297 a }. +{?U_2298 a saref-core:Motion} => {?U_2298 a }. +{?U_2299 a saref-core:Motion} => {?U_2299 a }. +{?U_2300 a saref-core:Motion} => {?U_2300 a }. +{?U_2301 a saref-core:Motion} => {?U_2301 a }. +{?U_2302 a saref-core:Motion} => {?U_2302 a }. +{?U_2303 a saref-core:Motion} => {?U_2303 a }. +{?U_2304 a saref-core:Motion} => {?U_2304 a }. +{?U_2305 a saref-core:NotifyCommand} => {?U_2305 a }. +{?U_2306 a saref-core:NotifyCommand} => {?U_2306 a }. +{?U_2307 a saref-core:Occupancy} => {?U_2307 a }. +{?U_2308 a saref-core:Occupancy} => {?U_2308 a }. +{?U_2309 a saref-core:Occupancy} => {?U_2309 a }. +{?U_2310 a saref-core:Occupancy} => {?U_2310 a }. +{?U_2311 a saref-core:Occupancy} => {?U_2311 a }. +{?U_2312 a saref-core:Occupancy} => {?U_2312 a }. +{?U_2313 a saref-core:Occupancy} => {?U_2313 a }. +{?U_2314 a saref-core:OffCommand} => {?U_2314 a }. +{?U_2315 a saref-core:OffCommand} => {?U_2315 a }. +{?U_2316 a saref-core:OffState} => {?U_2316 a saref-core:State}. +{?U_2317 a saref-core:OnCommand} => {?U_2317 a }. +{?U_2318 a saref-core:OnCommand} => {?U_2318 a }. +{?U_2319 a saref-core:OnOffFunction} => {?U_2319 a saref-core:Function}. +{?U_2320 a saref-core:OnOffFunction} => {?U_2320 a }. +{?U_2321 a saref-core:OnState} => {?U_2321 a saref-core:State}. +{?U_2322 a saref-core:OpenCloseFunction} => {?U_2322 a saref-core:Function}. +{?U_2323 a saref-core:OpenCloseFunction} => {?U_2323 a }. +{?U_2324 a saref-core:OpenCommand} => {?U_2324 a }. +{?U_2325 a saref-core:OpenCommand} => {?U_2325 a }. +{?U_2326 a saref-core:OpenState} => {?U_2326 a saref-core:State}. +{?U_2327 a saref-core:PauseCommand} => {?U_2327 a }. +{?U_2328 a saref-core:PauseCommand} => {?U_2328 a }. +{?U_2329 a saref-core:Power} => {?U_2329 a }. +{?U_2330 a saref-core:Power} => {?U_2330 a }. +{?U_2331 a saref-core:Power} => {?U_2331 a }. +{?U_2332 a saref-core:Power} => {?U_2332 a }. +{?U_2333 a saref-core:Power} => {?U_2333 a }. +{?U_2334 a saref-core:Power} => {?U_2334 a }. +{?U_2335 a saref-core:Power} => {?U_2335 a }. +{?U_2336 a saref-core:Pressure} => {?U_2336 a }. +{?U_2337 a saref-core:Pressure} => {?U_2337 a }. +{?U_2338 a saref-core:Pressure} => {?U_2338 a }. +{?U_2339 a saref-core:Pressure} => {?U_2339 a }. +{?U_2340 a saref-core:Pressure} => {?U_2340 a }. +{?U_2341 a saref-core:Pressure} => {?U_2341 a }. +{?U_2342 a saref-core:Pressure} => {?U_2342 a }. +{?U_2343 a saref-core:Price} => {?U_2343 a }. +{?U_2344 a saref-core:Price} => {?U_2344 a }. +{?U_2345 a saref-core:Price} => {?U_2345 a }. +{?U_2346 a saref-core:Price} => {?U_2346 a }. +{?U_2347 a saref-core:Price} => {?U_2347 a }. +{?U_2348 a saref-core:Price} => {?U_2348 a }. +{?U_2349 a saref-core:Price} => {?U_2349 a }. +{?U_2350 a saref-core:SensingFunction} => {?U_2350 a }. +{?U_2351 a saref-core:Sensor} => {?U_2351 a }. +{?U_2352 a saref-core:Sensor} => {?U_2352 a }. +{?U_2353 a saref-core:Sensor} => {?U_2353 a }. +{?U_2354 a saref-core:Sensor} => {?U_2354 a }. +{?U_2355 a saref-core:Sensor} => {?U_2355 a }. +{?U_2356 a saref-core:Sensor} => {?U_2356 a }. +{?U_2357 a saref-core:Sensor} => {?U_2357 a }. +{?U_2358 a saref-core:Sensor} => {?U_2358 a }. +{?U_2359 a saref-core:Sensor} => {?U_2359 a }. +{?U_2360 a saref-core:Sensor} => {?U_2360 a }. +{?U_2361 a saref-core:Sensor} => {?U_2361 a }. +{?U_2362 a saref-core:Sensor} => {?U_2362 a }. +{?U_2363 a saref-core:Sensor} => {?U_2363 a saref4bldg:PhysicalObject}. +{?U_2364 a saref-core:Sensor} => {?U_2364 a }. +{?U_2365 a saref-core:Sensor} => {?U_2365 a }. +{?U_2366 a saref-core:Sensor} => {?U_2366 a }. +{?U_2367 a saref-core:SetAbsoluteLevelCommand} => {?U_2367 a saref-core:Command}. +{?U_2368 a saref-core:SetAbsoluteLevelCommand} => {?U_2368 a }. +{?U_2369 a saref-core:SetAbsoluteLevelCommand} => {?U_2369 a }. +{?U_2370 a saref-core:SetLevelCommand} => {?U_2370 a }. +{?U_2371 a saref-core:SetLevelCommand} => {?U_2371 a }. +{?U_2372 a saref-core:SetRelativeLevelCommand} => {?U_2372 a saref-core:Command}. +{?U_2373 a saref-core:SetRelativeLevelCommand} => {?U_2373 a }. +{?U_2374 a saref-core:SetRelativeLevelCommand} => {?U_2374 a }. +{?U_2375 a saref-core:SetRelativeLevelCommand} => {?U_2375 a }. +{?U_2376 a saref-core:SetRelativeLevelCommand} => {?U_2376 a }. +{?U_2377 a saref-core:Smoke} => {?U_2377 a }. +{?U_2378 a saref-core:Smoke} => {?U_2378 a }. +{?U_2379 a saref-core:Smoke} => {?U_2379 a }. +{?U_2380 a saref-core:Smoke} => {?U_2380 a }. +{?U_2381 a saref-core:Smoke} => {?U_2381 a }. +{?U_2382 a saref-core:Smoke} => {?U_2382 a }. +{?U_2383 a saref-core:Smoke} => {?U_2383 a }. +{?U_2384 a saref-core:SmokeSensor} => {?U_2384 a saref-core:Device}. +{?U_2385 a saref-core:SmokeSensor} => {?U_2385 a }. +{?U_2386 a saref-core:SmokeSensor} => {?U_2386 a }. +{?U_2387 a saref-core:SmokeSensor} => {?U_2387 a }. +{?U_2388 a saref-core:SmokeSensor} => {?U_2388 a }. +{?U_2389 a saref-core:SmokeSensor} => {?U_2389 a }. +{?U_2390 a saref-core:SmokeSensor} => {?U_2390 a }. +{?U_2391 a saref-core:SmokeSensor} => {?U_2391 a }. +{?U_2392 a saref-core:SmokeSensor} => {?U_2392 a }. +{?U_2393 a saref-core:SmokeSensor} => {?U_2393 a }. +{?U_2394 a saref-core:SmokeSensor} => {?U_2394 a }. +{?U_2395 a saref-core:SmokeSensor} => {?U_2395 a }. +{?U_2396 a saref-core:SmokeSensor} => {?U_2396 a }. +{?U_2397 a saref-core:SmokeSensor} => {?U_2397 a }. +{?U_2398 a saref-core:SmokeSensor} => {?U_2398 a saref4bldg:PhysicalObject}. +{?U_2399 a saref-core:SmokeSensor} => {?U_2399 a }. +{?U_2400 a saref-core:SmokeSensor} => {?U_2400 a }. +{?U_2401 a saref-core:SmokeSensor} => {?U_2401 a }. +{?U_2402 a saref-core:StartCommand} => {?U_2402 a }. +{?U_2403 a saref-core:StartCommand} => {?U_2403 a }. +{?U_2404 a saref-core:StartState} => {?U_2404 a saref-core:State}. +{?U_2405 a saref-core:StartStopFunction} => {?U_2405 a saref-core:Function}. +{?U_2406 a saref-core:StartStopFunction} => {?U_2406 a }. +{?U_2407 a saref-core:StepDownCommand} => {?U_2407 a }. +{?U_2408 a saref-core:StepDownCommand} => {?U_2408 a }. +{?U_2409 a saref-core:StepUpCommand} => {?U_2409 a }. +{?U_2410 a saref-core:StepUpCommand} => {?U_2410 a }. +{?U_2411 a saref-core:StopCommand} => {?U_2411 a }. +{?U_2412 a saref-core:StopCommand} => {?U_2412 a }. +{?U_2413 a saref-core:StopState} => {?U_2413 a saref-core:State}. +{?U_2414 a saref-core:Switch} => {?U_2414 a saref-core:Device}. +{?U_2415 a saref-core:Switch} => {?U_2415 a }. +{?U_2416 a saref-core:Switch} => {?U_2416 a }. +{?U_2417 a saref-core:Switch} => {?U_2417 a }. +{?U_2418 a saref-core:Switch} => {?U_2418 a }. +{?U_2419 a saref-core:Switch} => {?U_2419 a }. +{?U_2420 a saref-core:Switch} => {?U_2420 a }. +{?U_2421 a saref-core:Switch} => {?U_2421 a }. +{?U_2422 a saref-core:Switch} => {?U_2422 a }. +{?U_2423 a saref-core:Switch} => {?U_2423 a }. +{?U_2424 a saref-core:Switch} => {?U_2424 a }. +{?U_2425 a saref-core:Switch} => {?U_2425 a }. +{?U_2426 a saref-core:Switch} => {?U_2426 a }. +{?U_2427 a saref-core:Switch} => {?U_2427 a }. +{?U_2428 a saref-core:Switch} => {?U_2428 a saref4bldg:PhysicalObject}. +{?U_2429 a saref-core:Switch} => {?U_2429 a }. +{?U_2430 a saref-core:Switch} => {?U_2430 a }. +{?U_2431 a saref-core:Switch} => {?U_2431 a }. +{?U_2432 a saref-core:SwitchOnService} => {?U_2432 a }. +{?U_2433 a saref-core:SwitchOnService} => {?U_2433 a }. +{?U_2434 a saref-core:Temperature} => {?U_2434 a }. +{?U_2435 a saref-core:Temperature} => {?U_2435 a }. +{?U_2436 a saref-core:Temperature} => {?U_2436 a }. +{?U_2437 a saref-core:Temperature} => {?U_2437 a }. +{?U_2438 a saref-core:Temperature} => {?U_2438 a }. +{?U_2439 a saref-core:Temperature} => {?U_2439 a }. +{?U_2440 a saref-core:Temperature} => {?U_2440 a }. +{?U_2441 a saref-core:TemperatureSensor} => {?U_2441 a saref-core:Device}. +{?U_2442 a saref-core:TemperatureSensor} => {?U_2442 a }. +{?U_2443 a saref-core:TemperatureSensor} => {?U_2443 a }. +{?U_2444 a saref-core:TemperatureSensor} => {?U_2444 a }. +{?U_2445 a saref-core:TemperatureSensor} => {?U_2445 a }. +{?U_2446 a saref-core:TemperatureSensor} => {?U_2446 a }. +{?U_2447 a saref-core:TemperatureSensor} => {?U_2447 a }. +{?U_2448 a saref-core:TemperatureSensor} => {?U_2448 a }. +{?U_2449 a saref-core:TemperatureSensor} => {?U_2449 a }. +{?U_2450 a saref-core:TemperatureSensor} => {?U_2450 a }. +{?U_2451 a saref-core:TemperatureSensor} => {?U_2451 a }. +{?U_2452 a saref-core:TemperatureSensor} => {?U_2452 a }. +{?U_2453 a saref-core:TemperatureSensor} => {?U_2453 a }. +{?U_2454 a saref-core:TemperatureSensor} => {?U_2454 a }. +{?U_2455 a saref-core:TemperatureSensor} => {?U_2455 a saref4bldg:PhysicalObject}. +{?U_2456 a saref-core:TemperatureSensor} => {?U_2456 a }. +{?U_2457 a saref-core:TemperatureSensor} => {?U_2457 a }. +{?U_2458 a saref-core:TemperatureSensor} => {?U_2458 a }. +{?U_2459 a saref-core:ToggleCommand} => {?U_2459 a }. +{?U_2460 a saref-core:ToggleCommand} => {?U_2460 a }. +{?U_2461 a saref4bldg:Actuator} => {?U_2461 a saref4bldg:DistributionDevice}. +{?U_2462 a saref4bldg:Actuator} => {?U_2462 a saref-core:Device}. +{?U_2463 a saref4bldg:Actuator} => {?U_2463 a }. +{?U_2464 a saref4bldg:Actuator} => {?U_2464 a }. +{?U_2465 a saref4bldg:Actuator} => {?U_2465 a }. +{?U_2466 a saref4bldg:Actuator} => {?U_2466 a }. +{?U_2467 a saref4bldg:Actuator} => {?U_2467 a }. +{?U_2468 a saref4bldg:Actuator} => {?U_2468 a }. +{?U_2469 a saref4bldg:Actuator} => {?U_2469 a }. +{?U_2470 a saref4bldg:Actuator} => {?U_2470 a }. +{?U_2471 a saref4bldg:Actuator} => {?U_2471 a }. +{?U_2472 a saref4bldg:Actuator} => {?U_2472 a }. +{?U_2473 a saref4bldg:Actuator} => {?U_2473 a }. +{?U_2474 a saref4bldg:Actuator} => {?U_2474 a }. +{?U_2475 a saref4bldg:Actuator} => {?U_2475 a }. +{?U_2476 a saref4bldg:Actuator} => {?U_2476 a saref4bldg:PhysicalObject}. +{?U_2477 a saref4bldg:Actuator} => {?U_2477 a }. +{?U_2478 a saref4bldg:Actuator} => {?U_2478 a }. +{?U_2479 a saref4bldg:Actuator} => {?U_2479 a }. +{?U_2480 a saref4bldg:AirToAirHeatRecovery} => {?U_2480 a saref4bldg:DistributionFlowDevice}. +{?U_2481 a saref4bldg:Alarm} => {?U_2481 a saref4bldg:DistributionDevice}. +{?U_2482 a saref4bldg:AudioVisualAppliance} => {?U_2482 a saref4bldg:DistributionFlowDevice}. +{?U_2483 a saref4bldg:Boiler} => {?U_2483 a saref4bldg:DistributionFlowDevice}. +{?U_2484 a saref4bldg:BuildingDevice} => {?U_2484 a saref4bldg:PhysicalObject}. +{?U_2485 a saref4bldg:BuildingDevice} => {?U_2485 a }. +{?U_2486 a saref4bldg:BuildingDevice} => {?U_2486 a }. +{?U_2487 a saref4bldg:BuildingDevice} => {?U_2487 a }. +{?U_2488 a saref4bldg:BuildingDevice} => {?U_2488 a }. +{?U_2489 a saref4bldg:BuildingDevice} => {?U_2489 a }. +{?U_2490 a saref4bldg:BuildingDevice} => {?U_2490 a }. +{?U_2491 a saref4bldg:BuildingDevice} => {?U_2491 a }. +{?U_2492 a saref4bldg:BuildingDevice} => {?U_2492 a }. +{?U_2493 a saref4bldg:BuildingDevice} => {?U_2493 a }. +{?U_2494 a saref4bldg:BuildingDevice} => {?U_2494 a }. +{?U_2495 a saref4bldg:BuildingDevice} => {?U_2495 a }. +{?U_2496 a saref4bldg:BuildingDevice} => {?U_2496 a }. +{?U_2497 a saref4bldg:BuildingDevice} => {?U_2497 a }. +{?U_2498 a saref4bldg:BuildingDevice} => {?U_2498 a }. +{?U_2499 a saref4bldg:BuildingDevice} => {?U_2499 a }. +{?U_2500 a saref4bldg:BuildingObject} => {?U_2500 a }. +{?U_2501 a saref4bldg:BuildingObject} => {?U_2501 a }. +{?U_2502 a saref4bldg:Burner} => {?U_2502 a saref4bldg:DistributionFlowDevice}. +{?U_2503 a saref4bldg:Chiller} => {?U_2503 a saref4bldg:DistributionFlowDevice}. +{?U_2504 a saref4bldg:Coil} => {?U_2504 a saref4bldg:DistributionFlowDevice}. +{?U_2505 a saref4bldg:CommunicationAppliance} => {?U_2505 a saref4bldg:DistributionFlowDevice}. +{?U_2506 a saref4bldg:Compressor} => {?U_2506 a saref4bldg:DistributionFlowDevice}. +{?U_2507 a saref4bldg:Condenser} => {?U_2507 a saref4bldg:DistributionFlowDevice}. +{?U_2508 a saref4bldg:Controller} => {?U_2508 a saref4bldg:DistributionDevice}. +{?U_2509 a saref4bldg:CooledBeam} => {?U_2509 a saref4bldg:DistributionFlowDevice}. +{?U_2510 a saref4bldg:CoolingTower} => {?U_2510 a saref4bldg:DistributionFlowDevice}. +{?U_2511 a saref4bldg:Damper} => {?U_2511 a saref4bldg:DistributionFlowDevice}. +{?U_2512 a saref4bldg:DistributionControlDevice} => {?U_2512 a saref4bldg:BuildingDevice}. +{?U_2513 a saref4bldg:DistributionDevice} => {?U_2513 a saref4bldg:BuildingObject}. +{?U_2514 a saref4bldg:DistributionDevice} => {?U_2514 a saref-core:Device}. +{?U_2515 a saref4bldg:DistributionDevice} => {?U_2515 a saref4bldg:PhysicalObject}. +{?U_2516 a saref4bldg:DistributionDevice} => {?U_2516 a }. +{?U_2517 a saref4bldg:DistributionDevice} => {?U_2517 a }. +{?U_2518 a saref4bldg:DistributionDevice} => {?U_2518 a }. +{?U_2519 a saref4bldg:DistributionDevice} => {?U_2519 a }. +{?U_2520 a saref4bldg:DistributionDevice} => {?U_2520 a }. +{?U_2521 a saref4bldg:DistributionDevice} => {?U_2521 a }. +{?U_2522 a saref4bldg:DistributionDevice} => {?U_2522 a }. +{?U_2523 a saref4bldg:DistributionDevice} => {?U_2523 a }. +{?U_2524 a saref4bldg:DistributionDevice} => {?U_2524 a }. +{?U_2525 a saref4bldg:DistributionDevice} => {?U_2525 a }. +{?U_2526 a saref4bldg:DistributionDevice} => {?U_2526 a }. +{?U_2527 a saref4bldg:DistributionDevice} => {?U_2527 a }. +{?U_2528 a saref4bldg:DistributionDevice} => {?U_2528 a }. +{?U_2529 a saref4bldg:DistributionDevice} => {?U_2529 a }. +{?U_2530 a saref4bldg:DistributionDevice} => {?U_2530 a }. +{?U_2531 a saref4bldg:DistributionFlowDevice} => {?U_2531 a saref4bldg:BuildingDevice}. +{?U_2532 a saref4bldg:DistributionFlowDevice} => {?U_2532 a saref4bldg:BuildingObject}. +{?U_2533 a saref4bldg:DistributionFlowDevice} => {?U_2533 a saref-core:Device}. +{?U_2534 a saref4bldg:DistributionFlowDevice} => {?U_2534 a saref4bldg:PhysicalObject}. +{?U_2535 a saref4bldg:DistributionFlowDevice} => {?U_2535 a }. +{?U_2536 a saref4bldg:DistributionFlowDevice} => {?U_2536 a }. +{?U_2537 a saref4bldg:DistributionFlowDevice} => {?U_2537 a }. +{?U_2538 a saref4bldg:DistributionFlowDevice} => {?U_2538 a }. +{?U_2539 a saref4bldg:DistributionFlowDevice} => {?U_2539 a }. +{?U_2540 a saref4bldg:DistributionFlowDevice} => {?U_2540 a }. +{?U_2541 a saref4bldg:DistributionFlowDevice} => {?U_2541 a }. +{?U_2542 a saref4bldg:DistributionFlowDevice} => {?U_2542 a }. +{?U_2543 a saref4bldg:DistributionFlowDevice} => {?U_2543 a }. +{?U_2544 a saref4bldg:DistributionFlowDevice} => {?U_2544 a }. +{?U_2545 a saref4bldg:DistributionFlowDevice} => {?U_2545 a }. +{?U_2546 a saref4bldg:DistributionFlowDevice} => {?U_2546 a }. +{?U_2547 a saref4bldg:DistributionFlowDevice} => {?U_2547 a }. +{?U_2548 a saref4bldg:DistributionFlowDevice} => {?U_2548 a }. +{?U_2549 a saref4bldg:DistributionFlowDevice} => {?U_2549 a }. +{?U_2550 a saref4bldg:DuctSilencer} => {?U_2550 a saref4bldg:DistributionFlowDevice}. +{?U_2551 a saref4bldg:ElectricAppliance} => {?U_2551 a saref4bldg:DistributionFlowDevice}. +{?U_2552 a saref4bldg:ElectricFlowStorageDevice} => {?U_2552 a saref4bldg:DistributionFlowDevice}. +{?U_2553 a saref4bldg:ElectricGenerator} => {?U_2553 a saref4bldg:DistributionFlowDevice}. +{?U_2554 a saref4bldg:ElectricMotor} => {?U_2554 a saref4bldg:DistributionFlowDevice}. +{?U_2555 a saref4bldg:ElectricTimeControl} => {?U_2555 a saref4bldg:DistributionFlowDevice}. +{?U_2556 a saref4bldg:EnergyConversionDevice} => {?U_2556 a saref4bldg:DistributionDevice}. +{?U_2557 a saref4bldg:EnergyConversionDevice} => {?U_2557 a saref4bldg:BuildingDevice}. +{?U_2558 a saref4bldg:EnergyConversionDevice} => {?U_2558 a saref4bldg:BuildingObject}. +{?U_2559 a saref4bldg:EnergyConversionDevice} => {?U_2559 a saref-core:Device}. +{?U_2560 a saref4bldg:EnergyConversionDevice} => {?U_2560 a saref4bldg:PhysicalObject}. +{?U_2561 a saref4bldg:EnergyConversionDevice} => {?U_2561 a }. +{?U_2562 a saref4bldg:EnergyConversionDevice} => {?U_2562 a }. +{?U_2563 a saref4bldg:EnergyConversionDevice} => {?U_2563 a }. +{?U_2564 a saref4bldg:EnergyConversionDevice} => {?U_2564 a }. +{?U_2565 a saref4bldg:EnergyConversionDevice} => {?U_2565 a }. +{?U_2566 a saref4bldg:EnergyConversionDevice} => {?U_2566 a }. +{?U_2567 a saref4bldg:EnergyConversionDevice} => {?U_2567 a }. +{?U_2568 a saref4bldg:EnergyConversionDevice} => {?U_2568 a }. +{?U_2569 a saref4bldg:EnergyConversionDevice} => {?U_2569 a }. +{?U_2570 a saref4bldg:EnergyConversionDevice} => {?U_2570 a }. +{?U_2571 a saref4bldg:EnergyConversionDevice} => {?U_2571 a }. +{?U_2572 a saref4bldg:EnergyConversionDevice} => {?U_2572 a }. +{?U_2573 a saref4bldg:EnergyConversionDevice} => {?U_2573 a }. +{?U_2574 a saref4bldg:EnergyConversionDevice} => {?U_2574 a }. +{?U_2575 a saref4bldg:EnergyConversionDevice} => {?U_2575 a }. +{?U_2576 a saref4bldg:Engine} => {?U_2576 a saref4bldg:DistributionFlowDevice}. +{?U_2577 a saref4bldg:Engine} => {?U_2577 a saref4bldg:DistributionDevice}. +{?U_2578 a saref4bldg:Engine} => {?U_2578 a saref4bldg:BuildingDevice}. +{?U_2579 a saref4bldg:Engine} => {?U_2579 a saref4bldg:BuildingObject}. +{?U_2580 a saref4bldg:Engine} => {?U_2580 a saref-core:Device}. +{?U_2581 a saref4bldg:Engine} => {?U_2581 a saref4bldg:PhysicalObject}. +{?U_2582 a saref4bldg:Engine} => {?U_2582 a }. +{?U_2583 a saref4bldg:Engine} => {?U_2583 a }. +{?U_2584 a saref4bldg:Engine} => {?U_2584 a }. +{?U_2585 a saref4bldg:Engine} => {?U_2585 a }. +{?U_2586 a saref4bldg:Engine} => {?U_2586 a }. +{?U_2587 a saref4bldg:Engine} => {?U_2587 a }. +{?U_2588 a saref4bldg:Engine} => {?U_2588 a }. +{?U_2589 a saref4bldg:Engine} => {?U_2589 a }. +{?U_2590 a saref4bldg:Engine} => {?U_2590 a }. +{?U_2591 a saref4bldg:Engine} => {?U_2591 a }. +{?U_2592 a saref4bldg:Engine} => {?U_2592 a }. +{?U_2593 a saref4bldg:Engine} => {?U_2593 a }. +{?U_2594 a saref4bldg:Engine} => {?U_2594 a }. +{?U_2595 a saref4bldg:Engine} => {?U_2595 a }. +{?U_2596 a saref4bldg:Engine} => {?U_2596 a }. +{?U_2597 a saref4bldg:EvaporativeCooler} => {?U_2597 a saref4bldg:DistributionFlowDevice}. +{?U_2598 a saref4bldg:EvaporativeCooler} => {?U_2598 a saref4bldg:DistributionDevice}. +{?U_2599 a saref4bldg:EvaporativeCooler} => {?U_2599 a saref4bldg:BuildingDevice}. +{?U_2600 a saref4bldg:EvaporativeCooler} => {?U_2600 a saref4bldg:BuildingObject}. +{?U_2601 a saref4bldg:EvaporativeCooler} => {?U_2601 a saref-core:Device}. +{?U_2602 a saref4bldg:EvaporativeCooler} => {?U_2602 a saref4bldg:PhysicalObject}. +{?U_2603 a saref4bldg:EvaporativeCooler} => {?U_2603 a }. +{?U_2604 a saref4bldg:EvaporativeCooler} => {?U_2604 a }. +{?U_2605 a saref4bldg:EvaporativeCooler} => {?U_2605 a }. +{?U_2606 a saref4bldg:EvaporativeCooler} => {?U_2606 a }. +{?U_2607 a saref4bldg:EvaporativeCooler} => {?U_2607 a }. +{?U_2608 a saref4bldg:EvaporativeCooler} => {?U_2608 a }. +{?U_2609 a saref4bldg:EvaporativeCooler} => {?U_2609 a }. +{?U_2610 a saref4bldg:EvaporativeCooler} => {?U_2610 a }. +{?U_2611 a saref4bldg:EvaporativeCooler} => {?U_2611 a }. +{?U_2612 a saref4bldg:EvaporativeCooler} => {?U_2612 a }. +{?U_2613 a saref4bldg:EvaporativeCooler} => {?U_2613 a }. +{?U_2614 a saref4bldg:EvaporativeCooler} => {?U_2614 a }. +{?U_2615 a saref4bldg:EvaporativeCooler} => {?U_2615 a }. +{?U_2616 a saref4bldg:EvaporativeCooler} => {?U_2616 a }. +{?U_2617 a saref4bldg:EvaporativeCooler} => {?U_2617 a }. +{?U_2618 a saref4bldg:Evaporator} => {?U_2618 a saref4bldg:DistributionFlowDevice}. +{?U_2619 a saref4bldg:Evaporator} => {?U_2619 a saref4bldg:DistributionDevice}. +{?U_2620 a saref4bldg:Evaporator} => {?U_2620 a saref4bldg:BuildingDevice}. +{?U_2621 a saref4bldg:Evaporator} => {?U_2621 a saref4bldg:BuildingObject}. +{?U_2622 a saref4bldg:Evaporator} => {?U_2622 a saref-core:Device}. +{?U_2623 a saref4bldg:Evaporator} => {?U_2623 a saref4bldg:PhysicalObject}. +{?U_2624 a saref4bldg:Evaporator} => {?U_2624 a }. +{?U_2625 a saref4bldg:Evaporator} => {?U_2625 a }. +{?U_2626 a saref4bldg:Evaporator} => {?U_2626 a }. +{?U_2627 a saref4bldg:Evaporator} => {?U_2627 a }. +{?U_2628 a saref4bldg:Evaporator} => {?U_2628 a }. +{?U_2629 a saref4bldg:Evaporator} => {?U_2629 a }. +{?U_2630 a saref4bldg:Evaporator} => {?U_2630 a }. +{?U_2631 a saref4bldg:Evaporator} => {?U_2631 a }. +{?U_2632 a saref4bldg:Evaporator} => {?U_2632 a }. +{?U_2633 a saref4bldg:Evaporator} => {?U_2633 a }. +{?U_2634 a saref4bldg:Evaporator} => {?U_2634 a }. +{?U_2635 a saref4bldg:Evaporator} => {?U_2635 a }. +{?U_2636 a saref4bldg:Evaporator} => {?U_2636 a }. +{?U_2637 a saref4bldg:Evaporator} => {?U_2637 a }. +{?U_2638 a saref4bldg:Evaporator} => {?U_2638 a }. +{?U_2639 a saref4bldg:Fan} => {?U_2639 a saref4bldg:DistributionFlowDevice}. +{?U_2640 a saref4bldg:Filter} => {?U_2640 a saref4bldg:DistributionFlowDevice}. +{?U_2641 a saref4bldg:FireSuppressionTerminal} => {?U_2641 a saref4bldg:DistributionFlowDevice}. +{?U_2642 a saref4bldg:FlowController} => {?U_2642 a saref4bldg:DistributionDevice}. +{?U_2643 a saref4bldg:FlowController} => {?U_2643 a saref4bldg:BuildingDevice}. +{?U_2644 a saref4bldg:FlowController} => {?U_2644 a saref4bldg:BuildingObject}. +{?U_2645 a saref4bldg:FlowController} => {?U_2645 a saref-core:Device}. +{?U_2646 a saref4bldg:FlowController} => {?U_2646 a saref4bldg:PhysicalObject}. +{?U_2647 a saref4bldg:FlowController} => {?U_2647 a }. +{?U_2648 a saref4bldg:FlowController} => {?U_2648 a }. +{?U_2649 a saref4bldg:FlowController} => {?U_2649 a }. +{?U_2650 a saref4bldg:FlowController} => {?U_2650 a }. +{?U_2651 a saref4bldg:FlowController} => {?U_2651 a }. +{?U_2652 a saref4bldg:FlowController} => {?U_2652 a }. +{?U_2653 a saref4bldg:FlowController} => {?U_2653 a }. +{?U_2654 a saref4bldg:FlowController} => {?U_2654 a }. +{?U_2655 a saref4bldg:FlowController} => {?U_2655 a }. +{?U_2656 a saref4bldg:FlowController} => {?U_2656 a }. +{?U_2657 a saref4bldg:FlowController} => {?U_2657 a }. +{?U_2658 a saref4bldg:FlowController} => {?U_2658 a }. +{?U_2659 a saref4bldg:FlowController} => {?U_2659 a }. +{?U_2660 a saref4bldg:FlowController} => {?U_2660 a }. +{?U_2661 a saref4bldg:FlowController} => {?U_2661 a }. +{?U_2662 a saref4bldg:FlowInstrument} => {?U_2662 a saref4bldg:DistributionDevice}. +{?U_2663 a saref4bldg:FlowInstrument} => {?U_2663 a saref4bldg:BuildingDevice}. +{?U_2664 a saref4bldg:FlowMeter} => {?U_2664 a saref4bldg:DistributionFlowDevice}. +{?U_2665 a saref4bldg:FlowMeter} => {?U_2665 a saref4bldg:DistributionDevice}. +{?U_2666 a saref4bldg:FlowMeter} => {?U_2666 a saref4bldg:BuildingDevice}. +{?U_2667 a saref4bldg:FlowMeter} => {?U_2667 a saref4bldg:BuildingObject}. +{?U_2668 a saref4bldg:FlowMeter} => {?U_2668 a saref-core:Device}. +{?U_2669 a saref4bldg:FlowMeter} => {?U_2669 a saref4bldg:PhysicalObject}. +{?U_2670 a saref4bldg:FlowMeter} => {?U_2670 a }. +{?U_2671 a saref4bldg:FlowMeter} => {?U_2671 a }. +{?U_2672 a saref4bldg:FlowMeter} => {?U_2672 a }. +{?U_2673 a saref4bldg:FlowMeter} => {?U_2673 a }. +{?U_2674 a saref4bldg:FlowMeter} => {?U_2674 a }. +{?U_2675 a saref4bldg:FlowMeter} => {?U_2675 a }. +{?U_2676 a saref4bldg:FlowMeter} => {?U_2676 a }. +{?U_2677 a saref4bldg:FlowMeter} => {?U_2677 a }. +{?U_2678 a saref4bldg:FlowMeter} => {?U_2678 a }. +{?U_2679 a saref4bldg:FlowMeter} => {?U_2679 a }. +{?U_2680 a saref4bldg:FlowMeter} => {?U_2680 a }. +{?U_2681 a saref4bldg:FlowMeter} => {?U_2681 a }. +{?U_2682 a saref4bldg:FlowMeter} => {?U_2682 a }. +{?U_2683 a saref4bldg:FlowMeter} => {?U_2683 a }. +{?U_2684 a saref4bldg:FlowMeter} => {?U_2684 a }. +{?U_2685 a saref4bldg:FlowMovingDevice} => {?U_2685 a saref4bldg:DistributionDevice}. +{?U_2686 a saref4bldg:FlowMovingDevice} => {?U_2686 a saref4bldg:BuildingDevice}. +{?U_2687 a saref4bldg:FlowMovingDevice} => {?U_2687 a saref4bldg:BuildingObject}. +{?U_2688 a saref4bldg:FlowMovingDevice} => {?U_2688 a saref-core:Device}. +{?U_2689 a saref4bldg:FlowMovingDevice} => {?U_2689 a saref4bldg:PhysicalObject}. +{?U_2690 a saref4bldg:FlowMovingDevice} => {?U_2690 a }. +{?U_2691 a saref4bldg:FlowMovingDevice} => {?U_2691 a }. +{?U_2692 a saref4bldg:FlowMovingDevice} => {?U_2692 a }. +{?U_2693 a saref4bldg:FlowMovingDevice} => {?U_2693 a }. +{?U_2694 a saref4bldg:FlowMovingDevice} => {?U_2694 a }. +{?U_2695 a saref4bldg:FlowMovingDevice} => {?U_2695 a }. +{?U_2696 a saref4bldg:FlowMovingDevice} => {?U_2696 a }. +{?U_2697 a saref4bldg:FlowMovingDevice} => {?U_2697 a }. +{?U_2698 a saref4bldg:FlowMovingDevice} => {?U_2698 a }. +{?U_2699 a saref4bldg:FlowMovingDevice} => {?U_2699 a }. +{?U_2700 a saref4bldg:FlowMovingDevice} => {?U_2700 a }. +{?U_2701 a saref4bldg:FlowMovingDevice} => {?U_2701 a }. +{?U_2702 a saref4bldg:FlowMovingDevice} => {?U_2702 a }. +{?U_2703 a saref4bldg:FlowMovingDevice} => {?U_2703 a }. +{?U_2704 a saref4bldg:FlowMovingDevice} => {?U_2704 a }. +{?U_2705 a saref4bldg:FlowStorageDevice} => {?U_2705 a saref4bldg:DistributionDevice}. +{?U_2706 a saref4bldg:FlowStorageDevice} => {?U_2706 a saref4bldg:BuildingDevice}. +{?U_2707 a saref4bldg:FlowStorageDevice} => {?U_2707 a saref4bldg:BuildingObject}. +{?U_2708 a saref4bldg:FlowStorageDevice} => {?U_2708 a saref-core:Device}. +{?U_2709 a saref4bldg:FlowStorageDevice} => {?U_2709 a saref4bldg:PhysicalObject}. +{?U_2710 a saref4bldg:FlowStorageDevice} => {?U_2710 a }. +{?U_2711 a saref4bldg:FlowStorageDevice} => {?U_2711 a }. +{?U_2712 a saref4bldg:FlowStorageDevice} => {?U_2712 a }. +{?U_2713 a saref4bldg:FlowStorageDevice} => {?U_2713 a }. +{?U_2714 a saref4bldg:FlowStorageDevice} => {?U_2714 a }. +{?U_2715 a saref4bldg:FlowStorageDevice} => {?U_2715 a }. +{?U_2716 a saref4bldg:FlowStorageDevice} => {?U_2716 a }. +{?U_2717 a saref4bldg:FlowStorageDevice} => {?U_2717 a }. +{?U_2718 a saref4bldg:FlowStorageDevice} => {?U_2718 a }. +{?U_2719 a saref4bldg:FlowStorageDevice} => {?U_2719 a }. +{?U_2720 a saref4bldg:FlowStorageDevice} => {?U_2720 a }. +{?U_2721 a saref4bldg:FlowStorageDevice} => {?U_2721 a }. +{?U_2722 a saref4bldg:FlowStorageDevice} => {?U_2722 a }. +{?U_2723 a saref4bldg:FlowStorageDevice} => {?U_2723 a }. +{?U_2724 a saref4bldg:FlowStorageDevice} => {?U_2724 a }. +{?U_2725 a saref4bldg:FlowTerminal} => {?U_2725 a saref4bldg:DistributionDevice}. +{?U_2726 a saref4bldg:FlowTerminal} => {?U_2726 a saref4bldg:BuildingDevice}. +{?U_2727 a saref4bldg:FlowTerminal} => {?U_2727 a saref4bldg:BuildingObject}. +{?U_2728 a saref4bldg:FlowTerminal} => {?U_2728 a saref-core:Device}. +{?U_2729 a saref4bldg:FlowTerminal} => {?U_2729 a saref4bldg:PhysicalObject}. +{?U_2730 a saref4bldg:FlowTerminal} => {?U_2730 a }. +{?U_2731 a saref4bldg:FlowTerminal} => {?U_2731 a }. +{?U_2732 a saref4bldg:FlowTerminal} => {?U_2732 a }. +{?U_2733 a saref4bldg:FlowTerminal} => {?U_2733 a }. +{?U_2734 a saref4bldg:FlowTerminal} => {?U_2734 a }. +{?U_2735 a saref4bldg:FlowTerminal} => {?U_2735 a }. +{?U_2736 a saref4bldg:FlowTerminal} => {?U_2736 a }. +{?U_2737 a saref4bldg:FlowTerminal} => {?U_2737 a }. +{?U_2738 a saref4bldg:FlowTerminal} => {?U_2738 a }. +{?U_2739 a saref4bldg:FlowTerminal} => {?U_2739 a }. +{?U_2740 a saref4bldg:FlowTerminal} => {?U_2740 a }. +{?U_2741 a saref4bldg:FlowTerminal} => {?U_2741 a }. +{?U_2742 a saref4bldg:FlowTerminal} => {?U_2742 a }. +{?U_2743 a saref4bldg:FlowTerminal} => {?U_2743 a }. +{?U_2744 a saref4bldg:FlowTerminal} => {?U_2744 a }. +{?U_2745 a saref4bldg:FlowTreatmentDevice} => {?U_2745 a saref4bldg:DistributionDevice}. +{?U_2746 a saref4bldg:FlowTreatmentDevice} => {?U_2746 a saref4bldg:BuildingDevice}. +{?U_2747 a saref4bldg:FlowTreatmentDevice} => {?U_2747 a saref4bldg:BuildingObject}. +{?U_2748 a saref4bldg:FlowTreatmentDevice} => {?U_2748 a saref-core:Device}. +{?U_2749 a saref4bldg:FlowTreatmentDevice} => {?U_2749 a saref4bldg:PhysicalObject}. +{?U_2750 a saref4bldg:FlowTreatmentDevice} => {?U_2750 a }. +{?U_2751 a saref4bldg:FlowTreatmentDevice} => {?U_2751 a }. +{?U_2752 a saref4bldg:FlowTreatmentDevice} => {?U_2752 a }. +{?U_2753 a saref4bldg:FlowTreatmentDevice} => {?U_2753 a }. +{?U_2754 a saref4bldg:FlowTreatmentDevice} => {?U_2754 a }. +{?U_2755 a saref4bldg:FlowTreatmentDevice} => {?U_2755 a }. +{?U_2756 a saref4bldg:FlowTreatmentDevice} => {?U_2756 a }. +{?U_2757 a saref4bldg:FlowTreatmentDevice} => {?U_2757 a }. +{?U_2758 a saref4bldg:FlowTreatmentDevice} => {?U_2758 a }. +{?U_2759 a saref4bldg:FlowTreatmentDevice} => {?U_2759 a }. +{?U_2760 a saref4bldg:FlowTreatmentDevice} => {?U_2760 a }. +{?U_2761 a saref4bldg:FlowTreatmentDevice} => {?U_2761 a }. +{?U_2762 a saref4bldg:FlowTreatmentDevice} => {?U_2762 a }. +{?U_2763 a saref4bldg:FlowTreatmentDevice} => {?U_2763 a }. +{?U_2764 a saref4bldg:FlowTreatmentDevice} => {?U_2764 a }. +{?U_2765 a saref4bldg:HeatExchanger} => {?U_2765 a saref4bldg:DistributionFlowDevice}. +{?U_2766 a saref4bldg:HeatExchanger} => {?U_2766 a saref4bldg:DistributionDevice}. +{?U_2767 a saref4bldg:HeatExchanger} => {?U_2767 a saref4bldg:BuildingDevice}. +{?U_2768 a saref4bldg:HeatExchanger} => {?U_2768 a saref4bldg:BuildingObject}. +{?U_2769 a saref4bldg:HeatExchanger} => {?U_2769 a saref-core:Device}. +{?U_2770 a saref4bldg:HeatExchanger} => {?U_2770 a saref4bldg:PhysicalObject}. +{?U_2771 a saref4bldg:HeatExchanger} => {?U_2771 a }. +{?U_2772 a saref4bldg:HeatExchanger} => {?U_2772 a }. +{?U_2773 a saref4bldg:HeatExchanger} => {?U_2773 a }. +{?U_2774 a saref4bldg:HeatExchanger} => {?U_2774 a }. +{?U_2775 a saref4bldg:HeatExchanger} => {?U_2775 a }. +{?U_2776 a saref4bldg:HeatExchanger} => {?U_2776 a }. +{?U_2777 a saref4bldg:HeatExchanger} => {?U_2777 a }. +{?U_2778 a saref4bldg:HeatExchanger} => {?U_2778 a }. +{?U_2779 a saref4bldg:HeatExchanger} => {?U_2779 a }. +{?U_2780 a saref4bldg:HeatExchanger} => {?U_2780 a }. +{?U_2781 a saref4bldg:HeatExchanger} => {?U_2781 a }. +{?U_2782 a saref4bldg:HeatExchanger} => {?U_2782 a }. +{?U_2783 a saref4bldg:HeatExchanger} => {?U_2783 a }. +{?U_2784 a saref4bldg:HeatExchanger} => {?U_2784 a }. +{?U_2785 a saref4bldg:HeatExchanger} => {?U_2785 a }. +{?U_2786 a saref4bldg:Humidifier} => {?U_2786 a saref4bldg:DistributionFlowDevice}. +{?U_2787 a saref4bldg:Humidifier} => {?U_2787 a saref4bldg:DistributionDevice}. +{?U_2788 a saref4bldg:Humidifier} => {?U_2788 a saref4bldg:BuildingDevice}. +{?U_2789 a saref4bldg:Humidifier} => {?U_2789 a saref4bldg:BuildingObject}. +{?U_2790 a saref4bldg:Humidifier} => {?U_2790 a saref-core:Device}. +{?U_2791 a saref4bldg:Humidifier} => {?U_2791 a saref4bldg:PhysicalObject}. +{?U_2792 a saref4bldg:Humidifier} => {?U_2792 a }. +{?U_2793 a saref4bldg:Humidifier} => {?U_2793 a }. +{?U_2794 a saref4bldg:Humidifier} => {?U_2794 a }. +{?U_2795 a saref4bldg:Humidifier} => {?U_2795 a }. +{?U_2796 a saref4bldg:Humidifier} => {?U_2796 a }. +{?U_2797 a saref4bldg:Humidifier} => {?U_2797 a }. +{?U_2798 a saref4bldg:Humidifier} => {?U_2798 a }. +{?U_2799 a saref4bldg:Humidifier} => {?U_2799 a }. +{?U_2800 a saref4bldg:Humidifier} => {?U_2800 a }. +{?U_2801 a saref4bldg:Humidifier} => {?U_2801 a }. +{?U_2802 a saref4bldg:Humidifier} => {?U_2802 a }. +{?U_2803 a saref4bldg:Humidifier} => {?U_2803 a }. +{?U_2804 a saref4bldg:Humidifier} => {?U_2804 a }. +{?U_2805 a saref4bldg:Humidifier} => {?U_2805 a }. +{?U_2806 a saref4bldg:Humidifier} => {?U_2806 a }. +{?U_2807 a saref4bldg:Interceptor} => {?U_2807 a saref4bldg:DistributionFlowDevice}. +{?U_2808 a saref4bldg:Interceptor} => {?U_2808 a saref4bldg:DistributionDevice}. +{?U_2809 a saref4bldg:Interceptor} => {?U_2809 a saref4bldg:BuildingDevice}. +{?U_2810 a saref4bldg:Interceptor} => {?U_2810 a saref4bldg:BuildingObject}. +{?U_2811 a saref4bldg:Interceptor} => {?U_2811 a saref-core:Device}. +{?U_2812 a saref4bldg:Interceptor} => {?U_2812 a saref4bldg:PhysicalObject}. +{?U_2813 a saref4bldg:Interceptor} => {?U_2813 a }. +{?U_2814 a saref4bldg:Interceptor} => {?U_2814 a }. +{?U_2815 a saref4bldg:Interceptor} => {?U_2815 a }. +{?U_2816 a saref4bldg:Interceptor} => {?U_2816 a }. +{?U_2817 a saref4bldg:Interceptor} => {?U_2817 a }. +{?U_2818 a saref4bldg:Interceptor} => {?U_2818 a }. +{?U_2819 a saref4bldg:Interceptor} => {?U_2819 a }. +{?U_2820 a saref4bldg:Interceptor} => {?U_2820 a }. +{?U_2821 a saref4bldg:Interceptor} => {?U_2821 a }. +{?U_2822 a saref4bldg:Interceptor} => {?U_2822 a }. +{?U_2823 a saref4bldg:Interceptor} => {?U_2823 a }. +{?U_2824 a saref4bldg:Interceptor} => {?U_2824 a }. +{?U_2825 a saref4bldg:Interceptor} => {?U_2825 a }. +{?U_2826 a saref4bldg:Interceptor} => {?U_2826 a }. +{?U_2827 a saref4bldg:Interceptor} => {?U_2827 a }. +{?U_2828 a saref4bldg:Lamp} => {?U_2828 a saref4bldg:DistributionFlowDevice}. +{?U_2829 a saref4bldg:Lamp} => {?U_2829 a saref4bldg:DistributionDevice}. +{?U_2830 a saref4bldg:Lamp} => {?U_2830 a saref4bldg:BuildingDevice}. +{?U_2831 a saref4bldg:Lamp} => {?U_2831 a saref4bldg:BuildingObject}. +{?U_2832 a saref4bldg:Lamp} => {?U_2832 a saref-core:Device}. +{?U_2833 a saref4bldg:Lamp} => {?U_2833 a saref4bldg:PhysicalObject}. +{?U_2834 a saref4bldg:Lamp} => {?U_2834 a }. +{?U_2835 a saref4bldg:Lamp} => {?U_2835 a }. +{?U_2836 a saref4bldg:Lamp} => {?U_2836 a }. +{?U_2837 a saref4bldg:Lamp} => {?U_2837 a }. +{?U_2838 a saref4bldg:Lamp} => {?U_2838 a }. +{?U_2839 a saref4bldg:Lamp} => {?U_2839 a }. +{?U_2840 a saref4bldg:Lamp} => {?U_2840 a }. +{?U_2841 a saref4bldg:Lamp} => {?U_2841 a }. +{?U_2842 a saref4bldg:Lamp} => {?U_2842 a }. +{?U_2843 a saref4bldg:Lamp} => {?U_2843 a }. +{?U_2844 a saref4bldg:Lamp} => {?U_2844 a }. +{?U_2845 a saref4bldg:Lamp} => {?U_2845 a }. +{?U_2846 a saref4bldg:Lamp} => {?U_2846 a }. +{?U_2847 a saref4bldg:Lamp} => {?U_2847 a }. +{?U_2848 a saref4bldg:Lamp} => {?U_2848 a }. +{?U_2849 a saref4bldg:MedicalDevice} => {?U_2849 a saref4bldg:DistributionFlowDevice}. +{?U_2850 a saref4bldg:MedicalDevice} => {?U_2850 a saref4bldg:DistributionDevice}. +{?U_2851 a saref4bldg:MedicalDevice} => {?U_2851 a saref4bldg:BuildingDevice}. +{?U_2852 a saref4bldg:MedicalDevice} => {?U_2852 a saref4bldg:BuildingObject}. +{?U_2853 a saref4bldg:MedicalDevice} => {?U_2853 a saref-core:Device}. +{?U_2854 a saref4bldg:MedicalDevice} => {?U_2854 a saref4bldg:PhysicalObject}. +{?U_2855 a saref4bldg:MedicalDevice} => {?U_2855 a }. +{?U_2856 a saref4bldg:MedicalDevice} => {?U_2856 a }. +{?U_2857 a saref4bldg:MedicalDevice} => {?U_2857 a }. +{?U_2858 a saref4bldg:MedicalDevice} => {?U_2858 a }. +{?U_2859 a saref4bldg:MedicalDevice} => {?U_2859 a }. +{?U_2860 a saref4bldg:MedicalDevice} => {?U_2860 a }. +{?U_2861 a saref4bldg:MedicalDevice} => {?U_2861 a }. +{?U_2862 a saref4bldg:MedicalDevice} => {?U_2862 a }. +{?U_2863 a saref4bldg:MedicalDevice} => {?U_2863 a }. +{?U_2864 a saref4bldg:MedicalDevice} => {?U_2864 a }. +{?U_2865 a saref4bldg:MedicalDevice} => {?U_2865 a }. +{?U_2866 a saref4bldg:MedicalDevice} => {?U_2866 a }. +{?U_2867 a saref4bldg:MedicalDevice} => {?U_2867 a }. +{?U_2868 a saref4bldg:MedicalDevice} => {?U_2868 a }. +{?U_2869 a saref4bldg:MedicalDevice} => {?U_2869 a }. +{?U_2870 a saref4bldg:Outlet} => {?U_2870 a saref4bldg:DistributionFlowDevice}. +{?U_2871 a saref4bldg:Outlet} => {?U_2871 a saref4bldg:DistributionDevice}. +{?U_2872 a saref4bldg:Outlet} => {?U_2872 a saref4bldg:BuildingDevice}. +{?U_2873 a saref4bldg:Outlet} => {?U_2873 a saref4bldg:BuildingObject}. +{?U_2874 a saref4bldg:Outlet} => {?U_2874 a saref-core:Device}. +{?U_2875 a saref4bldg:Outlet} => {?U_2875 a saref4bldg:PhysicalObject}. +{?U_2876 a saref4bldg:Outlet} => {?U_2876 a }. +{?U_2877 a saref4bldg:Outlet} => {?U_2877 a }. +{?U_2878 a saref4bldg:Outlet} => {?U_2878 a }. +{?U_2879 a saref4bldg:Outlet} => {?U_2879 a }. +{?U_2880 a saref4bldg:Outlet} => {?U_2880 a }. +{?U_2881 a saref4bldg:Outlet} => {?U_2881 a }. +{?U_2882 a saref4bldg:Outlet} => {?U_2882 a }. +{?U_2883 a saref4bldg:Outlet} => {?U_2883 a }. +{?U_2884 a saref4bldg:Outlet} => {?U_2884 a }. +{?U_2885 a saref4bldg:Outlet} => {?U_2885 a }. +{?U_2886 a saref4bldg:Outlet} => {?U_2886 a }. +{?U_2887 a saref4bldg:Outlet} => {?U_2887 a }. +{?U_2888 a saref4bldg:Outlet} => {?U_2888 a }. +{?U_2889 a saref4bldg:Outlet} => {?U_2889 a }. +{?U_2890 a saref4bldg:Outlet} => {?U_2890 a }. +{?U_2891 a saref4bldg:ProtectiveDevice} => {?U_2891 a saref4bldg:DistributionFlowDevice}. +{?U_2892 a saref4bldg:ProtectiveDevice} => {?U_2892 a saref4bldg:DistributionDevice}. +{?U_2893 a saref4bldg:ProtectiveDevice} => {?U_2893 a saref4bldg:BuildingDevice}. +{?U_2894 a saref4bldg:ProtectiveDevice} => {?U_2894 a saref4bldg:BuildingObject}. +{?U_2895 a saref4bldg:ProtectiveDevice} => {?U_2895 a saref-core:Device}. +{?U_2896 a saref4bldg:ProtectiveDevice} => {?U_2896 a saref4bldg:PhysicalObject}. +{?U_2897 a saref4bldg:ProtectiveDevice} => {?U_2897 a }. +{?U_2898 a saref4bldg:ProtectiveDevice} => {?U_2898 a }. +{?U_2899 a saref4bldg:ProtectiveDevice} => {?U_2899 a }. +{?U_2900 a saref4bldg:ProtectiveDevice} => {?U_2900 a }. +{?U_2901 a saref4bldg:ProtectiveDevice} => {?U_2901 a }. +{?U_2902 a saref4bldg:ProtectiveDevice} => {?U_2902 a }. +{?U_2903 a saref4bldg:ProtectiveDevice} => {?U_2903 a }. +{?U_2904 a saref4bldg:ProtectiveDevice} => {?U_2904 a }. +{?U_2905 a saref4bldg:ProtectiveDevice} => {?U_2905 a }. +{?U_2906 a saref4bldg:ProtectiveDevice} => {?U_2906 a }. +{?U_2907 a saref4bldg:ProtectiveDevice} => {?U_2907 a }. +{?U_2908 a saref4bldg:ProtectiveDevice} => {?U_2908 a }. +{?U_2909 a saref4bldg:ProtectiveDevice} => {?U_2909 a }. +{?U_2910 a saref4bldg:ProtectiveDevice} => {?U_2910 a }. +{?U_2911 a saref4bldg:ProtectiveDevice} => {?U_2911 a }. +{?U_2912 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_2912 a saref4bldg:DistributionDevice}. +{?U_2913 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_2913 a saref4bldg:BuildingDevice}. +{?U_2914 a saref4bldg:Pump} => {?U_2914 a saref4bldg:DistributionFlowDevice}. +{?U_2915 a saref4bldg:Pump} => {?U_2915 a saref4bldg:DistributionDevice}. +{?U_2916 a saref4bldg:Pump} => {?U_2916 a saref4bldg:BuildingDevice}. +{?U_2917 a saref4bldg:Pump} => {?U_2917 a saref4bldg:BuildingObject}. +{?U_2918 a saref4bldg:Pump} => {?U_2918 a saref4bldg:PhysicalObject}. +{?U_2919 a saref4bldg:Pump} => {?U_2919 a }. +{?U_2920 a saref4bldg:Pump} => {?U_2920 a }. +{?U_2921 a saref4bldg:Pump} => {?U_2921 a }. +{?U_2922 a saref4bldg:Pump} => {?U_2922 a }. +{?U_2923 a saref4bldg:Pump} => {?U_2923 a }. +{?U_2924 a saref4bldg:Pump} => {?U_2924 a }. +{?U_2925 a saref4bldg:Pump} => {?U_2925 a }. +{?U_2926 a saref4bldg:Pump} => {?U_2926 a }. +{?U_2927 a saref4bldg:Pump} => {?U_2927 a }. +{?U_2928 a saref4bldg:Pump} => {?U_2928 a }. +{?U_2929 a saref4bldg:Pump} => {?U_2929 a }. +{?U_2930 a saref4bldg:Pump} => {?U_2930 a }. +{?U_2931 a saref4bldg:Pump} => {?U_2931 a }. +{?U_2932 a saref4bldg:Pump} => {?U_2932 a }. +{?U_2933 a saref4bldg:Pump} => {?U_2933 a }. +{?U_2934 a saref4bldg:SanitaryTerminal} => {?U_2934 a saref4bldg:DistributionFlowDevice}. +{?U_2935 a saref4bldg:SanitaryTerminal} => {?U_2935 a saref4bldg:DistributionDevice}. +{?U_2936 a saref4bldg:SanitaryTerminal} => {?U_2936 a saref4bldg:BuildingDevice}. +{?U_2937 a saref4bldg:SanitaryTerminal} => {?U_2937 a saref4bldg:BuildingObject}. +{?U_2938 a saref4bldg:SanitaryTerminal} => {?U_2938 a saref-core:Device}. +{?U_2939 a saref4bldg:SanitaryTerminal} => {?U_2939 a saref4bldg:PhysicalObject}. +{?U_2940 a saref4bldg:SanitaryTerminal} => {?U_2940 a }. +{?U_2941 a saref4bldg:SanitaryTerminal} => {?U_2941 a }. +{?U_2942 a saref4bldg:SanitaryTerminal} => {?U_2942 a }. +{?U_2943 a saref4bldg:SanitaryTerminal} => {?U_2943 a }. +{?U_2944 a saref4bldg:SanitaryTerminal} => {?U_2944 a }. +{?U_2945 a saref4bldg:SanitaryTerminal} => {?U_2945 a }. +{?U_2946 a saref4bldg:SanitaryTerminal} => {?U_2946 a }. +{?U_2947 a saref4bldg:SanitaryTerminal} => {?U_2947 a }. +{?U_2948 a saref4bldg:SanitaryTerminal} => {?U_2948 a }. +{?U_2949 a saref4bldg:SanitaryTerminal} => {?U_2949 a }. +{?U_2950 a saref4bldg:SanitaryTerminal} => {?U_2950 a }. +{?U_2951 a saref4bldg:SanitaryTerminal} => {?U_2951 a }. +{?U_2952 a saref4bldg:SanitaryTerminal} => {?U_2952 a }. +{?U_2953 a saref4bldg:SanitaryTerminal} => {?U_2953 a }. +{?U_2954 a saref4bldg:SanitaryTerminal} => {?U_2954 a }. +{?U_2955 a saref4bldg:Sensor} => {?U_2955 a saref4bldg:DistributionDevice}. +{?U_2956 a saref4bldg:Sensor} => {?U_2956 a saref4bldg:BuildingDevice}. +{?U_2957 a saref4bldg:Sensor} => {?U_2957 a saref-core:Device}. +{?U_2958 a saref4bldg:Sensor} => {?U_2958 a }. +{?U_2959 a saref4bldg:Sensor} => {?U_2959 a }. +{?U_2960 a saref4bldg:Sensor} => {?U_2960 a }. +{?U_2961 a saref4bldg:Sensor} => {?U_2961 a }. +{?U_2962 a saref4bldg:Sensor} => {?U_2962 a }. +{?U_2963 a saref4bldg:Sensor} => {?U_2963 a }. +{?U_2964 a saref4bldg:Sensor} => {?U_2964 a }. +{?U_2965 a saref4bldg:Sensor} => {?U_2965 a }. +{?U_2966 a saref4bldg:Sensor} => {?U_2966 a }. +{?U_2967 a saref4bldg:Sensor} => {?U_2967 a }. +{?U_2968 a saref4bldg:Sensor} => {?U_2968 a }. +{?U_2969 a saref4bldg:Sensor} => {?U_2969 a }. +{?U_2970 a saref4bldg:Sensor} => {?U_2970 a }. +{?U_2971 a saref4bldg:Sensor} => {?U_2971 a saref4bldg:PhysicalObject}. +{?U_2972 a saref4bldg:Sensor} => {?U_2972 a }. +{?U_2973 a saref4bldg:Sensor} => {?U_2973 a }. +{?U_2974 a saref4bldg:Sensor} => {?U_2974 a }. +{?U_2975 a saref4bldg:ShadingDevice} => {?U_2975 a saref4bldg:BuildingObject}. +{?U_2976 a saref4bldg:ShadingDevice} => {?U_2976 a saref-core:Device}. +{?U_2977 a saref4bldg:ShadingDevice} => {?U_2977 a saref4bldg:PhysicalObject}. +{?U_2978 a saref4bldg:ShadingDevice} => {?U_2978 a }. +{?U_2979 a saref4bldg:ShadingDevice} => {?U_2979 a }. +{?U_2980 a saref4bldg:ShadingDevice} => {?U_2980 a }. +{?U_2981 a saref4bldg:ShadingDevice} => {?U_2981 a }. +{?U_2982 a saref4bldg:ShadingDevice} => {?U_2982 a }. +{?U_2983 a saref4bldg:ShadingDevice} => {?U_2983 a }. +{?U_2984 a saref4bldg:ShadingDevice} => {?U_2984 a }. +{?U_2985 a saref4bldg:ShadingDevice} => {?U_2985 a }. +{?U_2986 a saref4bldg:ShadingDevice} => {?U_2986 a }. +{?U_2987 a saref4bldg:ShadingDevice} => {?U_2987 a }. +{?U_2988 a saref4bldg:ShadingDevice} => {?U_2988 a }. +{?U_2989 a saref4bldg:ShadingDevice} => {?U_2989 a }. +{?U_2990 a saref4bldg:ShadingDevice} => {?U_2990 a }. +{?U_2991 a saref4bldg:ShadingDevice} => {?U_2991 a }. +{?U_2992 a saref4bldg:ShadingDevice} => {?U_2992 a }. +{?U_2993 a saref4bldg:SolarDevice} => {?U_2993 a saref4bldg:DistributionFlowDevice}. +{?U_2994 a saref4bldg:SolarDevice} => {?U_2994 a saref4bldg:DistributionDevice}. +{?U_2995 a saref4bldg:SolarDevice} => {?U_2995 a saref4bldg:BuildingDevice}. +{?U_2996 a saref4bldg:SolarDevice} => {?U_2996 a saref4bldg:BuildingObject}. +{?U_2997 a saref4bldg:SolarDevice} => {?U_2997 a saref-core:Device}. +{?U_2998 a saref4bldg:SolarDevice} => {?U_2998 a saref4bldg:PhysicalObject}. +{?U_2999 a saref4bldg:SolarDevice} => {?U_2999 a }. +{?U_3000 a saref4bldg:SolarDevice} => {?U_3000 a }. +{?U_3001 a saref4bldg:SolarDevice} => {?U_3001 a }. +{?U_3002 a saref4bldg:SolarDevice} => {?U_3002 a }. +{?U_3003 a saref4bldg:SolarDevice} => {?U_3003 a }. +{?U_3004 a saref4bldg:SolarDevice} => {?U_3004 a }. +{?U_3005 a saref4bldg:SolarDevice} => {?U_3005 a }. +{?U_3006 a saref4bldg:SolarDevice} => {?U_3006 a }. +{?U_3007 a saref4bldg:SolarDevice} => {?U_3007 a }. +{?U_3008 a saref4bldg:SolarDevice} => {?U_3008 a }. +{?U_3009 a saref4bldg:SolarDevice} => {?U_3009 a }. +{?U_3010 a saref4bldg:SolarDevice} => {?U_3010 a }. +{?U_3011 a saref4bldg:SolarDevice} => {?U_3011 a }. +{?U_3012 a saref4bldg:SolarDevice} => {?U_3012 a }. +{?U_3013 a saref4bldg:SolarDevice} => {?U_3013 a }. +{?U_3014 a saref4bldg:SpaceHeater} => {?U_3014 a saref4bldg:DistributionFlowDevice}. +{?U_3015 a saref4bldg:SpaceHeater} => {?U_3015 a saref4bldg:DistributionDevice}. +{?U_3016 a saref4bldg:SpaceHeater} => {?U_3016 a saref4bldg:BuildingDevice}. +{?U_3017 a saref4bldg:SpaceHeater} => {?U_3017 a saref4bldg:BuildingObject}. +{?U_3018 a saref4bldg:SpaceHeater} => {?U_3018 a saref-core:Device}. +{?U_3019 a saref4bldg:SpaceHeater} => {?U_3019 a saref4bldg:PhysicalObject}. +{?U_3020 a saref4bldg:SpaceHeater} => {?U_3020 a }. +{?U_3021 a saref4bldg:SpaceHeater} => {?U_3021 a }. +{?U_3022 a saref4bldg:SpaceHeater} => {?U_3022 a }. +{?U_3023 a saref4bldg:SpaceHeater} => {?U_3023 a }. +{?U_3024 a saref4bldg:SpaceHeater} => {?U_3024 a }. +{?U_3025 a saref4bldg:SpaceHeater} => {?U_3025 a }. +{?U_3026 a saref4bldg:SpaceHeater} => {?U_3026 a }. +{?U_3027 a saref4bldg:SpaceHeater} => {?U_3027 a }. +{?U_3028 a saref4bldg:SpaceHeater} => {?U_3028 a }. +{?U_3029 a saref4bldg:SpaceHeater} => {?U_3029 a }. +{?U_3030 a saref4bldg:SpaceHeater} => {?U_3030 a }. +{?U_3031 a saref4bldg:SpaceHeater} => {?U_3031 a }. +{?U_3032 a saref4bldg:SpaceHeater} => {?U_3032 a }. +{?U_3033 a saref4bldg:SpaceHeater} => {?U_3033 a }. +{?U_3034 a saref4bldg:SpaceHeater} => {?U_3034 a }. +{?U_3035 a saref4bldg:SwitchingDevice} => {?U_3035 a saref4bldg:DistributionFlowDevice}. +{?U_3036 a saref4bldg:SwitchingDevice} => {?U_3036 a saref4bldg:DistributionDevice}. +{?U_3037 a saref4bldg:SwitchingDevice} => {?U_3037 a saref4bldg:BuildingDevice}. +{?U_3038 a saref4bldg:SwitchingDevice} => {?U_3038 a saref4bldg:BuildingObject}. +{?U_3039 a saref4bldg:SwitchingDevice} => {?U_3039 a saref-core:Device}. +{?U_3040 a saref4bldg:SwitchingDevice} => {?U_3040 a saref4bldg:PhysicalObject}. +{?U_3041 a saref4bldg:SwitchingDevice} => {?U_3041 a }. +{?U_3042 a saref4bldg:SwitchingDevice} => {?U_3042 a }. +{?U_3043 a saref4bldg:SwitchingDevice} => {?U_3043 a }. +{?U_3044 a saref4bldg:SwitchingDevice} => {?U_3044 a }. +{?U_3045 a saref4bldg:SwitchingDevice} => {?U_3045 a }. +{?U_3046 a saref4bldg:SwitchingDevice} => {?U_3046 a }. +{?U_3047 a saref4bldg:SwitchingDevice} => {?U_3047 a }. +{?U_3048 a saref4bldg:SwitchingDevice} => {?U_3048 a }. +{?U_3049 a saref4bldg:SwitchingDevice} => {?U_3049 a }. +{?U_3050 a saref4bldg:SwitchingDevice} => {?U_3050 a }. +{?U_3051 a saref4bldg:SwitchingDevice} => {?U_3051 a }. +{?U_3052 a saref4bldg:SwitchingDevice} => {?U_3052 a }. +{?U_3053 a saref4bldg:SwitchingDevice} => {?U_3053 a }. +{?U_3054 a saref4bldg:SwitchingDevice} => {?U_3054 a }. +{?U_3055 a saref4bldg:SwitchingDevice} => {?U_3055 a }. +{?U_3056 a saref4bldg:Tank} => {?U_3056 a saref4bldg:DistributionFlowDevice}. +{?U_3057 a saref4bldg:Tank} => {?U_3057 a saref4bldg:DistributionDevice}. +{?U_3058 a saref4bldg:Tank} => {?U_3058 a saref4bldg:BuildingDevice}. +{?U_3059 a saref4bldg:Tank} => {?U_3059 a saref4bldg:BuildingObject}. +{?U_3060 a saref4bldg:Tank} => {?U_3060 a saref-core:Device}. +{?U_3061 a saref4bldg:Tank} => {?U_3061 a saref4bldg:PhysicalObject}. +{?U_3062 a saref4bldg:Tank} => {?U_3062 a }. +{?U_3063 a saref4bldg:Tank} => {?U_3063 a }. +{?U_3064 a saref4bldg:Tank} => {?U_3064 a }. +{?U_3065 a saref4bldg:Tank} => {?U_3065 a }. +{?U_3066 a saref4bldg:Tank} => {?U_3066 a }. +{?U_3067 a saref4bldg:Tank} => {?U_3067 a }. +{?U_3068 a saref4bldg:Tank} => {?U_3068 a }. +{?U_3069 a saref4bldg:Tank} => {?U_3069 a }. +{?U_3070 a saref4bldg:Tank} => {?U_3070 a }. +{?U_3071 a saref4bldg:Tank} => {?U_3071 a }. +{?U_3072 a saref4bldg:Tank} => {?U_3072 a }. +{?U_3073 a saref4bldg:Tank} => {?U_3073 a }. +{?U_3074 a saref4bldg:Tank} => {?U_3074 a }. +{?U_3075 a saref4bldg:Tank} => {?U_3075 a }. +{?U_3076 a saref4bldg:Tank} => {?U_3076 a }. +{?U_3077 a saref4bldg:Transformer} => {?U_3077 a saref4bldg:DistributionFlowDevice}. +{?U_3078 a saref4bldg:Transformer} => {?U_3078 a saref4bldg:DistributionDevice}. +{?U_3079 a saref4bldg:Transformer} => {?U_3079 a saref4bldg:BuildingDevice}. +{?U_3080 a saref4bldg:Transformer} => {?U_3080 a saref4bldg:BuildingObject}. +{?U_3081 a saref4bldg:Transformer} => {?U_3081 a saref-core:Device}. +{?U_3082 a saref4bldg:Transformer} => {?U_3082 a saref4bldg:PhysicalObject}. +{?U_3083 a saref4bldg:Transformer} => {?U_3083 a }. +{?U_3084 a saref4bldg:Transformer} => {?U_3084 a }. +{?U_3085 a saref4bldg:Transformer} => {?U_3085 a }. +{?U_3086 a saref4bldg:Transformer} => {?U_3086 a }. +{?U_3087 a saref4bldg:Transformer} => {?U_3087 a }. +{?U_3088 a saref4bldg:Transformer} => {?U_3088 a }. +{?U_3089 a saref4bldg:Transformer} => {?U_3089 a }. +{?U_3090 a saref4bldg:Transformer} => {?U_3090 a }. +{?U_3091 a saref4bldg:Transformer} => {?U_3091 a }. +{?U_3092 a saref4bldg:Transformer} => {?U_3092 a }. +{?U_3093 a saref4bldg:Transformer} => {?U_3093 a }. +{?U_3094 a saref4bldg:Transformer} => {?U_3094 a }. +{?U_3095 a saref4bldg:Transformer} => {?U_3095 a }. +{?U_3096 a saref4bldg:Transformer} => {?U_3096 a }. +{?U_3097 a saref4bldg:Transformer} => {?U_3097 a }. +{?U_3098 a saref4bldg:TransportElement} => {?U_3098 a }. +{?U_3099 a saref4bldg:TransportElement} => {?U_3099 a }. +{?U_3100 a saref4bldg:TransportElement} => {?U_3100 a }. +{?U_3101 a saref4bldg:TransportElement} => {?U_3101 a }. +{?U_3102 a saref4bldg:TransportElement} => {?U_3102 a }. +{?U_3103 a saref4bldg:TransportElement} => {?U_3103 a }. +{?U_3104 a saref4bldg:TransportElement} => {?U_3104 a }. +{?U_3105 a saref4bldg:TransportElement} => {?U_3105 a }. +{?U_3106 a saref4bldg:TransportElement} => {?U_3106 a }. +{?U_3107 a saref4bldg:TransportElement} => {?U_3107 a }. +{?U_3108 a saref4bldg:TransportElement} => {?U_3108 a }. +{?U_3109 a saref4bldg:TransportElement} => {?U_3109 a }. +{?U_3110 a saref4bldg:TransportElement} => {?U_3110 a saref4bldg:PhysicalObject}. +{?U_3111 a saref4bldg:TransportElement} => {?U_3111 a }. +{?U_3112 a saref4bldg:TransportElement} => {?U_3112 a }. +{?U_3113 a saref4bldg:TransportElement} => {?U_3113 a }. +{?U_3114 a saref4bldg:TubeBundle} => {?U_3114 a saref4bldg:DistributionFlowDevice}. +{?U_3115 a saref4bldg:TubeBundle} => {?U_3115 a saref4bldg:DistributionDevice}. +{?U_3116 a saref4bldg:TubeBundle} => {?U_3116 a saref4bldg:BuildingDevice}. +{?U_3117 a saref4bldg:TubeBundle} => {?U_3117 a saref4bldg:BuildingObject}. +{?U_3118 a saref4bldg:TubeBundle} => {?U_3118 a saref-core:Device}. +{?U_3119 a saref4bldg:TubeBundle} => {?U_3119 a saref4bldg:PhysicalObject}. +{?U_3120 a saref4bldg:TubeBundle} => {?U_3120 a }. +{?U_3121 a saref4bldg:TubeBundle} => {?U_3121 a }. +{?U_3122 a saref4bldg:TubeBundle} => {?U_3122 a }. +{?U_3123 a saref4bldg:TubeBundle} => {?U_3123 a }. +{?U_3124 a saref4bldg:TubeBundle} => {?U_3124 a }. +{?U_3125 a saref4bldg:TubeBundle} => {?U_3125 a }. +{?U_3126 a saref4bldg:TubeBundle} => {?U_3126 a }. +{?U_3127 a saref4bldg:TubeBundle} => {?U_3127 a }. +{?U_3128 a saref4bldg:TubeBundle} => {?U_3128 a }. +{?U_3129 a saref4bldg:TubeBundle} => {?U_3129 a }. +{?U_3130 a saref4bldg:TubeBundle} => {?U_3130 a }. +{?U_3131 a saref4bldg:TubeBundle} => {?U_3131 a }. +{?U_3132 a saref4bldg:TubeBundle} => {?U_3132 a }. +{?U_3133 a saref4bldg:TubeBundle} => {?U_3133 a }. +{?U_3134 a saref4bldg:TubeBundle} => {?U_3134 a }. +{?U_3135 a saref4bldg:UnitaryControlElement} => {?U_3135 a saref4bldg:DistributionDevice}. +{?U_3136 a saref4bldg:UnitaryControlElement} => {?U_3136 a saref4bldg:BuildingDevice}. +{?U_3137 a saref4bldg:Valve} => {?U_3137 a saref4bldg:DistributionFlowDevice}. +{?U_3138 a saref4bldg:Valve} => {?U_3138 a saref4bldg:DistributionDevice}. +{?U_3139 a saref4bldg:Valve} => {?U_3139 a saref4bldg:BuildingDevice}. +{?U_3140 a saref4bldg:Valve} => {?U_3140 a saref4bldg:BuildingObject}. +{?U_3141 a saref4bldg:Valve} => {?U_3141 a saref-core:Device}. +{?U_3142 a saref4bldg:Valve} => {?U_3142 a saref4bldg:PhysicalObject}. +{?U_3143 a saref4bldg:Valve} => {?U_3143 a }. +{?U_3144 a saref4bldg:Valve} => {?U_3144 a }. +{?U_3145 a saref4bldg:Valve} => {?U_3145 a }. +{?U_3146 a saref4bldg:Valve} => {?U_3146 a }. +{?U_3147 a saref4bldg:Valve} => {?U_3147 a }. +{?U_3148 a saref4bldg:Valve} => {?U_3148 a }. +{?U_3149 a saref4bldg:Valve} => {?U_3149 a }. +{?U_3150 a saref4bldg:Valve} => {?U_3150 a }. +{?U_3151 a saref4bldg:Valve} => {?U_3151 a }. +{?U_3152 a saref4bldg:Valve} => {?U_3152 a }. +{?U_3153 a saref4bldg:Valve} => {?U_3153 a }. +{?U_3154 a saref4bldg:Valve} => {?U_3154 a }. +{?U_3155 a saref4bldg:Valve} => {?U_3155 a }. +{?U_3156 a saref4bldg:Valve} => {?U_3156 a }. +{?U_3157 a saref4bldg:Valve} => {?U_3157 a }. +{?U_3158 a saref4bldg:VibrationIsolator} => {?U_3158 a }. +{?U_3159 a saref4bldg:VibrationIsolator} => {?U_3159 a }. +{?U_3160 a saref4bldg:VibrationIsolator} => {?U_3160 a }. +{?U_3161 a saref4bldg:VibrationIsolator} => {?U_3161 a }. +{?U_3162 a saref4bldg:VibrationIsolator} => {?U_3162 a }. +{?U_3163 a saref4bldg:VibrationIsolator} => {?U_3163 a }. +{?U_3164 a saref4bldg:VibrationIsolator} => {?U_3164 a }. +{?U_3165 a saref4bldg:VibrationIsolator} => {?U_3165 a }. +{?U_3166 a saref4bldg:VibrationIsolator} => {?U_3166 a }. +{?U_3167 a saref4bldg:VibrationIsolator} => {?U_3167 a }. +{?U_3168 a saref4bldg:VibrationIsolator} => {?U_3168 a }. +{?U_3169 a saref4bldg:VibrationIsolator} => {?U_3169 a }. +{?U_3170 a saref4bldg:VibrationIsolator} => {?U_3170 a saref4bldg:PhysicalObject}. +{?U_3171 a saref4bldg:VibrationIsolator} => {?U_3171 a }. +{?U_3172 a saref4bldg:VibrationIsolator} => {?U_3172 a }. +{?U_3173 a saref4bldg:VibrationIsolator} => {?U_3173 a }. +{?U_3174 a saref-core:Device} => {?U_3174 a }. +{?U_3175 a saref-core:Device} => {?U_3175 a }. +{?U_3176 a saref4ehaw:AlarmCommand} => {?U_3176 a }. +{?U_3177 a saref4ehaw:AlarmCommand} => {?U_3177 a }. +{?U_3178 a saref4ehaw:BanHub} => {?U_3178 a saref-core:Device}. +{?U_3179 a saref4ehaw:Caregiver} => {?U_3179 a foaf:Agent}. +{?U_3180 a saref4ehaw:FunctionalDevice} => {?U_3180 a }. +{?U_3181 a saref4ehaw:FunctionalDevice} => {?U_3181 a }. +{?U_3182 a saref4ehaw:FunctionalDevice} => {?U_3182 a }. +{?U_3183 a saref4ehaw:FunctionalDevice} => {?U_3183 a }. +{?U_3184 a saref4ehaw:FunctionalDevice} => {?U_3184 a }. +{?U_3185 a saref4ehaw:FunctionalDevice} => {?U_3185 a }. +{?U_3186 a saref4ehaw:FunctionalDevice} => {?U_3186 a }. +{?U_3187 a saref4ehaw:FunctionalDevice} => {?U_3187 a }. +{?U_3188 a saref4ehaw:FunctionalDevice} => {?U_3188 a }. +{?U_3189 a saref4ehaw:FunctionalDevice} => {?U_3189 a }. +{?U_3190 a saref4ehaw:FunctionalDevice} => {?U_3190 a }. +{?U_3191 a saref4ehaw:FunctionalDevice} => {?U_3191 a }. +{?U_3192 a saref4ehaw:FunctionalDevice} => {?U_3192 a saref4bldg:PhysicalObject}. +{?U_3193 a saref4ehaw:FunctionalDevice} => {?U_3193 a }. +{?U_3194 a saref4ehaw:FunctionalDevice} => {?U_3194 a }. +{?U_3195 a saref4ehaw:FunctionalDevice} => {?U_3195 a }. +{?U_3196 a saref4ehaw:FunctionalDevice} => {?U_3196 a }. +{?U_3197 a saref4ehaw:FunctionalDevice} => {?U_3197 a }. +{?U_3198 a saref4ehaw:HealthActuator} => {?U_3198 a saref-core:Device}. +{?U_3199 a saref4ehaw:HealthDevice} => {?U_3199 a }. +{?U_3200 a saref4ehaw:HealthDevice} => {?U_3200 a }. +{?U_3201 a saref4ehaw:HealthDevice} => {?U_3201 a }. +{?U_3202 a saref4ehaw:HealthDevice} => {?U_3202 a }. +{?U_3203 a saref4ehaw:HealthDevice} => {?U_3203 a }. +{?U_3204 a saref4ehaw:HealthDevice} => {?U_3204 a }. +{?U_3205 a saref4ehaw:HealthDevice} => {?U_3205 a }. +{?U_3206 a saref4ehaw:HealthDevice} => {?U_3206 a }. +{?U_3207 a saref4ehaw:HealthDevice} => {?U_3207 a }. +{?U_3208 a saref4ehaw:HealthDevice} => {?U_3208 a }. +{?U_3209 a saref4ehaw:HealthDevice} => {?U_3209 a }. +{?U_3210 a saref4ehaw:HealthDevice} => {?U_3210 a }. +{?U_3211 a saref4ehaw:HealthDevice} => {?U_3211 a saref4bldg:PhysicalObject}. +{?U_3212 a saref4ehaw:HealthDevice} => {?U_3212 a }. +{?U_3213 a saref4ehaw:HealthDevice} => {?U_3213 a }. +{?U_3214 a saref4ehaw:HealthDevice} => {?U_3214 a }. +{?U_3215 a saref4ehaw:HealthDevice} => {?U_3215 a }. +{?U_3216 a saref4ehaw:HealthDevice} => {?U_3216 a }. +{?U_3217 a saref4ehaw:HealthSensor} => {?U_3217 a saref-core:Device}. +{?U_3218 a saref4ehaw:HealthSensor} => {?U_3218 a }. +{?U_3219 a saref4ehaw:HealthSensor} => {?U_3219 a }. +{?U_3220 a saref4ehaw:HealthSensor} => {?U_3220 a }. +{?U_3221 a saref4ehaw:HealthSensor} => {?U_3221 a }. +{?U_3222 a saref4ehaw:HealthSensor} => {?U_3222 a }. +{?U_3223 a saref4ehaw:HealthSensor} => {?U_3223 a }. +{?U_3224 a saref4ehaw:HealthSensor} => {?U_3224 a }. +{?U_3225 a saref4ehaw:HealthSensor} => {?U_3225 a }. +{?U_3226 a saref4ehaw:HealthSensor} => {?U_3226 a }. +{?U_3227 a saref4ehaw:HealthSensor} => {?U_3227 a }. +{?U_3228 a saref4ehaw:HealthSensor} => {?U_3228 a }. +{?U_3229 a saref4ehaw:HealthSensor} => {?U_3229 a }. +{?U_3230 a saref4ehaw:HealthSensor} => {?U_3230 a saref4bldg:PhysicalObject}. +{?U_3231 a saref4ehaw:HealthSensor} => {?U_3231 a }. +{?U_3232 a saref4ehaw:HealthSensor} => {?U_3232 a }. +{?U_3233 a saref4ehaw:HealthSensor} => {?U_3233 a }. +{?U_3234 a saref4ehaw:HealthSensor} => {?U_3234 a }. +{?U_3235 a saref4ehaw:HealthSensor} => {?U_3235 a }. +{?U_3236 a saref4ehaw:HealthWearable} => {?U_3236 a saref-core:Device}. +{?U_3237 a saref4ehaw:HealthWearable} => {?U_3237 a }. +{?U_3238 a saref4ehaw:HealthWearable} => {?U_3238 a }. +{?U_3239 a saref4ehaw:HealthWearable} => {?U_3239 a }. +{?U_3240 a saref4ehaw:HealthWearable} => {?U_3240 a }. +{?U_3241 a saref4ehaw:HealthWearable} => {?U_3241 a }. +{?U_3242 a saref4ehaw:HealthWearable} => {?U_3242 a }. +{?U_3243 a saref4ehaw:HealthWearable} => {?U_3243 a }. +{?U_3244 a saref4ehaw:HealthWearable} => {?U_3244 a }. +{?U_3245 a saref4ehaw:HealthWearable} => {?U_3245 a }. +{?U_3246 a saref4ehaw:HealthWearable} => {?U_3246 a }. +{?U_3247 a saref4ehaw:HealthWearable} => {?U_3247 a }. +{?U_3248 a saref4ehaw:HealthWearable} => {?U_3248 a }. +{?U_3249 a saref4ehaw:HealthWearable} => {?U_3249 a saref4bldg:PhysicalObject}. +{?U_3250 a saref4ehaw:HealthWearable} => {?U_3250 a }. +{?U_3251 a saref4ehaw:HealthWearable} => {?U_3251 a }. +{?U_3252 a saref4ehaw:HealthWearable} => {?U_3252 a }. +{?U_3253 a saref4ehaw:HealthWearable} => {?U_3253 a }. +{?U_3254 a saref4ehaw:HealthWearable} => {?U_3254 a }. +{?U_3255 a saref4ehaw:Helper} => {?U_3255 a foaf:Agent}. +{?U_3256 a saref4ehaw:MeasurementFunction} => {?U_3256 a }. +{?U_3257 a saref4ehaw:Patient} => {?U_3257 a saref4ehaw:HealthActor}. +{?U_3258 a saref4ehaw:Posture} => {?U_3258 a }. +{?U_3259 a saref4ehaw:Posture} => {?U_3259 a }. +{?U_3260 a saref4ehaw:Posture} => {?U_3260 a }. +{?U_3261 a saref4ehaw:Posture} => {?U_3261 a }. +{?U_3262 a saref4ehaw:Posture} => {?U_3262 a }. +{?U_3263 a saref4ehaw:Posture} => {?U_3263 a }. +{?U_3264 a saref4ehaw:Posture} => {?U_3264 a }. +{?U_3265 a saref4ehaw:ReminderCommand} => {?U_3265 a saref-core:Command}. +{?U_3266 a saref4ehaw:ReminderCommand} => {?U_3266 a }. +{?U_3267 a saref4ehaw:ReminderCommand} => {?U_3267 a }. +{?U_3268 a saref4ehaw:ReminderCommand} => {?U_3268 a }. +{?U_3269 a saref4ehaw:ResponsibleParty} => {?U_3269 a foaf:Agent}. +{?U_3270 a saref4ehaw:TimeSeriesMeasurement} => {?U_3270 a }. +{?U_3271 a saref4ehaw:TimeSeriesMeasurement} => {?U_3271 a }. +{?U_3272 a saref4ehaw:TimeSeriesMeasurement} => {?U_3272 a }. +{?U_3273 a saref4ehaw:TimeSeriesMeasurement} => {?U_3273 a }. +{?U_3274 a saref4ehaw:TimeSeriesMeasurement} => {?U_3274 a }. +{?U_3275 a saref4ehaw:TimeSeriesMeasurement} => {?U_3275 a }. +{?U_3276 a saref4ehaw:TimeSeriesMeasurement} => {?U_3276 a }. +{?U_3277 a saref4ehaw:TimeSeriesMeasurement} => {?U_3277 a }. +{?U_3278 a saref4ehaw:TimeSeriesMeasurement} => {?U_3278 a }. +{?U_3279 a saref4ehaw:TimeSeriesMeasurement} => {?U_3279 a }. +{?U_3280 a saref4ehaw:TimeSeriesMeasurement} => {?U_3280 a }. +{?U_3281 a saref4ehaw:TimeSeriesMeasurement} => {?U_3281 a }. +{?U_3282 a saref4ehaw:TimeSeriesMeasurement} => {?U_3282 a }. +{?U_3283 a saref4ehaw:TimeSeriesMeasurement} => {?U_3283 a }. +{?U_3284 a saref4ehaw:TimeSeriesMeasurement} => {?U_3284 a }. +{?U_3285 a saref4ehaw:TimeSeriesMeasurement} => {?U_3285 a }. +{?U_3286 a saref4ehaw:TimeSeriesMeasurement} => {?U_3286 a }. +{?U_3287 a saref4ehaw:TimeSeriesMeasurement} => {?U_3287 a }. +{?U_3288 a saref4ehaw:TimeSeriesMeasurement} => {?U_3288 a }. +{?U_3289 a saref4ehaw:User} => {?U_3289 a foaf:Agent}. +{?U_3290 a geo:Point} => {?U_3290 a geosp:SpatialObject}. +{?U_3291 a s4city:AdministrativeArea} => {?U_3291 a geosp:SpatialObject}. +{?U_3292 a s4city:CityObject} => {?U_3292 a geosp:SpatialObject}. +{?U_3293 a s4city:Event} => {?U_3293 a }. +{?U_3294 a s4city:Facility} => {?U_3294 a geosp:SpatialObject}. +{?U_3295 a ns6:BiometricProperty} => {?U_3295 a saref-core:Property}. +{?U_3296 a ns6:CommunicatingFunction} => {?U_3296 a saref-core:Function}. +{?U_3297 a ns6:CommunicatingFunction} => {?U_3297 a }. +{?U_3298 a ns6:CommunicatingFunction} => {?U_3298 a }. +{?U_3299 a ns6:ControllingFunction} => {?U_3299 a }. +{?U_3300 a ns6:CrowdProperty} => {?U_3300 a }. +{?U_3301 a ns6:CrowdProperty} => {?U_3301 a }. +{?U_3302 a ns6:CrowdProperty} => {?U_3302 a }. +{?U_3303 a ns6:CrowdProperty} => {?U_3303 a }. +{?U_3304 a ns6:CrowdProperty} => {?U_3304 a }. +{?U_3305 a ns6:CrowdProperty} => {?U_3305 a }. +{?U_3306 a ns6:CrowdProperty} => {?U_3306 a }. +{?U_3307 a ns6:ElectricalProperty} => {?U_3307 a saref-core:Property}. +{?U_3308 a ns6:ElectricalSafetyProperty} => {?U_3308 a saref-core:Property}. +{?U_3309 a ns6:EmissionProperty} => {?U_3309 a saref-core:Property}. +{?U_3310 a ns6:EnvironmentalProperty} => {?U_3310 a }. +{?U_3311 a ns6:EnvironmentalProperty} => {?U_3311 a }. +{?U_3312 a ns6:EnvironmentalProperty} => {?U_3312 a }. +{?U_3313 a ns6:EnvironmentalProperty} => {?U_3313 a }. +{?U_3314 a ns6:EnvironmentalProperty} => {?U_3314 a }. +{?U_3315 a ns6:EnvironmentalProperty} => {?U_3315 a }. +{?U_3316 a ns6:EnvironmentalProperty} => {?U_3316 a }. +{?U_3317 a ns6:FabricWearable} => {?U_3317 a ns6:OnBodyWearable}. +{?U_3318 a ns6:LivingOrganism} => {?U_3318 a geosp:SpatialObject}. +{?U_3319 a ns6:LivingOrganism} => {?U_3319 a }. +{?U_3320 a ns6:LivingOrganism} => {?U_3320 a }. +{?U_3321 a ns6:MemoryStorage} => {?U_3321 a }. +{?U_3322 a ns6:MemoryStorage} => {?U_3322 a }. +{?U_3323 a ns6:MemoryStorage} => {?U_3323 a }. +{?U_3324 a ns6:MemoryStorage} => {?U_3324 a }. +{?U_3325 a ns6:MemoryStorage} => {?U_3325 a }. +{?U_3326 a ns6:MemoryStorage} => {?U_3326 a }. +{?U_3327 a ns6:MemoryStorage} => {?U_3327 a }. +{?U_3328 a ns6:MemoryStorage} => {?U_3328 a }. +{?U_3329 a ns6:MemoryStorage} => {?U_3329 a }. +{?U_3330 a ns6:MemoryStorage} => {?U_3330 a }. +{?U_3331 a ns6:MemoryStorage} => {?U_3331 a }. +{?U_3332 a ns6:MemoryStorage} => {?U_3332 a }. +{?U_3333 a ns6:MemoryStorage} => {?U_3333 a saref4bldg:PhysicalObject}. +{?U_3334 a ns6:MemoryStorage} => {?U_3334 a }. +{?U_3335 a ns6:MemoryStorage} => {?U_3335 a }. +{?U_3336 a ns6:MemoryStorage} => {?U_3336 a }. +{?U_3337 a ns6:MemoryStorage} => {?U_3337 a }. +{?U_3338 a ns6:MemoryStorage} => {?U_3338 a }. +{?U_3339 a ns6:NavigatingFunction} => {?U_3339 a }. +{?U_3340 a ns6:PowerSupply} => {?U_3340 a }. +{?U_3341 a ns6:PowerSupply} => {?U_3341 a }. +{?U_3342 a ns6:PowerSupply} => {?U_3342 a }. +{?U_3343 a ns6:PowerSupply} => {?U_3343 a }. +{?U_3344 a ns6:PowerSupply} => {?U_3344 a }. +{?U_3345 a ns6:PowerSupply} => {?U_3345 a }. +{?U_3346 a ns6:PowerSupply} => {?U_3346 a }. +{?U_3347 a ns6:PowerSupply} => {?U_3347 a }. +{?U_3348 a ns6:PowerSupply} => {?U_3348 a }. +{?U_3349 a ns6:PowerSupply} => {?U_3349 a }. +{?U_3350 a ns6:PowerSupply} => {?U_3350 a }. +{?U_3351 a ns6:PowerSupply} => {?U_3351 a }. +{?U_3352 a ns6:PowerSupply} => {?U_3352 a saref4bldg:PhysicalObject}. +{?U_3353 a ns6:PowerSupply} => {?U_3353 a }. +{?U_3354 a ns6:PowerSupply} => {?U_3354 a }. +{?U_3355 a ns6:PowerSupply} => {?U_3355 a }. +{?U_3356 a ns6:PowerSupply} => {?U_3356 a }. +{?U_3357 a ns6:PowerSupply} => {?U_3357 a }. +{?U_3358 a ns6:Software} => {?U_3358 a }. +{?U_3359 a ns6:Software} => {?U_3359 a }. +{?U_3360 a ns6:TextileBasedSensor} => {?U_3360 a saref-core:Device}. +{?U_3361 a ns6:TextileBasedSensor} => {?U_3361 a }. +{?U_3362 a ns6:TextileBasedSensor} => {?U_3362 a }. +{?U_3363 a ns6:TextileBasedSensor} => {?U_3363 a }. +{?U_3364 a ns6:TextileBasedSensor} => {?U_3364 a }. +{?U_3365 a ns6:TextileBasedSensor} => {?U_3365 a }. +{?U_3366 a ns6:TextileBasedSensor} => {?U_3366 a }. +{?U_3367 a ns6:TextileBasedSensor} => {?U_3367 a }. +{?U_3368 a ns6:TextileBasedSensor} => {?U_3368 a }. +{?U_3369 a ns6:TextileBasedSensor} => {?U_3369 a }. +{?U_3370 a ns6:TextileBasedSensor} => {?U_3370 a }. +{?U_3371 a ns6:TextileBasedSensor} => {?U_3371 a }. +{?U_3372 a ns6:TextileBasedSensor} => {?U_3372 a }. +{?U_3373 a ns6:TextileBasedSensor} => {?U_3373 a }. +{?U_3374 a ns6:TextileBasedSensor} => {?U_3374 a saref4bldg:PhysicalObject}. +{?U_3375 a ns6:TextileBasedSensor} => {?U_3375 a }. +{?U_3376 a ns6:TextileBasedSensor} => {?U_3376 a }. +{?U_3377 a ns6:TextileBasedSensor} => {?U_3377 a }. +{?U_3378 a ns6:TextileBasedWearable} => {?U_3378 a }. +{?U_3379 a ns6:User} => {?U_3379 a }. +{?U_3380 a ns6:User} => {?U_3380 a }. +{?U_3381 a ns6:Wearable} => {?U_3381 a geosp:SpatialObject}. +{?U_3382 a ns6:Wearable} => {?U_3382 a }. +{?U_3383 a ns6:Wearable} => {?U_3383 a }. +{?U_3384 a ns6:Wearable} => {?U_3384 a }. +{?U_3385 a ns6:Wearable} => {?U_3385 a }. +{?U_3386 a ns6:Wearable} => {?U_3386 a }. +{?U_3387 a ns6:Wearable} => {?U_3387 a }. +{?U_3388 a ns6:Wearable} => {?U_3388 a }. +{?U_3389 a ns6:Wearable} => {?U_3389 a }. +{?U_3390 a ns6:Wearable} => {?U_3390 a }. +{?U_3391 a ns6:Wearable} => {?U_3391 a }. +{?U_3392 a ns6:Wearable} => {?U_3392 a }. +{?U_3393 a ns6:Wearable} => {?U_3393 a }. +{?U_3394 a ns6:Wearable} => {?U_3394 a saref4bldg:PhysicalObject}. +{?U_3395 a ns6:Wearable} => {?U_3395 a }. +{?U_3396 a ns6:Wearable} => {?U_3396 a }. +{?U_3397 a ns6:Wearable} => {?U_3397 a }. +{?U_3398 a ns6:Wearable} => {?U_3398 a }. +{?U_3399 a ns6:Wearable} => {?U_3399 a }. +{?U_3400 a ns6:WearableProperty} => {?U_3400 a }. +{?U_3401 a ns6:WearableProperty} => {?U_3401 a }. +{?U_3402 a ns6:WearableProperty} => {?U_3402 a }. +{?U_3403 a ns6:WearableProperty} => {?U_3403 a }. +{?U_3404 a ns6:WearableProperty} => {?U_3404 a }. +{?U_3405 a ns6:WearableProperty} => {?U_3405 a }. +{?U_3406 a ns6:WearableProperty} => {?U_3406 a }. +{?U_3407 a ns6:WearerProperty} => {?U_3407 a }. +{?U_3408 a ns6:WearerProperty} => {?U_3408 a }. +{?U_3409 a ns6:WearerProperty} => {?U_3409 a }. +{?U_3410 a ns6:WearerProperty} => {?U_3410 a }. +{?U_3411 a ns6:WearerProperty} => {?U_3411 a }. +{?U_3412 a ns6:WearerProperty} => {?U_3412 a }. +{?U_3413 a ns6:WearerProperty} => {?U_3413 a }. +{?U_3414 a } => {?U_3414 a ActivityRecognition:ActivityPrediction}. +{?U_3415 a } => {?U_3415 a }. +{?U_3416 a } => {?U_3416 a ActivityRecognition:ActivityPrediction}. +{?U_3417 a } => {?U_3417 a }. +{?U_3418 a } => {?U_3418 a ActivityRecognition:ActivityPrediction}. +{?U_3419 a } => {?U_3419 a }. +{?U_3420 a } => {?U_3420 a ActivityRecognition:ActivityPrediction}. +{?U_3421 a } => {?U_3421 a }. +{?U_3422 a } => {?U_3422 a ActivityRecognition:ActivityPrediction}. +{?U_3423 a } => {?U_3423 a }. +{?U_3424 a } => {?U_3424 a :BrushingTeethActivityPrediction}. +{?U_3425 a } => {?U_3425 a :NonRoutineActivityPrediction}. +{?U_3426 a } => {?U_3426 a :BrushingTeethActivityPrediction}. +{?U_3427 a } => {?U_3427 a }. +{?U_3428 a } => {?U_3428 a :CookingFoodOvenActivityPrediction}. +{?U_3429 a } => {?U_3429 a :NonRoutineActivityPrediction}. +{?U_3430 a } => {?U_3430 a :CookingFoodOvenActivityPrediction}. +{?U_3431 a } => {?U_3431 a }. +{?U_3432 a } => {?U_3432 a :CookingFoodStovetopActivityPrediction}. +{?U_3433 a } => {?U_3433 a :NonRoutineActivityPrediction}. +{?U_3434 a } => {?U_3434 a :CookingFoodStovetopActivityPrediction}. +{?U_3435 a } => {?U_3435 a }. +{?U_3436 a } => {?U_3436 a :DrinkPreparationActivityPrediction}. +{?U_3437 a } => {?U_3437 a :NonRoutineActivityPrediction}. +{?U_3438 a } => {?U_3438 a :DrinkPreparationActivityPrediction}. +{?U_3439 a } => {?U_3439 a }. +{?U_3440 a } => {?U_3440 a :EatingActivityPrediction}. +{?U_3441 a } => {?U_3441 a :NonRoutineActivityPrediction}. +{?U_3442 a } => {?U_3442 a :EatingActivityPrediction}. +{?U_3443 a } => {?U_3443 a }. +{?U_3444 a } => {?U_3444 a :NonRoutineActivityPrediction}. +{?U_3445 a } => {?U_3445 a :PreparingHotMealActivityPrediction}. +{?U_3446 a } => {?U_3446 a :PreparingHotMealActivityPrediction}. +{?U_3447 a } => {?U_3447 a }. +{?U_3448 a } => {?U_3448 a :NonRoutineActivityPrediction}. +{?U_3449 a } => {?U_3449 a :ShoweringActivityPrediction}. +{?U_3450 a } => {?U_3450 a :ShoweringActivityPrediction}. +{?U_3451 a } => {?U_3451 a }. +{?U_3452 a } => {?U_3452 a :NonRoutineActivityPrediction}. +{?U_3453 a } => {?U_3453 a :SleepingActivityPrediction}. +{?U_3454 a } => {?U_3454 a :SleepingActivityPrediction}. +{?U_3455 a } => {?U_3455 a }. +{?U_3456 a } => {?U_3456 a :NonRoutineActivityPrediction}. +{?U_3457 a } => {?U_3457 a :ToiletingActivityPrediction}. +{?U_3458 a } => {?U_3458 a :ToiletingActivityPrediction}. +{?U_3459 a } => {?U_3459 a }. +{?U_3460 a } => {?U_3460 a :NonRoutineActivityPrediction}. +{?U_3461 a } => {?U_3461 a :UsingMobilePhoneActivityPrediction}. +{?U_3462 a } => {?U_3462 a :UsingMobilePhoneActivityPrediction}. +{?U_3463 a } => {?U_3463 a }. +{?U_3464 a } => {?U_3464 a :NonRoutineActivityPrediction}. +{?U_3465 a } => {?U_3465 a :WatchingTVActivelyActivityPrediction}. +{?U_3466 a } => {?U_3466 a :WatchingTVActivelyActivityPrediction}. +{?U_3467 a } => {?U_3467 a }. +{?U_3468 a } => {?U_3468 a ActivityRecognition:ActivityPrediction}. +{?U_3469 a } => {?U_3469 a }. +{?U_3470 a } => {?U_3470 a :BrushingTeethActivityPrediction}. +{?U_3471 a } => {?U_3471 a :RoutineActivityPrediction}. +{?U_3472 a } => {?U_3472 a :BrushingTeethActivityPrediction}. +{?U_3473 a } => {?U_3473 a }. +{?U_3474 a } => {?U_3474 a :CookingFoodOvenActivityPrediction}. +{?U_3475 a } => {?U_3475 a :RoutineActivityPrediction}. +{?U_3476 a } => {?U_3476 a :CookingFoodOvenActivityPrediction}. +{?U_3477 a } => {?U_3477 a }. +{?U_3478 a } => {?U_3478 a :CookingFoodStovetopActivityPrediction}. +{?U_3479 a } => {?U_3479 a :RoutineActivityPrediction}. +{?U_3480 a } => {?U_3480 a :CookingFoodStovetopActivityPrediction}. +{?U_3481 a } => {?U_3481 a }. +{?U_3482 a } => {?U_3482 a :DrinkPreparationActivityPrediction}. +{?U_3483 a } => {?U_3483 a :RoutineActivityPrediction}. +{?U_3484 a } => {?U_3484 a :DrinkPreparationActivityPrediction}. +{?U_3485 a } => {?U_3485 a }. +{?U_3486 a } => {?U_3486 a :EatingActivityPrediction}. +{?U_3487 a } => {?U_3487 a :RoutineActivityPrediction}. +{?U_3488 a } => {?U_3488 a :EatingActivityPrediction}. +{?U_3489 a } => {?U_3489 a }. +{?U_3490 a } => {?U_3490 a :PreparingHotMealActivityPrediction}. +{?U_3491 a } => {?U_3491 a :RoutineActivityPrediction}. +{?U_3492 a } => {?U_3492 a :PreparingHotMealActivityPrediction}. +{?U_3493 a } => {?U_3493 a }. +{?U_3494 a } => {?U_3494 a :RoutineActivityPrediction}. +{?U_3495 a } => {?U_3495 a :ShoweringActivityPrediction}. +{?U_3496 a } => {?U_3496 a :ShoweringActivityPrediction}. +{?U_3497 a } => {?U_3497 a }. +{?U_3498 a } => {?U_3498 a :RoutineActivityPrediction}. +{?U_3499 a } => {?U_3499 a :SleepingActivityPrediction}. +{?U_3500 a } => {?U_3500 a :SleepingActivityPrediction}. +{?U_3501 a } => {?U_3501 a }. +{?U_3502 a } => {?U_3502 a :RoutineActivityPrediction}. +{?U_3503 a } => {?U_3503 a :ToiletingActivityPrediction}. +{?U_3504 a } => {?U_3504 a :ToiletingActivityPrediction}. +{?U_3505 a } => {?U_3505 a }. +{?U_3506 a } => {?U_3506 a :RoutineActivityPrediction}. +{?U_3507 a } => {?U_3507 a :UsingMobilePhoneActivityPrediction}. +{?U_3508 a } => {?U_3508 a :UsingMobilePhoneActivityPrediction}. +{?U_3509 a } => {?U_3509 a }. +{?U_3510 a } => {?U_3510 a :RoutineActivityPrediction}. +{?U_3511 a } => {?U_3511 a :WatchingTVActivelyActivityPrediction}. +{?U_3512 a } => {?U_3512 a :WatchingTVActivelyActivityPrediction}. +{?U_3513 a } => {?U_3513 a }. +{?U_3514 a } => {?U_3514 a ActivityRecognition:ActivityPrediction}. +{?U_3515 a } => {?U_3515 a }. +{?U_3516 a } => {?U_3516 a ActivityRecognition:ActivityPrediction}. +{?U_3517 a } => {?U_3517 a }. +{?U_3518 a } => {?U_3518 a ActivityRecognition:ActivityPrediction}. +{?U_3519 a } => {?U_3519 a }. +{?U_3520 a } => {?U_3520 a saref4ehaw:User}. +{?U_3521 a } => {?U_3521 a }. +{?U_3522 a } => {?U_3522 a ActivityRecognition:Routine}. +{?U_3523 a } => {?U_3523 a }. +{?U_3524 a } => {?U_3524 a saref4ehaw:User}. +{?U_3525 a } => {?U_3525 a }. +{?U_3526 a } => {?U_3526 a ActivityRecognition:Routine}. +{?U_3527 a } => {?U_3527 a }. +{?U_3528 a } => {?U_3528 a saref4ehaw:User}. +{?U_3529 a } => {?U_3529 a }. +{?U_3530 a } => {?U_3530 a ActivityRecognition:Routine}. +{?U_3531 a } => {?U_3531 a }. +{?U_3532 a } => {?U_3532 a saref4ehaw:User}. +{?U_3533 a } => {?U_3533 a }. +{?U_3534 a } => {?U_3534 a ActivityRecognition:Routine}. +{?U_3535 a } => {?U_3535 a }. +{?U_3536 a } => {?U_3536 a saref4ehaw:User}. +{?U_3537 a } => {?U_3537 a }. +{?U_3538 a } => {?U_3538 a ActivityRecognition:Routine}. +{?U_3539 a } => {?U_3539 a }. +{?U_3540 a } => {?U_3540 a saref4ehaw:User}. +{?U_3541 a } => {?U_3541 a }. +{?U_3542 a } => {?U_3542 a ActivityRecognition:Routine}. +{?U_3543 a } => {?U_3543 a }. +{?U_3544 a } => {?U_3544 a saref4ehaw:User}. +{?U_3545 a } => {?U_3545 a }. +{?U_3546 a } => {?U_3546 a ActivityRecognition:Routine}. +{?U_3547 a } => {?U_3547 a }. +{?U_3548 a } => {?U_3548 a saref4ehaw:User}. +{?U_3549 a } => {?U_3549 a }. +{?U_3550 a } => {?U_3550 a ActivityRecognition:Routine}. +{?U_3551 a } => {?U_3551 a }. +{?U_3552 a } => {?U_3552 a saref4ehaw:User}. +{?U_3553 a } => {?U_3553 a }. +{?U_3554 a } => {?U_3554 a ActivityRecognition:Routine}. +{?U_3555 a } => {?U_3555 a }. +{?U_3556 a } => {?U_3556 a saref4ehaw:User}. +{?U_3557 a } => {?U_3557 a }. +{?U_3558 a } => {?U_3558 a ActivityRecognition:Routine}. +{?U_3559 a } => {?U_3559 a }. +{?U_3560 a } => {?U_3560 a saref4ehaw:User}. +{?U_3561 a } => {?U_3561 a }. +{?U_3562 a } => {?U_3562 a ActivityRecognition:Routine}. +{?U_3563 a } => {?U_3563 a }. +{?U_3564 a } => {?U_3564 a saref4ehaw:User}. +{?U_3565 a } => {?U_3565 a }. +{?U_3566 a } => {?U_3566 a saref4ehaw:User}. +{?U_3567 a } => {?U_3567 a }. +{?U_3568 a } => {?U_3568 a saref4ehaw:User}. +{?U_3569 a } => {?U_3569 a }. +{?U_3570 a } => {?U_3570 a saref4ehaw:User}. +{?U_3571 a } => {?U_3571 a }. +{?U_3572 a } => {?U_3572 a saref4ehaw:User}. +{?U_3573 a } => {?U_3573 a }. +{?U_3574 a } => {?U_3574 a saref4ehaw:User}. +{?U_3575 a } => {?U_3575 a }. +{?U_3576 a } => {?U_3576 a saref4ehaw:User}. +{?U_3577 a } => {?U_3577 a }. +{?U_3578 a } => {?U_3578 a saref4ehaw:User}. +{?U_3579 a } => {?U_3579 a }. +{?U_3580 a } => {?U_3580 a saref4ehaw:User}. +{?U_3581 a } => {?U_3581 a }. +{?U_3582 a } => {?U_3582 a saref4ehaw:User}. +{?U_3583 a } => {?U_3583 a }. +{?U_3584 a } => {?U_3584 a saref4ehaw:User}. +{?U_3585 a } => {?U_3585 a }. +{?U_3586 a } => {?U_3586 a ActivityRecognition:ActivityPrediction}. +{?U_3587 a } => {?U_3587 a }. +{?U_3588 a } => {?U_3588 a ActivityRecognition:ActivityPrediction}. +{?U_3589 a } => {?U_3589 a }. +{?U_3590 a } => {?U_3590 a ns6:Wearable}. +{?U_3591 a } => {?U_3591 a }. +{?U_3592 a } => {?U_3592 a ns6:Wearable}. +{?U_3593 a } => {?U_3593 a }. +{?U_3594 a } => {?U_3594 a ns6:Wearable}. +{?U_3595 a } => {?U_3595 a }. +{?U_3596 a } => {?U_3596 a ns6:LivingOrganism}. +{?U_3597 a } => {?U_3597 a }. +{?U_3598 a :BrushingTeethActivityPrediction} => {?U_3598 a }. +{?U_3599 a } => {?U_3599 a :BrushingTeethActivityPrediction}. +{?U_3600 a :CookingFoodOvenActivityPrediction} => {?U_3600 a }. +{?U_3601 a } => {?U_3601 a :CookingFoodOvenActivityPrediction}. +{?U_3602 a :CookingFoodStovetopActivityPrediction} => {?U_3602 a }. +{?U_3603 a } => {?U_3603 a :CookingFoodStovetopActivityPrediction}. +{?U_3604 a :DrinkPreparationActivityPrediction} => {?U_3604 a }. +{?U_3605 a } => {?U_3605 a :DrinkPreparationActivityPrediction}. +{?U_3606 a :EatingActivityPrediction} => {?U_3606 a }. +{?U_3607 a } => {?U_3607 a :EatingActivityPrediction}. +{?U_3608 a :NonRoutineBrushingTeethActivityPrediction} => {?U_3608 a }. +{?U_3609 a } => {?U_3609 a :NonRoutineBrushingTeethActivityPrediction}. +{?U_3610 a :NonRoutineBrushingTeethActivityPrediction} => {?U_3610 a }. +{?U_3611 a } => {?U_3611 a :NonRoutineBrushingTeethActivityPrediction}. +{?U_3612 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_3612 a }. +{?U_3613 a } => {?U_3613 a :NonRoutineCookingFoodOvenActivityPrediction}. +{?U_3614 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_3614 a }. +{?U_3615 a } => {?U_3615 a :NonRoutineCookingFoodOvenActivityPrediction}. +{?U_3616 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_3616 a }. +{?U_3617 a } => {?U_3617 a :NonRoutineCookingFoodStovetopActivityPrediction}. +{?U_3618 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_3618 a }. +{?U_3619 a } => {?U_3619 a :NonRoutineCookingFoodStovetopActivityPrediction}. +{?U_3620 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_3620 a }. +{?U_3621 a } => {?U_3621 a :NonRoutineDrinkPreparationActivityPrediction}. +{?U_3622 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_3622 a }. +{?U_3623 a } => {?U_3623 a :NonRoutineDrinkPreparationActivityPrediction}. +{?U_3624 a :NonRoutineEatingActivityPrediction} => {?U_3624 a }. +{?U_3625 a } => {?U_3625 a :NonRoutineEatingActivityPrediction}. +{?U_3626 a :NonRoutineEatingActivityPrediction} => {?U_3626 a }. +{?U_3627 a } => {?U_3627 a :NonRoutineEatingActivityPrediction}. +{?U_3628 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_3628 a }. +{?U_3629 a } => {?U_3629 a :NonRoutinePreparingHotMealActivityPrediction}. +{?U_3630 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_3630 a }. +{?U_3631 a } => {?U_3631 a :NonRoutinePreparingHotMealActivityPrediction}. +{?U_3632 a :NonRoutineShoweringActivityPrediction} => {?U_3632 a }. +{?U_3633 a } => {?U_3633 a :NonRoutineShoweringActivityPrediction}. +{?U_3634 a :NonRoutineShoweringActivityPrediction} => {?U_3634 a }. +{?U_3635 a } => {?U_3635 a :NonRoutineShoweringActivityPrediction}. +{?U_3636 a :NonRoutineSleepingActivityPrediction} => {?U_3636 a }. +{?U_3637 a } => {?U_3637 a :NonRoutineSleepingActivityPrediction}. +{?U_3638 a :NonRoutineSleepingActivityPrediction} => {?U_3638 a }. +{?U_3639 a } => {?U_3639 a :NonRoutineSleepingActivityPrediction}. +{?U_3640 a :NonRoutineToiletingActivityPrediction} => {?U_3640 a }. +{?U_3641 a } => {?U_3641 a :NonRoutineToiletingActivityPrediction}. +{?U_3642 a :NonRoutineToiletingActivityPrediction} => {?U_3642 a }. +{?U_3643 a } => {?U_3643 a :NonRoutineToiletingActivityPrediction}. +{?U_3644 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_3644 a }. +{?U_3645 a } => {?U_3645 a :NonRoutineUsingMobilePhoneActivityPrediction}. +{?U_3646 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_3646 a }. +{?U_3647 a } => {?U_3647 a :NonRoutineUsingMobilePhoneActivityPrediction}. +{?U_3648 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_3648 a }. +{?U_3649 a } => {?U_3649 a :NonRoutineWatchingTVActivelyActivityPrediction}. +{?U_3650 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_3650 a }. +{?U_3651 a } => {?U_3651 a :NonRoutineWatchingTVActivelyActivityPrediction}. +{?U_3652 a :PreparingHotMealActivityPrediction} => {?U_3652 a }. +{?U_3653 a } => {?U_3653 a :PreparingHotMealActivityPrediction}. +{?U_3654 a :RoutineBrushingTeethActivityPrediction} => {?U_3654 a }. +{?U_3655 a } => {?U_3655 a :RoutineBrushingTeethActivityPrediction}. +{?U_3656 a :RoutineBrushingTeethActivityPrediction} => {?U_3656 a }. +{?U_3657 a } => {?U_3657 a :RoutineBrushingTeethActivityPrediction}. +{?U_3658 a :RoutineCookingFoodOvenActivityPrediction} => {?U_3658 a }. +{?U_3659 a } => {?U_3659 a :RoutineCookingFoodOvenActivityPrediction}. +{?U_3660 a :RoutineCookingFoodOvenActivityPrediction} => {?U_3660 a }. +{?U_3661 a } => {?U_3661 a :RoutineCookingFoodOvenActivityPrediction}. +{?U_3662 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_3662 a }. +{?U_3663 a } => {?U_3663 a :RoutineCookingFoodStovetopActivityPrediction}. +{?U_3664 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_3664 a }. +{?U_3665 a } => {?U_3665 a :RoutineCookingFoodStovetopActivityPrediction}. +{?U_3666 a :RoutineDrinkPreparationActivityPrediction} => {?U_3666 a }. +{?U_3667 a } => {?U_3667 a :RoutineDrinkPreparationActivityPrediction}. +{?U_3668 a :RoutineDrinkPreparationActivityPrediction} => {?U_3668 a }. +{?U_3669 a } => {?U_3669 a :RoutineDrinkPreparationActivityPrediction}. +{?U_3670 a :RoutineEatingActivityPrediction} => {?U_3670 a }. +{?U_3671 a } => {?U_3671 a :RoutineEatingActivityPrediction}. +{?U_3672 a :RoutineEatingActivityPrediction} => {?U_3672 a }. +{?U_3673 a } => {?U_3673 a :RoutineEatingActivityPrediction}. +{?U_3674 a :RoutinePreparingHotMealActivityPrediction} => {?U_3674 a }. +{?U_3675 a } => {?U_3675 a :RoutinePreparingHotMealActivityPrediction}. +{?U_3676 a :RoutinePreparingHotMealActivityPrediction} => {?U_3676 a }. +{?U_3677 a } => {?U_3677 a :RoutinePreparingHotMealActivityPrediction}. +{?U_3678 a :RoutineShoweringActivityPrediction} => {?U_3678 a }. +{?U_3679 a } => {?U_3679 a :RoutineShoweringActivityPrediction}. +{?U_3680 a :RoutineShoweringActivityPrediction} => {?U_3680 a }. +{?U_3681 a } => {?U_3681 a :RoutineShoweringActivityPrediction}. +{?U_3682 a :RoutineSleepingActivityPrediction} => {?U_3682 a }. +{?U_3683 a } => {?U_3683 a :RoutineSleepingActivityPrediction}. +{?U_3684 a :RoutineSleepingActivityPrediction} => {?U_3684 a }. +{?U_3685 a } => {?U_3685 a :RoutineSleepingActivityPrediction}. +{?U_3686 a :RoutineToiletingActivityPrediction} => {?U_3686 a }. +{?U_3687 a } => {?U_3687 a :RoutineToiletingActivityPrediction}. +{?U_3688 a :RoutineToiletingActivityPrediction} => {?U_3688 a }. +{?U_3689 a } => {?U_3689 a :RoutineToiletingActivityPrediction}. +{?U_3690 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_3690 a }. +{?U_3691 a } => {?U_3691 a :RoutineUsingMobilePhoneActivityPrediction}. +{?U_3692 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_3692 a }. +{?U_3693 a } => {?U_3693 a :RoutineUsingMobilePhoneActivityPrediction}. +{?U_3694 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_3694 a }. +{?U_3695 a } => {?U_3695 a :RoutineWatchingTVActivelyActivityPrediction}. +{?U_3696 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_3696 a }. +{?U_3697 a } => {?U_3697 a :RoutineWatchingTVActivelyActivityPrediction}. +{?U_3698 a :ShoweringActivityPrediction} => {?U_3698 a }. +{?U_3699 a } => {?U_3699 a :ShoweringActivityPrediction}. +{?U_3700 a :SleepingActivityPrediction} => {?U_3700 a }. +{?U_3701 a } => {?U_3701 a :SleepingActivityPrediction}. +{?U_3702 a :ToiletingActivityPrediction} => {?U_3702 a }. +{?U_3703 a } => {?U_3703 a :ToiletingActivityPrediction}. +{?U_3704 a :UserWithBrushingTeethRoutine} => {?U_3704 a }. +{?U_3705 a } => {?U_3705 a :UserWithBrushingTeethRoutine}. +{?U_3706 a :UserWithCookingFoodOvenRoutine} => {?U_3706 a }. +{?U_3707 a } => {?U_3707 a :UserWithCookingFoodOvenRoutine}. +{?U_3708 a :UserWithCookingFoodStovetopRoutine} => {?U_3708 a }. +{?U_3709 a } => {?U_3709 a :UserWithCookingFoodStovetopRoutine}. +{?U_3710 a :UserWithDrinkPreparationRoutine} => {?U_3710 a }. +{?U_3711 a } => {?U_3711 a :UserWithDrinkPreparationRoutine}. +{?U_3712 a :UserWithEatingRoutine} => {?U_3712 a }. +{?U_3713 a } => {?U_3713 a :UserWithEatingRoutine}. +{?U_3714 a :UserWithPreparingHotMealRoutine} => {?U_3714 a }. +{?U_3715 a } => {?U_3715 a :UserWithPreparingHotMealRoutine}. +{?U_3716 a :UserWithShoweringRoutine} => {?U_3716 a }. +{?U_3717 a } => {?U_3717 a :UserWithShoweringRoutine}. +{?U_3718 a :UserWithSleepingRoutine} => {?U_3718 a }. +{?U_3719 a } => {?U_3719 a :UserWithSleepingRoutine}. +{?U_3720 a :UserWithToiletingRoutine} => {?U_3720 a }. +{?U_3721 a } => {?U_3721 a :UserWithToiletingRoutine}. +{?U_3722 a :UserWithUsingMobilePhoneRoutine} => {?U_3722 a }. +{?U_3723 a } => {?U_3723 a :UserWithUsingMobilePhoneRoutine}. +{?U_3724 a :UserWithWatchingTVActivelyRoutine} => {?U_3724 a }. +{?U_3725 a } => {?U_3725 a :UserWithWatchingTVActivelyRoutine}. +{?U_3726 a :UserWithoutBrushingTeethRoutine} => {?U_3726 a }. +{?U_3727 a } => {?U_3727 a :UserWithoutBrushingTeethRoutine}. +{?U_3728 a :UserWithoutCookingFoodOvenRoutine} => {?U_3728 a }. +{?U_3729 a } => {?U_3729 a :UserWithoutCookingFoodOvenRoutine}. +{?U_3730 a :UserWithoutCookingFoodStovetopRoutine} => {?U_3730 a }. +{?U_3731 a } => {?U_3731 a :UserWithoutCookingFoodStovetopRoutine}. +{?U_3732 a :UserWithoutDrinkPreparationRoutine} => {?U_3732 a }. +{?U_3733 a } => {?U_3733 a :UserWithoutDrinkPreparationRoutine}. +{?U_3734 a :UserWithoutEatingRoutine} => {?U_3734 a }. +{?U_3735 a } => {?U_3735 a :UserWithoutEatingRoutine}. +{?U_3736 a :UserWithoutPreparingHotMealRoutine} => {?U_3736 a }. +{?U_3737 a } => {?U_3737 a :UserWithoutPreparingHotMealRoutine}. +{?U_3738 a :UserWithoutShoweringRoutine} => {?U_3738 a }. +{?U_3739 a } => {?U_3739 a :UserWithoutShoweringRoutine}. +{?U_3740 a :UserWithoutSleepingRoutine} => {?U_3740 a }. +{?U_3741 a } => {?U_3741 a :UserWithoutSleepingRoutine}. +{?U_3742 a :UserWithoutToiletingRoutine} => {?U_3742 a }. +{?U_3743 a } => {?U_3743 a :UserWithoutToiletingRoutine}. +{?U_3744 a :UserWithoutUsingMobilePhoneRoutine} => {?U_3744 a }. +{?U_3745 a } => {?U_3745 a :UserWithoutUsingMobilePhoneRoutine}. +{?U_3746 a :UserWithoutWatchingTVActivelyRoutine} => {?U_3746 a }. +{?U_3747 a } => {?U_3747 a :UserWithoutWatchingTVActivelyRoutine}. +{?U_3748 a :UsingMobilePhoneActivityPrediction} => {?U_3748 a }. +{?U_3749 a } => {?U_3749 a :UsingMobilePhoneActivityPrediction}. +{?U_3750 a :WatchingTVActivelyActivityPrediction} => {?U_3750 a }. +{?U_3751 a } => {?U_3751 a :WatchingTVActivelyActivityPrediction}. +{?U_3752 a saref4ehaw:Contact} => {?U_3752 a saref4ehaw:HealthActor}. +{?U_3753 a saref4ehaw:HealthActor} => {?U_3753 a saref4ehaw:Contact}. +{?U_3754 a :BrushingTeethActivityPrediction} => {?U_3754 a :BrushingTeethActivityPrediction}. +{?U_3755 a :CookingFoodOvenActivityPrediction} => {?U_3755 a :CookingFoodOvenActivityPrediction}. +{?U_3756 a :CookingFoodStovetopActivityPrediction} => {?U_3756 a :CookingFoodStovetopActivityPrediction}. +{?U_3757 a :DrinkPreparationActivityPrediction} => {?U_3757 a :DrinkPreparationActivityPrediction}. +{?U_3758 a :EatingActivityPrediction} => {?U_3758 a :EatingActivityPrediction}. +{?U_3759 a :NonRoutineBrushingTeethActivityPrediction} => {?U_3759 a :NonRoutineBrushingTeethActivityPrediction}. +{?U_3760 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_3760 a :NonRoutineCookingFoodOvenActivityPrediction}. +{?U_3761 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_3761 a :NonRoutineCookingFoodStovetopActivityPrediction}. +{?U_3762 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_3762 a :NonRoutineDrinkPreparationActivityPrediction}. +{?U_3763 a :NonRoutineEatingActivityPrediction} => {?U_3763 a :NonRoutineEatingActivityPrediction}. +{?U_3764 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_3764 a :NonRoutinePreparingHotMealActivityPrediction}. +{?U_3765 a :NonRoutineShoweringActivityPrediction} => {?U_3765 a :NonRoutineShoweringActivityPrediction}. +{?U_3766 a :NonRoutineSleepingActivityPrediction} => {?U_3766 a :NonRoutineSleepingActivityPrediction}. +{?U_3767 a :NonRoutineToiletingActivityPrediction} => {?U_3767 a :NonRoutineToiletingActivityPrediction}. +{?U_3768 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_3768 a :NonRoutineUsingMobilePhoneActivityPrediction}. +{?U_3769 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_3769 a :NonRoutineWatchingTVActivelyActivityPrediction}. +{?U_3770 a :PreparingHotMealActivityPrediction} => {?U_3770 a :PreparingHotMealActivityPrediction}. +{?U_3771 a :RoutineBrushingTeethActivityPrediction} => {?U_3771 a :RoutineBrushingTeethActivityPrediction}. +{?U_3772 a :RoutineCookingFoodOvenActivityPrediction} => {?U_3772 a :RoutineCookingFoodOvenActivityPrediction}. +{?U_3773 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_3773 a :RoutineCookingFoodStovetopActivityPrediction}. +{?U_3774 a :RoutineDrinkPreparationActivityPrediction} => {?U_3774 a :RoutineDrinkPreparationActivityPrediction}. +{?U_3775 a :RoutineEatingActivityPrediction} => {?U_3775 a :RoutineEatingActivityPrediction}. +{?U_3776 a :RoutinePreparingHotMealActivityPrediction} => {?U_3776 a :RoutinePreparingHotMealActivityPrediction}. +{?U_3777 a :RoutineShoweringActivityPrediction} => {?U_3777 a :RoutineShoweringActivityPrediction}. +{?U_3778 a :RoutineSleepingActivityPrediction} => {?U_3778 a :RoutineSleepingActivityPrediction}. +{?U_3779 a :RoutineToiletingActivityPrediction} => {?U_3779 a :RoutineToiletingActivityPrediction}. +{?U_3780 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_3780 a :RoutineUsingMobilePhoneActivityPrediction}. +{?U_3781 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_3781 a :RoutineWatchingTVActivelyActivityPrediction}. +{?U_3782 a :ShoweringActivityPrediction} => {?U_3782 a :ShoweringActivityPrediction}. +{?U_3783 a :SleepingActivityPrediction} => {?U_3783 a :SleepingActivityPrediction}. +{?U_3784 a :ToiletingActivityPrediction} => {?U_3784 a :ToiletingActivityPrediction}. +{?U_3785 a :UserWithBrushingTeethRoutine} => {?U_3785 a :UserWithBrushingTeethRoutine}. +{?U_3786 a :UserWithCookingFoodOvenRoutine} => {?U_3786 a :UserWithCookingFoodOvenRoutine}. +{?U_3787 a :UserWithCookingFoodStovetopRoutine} => {?U_3787 a :UserWithCookingFoodStovetopRoutine}. +{?U_3788 a :UserWithDrinkPreparationRoutine} => {?U_3788 a :UserWithDrinkPreparationRoutine}. +{?U_3789 a :UserWithEatingRoutine} => {?U_3789 a :UserWithEatingRoutine}. +{?U_3790 a :UserWithPreparingHotMealRoutine} => {?U_3790 a :UserWithPreparingHotMealRoutine}. +{?U_3791 a :UserWithShoweringRoutine} => {?U_3791 a :UserWithShoweringRoutine}. +{?U_3792 a :UserWithSleepingRoutine} => {?U_3792 a :UserWithSleepingRoutine}. +{?U_3793 a :UserWithToiletingRoutine} => {?U_3793 a :UserWithToiletingRoutine}. +{?U_3794 a :UserWithUsingMobilePhoneRoutine} => {?U_3794 a :UserWithUsingMobilePhoneRoutine}. +{?U_3795 a :UserWithWatchingTVActivelyRoutine} => {?U_3795 a :UserWithWatchingTVActivelyRoutine}. +{?U_3796 a :UserWithoutBrushingTeethRoutine} => {?U_3796 a :UserWithoutBrushingTeethRoutine}. +{?U_3797 a :UserWithoutCookingFoodOvenRoutine} => {?U_3797 a :UserWithoutCookingFoodOvenRoutine}. +{?U_3798 a :UserWithoutCookingFoodStovetopRoutine} => {?U_3798 a :UserWithoutCookingFoodStovetopRoutine}. +{?U_3799 a :UserWithoutDrinkPreparationRoutine} => {?U_3799 a :UserWithoutDrinkPreparationRoutine}. +{?U_3800 a :UserWithoutEatingRoutine} => {?U_3800 a :UserWithoutEatingRoutine}. +{?U_3801 a :UserWithoutPreparingHotMealRoutine} => {?U_3801 a :UserWithoutPreparingHotMealRoutine}. +{?U_3802 a :UserWithoutShoweringRoutine} => {?U_3802 a :UserWithoutShoweringRoutine}. +{?U_3803 a :UserWithoutSleepingRoutine} => {?U_3803 a :UserWithoutSleepingRoutine}. +{?U_3804 a :UserWithoutToiletingRoutine} => {?U_3804 a :UserWithoutToiletingRoutine}. +{?U_3805 a :UserWithoutUsingMobilePhoneRoutine} => {?U_3805 a :UserWithoutUsingMobilePhoneRoutine}. +{?U_3806 a :UserWithoutWatchingTVActivelyRoutine} => {?U_3806 a :UserWithoutWatchingTVActivelyRoutine}. +{?U_3807 a :UsingMobilePhoneActivityPrediction} => {?U_3807 a :UsingMobilePhoneActivityPrediction}. +{?U_3808 a :WatchingTVActivelyActivityPrediction} => {?U_3808 a :WatchingTVActivelyActivityPrediction}. +{?U_3809 a saref4ehaw:Contact} => {?U_3809 a saref4ehaw:Contact}. +{?U_3810 a } => {?U_3810 a }. +{?U_3811 a } => {?U_3811 a }. +{?U_3812 a } => {?U_3812 a }. +{?U_3813 a } => {?U_3813 a }. +{?U_3814 a } => {?U_3814 a }. +{?U_3815 a } => {?U_3815 a }. +{?U_3816 a } => {?U_3816 a }. +{?U_3817 a } => {?U_3817 a }. +{?U_3818 a } => {?U_3818 a }. +{?U_3819 a } => {?U_3819 a }. +{?U_3820 a } => {?U_3820 a }. +{?U_3821 a } => {?U_3821 a }. +{?U_3822 a } => {?U_3822 a }. +{?U_3823 a } => {?U_3823 a }. +{?U_3824 a } => {?U_3824 a }. +{?U_3825 a } => {?U_3825 a }. +{?U_3826 a } => {?U_3826 a }. +{?U_3827 a } => {?U_3827 a }. +{?U_3828 a } => {?U_3828 a }. +{?U_3829 a } => {?U_3829 a }. +{?U_3830 a } => {?U_3830 a }. +{?U_3831 a } => {?U_3831 a }. +{?U_3832 a } => {?U_3832 a }. +{?U_3833 a } => {?U_3833 a }. +{?U_3834 a } => {?U_3834 a }. +{?U_3835 a } => {?U_3835 a }. +{?U_3836 a } => {?U_3836 a }. +{?U_3837 a } => {?U_3837 a }. +{?U_3838 a } => {?U_3838 a }. +{?U_3839 a } => {?U_3839 a }. +{?U_3840 a } => {?U_3840 a }. +{?U_3841 a } => {?U_3841 a }. +{?U_3842 a } => {?U_3842 a }. +{?U_3843 a } => {?U_3843 a }. +{?U_3844 a } => {?U_3844 a }. +{?U_3845 a } => {?U_3845 a }. +{?U_3846 a } => {?U_3846 a }. +{?U_3847 a } => {?U_3847 a }. +{?U_3848 a } => {?U_3848 a }. +{?U_3849 a } => {?U_3849 a }. +{?U_3850 a } => {?U_3850 a }. +{?U_3851 a } => {?U_3851 a }. +{?U_3852 a } => {?U_3852 a }. +{?U_3853 a } => {?U_3853 a }. +{?U_3854 a } => {?U_3854 a }. +{?U_3855 a } => {?U_3855 a }. +{?U_3856 a } => {?U_3856 a }. +{?U_3857 a } => {?U_3857 a }. +{?U_3858 a } => {?U_3858 a }. +{?U_3859 a } => {?U_3859 a }. +{?U_3860 a } => {?U_3860 a }. +{?U_3861 a } => {?U_3861 a }. +{?U_3862 a } => {?U_3862 a }. +{?U_3863 a } => {?U_3863 a }. +{?U_3864 a } => {?U_3864 a }. +{?U_3865 a } => {?U_3865 a }. +{?U_3866 a } => {?U_3866 a }. +{?U_3867 a } => {?U_3867 a }. +{?U_3868 a } => {?U_3868 a }. +{?U_3869 a } => {?U_3869 a }. +{?U_3870 a } => {?U_3870 a }. +{?U_3871 a } => {?U_3871 a }. +{?U_3872 a } => {?U_3872 a }. +{?U_3873 a } => {?U_3873 a }. +{?U_3874 a } => {?U_3874 a }. +{?U_3875 a } => {?U_3875 a }. +{?U_3876 a } => {?U_3876 a }. +{?U_3877 a } => {?U_3877 a }. +{?U_3878 a } => {?U_3878 a }. +{?U_3879 a } => {?U_3879 a }. +{?U_3880 a } => {?U_3880 a }. +{?U_3881 a } => {?U_3881 a }. +{?U_3882 a } => {?U_3882 a }. +{?U_3883 a } => {?U_3883 a }. +{?U_3884 a } => {?U_3884 a }. +{?U_3885 a } => {?U_3885 a }. +{?U_3886 a } => {?U_3886 a }. +{?U_3887 a } => {?U_3887 a }. +{?U_3888 a } => {?U_3888 a }. +{?U_3889 a } => {?U_3889 a }. +{?U_3890 a } => {?U_3890 a }. +{?U_3891 a } => {?U_3891 a }. +{?U_3892 a } => {?U_3892 a }. +{?U_3893 a } => {?U_3893 a }. +{?U_3894 a } => {?U_3894 a }. +{?U_3895 a } => {?U_3895 a }. +{?U_3896 a } => {?U_3896 a }. +{?U_3897 a } => {?U_3897 a }. +{?U_3898 a } => {?U_3898 a }. +{?U_3899 a } => {?U_3899 a }. +{?U_3900 a } => {?U_3900 a }. +{?U_3901 a } => {?U_3901 a }. +{?U_3902 a } => {?U_3902 a }. +{?U_3903 a } => {?U_3903 a }. +{?U_3904 a } => {?U_3904 a }. +{?U_3905 a } => {?U_3905 a }. +{?U_3906 a } => {?U_3906 a }. +{?U_3907 a } => {?U_3907 a }. +{?U_3908 a } => {?U_3908 a }. +{?U_3909 a } => {?U_3909 a }. +{?U_3910 a } => {?U_3910 a }. +{?U_3911 a } => {?U_3911 a }. +{?U_3912 a } => {?U_3912 a }. +{?U_3913 a } => {?U_3913 a }. +{?U_3914 a } => {?U_3914 a }. +{?U_3915 a } => {?U_3915 a }. +{?U_3916 a } => {?U_3916 a }. +{?U_3917 a } => {?U_3917 a }. +{?U_3918 a } => {?U_3918 a }. +{?U_3919 a } => {?U_3919 a }. +{?U_3920 a } => {?U_3920 a }. +{?U_3921 a } => {?U_3921 a }. +{?U_3922 a } => {?U_3922 a }. +{?U_3923 a } => {?U_3923 a }. +{?U_3924 a } => {?U_3924 a }. +{?U_3925 a } => {?U_3925 a }. +{?U_3926 a } => {?U_3926 a }. +{?U_3927 a } => {?U_3927 a }. +{?U_3928 a } => {?U_3928 a }. +{?U_3929 a } => {?U_3929 a }. +{?U_3930 a } => {?U_3930 a }. +{?U_3931 a saref4ehaw:HealthActor} => {?U_3931 a saref4ehaw:HealthActor}. +{?U_3932 a } => {?U_3932 a }. +{?U_3933 a } => {?U_3933 a }. +{?U_3934 a } => {?U_3934 a }. +{?U_3935 a } => {?U_3935 a }. +{?U_3936 a } => {?U_3936 a }. +{?U_3937 a } => {?U_3937 a }. +{?U_3938 a } => {?U_3938 a }. +{?U_3939 a } => {?U_3939 a }. +{?U_3940 a } => {?U_3940 a }. +{?U_3941 a } => {?U_3941 a }. +{?U_3942 a } => {?U_3942 a }. +{?U_3943 a } => {?U_3943 a }. +{?U_3944 a } => {?U_3944 a }. +{?U_3945 a } => {?U_3945 a }. +{?U_3946 a } => {?U_3946 a }. +{?U_3947 a } => {?U_3947 a }. +{?U_3948 a } => {?U_3948 a }. +{?U_3949 a } => {?U_3949 a }. +{?U_3950 a } => {?U_3950 a }. +{?U_3951 a } => {?U_3951 a }. +{?U_3952 a } => {?U_3952 a }. +{?U_3953 a } => {?U_3953 a }. +{?U_3954 a } => {?U_3954 a }. +{?U_3955 a } => {?U_3955 a }. +{?U_3956 a } => {?U_3956 a }. +{?U_3957 a } => {?U_3957 a }. +{?U_3958 a } => {?U_3958 a }. +{?U_3959 a } => {?U_3959 a }. +{?U_3960 a } => {?U_3960 a }. +{?U_3961 a } => {?U_3961 a }. +{?U_3962 a } => {?U_3962 a }. +{?U_3963 a } => {?U_3963 a }. +{?U_3964 a } => {?U_3964 a }. +{?U_3965 a } => {?U_3965 a }. +{?U_3966 a } => {?U_3966 a }. +{?U_3967 a } => {?U_3967 a }. +{?U_3968 a } => {?U_3968 a }. +{?U_3969 a } => {?U_3969 a }. +{?U_3970 a } => {?U_3970 a }. +{?U_3971 a saref-core:Commodity} => {?U_3971 a }. +{?U_3972 a saref-core:Property} => {?U_3972 a }. +{?U_3973 a saref-core:Commodity} => {?U_3973 a }. +{?U_3974 a saref-core:Property} => {?U_3974 a }. +{?U_3975 a saref4bldg:Building} => {?U_3975 a }. +{?U_3976 a saref4bldg:BuildingSpace} => {?U_3976 a }. +{?U_3977 a saref4bldg:BuildingSpace} => {?U_3977 a }. +{?U_3978 a saref4bldg:PhysicalObject} => {?U_3978 a }. +{?U_3979 a :BrushingTeethActivityPrediction} => {?U_3979 a eep:Execution}. +{?U_3980 a :BrushingTeethActivityPrediction} => {?U_3980 a }. +{?U_3981 a :BrushingTeethActivityPrediction} => {?U_3981 a }. +{?U_3982 a :CookingFoodOvenActivityPrediction} => {?U_3982 a eep:Execution}. +{?U_3983 a :CookingFoodOvenActivityPrediction} => {?U_3983 a }. +{?U_3984 a :CookingFoodOvenActivityPrediction} => {?U_3984 a }. +{?U_3985 a :CookingFoodStovetopActivityPrediction} => {?U_3985 a eep:Execution}. +{?U_3986 a :CookingFoodStovetopActivityPrediction} => {?U_3986 a }. +{?U_3987 a :CookingFoodStovetopActivityPrediction} => {?U_3987 a }. +{?U_3988 a :DrinkPreparationActivityPrediction} => {?U_3988 a eep:Execution}. +{?U_3989 a :DrinkPreparationActivityPrediction} => {?U_3989 a }. +{?U_3990 a :DrinkPreparationActivityPrediction} => {?U_3990 a }. +{?U_3991 a :EatingActivityPrediction} => {?U_3991 a eep:Execution}. +{?U_3992 a :EatingActivityPrediction} => {?U_3992 a }. +{?U_3993 a :EatingActivityPrediction} => {?U_3993 a }. +{?U_3994 a :MeanThreshold} => {?U_3994 a :Condition}. +{?U_3995 a :MeanThreshold} => {?U_3995 a }. +{?U_3996 a :MeanVarianceThreshold} => {?U_3996 a :Condition}. +{?U_3997 a :MeanVarianceThreshold} => {?U_3997 a }. +{?U_3998 a :NonRoutineActivityPrediction} => {?U_3998 a eep:Execution}. +{?U_3999 a :NonRoutineActivityPrediction} => {?U_3999 a }. +{?U_4000 a :NonRoutineActivityPrediction} => {?U_4000 a }. +{?U_4001 a :NonRoutineBrushingTeethActivityPrediction} => {?U_4001 a eep:Execution}. +{?U_4002 a :NonRoutineBrushingTeethActivityPrediction} => {?U_4002 a }. +{?U_4003 a :NonRoutineBrushingTeethActivityPrediction} => {?U_4003 a }. +{?U_4004 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_4004 a eep:Execution}. +{?U_4005 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_4005 a }. +{?U_4006 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_4006 a }. +{?U_4007 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_4007 a eep:Execution}. +{?U_4008 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_4008 a }. +{?U_4009 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_4009 a }. +{?U_4010 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_4010 a eep:Execution}. +{?U_4011 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_4011 a }. +{?U_4012 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_4012 a }. +{?U_4013 a :NonRoutineEatingActivityPrediction} => {?U_4013 a eep:Execution}. +{?U_4014 a :NonRoutineEatingActivityPrediction} => {?U_4014 a }. +{?U_4015 a :NonRoutineEatingActivityPrediction} => {?U_4015 a }. +{?U_4016 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_4016 a eep:Execution}. +{?U_4017 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_4017 a }. +{?U_4018 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_4018 a }. +{?U_4019 a :NonRoutineShoweringActivityPrediction} => {?U_4019 a eep:Execution}. +{?U_4020 a :NonRoutineShoweringActivityPrediction} => {?U_4020 a }. +{?U_4021 a :NonRoutineShoweringActivityPrediction} => {?U_4021 a }. +{?U_4022 a :NonRoutineSleepingActivityPrediction} => {?U_4022 a eep:Execution}. +{?U_4023 a :NonRoutineSleepingActivityPrediction} => {?U_4023 a }. +{?U_4024 a :NonRoutineSleepingActivityPrediction} => {?U_4024 a }. +{?U_4025 a :NonRoutineToiletingActivityPrediction} => {?U_4025 a eep:Execution}. +{?U_4026 a :NonRoutineToiletingActivityPrediction} => {?U_4026 a }. +{?U_4027 a :NonRoutineToiletingActivityPrediction} => {?U_4027 a }. +{?U_4028 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_4028 a eep:Execution}. +{?U_4029 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_4029 a }. +{?U_4030 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_4030 a }. +{?U_4031 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_4031 a eep:Execution}. +{?U_4032 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_4032 a }. +{?U_4033 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_4033 a }. +{?U_4034 a :PreparingHotMealActivityPrediction} => {?U_4034 a eep:Execution}. +{?U_4035 a :PreparingHotMealActivityPrediction} => {?U_4035 a }. +{?U_4036 a :PreparingHotMealActivityPrediction} => {?U_4036 a }. +{?U_4037 a :RegularThreshold} => {?U_4037 a :Condition}. +{?U_4038 a :RegularThreshold} => {?U_4038 a }. +{?U_4039 a :RoutineActivityPrediction} => {?U_4039 a eep:Execution}. +{?U_4040 a :RoutineActivityPrediction} => {?U_4040 a }. +{?U_4041 a :RoutineActivityPrediction} => {?U_4041 a }. +{?U_4042 a :RoutineBrushingTeethActivityPrediction} => {?U_4042 a eep:Execution}. +{?U_4043 a :RoutineBrushingTeethActivityPrediction} => {?U_4043 a }. +{?U_4044 a :RoutineBrushingTeethActivityPrediction} => {?U_4044 a }. +{?U_4045 a :RoutineCookingFoodOvenActivityPrediction} => {?U_4045 a eep:Execution}. +{?U_4046 a :RoutineCookingFoodOvenActivityPrediction} => {?U_4046 a }. +{?U_4047 a :RoutineCookingFoodOvenActivityPrediction} => {?U_4047 a }. +{?U_4048 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_4048 a eep:Execution}. +{?U_4049 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_4049 a }. +{?U_4050 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_4050 a }. +{?U_4051 a :RoutineDrinkPreparationActivityPrediction} => {?U_4051 a eep:Execution}. +{?U_4052 a :RoutineDrinkPreparationActivityPrediction} => {?U_4052 a }. +{?U_4053 a :RoutineDrinkPreparationActivityPrediction} => {?U_4053 a }. +{?U_4054 a :RoutineEatingActivityPrediction} => {?U_4054 a eep:Execution}. +{?U_4055 a :RoutineEatingActivityPrediction} => {?U_4055 a }. +{?U_4056 a :RoutineEatingActivityPrediction} => {?U_4056 a }. +{?U_4057 a :RoutinePreparingHotMealActivityPrediction} => {?U_4057 a eep:Execution}. +{?U_4058 a :RoutinePreparingHotMealActivityPrediction} => {?U_4058 a }. +{?U_4059 a :RoutinePreparingHotMealActivityPrediction} => {?U_4059 a }. +{?U_4060 a :RoutineShoweringActivityPrediction} => {?U_4060 a eep:Execution}. +{?U_4061 a :RoutineShoweringActivityPrediction} => {?U_4061 a }. +{?U_4062 a :RoutineShoweringActivityPrediction} => {?U_4062 a }. +{?U_4063 a :RoutineSleepingActivityPrediction} => {?U_4063 a eep:Execution}. +{?U_4064 a :RoutineSleepingActivityPrediction} => {?U_4064 a }. +{?U_4065 a :RoutineSleepingActivityPrediction} => {?U_4065 a }. +{?U_4066 a :RoutineToiletingActivityPrediction} => {?U_4066 a eep:Execution}. +{?U_4067 a :RoutineToiletingActivityPrediction} => {?U_4067 a }. +{?U_4068 a :RoutineToiletingActivityPrediction} => {?U_4068 a }. +{?U_4069 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_4069 a eep:Execution}. +{?U_4070 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_4070 a }. +{?U_4071 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_4071 a }. +{?U_4072 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_4072 a eep:Execution}. +{?U_4073 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_4073 a }. +{?U_4074 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_4074 a }. +{?U_4075 a :ShoweringActivityPrediction} => {?U_4075 a eep:Execution}. +{?U_4076 a :ShoweringActivityPrediction} => {?U_4076 a }. +{?U_4077 a :ShoweringActivityPrediction} => {?U_4077 a }. +{?U_4078 a :SleepingActivityPrediction} => {?U_4078 a eep:Execution}. +{?U_4079 a :SleepingActivityPrediction} => {?U_4079 a }. +{?U_4080 a :SleepingActivityPrediction} => {?U_4080 a }. +{?U_4081 a :SlopeThreshold} => {?U_4081 a :Condition}. +{?U_4082 a :SlopeThreshold} => {?U_4082 a }. +{?U_4083 a :ToiletingActivityPrediction} => {?U_4083 a eep:Execution}. +{?U_4084 a :ToiletingActivityPrediction} => {?U_4084 a }. +{?U_4085 a :ToiletingActivityPrediction} => {?U_4085 a }. +{?U_4086 a :UserWithBrushingTeethRoutine} => {?U_4086 a foaf:Agent}. +{?U_4087 a :UserWithCookingFoodOvenRoutine} => {?U_4087 a foaf:Agent}. +{?U_4088 a :UserWithCookingFoodStovetopRoutine} => {?U_4088 a foaf:Agent}. +{?U_4089 a :UserWithDrinkPreparationRoutine} => {?U_4089 a foaf:Agent}. +{?U_4090 a :UserWithEatingRoutine} => {?U_4090 a foaf:Agent}. +{?U_4091 a :UserWithPreparingHotMealRoutine} => {?U_4091 a foaf:Agent}. +{?U_4092 a :UserWithShoweringRoutine} => {?U_4092 a foaf:Agent}. +{?U_4093 a :UserWithSleepingRoutine} => {?U_4093 a foaf:Agent}. +{?U_4094 a :UserWithToiletingRoutine} => {?U_4094 a foaf:Agent}. +{?U_4095 a :UserWithUsingMobilePhoneRoutine} => {?U_4095 a foaf:Agent}. +{?U_4096 a :UserWithWatchingTVActivelyRoutine} => {?U_4096 a foaf:Agent}. +{?U_4097 a :UserWithoutBrushingTeethRoutine} => {?U_4097 a foaf:Agent}. +{?U_4098 a :UserWithoutCookingFoodOvenRoutine} => {?U_4098 a foaf:Agent}. +{?U_4099 a :UserWithoutCookingFoodStovetopRoutine} => {?U_4099 a foaf:Agent}. +{?U_4100 a :UserWithoutDrinkPreparationRoutine} => {?U_4100 a foaf:Agent}. +{?U_4101 a :UserWithoutEatingRoutine} => {?U_4101 a foaf:Agent}. +{?U_4102 a :UserWithoutPreparingHotMealRoutine} => {?U_4102 a foaf:Agent}. +{?U_4103 a :UserWithoutShoweringRoutine} => {?U_4103 a foaf:Agent}. +{?U_4104 a :UserWithoutSleepingRoutine} => {?U_4104 a foaf:Agent}. +{?U_4105 a :UserWithoutToiletingRoutine} => {?U_4105 a foaf:Agent}. +{?U_4106 a :UserWithoutUsingMobilePhoneRoutine} => {?U_4106 a foaf:Agent}. +{?U_4107 a :UserWithoutWatchingTVActivelyRoutine} => {?U_4107 a foaf:Agent}. +{?U_4108 a :UsingMobilePhoneActivityPrediction} => {?U_4108 a eep:Execution}. +{?U_4109 a :UsingMobilePhoneActivityPrediction} => {?U_4109 a }. +{?U_4110 a :UsingMobilePhoneActivityPrediction} => {?U_4110 a }. +{?U_4111 a :WatchingTVActivelyActivityPrediction} => {?U_4111 a eep:Execution}. +{?U_4112 a :WatchingTVActivelyActivityPrediction} => {?U_4112 a }. +{?U_4113 a :WatchingTVActivelyActivityPrediction} => {?U_4113 a }. +{?U_4114 a ActivityRecognition:ActivityPrediction} => {?U_4114 a }. +{?U_4115 a ActivityRecognition:ActivityPrediction} => {?U_4115 a }. +{?U_4116 a ActivityRecognition:ActivityPrediction} => {?U_4116 a }. +{?U_4117 a ActivityRecognition:Ambulation} => {?U_4117 a }. +{?U_4118 a ActivityRecognition:Ambulation} => {?U_4118 a }. +{?U_4119 a ActivityRecognition:Ambulation} => {?U_4119 a }. +{?U_4120 a ActivityRecognition:Ambulation} => {?U_4120 a }. +{?U_4121 a ActivityRecognition:Ambulation} => {?U_4121 a }. +{?U_4122 a ActivityRecognition:Ambulation} => {?U_4122 a }. +{?U_4123 a ActivityRecognition:Ambulation} => {?U_4123 a }. +{?U_4124 a ActivityRecognition:Anomaly} => {?U_4124 a }. +{?U_4125 a ActivityRecognition:Anomaly} => {?U_4125 a }. +{?U_4126 a ActivityRecognition:Anomaly} => {?U_4126 a }. +{?U_4127 a ActivityRecognition:Bathing} => {?U_4127 a saref4ehaw:Activity}. +{?U_4128 a ActivityRecognition:Bending} => {?U_4128 a saref-core:Property}. +{?U_4129 a ActivityRecognition:BendingOver} => {?U_4129 a }. +{?U_4130 a ActivityRecognition:BendingOver} => {?U_4130 a }. +{?U_4131 a ActivityRecognition:BendingOver} => {?U_4131 a }. +{?U_4132 a ActivityRecognition:BendingOver} => {?U_4132 a }. +{?U_4133 a ActivityRecognition:BendingOver} => {?U_4133 a }. +{?U_4134 a ActivityRecognition:BendingOver} => {?U_4134 a }. +{?U_4135 a ActivityRecognition:BendingOver} => {?U_4135 a }. +{?U_4136 a ActivityRecognition:BrowingInternetOnComputer} => {?U_4136 a saref4ehaw:Activity}. +{?U_4137 a ActivityRecognition:BrowingInternetOnComputer} => {?U_4137 a saref4ehaw:DailyActivity}. +{?U_4138 a ActivityRecognition:BrowsingInternetOnMobilePhone} => {?U_4138 a saref4ehaw:Activity}. +{?U_4139 a ActivityRecognition:BrushingHair} => {?U_4139 a saref4ehaw:Activity}. +{?U_4140 a ActivityRecognition:BrushingTeeth} => {?U_4140 a saref4ehaw:Activity}. +{?U_4141 a ActivityRecognition:CausingDestruction} => {?U_4141 a saref4ehaw:Activity}. +{?U_4142 a ActivityRecognition:Cosmetics} => {?U_4142 a saref4ehaw:Activity}. +{?U_4143 a ActivityRecognition:Crawling} => {?U_4143 a }. +{?U_4144 a ActivityRecognition:Crawling} => {?U_4144 a }. +{?U_4145 a ActivityRecognition:Crawling} => {?U_4145 a }. +{?U_4146 a ActivityRecognition:Crawling} => {?U_4146 a }. +{?U_4147 a ActivityRecognition:Crawling} => {?U_4147 a }. +{?U_4148 a ActivityRecognition:Crawling} => {?U_4148 a }. +{?U_4149 a ActivityRecognition:Crawling} => {?U_4149 a }. +{?U_4150 a ActivityRecognition:CuttingNails} => {?U_4150 a saref4ehaw:Activity}. +{?U_4151 a ActivityRecognition:Dancing} => {?U_4151 a saref4ehaw:Activity}. +{?U_4152 a ActivityRecognition:Decorating} => {?U_4152 a saref4ehaw:Activity}. +{?U_4153 a ActivityRecognition:DoorClose} => {?U_4153 a ActivityRecognition:ActiveActivity}. +{?U_4154 a ActivityRecognition:DoorClose} => {?U_4154 a saref4ehaw:Activity}. +{?U_4155 a ActivityRecognition:DrawClose} => {?U_4155 a ActivityRecognition:ActiveActivity}. +{?U_4156 a ActivityRecognition:DrawClose} => {?U_4156 a saref4ehaw:Activity}. +{?U_4157 a ActivityRecognition:DryingBody} => {?U_4157 a saref4ehaw:Activity}. +{?U_4158 a ActivityRecognition:DryingHair} => {?U_4158 a saref4ehaw:Activity}. +{?U_4159 a ActivityRecognition:EmailOnComputer} => {?U_4159 a saref4ehaw:Activity}. +{?U_4160 a ActivityRecognition:EmailOnComputer} => {?U_4160 a saref4ehaw:DailyActivity}. +{?U_4161 a ActivityRecognition:EmailOnMobilePhone} => {?U_4161 a saref4ehaw:Activity}. +{?U_4162 a ActivityRecognition:EnduranceeTraining} => {?U_4162 a saref4ehaw:Activity}. +{?U_4163 a ActivityRecognition:Flossing} => {?U_4163 a saref4ehaw:Activity}. +{?U_4164 a ActivityRecognition:Gardening} => {?U_4164 a saref4ehaw:Activity}. +{?U_4165 a ActivityRecognition:GettingDressed} => {?U_4165 a saref4ehaw:Activity}. +{?U_4166 a ActivityRecognition:GettingReadyToSleep} => {?U_4166 a saref4ehaw:Activity}. +{?U_4167 a ActivityRecognition:GettingUndressed} => {?U_4167 a saref4ehaw:Activity}. +{?U_4168 a ActivityRecognition:Intellectual} => {?U_4168 a saref4ehaw:Activity}. +{?U_4169 a ActivityRecognition:Jogging} => {?U_4169 a }. +{?U_4170 a ActivityRecognition:Jogging} => {?U_4170 a }. +{?U_4171 a ActivityRecognition:Jogging} => {?U_4171 a }. +{?U_4172 a ActivityRecognition:Jogging} => {?U_4172 a }. +{?U_4173 a ActivityRecognition:Jogging} => {?U_4173 a }. +{?U_4174 a ActivityRecognition:Jogging} => {?U_4174 a }. +{?U_4175 a ActivityRecognition:Jogging} => {?U_4175 a }. +{?U_4176 a ActivityRecognition:Jumping} => {?U_4176 a }. +{?U_4177 a ActivityRecognition:Jumping} => {?U_4177 a }. +{?U_4178 a ActivityRecognition:Jumping} => {?U_4178 a }. +{?U_4179 a ActivityRecognition:Jumping} => {?U_4179 a }. +{?U_4180 a ActivityRecognition:Jumping} => {?U_4180 a }. +{?U_4181 a ActivityRecognition:Jumping} => {?U_4181 a }. +{?U_4182 a ActivityRecognition:Jumping} => {?U_4182 a }. +{?U_4183 a ActivityRecognition:KneelToStand} => {?U_4183 a saref-core:Property}. +{?U_4184 a ActivityRecognition:Kneeling} => {?U_4184 a }. +{?U_4185 a ActivityRecognition:Kneeling} => {?U_4185 a }. +{?U_4186 a ActivityRecognition:Kneeling} => {?U_4186 a }. +{?U_4187 a ActivityRecognition:Kneeling} => {?U_4187 a }. +{?U_4188 a ActivityRecognition:Kneeling} => {?U_4188 a }. +{?U_4189 a ActivityRecognition:Kneeling} => {?U_4189 a }. +{?U_4190 a ActivityRecognition:Kneeling} => {?U_4190 a }. +{?U_4191 a ActivityRecognition:Knitting} => {?U_4191 a saref4ehaw:Activity}. +{?U_4192 a ActivityRecognition:LieToSit} => {?U_4192 a saref-core:Property}. +{?U_4193 a ActivityRecognition:LieToStand} => {?U_4193 a saref-core:Property}. +{?U_4194 a ActivityRecognition:LyingDown} => {?U_4194 a saref-core:Property}. +{?U_4195 a ActivityRecognition:LyingStill} => {?U_4195 a }. +{?U_4196 a ActivityRecognition:LyingStill} => {?U_4196 a }. +{?U_4197 a ActivityRecognition:LyingStill} => {?U_4197 a }. +{?U_4198 a ActivityRecognition:LyingStill} => {?U_4198 a }. +{?U_4199 a ActivityRecognition:LyingStill} => {?U_4199 a }. +{?U_4200 a ActivityRecognition:LyingStill} => {?U_4200 a }. +{?U_4201 a ActivityRecognition:LyingStill} => {?U_4201 a }. +{?U_4202 a ActivityRecognition:MovingLawn} => {?U_4202 a saref4ehaw:Activity}. +{?U_4203 a ActivityRecognition:Napping} => {?U_4203 a saref4ehaw:Activity}. +{?U_4204 a ActivityRecognition:ObjectDrop} => {?U_4204 a ActivityRecognition:ActiveActivity}. +{?U_4205 a ActivityRecognition:ObjectDrop} => {?U_4205 a saref4ehaw:Activity}. +{?U_4206 a ActivityRecognition:ObjectEmpty} => {?U_4206 a ActivityRecognition:ActiveActivity}. +{?U_4207 a ActivityRecognition:ObjectEmpty} => {?U_4207 a saref4ehaw:Activity}. +{?U_4208 a ActivityRecognition:ObjectFill} => {?U_4208 a ActivityRecognition:ActiveActivity}. +{?U_4209 a ActivityRecognition:ObjectFill} => {?U_4209 a saref4ehaw:Activity}. +{?U_4210 a ActivityRecognition:ObjectHold} => {?U_4210 a ActivityRecognition:ActiveActivity}. +{?U_4211 a ActivityRecognition:ObjectHold} => {?U_4211 a saref4ehaw:Activity}. +{?U_4212 a ActivityRecognition:PersonalAlarmCall} => {?U_4212 a saref4ehaw:Activity}. +{?U_4213 a ActivityRecognition:PhysicalWork} => {?U_4213 a saref4ehaw:Activity}. +{?U_4214 a ActivityRecognition:Pivoting} => {?U_4214 a saref-core:Property}. +{?U_4215 a ActivityRecognition:PreparingHotMeal} => {?U_4215 a saref4ehaw:Activity}. +{?U_4216 a ActivityRecognition:PreparingHotMeal} => {?U_4216 a saref4ehaw:DailyActivity}. +{?U_4217 a ActivityRecognition:ReceiveVisitors} => {?U_4217 a saref4ehaw:Activity}. +{?U_4218 a ActivityRecognition:Running} => {?U_4218 a }. +{?U_4219 a ActivityRecognition:Running} => {?U_4219 a }. +{?U_4220 a ActivityRecognition:Running} => {?U_4220 a }. +{?U_4221 a ActivityRecognition:Running} => {?U_4221 a }. +{?U_4222 a ActivityRecognition:Running} => {?U_4222 a }. +{?U_4223 a ActivityRecognition:Running} => {?U_4223 a }. +{?U_4224 a ActivityRecognition:Running} => {?U_4224 a }. +{?U_4225 a ActivityRecognition:SitToLie} => {?U_4225 a saref-core:Property}. +{?U_4226 a ActivityRecognition:SitToStand} => {?U_4226 a saref-core:Property}. +{?U_4227 a ActivityRecognition:SitToWalk} => {?U_4227 a saref-core:Property}. +{?U_4228 a ActivityRecognition:Sitting} => {?U_4228 a }. +{?U_4229 a ActivityRecognition:Sitting} => {?U_4229 a }. +{?U_4230 a ActivityRecognition:Sitting} => {?U_4230 a }. +{?U_4231 a ActivityRecognition:Sitting} => {?U_4231 a }. +{?U_4232 a ActivityRecognition:Sitting} => {?U_4232 a }. +{?U_4233 a ActivityRecognition:Sitting} => {?U_4233 a }. +{?U_4234 a ActivityRecognition:Sitting} => {?U_4234 a }. +{?U_4235 a ActivityRecognition:SittingChair} => {?U_4235 a }. +{?U_4236 a ActivityRecognition:SittingChair} => {?U_4236 a }. +{?U_4237 a ActivityRecognition:SittingChair} => {?U_4237 a }. +{?U_4238 a ActivityRecognition:SittingChair} => {?U_4238 a }. +{?U_4239 a ActivityRecognition:SittingChair} => {?U_4239 a }. +{?U_4240 a ActivityRecognition:SittingChair} => {?U_4240 a }. +{?U_4241 a ActivityRecognition:SittingChair} => {?U_4241 a }. +{?U_4242 a ActivityRecognition:SittingDown} => {?U_4242 a saref-core:Property}. +{?U_4243 a ActivityRecognition:SittingFloor} => {?U_4243 a }. +{?U_4244 a ActivityRecognition:SittingFloor} => {?U_4244 a }. +{?U_4245 a ActivityRecognition:SittingFloor} => {?U_4245 a }. +{?U_4246 a ActivityRecognition:SittingFloor} => {?U_4246 a }. +{?U_4247 a ActivityRecognition:SittingFloor} => {?U_4247 a }. +{?U_4248 a ActivityRecognition:SittingFloor} => {?U_4248 a }. +{?U_4249 a ActivityRecognition:SittingFloor} => {?U_4249 a }. +{?U_4250 a ActivityRecognition:Squatting} => {?U_4250 a }. +{?U_4251 a ActivityRecognition:Squatting} => {?U_4251 a }. +{?U_4252 a ActivityRecognition:Squatting} => {?U_4252 a }. +{?U_4253 a ActivityRecognition:Squatting} => {?U_4253 a }. +{?U_4254 a ActivityRecognition:Squatting} => {?U_4254 a }. +{?U_4255 a ActivityRecognition:Squatting} => {?U_4255 a }. +{?U_4256 a ActivityRecognition:Squatting} => {?U_4256 a }. +{?U_4257 a ActivityRecognition:StandToKneel} => {?U_4257 a saref-core:Property}. +{?U_4258 a ActivityRecognition:StandToLie} => {?U_4258 a saref-core:Property}. +{?U_4259 a ActivityRecognition:StandToSit} => {?U_4259 a saref-core:Property}. +{?U_4260 a ActivityRecognition:Standing} => {?U_4260 a }. +{?U_4261 a ActivityRecognition:Standing} => {?U_4261 a }. +{?U_4262 a ActivityRecognition:Standing} => {?U_4262 a }. +{?U_4263 a ActivityRecognition:Standing} => {?U_4263 a }. +{?U_4264 a ActivityRecognition:Standing} => {?U_4264 a }. +{?U_4265 a ActivityRecognition:Standing} => {?U_4265 a }. +{?U_4266 a ActivityRecognition:Standing} => {?U_4266 a }. +{?U_4267 a ActivityRecognition:StandingStill} => {?U_4267 a }. +{?U_4268 a ActivityRecognition:StandingStill} => {?U_4268 a }. +{?U_4269 a ActivityRecognition:StandingStill} => {?U_4269 a }. +{?U_4270 a ActivityRecognition:StandingStill} => {?U_4270 a }. +{?U_4271 a ActivityRecognition:StandingStill} => {?U_4271 a }. +{?U_4272 a ActivityRecognition:StandingStill} => {?U_4272 a }. +{?U_4273 a ActivityRecognition:StandingStill} => {?U_4273 a }. +{?U_4274 a ActivityRecognition:StandingUnquiet} => {?U_4274 a }. +{?U_4275 a ActivityRecognition:StandingUnquiet} => {?U_4275 a }. +{?U_4276 a ActivityRecognition:StandingUnquiet} => {?U_4276 a }. +{?U_4277 a ActivityRecognition:StandingUnquiet} => {?U_4277 a }. +{?U_4278 a ActivityRecognition:StandingUnquiet} => {?U_4278 a }. +{?U_4279 a ActivityRecognition:StandingUnquiet} => {?U_4279 a }. +{?U_4280 a ActivityRecognition:StandingUnquiet} => {?U_4280 a }. +{?U_4281 a ActivityRecognition:StandingUp} => {?U_4281 a saref-core:Property}. +{?U_4282 a ActivityRecognition:Straightening} => {?U_4282 a saref-core:Property}. +{?U_4283 a ActivityRecognition:TalkinToYourself} => {?U_4283 a ActivityRecognition:ActiveActivity}. +{?U_4284 a ActivityRecognition:TalkinToYourself} => {?U_4284 a saref4ehaw:DailyActivity}. +{?U_4285 a ActivityRecognition:TalkinToYourself} => {?U_4285 a saref4ehaw:Activity}. +{?U_4286 a ActivityRecognition:Texting} => {?U_4286 a saref4ehaw:Activity}. +{?U_4287 a ActivityRecognition:Transition} => {?U_4287 a }. +{?U_4288 a ActivityRecognition:Transition} => {?U_4288 a }. +{?U_4289 a ActivityRecognition:Transition} => {?U_4289 a }. +{?U_4290 a ActivityRecognition:Transition} => {?U_4290 a }. +{?U_4291 a ActivityRecognition:Transition} => {?U_4291 a }. +{?U_4292 a ActivityRecognition:Transition} => {?U_4292 a }. +{?U_4293 a ActivityRecognition:Transition} => {?U_4293 a }. +{?U_4294 a ActivityRecognition:Turning} => {?U_4294 a }. +{?U_4295 a ActivityRecognition:Turning} => {?U_4295 a }. +{?U_4296 a ActivityRecognition:Turning} => {?U_4296 a }. +{?U_4297 a ActivityRecognition:Turning} => {?U_4297 a }. +{?U_4298 a ActivityRecognition:Turning} => {?U_4298 a }. +{?U_4299 a ActivityRecognition:Turning} => {?U_4299 a }. +{?U_4300 a ActivityRecognition:Turning} => {?U_4300 a }. +{?U_4301 a ActivityRecognition:Walking} => {?U_4301 a }. +{?U_4302 a ActivityRecognition:Walking} => {?U_4302 a }. +{?U_4303 a ActivityRecognition:Walking} => {?U_4303 a }. +{?U_4304 a ActivityRecognition:Walking} => {?U_4304 a }. +{?U_4305 a ActivityRecognition:Walking} => {?U_4305 a }. +{?U_4306 a ActivityRecognition:Walking} => {?U_4306 a }. +{?U_4307 a ActivityRecognition:Walking} => {?U_4307 a }. +{?U_4308 a ActivityRecognition:WalkingCarryingLoad} => {?U_4308 a }. +{?U_4309 a ActivityRecognition:WalkingCarryingLoad} => {?U_4309 a }. +{?U_4310 a ActivityRecognition:WalkingCarryingLoad} => {?U_4310 a }. +{?U_4311 a ActivityRecognition:WalkingCarryingLoad} => {?U_4311 a }. +{?U_4312 a ActivityRecognition:WalkingCarryingLoad} => {?U_4312 a }. +{?U_4313 a ActivityRecognition:WalkingCarryingLoad} => {?U_4313 a }. +{?U_4314 a ActivityRecognition:WalkingCarryingLoad} => {?U_4314 a }. +{?U_4315 a ActivityRecognition:WalkingDownStairs} => {?U_4315 a }. +{?U_4316 a ActivityRecognition:WalkingDownStairs} => {?U_4316 a }. +{?U_4317 a ActivityRecognition:WalkingDownStairs} => {?U_4317 a }. +{?U_4318 a ActivityRecognition:WalkingDownStairs} => {?U_4318 a }. +{?U_4319 a ActivityRecognition:WalkingDownStairs} => {?U_4319 a }. +{?U_4320 a ActivityRecognition:WalkingDownStairs} => {?U_4320 a }. +{?U_4321 a ActivityRecognition:WalkingDownStairs} => {?U_4321 a }. +{?U_4322 a ActivityRecognition:WalkingUpStairs} => {?U_4322 a }. +{?U_4323 a ActivityRecognition:WalkingUpStairs} => {?U_4323 a }. +{?U_4324 a ActivityRecognition:WalkingUpStairs} => {?U_4324 a }. +{?U_4325 a ActivityRecognition:WalkingUpStairs} => {?U_4325 a }. +{?U_4326 a ActivityRecognition:WalkingUpStairs} => {?U_4326 a }. +{?U_4327 a ActivityRecognition:WalkingUpStairs} => {?U_4327 a }. +{?U_4328 a ActivityRecognition:WalkingUpStairs} => {?U_4328 a }. +{?U_4329 a ActivityRecognition:WindowClose} => {?U_4329 a ActivityRecognition:ActiveActivity}. +{?U_4330 a ActivityRecognition:WindowClose} => {?U_4330 a saref4ehaw:Activity}. +{?U_4331 a SensorsAndActuators:AtmosphericPressure} => {?U_4331 a }. +{?U_4332 a SensorsAndActuators:AtmosphericPressure} => {?U_4332 a }. +{?U_4333 a SensorsAndActuators:AtmosphericPressure} => {?U_4333 a }. +{?U_4334 a SensorsAndActuators:AtmosphericPressure} => {?U_4334 a }. +{?U_4335 a SensorsAndActuators:AtmosphericPressure} => {?U_4335 a }. +{?U_4336 a SensorsAndActuators:AtmosphericPressure} => {?U_4336 a }. +{?U_4337 a SensorsAndActuators:AtmosphericPressure} => {?U_4337 a }. +{?U_4338 a SensorsAndActuators:BathRoom} => {?U_4338 a }. +{?U_4339 a SensorsAndActuators:BathRoom} => {?U_4339 a }. +{?U_4340 a SensorsAndActuators:BathRoom} => {?U_4340 a }. +{?U_4341 a SensorsAndActuators:BedRoom} => {?U_4341 a }. +{?U_4342 a SensorsAndActuators:BedRoom} => {?U_4342 a }. +{?U_4343 a SensorsAndActuators:BedRoom} => {?U_4343 a }. +{?U_4344 a SensorsAndActuators:Blind} => {?U_4344 a }. +{?U_4345 a SensorsAndActuators:Blind} => {?U_4345 a }. +{?U_4346 a SensorsAndActuators:Blind} => {?U_4346 a }. +{?U_4347 a SensorsAndActuators:Blind} => {?U_4347 a }. +{?U_4348 a SensorsAndActuators:Blind} => {?U_4348 a }. +{?U_4349 a SensorsAndActuators:Blind} => {?U_4349 a }. +{?U_4350 a SensorsAndActuators:Blind} => {?U_4350 a }. +{?U_4351 a SensorsAndActuators:BrownGoods} => {?U_4351 a }. +{?U_4352 a SensorsAndActuators:BrownGoods} => {?U_4352 a }. +{?U_4353 a SensorsAndActuators:BrownGoods} => {?U_4353 a }. +{?U_4354 a SensorsAndActuators:BrownGoods} => {?U_4354 a }. +{?U_4355 a SensorsAndActuators:BrownGoods} => {?U_4355 a }. +{?U_4356 a SensorsAndActuators:BrownGoods} => {?U_4356 a }. +{?U_4357 a SensorsAndActuators:BrownGoods} => {?U_4357 a }. +{?U_4358 a SensorsAndActuators:BrownGoods} => {?U_4358 a }. +{?U_4359 a SensorsAndActuators:BrownGoods} => {?U_4359 a }. +{?U_4360 a SensorsAndActuators:BrownGoods} => {?U_4360 a }. +{?U_4361 a SensorsAndActuators:BrownGoods} => {?U_4361 a }. +{?U_4362 a SensorsAndActuators:BrownGoods} => {?U_4362 a }. +{?U_4363 a SensorsAndActuators:BrownGoods} => {?U_4363 a saref4bldg:PhysicalObject}. +{?U_4364 a SensorsAndActuators:BrownGoods} => {?U_4364 a }. +{?U_4365 a SensorsAndActuators:BrownGoods} => {?U_4365 a }. +{?U_4366 a SensorsAndActuators:BrownGoods} => {?U_4366 a }. +{?U_4367 a SensorsAndActuators:Button} => {?U_4367 a }. +{?U_4368 a SensorsAndActuators:Button} => {?U_4368 a }. +{?U_4369 a SensorsAndActuators:Button} => {?U_4369 a }. +{?U_4370 a SensorsAndActuators:Button} => {?U_4370 a }. +{?U_4371 a SensorsAndActuators:Button} => {?U_4371 a }. +{?U_4372 a SensorsAndActuators:Button} => {?U_4372 a }. +{?U_4373 a SensorsAndActuators:Button} => {?U_4373 a }. +{?U_4374 a SensorsAndActuators:CO2} => {?U_4374 a }. +{?U_4375 a SensorsAndActuators:CO2} => {?U_4375 a }. +{?U_4376 a SensorsAndActuators:CO2Sensor} => {?U_4376 a }. +{?U_4377 a SensorsAndActuators:CO2Sensor} => {?U_4377 a }. +{?U_4378 a SensorsAndActuators:CO2Sensor} => {?U_4378 a }. +{?U_4379 a SensorsAndActuators:CO2Sensor} => {?U_4379 a }. +{?U_4380 a SensorsAndActuators:CO2Sensor} => {?U_4380 a }. +{?U_4381 a SensorsAndActuators:CO2Sensor} => {?U_4381 a }. +{?U_4382 a SensorsAndActuators:CO2Sensor} => {?U_4382 a }. +{?U_4383 a SensorsAndActuators:CO2Sensor} => {?U_4383 a }. +{?U_4384 a SensorsAndActuators:CO2Sensor} => {?U_4384 a }. +{?U_4385 a SensorsAndActuators:CO2Sensor} => {?U_4385 a }. +{?U_4386 a SensorsAndActuators:CO2Sensor} => {?U_4386 a }. +{?U_4387 a SensorsAndActuators:CO2Sensor} => {?U_4387 a }. +{?U_4388 a SensorsAndActuators:CO2Sensor} => {?U_4388 a saref4bldg:PhysicalObject}. +{?U_4389 a SensorsAndActuators:CO2Sensor} => {?U_4389 a }. +{?U_4390 a SensorsAndActuators:CO2Sensor} => {?U_4390 a }. +{?U_4391 a SensorsAndActuators:CO2Sensor} => {?U_4391 a }. +{?U_4392 a SensorsAndActuators:CoffeeMaker} => {?U_4392 a }. +{?U_4393 a SensorsAndActuators:CoffeeMaker} => {?U_4393 a }. +{?U_4394 a SensorsAndActuators:CoffeeMaker} => {?U_4394 a }. +{?U_4395 a SensorsAndActuators:CoffeeMaker} => {?U_4395 a }. +{?U_4396 a SensorsAndActuators:CoffeeMaker} => {?U_4396 a }. +{?U_4397 a SensorsAndActuators:CoffeeMaker} => {?U_4397 a }. +{?U_4398 a SensorsAndActuators:CoffeeMaker} => {?U_4398 a }. +{?U_4399 a SensorsAndActuators:CoffeeMaker} => {?U_4399 a }. +{?U_4400 a SensorsAndActuators:CoffeeMaker} => {?U_4400 a }. +{?U_4401 a SensorsAndActuators:CoffeeMaker} => {?U_4401 a }. +{?U_4402 a SensorsAndActuators:CoffeeMaker} => {?U_4402 a }. +{?U_4403 a SensorsAndActuators:CoffeeMaker} => {?U_4403 a }. +{?U_4404 a SensorsAndActuators:CoffeeMaker} => {?U_4404 a saref4bldg:PhysicalObject}. +{?U_4405 a SensorsAndActuators:CoffeeMaker} => {?U_4405 a }. +{?U_4406 a SensorsAndActuators:CoffeeMaker} => {?U_4406 a }. +{?U_4407 a SensorsAndActuators:CoffeeMaker} => {?U_4407 a }. +{?U_4408 a SensorsAndActuators:Computer} => {?U_4408 a }. +{?U_4409 a SensorsAndActuators:Computer} => {?U_4409 a }. +{?U_4410 a SensorsAndActuators:Computer} => {?U_4410 a }. +{?U_4411 a SensorsAndActuators:Computer} => {?U_4411 a }. +{?U_4412 a SensorsAndActuators:Computer} => {?U_4412 a }. +{?U_4413 a SensorsAndActuators:Computer} => {?U_4413 a }. +{?U_4414 a SensorsAndActuators:Computer} => {?U_4414 a }. +{?U_4415 a SensorsAndActuators:Computer} => {?U_4415 a }. +{?U_4416 a SensorsAndActuators:Computer} => {?U_4416 a }. +{?U_4417 a SensorsAndActuators:Computer} => {?U_4417 a }. +{?U_4418 a SensorsAndActuators:Computer} => {?U_4418 a }. +{?U_4419 a SensorsAndActuators:Computer} => {?U_4419 a }. +{?U_4420 a SensorsAndActuators:Computer} => {?U_4420 a saref4bldg:PhysicalObject}. +{?U_4421 a SensorsAndActuators:Computer} => {?U_4421 a }. +{?U_4422 a SensorsAndActuators:Computer} => {?U_4422 a }. +{?U_4423 a SensorsAndActuators:Computer} => {?U_4423 a }. +{?U_4424 a SensorsAndActuators:ContactSensor} => {?U_4424 a }. +{?U_4425 a SensorsAndActuators:ContactSensor} => {?U_4425 a }. +{?U_4426 a SensorsAndActuators:ContactSensor} => {?U_4426 a }. +{?U_4427 a SensorsAndActuators:ContactSensor} => {?U_4427 a }. +{?U_4428 a SensorsAndActuators:ContactSensor} => {?U_4428 a }. +{?U_4429 a SensorsAndActuators:ContactSensor} => {?U_4429 a }. +{?U_4430 a SensorsAndActuators:ContactSensor} => {?U_4430 a }. +{?U_4431 a SensorsAndActuators:ContactSensor} => {?U_4431 a }. +{?U_4432 a SensorsAndActuators:ContactSensor} => {?U_4432 a }. +{?U_4433 a SensorsAndActuators:ContactSensor} => {?U_4433 a }. +{?U_4434 a SensorsAndActuators:ContactSensor} => {?U_4434 a }. +{?U_4435 a SensorsAndActuators:ContactSensor} => {?U_4435 a }. +{?U_4436 a SensorsAndActuators:ContactSensor} => {?U_4436 a saref4bldg:PhysicalObject}. +{?U_4437 a SensorsAndActuators:ContactSensor} => {?U_4437 a }. +{?U_4438 a SensorsAndActuators:ContactSensor} => {?U_4438 a }. +{?U_4439 a SensorsAndActuators:ContactSensor} => {?U_4439 a }. +{?U_4440 a SensorsAndActuators:DeepFreezer} => {?U_4440 a saref-core:Device}. +{?U_4441 a SensorsAndActuators:Dimmer} => {?U_4441 a }. +{?U_4442 a SensorsAndActuators:Dimmer} => {?U_4442 a }. +{?U_4443 a SensorsAndActuators:Dimmer} => {?U_4443 a }. +{?U_4444 a SensorsAndActuators:Dimmer} => {?U_4444 a }. +{?U_4445 a SensorsAndActuators:Dimmer} => {?U_4445 a }. +{?U_4446 a SensorsAndActuators:Dimmer} => {?U_4446 a }. +{?U_4447 a SensorsAndActuators:Dimmer} => {?U_4447 a }. +{?U_4448 a SensorsAndActuators:DinningRoom} => {?U_4448 a }. +{?U_4449 a SensorsAndActuators:DinningRoom} => {?U_4449 a }. +{?U_4450 a SensorsAndActuators:DinningRoom} => {?U_4450 a }. +{?U_4451 a SensorsAndActuators:Dishwasher} => {?U_4451 a saref-core:Device}. +{?U_4452 a SensorsAndActuators:DoorSensor} => {?U_4452 a }. +{?U_4453 a SensorsAndActuators:DoorSensor} => {?U_4453 a }. +{?U_4454 a SensorsAndActuators:DoorSensor} => {?U_4454 a }. +{?U_4455 a SensorsAndActuators:DoorSensor} => {?U_4455 a }. +{?U_4456 a SensorsAndActuators:DoorSensor} => {?U_4456 a }. +{?U_4457 a SensorsAndActuators:DoorSensor} => {?U_4457 a }. +{?U_4458 a SensorsAndActuators:DoorSensor} => {?U_4458 a }. +{?U_4459 a SensorsAndActuators:DoorSensor} => {?U_4459 a }. +{?U_4460 a SensorsAndActuators:DoorSensor} => {?U_4460 a }. +{?U_4461 a SensorsAndActuators:DoorSensor} => {?U_4461 a }. +{?U_4462 a SensorsAndActuators:DoorSensor} => {?U_4462 a }. +{?U_4463 a SensorsAndActuators:DoorSensor} => {?U_4463 a }. +{?U_4464 a SensorsAndActuators:DoorSensor} => {?U_4464 a saref4bldg:PhysicalObject}. +{?U_4465 a SensorsAndActuators:DoorSensor} => {?U_4465 a }. +{?U_4466 a SensorsAndActuators:DoorSensor} => {?U_4466 a }. +{?U_4467 a SensorsAndActuators:DoorSensor} => {?U_4467 a }. +{?U_4468 a SensorsAndActuators:ElectricalCooker} => {?U_4468 a saref-core:Device}. +{?U_4469 a SensorsAndActuators:ElectricityMeter} => {?U_4469 a }. +{?U_4470 a SensorsAndActuators:ElectricityMeter} => {?U_4470 a }. +{?U_4471 a SensorsAndActuators:ElectricityMeter} => {?U_4471 a }. +{?U_4472 a SensorsAndActuators:ElectricityMeter} => {?U_4472 a }. +{?U_4473 a SensorsAndActuators:ElectricityMeter} => {?U_4473 a }. +{?U_4474 a SensorsAndActuators:ElectricityMeter} => {?U_4474 a }. +{?U_4475 a SensorsAndActuators:ElectricityMeter} => {?U_4475 a }. +{?U_4476 a SensorsAndActuators:ElectricityMeter} => {?U_4476 a }. +{?U_4477 a SensorsAndActuators:ElectricityMeter} => {?U_4477 a }. +{?U_4478 a SensorsAndActuators:ElectricityMeter} => {?U_4478 a }. +{?U_4479 a SensorsAndActuators:ElectricityMeter} => {?U_4479 a }. +{?U_4480 a SensorsAndActuators:ElectricityMeter} => {?U_4480 a }. +{?U_4481 a SensorsAndActuators:ElectricityMeter} => {?U_4481 a saref4bldg:PhysicalObject}. +{?U_4482 a SensorsAndActuators:ElectricityMeter} => {?U_4482 a }. +{?U_4483 a SensorsAndActuators:ElectricityMeter} => {?U_4483 a }. +{?U_4484 a SensorsAndActuators:ElectricityMeter} => {?U_4484 a }. +{?U_4485 a SensorsAndActuators:EnergyConsumption} => {?U_4485 a }. +{?U_4486 a SensorsAndActuators:EnergyConsumption} => {?U_4486 a }. +{?U_4487 a SensorsAndActuators:EnvironmentalState} => {?U_4487 a }. +{?U_4488 a SensorsAndActuators:EnvironmentalState} => {?U_4488 a }. +{?U_4489 a SensorsAndActuators:Floor} => {?U_4489 a }. +{?U_4490 a SensorsAndActuators:Floor} => {?U_4490 a }. +{?U_4491 a SensorsAndActuators:Fridge} => {?U_4491 a saref-core:Device}. +{?U_4492 a SensorsAndActuators:Garage} => {?U_4492 a }. +{?U_4493 a SensorsAndActuators:Garage} => {?U_4493 a }. +{?U_4494 a SensorsAndActuators:Garden} => {?U_4494 a }. +{?U_4495 a SensorsAndActuators:Garden} => {?U_4495 a }. +{?U_4496 a SensorsAndActuators:Humidity} => {?U_4496 a }. +{?U_4497 a SensorsAndActuators:Humidity} => {?U_4497 a }. +{?U_4498 a SensorsAndActuators:HumiditySensor} => {?U_4498 a }. +{?U_4499 a SensorsAndActuators:HumiditySensor} => {?U_4499 a }. +{?U_4500 a SensorsAndActuators:HumiditySensor} => {?U_4500 a }. +{?U_4501 a SensorsAndActuators:HumiditySensor} => {?U_4501 a }. +{?U_4502 a SensorsAndActuators:HumiditySensor} => {?U_4502 a }. +{?U_4503 a SensorsAndActuators:HumiditySensor} => {?U_4503 a }. +{?U_4504 a SensorsAndActuators:HumiditySensor} => {?U_4504 a }. +{?U_4505 a SensorsAndActuators:HumiditySensor} => {?U_4505 a }. +{?U_4506 a SensorsAndActuators:HumiditySensor} => {?U_4506 a }. +{?U_4507 a SensorsAndActuators:HumiditySensor} => {?U_4507 a }. +{?U_4508 a SensorsAndActuators:HumiditySensor} => {?U_4508 a }. +{?U_4509 a SensorsAndActuators:HumiditySensor} => {?U_4509 a }. +{?U_4510 a SensorsAndActuators:HumiditySensor} => {?U_4510 a saref4bldg:PhysicalObject}. +{?U_4511 a SensorsAndActuators:HumiditySensor} => {?U_4511 a }. +{?U_4512 a SensorsAndActuators:HumiditySensor} => {?U_4512 a }. +{?U_4513 a SensorsAndActuators:HumiditySensor} => {?U_4513 a }. +{?U_4514 a SensorsAndActuators:IndoorTemperature} => {?U_4514 a }. +{?U_4515 a SensorsAndActuators:IndoorTemperature} => {?U_4515 a }. +{?U_4516 a SensorsAndActuators:IndoorTemperature} => {?U_4516 a }. +{?U_4517 a SensorsAndActuators:IndoorTemperature} => {?U_4517 a }. +{?U_4518 a SensorsAndActuators:IndoorTemperature} => {?U_4518 a }. +{?U_4519 a SensorsAndActuators:IndoorTemperature} => {?U_4519 a }. +{?U_4520 a SensorsAndActuators:IndoorTemperature} => {?U_4520 a }. +{?U_4521 a SensorsAndActuators:Kitchen} => {?U_4521 a }. +{?U_4522 a SensorsAndActuators:Kitchen} => {?U_4522 a }. +{?U_4523 a SensorsAndActuators:Kitchen} => {?U_4523 a }. +{?U_4524 a SensorsAndActuators:Light} => {?U_4524 a }. +{?U_4525 a SensorsAndActuators:Light} => {?U_4525 a }. +{?U_4526 a SensorsAndActuators:LightSensor} => {?U_4526 a }. +{?U_4527 a SensorsAndActuators:LightSensor} => {?U_4527 a }. +{?U_4528 a SensorsAndActuators:LightSensor} => {?U_4528 a }. +{?U_4529 a SensorsAndActuators:LightSensor} => {?U_4529 a }. +{?U_4530 a SensorsAndActuators:LightSensor} => {?U_4530 a }. +{?U_4531 a SensorsAndActuators:LightSensor} => {?U_4531 a }. +{?U_4532 a SensorsAndActuators:LightSensor} => {?U_4532 a }. +{?U_4533 a SensorsAndActuators:LightSensor} => {?U_4533 a }. +{?U_4534 a SensorsAndActuators:LightSensor} => {?U_4534 a }. +{?U_4535 a SensorsAndActuators:LightSensor} => {?U_4535 a }. +{?U_4536 a SensorsAndActuators:LightSensor} => {?U_4536 a }. +{?U_4537 a SensorsAndActuators:LightSensor} => {?U_4537 a }. +{?U_4538 a SensorsAndActuators:LightSensor} => {?U_4538 a saref4bldg:PhysicalObject}. +{?U_4539 a SensorsAndActuators:LightSensor} => {?U_4539 a }. +{?U_4540 a SensorsAndActuators:LightSensor} => {?U_4540 a }. +{?U_4541 a SensorsAndActuators:LightSensor} => {?U_4541 a }. +{?U_4542 a SensorsAndActuators:LightSwitch} => {?U_4542 a }. +{?U_4543 a SensorsAndActuators:LightSwitch} => {?U_4543 a }. +{?U_4544 a SensorsAndActuators:LivingRoom} => {?U_4544 a }. +{?U_4545 a SensorsAndActuators:LivingRoom} => {?U_4545 a }. +{?U_4546 a SensorsAndActuators:LivingRoom} => {?U_4546 a }. +{?U_4547 a SensorsAndActuators:Localisation} => {?U_4547 a }. +{?U_4548 a SensorsAndActuators:Localisation} => {?U_4548 a }. +{?U_4549 a SensorsAndActuators:Loudness} => {?U_4549 a }. +{?U_4550 a SensorsAndActuators:Loudness} => {?U_4550 a }. +{?U_4551 a SensorsAndActuators:Loudness} => {?U_4551 a }. +{?U_4552 a SensorsAndActuators:Loudness} => {?U_4552 a }. +{?U_4553 a SensorsAndActuators:Loudness} => {?U_4553 a }. +{?U_4554 a SensorsAndActuators:Loudness} => {?U_4554 a }. +{?U_4555 a SensorsAndActuators:Loudness} => {?U_4555 a }. +{?U_4556 a SensorsAndActuators:LoudnessSensor} => {?U_4556 a }. +{?U_4557 a SensorsAndActuators:LoudnessSensor} => {?U_4557 a }. +{?U_4558 a SensorsAndActuators:LoudnessSensor} => {?U_4558 a }. +{?U_4559 a SensorsAndActuators:LoudnessSensor} => {?U_4559 a }. +{?U_4560 a SensorsAndActuators:LoudnessSensor} => {?U_4560 a }. +{?U_4561 a SensorsAndActuators:LoudnessSensor} => {?U_4561 a }. +{?U_4562 a SensorsAndActuators:LoudnessSensor} => {?U_4562 a }. +{?U_4563 a SensorsAndActuators:LoudnessSensor} => {?U_4563 a }. +{?U_4564 a SensorsAndActuators:LoudnessSensor} => {?U_4564 a }. +{?U_4565 a SensorsAndActuators:LoudnessSensor} => {?U_4565 a }. +{?U_4566 a SensorsAndActuators:LoudnessSensor} => {?U_4566 a }. +{?U_4567 a SensorsAndActuators:LoudnessSensor} => {?U_4567 a }. +{?U_4568 a SensorsAndActuators:LoudnessSensor} => {?U_4568 a saref4bldg:PhysicalObject}. +{?U_4569 a SensorsAndActuators:LoudnessSensor} => {?U_4569 a }. +{?U_4570 a SensorsAndActuators:LoudnessSensor} => {?U_4570 a }. +{?U_4571 a SensorsAndActuators:LoudnessSensor} => {?U_4571 a }. +{?U_4572 a SensorsAndActuators:Microwave} => {?U_4572 a saref-core:Device}. +{?U_4573 a SensorsAndActuators:Motion} => {?U_4573 a }. +{?U_4574 a SensorsAndActuators:Motion} => {?U_4574 a }. +{?U_4575 a SensorsAndActuators:MovementSensor} => {?U_4575 a }. +{?U_4576 a SensorsAndActuators:MovementSensor} => {?U_4576 a }. +{?U_4577 a SensorsAndActuators:MovementSensor} => {?U_4577 a }. +{?U_4578 a SensorsAndActuators:MovementSensor} => {?U_4578 a }. +{?U_4579 a SensorsAndActuators:MovementSensor} => {?U_4579 a }. +{?U_4580 a SensorsAndActuators:MovementSensor} => {?U_4580 a }. +{?U_4581 a SensorsAndActuators:MovementSensor} => {?U_4581 a }. +{?U_4582 a SensorsAndActuators:MovementSensor} => {?U_4582 a }. +{?U_4583 a SensorsAndActuators:MovementSensor} => {?U_4583 a }. +{?U_4584 a SensorsAndActuators:MovementSensor} => {?U_4584 a }. +{?U_4585 a SensorsAndActuators:MovementSensor} => {?U_4585 a }. +{?U_4586 a SensorsAndActuators:MovementSensor} => {?U_4586 a }. +{?U_4587 a SensorsAndActuators:MovementSensor} => {?U_4587 a saref4bldg:PhysicalObject}. +{?U_4588 a SensorsAndActuators:MovementSensor} => {?U_4588 a }. +{?U_4589 a SensorsAndActuators:MovementSensor} => {?U_4589 a }. +{?U_4590 a SensorsAndActuators:MovementSensor} => {?U_4590 a }. +{?U_4591 a SensorsAndActuators:Noise} => {?U_4591 a }. +{?U_4592 a SensorsAndActuators:Noise} => {?U_4592 a }. +{?U_4593 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4593 a }. +{?U_4594 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4594 a }. +{?U_4595 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4595 a }. +{?U_4596 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4596 a }. +{?U_4597 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4597 a }. +{?U_4598 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4598 a }. +{?U_4599 a SensorsAndActuators:OutdoorTemperaturee} => {?U_4599 a }. +{?U_4600 a SensorsAndActuators:Oven} => {?U_4600 a saref-core:Device}. +{?U_4601 a SensorsAndActuators:PeopleNumber} => {?U_4601 a }. +{?U_4602 a SensorsAndActuators:PeopleNumber} => {?U_4602 a }. +{?U_4603 a SensorsAndActuators:PeopleNumber} => {?U_4603 a }. +{?U_4604 a SensorsAndActuators:PeopleNumber} => {?U_4604 a }. +{?U_4605 a SensorsAndActuators:PeopleNumber} => {?U_4605 a }. +{?U_4606 a SensorsAndActuators:PeopleNumber} => {?U_4606 a }. +{?U_4607 a SensorsAndActuators:PeopleNumber} => {?U_4607 a }. +{?U_4608 a SensorsAndActuators:PeoplePresencee} => {?U_4608 a }. +{?U_4609 a SensorsAndActuators:PeoplePresencee} => {?U_4609 a }. +{?U_4610 a SensorsAndActuators:PeoplePresencee} => {?U_4610 a }. +{?U_4611 a SensorsAndActuators:PeoplePresencee} => {?U_4611 a }. +{?U_4612 a SensorsAndActuators:PeoplePresencee} => {?U_4612 a }. +{?U_4613 a SensorsAndActuators:PeoplePresencee} => {?U_4613 a }. +{?U_4614 a SensorsAndActuators:PeoplePresencee} => {?U_4614 a }. +{?U_4615 a SensorsAndActuators:Positioning} => {?U_4615 a }. +{?U_4616 a SensorsAndActuators:Positioning} => {?U_4616 a }. +{?U_4617 a SensorsAndActuators:Power} => {?U_4617 a }. +{?U_4618 a SensorsAndActuators:Power} => {?U_4618 a }. +{?U_4619 a SensorsAndActuators:Presence} => {?U_4619 a }. +{?U_4620 a SensorsAndActuators:Presence} => {?U_4620 a }. +{?U_4621 a SensorsAndActuators:PresenceSensor} => {?U_4621 a }. +{?U_4622 a SensorsAndActuators:PresenceSensor} => {?U_4622 a }. +{?U_4623 a SensorsAndActuators:PresenceSensor} => {?U_4623 a }. +{?U_4624 a SensorsAndActuators:PresenceSensor} => {?U_4624 a }. +{?U_4625 a SensorsAndActuators:PresenceSensor} => {?U_4625 a }. +{?U_4626 a SensorsAndActuators:PresenceSensor} => {?U_4626 a }. +{?U_4627 a SensorsAndActuators:PresenceSensor} => {?U_4627 a }. +{?U_4628 a SensorsAndActuators:PresenceSensor} => {?U_4628 a }. +{?U_4629 a SensorsAndActuators:PresenceSensor} => {?U_4629 a }. +{?U_4630 a SensorsAndActuators:PresenceSensor} => {?U_4630 a }. +{?U_4631 a SensorsAndActuators:PresenceSensor} => {?U_4631 a }. +{?U_4632 a SensorsAndActuators:PresenceSensor} => {?U_4632 a }. +{?U_4633 a SensorsAndActuators:PresenceSensor} => {?U_4633 a saref4bldg:PhysicalObject}. +{?U_4634 a SensorsAndActuators:PresenceSensor} => {?U_4634 a }. +{?U_4635 a SensorsAndActuators:PresenceSensor} => {?U_4635 a }. +{?U_4636 a SensorsAndActuators:PresenceSensor} => {?U_4636 a }. +{?U_4637 a SensorsAndActuators:Pressure} => {?U_4637 a }. +{?U_4638 a SensorsAndActuators:Pressure} => {?U_4638 a }. +{?U_4639 a SensorsAndActuators:PressureSensor} => {?U_4639 a }. +{?U_4640 a SensorsAndActuators:PressureSensor} => {?U_4640 a }. +{?U_4641 a SensorsAndActuators:PressureSensor} => {?U_4641 a }. +{?U_4642 a SensorsAndActuators:PressureSensor} => {?U_4642 a }. +{?U_4643 a SensorsAndActuators:PressureSensor} => {?U_4643 a }. +{?U_4644 a SensorsAndActuators:PressureSensor} => {?U_4644 a }. +{?U_4645 a SensorsAndActuators:PressureSensor} => {?U_4645 a }. +{?U_4646 a SensorsAndActuators:PressureSensor} => {?U_4646 a }. +{?U_4647 a SensorsAndActuators:PressureSensor} => {?U_4647 a }. +{?U_4648 a SensorsAndActuators:PressureSensor} => {?U_4648 a }. +{?U_4649 a SensorsAndActuators:PressureSensor} => {?U_4649 a }. +{?U_4650 a SensorsAndActuators:PressureSensor} => {?U_4650 a }. +{?U_4651 a SensorsAndActuators:PressureSensor} => {?U_4651 a saref4bldg:PhysicalObject}. +{?U_4652 a SensorsAndActuators:PressureSensor} => {?U_4652 a }. +{?U_4653 a SensorsAndActuators:PressureSensor} => {?U_4653 a }. +{?U_4654 a SensorsAndActuators:PressureSensor} => {?U_4654 a }. +{?U_4655 a SensorsAndActuators:Radio} => {?U_4655 a }. +{?U_4656 a SensorsAndActuators:Radio} => {?U_4656 a }. +{?U_4657 a SensorsAndActuators:Radio} => {?U_4657 a }. +{?U_4658 a SensorsAndActuators:Radio} => {?U_4658 a }. +{?U_4659 a SensorsAndActuators:Radio} => {?U_4659 a }. +{?U_4660 a SensorsAndActuators:Radio} => {?U_4660 a }. +{?U_4661 a SensorsAndActuators:Radio} => {?U_4661 a }. +{?U_4662 a SensorsAndActuators:Radio} => {?U_4662 a }. +{?U_4663 a SensorsAndActuators:Radio} => {?U_4663 a }. +{?U_4664 a SensorsAndActuators:Radio} => {?U_4664 a }. +{?U_4665 a SensorsAndActuators:Radio} => {?U_4665 a }. +{?U_4666 a SensorsAndActuators:Radio} => {?U_4666 a }. +{?U_4667 a SensorsAndActuators:Radio} => {?U_4667 a saref4bldg:PhysicalObject}. +{?U_4668 a SensorsAndActuators:Radio} => {?U_4668 a }. +{?U_4669 a SensorsAndActuators:Radio} => {?U_4669 a }. +{?U_4670 a SensorsAndActuators:Radio} => {?U_4670 a }. +{?U_4671 a SensorsAndActuators:RainRate} => {?U_4671 a }. +{?U_4672 a SensorsAndActuators:RainRate} => {?U_4672 a }. +{?U_4673 a SensorsAndActuators:RainRate} => {?U_4673 a }. +{?U_4674 a SensorsAndActuators:RainRate} => {?U_4674 a }. +{?U_4675 a SensorsAndActuators:RainRate} => {?U_4675 a }. +{?U_4676 a SensorsAndActuators:RainRate} => {?U_4676 a }. +{?U_4677 a SensorsAndActuators:RainRate} => {?U_4677 a }. +{?U_4678 a SensorsAndActuators:RainrateSensor} => {?U_4678 a }. +{?U_4679 a SensorsAndActuators:RainrateSensor} => {?U_4679 a }. +{?U_4680 a SensorsAndActuators:RainrateSensor} => {?U_4680 a }. +{?U_4681 a SensorsAndActuators:RainrateSensor} => {?U_4681 a }. +{?U_4682 a SensorsAndActuators:RainrateSensor} => {?U_4682 a }. +{?U_4683 a SensorsAndActuators:RainrateSensor} => {?U_4683 a }. +{?U_4684 a SensorsAndActuators:RainrateSensor} => {?U_4684 a }. +{?U_4685 a SensorsAndActuators:RainrateSensor} => {?U_4685 a }. +{?U_4686 a SensorsAndActuators:RainrateSensor} => {?U_4686 a }. +{?U_4687 a SensorsAndActuators:RainrateSensor} => {?U_4687 a }. +{?U_4688 a SensorsAndActuators:RainrateSensor} => {?U_4688 a }. +{?U_4689 a SensorsAndActuators:RainrateSensor} => {?U_4689 a }. +{?U_4690 a SensorsAndActuators:RainrateSensor} => {?U_4690 a saref4bldg:PhysicalObject}. +{?U_4691 a SensorsAndActuators:RainrateSensor} => {?U_4691 a }. +{?U_4692 a SensorsAndActuators:RainrateSensor} => {?U_4692 a }. +{?U_4693 a SensorsAndActuators:RainrateSensor} => {?U_4693 a }. +{?U_4694 a SensorsAndActuators:RelativeHumidity} => {?U_4694 a }. +{?U_4695 a SensorsAndActuators:RelativeHumidity} => {?U_4695 a }. +{?U_4696 a SensorsAndActuators:Relay} => {?U_4696 a }. +{?U_4697 a SensorsAndActuators:Relay} => {?U_4697 a }. +{?U_4698 a SensorsAndActuators:Room} => {?U_4698 a }. +{?U_4699 a SensorsAndActuators:Room} => {?U_4699 a }. +{?U_4700 a SensorsAndActuators:Socket} => {?U_4700 a }. +{?U_4701 a SensorsAndActuators:Socket} => {?U_4701 a }. +{?U_4702 a SensorsAndActuators:StorageRoom} => {?U_4702 a }. +{?U_4703 a SensorsAndActuators:StorageRoom} => {?U_4703 a }. +{?U_4704 a SensorsAndActuators:Temperature} => {?U_4704 a }. +{?U_4705 a SensorsAndActuators:Temperature} => {?U_4705 a }. +{?U_4706 a SensorsAndActuators:TemperatureSensor} => {?U_4706 a saref-core:Device}. +{?U_4707 a SensorsAndActuators:TemperatureSensor} => {?U_4707 a }. +{?U_4708 a SensorsAndActuators:TemperatureSensor} => {?U_4708 a }. +{?U_4709 a SensorsAndActuators:TemperatureSensor} => {?U_4709 a }. +{?U_4710 a SensorsAndActuators:TemperatureSensor} => {?U_4710 a }. +{?U_4711 a SensorsAndActuators:TemperatureSensor} => {?U_4711 a }. +{?U_4712 a SensorsAndActuators:TemperatureSensor} => {?U_4712 a }. +{?U_4713 a SensorsAndActuators:TemperatureSensor} => {?U_4713 a }. +{?U_4714 a SensorsAndActuators:TemperatureSensor} => {?U_4714 a }. +{?U_4715 a SensorsAndActuators:TemperatureSensor} => {?U_4715 a }. +{?U_4716 a SensorsAndActuators:TemperatureSensor} => {?U_4716 a }. +{?U_4717 a SensorsAndActuators:TemperatureSensor} => {?U_4717 a }. +{?U_4718 a SensorsAndActuators:TemperatureSensor} => {?U_4718 a }. +{?U_4719 a SensorsAndActuators:TemperatureSensor} => {?U_4719 a }. +{?U_4720 a SensorsAndActuators:TemperatureSensor} => {?U_4720 a saref4bldg:PhysicalObject}. +{?U_4721 a SensorsAndActuators:TemperatureSensor} => {?U_4721 a }. +{?U_4722 a SensorsAndActuators:TemperatureSensor} => {?U_4722 a }. +{?U_4723 a SensorsAndActuators:TemperatureSensor} => {?U_4723 a }. +{?U_4724 a SensorsAndActuators:Toilet} => {?U_4724 a }. +{?U_4725 a SensorsAndActuators:Toilet} => {?U_4725 a }. +{?U_4726 a SensorsAndActuators:Tv} => {?U_4726 a }. +{?U_4727 a SensorsAndActuators:Tv} => {?U_4727 a }. +{?U_4728 a SensorsAndActuators:Tv} => {?U_4728 a }. +{?U_4729 a SensorsAndActuators:Tv} => {?U_4729 a }. +{?U_4730 a SensorsAndActuators:Tv} => {?U_4730 a }. +{?U_4731 a SensorsAndActuators:Tv} => {?U_4731 a }. +{?U_4732 a SensorsAndActuators:Tv} => {?U_4732 a }. +{?U_4733 a SensorsAndActuators:Tv} => {?U_4733 a }. +{?U_4734 a SensorsAndActuators:Tv} => {?U_4734 a }. +{?U_4735 a SensorsAndActuators:Tv} => {?U_4735 a }. +{?U_4736 a SensorsAndActuators:Tv} => {?U_4736 a }. +{?U_4737 a SensorsAndActuators:Tv} => {?U_4737 a }. +{?U_4738 a SensorsAndActuators:Tv} => {?U_4738 a saref4bldg:PhysicalObject}. +{?U_4739 a SensorsAndActuators:Tv} => {?U_4739 a }. +{?U_4740 a SensorsAndActuators:Tv} => {?U_4740 a }. +{?U_4741 a SensorsAndActuators:Tv} => {?U_4741 a }. +{?U_4742 a SensorsAndActuators:VOC} => {?U_4742 a }. +{?U_4743 a SensorsAndActuators:VOC} => {?U_4743 a }. +{?U_4744 a SensorsAndActuators:VOCSensor} => {?U_4744 a }. +{?U_4745 a SensorsAndActuators:VOCSensor} => {?U_4745 a }. +{?U_4746 a SensorsAndActuators:VOCSensor} => {?U_4746 a }. +{?U_4747 a SensorsAndActuators:VOCSensor} => {?U_4747 a }. +{?U_4748 a SensorsAndActuators:VOCSensor} => {?U_4748 a }. +{?U_4749 a SensorsAndActuators:VOCSensor} => {?U_4749 a }. +{?U_4750 a SensorsAndActuators:VOCSensor} => {?U_4750 a }. +{?U_4751 a SensorsAndActuators:VOCSensor} => {?U_4751 a }. +{?U_4752 a SensorsAndActuators:VOCSensor} => {?U_4752 a }. +{?U_4753 a SensorsAndActuators:VOCSensor} => {?U_4753 a }. +{?U_4754 a SensorsAndActuators:VOCSensor} => {?U_4754 a }. +{?U_4755 a SensorsAndActuators:VOCSensor} => {?U_4755 a }. +{?U_4756 a SensorsAndActuators:VOCSensor} => {?U_4756 a saref4bldg:PhysicalObject}. +{?U_4757 a SensorsAndActuators:VOCSensor} => {?U_4757 a }. +{?U_4758 a SensorsAndActuators:VOCSensor} => {?U_4758 a }. +{?U_4759 a SensorsAndActuators:VOCSensor} => {?U_4759 a }. +{?U_4760 a SensorsAndActuators:VentilationLevel} => {?U_4760 a }. +{?U_4761 a SensorsAndActuators:VentilationLevel} => {?U_4761 a }. +{?U_4762 a SensorsAndActuators:WashingMachine} => {?U_4762 a saref-core:Device}. +{?U_4763 a SensorsAndActuators:WaterBoiler} => {?U_4763 a }. +{?U_4764 a SensorsAndActuators:WaterBoiler} => {?U_4764 a }. +{?U_4765 a SensorsAndActuators:WaterBoiler} => {?U_4765 a }. +{?U_4766 a SensorsAndActuators:WaterBoiler} => {?U_4766 a }. +{?U_4767 a SensorsAndActuators:WaterBoiler} => {?U_4767 a }. +{?U_4768 a SensorsAndActuators:WaterBoiler} => {?U_4768 a }. +{?U_4769 a SensorsAndActuators:WaterBoiler} => {?U_4769 a }. +{?U_4770 a SensorsAndActuators:WaterBoiler} => {?U_4770 a }. +{?U_4771 a SensorsAndActuators:WaterBoiler} => {?U_4771 a }. +{?U_4772 a SensorsAndActuators:WaterBoiler} => {?U_4772 a }. +{?U_4773 a SensorsAndActuators:WaterBoiler} => {?U_4773 a }. +{?U_4774 a SensorsAndActuators:WaterBoiler} => {?U_4774 a }. +{?U_4775 a SensorsAndActuators:WaterBoiler} => {?U_4775 a saref4bldg:PhysicalObject}. +{?U_4776 a SensorsAndActuators:WaterBoiler} => {?U_4776 a }. +{?U_4777 a SensorsAndActuators:WaterBoiler} => {?U_4777 a }. +{?U_4778 a SensorsAndActuators:WaterBoiler} => {?U_4778 a }. +{?U_4779 a SensorsAndActuators:WaterRunning} => {?U_4779 a }. +{?U_4780 a SensorsAndActuators:WaterRunning} => {?U_4780 a }. +{?U_4781 a SensorsAndActuators:WaterRunningSensor} => {?U_4781 a }. +{?U_4782 a SensorsAndActuators:WaterRunningSensor} => {?U_4782 a }. +{?U_4783 a SensorsAndActuators:WaterRunningSensor} => {?U_4783 a }. +{?U_4784 a SensorsAndActuators:WaterRunningSensor} => {?U_4784 a }. +{?U_4785 a SensorsAndActuators:WaterRunningSensor} => {?U_4785 a }. +{?U_4786 a SensorsAndActuators:WaterRunningSensor} => {?U_4786 a }. +{?U_4787 a SensorsAndActuators:WaterRunningSensor} => {?U_4787 a }. +{?U_4788 a SensorsAndActuators:WaterRunningSensor} => {?U_4788 a }. +{?U_4789 a SensorsAndActuators:WaterRunningSensor} => {?U_4789 a }. +{?U_4790 a SensorsAndActuators:WaterRunningSensor} => {?U_4790 a }. +{?U_4791 a SensorsAndActuators:WaterRunningSensor} => {?U_4791 a }. +{?U_4792 a SensorsAndActuators:WaterRunningSensor} => {?U_4792 a }. +{?U_4793 a SensorsAndActuators:WaterRunningSensor} => {?U_4793 a saref4bldg:PhysicalObject}. +{?U_4794 a SensorsAndActuators:WaterRunningSensor} => {?U_4794 a }. +{?U_4795 a SensorsAndActuators:WaterRunningSensor} => {?U_4795 a }. +{?U_4796 a SensorsAndActuators:WaterRunningSensor} => {?U_4796 a }. +{?U_4797 a SensorsAndActuators:Weather} => {?U_4797 a }. +{?U_4798 a SensorsAndActuators:Weather} => {?U_4798 a }. +{?U_4799 a SensorsAndActuators:WhiteGoods} => {?U_4799 a }. +{?U_4800 a SensorsAndActuators:WhiteGoods} => {?U_4800 a }. +{?U_4801 a SensorsAndActuators:WhiteGoods} => {?U_4801 a }. +{?U_4802 a SensorsAndActuators:WhiteGoods} => {?U_4802 a }. +{?U_4803 a SensorsAndActuators:WhiteGoods} => {?U_4803 a }. +{?U_4804 a SensorsAndActuators:WhiteGoods} => {?U_4804 a }. +{?U_4805 a SensorsAndActuators:WhiteGoods} => {?U_4805 a }. +{?U_4806 a SensorsAndActuators:WhiteGoods} => {?U_4806 a }. +{?U_4807 a SensorsAndActuators:WhiteGoods} => {?U_4807 a }. +{?U_4808 a SensorsAndActuators:WhiteGoods} => {?U_4808 a }. +{?U_4809 a SensorsAndActuators:WhiteGoods} => {?U_4809 a }. +{?U_4810 a SensorsAndActuators:WhiteGoods} => {?U_4810 a }. +{?U_4811 a SensorsAndActuators:WhiteGoods} => {?U_4811 a saref4bldg:PhysicalObject}. +{?U_4812 a SensorsAndActuators:WhiteGoods} => {?U_4812 a }. +{?U_4813 a SensorsAndActuators:WhiteGoods} => {?U_4813 a }. +{?U_4814 a SensorsAndActuators:WhiteGoods} => {?U_4814 a }. +{?U_4815 a SensorsAndActuators:WindSpeed} => {?U_4815 a }. +{?U_4816 a SensorsAndActuators:WindSpeed} => {?U_4816 a }. +{?U_4817 a SensorsAndActuators:WindSpeedSensor} => {?U_4817 a }. +{?U_4818 a SensorsAndActuators:WindSpeedSensor} => {?U_4818 a }. +{?U_4819 a SensorsAndActuators:WindSpeedSensor} => {?U_4819 a }. +{?U_4820 a SensorsAndActuators:WindSpeedSensor} => {?U_4820 a }. +{?U_4821 a SensorsAndActuators:WindSpeedSensor} => {?U_4821 a }. +{?U_4822 a SensorsAndActuators:WindSpeedSensor} => {?U_4822 a }. +{?U_4823 a SensorsAndActuators:WindSpeedSensor} => {?U_4823 a }. +{?U_4824 a SensorsAndActuators:WindSpeedSensor} => {?U_4824 a }. +{?U_4825 a SensorsAndActuators:WindSpeedSensor} => {?U_4825 a }. +{?U_4826 a SensorsAndActuators:WindSpeedSensor} => {?U_4826 a }. +{?U_4827 a SensorsAndActuators:WindSpeedSensor} => {?U_4827 a }. +{?U_4828 a SensorsAndActuators:WindSpeedSensor} => {?U_4828 a }. +{?U_4829 a SensorsAndActuators:WindSpeedSensor} => {?U_4829 a saref4bldg:PhysicalObject}. +{?U_4830 a SensorsAndActuators:WindSpeedSensor} => {?U_4830 a }. +{?U_4831 a SensorsAndActuators:WindSpeedSensor} => {?U_4831 a }. +{?U_4832 a SensorsAndActuators:WindSpeedSensor} => {?U_4832 a }. +{?U_4833 a SensorsAndWearables:Acceleration} => {?U_4833 a saref-core:Property}. +{?U_4834 a SensorsAndWearables:Accelerometer} => {?U_4834 a saref-core:Device}. +{?U_4835 a SensorsAndWearables:Accelerometer} => {?U_4835 a }. +{?U_4836 a SensorsAndWearables:Altitude} => {?U_4836 a }. +{?U_4837 a SensorsAndWearables:Altitude} => {?U_4837 a }. +{?U_4838 a SensorsAndWearables:Altitude} => {?U_4838 a }. +{?U_4839 a SensorsAndWearables:Altitude} => {?U_4839 a }. +{?U_4840 a SensorsAndWearables:Altitude} => {?U_4840 a }. +{?U_4841 a SensorsAndWearables:Altitude} => {?U_4841 a }. +{?U_4842 a SensorsAndWearables:Altitude} => {?U_4842 a }. +{?U_4843 a SensorsAndWearables:AmbientLightSensor} => {?U_4843 a }. +{?U_4844 a SensorsAndWearables:AmbientLightSensor} => {?U_4844 a }. +{?U_4845 a SensorsAndWearables:AmbientLightSensor} => {?U_4845 a }. +{?U_4846 a SensorsAndWearables:AmbientLightSensor} => {?U_4846 a }. +{?U_4847 a SensorsAndWearables:AmbientLightSensor} => {?U_4847 a }. +{?U_4848 a SensorsAndWearables:AmbientLightSensor} => {?U_4848 a }. +{?U_4849 a SensorsAndWearables:AmbientLightSensor} => {?U_4849 a }. +{?U_4850 a SensorsAndWearables:AmbientLightSensor} => {?U_4850 a }. +{?U_4851 a SensorsAndWearables:AmbientLightSensor} => {?U_4851 a }. +{?U_4852 a SensorsAndWearables:AmbientLightSensor} => {?U_4852 a }. +{?U_4853 a SensorsAndWearables:AmbientLightSensor} => {?U_4853 a }. +{?U_4854 a SensorsAndWearables:AmbientLightSensor} => {?U_4854 a }. +{?U_4855 a SensorsAndWearables:AmbientLightSensor} => {?U_4855 a saref4bldg:PhysicalObject}. +{?U_4856 a SensorsAndWearables:AmbientLightSensor} => {?U_4856 a }. +{?U_4857 a SensorsAndWearables:AmbientLightSensor} => {?U_4857 a }. +{?U_4858 a SensorsAndWearables:AmbientLightSensor} => {?U_4858 a }. +{?U_4859 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4859 a }. +{?U_4860 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4860 a }. +{?U_4861 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4861 a }. +{?U_4862 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4862 a }. +{?U_4863 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4863 a }. +{?U_4864 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4864 a }. +{?U_4865 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4865 a }. +{?U_4866 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4866 a }. +{?U_4867 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4867 a }. +{?U_4868 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4868 a }. +{?U_4869 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4869 a }. +{?U_4870 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4870 a }. +{?U_4871 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4871 a saref4bldg:PhysicalObject}. +{?U_4872 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4872 a }. +{?U_4873 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4873 a }. +{?U_4874 a SensorsAndWearables:AmbientNoiseSensor} => {?U_4874 a }. +{?U_4875 a SensorsAndWearables:Amplitude} => {?U_4875 a saref-core:Property}. +{?U_4876 a SensorsAndWearables:ApplicationUsage} => {?U_4876 a }. +{?U_4877 a SensorsAndWearables:ApplicationUsage} => {?U_4877 a }. +{?U_4878 a SensorsAndWearables:ApplicationUsage} => {?U_4878 a }. +{?U_4879 a SensorsAndWearables:ApplicationUsage} => {?U_4879 a }. +{?U_4880 a SensorsAndWearables:ApplicationUsage} => {?U_4880 a }. +{?U_4881 a SensorsAndWearables:ApplicationUsage} => {?U_4881 a }. +{?U_4882 a SensorsAndWearables:ApplicationUsage} => {?U_4882 a }. +{?U_4883 a SensorsAndWearables:ApplicationUsageMeter} => {?U_4883 a saref-core:Device}. +{?U_4884 a SensorsAndWearables:ApplicationUsageMeter} => {?U_4884 a }. +{?U_4885 a SensorsAndWearables:BatteryLevelMeter} => {?U_4885 a }. +{?U_4886 a SensorsAndWearables:BatteryLevelMeter} => {?U_4886 a }. +{?U_4887 a SensorsAndWearables:BatteryLevelMeter} => {?U_4887 a }. +{?U_4888 a SensorsAndWearables:BatteryLevelMeter} => {?U_4888 a }. +{?U_4889 a SensorsAndWearables:BatteryLevelMeter} => {?U_4889 a }. +{?U_4890 a SensorsAndWearables:BatteryLevelMeter} => {?U_4890 a }. +{?U_4891 a SensorsAndWearables:BatteryLevelMeter} => {?U_4891 a }. +{?U_4892 a SensorsAndWearables:BatteryLevelMeter} => {?U_4892 a }. +{?U_4893 a SensorsAndWearables:BatteryLevelMeter} => {?U_4893 a }. +{?U_4894 a SensorsAndWearables:BatteryLevelMeter} => {?U_4894 a }. +{?U_4895 a SensorsAndWearables:BatteryLevelMeter} => {?U_4895 a }. +{?U_4896 a SensorsAndWearables:BatteryLevelMeter} => {?U_4896 a }. +{?U_4897 a SensorsAndWearables:BatteryLevelMeter} => {?U_4897 a saref4bldg:PhysicalObject}. +{?U_4898 a SensorsAndWearables:BatteryLevelMeter} => {?U_4898 a }. +{?U_4899 a SensorsAndWearables:BatteryLevelMeter} => {?U_4899 a }. +{?U_4900 a SensorsAndWearables:BatteryLevelMeter} => {?U_4900 a }. +{?U_4901 a SensorsAndWearables:BloodPressure} => {?U_4901 a saref-core:Property}. +{?U_4902 a SensorsAndWearables:BloodVolumePulse} => {?U_4902 a saref-core:Property}. +{?U_4903 a SensorsAndWearables:Frequency} => {?U_4903 a saref-core:Property}. +{?U_4904 a SensorsAndWearables:GPSSensor} => {?U_4904 a }. +{?U_4905 a SensorsAndWearables:GPSSensor} => {?U_4905 a }. +{?U_4906 a SensorsAndWearables:GPSSensor} => {?U_4906 a }. +{?U_4907 a SensorsAndWearables:GPSSensor} => {?U_4907 a }. +{?U_4908 a SensorsAndWearables:GPSSensor} => {?U_4908 a }. +{?U_4909 a SensorsAndWearables:GPSSensor} => {?U_4909 a }. +{?U_4910 a SensorsAndWearables:GPSSensor} => {?U_4910 a }. +{?U_4911 a SensorsAndWearables:GPSSensor} => {?U_4911 a }. +{?U_4912 a SensorsAndWearables:GPSSensor} => {?U_4912 a }. +{?U_4913 a SensorsAndWearables:GPSSensor} => {?U_4913 a }. +{?U_4914 a SensorsAndWearables:GPSSensor} => {?U_4914 a }. +{?U_4915 a SensorsAndWearables:GPSSensor} => {?U_4915 a }. +{?U_4916 a SensorsAndWearables:GPSSensor} => {?U_4916 a saref4bldg:PhysicalObject}. +{?U_4917 a SensorsAndWearables:GPSSensor} => {?U_4917 a }. +{?U_4918 a SensorsAndWearables:GPSSensor} => {?U_4918 a }. +{?U_4919 a SensorsAndWearables:GPSSensor} => {?U_4919 a }. +{?U_4920 a SensorsAndWearables:GSRSensor} => {?U_4920 a }. +{?U_4921 a SensorsAndWearables:GSRSensor} => {?U_4921 a }. +{?U_4922 a SensorsAndWearables:GSRSensor} => {?U_4922 a }. +{?U_4923 a SensorsAndWearables:GSRSensor} => {?U_4923 a }. +{?U_4924 a SensorsAndWearables:GSRSensor} => {?U_4924 a }. +{?U_4925 a SensorsAndWearables:GSRSensor} => {?U_4925 a }. +{?U_4926 a SensorsAndWearables:GSRSensor} => {?U_4926 a }. +{?U_4927 a SensorsAndWearables:GSRSensor} => {?U_4927 a }. +{?U_4928 a SensorsAndWearables:GSRSensor} => {?U_4928 a }. +{?U_4929 a SensorsAndWearables:GSRSensor} => {?U_4929 a }. +{?U_4930 a SensorsAndWearables:GSRSensor} => {?U_4930 a }. +{?U_4931 a SensorsAndWearables:GSRSensor} => {?U_4931 a }. +{?U_4932 a SensorsAndWearables:GSRSensor} => {?U_4932 a saref4bldg:PhysicalObject}. +{?U_4933 a SensorsAndWearables:GSRSensor} => {?U_4933 a }. +{?U_4934 a SensorsAndWearables:GSRSensor} => {?U_4934 a }. +{?U_4935 a SensorsAndWearables:GSRSensor} => {?U_4935 a }. +{?U_4936 a SensorsAndWearables:GeoLocation} => {?U_4936 a }. +{?U_4937 a SensorsAndWearables:GeoLocation} => {?U_4937 a }. +{?U_4938 a SensorsAndWearables:Gravity} => {?U_4938 a saref-core:Property}. +{?U_4939 a SensorsAndWearables:GravitySensor} => {?U_4939 a saref-core:Device}. +{?U_4940 a SensorsAndWearables:GravitySensor} => {?U_4940 a }. +{?U_4941 a SensorsAndWearables:Gyroscope} => {?U_4941 a saref-core:Device}. +{?U_4942 a SensorsAndWearables:Gyroscope} => {?U_4942 a }. +{?U_4943 a SensorsAndWearables:HeartRate} => {?U_4943 a saref-core:Property}. +{?U_4944 a SensorsAndWearables:InterBeatInterval} => {?U_4944 a saref-core:Property}. +{?U_4945 a SensorsAndWearables:KeyStrokes} => {?U_4945 a }. +{?U_4946 a SensorsAndWearables:KeyStrokes} => {?U_4946 a }. +{?U_4947 a SensorsAndWearables:KeyStrokes} => {?U_4947 a }. +{?U_4948 a SensorsAndWearables:KeyStrokes} => {?U_4948 a }. +{?U_4949 a SensorsAndWearables:KeyStrokes} => {?U_4949 a }. +{?U_4950 a SensorsAndWearables:KeyStrokes} => {?U_4950 a }. +{?U_4951 a SensorsAndWearables:KeyStrokes} => {?U_4951 a }. +{?U_4952 a SensorsAndWearables:KeyboardUsageMeter} => {?U_4952 a saref-core:Device}. +{?U_4953 a SensorsAndWearables:KeyboardUsageMeter} => {?U_4953 a }. +{?U_4954 a SensorsAndWearables:Latitude} => {?U_4954 a }. +{?U_4955 a SensorsAndWearables:Latitude} => {?U_4955 a }. +{?U_4956 a SensorsAndWearables:Light} => {?U_4956 a }. +{?U_4957 a SensorsAndWearables:Light} => {?U_4957 a }. +{?U_4958 a SensorsAndWearables:Light} => {?U_4958 a }. +{?U_4959 a SensorsAndWearables:Light} => {?U_4959 a }. +{?U_4960 a SensorsAndWearables:Light} => {?U_4960 a }. +{?U_4961 a SensorsAndWearables:Light} => {?U_4961 a }. +{?U_4962 a SensorsAndWearables:Light} => {?U_4962 a }. +{?U_4963 a SensorsAndWearables:LinearAcceleration} => {?U_4963 a saref-core:Property}. +{?U_4964 a SensorsAndWearables:LinearAccelerometer} => {?U_4964 a saref-core:Device}. +{?U_4965 a SensorsAndWearables:LinearAccelerometer} => {?U_4965 a }. +{?U_4966 a SensorsAndWearables:LocationAccuracy} => {?U_4966 a }. +{?U_4967 a SensorsAndWearables:LocationAccuracy} => {?U_4967 a }. +{?U_4968 a SensorsAndWearables:LocationBearing} => {?U_4968 a }. +{?U_4969 a SensorsAndWearables:LocationBearing} => {?U_4969 a }. +{?U_4970 a SensorsAndWearables:Longitude} => {?U_4970 a }. +{?U_4971 a SensorsAndWearables:Longitude} => {?U_4971 a }. +{?U_4972 a SensorsAndWearables:MagneticFieldStrength} => {?U_4972 a saref-core:Property}. +{?U_4973 a SensorsAndWearables:Magnetometer} => {?U_4973 a saref-core:Device}. +{?U_4974 a SensorsAndWearables:Magnetometer} => {?U_4974 a }. +{?U_4975 a SensorsAndWearables:Noise} => {?U_4975 a }. +{?U_4976 a SensorsAndWearables:Noise} => {?U_4976 a }. +{?U_4977 a SensorsAndWearables:Noise} => {?U_4977 a }. +{?U_4978 a SensorsAndWearables:Noise} => {?U_4978 a }. +{?U_4979 a SensorsAndWearables:Noise} => {?U_4979 a }. +{?U_4980 a SensorsAndWearables:Noise} => {?U_4980 a }. +{?U_4981 a SensorsAndWearables:Noise} => {?U_4981 a }. +{?U_4982 a SensorsAndWearables:OnWristDetector} => {?U_4982 a }. +{?U_4983 a SensorsAndWearables:OnWristDetector} => {?U_4983 a }. +{?U_4984 a SensorsAndWearables:OnWristDetector} => {?U_4984 a }. +{?U_4985 a SensorsAndWearables:OnWristDetector} => {?U_4985 a }. +{?U_4986 a SensorsAndWearables:OnWristDetector} => {?U_4986 a }. +{?U_4987 a SensorsAndWearables:OnWristDetector} => {?U_4987 a }. +{?U_4988 a SensorsAndWearables:OnWristDetector} => {?U_4988 a }. +{?U_4989 a SensorsAndWearables:OnWristDetector} => {?U_4989 a }. +{?U_4990 a SensorsAndWearables:OnWristDetector} => {?U_4990 a }. +{?U_4991 a SensorsAndWearables:OnWristDetector} => {?U_4991 a }. +{?U_4992 a SensorsAndWearables:OnWristDetector} => {?U_4992 a }. +{?U_4993 a SensorsAndWearables:OnWristDetector} => {?U_4993 a }. +{?U_4994 a SensorsAndWearables:OnWristDetector} => {?U_4994 a saref4bldg:PhysicalObject}. +{?U_4995 a SensorsAndWearables:OnWristDetector} => {?U_4995 a }. +{?U_4996 a SensorsAndWearables:OnWristDetector} => {?U_4996 a }. +{?U_4997 a SensorsAndWearables:OnWristDetector} => {?U_4997 a }. +{?U_4998 a SensorsAndWearables:OrientationDeviation} => {?U_4998 a saref-core:Property}. +{?U_4999 a SensorsAndWearables:PPGSensor} => {?U_4999 a }. +{?U_5000 a SensorsAndWearables:PPGSensor} => {?U_5000 a }. +{?U_5001 a SensorsAndWearables:PPGSensor} => {?U_5001 a }. +{?U_5002 a SensorsAndWearables:PPGSensor} => {?U_5002 a }. +{?U_5003 a SensorsAndWearables:PPGSensor} => {?U_5003 a }. +{?U_5004 a SensorsAndWearables:PPGSensor} => {?U_5004 a }. +{?U_5005 a SensorsAndWearables:PPGSensor} => {?U_5005 a }. +{?U_5006 a SensorsAndWearables:PPGSensor} => {?U_5006 a }. +{?U_5007 a SensorsAndWearables:PPGSensor} => {?U_5007 a }. +{?U_5008 a SensorsAndWearables:PPGSensor} => {?U_5008 a }. +{?U_5009 a SensorsAndWearables:PPGSensor} => {?U_5009 a }. +{?U_5010 a SensorsAndWearables:PPGSensor} => {?U_5010 a }. +{?U_5011 a SensorsAndWearables:PPGSensor} => {?U_5011 a saref4bldg:PhysicalObject}. +{?U_5012 a SensorsAndWearables:PPGSensor} => {?U_5012 a }. +{?U_5013 a SensorsAndWearables:PPGSensor} => {?U_5013 a }. +{?U_5014 a SensorsAndWearables:PPGSensor} => {?U_5014 a }. +{?U_5015 a SensorsAndWearables:Proximity} => {?U_5015 a }. +{?U_5016 a SensorsAndWearables:Proximity} => {?U_5016 a }. +{?U_5017 a SensorsAndWearables:Proximity} => {?U_5017 a }. +{?U_5018 a SensorsAndWearables:Proximity} => {?U_5018 a }. +{?U_5019 a SensorsAndWearables:Proximity} => {?U_5019 a }. +{?U_5020 a SensorsAndWearables:Proximity} => {?U_5020 a }. +{?U_5021 a SensorsAndWearables:Proximity} => {?U_5021 a }. +{?U_5022 a SensorsAndWearables:ProximitySensor} => {?U_5022 a }. +{?U_5023 a SensorsAndWearables:ProximitySensor} => {?U_5023 a }. +{?U_5024 a SensorsAndWearables:ProximitySensor} => {?U_5024 a }. +{?U_5025 a SensorsAndWearables:ProximitySensor} => {?U_5025 a }. +{?U_5026 a SensorsAndWearables:ProximitySensor} => {?U_5026 a }. +{?U_5027 a SensorsAndWearables:ProximitySensor} => {?U_5027 a }. +{?U_5028 a SensorsAndWearables:ProximitySensor} => {?U_5028 a }. +{?U_5029 a SensorsAndWearables:ProximitySensor} => {?U_5029 a }. +{?U_5030 a SensorsAndWearables:ProximitySensor} => {?U_5030 a }. +{?U_5031 a SensorsAndWearables:ProximitySensor} => {?U_5031 a }. +{?U_5032 a SensorsAndWearables:ProximitySensor} => {?U_5032 a }. +{?U_5033 a SensorsAndWearables:ProximitySensor} => {?U_5033 a }. +{?U_5034 a SensorsAndWearables:ProximitySensor} => {?U_5034 a saref4bldg:PhysicalObject}. +{?U_5035 a SensorsAndWearables:ProximitySensor} => {?U_5035 a }. +{?U_5036 a SensorsAndWearables:ProximitySensor} => {?U_5036 a }. +{?U_5037 a SensorsAndWearables:ProximitySensor} => {?U_5037 a }. +{?U_5038 a SensorsAndWearables:Rotation} => {?U_5038 a saref-core:Property}. +{?U_5039 a SensorsAndWearables:RotationSensor} => {?U_5039 a saref-core:Device}. +{?U_5040 a SensorsAndWearables:RotationSensor} => {?U_5040 a }. +{?U_5041 a SensorsAndWearables:SPO2} => {?U_5041 a saref-core:Property}. +{?U_5042 a SensorsAndWearables:ScreenUsage} => {?U_5042 a }. +{?U_5043 a SensorsAndWearables:ScreenUsage} => {?U_5043 a }. +{?U_5044 a SensorsAndWearables:ScreenUsage} => {?U_5044 a }. +{?U_5045 a SensorsAndWearables:ScreenUsage} => {?U_5045 a }. +{?U_5046 a SensorsAndWearables:ScreenUsage} => {?U_5046 a }. +{?U_5047 a SensorsAndWearables:ScreenUsage} => {?U_5047 a }. +{?U_5048 a SensorsAndWearables:ScreenUsage} => {?U_5048 a }. +{?U_5049 a SensorsAndWearables:ScreenUsageMeter} => {?U_5049 a saref-core:Device}. +{?U_5050 a SensorsAndWearables:ScreenUsageMeter} => {?U_5050 a }. +{?U_5051 a SensorsAndWearables:SkinConductance} => {?U_5051 a saref-core:Property}. +{?U_5052 a SensorsAndWearables:SkinTemperature} => {?U_5052 a saref-core:Property}. +{?U_5053 a SensorsAndWearables:SmartphoneAcceleration} => {?U_5053 a saref-core:Property}. +{?U_5054 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5054 a }. +{?U_5055 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5055 a }. +{?U_5056 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5056 a }. +{?U_5057 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5057 a }. +{?U_5058 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5058 a }. +{?U_5059 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5059 a }. +{?U_5060 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5060 a }. +{?U_5061 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5061 a }. +{?U_5062 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5062 a }. +{?U_5063 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5063 a }. +{?U_5064 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5064 a }. +{?U_5065 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5065 a }. +{?U_5066 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5066 a saref4bldg:PhysicalObject}. +{?U_5067 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5067 a }. +{?U_5068 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5068 a }. +{?U_5069 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_5069 a }. +{?U_5070 a SensorsAndWearables:StepCount} => {?U_5070 a }. +{?U_5071 a SensorsAndWearables:StepCount} => {?U_5071 a }. +{?U_5072 a SensorsAndWearables:StepCount} => {?U_5072 a }. +{?U_5073 a SensorsAndWearables:StepCount} => {?U_5073 a }. +{?U_5074 a SensorsAndWearables:StepCount} => {?U_5074 a }. +{?U_5075 a SensorsAndWearables:StepCount} => {?U_5075 a }. +{?U_5076 a SensorsAndWearables:StepCount} => {?U_5076 a }. +{?U_5077 a SensorsAndWearables:StepCounter} => {?U_5077 a }. +{?U_5078 a SensorsAndWearables:StepCounter} => {?U_5078 a }. +{?U_5079 a SensorsAndWearables:StepCounter} => {?U_5079 a }. +{?U_5080 a SensorsAndWearables:StepCounter} => {?U_5080 a }. +{?U_5081 a SensorsAndWearables:StepCounter} => {?U_5081 a }. +{?U_5082 a SensorsAndWearables:StepCounter} => {?U_5082 a }. +{?U_5083 a SensorsAndWearables:StepCounter} => {?U_5083 a }. +{?U_5084 a SensorsAndWearables:StepCounter} => {?U_5084 a }. +{?U_5085 a SensorsAndWearables:StepCounter} => {?U_5085 a }. +{?U_5086 a SensorsAndWearables:StepCounter} => {?U_5086 a }. +{?U_5087 a SensorsAndWearables:StepCounter} => {?U_5087 a }. +{?U_5088 a SensorsAndWearables:StepCounter} => {?U_5088 a }. +{?U_5089 a SensorsAndWearables:StepCounter} => {?U_5089 a saref4bldg:PhysicalObject}. +{?U_5090 a SensorsAndWearables:StepCounter} => {?U_5090 a }. +{?U_5091 a SensorsAndWearables:StepCounter} => {?U_5091 a }. +{?U_5092 a SensorsAndWearables:StepCounter} => {?U_5092 a }. +{?U_5093 a SensorsAndWearables:Thermopile} => {?U_5093 a saref-core:Device}. +{?U_5094 a SensorsAndWearables:Thermopile} => {?U_5094 a }. +{?U_5095 a SensorsAndWearables:Thermopile} => {?U_5095 a }. +{?U_5096 a SensorsAndWearables:Thermopile} => {?U_5096 a }. +{?U_5097 a SensorsAndWearables:Thermopile} => {?U_5097 a }. +{?U_5098 a SensorsAndWearables:Thermopile} => {?U_5098 a }. +{?U_5099 a SensorsAndWearables:Thermopile} => {?U_5099 a }. +{?U_5100 a SensorsAndWearables:Thermopile} => {?U_5100 a }. +{?U_5101 a SensorsAndWearables:Thermopile} => {?U_5101 a }. +{?U_5102 a SensorsAndWearables:Thermopile} => {?U_5102 a }. +{?U_5103 a SensorsAndWearables:Thermopile} => {?U_5103 a }. +{?U_5104 a SensorsAndWearables:Thermopile} => {?U_5104 a }. +{?U_5105 a SensorsAndWearables:Thermopile} => {?U_5105 a }. +{?U_5106 a SensorsAndWearables:Thermopile} => {?U_5106 a }. +{?U_5107 a SensorsAndWearables:Thermopile} => {?U_5107 a saref4bldg:PhysicalObject}. +{?U_5108 a SensorsAndWearables:Thermopile} => {?U_5108 a }. +{?U_5109 a SensorsAndWearables:Thermopile} => {?U_5109 a }. +{?U_5110 a SensorsAndWearables:Thermopile} => {?U_5110 a }. +{?U_5111 a SensorsAndWearables:WearableAcceleration} => {?U_5111 a saref-core:Property}. +{?U_5112 a SensorsAndWearables:Weight} => {?U_5112 a saref-core:Property}. +{?U_5113 a } => {?U_5113 a }. +{?U_5114 a } => {?U_5114 a }. +{?U_5115 a } => {?U_5115 a }. +{?U_5116 a } => {?U_5116 a }. +{?U_5117 a } => {?U_5117 a }. +{?U_5118 a } => {?U_5118 a }. +{?U_5119 a } => {?U_5119 a }. +{?U_5120 a } => {?U_5120 a }. +{?U_5121 a } => {?U_5121 a }. +{?U_5122 a } => {?U_5122 a }. +{?U_5123 a } => {?U_5123 a }. +{?U_5124 a } => {?U_5124 a }. +{?U_5125 a } => {?U_5125 a }. +{?U_5126 a } => {?U_5126 a }. +{?U_5127 a } => {?U_5127 a }. +{?U_5128 a } => {?U_5128 a }. +{?U_5129 a } => {?U_5129 a }. +{?U_5130 a } => {?U_5130 a }. +{?U_5131 a } => {?U_5131 a }. +{?U_5132 a } => {?U_5132 a saref4bldg:PhysicalObject}. +{?U_5133 a } => {?U_5133 a }. +{?U_5134 a } => {?U_5134 a }. +{?U_5135 a } => {?U_5135 a }. +{?U_5136 a dogont:Button} => {?U_5136 a }. +{?U_5137 a dogont:Button} => {?U_5137 a }. +{?U_5138 a dogont:Closet} => {?U_5138 a }. +{?U_5139 a dogont:Closet} => {?U_5139 a }. +{?U_5140 a dogont:Cupboard} => {?U_5140 a }. +{?U_5141 a dogont:Cupboard} => {?U_5141 a }. +{?U_5142 a dogont:DimmableLight} => {?U_5142 a saref4bldg:DistributionDevice}. +{?U_5143 a dogont:DimmableLight} => {?U_5143 a saref-core:Device}. +{?U_5144 a dogont:DimmableLight} => {?U_5144 a }. +{?U_5145 a dogont:DimmableLight} => {?U_5145 a }. +{?U_5146 a dogont:DimmableLight} => {?U_5146 a }. +{?U_5147 a dogont:DimmableLight} => {?U_5147 a }. +{?U_5148 a dogont:DimmableLight} => {?U_5148 a }. +{?U_5149 a dogont:DimmableLight} => {?U_5149 a }. +{?U_5150 a dogont:DimmableLight} => {?U_5150 a }. +{?U_5151 a dogont:DimmableLight} => {?U_5151 a }. +{?U_5152 a dogont:DimmableLight} => {?U_5152 a }. +{?U_5153 a dogont:DimmableLight} => {?U_5153 a }. +{?U_5154 a dogont:DimmableLight} => {?U_5154 a }. +{?U_5155 a dogont:DimmableLight} => {?U_5155 a }. +{?U_5156 a dogont:DimmableLight} => {?U_5156 a }. +{?U_5157 a dogont:DimmableLight} => {?U_5157 a saref4bldg:PhysicalObject}. +{?U_5158 a dogont:DimmableLight} => {?U_5158 a }. +{?U_5159 a dogont:DimmableLight} => {?U_5159 a }. +{?U_5160 a dogont:DimmableLight} => {?U_5160 a }. +{?U_5161 a dogont:DimmerLamp} => {?U_5161 a saref4bldg:DistributionDevice}. +{?U_5162 a dogont:DimmerLamp} => {?U_5162 a saref-core:Device}. +{?U_5163 a dogont:DimmerLamp} => {?U_5163 a }. +{?U_5164 a dogont:DimmerLamp} => {?U_5164 a }. +{?U_5165 a dogont:DimmerLamp} => {?U_5165 a }. +{?U_5166 a dogont:DimmerLamp} => {?U_5166 a }. +{?U_5167 a dogont:DimmerLamp} => {?U_5167 a }. +{?U_5168 a dogont:DimmerLamp} => {?U_5168 a }. +{?U_5169 a dogont:DimmerLamp} => {?U_5169 a }. +{?U_5170 a dogont:DimmerLamp} => {?U_5170 a }. +{?U_5171 a dogont:DimmerLamp} => {?U_5171 a }. +{?U_5172 a dogont:DimmerLamp} => {?U_5172 a }. +{?U_5173 a dogont:DimmerLamp} => {?U_5173 a }. +{?U_5174 a dogont:DimmerLamp} => {?U_5174 a }. +{?U_5175 a dogont:DimmerLamp} => {?U_5175 a }. +{?U_5176 a dogont:DimmerLamp} => {?U_5176 a saref4bldg:PhysicalObject}. +{?U_5177 a dogont:DimmerLamp} => {?U_5177 a }. +{?U_5178 a dogont:DimmerLamp} => {?U_5178 a }. +{?U_5179 a dogont:DimmerLamp} => {?U_5179 a }. +{?U_5180 a dogont:DimmerSwitch} => {?U_5180 a saref4bldg:DistributionDevice}. +{?U_5181 a dogont:DimmerSwitch} => {?U_5181 a saref-core:Device}. +{?U_5182 a dogont:DimmerSwitch} => {?U_5182 a }. +{?U_5183 a dogont:DimmerSwitch} => {?U_5183 a }. +{?U_5184 a dogont:DimmerSwitch} => {?U_5184 a }. +{?U_5185 a dogont:DimmerSwitch} => {?U_5185 a }. +{?U_5186 a dogont:DimmerSwitch} => {?U_5186 a }. +{?U_5187 a dogont:DimmerSwitch} => {?U_5187 a }. +{?U_5188 a dogont:DimmerSwitch} => {?U_5188 a }. +{?U_5189 a dogont:DimmerSwitch} => {?U_5189 a }. +{?U_5190 a dogont:DimmerSwitch} => {?U_5190 a }. +{?U_5191 a dogont:DimmerSwitch} => {?U_5191 a }. +{?U_5192 a dogont:DimmerSwitch} => {?U_5192 a }. +{?U_5193 a dogont:DimmerSwitch} => {?U_5193 a }. +{?U_5194 a dogont:DimmerSwitch} => {?U_5194 a }. +{?U_5195 a dogont:DimmerSwitch} => {?U_5195 a saref4bldg:PhysicalObject}. +{?U_5196 a dogont:DimmerSwitch} => {?U_5196 a }. +{?U_5197 a dogont:DimmerSwitch} => {?U_5197 a }. +{?U_5198 a dogont:DimmerSwitch} => {?U_5198 a }. +{?U_5199 a dogont:Door} => {?U_5199 a }. +{?U_5200 a dogont:Door} => {?U_5200 a }. +{?U_5201 a dogont:Shutter} => {?U_5201 a }. +{?U_5202 a dogont:Shutter} => {?U_5202 a }. +{?U_5203 a dogont:ShutterActuator} => {?U_5203 a saref4bldg:DistributionDevice}. +{?U_5204 a dogont:ShutterActuator} => {?U_5204 a saref-core:Device}. +{?U_5205 a dogont:ShutterActuator} => {?U_5205 a }. +{?U_5206 a dogont:ShutterActuator} => {?U_5206 a }. +{?U_5207 a dogont:ShutterActuator} => {?U_5207 a }. +{?U_5208 a dogont:ShutterActuator} => {?U_5208 a }. +{?U_5209 a dogont:ShutterActuator} => {?U_5209 a }. +{?U_5210 a dogont:ShutterActuator} => {?U_5210 a }. +{?U_5211 a dogont:ShutterActuator} => {?U_5211 a }. +{?U_5212 a dogont:ShutterActuator} => {?U_5212 a }. +{?U_5213 a dogont:ShutterActuator} => {?U_5213 a }. +{?U_5214 a dogont:ShutterActuator} => {?U_5214 a }. +{?U_5215 a dogont:ShutterActuator} => {?U_5215 a }. +{?U_5216 a dogont:ShutterActuator} => {?U_5216 a }. +{?U_5217 a dogont:ShutterActuator} => {?U_5217 a }. +{?U_5218 a dogont:ShutterActuator} => {?U_5218 a saref4bldg:PhysicalObject}. +{?U_5219 a dogont:ShutterActuator} => {?U_5219 a }. +{?U_5220 a dogont:ShutterActuator} => {?U_5220 a }. +{?U_5221 a dogont:ShutterActuator} => {?U_5221 a }. +{?U_5222 a dogont:Terrace} => {?U_5222 a }. +{?U_5223 a dogont:Terrace} => {?U_5223 a }. +{?U_5224 a dogont:Window} => {?U_5224 a }. +{?U_5225 a dogont:Window} => {?U_5225 a }. +{?U_5226 a ns3:Curtain} => {?U_5226 a }. +{?U_5227 a ns3:Curtain} => {?U_5227 a }. +{?U_5228 a ns3:Furniture} => {?U_5228 a }. +{?U_5229 a ns3:Netatmo} => {?U_5229 a }. +{?U_5230 a ns3:Netatmo} => {?U_5230 a }. +{?U_5231 a ns3:Netatmo} => {?U_5231 a }. +{?U_5232 a ns3:Netatmo} => {?U_5232 a }. +{?U_5233 a ns3:Netatmo} => {?U_5233 a }. +{?U_5234 a ns3:Netatmo} => {?U_5234 a }. +{?U_5235 a ns3:Netatmo} => {?U_5235 a }. +{?U_5236 a ns3:Netatmo} => {?U_5236 a }. +{?U_5237 a ns3:Netatmo} => {?U_5237 a }. +{?U_5238 a ns3:Netatmo} => {?U_5238 a }. +{?U_5239 a ns3:Netatmo} => {?U_5239 a }. +{?U_5240 a ns3:Netatmo} => {?U_5240 a }. +{?U_5241 a ns3:Netatmo} => {?U_5241 a saref4bldg:PhysicalObject}. +{?U_5242 a ns3:Netatmo} => {?U_5242 a }. +{?U_5243 a ns3:Netatmo} => {?U_5243 a }. +{?U_5244 a ns3:Netatmo} => {?U_5244 a }. +{?U_5245 a ns3:WeatherStation} => {?U_5245 a }. +{?U_5246 a ns3:WeatherStation} => {?U_5246 a }. +{?U_5247 a ns3:WeatherStation} => {?U_5247 a }. +{?U_5248 a ns3:WeatherStation} => {?U_5248 a }. +{?U_5249 a ns3:WeatherStation} => {?U_5249 a }. +{?U_5250 a ns3:WeatherStation} => {?U_5250 a }. +{?U_5251 a ns3:WeatherStation} => {?U_5251 a }. +{?U_5252 a ns3:WeatherStation} => {?U_5252 a }. +{?U_5253 a ns3:WeatherStation} => {?U_5253 a }. +{?U_5254 a ns3:WeatherStation} => {?U_5254 a }. +{?U_5255 a ns3:WeatherStation} => {?U_5255 a }. +{?U_5256 a ns3:WeatherStation} => {?U_5256 a }. +{?U_5257 a ns3:WeatherStation} => {?U_5257 a saref4bldg:PhysicalObject}. +{?U_5258 a ns3:WeatherStation} => {?U_5258 a }. +{?U_5259 a ns3:WeatherStation} => {?U_5259 a }. +{?U_5260 a ns3:WeatherStation} => {?U_5260 a }. +{?U_5261 a ns3:WindowSensor} => {?U_5261 a }. +{?U_5262 a ns3:WindowSensor} => {?U_5262 a }. +{?U_5263 a ns3:WindowSensor} => {?U_5263 a }. +{?U_5264 a ns3:WindowSensor} => {?U_5264 a }. +{?U_5265 a ns3:WindowSensor} => {?U_5265 a }. +{?U_5266 a ns3:WindowSensor} => {?U_5266 a }. +{?U_5267 a ns3:WindowSensor} => {?U_5267 a }. +{?U_5268 a ns3:WindowSensor} => {?U_5268 a }. +{?U_5269 a ns3:WindowSensor} => {?U_5269 a }. +{?U_5270 a ns3:WindowSensor} => {?U_5270 a }. +{?U_5271 a ns3:WindowSensor} => {?U_5271 a }. +{?U_5272 a ns3:WindowSensor} => {?U_5272 a }. +{?U_5273 a ns3:WindowSensor} => {?U_5273 a saref4bldg:PhysicalObject}. +{?U_5274 a ns3:WindowSensor} => {?U_5274 a }. +{?U_5275 a ns3:WindowSensor} => {?U_5275 a }. +{?U_5276 a ns3:WindowSensor} => {?U_5276 a }. +{?U_5277 a ns4:EmpaticaTagButton} => {?U_5277 a }. +{?U_5278 a ns4:EmpaticaTagButton} => {?U_5278 a }. +{?U_5279 a ns4:SleepAPI} => {?U_5279 a }. +{?U_5280 a ns4:SleepAPI} => {?U_5280 a }. +{?U_5281 a ns4:SleepAPI} => {?U_5281 a }. +{?U_5282 a ns4:SleepAPI} => {?U_5282 a }. +{?U_5283 a ns4:SleepAPI} => {?U_5283 a }. +{?U_5284 a ns4:SleepAPI} => {?U_5284 a }. +{?U_5285 a ns4:SleepAPI} => {?U_5285 a }. +{?U_5286 a ns4:SleepAPI} => {?U_5286 a }. +{?U_5287 a ns4:SleepAPI} => {?U_5287 a }. +{?U_5288 a ns4:SleepAPI} => {?U_5288 a }. +{?U_5289 a ns4:SleepAPI} => {?U_5289 a }. +{?U_5290 a ns4:SleepAPI} => {?U_5290 a }. +{?U_5291 a ns4:SleepAPI} => {?U_5291 a saref4bldg:PhysicalObject}. +{?U_5292 a ns4:SleepAPI} => {?U_5292 a }. +{?U_5293 a ns4:SleepAPI} => {?U_5293 a }. +{?U_5294 a ns4:SleepAPI} => {?U_5294 a }. +{?U_5295 a saref-core:Actuator} => {?U_5295 a }. +{?U_5296 a saref-core:Actuator} => {?U_5296 a }. +{?U_5297 a saref-core:Appliance} => {?U_5297 a }. +{?U_5298 a saref-core:Appliance} => {?U_5298 a }. +{?U_5299 a saref-core:Coal} => {?U_5299 a }. +{?U_5300 a saref-core:Coal} => {?U_5300 a }. +{?U_5301 a saref-core:DoorSwitch} => {?U_5301 a saref-core:Device}. +{?U_5302 a saref-core:DoorSwitch} => {?U_5302 a }. +{?U_5303 a saref-core:DoorSwitch} => {?U_5303 a }. +{?U_5304 a saref-core:DoorSwitch} => {?U_5304 a }. +{?U_5305 a saref-core:DoorSwitch} => {?U_5305 a }. +{?U_5306 a saref-core:DoorSwitch} => {?U_5306 a }. +{?U_5307 a saref-core:DoorSwitch} => {?U_5307 a }. +{?U_5308 a saref-core:DoorSwitch} => {?U_5308 a }. +{?U_5309 a saref-core:DoorSwitch} => {?U_5309 a }. +{?U_5310 a saref-core:DoorSwitch} => {?U_5310 a }. +{?U_5311 a saref-core:DoorSwitch} => {?U_5311 a }. +{?U_5312 a saref-core:DoorSwitch} => {?U_5312 a }. +{?U_5313 a saref-core:DoorSwitch} => {?U_5313 a }. +{?U_5314 a saref-core:DoorSwitch} => {?U_5314 a }. +{?U_5315 a saref-core:DoorSwitch} => {?U_5315 a saref4bldg:PhysicalObject}. +{?U_5316 a saref-core:DoorSwitch} => {?U_5316 a }. +{?U_5317 a saref-core:DoorSwitch} => {?U_5317 a }. +{?U_5318 a saref-core:DoorSwitch} => {?U_5318 a }. +{?U_5319 a saref-core:Electricity} => {?U_5319 a }. +{?U_5320 a saref-core:Electricity} => {?U_5320 a }. +{?U_5321 a saref-core:Energy} => {?U_5321 a }. +{?U_5322 a saref-core:Energy} => {?U_5322 a }. +{?U_5323 a saref-core:Gas} => {?U_5323 a }. +{?U_5324 a saref-core:Gas} => {?U_5324 a }. +{?U_5325 a saref-core:HVAC} => {?U_5325 a }. +{?U_5326 a saref-core:HVAC} => {?U_5326 a }. +{?U_5327 a saref-core:Humidity} => {?U_5327 a }. +{?U_5328 a saref-core:Humidity} => {?U_5328 a }. +{?U_5329 a saref-core:Light} => {?U_5329 a }. +{?U_5330 a saref-core:Light} => {?U_5330 a }. +{?U_5331 a saref-core:LightSwitch} => {?U_5331 a saref-core:Device}. +{?U_5332 a saref-core:LightSwitch} => {?U_5332 a }. +{?U_5333 a saref-core:LightSwitch} => {?U_5333 a }. +{?U_5334 a saref-core:LightSwitch} => {?U_5334 a }. +{?U_5335 a saref-core:LightSwitch} => {?U_5335 a }. +{?U_5336 a saref-core:LightSwitch} => {?U_5336 a }. +{?U_5337 a saref-core:LightSwitch} => {?U_5337 a }. +{?U_5338 a saref-core:LightSwitch} => {?U_5338 a }. +{?U_5339 a saref-core:LightSwitch} => {?U_5339 a }. +{?U_5340 a saref-core:LightSwitch} => {?U_5340 a }. +{?U_5341 a saref-core:LightSwitch} => {?U_5341 a }. +{?U_5342 a saref-core:LightSwitch} => {?U_5342 a }. +{?U_5343 a saref-core:LightSwitch} => {?U_5343 a }. +{?U_5344 a saref-core:LightSwitch} => {?U_5344 a }. +{?U_5345 a saref-core:LightSwitch} => {?U_5345 a saref4bldg:PhysicalObject}. +{?U_5346 a saref-core:LightSwitch} => {?U_5346 a }. +{?U_5347 a saref-core:LightSwitch} => {?U_5347 a }. +{?U_5348 a saref-core:LightSwitch} => {?U_5348 a }. +{?U_5349 a saref-core:Meter} => {?U_5349 a }. +{?U_5350 a saref-core:Meter} => {?U_5350 a }. +{?U_5351 a saref-core:Motion} => {?U_5351 a }. +{?U_5352 a saref-core:Motion} => {?U_5352 a }. +{?U_5353 a saref-core:Occupancy} => {?U_5353 a }. +{?U_5354 a saref-core:Occupancy} => {?U_5354 a }. +{?U_5355 a saref-core:Power} => {?U_5355 a }. +{?U_5356 a saref-core:Power} => {?U_5356 a }. +{?U_5357 a saref-core:Pressure} => {?U_5357 a }. +{?U_5358 a saref-core:Pressure} => {?U_5358 a }. +{?U_5359 a saref-core:Price} => {?U_5359 a }. +{?U_5360 a saref-core:Price} => {?U_5360 a }. +{?U_5361 a saref-core:Sensor} => {?U_5361 a }. +{?U_5362 a saref-core:Sensor} => {?U_5362 a }. +{?U_5363 a saref-core:SetAbsoluteLevelCommand} => {?U_5363 a }. +{?U_5364 a saref-core:SetAbsoluteLevelCommand} => {?U_5364 a }. +{?U_5365 a saref-core:Smoke} => {?U_5365 a }. +{?U_5366 a saref-core:Smoke} => {?U_5366 a }. +{?U_5367 a saref-core:SmokeSensor} => {?U_5367 a }. +{?U_5368 a saref-core:SmokeSensor} => {?U_5368 a }. +{?U_5369 a saref-core:Switch} => {?U_5369 a }. +{?U_5370 a saref-core:Switch} => {?U_5370 a }. +{?U_5371 a saref-core:Temperature} => {?U_5371 a }. +{?U_5372 a saref-core:Temperature} => {?U_5372 a }. +{?U_5373 a saref-core:TemperatureSensor} => {?U_5373 a }. +{?U_5374 a saref-core:TemperatureSensor} => {?U_5374 a }. +{?U_5375 a saref-core:Water} => {?U_5375 a }. +{?U_5376 a saref-core:Water} => {?U_5376 a }. +{?U_5377 a saref4bldg:Actuator} => {?U_5377 a saref4bldg:BuildingDevice}. +{?U_5378 a saref4bldg:Actuator} => {?U_5378 a }. +{?U_5379 a saref4bldg:Actuator} => {?U_5379 a }. +{?U_5380 a saref4bldg:AirToAirHeatRecovery} => {?U_5380 a saref4bldg:DistributionDevice}. +{?U_5381 a saref4bldg:AirToAirHeatRecovery} => {?U_5381 a saref4bldg:BuildingDevice}. +{?U_5382 a saref4bldg:AirToAirHeatRecovery} => {?U_5382 a saref4bldg:BuildingObject}. +{?U_5383 a saref4bldg:AirToAirHeatRecovery} => {?U_5383 a saref-core:Device}. +{?U_5384 a saref4bldg:AirToAirHeatRecovery} => {?U_5384 a saref4bldg:PhysicalObject}. +{?U_5385 a saref4bldg:AirToAirHeatRecovery} => {?U_5385 a }. +{?U_5386 a saref4bldg:AirToAirHeatRecovery} => {?U_5386 a }. +{?U_5387 a saref4bldg:AirToAirHeatRecovery} => {?U_5387 a }. +{?U_5388 a saref4bldg:AirToAirHeatRecovery} => {?U_5388 a }. +{?U_5389 a saref4bldg:AirToAirHeatRecovery} => {?U_5389 a }. +{?U_5390 a saref4bldg:AirToAirHeatRecovery} => {?U_5390 a }. +{?U_5391 a saref4bldg:AirToAirHeatRecovery} => {?U_5391 a }. +{?U_5392 a saref4bldg:AirToAirHeatRecovery} => {?U_5392 a }. +{?U_5393 a saref4bldg:AirToAirHeatRecovery} => {?U_5393 a }. +{?U_5394 a saref4bldg:AirToAirHeatRecovery} => {?U_5394 a }. +{?U_5395 a saref4bldg:AirToAirHeatRecovery} => {?U_5395 a }. +{?U_5396 a saref4bldg:AirToAirHeatRecovery} => {?U_5396 a }. +{?U_5397 a saref4bldg:AirToAirHeatRecovery} => {?U_5397 a }. +{?U_5398 a saref4bldg:AirToAirHeatRecovery} => {?U_5398 a }. +{?U_5399 a saref4bldg:AirToAirHeatRecovery} => {?U_5399 a }. +{?U_5400 a saref4bldg:Alarm} => {?U_5400 a saref4bldg:BuildingDevice}. +{?U_5401 a saref4bldg:AudioVisualAppliance} => {?U_5401 a saref4bldg:DistributionDevice}. +{?U_5402 a saref4bldg:AudioVisualAppliance} => {?U_5402 a saref4bldg:BuildingDevice}. +{?U_5403 a saref4bldg:AudioVisualAppliance} => {?U_5403 a saref4bldg:BuildingObject}. +{?U_5404 a saref4bldg:AudioVisualAppliance} => {?U_5404 a saref-core:Device}. +{?U_5405 a saref4bldg:AudioVisualAppliance} => {?U_5405 a saref4bldg:PhysicalObject}. +{?U_5406 a saref4bldg:AudioVisualAppliance} => {?U_5406 a }. +{?U_5407 a saref4bldg:AudioVisualAppliance} => {?U_5407 a }. +{?U_5408 a saref4bldg:AudioVisualAppliance} => {?U_5408 a }. +{?U_5409 a saref4bldg:AudioVisualAppliance} => {?U_5409 a }. +{?U_5410 a saref4bldg:AudioVisualAppliance} => {?U_5410 a }. +{?U_5411 a saref4bldg:AudioVisualAppliance} => {?U_5411 a }. +{?U_5412 a saref4bldg:AudioVisualAppliance} => {?U_5412 a }. +{?U_5413 a saref4bldg:AudioVisualAppliance} => {?U_5413 a }. +{?U_5414 a saref4bldg:AudioVisualAppliance} => {?U_5414 a }. +{?U_5415 a saref4bldg:AudioVisualAppliance} => {?U_5415 a }. +{?U_5416 a saref4bldg:AudioVisualAppliance} => {?U_5416 a }. +{?U_5417 a saref4bldg:AudioVisualAppliance} => {?U_5417 a }. +{?U_5418 a saref4bldg:AudioVisualAppliance} => {?U_5418 a }. +{?U_5419 a saref4bldg:AudioVisualAppliance} => {?U_5419 a }. +{?U_5420 a saref4bldg:AudioVisualAppliance} => {?U_5420 a }. +{?U_5421 a saref4bldg:Boiler} => {?U_5421 a saref4bldg:DistributionDevice}. +{?U_5422 a saref4bldg:Boiler} => {?U_5422 a saref4bldg:BuildingDevice}. +{?U_5423 a saref4bldg:Boiler} => {?U_5423 a saref4bldg:BuildingObject}. +{?U_5424 a saref4bldg:Boiler} => {?U_5424 a saref-core:Device}. +{?U_5425 a saref4bldg:Boiler} => {?U_5425 a saref4bldg:PhysicalObject}. +{?U_5426 a saref4bldg:Boiler} => {?U_5426 a }. +{?U_5427 a saref4bldg:Boiler} => {?U_5427 a }. +{?U_5428 a saref4bldg:Boiler} => {?U_5428 a }. +{?U_5429 a saref4bldg:Boiler} => {?U_5429 a }. +{?U_5430 a saref4bldg:Boiler} => {?U_5430 a }. +{?U_5431 a saref4bldg:Boiler} => {?U_5431 a }. +{?U_5432 a saref4bldg:Boiler} => {?U_5432 a }. +{?U_5433 a saref4bldg:Boiler} => {?U_5433 a }. +{?U_5434 a saref4bldg:Boiler} => {?U_5434 a }. +{?U_5435 a saref4bldg:Boiler} => {?U_5435 a }. +{?U_5436 a saref4bldg:Boiler} => {?U_5436 a }. +{?U_5437 a saref4bldg:Boiler} => {?U_5437 a }. +{?U_5438 a saref4bldg:Boiler} => {?U_5438 a }. +{?U_5439 a saref4bldg:Boiler} => {?U_5439 a }. +{?U_5440 a saref4bldg:Boiler} => {?U_5440 a }. +{?U_5441 a saref4bldg:BuildingDevice} => {?U_5441 a }. +{?U_5442 a saref4bldg:BuildingDevice} => {?U_5442 a }. +{?U_5443 a saref4bldg:BuildingObject} => {?U_5443 a }. +{?U_5444 a saref4bldg:Burner} => {?U_5444 a saref4bldg:DistributionDevice}. +{?U_5445 a saref4bldg:Burner} => {?U_5445 a saref4bldg:BuildingDevice}. +{?U_5446 a saref4bldg:Burner} => {?U_5446 a saref4bldg:BuildingObject}. +{?U_5447 a saref4bldg:Burner} => {?U_5447 a saref-core:Device}. +{?U_5448 a saref4bldg:Burner} => {?U_5448 a saref4bldg:PhysicalObject}. +{?U_5449 a saref4bldg:Burner} => {?U_5449 a }. +{?U_5450 a saref4bldg:Burner} => {?U_5450 a }. +{?U_5451 a saref4bldg:Burner} => {?U_5451 a }. +{?U_5452 a saref4bldg:Burner} => {?U_5452 a }. +{?U_5453 a saref4bldg:Burner} => {?U_5453 a }. +{?U_5454 a saref4bldg:Burner} => {?U_5454 a }. +{?U_5455 a saref4bldg:Burner} => {?U_5455 a }. +{?U_5456 a saref4bldg:Burner} => {?U_5456 a }. +{?U_5457 a saref4bldg:Burner} => {?U_5457 a }. +{?U_5458 a saref4bldg:Burner} => {?U_5458 a }. +{?U_5459 a saref4bldg:Burner} => {?U_5459 a }. +{?U_5460 a saref4bldg:Burner} => {?U_5460 a }. +{?U_5461 a saref4bldg:Burner} => {?U_5461 a }. +{?U_5462 a saref4bldg:Burner} => {?U_5462 a }. +{?U_5463 a saref4bldg:Burner} => {?U_5463 a }. +{?U_5464 a saref4bldg:Chiller} => {?U_5464 a saref4bldg:DistributionDevice}. +{?U_5465 a saref4bldg:Chiller} => {?U_5465 a saref4bldg:BuildingDevice}. +{?U_5466 a saref4bldg:Chiller} => {?U_5466 a saref4bldg:BuildingObject}. +{?U_5467 a saref4bldg:Chiller} => {?U_5467 a saref-core:Device}. +{?U_5468 a saref4bldg:Chiller} => {?U_5468 a saref4bldg:PhysicalObject}. +{?U_5469 a saref4bldg:Chiller} => {?U_5469 a }. +{?U_5470 a saref4bldg:Chiller} => {?U_5470 a }. +{?U_5471 a saref4bldg:Chiller} => {?U_5471 a }. +{?U_5472 a saref4bldg:Chiller} => {?U_5472 a }. +{?U_5473 a saref4bldg:Chiller} => {?U_5473 a }. +{?U_5474 a saref4bldg:Chiller} => {?U_5474 a }. +{?U_5475 a saref4bldg:Chiller} => {?U_5475 a }. +{?U_5476 a saref4bldg:Chiller} => {?U_5476 a }. +{?U_5477 a saref4bldg:Chiller} => {?U_5477 a }. +{?U_5478 a saref4bldg:Chiller} => {?U_5478 a }. +{?U_5479 a saref4bldg:Chiller} => {?U_5479 a }. +{?U_5480 a saref4bldg:Chiller} => {?U_5480 a }. +{?U_5481 a saref4bldg:Chiller} => {?U_5481 a }. +{?U_5482 a saref4bldg:Chiller} => {?U_5482 a }. +{?U_5483 a saref4bldg:Chiller} => {?U_5483 a }. +{?U_5484 a saref4bldg:Coil} => {?U_5484 a saref4bldg:DistributionDevice}. +{?U_5485 a saref4bldg:Coil} => {?U_5485 a saref4bldg:BuildingDevice}. +{?U_5486 a saref4bldg:Coil} => {?U_5486 a saref4bldg:BuildingObject}. +{?U_5487 a saref4bldg:Coil} => {?U_5487 a saref-core:Device}. +{?U_5488 a saref4bldg:Coil} => {?U_5488 a saref4bldg:PhysicalObject}. +{?U_5489 a saref4bldg:Coil} => {?U_5489 a }. +{?U_5490 a saref4bldg:Coil} => {?U_5490 a }. +{?U_5491 a saref4bldg:Coil} => {?U_5491 a }. +{?U_5492 a saref4bldg:Coil} => {?U_5492 a }. +{?U_5493 a saref4bldg:Coil} => {?U_5493 a }. +{?U_5494 a saref4bldg:Coil} => {?U_5494 a }. +{?U_5495 a saref4bldg:Coil} => {?U_5495 a }. +{?U_5496 a saref4bldg:Coil} => {?U_5496 a }. +{?U_5497 a saref4bldg:Coil} => {?U_5497 a }. +{?U_5498 a saref4bldg:Coil} => {?U_5498 a }. +{?U_5499 a saref4bldg:Coil} => {?U_5499 a }. +{?U_5500 a saref4bldg:Coil} => {?U_5500 a }. +{?U_5501 a saref4bldg:Coil} => {?U_5501 a }. +{?U_5502 a saref4bldg:Coil} => {?U_5502 a }. +{?U_5503 a saref4bldg:Coil} => {?U_5503 a }. +{?U_5504 a saref4bldg:CommunicationAppliance} => {?U_5504 a saref4bldg:DistributionDevice}. +{?U_5505 a saref4bldg:CommunicationAppliance} => {?U_5505 a saref4bldg:BuildingDevice}. +{?U_5506 a saref4bldg:CommunicationAppliance} => {?U_5506 a saref4bldg:BuildingObject}. +{?U_5507 a saref4bldg:CommunicationAppliance} => {?U_5507 a saref-core:Device}. +{?U_5508 a saref4bldg:CommunicationAppliance} => {?U_5508 a saref4bldg:PhysicalObject}. +{?U_5509 a saref4bldg:CommunicationAppliance} => {?U_5509 a }. +{?U_5510 a saref4bldg:CommunicationAppliance} => {?U_5510 a }. +{?U_5511 a saref4bldg:CommunicationAppliance} => {?U_5511 a }. +{?U_5512 a saref4bldg:CommunicationAppliance} => {?U_5512 a }. +{?U_5513 a saref4bldg:CommunicationAppliance} => {?U_5513 a }. +{?U_5514 a saref4bldg:CommunicationAppliance} => {?U_5514 a }. +{?U_5515 a saref4bldg:CommunicationAppliance} => {?U_5515 a }. +{?U_5516 a saref4bldg:CommunicationAppliance} => {?U_5516 a }. +{?U_5517 a saref4bldg:CommunicationAppliance} => {?U_5517 a }. +{?U_5518 a saref4bldg:CommunicationAppliance} => {?U_5518 a }. +{?U_5519 a saref4bldg:CommunicationAppliance} => {?U_5519 a }. +{?U_5520 a saref4bldg:CommunicationAppliance} => {?U_5520 a }. +{?U_5521 a saref4bldg:CommunicationAppliance} => {?U_5521 a }. +{?U_5522 a saref4bldg:CommunicationAppliance} => {?U_5522 a }. +{?U_5523 a saref4bldg:CommunicationAppliance} => {?U_5523 a }. +{?U_5524 a saref4bldg:Compressor} => {?U_5524 a saref4bldg:DistributionDevice}. +{?U_5525 a saref4bldg:Compressor} => {?U_5525 a saref4bldg:BuildingDevice}. +{?U_5526 a saref4bldg:Compressor} => {?U_5526 a saref4bldg:BuildingObject}. +{?U_5527 a saref4bldg:Compressor} => {?U_5527 a saref-core:Device}. +{?U_5528 a saref4bldg:Compressor} => {?U_5528 a saref4bldg:PhysicalObject}. +{?U_5529 a saref4bldg:Compressor} => {?U_5529 a }. +{?U_5530 a saref4bldg:Compressor} => {?U_5530 a }. +{?U_5531 a saref4bldg:Compressor} => {?U_5531 a }. +{?U_5532 a saref4bldg:Compressor} => {?U_5532 a }. +{?U_5533 a saref4bldg:Compressor} => {?U_5533 a }. +{?U_5534 a saref4bldg:Compressor} => {?U_5534 a }. +{?U_5535 a saref4bldg:Compressor} => {?U_5535 a }. +{?U_5536 a saref4bldg:Compressor} => {?U_5536 a }. +{?U_5537 a saref4bldg:Compressor} => {?U_5537 a }. +{?U_5538 a saref4bldg:Compressor} => {?U_5538 a }. +{?U_5539 a saref4bldg:Compressor} => {?U_5539 a }. +{?U_5540 a saref4bldg:Compressor} => {?U_5540 a }. +{?U_5541 a saref4bldg:Compressor} => {?U_5541 a }. +{?U_5542 a saref4bldg:Compressor} => {?U_5542 a }. +{?U_5543 a saref4bldg:Compressor} => {?U_5543 a }. +{?U_5544 a saref4bldg:Condenser} => {?U_5544 a saref4bldg:DistributionDevice}. +{?U_5545 a saref4bldg:Condenser} => {?U_5545 a saref4bldg:BuildingDevice}. +{?U_5546 a saref4bldg:Condenser} => {?U_5546 a saref4bldg:BuildingObject}. +{?U_5547 a saref4bldg:Condenser} => {?U_5547 a saref-core:Device}. +{?U_5548 a saref4bldg:Condenser} => {?U_5548 a saref4bldg:PhysicalObject}. +{?U_5549 a saref4bldg:Condenser} => {?U_5549 a }. +{?U_5550 a saref4bldg:Condenser} => {?U_5550 a }. +{?U_5551 a saref4bldg:Condenser} => {?U_5551 a }. +{?U_5552 a saref4bldg:Condenser} => {?U_5552 a }. +{?U_5553 a saref4bldg:Condenser} => {?U_5553 a }. +{?U_5554 a saref4bldg:Condenser} => {?U_5554 a }. +{?U_5555 a saref4bldg:Condenser} => {?U_5555 a }. +{?U_5556 a saref4bldg:Condenser} => {?U_5556 a }. +{?U_5557 a saref4bldg:Condenser} => {?U_5557 a }. +{?U_5558 a saref4bldg:Condenser} => {?U_5558 a }. +{?U_5559 a saref4bldg:Condenser} => {?U_5559 a }. +{?U_5560 a saref4bldg:Condenser} => {?U_5560 a }. +{?U_5561 a saref4bldg:Condenser} => {?U_5561 a }. +{?U_5562 a saref4bldg:Condenser} => {?U_5562 a }. +{?U_5563 a saref4bldg:Condenser} => {?U_5563 a }. +{?U_5564 a saref4bldg:Controller} => {?U_5564 a saref4bldg:BuildingDevice}. +{?U_5565 a saref4bldg:CooledBeam} => {?U_5565 a saref4bldg:DistributionDevice}. +{?U_5566 a saref4bldg:CooledBeam} => {?U_5566 a saref4bldg:BuildingDevice}. +{?U_5567 a saref4bldg:CooledBeam} => {?U_5567 a saref4bldg:BuildingObject}. +{?U_5568 a saref4bldg:CooledBeam} => {?U_5568 a saref-core:Device}. +{?U_5569 a saref4bldg:CooledBeam} => {?U_5569 a saref4bldg:PhysicalObject}. +{?U_5570 a saref4bldg:CooledBeam} => {?U_5570 a }. +{?U_5571 a saref4bldg:CooledBeam} => {?U_5571 a }. +{?U_5572 a saref4bldg:CooledBeam} => {?U_5572 a }. +{?U_5573 a saref4bldg:CooledBeam} => {?U_5573 a }. +{?U_5574 a saref4bldg:CooledBeam} => {?U_5574 a }. +{?U_5575 a saref4bldg:CooledBeam} => {?U_5575 a }. +{?U_5576 a saref4bldg:CooledBeam} => {?U_5576 a }. +{?U_5577 a saref4bldg:CooledBeam} => {?U_5577 a }. +{?U_5578 a saref4bldg:CooledBeam} => {?U_5578 a }. +{?U_5579 a saref4bldg:CooledBeam} => {?U_5579 a }. +{?U_5580 a saref4bldg:CooledBeam} => {?U_5580 a }. +{?U_5581 a saref4bldg:CooledBeam} => {?U_5581 a }. +{?U_5582 a saref4bldg:CooledBeam} => {?U_5582 a }. +{?U_5583 a saref4bldg:CooledBeam} => {?U_5583 a }. +{?U_5584 a saref4bldg:CooledBeam} => {?U_5584 a }. +{?U_5585 a saref4bldg:CoolingTower} => {?U_5585 a saref4bldg:DistributionDevice}. +{?U_5586 a saref4bldg:CoolingTower} => {?U_5586 a saref4bldg:BuildingDevice}. +{?U_5587 a saref4bldg:CoolingTower} => {?U_5587 a saref4bldg:BuildingObject}. +{?U_5588 a saref4bldg:CoolingTower} => {?U_5588 a saref-core:Device}. +{?U_5589 a saref4bldg:CoolingTower} => {?U_5589 a saref4bldg:PhysicalObject}. +{?U_5590 a saref4bldg:CoolingTower} => {?U_5590 a }. +{?U_5591 a saref4bldg:CoolingTower} => {?U_5591 a }. +{?U_5592 a saref4bldg:CoolingTower} => {?U_5592 a }. +{?U_5593 a saref4bldg:CoolingTower} => {?U_5593 a }. +{?U_5594 a saref4bldg:CoolingTower} => {?U_5594 a }. +{?U_5595 a saref4bldg:CoolingTower} => {?U_5595 a }. +{?U_5596 a saref4bldg:CoolingTower} => {?U_5596 a }. +{?U_5597 a saref4bldg:CoolingTower} => {?U_5597 a }. +{?U_5598 a saref4bldg:CoolingTower} => {?U_5598 a }. +{?U_5599 a saref4bldg:CoolingTower} => {?U_5599 a }. +{?U_5600 a saref4bldg:CoolingTower} => {?U_5600 a }. +{?U_5601 a saref4bldg:CoolingTower} => {?U_5601 a }. +{?U_5602 a saref4bldg:CoolingTower} => {?U_5602 a }. +{?U_5603 a saref4bldg:CoolingTower} => {?U_5603 a }. +{?U_5604 a saref4bldg:CoolingTower} => {?U_5604 a }. +{?U_5605 a saref4bldg:Damper} => {?U_5605 a saref4bldg:DistributionDevice}. +{?U_5606 a saref4bldg:Damper} => {?U_5606 a saref4bldg:BuildingDevice}. +{?U_5607 a saref4bldg:Damper} => {?U_5607 a saref4bldg:BuildingObject}. +{?U_5608 a saref4bldg:Damper} => {?U_5608 a saref-core:Device}. +{?U_5609 a saref4bldg:Damper} => {?U_5609 a saref4bldg:PhysicalObject}. +{?U_5610 a saref4bldg:Damper} => {?U_5610 a }. +{?U_5611 a saref4bldg:Damper} => {?U_5611 a }. +{?U_5612 a saref4bldg:Damper} => {?U_5612 a }. +{?U_5613 a saref4bldg:Damper} => {?U_5613 a }. +{?U_5614 a saref4bldg:Damper} => {?U_5614 a }. +{?U_5615 a saref4bldg:Damper} => {?U_5615 a }. +{?U_5616 a saref4bldg:Damper} => {?U_5616 a }. +{?U_5617 a saref4bldg:Damper} => {?U_5617 a }. +{?U_5618 a saref4bldg:Damper} => {?U_5618 a }. +{?U_5619 a saref4bldg:Damper} => {?U_5619 a }. +{?U_5620 a saref4bldg:Damper} => {?U_5620 a }. +{?U_5621 a saref4bldg:Damper} => {?U_5621 a }. +{?U_5622 a saref4bldg:Damper} => {?U_5622 a }. +{?U_5623 a saref4bldg:Damper} => {?U_5623 a }. +{?U_5624 a saref4bldg:Damper} => {?U_5624 a }. +{?U_5625 a saref4bldg:DistributionControlDevice} => {?U_5625 a saref4bldg:BuildingObject}. +{?U_5626 a saref4bldg:DistributionControlDevice} => {?U_5626 a saref-core:Device}. +{?U_5627 a saref4bldg:DistributionControlDevice} => {?U_5627 a saref4bldg:PhysicalObject}. +{?U_5628 a saref4bldg:DistributionControlDevice} => {?U_5628 a }. +{?U_5629 a saref4bldg:DistributionControlDevice} => {?U_5629 a }. +{?U_5630 a saref4bldg:DistributionControlDevice} => {?U_5630 a }. +{?U_5631 a saref4bldg:DistributionControlDevice} => {?U_5631 a }. +{?U_5632 a saref4bldg:DistributionControlDevice} => {?U_5632 a }. +{?U_5633 a saref4bldg:DistributionControlDevice} => {?U_5633 a }. +{?U_5634 a saref4bldg:DistributionControlDevice} => {?U_5634 a }. +{?U_5635 a saref4bldg:DistributionControlDevice} => {?U_5635 a }. +{?U_5636 a saref4bldg:DistributionControlDevice} => {?U_5636 a }. +{?U_5637 a saref4bldg:DistributionControlDevice} => {?U_5637 a }. +{?U_5638 a saref4bldg:DistributionControlDevice} => {?U_5638 a }. +{?U_5639 a saref4bldg:DistributionControlDevice} => {?U_5639 a }. +{?U_5640 a saref4bldg:DistributionControlDevice} => {?U_5640 a }. +{?U_5641 a saref4bldg:DistributionControlDevice} => {?U_5641 a }. +{?U_5642 a saref4bldg:DistributionControlDevice} => {?U_5642 a }. +{?U_5643 a saref4bldg:DistributionDevice} => {?U_5643 a }. +{?U_5644 a saref4bldg:DistributionDevice} => {?U_5644 a }. +{?U_5645 a saref4bldg:DistributionFlowDevice} => {?U_5645 a }. +{?U_5646 a saref4bldg:DistributionFlowDevice} => {?U_5646 a }. +{?U_5647 a saref4bldg:DuctSilencer} => {?U_5647 a saref4bldg:DistributionDevice}. +{?U_5648 a saref4bldg:DuctSilencer} => {?U_5648 a saref4bldg:BuildingDevice}. +{?U_5649 a saref4bldg:DuctSilencer} => {?U_5649 a saref4bldg:BuildingObject}. +{?U_5650 a saref4bldg:DuctSilencer} => {?U_5650 a saref-core:Device}. +{?U_5651 a saref4bldg:DuctSilencer} => {?U_5651 a saref4bldg:PhysicalObject}. +{?U_5652 a saref4bldg:DuctSilencer} => {?U_5652 a }. +{?U_5653 a saref4bldg:DuctSilencer} => {?U_5653 a }. +{?U_5654 a saref4bldg:DuctSilencer} => {?U_5654 a }. +{?U_5655 a saref4bldg:DuctSilencer} => {?U_5655 a }. +{?U_5656 a saref4bldg:DuctSilencer} => {?U_5656 a }. +{?U_5657 a saref4bldg:DuctSilencer} => {?U_5657 a }. +{?U_5658 a saref4bldg:DuctSilencer} => {?U_5658 a }. +{?U_5659 a saref4bldg:DuctSilencer} => {?U_5659 a }. +{?U_5660 a saref4bldg:DuctSilencer} => {?U_5660 a }. +{?U_5661 a saref4bldg:DuctSilencer} => {?U_5661 a }. +{?U_5662 a saref4bldg:DuctSilencer} => {?U_5662 a }. +{?U_5663 a saref4bldg:DuctSilencer} => {?U_5663 a }. +{?U_5664 a saref4bldg:DuctSilencer} => {?U_5664 a }. +{?U_5665 a saref4bldg:DuctSilencer} => {?U_5665 a }. +{?U_5666 a saref4bldg:DuctSilencer} => {?U_5666 a }. +{?U_5667 a saref4bldg:ElectricAppliance} => {?U_5667 a saref4bldg:DistributionDevice}. +{?U_5668 a saref4bldg:ElectricAppliance} => {?U_5668 a saref4bldg:BuildingDevice}. +{?U_5669 a saref4bldg:ElectricAppliance} => {?U_5669 a saref4bldg:BuildingObject}. +{?U_5670 a saref4bldg:ElectricAppliance} => {?U_5670 a saref-core:Device}. +{?U_5671 a saref4bldg:ElectricAppliance} => {?U_5671 a saref4bldg:PhysicalObject}. +{?U_5672 a saref4bldg:ElectricAppliance} => {?U_5672 a }. +{?U_5673 a saref4bldg:ElectricAppliance} => {?U_5673 a }. +{?U_5674 a saref4bldg:ElectricAppliance} => {?U_5674 a }. +{?U_5675 a saref4bldg:ElectricAppliance} => {?U_5675 a }. +{?U_5676 a saref4bldg:ElectricAppliance} => {?U_5676 a }. +{?U_5677 a saref4bldg:ElectricAppliance} => {?U_5677 a }. +{?U_5678 a saref4bldg:ElectricAppliance} => {?U_5678 a }. +{?U_5679 a saref4bldg:ElectricAppliance} => {?U_5679 a }. +{?U_5680 a saref4bldg:ElectricAppliance} => {?U_5680 a }. +{?U_5681 a saref4bldg:ElectricAppliance} => {?U_5681 a }. +{?U_5682 a saref4bldg:ElectricAppliance} => {?U_5682 a }. +{?U_5683 a saref4bldg:ElectricAppliance} => {?U_5683 a }. +{?U_5684 a saref4bldg:ElectricAppliance} => {?U_5684 a }. +{?U_5685 a saref4bldg:ElectricAppliance} => {?U_5685 a }. +{?U_5686 a saref4bldg:ElectricAppliance} => {?U_5686 a }. +{?U_5687 a saref4bldg:ElectricFlowStorageDevice} => {?U_5687 a saref4bldg:DistributionDevice}. +{?U_5688 a saref4bldg:ElectricFlowStorageDevice} => {?U_5688 a saref4bldg:BuildingDevice}. +{?U_5689 a saref4bldg:ElectricFlowStorageDevice} => {?U_5689 a saref4bldg:BuildingObject}. +{?U_5690 a saref4bldg:ElectricFlowStorageDevice} => {?U_5690 a saref-core:Device}. +{?U_5691 a saref4bldg:ElectricFlowStorageDevice} => {?U_5691 a saref4bldg:PhysicalObject}. +{?U_5692 a saref4bldg:ElectricFlowStorageDevice} => {?U_5692 a }. +{?U_5693 a saref4bldg:ElectricFlowStorageDevice} => {?U_5693 a }. +{?U_5694 a saref4bldg:ElectricFlowStorageDevice} => {?U_5694 a }. +{?U_5695 a saref4bldg:ElectricFlowStorageDevice} => {?U_5695 a }. +{?U_5696 a saref4bldg:ElectricFlowStorageDevice} => {?U_5696 a }. +{?U_5697 a saref4bldg:ElectricFlowStorageDevice} => {?U_5697 a }. +{?U_5698 a saref4bldg:ElectricFlowStorageDevice} => {?U_5698 a }. +{?U_5699 a saref4bldg:ElectricFlowStorageDevice} => {?U_5699 a }. +{?U_5700 a saref4bldg:ElectricFlowStorageDevice} => {?U_5700 a }. +{?U_5701 a saref4bldg:ElectricFlowStorageDevice} => {?U_5701 a }. +{?U_5702 a saref4bldg:ElectricFlowStorageDevice} => {?U_5702 a }. +{?U_5703 a saref4bldg:ElectricFlowStorageDevice} => {?U_5703 a }. +{?U_5704 a saref4bldg:ElectricFlowStorageDevice} => {?U_5704 a }. +{?U_5705 a saref4bldg:ElectricFlowStorageDevice} => {?U_5705 a }. +{?U_5706 a saref4bldg:ElectricFlowStorageDevice} => {?U_5706 a }. +{?U_5707 a saref4bldg:ElectricGenerator} => {?U_5707 a saref4bldg:DistributionDevice}. +{?U_5708 a saref4bldg:ElectricGenerator} => {?U_5708 a saref4bldg:BuildingDevice}. +{?U_5709 a saref4bldg:ElectricGenerator} => {?U_5709 a saref4bldg:BuildingObject}. +{?U_5710 a saref4bldg:ElectricGenerator} => {?U_5710 a saref-core:Device}. +{?U_5711 a saref4bldg:ElectricGenerator} => {?U_5711 a saref4bldg:PhysicalObject}. +{?U_5712 a saref4bldg:ElectricGenerator} => {?U_5712 a }. +{?U_5713 a saref4bldg:ElectricGenerator} => {?U_5713 a }. +{?U_5714 a saref4bldg:ElectricGenerator} => {?U_5714 a }. +{?U_5715 a saref4bldg:ElectricGenerator} => {?U_5715 a }. +{?U_5716 a saref4bldg:ElectricGenerator} => {?U_5716 a }. +{?U_5717 a saref4bldg:ElectricGenerator} => {?U_5717 a }. +{?U_5718 a saref4bldg:ElectricGenerator} => {?U_5718 a }. +{?U_5719 a saref4bldg:ElectricGenerator} => {?U_5719 a }. +{?U_5720 a saref4bldg:ElectricGenerator} => {?U_5720 a }. +{?U_5721 a saref4bldg:ElectricGenerator} => {?U_5721 a }. +{?U_5722 a saref4bldg:ElectricGenerator} => {?U_5722 a }. +{?U_5723 a saref4bldg:ElectricGenerator} => {?U_5723 a }. +{?U_5724 a saref4bldg:ElectricGenerator} => {?U_5724 a }. +{?U_5725 a saref4bldg:ElectricGenerator} => {?U_5725 a }. +{?U_5726 a saref4bldg:ElectricGenerator} => {?U_5726 a }. +{?U_5727 a saref4bldg:ElectricMotor} => {?U_5727 a saref4bldg:DistributionDevice}. +{?U_5728 a saref4bldg:ElectricMotor} => {?U_5728 a saref4bldg:BuildingDevice}. +{?U_5729 a saref4bldg:ElectricMotor} => {?U_5729 a saref4bldg:BuildingObject}. +{?U_5730 a saref4bldg:ElectricMotor} => {?U_5730 a saref-core:Device}. +{?U_5731 a saref4bldg:ElectricMotor} => {?U_5731 a saref4bldg:PhysicalObject}. +{?U_5732 a saref4bldg:ElectricMotor} => {?U_5732 a }. +{?U_5733 a saref4bldg:ElectricMotor} => {?U_5733 a }. +{?U_5734 a saref4bldg:ElectricMotor} => {?U_5734 a }. +{?U_5735 a saref4bldg:ElectricMotor} => {?U_5735 a }. +{?U_5736 a saref4bldg:ElectricMotor} => {?U_5736 a }. +{?U_5737 a saref4bldg:ElectricMotor} => {?U_5737 a }. +{?U_5738 a saref4bldg:ElectricMotor} => {?U_5738 a }. +{?U_5739 a saref4bldg:ElectricMotor} => {?U_5739 a }. +{?U_5740 a saref4bldg:ElectricMotor} => {?U_5740 a }. +{?U_5741 a saref4bldg:ElectricMotor} => {?U_5741 a }. +{?U_5742 a saref4bldg:ElectricMotor} => {?U_5742 a }. +{?U_5743 a saref4bldg:ElectricMotor} => {?U_5743 a }. +{?U_5744 a saref4bldg:ElectricMotor} => {?U_5744 a }. +{?U_5745 a saref4bldg:ElectricMotor} => {?U_5745 a }. +{?U_5746 a saref4bldg:ElectricMotor} => {?U_5746 a }. +{?U_5747 a saref4bldg:ElectricTimeControl} => {?U_5747 a saref4bldg:DistributionDevice}. +{?U_5748 a saref4bldg:ElectricTimeControl} => {?U_5748 a saref4bldg:BuildingDevice}. +{?U_5749 a saref4bldg:ElectricTimeControl} => {?U_5749 a saref4bldg:BuildingObject}. +{?U_5750 a saref4bldg:ElectricTimeControl} => {?U_5750 a saref-core:Device}. +{?U_5751 a saref4bldg:ElectricTimeControl} => {?U_5751 a saref4bldg:PhysicalObject}. +{?U_5752 a saref4bldg:ElectricTimeControl} => {?U_5752 a }. +{?U_5753 a saref4bldg:ElectricTimeControl} => {?U_5753 a }. +{?U_5754 a saref4bldg:ElectricTimeControl} => {?U_5754 a }. +{?U_5755 a saref4bldg:ElectricTimeControl} => {?U_5755 a }. +{?U_5756 a saref4bldg:ElectricTimeControl} => {?U_5756 a }. +{?U_5757 a saref4bldg:ElectricTimeControl} => {?U_5757 a }. +{?U_5758 a saref4bldg:ElectricTimeControl} => {?U_5758 a }. +{?U_5759 a saref4bldg:ElectricTimeControl} => {?U_5759 a }. +{?U_5760 a saref4bldg:ElectricTimeControl} => {?U_5760 a }. +{?U_5761 a saref4bldg:ElectricTimeControl} => {?U_5761 a }. +{?U_5762 a saref4bldg:ElectricTimeControl} => {?U_5762 a }. +{?U_5763 a saref4bldg:ElectricTimeControl} => {?U_5763 a }. +{?U_5764 a saref4bldg:ElectricTimeControl} => {?U_5764 a }. +{?U_5765 a saref4bldg:ElectricTimeControl} => {?U_5765 a }. +{?U_5766 a saref4bldg:ElectricTimeControl} => {?U_5766 a }. +{?U_5767 a saref4bldg:EnergyConversionDevice} => {?U_5767 a }. +{?U_5768 a saref4bldg:EnergyConversionDevice} => {?U_5768 a }. +{?U_5769 a saref4bldg:Engine} => {?U_5769 a }. +{?U_5770 a saref4bldg:Engine} => {?U_5770 a }. +{?U_5771 a saref4bldg:EvaporativeCooler} => {?U_5771 a }. +{?U_5772 a saref4bldg:EvaporativeCooler} => {?U_5772 a }. +{?U_5773 a saref4bldg:Evaporator} => {?U_5773 a }. +{?U_5774 a saref4bldg:Evaporator} => {?U_5774 a }. +{?U_5775 a saref4bldg:Fan} => {?U_5775 a saref4bldg:DistributionDevice}. +{?U_5776 a saref4bldg:Fan} => {?U_5776 a saref4bldg:BuildingDevice}. +{?U_5777 a saref4bldg:Fan} => {?U_5777 a saref4bldg:BuildingObject}. +{?U_5778 a saref4bldg:Fan} => {?U_5778 a saref-core:Device}. +{?U_5779 a saref4bldg:Fan} => {?U_5779 a saref4bldg:PhysicalObject}. +{?U_5780 a saref4bldg:Fan} => {?U_5780 a }. +{?U_5781 a saref4bldg:Fan} => {?U_5781 a }. +{?U_5782 a saref4bldg:Fan} => {?U_5782 a }. +{?U_5783 a saref4bldg:Fan} => {?U_5783 a }. +{?U_5784 a saref4bldg:Fan} => {?U_5784 a }. +{?U_5785 a saref4bldg:Fan} => {?U_5785 a }. +{?U_5786 a saref4bldg:Fan} => {?U_5786 a }. +{?U_5787 a saref4bldg:Fan} => {?U_5787 a }. +{?U_5788 a saref4bldg:Fan} => {?U_5788 a }. +{?U_5789 a saref4bldg:Fan} => {?U_5789 a }. +{?U_5790 a saref4bldg:Fan} => {?U_5790 a }. +{?U_5791 a saref4bldg:Fan} => {?U_5791 a }. +{?U_5792 a saref4bldg:Fan} => {?U_5792 a }. +{?U_5793 a saref4bldg:Fan} => {?U_5793 a }. +{?U_5794 a saref4bldg:Fan} => {?U_5794 a }. +{?U_5795 a saref4bldg:Filter} => {?U_5795 a saref4bldg:DistributionDevice}. +{?U_5796 a saref4bldg:Filter} => {?U_5796 a saref4bldg:BuildingDevice}. +{?U_5797 a saref4bldg:Filter} => {?U_5797 a saref4bldg:BuildingObject}. +{?U_5798 a saref4bldg:Filter} => {?U_5798 a saref-core:Device}. +{?U_5799 a saref4bldg:Filter} => {?U_5799 a saref4bldg:PhysicalObject}. +{?U_5800 a saref4bldg:Filter} => {?U_5800 a }. +{?U_5801 a saref4bldg:Filter} => {?U_5801 a }. +{?U_5802 a saref4bldg:Filter} => {?U_5802 a }. +{?U_5803 a saref4bldg:Filter} => {?U_5803 a }. +{?U_5804 a saref4bldg:Filter} => {?U_5804 a }. +{?U_5805 a saref4bldg:Filter} => {?U_5805 a }. +{?U_5806 a saref4bldg:Filter} => {?U_5806 a }. +{?U_5807 a saref4bldg:Filter} => {?U_5807 a }. +{?U_5808 a saref4bldg:Filter} => {?U_5808 a }. +{?U_5809 a saref4bldg:Filter} => {?U_5809 a }. +{?U_5810 a saref4bldg:Filter} => {?U_5810 a }. +{?U_5811 a saref4bldg:Filter} => {?U_5811 a }. +{?U_5812 a saref4bldg:Filter} => {?U_5812 a }. +{?U_5813 a saref4bldg:Filter} => {?U_5813 a }. +{?U_5814 a saref4bldg:Filter} => {?U_5814 a }. +{?U_5815 a saref4bldg:FireSuppressionTerminal} => {?U_5815 a saref4bldg:DistributionDevice}. +{?U_5816 a saref4bldg:FireSuppressionTerminal} => {?U_5816 a saref4bldg:BuildingDevice}. +{?U_5817 a saref4bldg:FireSuppressionTerminal} => {?U_5817 a saref4bldg:BuildingObject}. +{?U_5818 a saref4bldg:FireSuppressionTerminal} => {?U_5818 a saref-core:Device}. +{?U_5819 a saref4bldg:FireSuppressionTerminal} => {?U_5819 a saref4bldg:PhysicalObject}. +{?U_5820 a saref4bldg:FireSuppressionTerminal} => {?U_5820 a }. +{?U_5821 a saref4bldg:FireSuppressionTerminal} => {?U_5821 a }. +{?U_5822 a saref4bldg:FireSuppressionTerminal} => {?U_5822 a }. +{?U_5823 a saref4bldg:FireSuppressionTerminal} => {?U_5823 a }. +{?U_5824 a saref4bldg:FireSuppressionTerminal} => {?U_5824 a }. +{?U_5825 a saref4bldg:FireSuppressionTerminal} => {?U_5825 a }. +{?U_5826 a saref4bldg:FireSuppressionTerminal} => {?U_5826 a }. +{?U_5827 a saref4bldg:FireSuppressionTerminal} => {?U_5827 a }. +{?U_5828 a saref4bldg:FireSuppressionTerminal} => {?U_5828 a }. +{?U_5829 a saref4bldg:FireSuppressionTerminal} => {?U_5829 a }. +{?U_5830 a saref4bldg:FireSuppressionTerminal} => {?U_5830 a }. +{?U_5831 a saref4bldg:FireSuppressionTerminal} => {?U_5831 a }. +{?U_5832 a saref4bldg:FireSuppressionTerminal} => {?U_5832 a }. +{?U_5833 a saref4bldg:FireSuppressionTerminal} => {?U_5833 a }. +{?U_5834 a saref4bldg:FireSuppressionTerminal} => {?U_5834 a }. +{?U_5835 a saref4bldg:FlowController} => {?U_5835 a }. +{?U_5836 a saref4bldg:FlowController} => {?U_5836 a }. +{?U_5837 a saref4bldg:FlowInstrument} => {?U_5837 a saref4bldg:BuildingObject}. +{?U_5838 a saref4bldg:FlowInstrument} => {?U_5838 a saref-core:Device}. +{?U_5839 a saref4bldg:FlowInstrument} => {?U_5839 a saref4bldg:PhysicalObject}. +{?U_5840 a saref4bldg:FlowInstrument} => {?U_5840 a }. +{?U_5841 a saref4bldg:FlowInstrument} => {?U_5841 a }. +{?U_5842 a saref4bldg:FlowInstrument} => {?U_5842 a }. +{?U_5843 a saref4bldg:FlowInstrument} => {?U_5843 a }. +{?U_5844 a saref4bldg:FlowInstrument} => {?U_5844 a }. +{?U_5845 a saref4bldg:FlowInstrument} => {?U_5845 a }. +{?U_5846 a saref4bldg:FlowInstrument} => {?U_5846 a }. +{?U_5847 a saref4bldg:FlowInstrument} => {?U_5847 a }. +{?U_5848 a saref4bldg:FlowInstrument} => {?U_5848 a }. +{?U_5849 a saref4bldg:FlowInstrument} => {?U_5849 a }. +{?U_5850 a saref4bldg:FlowInstrument} => {?U_5850 a }. +{?U_5851 a saref4bldg:FlowInstrument} => {?U_5851 a }. +{?U_5852 a saref4bldg:FlowInstrument} => {?U_5852 a }. +{?U_5853 a saref4bldg:FlowInstrument} => {?U_5853 a }. +{?U_5854 a saref4bldg:FlowInstrument} => {?U_5854 a }. +{?U_5855 a saref4bldg:FlowMeter} => {?U_5855 a }. +{?U_5856 a saref4bldg:FlowMeter} => {?U_5856 a }. +{?U_5857 a saref4bldg:FlowMovingDevice} => {?U_5857 a }. +{?U_5858 a saref4bldg:FlowMovingDevice} => {?U_5858 a }. +{?U_5859 a saref4bldg:FlowStorageDevice} => {?U_5859 a }. +{?U_5860 a saref4bldg:FlowStorageDevice} => {?U_5860 a }. +{?U_5861 a saref4bldg:FlowTerminal} => {?U_5861 a }. +{?U_5862 a saref4bldg:FlowTerminal} => {?U_5862 a }. +{?U_5863 a saref4bldg:FlowTreatmentDevice} => {?U_5863 a }. +{?U_5864 a saref4bldg:FlowTreatmentDevice} => {?U_5864 a }. +{?U_5865 a saref4bldg:HeatExchanger} => {?U_5865 a }. +{?U_5866 a saref4bldg:HeatExchanger} => {?U_5866 a }. +{?U_5867 a saref4bldg:Humidifier} => {?U_5867 a }. +{?U_5868 a saref4bldg:Humidifier} => {?U_5868 a }. +{?U_5869 a saref4bldg:Interceptor} => {?U_5869 a }. +{?U_5870 a saref4bldg:Interceptor} => {?U_5870 a }. +{?U_5871 a saref4bldg:Lamp} => {?U_5871 a }. +{?U_5872 a saref4bldg:Lamp} => {?U_5872 a }. +{?U_5873 a saref4bldg:MedicalDevice} => {?U_5873 a }. +{?U_5874 a saref4bldg:MedicalDevice} => {?U_5874 a }. +{?U_5875 a saref4bldg:Outlet} => {?U_5875 a }. +{?U_5876 a saref4bldg:Outlet} => {?U_5876 a }. +{?U_5877 a saref4bldg:ProtectiveDevice} => {?U_5877 a }. +{?U_5878 a saref4bldg:ProtectiveDevice} => {?U_5878 a }. +{?U_5879 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5879 a saref4bldg:BuildingObject}. +{?U_5880 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5880 a saref-core:Device}. +{?U_5881 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5881 a saref4bldg:PhysicalObject}. +{?U_5882 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5882 a }. +{?U_5883 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5883 a }. +{?U_5884 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5884 a }. +{?U_5885 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5885 a }. +{?U_5886 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5886 a }. +{?U_5887 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5887 a }. +{?U_5888 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5888 a }. +{?U_5889 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5889 a }. +{?U_5890 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5890 a }. +{?U_5891 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5891 a }. +{?U_5892 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5892 a }. +{?U_5893 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5893 a }. +{?U_5894 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5894 a }. +{?U_5895 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5895 a }. +{?U_5896 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_5896 a }. +{?U_5897 a saref4bldg:Pump} => {?U_5897 a }. +{?U_5898 a saref4bldg:Pump} => {?U_5898 a }. +{?U_5899 a saref4bldg:SanitaryTerminal} => {?U_5899 a }. +{?U_5900 a saref4bldg:SanitaryTerminal} => {?U_5900 a }. +{?U_5901 a saref4bldg:Sensor} => {?U_5901 a saref4bldg:BuildingObject}. +{?U_5902 a saref4bldg:Sensor} => {?U_5902 a }. +{?U_5903 a saref4bldg:Sensor} => {?U_5903 a }. +{?U_5904 a saref4bldg:ShadingDevice} => {?U_5904 a }. +{?U_5905 a saref4bldg:ShadingDevice} => {?U_5905 a }. +{?U_5906 a saref4bldg:SolarDevice} => {?U_5906 a }. +{?U_5907 a saref4bldg:SolarDevice} => {?U_5907 a }. +{?U_5908 a saref4bldg:SpaceHeater} => {?U_5908 a }. +{?U_5909 a saref4bldg:SpaceHeater} => {?U_5909 a }. +{?U_5910 a saref4bldg:SwitchingDevice} => {?U_5910 a }. +{?U_5911 a saref4bldg:SwitchingDevice} => {?U_5911 a }. +{?U_5912 a saref4bldg:Tank} => {?U_5912 a }. +{?U_5913 a saref4bldg:Tank} => {?U_5913 a }. +{?U_5914 a saref4bldg:Transformer} => {?U_5914 a }. +{?U_5915 a saref4bldg:Transformer} => {?U_5915 a }. +{?U_5916 a saref4bldg:TransportElement} => {?U_5916 a }. +{?U_5917 a saref4bldg:TransportElement} => {?U_5917 a }. +{?U_5918 a saref4bldg:TubeBundle} => {?U_5918 a }. +{?U_5919 a saref4bldg:TubeBundle} => {?U_5919 a }. +{?U_5920 a saref4bldg:UnitaryControlElement} => {?U_5920 a saref4bldg:BuildingObject}. +{?U_5921 a saref4bldg:UnitaryControlElement} => {?U_5921 a saref-core:Device}. +{?U_5922 a saref4bldg:UnitaryControlElement} => {?U_5922 a saref4bldg:PhysicalObject}. +{?U_5923 a saref4bldg:UnitaryControlElement} => {?U_5923 a }. +{?U_5924 a saref4bldg:UnitaryControlElement} => {?U_5924 a }. +{?U_5925 a saref4bldg:UnitaryControlElement} => {?U_5925 a }. +{?U_5926 a saref4bldg:UnitaryControlElement} => {?U_5926 a }. +{?U_5927 a saref4bldg:UnitaryControlElement} => {?U_5927 a }. +{?U_5928 a saref4bldg:UnitaryControlElement} => {?U_5928 a }. +{?U_5929 a saref4bldg:UnitaryControlElement} => {?U_5929 a }. +{?U_5930 a saref4bldg:UnitaryControlElement} => {?U_5930 a }. +{?U_5931 a saref4bldg:UnitaryControlElement} => {?U_5931 a }. +{?U_5932 a saref4bldg:UnitaryControlElement} => {?U_5932 a }. +{?U_5933 a saref4bldg:UnitaryControlElement} => {?U_5933 a }. +{?U_5934 a saref4bldg:UnitaryControlElement} => {?U_5934 a }. +{?U_5935 a saref4bldg:UnitaryControlElement} => {?U_5935 a }. +{?U_5936 a saref4bldg:UnitaryControlElement} => {?U_5936 a }. +{?U_5937 a saref4bldg:UnitaryControlElement} => {?U_5937 a }. +{?U_5938 a saref4bldg:Valve} => {?U_5938 a }. +{?U_5939 a saref4bldg:Valve} => {?U_5939 a }. +{?U_5940 a saref4bldg:VibrationIsolator} => {?U_5940 a }. +{?U_5941 a saref4bldg:VibrationIsolator} => {?U_5941 a }. +{?U_5942 a saref-core:Device} => {?U_5942 a }. +{?U_5943 a saref4ehaw:BanHub} => {?U_5943 a }. +{?U_5944 a saref4ehaw:BanHub} => {?U_5944 a }. +{?U_5945 a saref4ehaw:BanHub} => {?U_5945 a }. +{?U_5946 a saref4ehaw:BanHub} => {?U_5946 a }. +{?U_5947 a saref4ehaw:BanHub} => {?U_5947 a }. +{?U_5948 a saref4ehaw:BanHub} => {?U_5948 a }. +{?U_5949 a saref4ehaw:BanHub} => {?U_5949 a }. +{?U_5950 a saref4ehaw:BanHub} => {?U_5950 a }. +{?U_5951 a saref4ehaw:BanHub} => {?U_5951 a }. +{?U_5952 a saref4ehaw:BanHub} => {?U_5952 a }. +{?U_5953 a saref4ehaw:BanHub} => {?U_5953 a }. +{?U_5954 a saref4ehaw:BanHub} => {?U_5954 a }. +{?U_5955 a saref4ehaw:BanHub} => {?U_5955 a saref4bldg:PhysicalObject}. +{?U_5956 a saref4ehaw:BanHub} => {?U_5956 a }. +{?U_5957 a saref4ehaw:BanHub} => {?U_5957 a }. +{?U_5958 a saref4ehaw:BanHub} => {?U_5958 a }. +{?U_5959 a saref4ehaw:BanHub} => {?U_5959 a }. +{?U_5960 a saref4ehaw:BanHub} => {?U_5960 a }. +{?U_5961 a saref4ehaw:Caregiver} => {?U_5961 a saref4ehaw:Contact}. +{?U_5962 a saref4ehaw:FunctionalDevice} => {?U_5962 a }. +{?U_5963 a saref4ehaw:HealthActuator} => {?U_5963 a }. +{?U_5964 a saref4ehaw:HealthActuator} => {?U_5964 a }. +{?U_5965 a saref4ehaw:HealthActuator} => {?U_5965 a }. +{?U_5966 a saref4ehaw:HealthActuator} => {?U_5966 a }. +{?U_5967 a saref4ehaw:HealthActuator} => {?U_5967 a }. +{?U_5968 a saref4ehaw:HealthActuator} => {?U_5968 a }. +{?U_5969 a saref4ehaw:HealthActuator} => {?U_5969 a }. +{?U_5970 a saref4ehaw:HealthActuator} => {?U_5970 a }. +{?U_5971 a saref4ehaw:HealthActuator} => {?U_5971 a }. +{?U_5972 a saref4ehaw:HealthActuator} => {?U_5972 a }. +{?U_5973 a saref4ehaw:HealthActuator} => {?U_5973 a }. +{?U_5974 a saref4ehaw:HealthActuator} => {?U_5974 a }. +{?U_5975 a saref4ehaw:HealthActuator} => {?U_5975 a saref4bldg:PhysicalObject}. +{?U_5976 a saref4ehaw:HealthActuator} => {?U_5976 a }. +{?U_5977 a saref4ehaw:HealthActuator} => {?U_5977 a }. +{?U_5978 a saref4ehaw:HealthActuator} => {?U_5978 a }. +{?U_5979 a saref4ehaw:HealthActuator} => {?U_5979 a }. +{?U_5980 a saref4ehaw:HealthActuator} => {?U_5980 a }. +{?U_5981 a saref4ehaw:HealthDevice} => {?U_5981 a }. +{?U_5982 a saref4ehaw:HealthSensor} => {?U_5982 a }. +{?U_5983 a saref4ehaw:HealthWearable} => {?U_5983 a }. +{?U_5984 a saref4ehaw:Helper} => {?U_5984 a saref4ehaw:Contact}. +{?U_5985 a saref4ehaw:Patient} => {?U_5985 a foaf:Agent}. +{?U_5986 a saref4ehaw:Posture} => {?U_5986 a }. +{?U_5987 a saref4ehaw:Posture} => {?U_5987 a }. +{?U_5988 a saref4ehaw:ResponsibleParty} => {?U_5988 a saref4ehaw:Contact}. +{?U_5989 a saref4ehaw:User} => {?U_5989 a saref4ehaw:Contact}. +{?U_5990 a ns6:BiometricProperty} => {?U_5990 a }. +{?U_5991 a ns6:BiometricProperty} => {?U_5991 a }. +{?U_5992 a ns6:BiometricProperty} => {?U_5992 a }. +{?U_5993 a ns6:BiometricProperty} => {?U_5993 a }. +{?U_5994 a ns6:BiometricProperty} => {?U_5994 a }. +{?U_5995 a ns6:BiometricProperty} => {?U_5995 a }. +{?U_5996 a ns6:BiometricProperty} => {?U_5996 a }. +{?U_5997 a ns6:CrowdProperty} => {?U_5997 a }. +{?U_5998 a ns6:CrowdProperty} => {?U_5998 a }. +{?U_5999 a ns6:ElectricalProperty} => {?U_5999 a }. +{?U_6000 a ns6:ElectricalProperty} => {?U_6000 a }. +{?U_6001 a ns6:ElectricalProperty} => {?U_6001 a }. +{?U_6002 a ns6:ElectricalProperty} => {?U_6002 a }. +{?U_6003 a ns6:ElectricalProperty} => {?U_6003 a }. +{?U_6004 a ns6:ElectricalProperty} => {?U_6004 a }. +{?U_6005 a ns6:ElectricalProperty} => {?U_6005 a }. +{?U_6006 a ns6:ElectricalSafetyProperty} => {?U_6006 a }. +{?U_6007 a ns6:ElectricalSafetyProperty} => {?U_6007 a }. +{?U_6008 a ns6:ElectricalSafetyProperty} => {?U_6008 a }. +{?U_6009 a ns6:ElectricalSafetyProperty} => {?U_6009 a }. +{?U_6010 a ns6:ElectricalSafetyProperty} => {?U_6010 a }. +{?U_6011 a ns6:ElectricalSafetyProperty} => {?U_6011 a }. +{?U_6012 a ns6:ElectricalSafetyProperty} => {?U_6012 a }. +{?U_6013 a ns6:EmissionProperty} => {?U_6013 a }. +{?U_6014 a ns6:EmissionProperty} => {?U_6014 a }. +{?U_6015 a ns6:EmissionProperty} => {?U_6015 a }. +{?U_6016 a ns6:EmissionProperty} => {?U_6016 a }. +{?U_6017 a ns6:EmissionProperty} => {?U_6017 a }. +{?U_6018 a ns6:EmissionProperty} => {?U_6018 a }. +{?U_6019 a ns6:EmissionProperty} => {?U_6019 a }. +{?U_6020 a ns6:EnvironmentalProperty} => {?U_6020 a }. +{?U_6021 a ns6:EnvironmentalProperty} => {?U_6021 a }. +{?U_6022 a ns6:FabricWearable} => {?U_6022 a }. +{?U_6023 a ns6:InBodyWearable} => {?U_6023 a ns6:Wearable}. +{?U_6024 a ns6:InBodyWearable} => {?U_6024 a }. +{?U_6025 a ns6:MemoryStorage} => {?U_6025 a }. +{?U_6026 a ns6:NearBodyWearable} => {?U_6026 a ns6:Wearable}. +{?U_6027 a ns6:NearBodyWearable} => {?U_6027 a }. +{?U_6028 a ns6:OnBodyWearable} => {?U_6028 a ns6:Wearable}. +{?U_6029 a ns6:OnBodyWearable} => {?U_6029 a }. +{?U_6030 a ns6:PowerSupply} => {?U_6030 a }. +{?U_6031 a ns6:TextileBasedSensor} => {?U_6031 a }. +{?U_6032 a ns6:TextileBasedSensor} => {?U_6032 a }. +{?U_6033 a ns6:TextileBasedWearable} => {?U_6033 a ns6:Wearable}. +{?U_6034 a ns6:TextileBasedWearable} => {?U_6034 a }. +{?U_6035 a ns6:Wearable} => {?U_6035 a }. +{?U_6036 a ns6:Wearable} => {?U_6036 a }. +{?U_6037 a ns6:WearableProperty} => {?U_6037 a }. +{?U_6038 a ns6:WearableProperty} => {?U_6038 a }. +{?U_6039 a ns6:Wearer} => {?U_6039 a ns6:LivingOrganism}. +{?U_6040 a ns6:Wearer} => {?U_6040 a }. +{?U_6041 a ns6:Wearer} => {?U_6041 a }. +{?U_6042 a ns6:WearerProperty} => {?U_6042 a }. +{?U_6043 a ns6:WearerProperty} => {?U_6043 a }. +{?U_6044 a :BrushingTeethActivityPrediction} => {?U_6044 a }. +{?U_6045 a :BrushingTeethActivityPrediction} => {?U_6045 a }. +{?U_6046 a :BrushingTeethActivityPrediction} => {?U_6046 a }. +{?U_6047 a :CookingFoodOvenActivityPrediction} => {?U_6047 a }. +{?U_6048 a :CookingFoodOvenActivityPrediction} => {?U_6048 a }. +{?U_6049 a :CookingFoodOvenActivityPrediction} => {?U_6049 a }. +{?U_6050 a :CookingFoodStovetopActivityPrediction} => {?U_6050 a }. +{?U_6051 a :CookingFoodStovetopActivityPrediction} => {?U_6051 a }. +{?U_6052 a :CookingFoodStovetopActivityPrediction} => {?U_6052 a }. +{?U_6053 a :DrinkPreparationActivityPrediction} => {?U_6053 a }. +{?U_6054 a :DrinkPreparationActivityPrediction} => {?U_6054 a }. +{?U_6055 a :DrinkPreparationActivityPrediction} => {?U_6055 a }. +{?U_6056 a :EatingActivityPrediction} => {?U_6056 a }. +{?U_6057 a :EatingActivityPrediction} => {?U_6057 a }. +{?U_6058 a :EatingActivityPrediction} => {?U_6058 a }. +{?U_6059 a :NonRoutineActivityPrediction} => {?U_6059 a }. +{?U_6060 a :NonRoutineActivityPrediction} => {?U_6060 a }. +{?U_6061 a :NonRoutineActivityPrediction} => {?U_6061 a }. +{?U_6062 a :NonRoutineBrushingTeethActivityPrediction} => {?U_6062 a }. +{?U_6063 a :NonRoutineBrushingTeethActivityPrediction} => {?U_6063 a }. +{?U_6064 a :NonRoutineBrushingTeethActivityPrediction} => {?U_6064 a }. +{?U_6065 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_6065 a }. +{?U_6066 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_6066 a }. +{?U_6067 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_6067 a }. +{?U_6068 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_6068 a }. +{?U_6069 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_6069 a }. +{?U_6070 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_6070 a }. +{?U_6071 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_6071 a }. +{?U_6072 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_6072 a }. +{?U_6073 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_6073 a }. +{?U_6074 a :NonRoutineEatingActivityPrediction} => {?U_6074 a }. +{?U_6075 a :NonRoutineEatingActivityPrediction} => {?U_6075 a }. +{?U_6076 a :NonRoutineEatingActivityPrediction} => {?U_6076 a }. +{?U_6077 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_6077 a }. +{?U_6078 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_6078 a }. +{?U_6079 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_6079 a }. +{?U_6080 a :NonRoutineShoweringActivityPrediction} => {?U_6080 a }. +{?U_6081 a :NonRoutineShoweringActivityPrediction} => {?U_6081 a }. +{?U_6082 a :NonRoutineShoweringActivityPrediction} => {?U_6082 a }. +{?U_6083 a :NonRoutineSleepingActivityPrediction} => {?U_6083 a }. +{?U_6084 a :NonRoutineSleepingActivityPrediction} => {?U_6084 a }. +{?U_6085 a :NonRoutineSleepingActivityPrediction} => {?U_6085 a }. +{?U_6086 a :NonRoutineToiletingActivityPrediction} => {?U_6086 a }. +{?U_6087 a :NonRoutineToiletingActivityPrediction} => {?U_6087 a }. +{?U_6088 a :NonRoutineToiletingActivityPrediction} => {?U_6088 a }. +{?U_6089 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_6089 a }. +{?U_6090 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_6090 a }. +{?U_6091 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_6091 a }. +{?U_6092 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_6092 a }. +{?U_6093 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_6093 a }. +{?U_6094 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_6094 a }. +{?U_6095 a :PreparingHotMealActivityPrediction} => {?U_6095 a }. +{?U_6096 a :PreparingHotMealActivityPrediction} => {?U_6096 a }. +{?U_6097 a :PreparingHotMealActivityPrediction} => {?U_6097 a }. +{?U_6098 a :RoutineActivityPrediction} => {?U_6098 a }. +{?U_6099 a :RoutineActivityPrediction} => {?U_6099 a }. +{?U_6100 a :RoutineActivityPrediction} => {?U_6100 a }. +{?U_6101 a :RoutineBrushingTeethActivityPrediction} => {?U_6101 a }. +{?U_6102 a :RoutineBrushingTeethActivityPrediction} => {?U_6102 a }. +{?U_6103 a :RoutineBrushingTeethActivityPrediction} => {?U_6103 a }. +{?U_6104 a :RoutineCookingFoodOvenActivityPrediction} => {?U_6104 a }. +{?U_6105 a :RoutineCookingFoodOvenActivityPrediction} => {?U_6105 a }. +{?U_6106 a :RoutineCookingFoodOvenActivityPrediction} => {?U_6106 a }. +{?U_6107 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_6107 a }. +{?U_6108 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_6108 a }. +{?U_6109 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_6109 a }. +{?U_6110 a :RoutineDrinkPreparationActivityPrediction} => {?U_6110 a }. +{?U_6111 a :RoutineDrinkPreparationActivityPrediction} => {?U_6111 a }. +{?U_6112 a :RoutineDrinkPreparationActivityPrediction} => {?U_6112 a }. +{?U_6113 a :RoutineEatingActivityPrediction} => {?U_6113 a }. +{?U_6114 a :RoutineEatingActivityPrediction} => {?U_6114 a }. +{?U_6115 a :RoutineEatingActivityPrediction} => {?U_6115 a }. +{?U_6116 a :RoutinePreparingHotMealActivityPrediction} => {?U_6116 a }. +{?U_6117 a :RoutinePreparingHotMealActivityPrediction} => {?U_6117 a }. +{?U_6118 a :RoutinePreparingHotMealActivityPrediction} => {?U_6118 a }. +{?U_6119 a :RoutineShoweringActivityPrediction} => {?U_6119 a }. +{?U_6120 a :RoutineShoweringActivityPrediction} => {?U_6120 a }. +{?U_6121 a :RoutineShoweringActivityPrediction} => {?U_6121 a }. +{?U_6122 a :RoutineSleepingActivityPrediction} => {?U_6122 a }. +{?U_6123 a :RoutineSleepingActivityPrediction} => {?U_6123 a }. +{?U_6124 a :RoutineSleepingActivityPrediction} => {?U_6124 a }. +{?U_6125 a :RoutineToiletingActivityPrediction} => {?U_6125 a }. +{?U_6126 a :RoutineToiletingActivityPrediction} => {?U_6126 a }. +{?U_6127 a :RoutineToiletingActivityPrediction} => {?U_6127 a }. +{?U_6128 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_6128 a }. +{?U_6129 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_6129 a }. +{?U_6130 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_6130 a }. +{?U_6131 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_6131 a }. +{?U_6132 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_6132 a }. +{?U_6133 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_6133 a }. +{?U_6134 a :ShoweringActivityPrediction} => {?U_6134 a }. +{?U_6135 a :ShoweringActivityPrediction} => {?U_6135 a }. +{?U_6136 a :ShoweringActivityPrediction} => {?U_6136 a }. +{?U_6137 a :SleepingActivityPrediction} => {?U_6137 a }. +{?U_6138 a :SleepingActivityPrediction} => {?U_6138 a }. +{?U_6139 a :SleepingActivityPrediction} => {?U_6139 a }. +{?U_6140 a :ToiletingActivityPrediction} => {?U_6140 a }. +{?U_6141 a :ToiletingActivityPrediction} => {?U_6141 a }. +{?U_6142 a :ToiletingActivityPrediction} => {?U_6142 a }. +{?U_6143 a :UserWithBrushingTeethRoutine} => {?U_6143 a saref4ehaw:Contact}. +{?U_6144 a :UserWithCookingFoodOvenRoutine} => {?U_6144 a saref4ehaw:Contact}. +{?U_6145 a :UserWithCookingFoodStovetopRoutine} => {?U_6145 a saref4ehaw:Contact}. +{?U_6146 a :UserWithDrinkPreparationRoutine} => {?U_6146 a saref4ehaw:Contact}. +{?U_6147 a :UserWithEatingRoutine} => {?U_6147 a saref4ehaw:Contact}. +{?U_6148 a :UserWithPreparingHotMealRoutine} => {?U_6148 a saref4ehaw:Contact}. +{?U_6149 a :UserWithShoweringRoutine} => {?U_6149 a saref4ehaw:Contact}. +{?U_6150 a :UserWithSleepingRoutine} => {?U_6150 a saref4ehaw:Contact}. +{?U_6151 a :UserWithToiletingRoutine} => {?U_6151 a saref4ehaw:Contact}. +{?U_6152 a :UserWithUsingMobilePhoneRoutine} => {?U_6152 a saref4ehaw:Contact}. +{?U_6153 a :UserWithWatchingTVActivelyRoutine} => {?U_6153 a saref4ehaw:Contact}. +{?U_6154 a :UserWithoutBrushingTeethRoutine} => {?U_6154 a saref4ehaw:Contact}. +{?U_6155 a :UserWithoutCookingFoodOvenRoutine} => {?U_6155 a saref4ehaw:Contact}. +{?U_6156 a :UserWithoutCookingFoodStovetopRoutine} => {?U_6156 a saref4ehaw:Contact}. +{?U_6157 a :UserWithoutDrinkPreparationRoutine} => {?U_6157 a saref4ehaw:Contact}. +{?U_6158 a :UserWithoutEatingRoutine} => {?U_6158 a saref4ehaw:Contact}. +{?U_6159 a :UserWithoutPreparingHotMealRoutine} => {?U_6159 a saref4ehaw:Contact}. +{?U_6160 a :UserWithoutShoweringRoutine} => {?U_6160 a saref4ehaw:Contact}. +{?U_6161 a :UserWithoutSleepingRoutine} => {?U_6161 a saref4ehaw:Contact}. +{?U_6162 a :UserWithoutToiletingRoutine} => {?U_6162 a saref4ehaw:Contact}. +{?U_6163 a :UserWithoutUsingMobilePhoneRoutine} => {?U_6163 a saref4ehaw:Contact}. +{?U_6164 a :UserWithoutWatchingTVActivelyRoutine} => {?U_6164 a saref4ehaw:Contact}. +{?U_6165 a :UsingMobilePhoneActivityPrediction} => {?U_6165 a }. +{?U_6166 a :UsingMobilePhoneActivityPrediction} => {?U_6166 a }. +{?U_6167 a :UsingMobilePhoneActivityPrediction} => {?U_6167 a }. +{?U_6168 a :WatchingTVActivelyActivityPrediction} => {?U_6168 a }. +{?U_6169 a :WatchingTVActivelyActivityPrediction} => {?U_6169 a }. +{?U_6170 a :WatchingTVActivelyActivityPrediction} => {?U_6170 a }. +{?U_6171 a ActivityRecognition:Ambulation} => {?U_6171 a }. +{?U_6172 a ActivityRecognition:Ambulation} => {?U_6172 a }. +{?U_6173 a ActivityRecognition:Bending} => {?U_6173 a }. +{?U_6174 a ActivityRecognition:Bending} => {?U_6174 a }. +{?U_6175 a ActivityRecognition:Bending} => {?U_6175 a }. +{?U_6176 a ActivityRecognition:Bending} => {?U_6176 a }. +{?U_6177 a ActivityRecognition:Bending} => {?U_6177 a }. +{?U_6178 a ActivityRecognition:Bending} => {?U_6178 a }. +{?U_6179 a ActivityRecognition:Bending} => {?U_6179 a }. +{?U_6180 a ActivityRecognition:Bending} => {?U_6180 a }. +{?U_6181 a ActivityRecognition:Bending} => {?U_6181 a }. +{?U_6182 a ActivityRecognition:BendingOver} => {?U_6182 a }. +{?U_6183 a ActivityRecognition:BendingOver} => {?U_6183 a }. +{?U_6184 a ActivityRecognition:Crawling} => {?U_6184 a }. +{?U_6185 a ActivityRecognition:Crawling} => {?U_6185 a }. +{?U_6186 a ActivityRecognition:Jogging} => {?U_6186 a }. +{?U_6187 a ActivityRecognition:Jogging} => {?U_6187 a }. +{?U_6188 a ActivityRecognition:Jumping} => {?U_6188 a }. +{?U_6189 a ActivityRecognition:Jumping} => {?U_6189 a }. +{?U_6190 a ActivityRecognition:KneelToStand} => {?U_6190 a }. +{?U_6191 a ActivityRecognition:KneelToStand} => {?U_6191 a }. +{?U_6192 a ActivityRecognition:KneelToStand} => {?U_6192 a }. +{?U_6193 a ActivityRecognition:KneelToStand} => {?U_6193 a }. +{?U_6194 a ActivityRecognition:KneelToStand} => {?U_6194 a }. +{?U_6195 a ActivityRecognition:KneelToStand} => {?U_6195 a }. +{?U_6196 a ActivityRecognition:KneelToStand} => {?U_6196 a }. +{?U_6197 a ActivityRecognition:KneelToStand} => {?U_6197 a }. +{?U_6198 a ActivityRecognition:KneelToStand} => {?U_6198 a }. +{?U_6199 a ActivityRecognition:Kneeling} => {?U_6199 a }. +{?U_6200 a ActivityRecognition:Kneeling} => {?U_6200 a }. +{?U_6201 a ActivityRecognition:LieToSit} => {?U_6201 a }. +{?U_6202 a ActivityRecognition:LieToSit} => {?U_6202 a }. +{?U_6203 a ActivityRecognition:LieToSit} => {?U_6203 a }. +{?U_6204 a ActivityRecognition:LieToSit} => {?U_6204 a }. +{?U_6205 a ActivityRecognition:LieToSit} => {?U_6205 a }. +{?U_6206 a ActivityRecognition:LieToSit} => {?U_6206 a }. +{?U_6207 a ActivityRecognition:LieToSit} => {?U_6207 a }. +{?U_6208 a ActivityRecognition:LieToSit} => {?U_6208 a }. +{?U_6209 a ActivityRecognition:LieToSit} => {?U_6209 a }. +{?U_6210 a ActivityRecognition:LieToStand} => {?U_6210 a }. +{?U_6211 a ActivityRecognition:LieToStand} => {?U_6211 a }. +{?U_6212 a ActivityRecognition:LieToStand} => {?U_6212 a }. +{?U_6213 a ActivityRecognition:LieToStand} => {?U_6213 a }. +{?U_6214 a ActivityRecognition:LieToStand} => {?U_6214 a }. +{?U_6215 a ActivityRecognition:LieToStand} => {?U_6215 a }. +{?U_6216 a ActivityRecognition:LieToStand} => {?U_6216 a }. +{?U_6217 a ActivityRecognition:LieToStand} => {?U_6217 a }. +{?U_6218 a ActivityRecognition:LieToStand} => {?U_6218 a }. +{?U_6219 a ActivityRecognition:LyingDown} => {?U_6219 a }. +{?U_6220 a ActivityRecognition:LyingDown} => {?U_6220 a }. +{?U_6221 a ActivityRecognition:LyingDown} => {?U_6221 a }. +{?U_6222 a ActivityRecognition:LyingDown} => {?U_6222 a }. +{?U_6223 a ActivityRecognition:LyingDown} => {?U_6223 a }. +{?U_6224 a ActivityRecognition:LyingDown} => {?U_6224 a }. +{?U_6225 a ActivityRecognition:LyingDown} => {?U_6225 a }. +{?U_6226 a ActivityRecognition:LyingDown} => {?U_6226 a }. +{?U_6227 a ActivityRecognition:LyingDown} => {?U_6227 a }. +{?U_6228 a ActivityRecognition:LyingStill} => {?U_6228 a }. +{?U_6229 a ActivityRecognition:LyingStill} => {?U_6229 a }. +{?U_6230 a ActivityRecognition:Pivoting} => {?U_6230 a }. +{?U_6231 a ActivityRecognition:Pivoting} => {?U_6231 a }. +{?U_6232 a ActivityRecognition:Pivoting} => {?U_6232 a }. +{?U_6233 a ActivityRecognition:Pivoting} => {?U_6233 a }. +{?U_6234 a ActivityRecognition:Pivoting} => {?U_6234 a }. +{?U_6235 a ActivityRecognition:Pivoting} => {?U_6235 a }. +{?U_6236 a ActivityRecognition:Pivoting} => {?U_6236 a }. +{?U_6237 a ActivityRecognition:Pivoting} => {?U_6237 a }. +{?U_6238 a ActivityRecognition:Pivoting} => {?U_6238 a }. +{?U_6239 a ActivityRecognition:Running} => {?U_6239 a }. +{?U_6240 a ActivityRecognition:Running} => {?U_6240 a }. +{?U_6241 a ActivityRecognition:SitToLie} => {?U_6241 a }. +{?U_6242 a ActivityRecognition:SitToLie} => {?U_6242 a }. +{?U_6243 a ActivityRecognition:SitToLie} => {?U_6243 a }. +{?U_6244 a ActivityRecognition:SitToLie} => {?U_6244 a }. +{?U_6245 a ActivityRecognition:SitToLie} => {?U_6245 a }. +{?U_6246 a ActivityRecognition:SitToLie} => {?U_6246 a }. +{?U_6247 a ActivityRecognition:SitToLie} => {?U_6247 a }. +{?U_6248 a ActivityRecognition:SitToLie} => {?U_6248 a }. +{?U_6249 a ActivityRecognition:SitToLie} => {?U_6249 a }. +{?U_6250 a ActivityRecognition:SitToStand} => {?U_6250 a }. +{?U_6251 a ActivityRecognition:SitToStand} => {?U_6251 a }. +{?U_6252 a ActivityRecognition:SitToStand} => {?U_6252 a }. +{?U_6253 a ActivityRecognition:SitToStand} => {?U_6253 a }. +{?U_6254 a ActivityRecognition:SitToStand} => {?U_6254 a }. +{?U_6255 a ActivityRecognition:SitToStand} => {?U_6255 a }. +{?U_6256 a ActivityRecognition:SitToStand} => {?U_6256 a }. +{?U_6257 a ActivityRecognition:SitToStand} => {?U_6257 a }. +{?U_6258 a ActivityRecognition:SitToStand} => {?U_6258 a }. +{?U_6259 a ActivityRecognition:SitToWalk} => {?U_6259 a }. +{?U_6260 a ActivityRecognition:SitToWalk} => {?U_6260 a }. +{?U_6261 a ActivityRecognition:SitToWalk} => {?U_6261 a }. +{?U_6262 a ActivityRecognition:SitToWalk} => {?U_6262 a }. +{?U_6263 a ActivityRecognition:SitToWalk} => {?U_6263 a }. +{?U_6264 a ActivityRecognition:SitToWalk} => {?U_6264 a }. +{?U_6265 a ActivityRecognition:SitToWalk} => {?U_6265 a }. +{?U_6266 a ActivityRecognition:SitToWalk} => {?U_6266 a }. +{?U_6267 a ActivityRecognition:SitToWalk} => {?U_6267 a }. +{?U_6268 a ActivityRecognition:Sitting} => {?U_6268 a }. +{?U_6269 a ActivityRecognition:Sitting} => {?U_6269 a }. +{?U_6270 a ActivityRecognition:SittingChair} => {?U_6270 a }. +{?U_6271 a ActivityRecognition:SittingChair} => {?U_6271 a }. +{?U_6272 a ActivityRecognition:SittingDown} => {?U_6272 a }. +{?U_6273 a ActivityRecognition:SittingDown} => {?U_6273 a }. +{?U_6274 a ActivityRecognition:SittingDown} => {?U_6274 a }. +{?U_6275 a ActivityRecognition:SittingDown} => {?U_6275 a }. +{?U_6276 a ActivityRecognition:SittingDown} => {?U_6276 a }. +{?U_6277 a ActivityRecognition:SittingDown} => {?U_6277 a }. +{?U_6278 a ActivityRecognition:SittingDown} => {?U_6278 a }. +{?U_6279 a ActivityRecognition:SittingDown} => {?U_6279 a }. +{?U_6280 a ActivityRecognition:SittingDown} => {?U_6280 a }. +{?U_6281 a ActivityRecognition:SittingFloor} => {?U_6281 a }. +{?U_6282 a ActivityRecognition:SittingFloor} => {?U_6282 a }. +{?U_6283 a ActivityRecognition:Squatting} => {?U_6283 a }. +{?U_6284 a ActivityRecognition:Squatting} => {?U_6284 a }. +{?U_6285 a ActivityRecognition:StandToKneel} => {?U_6285 a }. +{?U_6286 a ActivityRecognition:StandToKneel} => {?U_6286 a }. +{?U_6287 a ActivityRecognition:StandToKneel} => {?U_6287 a }. +{?U_6288 a ActivityRecognition:StandToKneel} => {?U_6288 a }. +{?U_6289 a ActivityRecognition:StandToKneel} => {?U_6289 a }. +{?U_6290 a ActivityRecognition:StandToKneel} => {?U_6290 a }. +{?U_6291 a ActivityRecognition:StandToKneel} => {?U_6291 a }. +{?U_6292 a ActivityRecognition:StandToKneel} => {?U_6292 a }. +{?U_6293 a ActivityRecognition:StandToKneel} => {?U_6293 a }. +{?U_6294 a ActivityRecognition:StandToLie} => {?U_6294 a }. +{?U_6295 a ActivityRecognition:StandToLie} => {?U_6295 a }. +{?U_6296 a ActivityRecognition:StandToLie} => {?U_6296 a }. +{?U_6297 a ActivityRecognition:StandToLie} => {?U_6297 a }. +{?U_6298 a ActivityRecognition:StandToLie} => {?U_6298 a }. +{?U_6299 a ActivityRecognition:StandToLie} => {?U_6299 a }. +{?U_6300 a ActivityRecognition:StandToLie} => {?U_6300 a }. +{?U_6301 a ActivityRecognition:StandToLie} => {?U_6301 a }. +{?U_6302 a ActivityRecognition:StandToLie} => {?U_6302 a }. +{?U_6303 a ActivityRecognition:StandToSit} => {?U_6303 a }. +{?U_6304 a ActivityRecognition:StandToSit} => {?U_6304 a }. +{?U_6305 a ActivityRecognition:StandToSit} => {?U_6305 a }. +{?U_6306 a ActivityRecognition:StandToSit} => {?U_6306 a }. +{?U_6307 a ActivityRecognition:StandToSit} => {?U_6307 a }. +{?U_6308 a ActivityRecognition:StandToSit} => {?U_6308 a }. +{?U_6309 a ActivityRecognition:StandToSit} => {?U_6309 a }. +{?U_6310 a ActivityRecognition:StandToSit} => {?U_6310 a }. +{?U_6311 a ActivityRecognition:StandToSit} => {?U_6311 a }. +{?U_6312 a ActivityRecognition:Standing} => {?U_6312 a }. +{?U_6313 a ActivityRecognition:Standing} => {?U_6313 a }. +{?U_6314 a ActivityRecognition:StandingStill} => {?U_6314 a }. +{?U_6315 a ActivityRecognition:StandingStill} => {?U_6315 a }. +{?U_6316 a ActivityRecognition:StandingUnquiet} => {?U_6316 a }. +{?U_6317 a ActivityRecognition:StandingUnquiet} => {?U_6317 a }. +{?U_6318 a ActivityRecognition:StandingUp} => {?U_6318 a }. +{?U_6319 a ActivityRecognition:StandingUp} => {?U_6319 a }. +{?U_6320 a ActivityRecognition:StandingUp} => {?U_6320 a }. +{?U_6321 a ActivityRecognition:StandingUp} => {?U_6321 a }. +{?U_6322 a ActivityRecognition:StandingUp} => {?U_6322 a }. +{?U_6323 a ActivityRecognition:StandingUp} => {?U_6323 a }. +{?U_6324 a ActivityRecognition:StandingUp} => {?U_6324 a }. +{?U_6325 a ActivityRecognition:StandingUp} => {?U_6325 a }. +{?U_6326 a ActivityRecognition:StandingUp} => {?U_6326 a }. +{?U_6327 a ActivityRecognition:Straightening} => {?U_6327 a }. +{?U_6328 a ActivityRecognition:Straightening} => {?U_6328 a }. +{?U_6329 a ActivityRecognition:Straightening} => {?U_6329 a }. +{?U_6330 a ActivityRecognition:Straightening} => {?U_6330 a }. +{?U_6331 a ActivityRecognition:Straightening} => {?U_6331 a }. +{?U_6332 a ActivityRecognition:Straightening} => {?U_6332 a }. +{?U_6333 a ActivityRecognition:Straightening} => {?U_6333 a }. +{?U_6334 a ActivityRecognition:Straightening} => {?U_6334 a }. +{?U_6335 a ActivityRecognition:Straightening} => {?U_6335 a }. +{?U_6336 a ActivityRecognition:Transition} => {?U_6336 a }. +{?U_6337 a ActivityRecognition:Transition} => {?U_6337 a }. +{?U_6338 a ActivityRecognition:Turning} => {?U_6338 a }. +{?U_6339 a ActivityRecognition:Turning} => {?U_6339 a }. +{?U_6340 a ActivityRecognition:Walking} => {?U_6340 a }. +{?U_6341 a ActivityRecognition:Walking} => {?U_6341 a }. +{?U_6342 a ActivityRecognition:WalkingCarryingLoad} => {?U_6342 a }. +{?U_6343 a ActivityRecognition:WalkingCarryingLoad} => {?U_6343 a }. +{?U_6344 a ActivityRecognition:WalkingDownStairs} => {?U_6344 a }. +{?U_6345 a ActivityRecognition:WalkingDownStairs} => {?U_6345 a }. +{?U_6346 a ActivityRecognition:WalkingUpStairs} => {?U_6346 a }. +{?U_6347 a ActivityRecognition:WalkingUpStairs} => {?U_6347 a }. +{?U_6348 a SensorsAndActuators:AtmosphericPressure} => {?U_6348 a }. +{?U_6349 a SensorsAndActuators:AtmosphericPressure} => {?U_6349 a }. +{?U_6350 a SensorsAndActuators:BathRoom} => {?U_6350 a }. +{?U_6351 a SensorsAndActuators:BathRoom} => {?U_6351 a }. +{?U_6352 a SensorsAndActuators:BedRoom} => {?U_6352 a }. +{?U_6353 a SensorsAndActuators:BedRoom} => {?U_6353 a }. +{?U_6354 a SensorsAndActuators:Blind} => {?U_6354 a }. +{?U_6355 a SensorsAndActuators:Blind} => {?U_6355 a }. +{?U_6356 a SensorsAndActuators:BrownGoods} => {?U_6356 a }. +{?U_6357 a SensorsAndActuators:BrownGoods} => {?U_6357 a }. +{?U_6358 a SensorsAndActuators:BrownGoods} => {?U_6358 a }. +{?U_6359 a SensorsAndActuators:Button} => {?U_6359 a }. +{?U_6360 a SensorsAndActuators:Button} => {?U_6360 a }. +{?U_6361 a SensorsAndActuators:CO2Sensor} => {?U_6361 a }. +{?U_6362 a SensorsAndActuators:CO2Sensor} => {?U_6362 a }. +{?U_6363 a SensorsAndActuators:CO2Sensor} => {?U_6363 a }. +{?U_6364 a SensorsAndActuators:CoffeeMaker} => {?U_6364 a }. +{?U_6365 a SensorsAndActuators:CoffeeMaker} => {?U_6365 a }. +{?U_6366 a SensorsAndActuators:CoffeeMaker} => {?U_6366 a }. +{?U_6367 a SensorsAndActuators:Computer} => {?U_6367 a }. +{?U_6368 a SensorsAndActuators:Computer} => {?U_6368 a }. +{?U_6369 a SensorsAndActuators:Computer} => {?U_6369 a }. +{?U_6370 a SensorsAndActuators:ContactSensor} => {?U_6370 a }. +{?U_6371 a SensorsAndActuators:ContactSensor} => {?U_6371 a }. +{?U_6372 a SensorsAndActuators:ContactSensor} => {?U_6372 a }. +{?U_6373 a SensorsAndActuators:DeepFreezer} => {?U_6373 a }. +{?U_6374 a SensorsAndActuators:DeepFreezer} => {?U_6374 a }. +{?U_6375 a SensorsAndActuators:DeepFreezer} => {?U_6375 a }. +{?U_6376 a SensorsAndActuators:DeepFreezer} => {?U_6376 a }. +{?U_6377 a SensorsAndActuators:DeepFreezer} => {?U_6377 a }. +{?U_6378 a SensorsAndActuators:DeepFreezer} => {?U_6378 a }. +{?U_6379 a SensorsAndActuators:DeepFreezer} => {?U_6379 a }. +{?U_6380 a SensorsAndActuators:DeepFreezer} => {?U_6380 a }. +{?U_6381 a SensorsAndActuators:DeepFreezer} => {?U_6381 a }. +{?U_6382 a SensorsAndActuators:DeepFreezer} => {?U_6382 a }. +{?U_6383 a SensorsAndActuators:DeepFreezer} => {?U_6383 a }. +{?U_6384 a SensorsAndActuators:DeepFreezer} => {?U_6384 a }. +{?U_6385 a SensorsAndActuators:DeepFreezer} => {?U_6385 a saref4bldg:PhysicalObject}. +{?U_6386 a SensorsAndActuators:DeepFreezer} => {?U_6386 a }. +{?U_6387 a SensorsAndActuators:DeepFreezer} => {?U_6387 a }. +{?U_6388 a SensorsAndActuators:DeepFreezer} => {?U_6388 a }. +{?U_6389 a SensorsAndActuators:DeepFreezer} => {?U_6389 a }. +{?U_6390 a SensorsAndActuators:DeepFreezer} => {?U_6390 a }. +{?U_6391 a SensorsAndActuators:Dimmer} => {?U_6391 a }. +{?U_6392 a SensorsAndActuators:Dimmer} => {?U_6392 a }. +{?U_6393 a SensorsAndActuators:DinningRoom} => {?U_6393 a }. +{?U_6394 a SensorsAndActuators:DinningRoom} => {?U_6394 a }. +{?U_6395 a SensorsAndActuators:Dishwasher} => {?U_6395 a }. +{?U_6396 a SensorsAndActuators:Dishwasher} => {?U_6396 a }. +{?U_6397 a SensorsAndActuators:Dishwasher} => {?U_6397 a }. +{?U_6398 a SensorsAndActuators:Dishwasher} => {?U_6398 a }. +{?U_6399 a SensorsAndActuators:Dishwasher} => {?U_6399 a }. +{?U_6400 a SensorsAndActuators:Dishwasher} => {?U_6400 a }. +{?U_6401 a SensorsAndActuators:Dishwasher} => {?U_6401 a }. +{?U_6402 a SensorsAndActuators:Dishwasher} => {?U_6402 a }. +{?U_6403 a SensorsAndActuators:Dishwasher} => {?U_6403 a }. +{?U_6404 a SensorsAndActuators:Dishwasher} => {?U_6404 a }. +{?U_6405 a SensorsAndActuators:Dishwasher} => {?U_6405 a }. +{?U_6406 a SensorsAndActuators:Dishwasher} => {?U_6406 a }. +{?U_6407 a SensorsAndActuators:Dishwasher} => {?U_6407 a saref4bldg:PhysicalObject}. +{?U_6408 a SensorsAndActuators:Dishwasher} => {?U_6408 a }. +{?U_6409 a SensorsAndActuators:Dishwasher} => {?U_6409 a }. +{?U_6410 a SensorsAndActuators:Dishwasher} => {?U_6410 a }. +{?U_6411 a SensorsAndActuators:Dishwasher} => {?U_6411 a }. +{?U_6412 a SensorsAndActuators:Dishwasher} => {?U_6412 a }. +{?U_6413 a SensorsAndActuators:DoorSensor} => {?U_6413 a }. +{?U_6414 a SensorsAndActuators:DoorSensor} => {?U_6414 a }. +{?U_6415 a SensorsAndActuators:DoorSensor} => {?U_6415 a }. +{?U_6416 a SensorsAndActuators:ElectricalCooker} => {?U_6416 a }. +{?U_6417 a SensorsAndActuators:ElectricalCooker} => {?U_6417 a }. +{?U_6418 a SensorsAndActuators:ElectricalCooker} => {?U_6418 a }. +{?U_6419 a SensorsAndActuators:ElectricalCooker} => {?U_6419 a }. +{?U_6420 a SensorsAndActuators:ElectricalCooker} => {?U_6420 a }. +{?U_6421 a SensorsAndActuators:ElectricalCooker} => {?U_6421 a }. +{?U_6422 a SensorsAndActuators:ElectricalCooker} => {?U_6422 a }. +{?U_6423 a SensorsAndActuators:ElectricalCooker} => {?U_6423 a }. +{?U_6424 a SensorsAndActuators:ElectricalCooker} => {?U_6424 a }. +{?U_6425 a SensorsAndActuators:ElectricalCooker} => {?U_6425 a }. +{?U_6426 a SensorsAndActuators:ElectricalCooker} => {?U_6426 a }. +{?U_6427 a SensorsAndActuators:ElectricalCooker} => {?U_6427 a }. +{?U_6428 a SensorsAndActuators:ElectricalCooker} => {?U_6428 a saref4bldg:PhysicalObject}. +{?U_6429 a SensorsAndActuators:ElectricalCooker} => {?U_6429 a }. +{?U_6430 a SensorsAndActuators:ElectricalCooker} => {?U_6430 a }. +{?U_6431 a SensorsAndActuators:ElectricalCooker} => {?U_6431 a }. +{?U_6432 a SensorsAndActuators:ElectricalCooker} => {?U_6432 a }. +{?U_6433 a SensorsAndActuators:ElectricalCooker} => {?U_6433 a }. +{?U_6434 a SensorsAndActuators:ElectricityMeter} => {?U_6434 a }. +{?U_6435 a SensorsAndActuators:ElectricityMeter} => {?U_6435 a }. +{?U_6436 a SensorsAndActuators:ElectricityMeter} => {?U_6436 a }. +{?U_6437 a SensorsAndActuators:Fridge} => {?U_6437 a }. +{?U_6438 a SensorsAndActuators:Fridge} => {?U_6438 a }. +{?U_6439 a SensorsAndActuators:Fridge} => {?U_6439 a }. +{?U_6440 a SensorsAndActuators:Fridge} => {?U_6440 a }. +{?U_6441 a SensorsAndActuators:Fridge} => {?U_6441 a }. +{?U_6442 a SensorsAndActuators:Fridge} => {?U_6442 a }. +{?U_6443 a SensorsAndActuators:Fridge} => {?U_6443 a }. +{?U_6444 a SensorsAndActuators:Fridge} => {?U_6444 a }. +{?U_6445 a SensorsAndActuators:Fridge} => {?U_6445 a }. +{?U_6446 a SensorsAndActuators:Fridge} => {?U_6446 a }. +{?U_6447 a SensorsAndActuators:Fridge} => {?U_6447 a }. +{?U_6448 a SensorsAndActuators:Fridge} => {?U_6448 a }. +{?U_6449 a SensorsAndActuators:Fridge} => {?U_6449 a saref4bldg:PhysicalObject}. +{?U_6450 a SensorsAndActuators:Fridge} => {?U_6450 a }. +{?U_6451 a SensorsAndActuators:Fridge} => {?U_6451 a }. +{?U_6452 a SensorsAndActuators:Fridge} => {?U_6452 a }. +{?U_6453 a SensorsAndActuators:Fridge} => {?U_6453 a }. +{?U_6454 a SensorsAndActuators:Fridge} => {?U_6454 a }. +{?U_6455 a SensorsAndActuators:HumiditySensor} => {?U_6455 a }. +{?U_6456 a SensorsAndActuators:HumiditySensor} => {?U_6456 a }. +{?U_6457 a SensorsAndActuators:HumiditySensor} => {?U_6457 a }. +{?U_6458 a SensorsAndActuators:IndoorTemperature} => {?U_6458 a }. +{?U_6459 a SensorsAndActuators:IndoorTemperature} => {?U_6459 a }. +{?U_6460 a SensorsAndActuators:Kitchen} => {?U_6460 a }. +{?U_6461 a SensorsAndActuators:Kitchen} => {?U_6461 a }. +{?U_6462 a SensorsAndActuators:LightSensor} => {?U_6462 a }. +{?U_6463 a SensorsAndActuators:LightSensor} => {?U_6463 a }. +{?U_6464 a SensorsAndActuators:LightSensor} => {?U_6464 a }. +{?U_6465 a SensorsAndActuators:LivingRoom} => {?U_6465 a }. +{?U_6466 a SensorsAndActuators:LivingRoom} => {?U_6466 a }. +{?U_6467 a SensorsAndActuators:Loudness} => {?U_6467 a }. +{?U_6468 a SensorsAndActuators:Loudness} => {?U_6468 a }. +{?U_6469 a SensorsAndActuators:LoudnessSensor} => {?U_6469 a }. +{?U_6470 a SensorsAndActuators:LoudnessSensor} => {?U_6470 a }. +{?U_6471 a SensorsAndActuators:LoudnessSensor} => {?U_6471 a }. +{?U_6472 a SensorsAndActuators:Microwave} => {?U_6472 a }. +{?U_6473 a SensorsAndActuators:Microwave} => {?U_6473 a }. +{?U_6474 a SensorsAndActuators:Microwave} => {?U_6474 a }. +{?U_6475 a SensorsAndActuators:Microwave} => {?U_6475 a }. +{?U_6476 a SensorsAndActuators:Microwave} => {?U_6476 a }. +{?U_6477 a SensorsAndActuators:Microwave} => {?U_6477 a }. +{?U_6478 a SensorsAndActuators:Microwave} => {?U_6478 a }. +{?U_6479 a SensorsAndActuators:Microwave} => {?U_6479 a }. +{?U_6480 a SensorsAndActuators:Microwave} => {?U_6480 a }. +{?U_6481 a SensorsAndActuators:Microwave} => {?U_6481 a }. +{?U_6482 a SensorsAndActuators:Microwave} => {?U_6482 a }. +{?U_6483 a SensorsAndActuators:Microwave} => {?U_6483 a }. +{?U_6484 a SensorsAndActuators:Microwave} => {?U_6484 a saref4bldg:PhysicalObject}. +{?U_6485 a SensorsAndActuators:Microwave} => {?U_6485 a }. +{?U_6486 a SensorsAndActuators:Microwave} => {?U_6486 a }. +{?U_6487 a SensorsAndActuators:Microwave} => {?U_6487 a }. +{?U_6488 a SensorsAndActuators:Microwave} => {?U_6488 a }. +{?U_6489 a SensorsAndActuators:Microwave} => {?U_6489 a }. +{?U_6490 a SensorsAndActuators:MovementSensor} => {?U_6490 a }. +{?U_6491 a SensorsAndActuators:MovementSensor} => {?U_6491 a }. +{?U_6492 a SensorsAndActuators:MovementSensor} => {?U_6492 a }. +{?U_6493 a SensorsAndActuators:OutdoorTemperaturee} => {?U_6493 a }. +{?U_6494 a SensorsAndActuators:OutdoorTemperaturee} => {?U_6494 a }. +{?U_6495 a SensorsAndActuators:Oven} => {?U_6495 a }. +{?U_6496 a SensorsAndActuators:Oven} => {?U_6496 a }. +{?U_6497 a SensorsAndActuators:Oven} => {?U_6497 a }. +{?U_6498 a SensorsAndActuators:Oven} => {?U_6498 a }. +{?U_6499 a SensorsAndActuators:Oven} => {?U_6499 a }. +{?U_6500 a SensorsAndActuators:Oven} => {?U_6500 a }. +{?U_6501 a SensorsAndActuators:Oven} => {?U_6501 a }. +{?U_6502 a SensorsAndActuators:Oven} => {?U_6502 a }. +{?U_6503 a SensorsAndActuators:Oven} => {?U_6503 a }. +{?U_6504 a SensorsAndActuators:Oven} => {?U_6504 a }. +{?U_6505 a SensorsAndActuators:Oven} => {?U_6505 a }. +{?U_6506 a SensorsAndActuators:Oven} => {?U_6506 a }. +{?U_6507 a SensorsAndActuators:Oven} => {?U_6507 a saref4bldg:PhysicalObject}. +{?U_6508 a SensorsAndActuators:Oven} => {?U_6508 a }. +{?U_6509 a SensorsAndActuators:Oven} => {?U_6509 a }. +{?U_6510 a SensorsAndActuators:Oven} => {?U_6510 a }. +{?U_6511 a SensorsAndActuators:Oven} => {?U_6511 a }. +{?U_6512 a SensorsAndActuators:Oven} => {?U_6512 a }. +{?U_6513 a SensorsAndActuators:PeopleNumber} => {?U_6513 a }. +{?U_6514 a SensorsAndActuators:PeopleNumber} => {?U_6514 a }. +{?U_6515 a SensorsAndActuators:PeoplePresencee} => {?U_6515 a }. +{?U_6516 a SensorsAndActuators:PeoplePresencee} => {?U_6516 a }. +{?U_6517 a SensorsAndActuators:PresenceSensor} => {?U_6517 a }. +{?U_6518 a SensorsAndActuators:PresenceSensor} => {?U_6518 a }. +{?U_6519 a SensorsAndActuators:PresenceSensor} => {?U_6519 a }. +{?U_6520 a SensorsAndActuators:PressureSensor} => {?U_6520 a }. +{?U_6521 a SensorsAndActuators:PressureSensor} => {?U_6521 a }. +{?U_6522 a SensorsAndActuators:PressureSensor} => {?U_6522 a }. +{?U_6523 a SensorsAndActuators:Radio} => {?U_6523 a }. +{?U_6524 a SensorsAndActuators:Radio} => {?U_6524 a }. +{?U_6525 a SensorsAndActuators:Radio} => {?U_6525 a }. +{?U_6526 a SensorsAndActuators:RainRate} => {?U_6526 a }. +{?U_6527 a SensorsAndActuators:RainRate} => {?U_6527 a }. +{?U_6528 a SensorsAndActuators:RainrateSensor} => {?U_6528 a }. +{?U_6529 a SensorsAndActuators:RainrateSensor} => {?U_6529 a }. +{?U_6530 a SensorsAndActuators:RainrateSensor} => {?U_6530 a }. +{?U_6531 a SensorsAndActuators:Socket} => {?U_6531 a }. +{?U_6532 a SensorsAndActuators:TemperatureSensor} => {?U_6532 a }. +{?U_6533 a SensorsAndActuators:TemperatureSensor} => {?U_6533 a }. +{?U_6534 a SensorsAndActuators:Tv} => {?U_6534 a }. +{?U_6535 a SensorsAndActuators:Tv} => {?U_6535 a }. +{?U_6536 a SensorsAndActuators:Tv} => {?U_6536 a }. +{?U_6537 a SensorsAndActuators:VOCSensor} => {?U_6537 a }. +{?U_6538 a SensorsAndActuators:VOCSensor} => {?U_6538 a }. +{?U_6539 a SensorsAndActuators:VOCSensor} => {?U_6539 a }. +{?U_6540 a SensorsAndActuators:WashingMachine} => {?U_6540 a }. +{?U_6541 a SensorsAndActuators:WashingMachine} => {?U_6541 a }. +{?U_6542 a SensorsAndActuators:WashingMachine} => {?U_6542 a }. +{?U_6543 a SensorsAndActuators:WashingMachine} => {?U_6543 a }. +{?U_6544 a SensorsAndActuators:WashingMachine} => {?U_6544 a }. +{?U_6545 a SensorsAndActuators:WashingMachine} => {?U_6545 a }. +{?U_6546 a SensorsAndActuators:WashingMachine} => {?U_6546 a }. +{?U_6547 a SensorsAndActuators:WashingMachine} => {?U_6547 a }. +{?U_6548 a SensorsAndActuators:WashingMachine} => {?U_6548 a }. +{?U_6549 a SensorsAndActuators:WashingMachine} => {?U_6549 a }. +{?U_6550 a SensorsAndActuators:WashingMachine} => {?U_6550 a }. +{?U_6551 a SensorsAndActuators:WashingMachine} => {?U_6551 a }. +{?U_6552 a SensorsAndActuators:WashingMachine} => {?U_6552 a saref4bldg:PhysicalObject}. +{?U_6553 a SensorsAndActuators:WashingMachine} => {?U_6553 a }. +{?U_6554 a SensorsAndActuators:WashingMachine} => {?U_6554 a }. +{?U_6555 a SensorsAndActuators:WashingMachine} => {?U_6555 a }. +{?U_6556 a SensorsAndActuators:WashingMachine} => {?U_6556 a }. +{?U_6557 a SensorsAndActuators:WashingMachine} => {?U_6557 a }. +{?U_6558 a SensorsAndActuators:WaterBoiler} => {?U_6558 a }. +{?U_6559 a SensorsAndActuators:WaterBoiler} => {?U_6559 a }. +{?U_6560 a SensorsAndActuators:WaterBoiler} => {?U_6560 a }. +{?U_6561 a SensorsAndActuators:WaterRunningSensor} => {?U_6561 a }. +{?U_6562 a SensorsAndActuators:WaterRunningSensor} => {?U_6562 a }. +{?U_6563 a SensorsAndActuators:WaterRunningSensor} => {?U_6563 a }. +{?U_6564 a SensorsAndActuators:WhiteGoods} => {?U_6564 a }. +{?U_6565 a SensorsAndActuators:WhiteGoods} => {?U_6565 a }. +{?U_6566 a SensorsAndActuators:WhiteGoods} => {?U_6566 a }. +{?U_6567 a SensorsAndActuators:WindSpeedSensor} => {?U_6567 a }. +{?U_6568 a SensorsAndActuators:WindSpeedSensor} => {?U_6568 a }. +{?U_6569 a SensorsAndActuators:WindSpeedSensor} => {?U_6569 a }. +{?U_6570 a saref4bldg:Pump} => {?U_6570 a }. +{?U_6571 a SensorsAndWearables:Acceleration} => {?U_6571 a }. +{?U_6572 a SensorsAndWearables:Acceleration} => {?U_6572 a }. +{?U_6573 a SensorsAndWearables:Acceleration} => {?U_6573 a }. +{?U_6574 a SensorsAndWearables:Acceleration} => {?U_6574 a }. +{?U_6575 a SensorsAndWearables:Acceleration} => {?U_6575 a }. +{?U_6576 a SensorsAndWearables:Acceleration} => {?U_6576 a }. +{?U_6577 a SensorsAndWearables:Acceleration} => {?U_6577 a }. +{?U_6578 a SensorsAndWearables:Acceleration} => {?U_6578 a }. +{?U_6579 a SensorsAndWearables:Acceleration} => {?U_6579 a }. +{?U_6580 a SensorsAndWearables:Accelerometer} => {?U_6580 a }. +{?U_6581 a SensorsAndWearables:Accelerometer} => {?U_6581 a }. +{?U_6582 a SensorsAndWearables:Accelerometer} => {?U_6582 a }. +{?U_6583 a SensorsAndWearables:Accelerometer} => {?U_6583 a }. +{?U_6584 a SensorsAndWearables:Accelerometer} => {?U_6584 a }. +{?U_6585 a SensorsAndWearables:Accelerometer} => {?U_6585 a }. +{?U_6586 a SensorsAndWearables:Accelerometer} => {?U_6586 a }. +{?U_6587 a SensorsAndWearables:Accelerometer} => {?U_6587 a }. +{?U_6588 a SensorsAndWearables:Accelerometer} => {?U_6588 a }. +{?U_6589 a SensorsAndWearables:Accelerometer} => {?U_6589 a }. +{?U_6590 a SensorsAndWearables:Accelerometer} => {?U_6590 a }. +{?U_6591 a SensorsAndWearables:Accelerometer} => {?U_6591 a }. +{?U_6592 a SensorsAndWearables:Accelerometer} => {?U_6592 a saref4bldg:PhysicalObject}. +{?U_6593 a SensorsAndWearables:Accelerometer} => {?U_6593 a }. +{?U_6594 a SensorsAndWearables:Accelerometer} => {?U_6594 a }. +{?U_6595 a SensorsAndWearables:Accelerometer} => {?U_6595 a }. +{?U_6596 a SensorsAndWearables:Accelerometer} => {?U_6596 a }. +{?U_6597 a SensorsAndWearables:Accelerometer} => {?U_6597 a }. +{?U_6598 a SensorsAndWearables:Altitude} => {?U_6598 a }. +{?U_6599 a SensorsAndWearables:Altitude} => {?U_6599 a }. +{?U_6600 a SensorsAndWearables:AmbientLightSensor} => {?U_6600 a }. +{?U_6601 a SensorsAndWearables:AmbientLightSensor} => {?U_6601 a }. +{?U_6602 a SensorsAndWearables:AmbientLightSensor} => {?U_6602 a }. +{?U_6603 a SensorsAndWearables:AmbientNoiseSensor} => {?U_6603 a }. +{?U_6604 a SensorsAndWearables:AmbientNoiseSensor} => {?U_6604 a }. +{?U_6605 a SensorsAndWearables:AmbientNoiseSensor} => {?U_6605 a }. +{?U_6606 a SensorsAndWearables:Amplitude} => {?U_6606 a }. +{?U_6607 a SensorsAndWearables:Amplitude} => {?U_6607 a }. +{?U_6608 a SensorsAndWearables:Amplitude} => {?U_6608 a }. +{?U_6609 a SensorsAndWearables:Amplitude} => {?U_6609 a }. +{?U_6610 a SensorsAndWearables:Amplitude} => {?U_6610 a }. +{?U_6611 a SensorsAndWearables:Amplitude} => {?U_6611 a }. +{?U_6612 a SensorsAndWearables:Amplitude} => {?U_6612 a }. +{?U_6613 a SensorsAndWearables:Amplitude} => {?U_6613 a }. +{?U_6614 a SensorsAndWearables:Amplitude} => {?U_6614 a }. +{?U_6615 a SensorsAndWearables:ApplicationUsage} => {?U_6615 a }. +{?U_6616 a SensorsAndWearables:ApplicationUsage} => {?U_6616 a }. +{?U_6617 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6617 a }. +{?U_6618 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6618 a }. +{?U_6619 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6619 a }. +{?U_6620 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6620 a }. +{?U_6621 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6621 a }. +{?U_6622 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6622 a }. +{?U_6623 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6623 a }. +{?U_6624 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6624 a }. +{?U_6625 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6625 a }. +{?U_6626 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6626 a }. +{?U_6627 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6627 a }. +{?U_6628 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6628 a }. +{?U_6629 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6629 a saref4bldg:PhysicalObject}. +{?U_6630 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6630 a }. +{?U_6631 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6631 a }. +{?U_6632 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6632 a }. +{?U_6633 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6633 a }. +{?U_6634 a SensorsAndWearables:ApplicationUsageMeter} => {?U_6634 a }. +{?U_6635 a SensorsAndWearables:BatteryLevelMeter} => {?U_6635 a }. +{?U_6636 a SensorsAndWearables:BatteryLevelMeter} => {?U_6636 a }. +{?U_6637 a SensorsAndWearables:BatteryLevelMeter} => {?U_6637 a }. +{?U_6638 a SensorsAndWearables:BloodPressure} => {?U_6638 a }. +{?U_6639 a SensorsAndWearables:BloodPressure} => {?U_6639 a }. +{?U_6640 a SensorsAndWearables:BloodPressure} => {?U_6640 a }. +{?U_6641 a SensorsAndWearables:BloodPressure} => {?U_6641 a }. +{?U_6642 a SensorsAndWearables:BloodPressure} => {?U_6642 a }. +{?U_6643 a SensorsAndWearables:BloodPressure} => {?U_6643 a }. +{?U_6644 a SensorsAndWearables:BloodPressure} => {?U_6644 a }. +{?U_6645 a SensorsAndWearables:BloodPressure} => {?U_6645 a }. +{?U_6646 a SensorsAndWearables:BloodPressure} => {?U_6646 a }. +{?U_6647 a SensorsAndWearables:BloodVolumePulse} => {?U_6647 a }. +{?U_6648 a SensorsAndWearables:BloodVolumePulse} => {?U_6648 a }. +{?U_6649 a SensorsAndWearables:BloodVolumePulse} => {?U_6649 a }. +{?U_6650 a SensorsAndWearables:BloodVolumePulse} => {?U_6650 a }. +{?U_6651 a SensorsAndWearables:BloodVolumePulse} => {?U_6651 a }. +{?U_6652 a SensorsAndWearables:BloodVolumePulse} => {?U_6652 a }. +{?U_6653 a SensorsAndWearables:BloodVolumePulse} => {?U_6653 a }. +{?U_6654 a SensorsAndWearables:BloodVolumePulse} => {?U_6654 a }. +{?U_6655 a SensorsAndWearables:BloodVolumePulse} => {?U_6655 a }. +{?U_6656 a SensorsAndWearables:Empatica} => {?U_6656 a ns6:Wearable}. +{?U_6657 a SensorsAndWearables:Empatica} => {?U_6657 a }. +{?U_6658 a SensorsAndWearables:Frequency} => {?U_6658 a }. +{?U_6659 a SensorsAndWearables:Frequency} => {?U_6659 a }. +{?U_6660 a SensorsAndWearables:Frequency} => {?U_6660 a }. +{?U_6661 a SensorsAndWearables:Frequency} => {?U_6661 a }. +{?U_6662 a SensorsAndWearables:Frequency} => {?U_6662 a }. +{?U_6663 a SensorsAndWearables:Frequency} => {?U_6663 a }. +{?U_6664 a SensorsAndWearables:Frequency} => {?U_6664 a }. +{?U_6665 a SensorsAndWearables:Frequency} => {?U_6665 a }. +{?U_6666 a SensorsAndWearables:Frequency} => {?U_6666 a }. +{?U_6667 a SensorsAndWearables:GPSSensor} => {?U_6667 a }. +{?U_6668 a SensorsAndWearables:GPSSensor} => {?U_6668 a }. +{?U_6669 a SensorsAndWearables:GPSSensor} => {?U_6669 a }. +{?U_6670 a SensorsAndWearables:GSRSensor} => {?U_6670 a }. +{?U_6671 a SensorsAndWearables:GSRSensor} => {?U_6671 a }. +{?U_6672 a SensorsAndWearables:GSRSensor} => {?U_6672 a }. +{?U_6673 a SensorsAndWearables:Gravity} => {?U_6673 a }. +{?U_6674 a SensorsAndWearables:Gravity} => {?U_6674 a }. +{?U_6675 a SensorsAndWearables:Gravity} => {?U_6675 a }. +{?U_6676 a SensorsAndWearables:Gravity} => {?U_6676 a }. +{?U_6677 a SensorsAndWearables:Gravity} => {?U_6677 a }. +{?U_6678 a SensorsAndWearables:Gravity} => {?U_6678 a }. +{?U_6679 a SensorsAndWearables:Gravity} => {?U_6679 a }. +{?U_6680 a SensorsAndWearables:Gravity} => {?U_6680 a }. +{?U_6681 a SensorsAndWearables:Gravity} => {?U_6681 a }. +{?U_6682 a SensorsAndWearables:GravitySensor} => {?U_6682 a }. +{?U_6683 a SensorsAndWearables:GravitySensor} => {?U_6683 a }. +{?U_6684 a SensorsAndWearables:GravitySensor} => {?U_6684 a }. +{?U_6685 a SensorsAndWearables:GravitySensor} => {?U_6685 a }. +{?U_6686 a SensorsAndWearables:GravitySensor} => {?U_6686 a }. +{?U_6687 a SensorsAndWearables:GravitySensor} => {?U_6687 a }. +{?U_6688 a SensorsAndWearables:GravitySensor} => {?U_6688 a }. +{?U_6689 a SensorsAndWearables:GravitySensor} => {?U_6689 a }. +{?U_6690 a SensorsAndWearables:GravitySensor} => {?U_6690 a }. +{?U_6691 a SensorsAndWearables:GravitySensor} => {?U_6691 a }. +{?U_6692 a SensorsAndWearables:GravitySensor} => {?U_6692 a }. +{?U_6693 a SensorsAndWearables:GravitySensor} => {?U_6693 a }. +{?U_6694 a SensorsAndWearables:GravitySensor} => {?U_6694 a saref4bldg:PhysicalObject}. +{?U_6695 a SensorsAndWearables:GravitySensor} => {?U_6695 a }. +{?U_6696 a SensorsAndWearables:GravitySensor} => {?U_6696 a }. +{?U_6697 a SensorsAndWearables:GravitySensor} => {?U_6697 a }. +{?U_6698 a SensorsAndWearables:GravitySensor} => {?U_6698 a }. +{?U_6699 a SensorsAndWearables:GravitySensor} => {?U_6699 a }. +{?U_6700 a SensorsAndWearables:Gyroscope} => {?U_6700 a }. +{?U_6701 a SensorsAndWearables:Gyroscope} => {?U_6701 a }. +{?U_6702 a SensorsAndWearables:Gyroscope} => {?U_6702 a }. +{?U_6703 a SensorsAndWearables:Gyroscope} => {?U_6703 a }. +{?U_6704 a SensorsAndWearables:Gyroscope} => {?U_6704 a }. +{?U_6705 a SensorsAndWearables:Gyroscope} => {?U_6705 a }. +{?U_6706 a SensorsAndWearables:Gyroscope} => {?U_6706 a }. +{?U_6707 a SensorsAndWearables:Gyroscope} => {?U_6707 a }. +{?U_6708 a SensorsAndWearables:Gyroscope} => {?U_6708 a }. +{?U_6709 a SensorsAndWearables:Gyroscope} => {?U_6709 a }. +{?U_6710 a SensorsAndWearables:Gyroscope} => {?U_6710 a }. +{?U_6711 a SensorsAndWearables:Gyroscope} => {?U_6711 a }. +{?U_6712 a SensorsAndWearables:Gyroscope} => {?U_6712 a saref4bldg:PhysicalObject}. +{?U_6713 a SensorsAndWearables:Gyroscope} => {?U_6713 a }. +{?U_6714 a SensorsAndWearables:Gyroscope} => {?U_6714 a }. +{?U_6715 a SensorsAndWearables:Gyroscope} => {?U_6715 a }. +{?U_6716 a SensorsAndWearables:Gyroscope} => {?U_6716 a }. +{?U_6717 a SensorsAndWearables:Gyroscope} => {?U_6717 a }. +{?U_6718 a SensorsAndWearables:HeartRate} => {?U_6718 a }. +{?U_6719 a SensorsAndWearables:HeartRate} => {?U_6719 a }. +{?U_6720 a SensorsAndWearables:HeartRate} => {?U_6720 a }. +{?U_6721 a SensorsAndWearables:HeartRate} => {?U_6721 a }. +{?U_6722 a SensorsAndWearables:HeartRate} => {?U_6722 a }. +{?U_6723 a SensorsAndWearables:HeartRate} => {?U_6723 a }. +{?U_6724 a SensorsAndWearables:HeartRate} => {?U_6724 a }. +{?U_6725 a SensorsAndWearables:HeartRate} => {?U_6725 a }. +{?U_6726 a SensorsAndWearables:HeartRate} => {?U_6726 a }. +{?U_6727 a SensorsAndWearables:InterBeatInterval} => {?U_6727 a }. +{?U_6728 a SensorsAndWearables:InterBeatInterval} => {?U_6728 a }. +{?U_6729 a SensorsAndWearables:InterBeatInterval} => {?U_6729 a }. +{?U_6730 a SensorsAndWearables:InterBeatInterval} => {?U_6730 a }. +{?U_6731 a SensorsAndWearables:InterBeatInterval} => {?U_6731 a }. +{?U_6732 a SensorsAndWearables:InterBeatInterval} => {?U_6732 a }. +{?U_6733 a SensorsAndWearables:InterBeatInterval} => {?U_6733 a }. +{?U_6734 a SensorsAndWearables:InterBeatInterval} => {?U_6734 a }. +{?U_6735 a SensorsAndWearables:InterBeatInterval} => {?U_6735 a }. +{?U_6736 a SensorsAndWearables:KeyStrokes} => {?U_6736 a }. +{?U_6737 a SensorsAndWearables:KeyStrokes} => {?U_6737 a }. +{?U_6738 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6738 a }. +{?U_6739 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6739 a }. +{?U_6740 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6740 a }. +{?U_6741 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6741 a }. +{?U_6742 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6742 a }. +{?U_6743 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6743 a }. +{?U_6744 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6744 a }. +{?U_6745 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6745 a }. +{?U_6746 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6746 a }. +{?U_6747 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6747 a }. +{?U_6748 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6748 a }. +{?U_6749 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6749 a }. +{?U_6750 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6750 a saref4bldg:PhysicalObject}. +{?U_6751 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6751 a }. +{?U_6752 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6752 a }. +{?U_6753 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6753 a }. +{?U_6754 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6754 a }. +{?U_6755 a SensorsAndWearables:KeyboardUsageMeter} => {?U_6755 a }. +{?U_6756 a SensorsAndWearables:Light} => {?U_6756 a }. +{?U_6757 a SensorsAndWearables:Light} => {?U_6757 a }. +{?U_6758 a SensorsAndWearables:LinearAcceleration} => {?U_6758 a }. +{?U_6759 a SensorsAndWearables:LinearAcceleration} => {?U_6759 a }. +{?U_6760 a SensorsAndWearables:LinearAcceleration} => {?U_6760 a }. +{?U_6761 a SensorsAndWearables:LinearAcceleration} => {?U_6761 a }. +{?U_6762 a SensorsAndWearables:LinearAcceleration} => {?U_6762 a }. +{?U_6763 a SensorsAndWearables:LinearAcceleration} => {?U_6763 a }. +{?U_6764 a SensorsAndWearables:LinearAcceleration} => {?U_6764 a }. +{?U_6765 a SensorsAndWearables:LinearAcceleration} => {?U_6765 a }. +{?U_6766 a SensorsAndWearables:LinearAcceleration} => {?U_6766 a }. +{?U_6767 a SensorsAndWearables:LinearAccelerometer} => {?U_6767 a }. +{?U_6768 a SensorsAndWearables:LinearAccelerometer} => {?U_6768 a }. +{?U_6769 a SensorsAndWearables:LinearAccelerometer} => {?U_6769 a }. +{?U_6770 a SensorsAndWearables:LinearAccelerometer} => {?U_6770 a }. +{?U_6771 a SensorsAndWearables:LinearAccelerometer} => {?U_6771 a }. +{?U_6772 a SensorsAndWearables:LinearAccelerometer} => {?U_6772 a }. +{?U_6773 a SensorsAndWearables:LinearAccelerometer} => {?U_6773 a }. +{?U_6774 a SensorsAndWearables:LinearAccelerometer} => {?U_6774 a }. +{?U_6775 a SensorsAndWearables:LinearAccelerometer} => {?U_6775 a }. +{?U_6776 a SensorsAndWearables:LinearAccelerometer} => {?U_6776 a }. +{?U_6777 a SensorsAndWearables:LinearAccelerometer} => {?U_6777 a }. +{?U_6778 a SensorsAndWearables:LinearAccelerometer} => {?U_6778 a }. +{?U_6779 a SensorsAndWearables:LinearAccelerometer} => {?U_6779 a saref4bldg:PhysicalObject}. +{?U_6780 a SensorsAndWearables:LinearAccelerometer} => {?U_6780 a }. +{?U_6781 a SensorsAndWearables:LinearAccelerometer} => {?U_6781 a }. +{?U_6782 a SensorsAndWearables:LinearAccelerometer} => {?U_6782 a }. +{?U_6783 a SensorsAndWearables:LinearAccelerometer} => {?U_6783 a }. +{?U_6784 a SensorsAndWearables:LinearAccelerometer} => {?U_6784 a }. +{?U_6785 a SensorsAndWearables:MagneticFieldStrength} => {?U_6785 a }. +{?U_6786 a SensorsAndWearables:MagneticFieldStrength} => {?U_6786 a }. +{?U_6787 a SensorsAndWearables:MagneticFieldStrength} => {?U_6787 a }. +{?U_6788 a SensorsAndWearables:MagneticFieldStrength} => {?U_6788 a }. +{?U_6789 a SensorsAndWearables:MagneticFieldStrength} => {?U_6789 a }. +{?U_6790 a SensorsAndWearables:MagneticFieldStrength} => {?U_6790 a }. +{?U_6791 a SensorsAndWearables:MagneticFieldStrength} => {?U_6791 a }. +{?U_6792 a SensorsAndWearables:MagneticFieldStrength} => {?U_6792 a }. +{?U_6793 a SensorsAndWearables:MagneticFieldStrength} => {?U_6793 a }. +{?U_6794 a SensorsAndWearables:Magnetometer} => {?U_6794 a }. +{?U_6795 a SensorsAndWearables:Magnetometer} => {?U_6795 a }. +{?U_6796 a SensorsAndWearables:Magnetometer} => {?U_6796 a }. +{?U_6797 a SensorsAndWearables:Magnetometer} => {?U_6797 a }. +{?U_6798 a SensorsAndWearables:Magnetometer} => {?U_6798 a }. +{?U_6799 a SensorsAndWearables:Magnetometer} => {?U_6799 a }. +{?U_6800 a SensorsAndWearables:Magnetometer} => {?U_6800 a }. +{?U_6801 a SensorsAndWearables:Magnetometer} => {?U_6801 a }. +{?U_6802 a SensorsAndWearables:Magnetometer} => {?U_6802 a }. +{?U_6803 a SensorsAndWearables:Magnetometer} => {?U_6803 a }. +{?U_6804 a SensorsAndWearables:Magnetometer} => {?U_6804 a }. +{?U_6805 a SensorsAndWearables:Magnetometer} => {?U_6805 a }. +{?U_6806 a SensorsAndWearables:Magnetometer} => {?U_6806 a saref4bldg:PhysicalObject}. +{?U_6807 a SensorsAndWearables:Magnetometer} => {?U_6807 a }. +{?U_6808 a SensorsAndWearables:Magnetometer} => {?U_6808 a }. +{?U_6809 a SensorsAndWearables:Magnetometer} => {?U_6809 a }. +{?U_6810 a SensorsAndWearables:Magnetometer} => {?U_6810 a }. +{?U_6811 a SensorsAndWearables:Magnetometer} => {?U_6811 a }. +{?U_6812 a SensorsAndWearables:Noise} => {?U_6812 a }. +{?U_6813 a SensorsAndWearables:Noise} => {?U_6813 a }. +{?U_6814 a SensorsAndWearables:OnWristDetector} => {?U_6814 a }. +{?U_6815 a SensorsAndWearables:OnWristDetector} => {?U_6815 a }. +{?U_6816 a SensorsAndWearables:OnWristDetector} => {?U_6816 a }. +{?U_6817 a SensorsAndWearables:OrientationDeviation} => {?U_6817 a }. +{?U_6818 a SensorsAndWearables:OrientationDeviation} => {?U_6818 a }. +{?U_6819 a SensorsAndWearables:OrientationDeviation} => {?U_6819 a }. +{?U_6820 a SensorsAndWearables:OrientationDeviation} => {?U_6820 a }. +{?U_6821 a SensorsAndWearables:OrientationDeviation} => {?U_6821 a }. +{?U_6822 a SensorsAndWearables:OrientationDeviation} => {?U_6822 a }. +{?U_6823 a SensorsAndWearables:OrientationDeviation} => {?U_6823 a }. +{?U_6824 a SensorsAndWearables:OrientationDeviation} => {?U_6824 a }. +{?U_6825 a SensorsAndWearables:OrientationDeviation} => {?U_6825 a }. +{?U_6826 a SensorsAndWearables:PPGSensor} => {?U_6826 a }. +{?U_6827 a SensorsAndWearables:PPGSensor} => {?U_6827 a }. +{?U_6828 a SensorsAndWearables:PPGSensor} => {?U_6828 a }. +{?U_6829 a SensorsAndWearables:Proximity} => {?U_6829 a }. +{?U_6830 a SensorsAndWearables:Proximity} => {?U_6830 a }. +{?U_6831 a SensorsAndWearables:ProximitySensor} => {?U_6831 a }. +{?U_6832 a SensorsAndWearables:ProximitySensor} => {?U_6832 a }. +{?U_6833 a SensorsAndWearables:ProximitySensor} => {?U_6833 a }. +{?U_6834 a SensorsAndWearables:Rotation} => {?U_6834 a }. +{?U_6835 a SensorsAndWearables:Rotation} => {?U_6835 a }. +{?U_6836 a SensorsAndWearables:Rotation} => {?U_6836 a }. +{?U_6837 a SensorsAndWearables:Rotation} => {?U_6837 a }. +{?U_6838 a SensorsAndWearables:Rotation} => {?U_6838 a }. +{?U_6839 a SensorsAndWearables:Rotation} => {?U_6839 a }. +{?U_6840 a SensorsAndWearables:Rotation} => {?U_6840 a }. +{?U_6841 a SensorsAndWearables:Rotation} => {?U_6841 a }. +{?U_6842 a SensorsAndWearables:Rotation} => {?U_6842 a }. +{?U_6843 a SensorsAndWearables:RotationSensor} => {?U_6843 a }. +{?U_6844 a SensorsAndWearables:RotationSensor} => {?U_6844 a }. +{?U_6845 a SensorsAndWearables:RotationSensor} => {?U_6845 a }. +{?U_6846 a SensorsAndWearables:RotationSensor} => {?U_6846 a }. +{?U_6847 a SensorsAndWearables:RotationSensor} => {?U_6847 a }. +{?U_6848 a SensorsAndWearables:RotationSensor} => {?U_6848 a }. +{?U_6849 a SensorsAndWearables:RotationSensor} => {?U_6849 a }. +{?U_6850 a SensorsAndWearables:RotationSensor} => {?U_6850 a }. +{?U_6851 a SensorsAndWearables:RotationSensor} => {?U_6851 a }. +{?U_6852 a SensorsAndWearables:RotationSensor} => {?U_6852 a }. +{?U_6853 a SensorsAndWearables:RotationSensor} => {?U_6853 a }. +{?U_6854 a SensorsAndWearables:RotationSensor} => {?U_6854 a }. +{?U_6855 a SensorsAndWearables:RotationSensor} => {?U_6855 a saref4bldg:PhysicalObject}. +{?U_6856 a SensorsAndWearables:RotationSensor} => {?U_6856 a }. +{?U_6857 a SensorsAndWearables:RotationSensor} => {?U_6857 a }. +{?U_6858 a SensorsAndWearables:RotationSensor} => {?U_6858 a }. +{?U_6859 a SensorsAndWearables:RotationSensor} => {?U_6859 a }. +{?U_6860 a SensorsAndWearables:RotationSensor} => {?U_6860 a }. +{?U_6861 a SensorsAndWearables:SPO2} => {?U_6861 a }. +{?U_6862 a SensorsAndWearables:SPO2} => {?U_6862 a }. +{?U_6863 a SensorsAndWearables:SPO2} => {?U_6863 a }. +{?U_6864 a SensorsAndWearables:SPO2} => {?U_6864 a }. +{?U_6865 a SensorsAndWearables:SPO2} => {?U_6865 a }. +{?U_6866 a SensorsAndWearables:SPO2} => {?U_6866 a }. +{?U_6867 a SensorsAndWearables:SPO2} => {?U_6867 a }. +{?U_6868 a SensorsAndWearables:SPO2} => {?U_6868 a }. +{?U_6869 a SensorsAndWearables:SPO2} => {?U_6869 a }. +{?U_6870 a SensorsAndWearables:ScreenUsage} => {?U_6870 a }. +{?U_6871 a SensorsAndWearables:ScreenUsage} => {?U_6871 a }. +{?U_6872 a SensorsAndWearables:ScreenUsageMeter} => {?U_6872 a }. +{?U_6873 a SensorsAndWearables:ScreenUsageMeter} => {?U_6873 a }. +{?U_6874 a SensorsAndWearables:ScreenUsageMeter} => {?U_6874 a }. +{?U_6875 a SensorsAndWearables:ScreenUsageMeter} => {?U_6875 a }. +{?U_6876 a SensorsAndWearables:ScreenUsageMeter} => {?U_6876 a }. +{?U_6877 a SensorsAndWearables:ScreenUsageMeter} => {?U_6877 a }. +{?U_6878 a SensorsAndWearables:ScreenUsageMeter} => {?U_6878 a }. +{?U_6879 a SensorsAndWearables:ScreenUsageMeter} => {?U_6879 a }. +{?U_6880 a SensorsAndWearables:ScreenUsageMeter} => {?U_6880 a }. +{?U_6881 a SensorsAndWearables:ScreenUsageMeter} => {?U_6881 a }. +{?U_6882 a SensorsAndWearables:ScreenUsageMeter} => {?U_6882 a }. +{?U_6883 a SensorsAndWearables:ScreenUsageMeter} => {?U_6883 a }. +{?U_6884 a SensorsAndWearables:ScreenUsageMeter} => {?U_6884 a saref4bldg:PhysicalObject}. +{?U_6885 a SensorsAndWearables:ScreenUsageMeter} => {?U_6885 a }. +{?U_6886 a SensorsAndWearables:ScreenUsageMeter} => {?U_6886 a }. +{?U_6887 a SensorsAndWearables:ScreenUsageMeter} => {?U_6887 a }. +{?U_6888 a SensorsAndWearables:ScreenUsageMeter} => {?U_6888 a }. +{?U_6889 a SensorsAndWearables:ScreenUsageMeter} => {?U_6889 a }. +{?U_6890 a SensorsAndWearables:SkinConductance} => {?U_6890 a }. +{?U_6891 a SensorsAndWearables:SkinConductance} => {?U_6891 a }. +{?U_6892 a SensorsAndWearables:SkinConductance} => {?U_6892 a }. +{?U_6893 a SensorsAndWearables:SkinConductance} => {?U_6893 a }. +{?U_6894 a SensorsAndWearables:SkinConductance} => {?U_6894 a }. +{?U_6895 a SensorsAndWearables:SkinConductance} => {?U_6895 a }. +{?U_6896 a SensorsAndWearables:SkinConductance} => {?U_6896 a }. +{?U_6897 a SensorsAndWearables:SkinConductance} => {?U_6897 a }. +{?U_6898 a SensorsAndWearables:SkinConductance} => {?U_6898 a }. +{?U_6899 a SensorsAndWearables:SkinTemperature} => {?U_6899 a }. +{?U_6900 a SensorsAndWearables:SkinTemperature} => {?U_6900 a }. +{?U_6901 a SensorsAndWearables:SkinTemperature} => {?U_6901 a }. +{?U_6902 a SensorsAndWearables:SkinTemperature} => {?U_6902 a }. +{?U_6903 a SensorsAndWearables:SkinTemperature} => {?U_6903 a }. +{?U_6904 a SensorsAndWearables:SkinTemperature} => {?U_6904 a }. +{?U_6905 a SensorsAndWearables:SkinTemperature} => {?U_6905 a }. +{?U_6906 a SensorsAndWearables:SkinTemperature} => {?U_6906 a }. +{?U_6907 a SensorsAndWearables:SkinTemperature} => {?U_6907 a }. +{?U_6908 a SensorsAndWearables:Smartphone} => {?U_6908 a ns6:Wearable}. +{?U_6909 a SensorsAndWearables:Smartphone} => {?U_6909 a }. +{?U_6910 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6910 a }. +{?U_6911 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6911 a }. +{?U_6912 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6912 a }. +{?U_6913 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6913 a }. +{?U_6914 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6914 a }. +{?U_6915 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6915 a }. +{?U_6916 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6916 a }. +{?U_6917 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6917 a }. +{?U_6918 a SensorsAndWearables:SmartphoneAcceleration} => {?U_6918 a }. +{?U_6919 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_6919 a }. +{?U_6920 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_6920 a }. +{?U_6921 a SensorsAndWearables:SmartphoneUsageMeter} => {?U_6921 a }. +{?U_6922 a SensorsAndWearables:StepCount} => {?U_6922 a }. +{?U_6923 a SensorsAndWearables:StepCount} => {?U_6923 a }. +{?U_6924 a SensorsAndWearables:StepCounter} => {?U_6924 a }. +{?U_6925 a SensorsAndWearables:StepCounter} => {?U_6925 a }. +{?U_6926 a SensorsAndWearables:StepCounter} => {?U_6926 a }. +{?U_6927 a SensorsAndWearables:Thermopile} => {?U_6927 a }. +{?U_6928 a SensorsAndWearables:Thermopile} => {?U_6928 a }. +{?U_6929 a SensorsAndWearables:WearableAcceleration} => {?U_6929 a }. +{?U_6930 a SensorsAndWearables:WearableAcceleration} => {?U_6930 a }. +{?U_6931 a SensorsAndWearables:WearableAcceleration} => {?U_6931 a }. +{?U_6932 a SensorsAndWearables:WearableAcceleration} => {?U_6932 a }. +{?U_6933 a SensorsAndWearables:WearableAcceleration} => {?U_6933 a }. +{?U_6934 a SensorsAndWearables:WearableAcceleration} => {?U_6934 a }. +{?U_6935 a SensorsAndWearables:WearableAcceleration} => {?U_6935 a }. +{?U_6936 a SensorsAndWearables:WearableAcceleration} => {?U_6936 a }. +{?U_6937 a SensorsAndWearables:WearableAcceleration} => {?U_6937 a }. +{?U_6938 a SensorsAndWearables:Weight} => {?U_6938 a }. +{?U_6939 a SensorsAndWearables:Weight} => {?U_6939 a }. +{?U_6940 a SensorsAndWearables:Weight} => {?U_6940 a }. +{?U_6941 a SensorsAndWearables:Weight} => {?U_6941 a }. +{?U_6942 a SensorsAndWearables:Weight} => {?U_6942 a }. +{?U_6943 a SensorsAndWearables:Weight} => {?U_6943 a }. +{?U_6944 a SensorsAndWearables:Weight} => {?U_6944 a }. +{?U_6945 a SensorsAndWearables:Weight} => {?U_6945 a }. +{?U_6946 a SensorsAndWearables:Weight} => {?U_6946 a }. +{?U_6947 a } => {?U_6947 a }. +{?U_6948 a } => {?U_6948 a }. +{?U_6949 a } => {?U_6949 a }. +{?U_6950 a } => {?U_6950 a }. +{?U_6951 a } => {?U_6951 a }. +{?U_6952 a dogont:Button} => {?U_6952 a }. +{?U_6953 a dogont:Closet} => {?U_6953 a }. +{?U_6954 a dogont:Cupboard} => {?U_6954 a }. +{?U_6955 a dogont:DimmableLight} => {?U_6955 a saref4bldg:BuildingDevice}. +{?U_6956 a dogont:DimmableLight} => {?U_6956 a saref4bldg:BuildingObject}. +{?U_6957 a dogont:DimmableLight} => {?U_6957 a }. +{?U_6958 a dogont:DimmableLight} => {?U_6958 a }. +{?U_6959 a dogont:DimmerLamp} => {?U_6959 a saref4bldg:BuildingDevice}. +{?U_6960 a dogont:DimmerLamp} => {?U_6960 a saref4bldg:BuildingObject}. +{?U_6961 a dogont:DimmerLamp} => {?U_6961 a }. +{?U_6962 a dogont:DimmerLamp} => {?U_6962 a }. +{?U_6963 a dogont:DimmerSwitch} => {?U_6963 a saref4bldg:BuildingDevice}. +{?U_6964 a dogont:DimmerSwitch} => {?U_6964 a saref4bldg:BuildingObject}. +{?U_6965 a dogont:DimmerSwitch} => {?U_6965 a }. +{?U_6966 a dogont:DimmerSwitch} => {?U_6966 a }. +{?U_6967 a dogont:Door} => {?U_6967 a }. +{?U_6968 a dogont:Shutter} => {?U_6968 a }. +{?U_6969 a dogont:ShutterActuator} => {?U_6969 a saref4bldg:BuildingDevice}. +{?U_6970 a dogont:ShutterActuator} => {?U_6970 a saref4bldg:BuildingObject}. +{?U_6971 a dogont:ShutterActuator} => {?U_6971 a }. +{?U_6972 a dogont:ShutterActuator} => {?U_6972 a }. +{?U_6973 a dogont:Window} => {?U_6973 a }. +{?U_6974 a ns3:Curtain} => {?U_6974 a }. +{?U_6975 a ns3:Netatmo} => {?U_6975 a }. +{?U_6976 a ns3:Netatmo} => {?U_6976 a }. +{?U_6977 a ns3:Netatmo} => {?U_6977 a }. +{?U_6978 a ns3:WeatherStation} => {?U_6978 a }. +{?U_6979 a ns3:WeatherStation} => {?U_6979 a }. +{?U_6980 a ns3:WeatherStation} => {?U_6980 a }. +{?U_6981 a ns3:WindowSensor} => {?U_6981 a }. +{?U_6982 a ns3:WindowSensor} => {?U_6982 a }. +{?U_6983 a ns3:WindowSensor} => {?U_6983 a }. +{?U_6984 a ns4:EmpaticaTagButton} => {?U_6984 a }. +{?U_6985 a ns4:SleepAPI} => {?U_6985 a }. +{?U_6986 a ns4:SleepAPI} => {?U_6986 a }. +{?U_6987 a ns4:SleepAPI} => {?U_6987 a }. +{?U_6988 a saref-core:Actuator} => {?U_6988 a }. +{?U_6989 a saref-core:Appliance} => {?U_6989 a }. +{?U_6990 a saref-core:DoorSwitch} => {?U_6990 a }. +{?U_6991 a saref-core:DoorSwitch} => {?U_6991 a }. +{?U_6992 a saref-core:DoorSwitch} => {?U_6992 a }. +{?U_6993 a saref-core:HVAC} => {?U_6993 a }. +{?U_6994 a saref-core:LightSwitch} => {?U_6994 a }. +{?U_6995 a saref-core:LightSwitch} => {?U_6995 a }. +{?U_6996 a saref-core:LightSwitch} => {?U_6996 a }. +{?U_6997 a saref-core:Meter} => {?U_6997 a }. +{?U_6998 a saref-core:Sensor} => {?U_6998 a }. +{?U_6999 a saref-core:SmokeSensor} => {?U_6999 a }. +{?U_7000 a saref-core:Switch} => {?U_7000 a }. +{?U_7001 a saref-core:TemperatureSensor} => {?U_7001 a }. +{?U_7002 a saref4bldg:Actuator} => {?U_7002 a saref4bldg:BuildingObject}. +{?U_7003 a saref4bldg:Actuator} => {?U_7003 a }. +{?U_7004 a saref4bldg:AirToAirHeatRecovery} => {?U_7004 a }. +{?U_7005 a saref4bldg:AirToAirHeatRecovery} => {?U_7005 a }. +{?U_7006 a saref4bldg:Alarm} => {?U_7006 a saref4bldg:BuildingObject}. +{?U_7007 a saref4bldg:Alarm} => {?U_7007 a saref-core:Device}. +{?U_7008 a saref4bldg:Alarm} => {?U_7008 a saref4bldg:PhysicalObject}. +{?U_7009 a saref4bldg:Alarm} => {?U_7009 a }. +{?U_7010 a saref4bldg:Alarm} => {?U_7010 a }. +{?U_7011 a saref4bldg:Alarm} => {?U_7011 a }. +{?U_7012 a saref4bldg:Alarm} => {?U_7012 a }. +{?U_7013 a saref4bldg:Alarm} => {?U_7013 a }. +{?U_7014 a saref4bldg:Alarm} => {?U_7014 a }. +{?U_7015 a saref4bldg:Alarm} => {?U_7015 a }. +{?U_7016 a saref4bldg:Alarm} => {?U_7016 a }. +{?U_7017 a saref4bldg:Alarm} => {?U_7017 a }. +{?U_7018 a saref4bldg:Alarm} => {?U_7018 a }. +{?U_7019 a saref4bldg:Alarm} => {?U_7019 a }. +{?U_7020 a saref4bldg:Alarm} => {?U_7020 a }. +{?U_7021 a saref4bldg:Alarm} => {?U_7021 a }. +{?U_7022 a saref4bldg:Alarm} => {?U_7022 a }. +{?U_7023 a saref4bldg:Alarm} => {?U_7023 a }. +{?U_7024 a saref4bldg:Alarm} => {?U_7024 a }. +{?U_7025 a saref4bldg:Alarm} => {?U_7025 a }. +{?U_7026 a saref4bldg:AudioVisualAppliance} => {?U_7026 a }. +{?U_7027 a saref4bldg:AudioVisualAppliance} => {?U_7027 a }. +{?U_7028 a saref4bldg:Boiler} => {?U_7028 a }. +{?U_7029 a saref4bldg:Boiler} => {?U_7029 a }. +{?U_7030 a saref4bldg:BuildingDevice} => {?U_7030 a }. +{?U_7031 a saref4bldg:Burner} => {?U_7031 a }. +{?U_7032 a saref4bldg:Burner} => {?U_7032 a }. +{?U_7033 a saref4bldg:Chiller} => {?U_7033 a }. +{?U_7034 a saref4bldg:Chiller} => {?U_7034 a }. +{?U_7035 a saref4bldg:Coil} => {?U_7035 a }. +{?U_7036 a saref4bldg:Coil} => {?U_7036 a }. +{?U_7037 a saref4bldg:CommunicationAppliance} => {?U_7037 a }. +{?U_7038 a saref4bldg:CommunicationAppliance} => {?U_7038 a }. +{?U_7039 a saref4bldg:Compressor} => {?U_7039 a }. +{?U_7040 a saref4bldg:Compressor} => {?U_7040 a }. +{?U_7041 a saref4bldg:Condenser} => {?U_7041 a }. +{?U_7042 a saref4bldg:Condenser} => {?U_7042 a }. +{?U_7043 a saref4bldg:Controller} => {?U_7043 a saref4bldg:BuildingObject}. +{?U_7044 a saref4bldg:Controller} => {?U_7044 a saref-core:Device}. +{?U_7045 a saref4bldg:Controller} => {?U_7045 a saref4bldg:PhysicalObject}. +{?U_7046 a saref4bldg:Controller} => {?U_7046 a }. +{?U_7047 a saref4bldg:Controller} => {?U_7047 a }. +{?U_7048 a saref4bldg:Controller} => {?U_7048 a }. +{?U_7049 a saref4bldg:Controller} => {?U_7049 a }. +{?U_7050 a saref4bldg:Controller} => {?U_7050 a }. +{?U_7051 a saref4bldg:Controller} => {?U_7051 a }. +{?U_7052 a saref4bldg:Controller} => {?U_7052 a }. +{?U_7053 a saref4bldg:Controller} => {?U_7053 a }. +{?U_7054 a saref4bldg:Controller} => {?U_7054 a }. +{?U_7055 a saref4bldg:Controller} => {?U_7055 a }. +{?U_7056 a saref4bldg:Controller} => {?U_7056 a }. +{?U_7057 a saref4bldg:Controller} => {?U_7057 a }. +{?U_7058 a saref4bldg:Controller} => {?U_7058 a }. +{?U_7059 a saref4bldg:Controller} => {?U_7059 a }. +{?U_7060 a saref4bldg:Controller} => {?U_7060 a }. +{?U_7061 a saref4bldg:Controller} => {?U_7061 a }. +{?U_7062 a saref4bldg:Controller} => {?U_7062 a }. +{?U_7063 a saref4bldg:CooledBeam} => {?U_7063 a }. +{?U_7064 a saref4bldg:CooledBeam} => {?U_7064 a }. +{?U_7065 a saref4bldg:CoolingTower} => {?U_7065 a }. +{?U_7066 a saref4bldg:CoolingTower} => {?U_7066 a }. +{?U_7067 a saref4bldg:Damper} => {?U_7067 a }. +{?U_7068 a saref4bldg:Damper} => {?U_7068 a }. +{?U_7069 a saref4bldg:DistributionControlDevice} => {?U_7069 a }. +{?U_7070 a saref4bldg:DistributionControlDevice} => {?U_7070 a }. +{?U_7071 a saref4bldg:DistributionControlDevice} => {?U_7071 a }. +{?U_7072 a saref4bldg:DistributionDevice} => {?U_7072 a }. +{?U_7073 a saref4bldg:DistributionFlowDevice} => {?U_7073 a }. +{?U_7074 a saref4bldg:DuctSilencer} => {?U_7074 a }. +{?U_7075 a saref4bldg:DuctSilencer} => {?U_7075 a }. +{?U_7076 a saref4bldg:DuctSilencer} => {?U_7076 a }. +{?U_7077 a saref4bldg:ElectricAppliance} => {?U_7077 a }. +{?U_7078 a saref4bldg:ElectricAppliance} => {?U_7078 a }. +{?U_7079 a saref4bldg:ElectricAppliance} => {?U_7079 a }. +{?U_7080 a saref4bldg:ElectricFlowStorageDevice} => {?U_7080 a }. +{?U_7081 a saref4bldg:ElectricFlowStorageDevice} => {?U_7081 a }. +{?U_7082 a saref4bldg:ElectricFlowStorageDevice} => {?U_7082 a }. +{?U_7083 a saref4bldg:ElectricGenerator} => {?U_7083 a }. +{?U_7084 a saref4bldg:ElectricGenerator} => {?U_7084 a }. +{?U_7085 a saref4bldg:ElectricGenerator} => {?U_7085 a }. +{?U_7086 a saref4bldg:ElectricMotor} => {?U_7086 a }. +{?U_7087 a saref4bldg:ElectricMotor} => {?U_7087 a }. +{?U_7088 a saref4bldg:ElectricMotor} => {?U_7088 a }. +{?U_7089 a saref4bldg:ElectricTimeControl} => {?U_7089 a }. +{?U_7090 a saref4bldg:ElectricTimeControl} => {?U_7090 a }. +{?U_7091 a saref4bldg:ElectricTimeControl} => {?U_7091 a }. +{?U_7092 a saref4bldg:EnergyConversionDevice} => {?U_7092 a }. +{?U_7093 a saref4bldg:Engine} => {?U_7093 a }. +{?U_7094 a saref4bldg:EvaporativeCooler} => {?U_7094 a }. +{?U_7095 a saref4bldg:Evaporator} => {?U_7095 a }. +{?U_7096 a saref4bldg:Fan} => {?U_7096 a }. +{?U_7097 a saref4bldg:Fan} => {?U_7097 a }. +{?U_7098 a saref4bldg:Fan} => {?U_7098 a }. +{?U_7099 a saref4bldg:Filter} => {?U_7099 a }. +{?U_7100 a saref4bldg:Filter} => {?U_7100 a }. +{?U_7101 a saref4bldg:Filter} => {?U_7101 a }. +{?U_7102 a saref4bldg:FireSuppressionTerminal} => {?U_7102 a }. +{?U_7103 a saref4bldg:FireSuppressionTerminal} => {?U_7103 a }. +{?U_7104 a saref4bldg:FireSuppressionTerminal} => {?U_7104 a }. +{?U_7105 a saref4bldg:FlowController} => {?U_7105 a }. +{?U_7106 a saref4bldg:FlowInstrument} => {?U_7106 a }. +{?U_7107 a saref4bldg:FlowInstrument} => {?U_7107 a }. +{?U_7108 a saref4bldg:FlowInstrument} => {?U_7108 a }. +{?U_7109 a saref4bldg:FlowMeter} => {?U_7109 a }. +{?U_7110 a saref4bldg:FlowMovingDevice} => {?U_7110 a }. +{?U_7111 a saref4bldg:FlowStorageDevice} => {?U_7111 a }. +{?U_7112 a saref4bldg:FlowTerminal} => {?U_7112 a }. +{?U_7113 a saref4bldg:FlowTreatmentDevice} => {?U_7113 a }. +{?U_7114 a saref4bldg:HeatExchanger} => {?U_7114 a }. +{?U_7115 a saref4bldg:Humidifier} => {?U_7115 a }. +{?U_7116 a saref4bldg:Interceptor} => {?U_7116 a }. +{?U_7117 a saref4bldg:Lamp} => {?U_7117 a }. +{?U_7118 a saref4bldg:MedicalDevice} => {?U_7118 a }. +{?U_7119 a saref4bldg:Outlet} => {?U_7119 a }. +{?U_7120 a saref4bldg:ProtectiveDevice} => {?U_7120 a }. +{?U_7121 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_7121 a }. +{?U_7122 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_7122 a }. +{?U_7123 a saref4bldg:ProtectiveDeviceTrippingUnit} => {?U_7123 a }. +{?U_7124 a saref4bldg:SanitaryTerminal} => {?U_7124 a }. +{?U_7125 a saref4bldg:Sensor} => {?U_7125 a }. +{?U_7126 a saref4bldg:ShadingDevice} => {?U_7126 a }. +{?U_7127 a saref4bldg:SolarDevice} => {?U_7127 a }. +{?U_7128 a saref4bldg:SpaceHeater} => {?U_7128 a }. +{?U_7129 a saref4bldg:SwitchingDevice} => {?U_7129 a }. +{?U_7130 a saref4bldg:Tank} => {?U_7130 a }. +{?U_7131 a saref4bldg:Transformer} => {?U_7131 a }. +{?U_7132 a saref4bldg:TransportElement} => {?U_7132 a }. +{?U_7133 a saref4bldg:TubeBundle} => {?U_7133 a }. +{?U_7134 a saref4bldg:UnitaryControlElement} => {?U_7134 a }. +{?U_7135 a saref4bldg:UnitaryControlElement} => {?U_7135 a }. +{?U_7136 a saref4bldg:UnitaryControlElement} => {?U_7136 a }. +{?U_7137 a saref4bldg:Valve} => {?U_7137 a }. +{?U_7138 a saref4bldg:VibrationIsolator} => {?U_7138 a }. +{?U_7139 a saref4ehaw:BanHub} => {?U_7139 a }. +{?U_7140 a saref4ehaw:HealthActuator} => {?U_7140 a }. +{?U_7141 a saref4ehaw:Patient} => {?U_7141 a saref4ehaw:Contact}. +{?U_7142 a ns6:BiometricProperty} => {?U_7142 a }. +{?U_7143 a ns6:BiometricProperty} => {?U_7143 a }. +{?U_7144 a ns6:ElectricalProperty} => {?U_7144 a }. +{?U_7145 a ns6:ElectricalProperty} => {?U_7145 a }. +{?U_7146 a ns6:ElectricalSafetyProperty} => {?U_7146 a }. +{?U_7147 a ns6:ElectricalSafetyProperty} => {?U_7147 a }. +{?U_7148 a ns6:EmissionProperty} => {?U_7148 a }. +{?U_7149 a ns6:EmissionProperty} => {?U_7149 a }. +{?U_7150 a ns6:FabricWearable} => {?U_7150 a ns6:Wearable}. +{?U_7151 a ns6:FabricWearable} => {?U_7151 a }. +{?U_7152 a ns6:TextileBasedSensor} => {?U_7152 a }. +{?U_7153 a } => {?U_7153 a ActivityRecognition:Prediction}. +{?U_7154 a } => {?U_7154 a eep:Execution}. +{?U_7155 a } => {?U_7155 a }. +{?U_7156 a } => {?U_7156 a }. +{?U_7157 a } => {?U_7157 a }. +{?U_7158 a } => {?U_7158 a }. +{?U_7159 a } => {?U_7159 a }. +{?U_7160 a } => {?U_7160 a ActivityRecognition:Prediction}. +{?U_7161 a } => {?U_7161 a eep:Execution}. +{?U_7162 a } => {?U_7162 a }. +{?U_7163 a } => {?U_7163 a }. +{?U_7164 a } => {?U_7164 a }. +{?U_7165 a } => {?U_7165 a }. +{?U_7166 a } => {?U_7166 a }. +{?U_7167 a } => {?U_7167 a ActivityRecognition:Prediction}. +{?U_7168 a } => {?U_7168 a eep:Execution}. +{?U_7169 a } => {?U_7169 a }. +{?U_7170 a } => {?U_7170 a }. +{?U_7171 a } => {?U_7171 a }. +{?U_7172 a } => {?U_7172 a }. +{?U_7173 a } => {?U_7173 a }. +{?U_7174 a } => {?U_7174 a ActivityRecognition:Prediction}. +{?U_7175 a } => {?U_7175 a eep:Execution}. +{?U_7176 a } => {?U_7176 a }. +{?U_7177 a } => {?U_7177 a }. +{?U_7178 a } => {?U_7178 a }. +{?U_7179 a } => {?U_7179 a }. +{?U_7180 a } => {?U_7180 a }. +{?U_7181 a } => {?U_7181 a ActivityRecognition:Prediction}. +{?U_7182 a } => {?U_7182 a eep:Execution}. +{?U_7183 a } => {?U_7183 a }. +{?U_7184 a } => {?U_7184 a }. +{?U_7185 a } => {?U_7185 a }. +{?U_7186 a } => {?U_7186 a }. +{?U_7187 a } => {?U_7187 a }. +{?U_7188 a } => {?U_7188 a ActivityRecognition:ActivityPrediction}. +{?U_7189 a } => {?U_7189 a ActivityRecognition:Prediction}. +{?U_7190 a } => {?U_7190 a }. +{?U_7191 a } => {?U_7191 a eep:Execution}. +{?U_7192 a } => {?U_7192 a }. +{?U_7193 a } => {?U_7193 a }. +{?U_7194 a } => {?U_7194 a }. +{?U_7195 a } => {?U_7195 a }. +{?U_7196 a } => {?U_7196 a }. +{?U_7197 a } => {?U_7197 a ActivityRecognition:ActivityPrediction}. +{?U_7198 a } => {?U_7198 a ActivityRecognition:Prediction}. +{?U_7199 a } => {?U_7199 a }. +{?U_7200 a } => {?U_7200 a eep:Execution}. +{?U_7201 a } => {?U_7201 a }. +{?U_7202 a } => {?U_7202 a }. +{?U_7203 a } => {?U_7203 a }. +{?U_7204 a } => {?U_7204 a }. +{?U_7205 a } => {?U_7205 a }. +{?U_7206 a } => {?U_7206 a ActivityRecognition:ActivityPrediction}. +{?U_7207 a } => {?U_7207 a ActivityRecognition:Prediction}. +{?U_7208 a } => {?U_7208 a }. +{?U_7209 a } => {?U_7209 a eep:Execution}. +{?U_7210 a } => {?U_7210 a }. +{?U_7211 a } => {?U_7211 a }. +{?U_7212 a } => {?U_7212 a }. +{?U_7213 a } => {?U_7213 a }. +{?U_7214 a } => {?U_7214 a }. +{?U_7215 a } => {?U_7215 a ActivityRecognition:ActivityPrediction}. +{?U_7216 a } => {?U_7216 a ActivityRecognition:Prediction}. +{?U_7217 a } => {?U_7217 a }. +{?U_7218 a } => {?U_7218 a eep:Execution}. +{?U_7219 a } => {?U_7219 a }. +{?U_7220 a } => {?U_7220 a }. +{?U_7221 a } => {?U_7221 a }. +{?U_7222 a } => {?U_7222 a }. +{?U_7223 a } => {?U_7223 a }. +{?U_7224 a } => {?U_7224 a ActivityRecognition:ActivityPrediction}. +{?U_7225 a } => {?U_7225 a ActivityRecognition:Prediction}. +{?U_7226 a } => {?U_7226 a }. +{?U_7227 a } => {?U_7227 a eep:Execution}. +{?U_7228 a } => {?U_7228 a }. +{?U_7229 a } => {?U_7229 a }. +{?U_7230 a } => {?U_7230 a }. +{?U_7231 a } => {?U_7231 a }. +{?U_7232 a } => {?U_7232 a }. +{?U_7233 a } => {?U_7233 a ActivityRecognition:ActivityPrediction}. +{?U_7234 a } => {?U_7234 a ActivityRecognition:Prediction}. +{?U_7235 a } => {?U_7235 a }. +{?U_7236 a } => {?U_7236 a eep:Execution}. +{?U_7237 a } => {?U_7237 a }. +{?U_7238 a } => {?U_7238 a }. +{?U_7239 a } => {?U_7239 a }. +{?U_7240 a } => {?U_7240 a }. +{?U_7241 a } => {?U_7241 a }. +{?U_7242 a } => {?U_7242 a ActivityRecognition:ActivityPrediction}. +{?U_7243 a } => {?U_7243 a ActivityRecognition:Prediction}. +{?U_7244 a } => {?U_7244 a }. +{?U_7245 a } => {?U_7245 a eep:Execution}. +{?U_7246 a } => {?U_7246 a }. +{?U_7247 a } => {?U_7247 a }. +{?U_7248 a } => {?U_7248 a }. +{?U_7249 a } => {?U_7249 a }. +{?U_7250 a } => {?U_7250 a }. +{?U_7251 a } => {?U_7251 a ActivityRecognition:ActivityPrediction}. +{?U_7252 a } => {?U_7252 a ActivityRecognition:Prediction}. +{?U_7253 a } => {?U_7253 a }. +{?U_7254 a } => {?U_7254 a eep:Execution}. +{?U_7255 a } => {?U_7255 a }. +{?U_7256 a } => {?U_7256 a }. +{?U_7257 a } => {?U_7257 a }. +{?U_7258 a } => {?U_7258 a }. +{?U_7259 a } => {?U_7259 a }. +{?U_7260 a } => {?U_7260 a ActivityRecognition:ActivityPrediction}. +{?U_7261 a } => {?U_7261 a ActivityRecognition:Prediction}. +{?U_7262 a } => {?U_7262 a }. +{?U_7263 a } => {?U_7263 a eep:Execution}. +{?U_7264 a } => {?U_7264 a }. +{?U_7265 a } => {?U_7265 a }. +{?U_7266 a } => {?U_7266 a }. +{?U_7267 a } => {?U_7267 a }. +{?U_7268 a } => {?U_7268 a }. +{?U_7269 a } => {?U_7269 a ActivityRecognition:ActivityPrediction}. +{?U_7270 a } => {?U_7270 a ActivityRecognition:Prediction}. +{?U_7271 a } => {?U_7271 a }. +{?U_7272 a } => {?U_7272 a eep:Execution}. +{?U_7273 a } => {?U_7273 a }. +{?U_7274 a } => {?U_7274 a }. +{?U_7275 a } => {?U_7275 a }. +{?U_7276 a } => {?U_7276 a }. +{?U_7277 a } => {?U_7277 a }. +{?U_7278 a } => {?U_7278 a ActivityRecognition:ActivityPrediction}. +{?U_7279 a } => {?U_7279 a ActivityRecognition:Prediction}. +{?U_7280 a } => {?U_7280 a eep:Execution}. +{?U_7281 a } => {?U_7281 a }. +{?U_7282 a } => {?U_7282 a }. +{?U_7283 a } => {?U_7283 a }. +{?U_7284 a } => {?U_7284 a }. +{?U_7285 a } => {?U_7285 a }. +{?U_7286 a } => {?U_7286 a }. +{?U_7287 a } => {?U_7287 a ActivityRecognition:ActivityPrediction}. +{?U_7288 a } => {?U_7288 a ActivityRecognition:Prediction}. +{?U_7289 a } => {?U_7289 a }. +{?U_7290 a } => {?U_7290 a eep:Execution}. +{?U_7291 a } => {?U_7291 a }. +{?U_7292 a } => {?U_7292 a }. +{?U_7293 a } => {?U_7293 a }. +{?U_7294 a } => {?U_7294 a }. +{?U_7295 a } => {?U_7295 a }. +{?U_7296 a } => {?U_7296 a ActivityRecognition:ActivityPrediction}. +{?U_7297 a } => {?U_7297 a ActivityRecognition:Prediction}. +{?U_7298 a } => {?U_7298 a eep:Execution}. +{?U_7299 a } => {?U_7299 a }. +{?U_7300 a } => {?U_7300 a }. +{?U_7301 a } => {?U_7301 a }. +{?U_7302 a } => {?U_7302 a }. +{?U_7303 a } => {?U_7303 a }. +{?U_7304 a } => {?U_7304 a }. +{?U_7305 a } => {?U_7305 a ActivityRecognition:ActivityPrediction}. +{?U_7306 a } => {?U_7306 a ActivityRecognition:Prediction}. +{?U_7307 a } => {?U_7307 a }. +{?U_7308 a } => {?U_7308 a eep:Execution}. +{?U_7309 a } => {?U_7309 a }. +{?U_7310 a } => {?U_7310 a }. +{?U_7311 a } => {?U_7311 a }. +{?U_7312 a } => {?U_7312 a }. +{?U_7313 a } => {?U_7313 a }. +{?U_7314 a } => {?U_7314 a ActivityRecognition:ActivityPrediction}. +{?U_7315 a } => {?U_7315 a ActivityRecognition:Prediction}. +{?U_7316 a } => {?U_7316 a eep:Execution}. +{?U_7317 a } => {?U_7317 a }. +{?U_7318 a } => {?U_7318 a }. +{?U_7319 a } => {?U_7319 a }. +{?U_7320 a } => {?U_7320 a }. +{?U_7321 a } => {?U_7321 a }. +{?U_7322 a } => {?U_7322 a }. +{?U_7323 a } => {?U_7323 a ActivityRecognition:ActivityPrediction}. +{?U_7324 a } => {?U_7324 a ActivityRecognition:Prediction}. +{?U_7325 a } => {?U_7325 a }. +{?U_7326 a } => {?U_7326 a eep:Execution}. +{?U_7327 a } => {?U_7327 a }. +{?U_7328 a } => {?U_7328 a }. +{?U_7329 a } => {?U_7329 a }. +{?U_7330 a } => {?U_7330 a }. +{?U_7331 a } => {?U_7331 a }. +{?U_7332 a } => {?U_7332 a ActivityRecognition:ActivityPrediction}. +{?U_7333 a } => {?U_7333 a ActivityRecognition:Prediction}. +{?U_7334 a } => {?U_7334 a eep:Execution}. +{?U_7335 a } => {?U_7335 a }. +{?U_7336 a } => {?U_7336 a }. +{?U_7337 a } => {?U_7337 a }. +{?U_7338 a } => {?U_7338 a }. +{?U_7339 a } => {?U_7339 a }. +{?U_7340 a } => {?U_7340 a }. +{?U_7341 a } => {?U_7341 a ActivityRecognition:ActivityPrediction}. +{?U_7342 a } => {?U_7342 a ActivityRecognition:Prediction}. +{?U_7343 a } => {?U_7343 a }. +{?U_7344 a } => {?U_7344 a eep:Execution}. +{?U_7345 a } => {?U_7345 a }. +{?U_7346 a } => {?U_7346 a }. +{?U_7347 a } => {?U_7347 a }. +{?U_7348 a } => {?U_7348 a }. +{?U_7349 a } => {?U_7349 a }. +{?U_7350 a } => {?U_7350 a ActivityRecognition:ActivityPrediction}. +{?U_7351 a } => {?U_7351 a ActivityRecognition:Prediction}. +{?U_7352 a } => {?U_7352 a eep:Execution}. +{?U_7353 a } => {?U_7353 a }. +{?U_7354 a } => {?U_7354 a }. +{?U_7355 a } => {?U_7355 a }. +{?U_7356 a } => {?U_7356 a }. +{?U_7357 a } => {?U_7357 a }. +{?U_7358 a } => {?U_7358 a }. +{?U_7359 a } => {?U_7359 a ActivityRecognition:ActivityPrediction}. +{?U_7360 a } => {?U_7360 a ActivityRecognition:Prediction}. +{?U_7361 a } => {?U_7361 a }. +{?U_7362 a } => {?U_7362 a eep:Execution}. +{?U_7363 a } => {?U_7363 a }. +{?U_7364 a } => {?U_7364 a }. +{?U_7365 a } => {?U_7365 a }. +{?U_7366 a } => {?U_7366 a }. +{?U_7367 a } => {?U_7367 a }. +{?U_7368 a } => {?U_7368 a ActivityRecognition:ActivityPrediction}. +{?U_7369 a } => {?U_7369 a ActivityRecognition:Prediction}. +{?U_7370 a } => {?U_7370 a eep:Execution}. +{?U_7371 a } => {?U_7371 a }. +{?U_7372 a } => {?U_7372 a }. +{?U_7373 a } => {?U_7373 a }. +{?U_7374 a } => {?U_7374 a }. +{?U_7375 a } => {?U_7375 a }. +{?U_7376 a } => {?U_7376 a }. +{?U_7377 a } => {?U_7377 a ActivityRecognition:ActivityPrediction}. +{?U_7378 a } => {?U_7378 a ActivityRecognition:Prediction}. +{?U_7379 a } => {?U_7379 a }. +{?U_7380 a } => {?U_7380 a eep:Execution}. +{?U_7381 a } => {?U_7381 a }. +{?U_7382 a } => {?U_7382 a }. +{?U_7383 a } => {?U_7383 a }. +{?U_7384 a } => {?U_7384 a }. +{?U_7385 a } => {?U_7385 a }. +{?U_7386 a } => {?U_7386 a ActivityRecognition:Prediction}. +{?U_7387 a } => {?U_7387 a eep:Execution}. +{?U_7388 a } => {?U_7388 a }. +{?U_7389 a } => {?U_7389 a }. +{?U_7390 a } => {?U_7390 a }. +{?U_7391 a } => {?U_7391 a }. +{?U_7392 a } => {?U_7392 a }. +{?U_7393 a } => {?U_7393 a ActivityRecognition:ActivityPrediction}. +{?U_7394 a } => {?U_7394 a ActivityRecognition:Prediction}. +{?U_7395 a } => {?U_7395 a }. +{?U_7396 a } => {?U_7396 a eep:Execution}. +{?U_7397 a } => {?U_7397 a }. +{?U_7398 a } => {?U_7398 a }. +{?U_7399 a } => {?U_7399 a }. +{?U_7400 a } => {?U_7400 a }. +{?U_7401 a } => {?U_7401 a }. +{?U_7402 a } => {?U_7402 a ActivityRecognition:ActivityPrediction}. +{?U_7403 a } => {?U_7403 a ActivityRecognition:Prediction}. +{?U_7404 a } => {?U_7404 a }. +{?U_7405 a } => {?U_7405 a eep:Execution}. +{?U_7406 a } => {?U_7406 a }. +{?U_7407 a } => {?U_7407 a }. +{?U_7408 a } => {?U_7408 a }. +{?U_7409 a } => {?U_7409 a }. +{?U_7410 a } => {?U_7410 a }. +{?U_7411 a } => {?U_7411 a ActivityRecognition:ActivityPrediction}. +{?U_7412 a } => {?U_7412 a ActivityRecognition:Prediction}. +{?U_7413 a } => {?U_7413 a }. +{?U_7414 a } => {?U_7414 a eep:Execution}. +{?U_7415 a } => {?U_7415 a }. +{?U_7416 a } => {?U_7416 a }. +{?U_7417 a } => {?U_7417 a }. +{?U_7418 a } => {?U_7418 a }. +{?U_7419 a } => {?U_7419 a }. +{?U_7420 a } => {?U_7420 a ActivityRecognition:ActivityPrediction}. +{?U_7421 a } => {?U_7421 a ActivityRecognition:Prediction}. +{?U_7422 a } => {?U_7422 a }. +{?U_7423 a } => {?U_7423 a eep:Execution}. +{?U_7424 a } => {?U_7424 a }. +{?U_7425 a } => {?U_7425 a }. +{?U_7426 a } => {?U_7426 a }. +{?U_7427 a } => {?U_7427 a }. +{?U_7428 a } => {?U_7428 a }. +{?U_7429 a } => {?U_7429 a ActivityRecognition:ActivityPrediction}. +{?U_7430 a } => {?U_7430 a ActivityRecognition:Prediction}. +{?U_7431 a } => {?U_7431 a }. +{?U_7432 a } => {?U_7432 a eep:Execution}. +{?U_7433 a } => {?U_7433 a }. +{?U_7434 a } => {?U_7434 a }. +{?U_7435 a } => {?U_7435 a }. +{?U_7436 a } => {?U_7436 a }. +{?U_7437 a } => {?U_7437 a }. +{?U_7438 a } => {?U_7438 a ActivityRecognition:ActivityPrediction}. +{?U_7439 a } => {?U_7439 a ActivityRecognition:Prediction}. +{?U_7440 a } => {?U_7440 a }. +{?U_7441 a } => {?U_7441 a eep:Execution}. +{?U_7442 a } => {?U_7442 a }. +{?U_7443 a } => {?U_7443 a }. +{?U_7444 a } => {?U_7444 a }. +{?U_7445 a } => {?U_7445 a }. +{?U_7446 a } => {?U_7446 a }. +{?U_7447 a } => {?U_7447 a ActivityRecognition:ActivityPrediction}. +{?U_7448 a } => {?U_7448 a ActivityRecognition:Prediction}. +{?U_7449 a } => {?U_7449 a }. +{?U_7450 a } => {?U_7450 a eep:Execution}. +{?U_7451 a } => {?U_7451 a }. +{?U_7452 a } => {?U_7452 a }. +{?U_7453 a } => {?U_7453 a }. +{?U_7454 a } => {?U_7454 a }. +{?U_7455 a } => {?U_7455 a }. +{?U_7456 a } => {?U_7456 a ActivityRecognition:ActivityPrediction}. +{?U_7457 a } => {?U_7457 a ActivityRecognition:Prediction}. +{?U_7458 a } => {?U_7458 a }. +{?U_7459 a } => {?U_7459 a eep:Execution}. +{?U_7460 a } => {?U_7460 a }. +{?U_7461 a } => {?U_7461 a }. +{?U_7462 a } => {?U_7462 a }. +{?U_7463 a } => {?U_7463 a }. +{?U_7464 a } => {?U_7464 a }. +{?U_7465 a } => {?U_7465 a ActivityRecognition:ActivityPrediction}. +{?U_7466 a } => {?U_7466 a ActivityRecognition:Prediction}. +{?U_7467 a } => {?U_7467 a }. +{?U_7468 a } => {?U_7468 a eep:Execution}. +{?U_7469 a } => {?U_7469 a }. +{?U_7470 a } => {?U_7470 a }. +{?U_7471 a } => {?U_7471 a }. +{?U_7472 a } => {?U_7472 a }. +{?U_7473 a } => {?U_7473 a }. +{?U_7474 a } => {?U_7474 a ActivityRecognition:ActivityPrediction}. +{?U_7475 a } => {?U_7475 a ActivityRecognition:Prediction}. +{?U_7476 a } => {?U_7476 a }. +{?U_7477 a } => {?U_7477 a eep:Execution}. +{?U_7478 a } => {?U_7478 a }. +{?U_7479 a } => {?U_7479 a }. +{?U_7480 a } => {?U_7480 a }. +{?U_7481 a } => {?U_7481 a }. +{?U_7482 a } => {?U_7482 a }. +{?U_7483 a } => {?U_7483 a ActivityRecognition:ActivityPrediction}. +{?U_7484 a } => {?U_7484 a ActivityRecognition:Prediction}. +{?U_7485 a } => {?U_7485 a }. +{?U_7486 a } => {?U_7486 a eep:Execution}. +{?U_7487 a } => {?U_7487 a }. +{?U_7488 a } => {?U_7488 a }. +{?U_7489 a } => {?U_7489 a }. +{?U_7490 a } => {?U_7490 a }. +{?U_7491 a } => {?U_7491 a }. +{?U_7492 a } => {?U_7492 a ActivityRecognition:ActivityPrediction}. +{?U_7493 a } => {?U_7493 a ActivityRecognition:Prediction}. +{?U_7494 a } => {?U_7494 a }. +{?U_7495 a } => {?U_7495 a eep:Execution}. +{?U_7496 a } => {?U_7496 a }. +{?U_7497 a } => {?U_7497 a }. +{?U_7498 a } => {?U_7498 a }. +{?U_7499 a } => {?U_7499 a }. +{?U_7500 a } => {?U_7500 a }. +{?U_7501 a } => {?U_7501 a ActivityRecognition:ActivityPrediction}. +{?U_7502 a } => {?U_7502 a ActivityRecognition:Prediction}. +{?U_7503 a } => {?U_7503 a eep:Execution}. +{?U_7504 a } => {?U_7504 a }. +{?U_7505 a } => {?U_7505 a }. +{?U_7506 a } => {?U_7506 a }. +{?U_7507 a } => {?U_7507 a }. +{?U_7508 a } => {?U_7508 a }. +{?U_7509 a } => {?U_7509 a }. +{?U_7510 a } => {?U_7510 a ActivityRecognition:ActivityPrediction}. +{?U_7511 a } => {?U_7511 a ActivityRecognition:Prediction}. +{?U_7512 a } => {?U_7512 a }. +{?U_7513 a } => {?U_7513 a eep:Execution}. +{?U_7514 a } => {?U_7514 a }. +{?U_7515 a } => {?U_7515 a }. +{?U_7516 a } => {?U_7516 a }. +{?U_7517 a } => {?U_7517 a }. +{?U_7518 a } => {?U_7518 a }. +{?U_7519 a } => {?U_7519 a ActivityRecognition:ActivityPrediction}. +{?U_7520 a } => {?U_7520 a ActivityRecognition:Prediction}. +{?U_7521 a } => {?U_7521 a eep:Execution}. +{?U_7522 a } => {?U_7522 a }. +{?U_7523 a } => {?U_7523 a }. +{?U_7524 a } => {?U_7524 a }. +{?U_7525 a } => {?U_7525 a }. +{?U_7526 a } => {?U_7526 a }. +{?U_7527 a } => {?U_7527 a }. +{?U_7528 a } => {?U_7528 a ActivityRecognition:ActivityPrediction}. +{?U_7529 a } => {?U_7529 a ActivityRecognition:Prediction}. +{?U_7530 a } => {?U_7530 a }. +{?U_7531 a } => {?U_7531 a eep:Execution}. +{?U_7532 a } => {?U_7532 a }. +{?U_7533 a } => {?U_7533 a }. +{?U_7534 a } => {?U_7534 a }. +{?U_7535 a } => {?U_7535 a }. +{?U_7536 a } => {?U_7536 a }. +{?U_7537 a } => {?U_7537 a ActivityRecognition:ActivityPrediction}. +{?U_7538 a } => {?U_7538 a ActivityRecognition:Prediction}. +{?U_7539 a } => {?U_7539 a eep:Execution}. +{?U_7540 a } => {?U_7540 a }. +{?U_7541 a } => {?U_7541 a }. +{?U_7542 a } => {?U_7542 a }. +{?U_7543 a } => {?U_7543 a }. +{?U_7544 a } => {?U_7544 a }. +{?U_7545 a } => {?U_7545 a }. +{?U_7546 a } => {?U_7546 a ActivityRecognition:ActivityPrediction}. +{?U_7547 a } => {?U_7547 a ActivityRecognition:Prediction}. +{?U_7548 a } => {?U_7548 a }. +{?U_7549 a } => {?U_7549 a eep:Execution}. +{?U_7550 a } => {?U_7550 a }. +{?U_7551 a } => {?U_7551 a }. +{?U_7552 a } => {?U_7552 a }. +{?U_7553 a } => {?U_7553 a }. +{?U_7554 a } => {?U_7554 a }. +{?U_7555 a } => {?U_7555 a ActivityRecognition:ActivityPrediction}. +{?U_7556 a } => {?U_7556 a ActivityRecognition:Prediction}. +{?U_7557 a } => {?U_7557 a eep:Execution}. +{?U_7558 a } => {?U_7558 a }. +{?U_7559 a } => {?U_7559 a }. +{?U_7560 a } => {?U_7560 a }. +{?U_7561 a } => {?U_7561 a }. +{?U_7562 a } => {?U_7562 a }. +{?U_7563 a } => {?U_7563 a }. +{?U_7564 a } => {?U_7564 a ActivityRecognition:ActivityPrediction}. +{?U_7565 a } => {?U_7565 a ActivityRecognition:Prediction}. +{?U_7566 a } => {?U_7566 a }. +{?U_7567 a } => {?U_7567 a eep:Execution}. +{?U_7568 a } => {?U_7568 a }. +{?U_7569 a } => {?U_7569 a }. +{?U_7570 a } => {?U_7570 a }. +{?U_7571 a } => {?U_7571 a }. +{?U_7572 a } => {?U_7572 a }. +{?U_7573 a } => {?U_7573 a ActivityRecognition:ActivityPrediction}. +{?U_7574 a } => {?U_7574 a ActivityRecognition:Prediction}. +{?U_7575 a } => {?U_7575 a eep:Execution}. +{?U_7576 a } => {?U_7576 a }. +{?U_7577 a } => {?U_7577 a }. +{?U_7578 a } => {?U_7578 a }. +{?U_7579 a } => {?U_7579 a }. +{?U_7580 a } => {?U_7580 a }. +{?U_7581 a } => {?U_7581 a }. +{?U_7582 a } => {?U_7582 a ActivityRecognition:ActivityPrediction}. +{?U_7583 a } => {?U_7583 a ActivityRecognition:Prediction}. +{?U_7584 a } => {?U_7584 a }. +{?U_7585 a } => {?U_7585 a eep:Execution}. +{?U_7586 a } => {?U_7586 a }. +{?U_7587 a } => {?U_7587 a }. +{?U_7588 a } => {?U_7588 a }. +{?U_7589 a } => {?U_7589 a }. +{?U_7590 a } => {?U_7590 a }. +{?U_7591 a } => {?U_7591 a ActivityRecognition:Prediction}. +{?U_7592 a } => {?U_7592 a eep:Execution}. +{?U_7593 a } => {?U_7593 a }. +{?U_7594 a } => {?U_7594 a }. +{?U_7595 a } => {?U_7595 a }. +{?U_7596 a } => {?U_7596 a }. +{?U_7597 a } => {?U_7597 a }. +{?U_7598 a } => {?U_7598 a ActivityRecognition:Prediction}. +{?U_7599 a } => {?U_7599 a eep:Execution}. +{?U_7600 a } => {?U_7600 a }. +{?U_7601 a } => {?U_7601 a }. +{?U_7602 a } => {?U_7602 a }. +{?U_7603 a } => {?U_7603 a }. +{?U_7604 a } => {?U_7604 a }. +{?U_7605 a } => {?U_7605 a ActivityRecognition:Prediction}. +{?U_7606 a } => {?U_7606 a eep:Execution}. +{?U_7607 a } => {?U_7607 a }. +{?U_7608 a } => {?U_7608 a }. +{?U_7609 a } => {?U_7609 a }. +{?U_7610 a } => {?U_7610 a }. +{?U_7611 a } => {?U_7611 a }. +{?U_7612 a } => {?U_7612 a saref4ehaw:HealthActor}. +{?U_7613 a } => {?U_7613 a foaf:Agent}. +{?U_7614 a } => {?U_7614 a saref4ehaw:Contact}. +{?U_7615 a } => {?U_7615 a }. +{?U_7616 a } => {?U_7616 a saref4ehaw:HealthActor}. +{?U_7617 a } => {?U_7617 a foaf:Agent}. +{?U_7618 a } => {?U_7618 a saref4ehaw:Contact}. +{?U_7619 a } => {?U_7619 a }. +{?U_7620 a } => {?U_7620 a saref4ehaw:HealthActor}. +{?U_7621 a } => {?U_7621 a foaf:Agent}. +{?U_7622 a } => {?U_7622 a saref4ehaw:Contact}. +{?U_7623 a } => {?U_7623 a }. +{?U_7624 a } => {?U_7624 a saref4ehaw:HealthActor}. +{?U_7625 a } => {?U_7625 a foaf:Agent}. +{?U_7626 a } => {?U_7626 a saref4ehaw:Contact}. +{?U_7627 a } => {?U_7627 a }. +{?U_7628 a } => {?U_7628 a saref4ehaw:HealthActor}. +{?U_7629 a } => {?U_7629 a foaf:Agent}. +{?U_7630 a } => {?U_7630 a saref4ehaw:Contact}. +{?U_7631 a } => {?U_7631 a }. +{?U_7632 a } => {?U_7632 a saref4ehaw:HealthActor}. +{?U_7633 a } => {?U_7633 a foaf:Agent}. +{?U_7634 a } => {?U_7634 a saref4ehaw:Contact}. +{?U_7635 a } => {?U_7635 a }. +{?U_7636 a } => {?U_7636 a saref4ehaw:HealthActor}. +{?U_7637 a } => {?U_7637 a foaf:Agent}. +{?U_7638 a } => {?U_7638 a saref4ehaw:Contact}. +{?U_7639 a } => {?U_7639 a }. +{?U_7640 a } => {?U_7640 a saref4ehaw:HealthActor}. +{?U_7641 a } => {?U_7641 a foaf:Agent}. +{?U_7642 a } => {?U_7642 a saref4ehaw:Contact}. +{?U_7643 a } => {?U_7643 a }. +{?U_7644 a } => {?U_7644 a saref4ehaw:HealthActor}. +{?U_7645 a } => {?U_7645 a foaf:Agent}. +{?U_7646 a } => {?U_7646 a saref4ehaw:Contact}. +{?U_7647 a } => {?U_7647 a }. +{?U_7648 a } => {?U_7648 a saref4ehaw:HealthActor}. +{?U_7649 a } => {?U_7649 a foaf:Agent}. +{?U_7650 a } => {?U_7650 a saref4ehaw:Contact}. +{?U_7651 a } => {?U_7651 a }. +{?U_7652 a } => {?U_7652 a saref4ehaw:HealthActor}. +{?U_7653 a } => {?U_7653 a foaf:Agent}. +{?U_7654 a } => {?U_7654 a saref4ehaw:Contact}. +{?U_7655 a } => {?U_7655 a }. +{?U_7656 a } => {?U_7656 a saref4ehaw:HealthActor}. +{?U_7657 a } => {?U_7657 a foaf:Agent}. +{?U_7658 a } => {?U_7658 a saref4ehaw:Contact}. +{?U_7659 a } => {?U_7659 a saref4ehaw:HealthActor}. +{?U_7660 a } => {?U_7660 a foaf:Agent}. +{?U_7661 a } => {?U_7661 a saref4ehaw:Contact}. +{?U_7662 a } => {?U_7662 a saref4ehaw:HealthActor}. +{?U_7663 a } => {?U_7663 a foaf:Agent}. +{?U_7664 a } => {?U_7664 a saref4ehaw:Contact}. +{?U_7665 a } => {?U_7665 a saref4ehaw:HealthActor}. +{?U_7666 a } => {?U_7666 a foaf:Agent}. +{?U_7667 a } => {?U_7667 a saref4ehaw:Contact}. +{?U_7668 a } => {?U_7668 a saref4ehaw:HealthActor}. +{?U_7669 a } => {?U_7669 a foaf:Agent}. +{?U_7670 a } => {?U_7670 a saref4ehaw:Contact}. +{?U_7671 a } => {?U_7671 a saref4ehaw:HealthActor}. +{?U_7672 a } => {?U_7672 a foaf:Agent}. +{?U_7673 a } => {?U_7673 a saref4ehaw:Contact}. +{?U_7674 a } => {?U_7674 a saref4ehaw:HealthActor}. +{?U_7675 a } => {?U_7675 a foaf:Agent}. +{?U_7676 a } => {?U_7676 a saref4ehaw:Contact}. +{?U_7677 a } => {?U_7677 a saref4ehaw:HealthActor}. +{?U_7678 a } => {?U_7678 a foaf:Agent}. +{?U_7679 a } => {?U_7679 a saref4ehaw:Contact}. +{?U_7680 a } => {?U_7680 a saref4ehaw:HealthActor}. +{?U_7681 a } => {?U_7681 a foaf:Agent}. +{?U_7682 a } => {?U_7682 a saref4ehaw:Contact}. +{?U_7683 a } => {?U_7683 a saref4ehaw:HealthActor}. +{?U_7684 a } => {?U_7684 a foaf:Agent}. +{?U_7685 a } => {?U_7685 a saref4ehaw:Contact}. +{?U_7686 a } => {?U_7686 a saref4ehaw:HealthActor}. +{?U_7687 a } => {?U_7687 a foaf:Agent}. +{?U_7688 a } => {?U_7688 a saref4ehaw:Contact}. +{?U_7689 a } => {?U_7689 a ActivityRecognition:Prediction}. +{?U_7690 a } => {?U_7690 a eep:Execution}. +{?U_7691 a } => {?U_7691 a }. +{?U_7692 a } => {?U_7692 a }. +{?U_7693 a } => {?U_7693 a }. +{?U_7694 a } => {?U_7694 a }. +{?U_7695 a } => {?U_7695 a }. +{?U_7696 a } => {?U_7696 a ActivityRecognition:Prediction}. +{?U_7697 a } => {?U_7697 a eep:Execution}. +{?U_7698 a } => {?U_7698 a }. +{?U_7699 a } => {?U_7699 a }. +{?U_7700 a } => {?U_7700 a }. +{?U_7701 a } => {?U_7701 a }. +{?U_7702 a } => {?U_7702 a }. +{?U_7703 a } => {?U_7703 a geosp:Feature}. +{?U_7704 a } => {?U_7704 a saref-core:Device}. +{?U_7705 a } => {?U_7705 a }. +{?U_7706 a } => {?U_7706 a }. +{?U_7707 a } => {?U_7707 a geosp:SpatialObject}. +{?U_7708 a } => {?U_7708 a }. +{?U_7709 a } => {?U_7709 a }. +{?U_7710 a } => {?U_7710 a }. +{?U_7711 a } => {?U_7711 a }. +{?U_7712 a } => {?U_7712 a }. +{?U_7713 a } => {?U_7713 a }. +{?U_7714 a } => {?U_7714 a }. +{?U_7715 a } => {?U_7715 a }. +{?U_7716 a } => {?U_7716 a }. +{?U_7717 a } => {?U_7717 a }. +{?U_7718 a } => {?U_7718 a }. +{?U_7719 a } => {?U_7719 a }. +{?U_7720 a } => {?U_7720 a saref4bldg:PhysicalObject}. +{?U_7721 a } => {?U_7721 a }. +{?U_7722 a } => {?U_7722 a }. +{?U_7723 a } => {?U_7723 a }. +{?U_7724 a } => {?U_7724 a }. +{?U_7725 a } => {?U_7725 a }. +{?U_7726 a } => {?U_7726 a }. +{?U_7727 a } => {?U_7727 a }. +{?U_7728 a } => {?U_7728 a geosp:Feature}. +{?U_7729 a } => {?U_7729 a saref-core:Device}. +{?U_7730 a } => {?U_7730 a }. +{?U_7731 a } => {?U_7731 a }. +{?U_7732 a } => {?U_7732 a geosp:SpatialObject}. +{?U_7733 a } => {?U_7733 a }. +{?U_7734 a } => {?U_7734 a }. +{?U_7735 a } => {?U_7735 a }. +{?U_7736 a } => {?U_7736 a }. +{?U_7737 a } => {?U_7737 a }. +{?U_7738 a } => {?U_7738 a }. +{?U_7739 a } => {?U_7739 a }. +{?U_7740 a } => {?U_7740 a }. +{?U_7741 a } => {?U_7741 a }. +{?U_7742 a } => {?U_7742 a }. +{?U_7743 a } => {?U_7743 a }. +{?U_7744 a } => {?U_7744 a }. +{?U_7745 a } => {?U_7745 a saref4bldg:PhysicalObject}. +{?U_7746 a } => {?U_7746 a }. +{?U_7747 a } => {?U_7747 a }. +{?U_7748 a } => {?U_7748 a }. +{?U_7749 a } => {?U_7749 a }. +{?U_7750 a } => {?U_7750 a }. +{?U_7751 a } => {?U_7751 a }. +{?U_7752 a } => {?U_7752 a }. +{?U_7753 a } => {?U_7753 a geosp:Feature}. +{?U_7754 a } => {?U_7754 a saref-core:Device}. +{?U_7755 a } => {?U_7755 a }. +{?U_7756 a } => {?U_7756 a }. +{?U_7757 a } => {?U_7757 a geosp:SpatialObject}. +{?U_7758 a } => {?U_7758 a }. +{?U_7759 a } => {?U_7759 a }. +{?U_7760 a } => {?U_7760 a }. +{?U_7761 a } => {?U_7761 a }. +{?U_7762 a } => {?U_7762 a }. +{?U_7763 a } => {?U_7763 a }. +{?U_7764 a } => {?U_7764 a }. +{?U_7765 a } => {?U_7765 a }. +{?U_7766 a } => {?U_7766 a }. +{?U_7767 a } => {?U_7767 a }. +{?U_7768 a } => {?U_7768 a }. +{?U_7769 a } => {?U_7769 a }. +{?U_7770 a } => {?U_7770 a saref4bldg:PhysicalObject}. +{?U_7771 a } => {?U_7771 a }. +{?U_7772 a } => {?U_7772 a }. +{?U_7773 a } => {?U_7773 a }. +{?U_7774 a } => {?U_7774 a }. +{?U_7775 a } => {?U_7775 a }. +{?U_7776 a } => {?U_7776 a }. +{?U_7777 a } => {?U_7777 a }. +{?U_7778 a } => {?U_7778 a geosp:Feature}. +{?U_7779 a } => {?U_7779 a saref-core:FeatureOfInterest}. +{?U_7780 a } => {?U_7780 a geosp:SpatialObject}. +{?U_7781 a } => {?U_7781 a }. +{?U_7782 a } => {?U_7782 a }. +{?U_7783 a :BrushingTeethActivityPrediction} => {?U_7783 a }. +{?U_7784 a :CookingFoodOvenActivityPrediction} => {?U_7784 a }. +{?U_7785 a :CookingFoodStovetopActivityPrediction} => {?U_7785 a }. +{?U_7786 a :DrinkPreparationActivityPrediction} => {?U_7786 a }. +{?U_7787 a :EatingActivityPrediction} => {?U_7787 a }. +{?U_7788 a :NonRoutineBrushingTeethActivityPrediction} => {?U_7788 a :BrushingTeethActivityPrediction}. +{?U_7789 a :NonRoutineBrushingTeethActivityPrediction} => {?U_7789 a }. +{?U_7790 a :NonRoutineBrushingTeethActivityPrediction} => {?U_7790 a }. +{?U_7791 a } => {?U_7791 a :NonRoutineActivityPrediction}. +{?U_7792 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_7792 a :CookingFoodOvenActivityPrediction}. +{?U_7793 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_7793 a }. +{?U_7794 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_7794 a }. +{?U_7795 a } => {?U_7795 a :NonRoutineActivityPrediction}. +{?U_7796 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_7796 a :CookingFoodStovetopActivityPrediction}. +{?U_7797 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_7797 a }. +{?U_7798 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_7798 a }. +{?U_7799 a } => {?U_7799 a :NonRoutineActivityPrediction}. +{?U_7800 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_7800 a :DrinkPreparationActivityPrediction}. +{?U_7801 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_7801 a }. +{?U_7802 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_7802 a }. +{?U_7803 a } => {?U_7803 a :NonRoutineActivityPrediction}. +{?U_7804 a :NonRoutineEatingActivityPrediction} => {?U_7804 a :EatingActivityPrediction}. +{?U_7805 a :NonRoutineEatingActivityPrediction} => {?U_7805 a }. +{?U_7806 a :NonRoutineEatingActivityPrediction} => {?U_7806 a }. +{?U_7807 a } => {?U_7807 a :NonRoutineActivityPrediction}. +{?U_7808 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_7808 a :PreparingHotMealActivityPrediction}. +{?U_7809 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_7809 a }. +{?U_7810 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_7810 a }. +{?U_7811 a } => {?U_7811 a :NonRoutineActivityPrediction}. +{?U_7812 a :NonRoutineShoweringActivityPrediction} => {?U_7812 a :ShoweringActivityPrediction}. +{?U_7813 a :NonRoutineShoweringActivityPrediction} => {?U_7813 a }. +{?U_7814 a :NonRoutineShoweringActivityPrediction} => {?U_7814 a }. +{?U_7815 a } => {?U_7815 a :NonRoutineActivityPrediction}. +{?U_7816 a :NonRoutineSleepingActivityPrediction} => {?U_7816 a :SleepingActivityPrediction}. +{?U_7817 a :NonRoutineSleepingActivityPrediction} => {?U_7817 a }. +{?U_7818 a :NonRoutineSleepingActivityPrediction} => {?U_7818 a }. +{?U_7819 a } => {?U_7819 a :NonRoutineActivityPrediction}. +{?U_7820 a :NonRoutineToiletingActivityPrediction} => {?U_7820 a :ToiletingActivityPrediction}. +{?U_7821 a :NonRoutineToiletingActivityPrediction} => {?U_7821 a }. +{?U_7822 a :NonRoutineToiletingActivityPrediction} => {?U_7822 a }. +{?U_7823 a } => {?U_7823 a :NonRoutineActivityPrediction}. +{?U_7824 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_7824 a :UsingMobilePhoneActivityPrediction}. +{?U_7825 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_7825 a }. +{?U_7826 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_7826 a }. +{?U_7827 a } => {?U_7827 a :NonRoutineActivityPrediction}. +{?U_7828 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_7828 a :WatchingTVActivelyActivityPrediction}. +{?U_7829 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_7829 a }. +{?U_7830 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_7830 a }. +{?U_7831 a } => {?U_7831 a :NonRoutineActivityPrediction}. +{?U_7832 a :PreparingHotMealActivityPrediction} => {?U_7832 a }. +{?U_7833 a :RoutineBrushingTeethActivityPrediction} => {?U_7833 a :BrushingTeethActivityPrediction}. +{?U_7834 a :RoutineBrushingTeethActivityPrediction} => {?U_7834 a }. +{?U_7835 a :RoutineBrushingTeethActivityPrediction} => {?U_7835 a }. +{?U_7836 a } => {?U_7836 a :RoutineActivityPrediction}. +{?U_7837 a :RoutineCookingFoodOvenActivityPrediction} => {?U_7837 a :CookingFoodOvenActivityPrediction}. +{?U_7838 a :RoutineCookingFoodOvenActivityPrediction} => {?U_7838 a }. +{?U_7839 a :RoutineCookingFoodOvenActivityPrediction} => {?U_7839 a }. +{?U_7840 a } => {?U_7840 a :RoutineActivityPrediction}. +{?U_7841 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_7841 a :CookingFoodStovetopActivityPrediction}. +{?U_7842 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_7842 a }. +{?U_7843 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_7843 a }. +{?U_7844 a } => {?U_7844 a :RoutineActivityPrediction}. +{?U_7845 a :RoutineDrinkPreparationActivityPrediction} => {?U_7845 a :DrinkPreparationActivityPrediction}. +{?U_7846 a :RoutineDrinkPreparationActivityPrediction} => {?U_7846 a }. +{?U_7847 a :RoutineDrinkPreparationActivityPrediction} => {?U_7847 a }. +{?U_7848 a } => {?U_7848 a :RoutineActivityPrediction}. +{?U_7849 a :RoutineEatingActivityPrediction} => {?U_7849 a :EatingActivityPrediction}. +{?U_7850 a :RoutineEatingActivityPrediction} => {?U_7850 a }. +{?U_7851 a :RoutineEatingActivityPrediction} => {?U_7851 a }. +{?U_7852 a } => {?U_7852 a :RoutineActivityPrediction}. +{?U_7853 a :RoutinePreparingHotMealActivityPrediction} => {?U_7853 a :PreparingHotMealActivityPrediction}. +{?U_7854 a :RoutinePreparingHotMealActivityPrediction} => {?U_7854 a }. +{?U_7855 a :RoutinePreparingHotMealActivityPrediction} => {?U_7855 a }. +{?U_7856 a } => {?U_7856 a :RoutineActivityPrediction}. +{?U_7857 a :RoutineShoweringActivityPrediction} => {?U_7857 a :ShoweringActivityPrediction}. +{?U_7858 a :RoutineShoweringActivityPrediction} => {?U_7858 a }. +{?U_7859 a :RoutineShoweringActivityPrediction} => {?U_7859 a }. +{?U_7860 a } => {?U_7860 a :RoutineActivityPrediction}. +{?U_7861 a :RoutineSleepingActivityPrediction} => {?U_7861 a :SleepingActivityPrediction}. +{?U_7862 a :RoutineSleepingActivityPrediction} => {?U_7862 a }. +{?U_7863 a :RoutineSleepingActivityPrediction} => {?U_7863 a }. +{?U_7864 a } => {?U_7864 a :RoutineActivityPrediction}. +{?U_7865 a :RoutineToiletingActivityPrediction} => {?U_7865 a :ToiletingActivityPrediction}. +{?U_7866 a :RoutineToiletingActivityPrediction} => {?U_7866 a }. +{?U_7867 a :RoutineToiletingActivityPrediction} => {?U_7867 a }. +{?U_7868 a } => {?U_7868 a :RoutineActivityPrediction}. +{?U_7869 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_7869 a :UsingMobilePhoneActivityPrediction}. +{?U_7870 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_7870 a }. +{?U_7871 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_7871 a }. +{?U_7872 a } => {?U_7872 a :RoutineActivityPrediction}. +{?U_7873 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_7873 a :WatchingTVActivelyActivityPrediction}. +{?U_7874 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_7874 a }. +{?U_7875 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_7875 a }. +{?U_7876 a } => {?U_7876 a :RoutineActivityPrediction}. +{?U_7877 a :ShoweringActivityPrediction} => {?U_7877 a }. +{?U_7878 a :SleepingActivityPrediction} => {?U_7878 a }. +{?U_7879 a :ToiletingActivityPrediction} => {?U_7879 a }. +{?U_7880 a :UserWithBrushingTeethRoutine} => {?U_7880 a }. +{?U_7881 a :UserWithCookingFoodOvenRoutine} => {?U_7881 a }. +{?U_7882 a :UserWithCookingFoodStovetopRoutine} => {?U_7882 a }. +{?U_7883 a :UserWithDrinkPreparationRoutine} => {?U_7883 a }. +{?U_7884 a :UserWithEatingRoutine} => {?U_7884 a }. +{?U_7885 a :UserWithPreparingHotMealRoutine} => {?U_7885 a }. +{?U_7886 a :UserWithShoweringRoutine} => {?U_7886 a }. +{?U_7887 a :UserWithSleepingRoutine} => {?U_7887 a }. +{?U_7888 a :UserWithToiletingRoutine} => {?U_7888 a }. +{?U_7889 a :UserWithUsingMobilePhoneRoutine} => {?U_7889 a }. +{?U_7890 a :UserWithWatchingTVActivelyRoutine} => {?U_7890 a }. +{?U_7891 a :UserWithoutBrushingTeethRoutine} => {?U_7891 a }. +{?U_7892 a :UserWithoutCookingFoodOvenRoutine} => {?U_7892 a }. +{?U_7893 a :UserWithoutCookingFoodStovetopRoutine} => {?U_7893 a }. +{?U_7894 a :UserWithoutDrinkPreparationRoutine} => {?U_7894 a }. +{?U_7895 a :UserWithoutEatingRoutine} => {?U_7895 a }. +{?U_7896 a :UserWithoutPreparingHotMealRoutine} => {?U_7896 a }. +{?U_7897 a :UserWithoutShoweringRoutine} => {?U_7897 a }. +{?U_7898 a :UserWithoutSleepingRoutine} => {?U_7898 a }. +{?U_7899 a :UserWithoutToiletingRoutine} => {?U_7899 a }. +{?U_7900 a :UserWithoutUsingMobilePhoneRoutine} => {?U_7900 a }. +{?U_7901 a :UserWithoutWatchingTVActivelyRoutine} => {?U_7901 a }. +{?U_7902 a :UsingMobilePhoneActivityPrediction} => {?U_7902 a }. +{?U_7903 a :WatchingTVActivelyActivityPrediction} => {?U_7903 a }. +{?U_7904 a saref4ehaw:Contact} => {?U_7904 a foaf:Agent}. +{?U_7905 a } => {?U_7905 a }. +{?U_7906 a } => {?U_7906 a }. +{?U_7907 a } => {?U_7907 a }. +{?U_7908 a } => {?U_7908 a }. +{?U_7909 a } => {?U_7909 a }. +{?U_7910 a } => {?U_7910 a }. +{?U_7911 a } => {?U_7911 a }. +{?U_7912 a } => {?U_7912 a }. +{?U_7913 a } => {?U_7913 a }. +{?U_7914 a } => {?U_7914 a }. +{?U_7915 a } => {?U_7915 a }. +{?U_7916 a } => {?U_7916 a }. +{?U_7917 a } => {?U_7917 a }. +{?U_7918 a } => {?U_7918 a }. +{?U_7919 a } => {?U_7919 a }. +{?U_7920 a } => {?U_7920 a }. +{?U_7921 a } => {?U_7921 a }. +{?U_7922 a } => {?U_7922 a }. +{?U_7923 a } => {?U_7923 a }. +{?U_7924 a } => {?U_7924 a }. +{?U_7925 a } => {?U_7925 a }. +{?U_7926 a } => {?U_7926 a }. +{?U_7927 a } => {?U_7927 a }. +{?U_7928 a } => {?U_7928 a }. +{?U_7929 a SensorsAndActuators:DeepFreezer} => {?U_7929 a }. +{?U_7930 a SensorsAndActuators:Dishwasher} => {?U_7930 a }. +{?U_7931 a SensorsAndActuators:ElectricalCooker} => {?U_7931 a }. +{?U_7932 a SensorsAndActuators:Fridge} => {?U_7932 a }. +{?U_7933 a SensorsAndActuators:Microwave} => {?U_7933 a }. +{?U_7934 a SensorsAndActuators:Oven} => {?U_7934 a }. +{?U_7935 a SensorsAndActuators:TemperatureSensor} => {?U_7935 a }. +{?U_7936 a SensorsAndActuators:WashingMachine} => {?U_7936 a }. +{?U_7937 a SensorsAndWearables:Accelerometer} => {?U_7937 a }. +{?U_7938 a SensorsAndWearables:ApplicationUsageMeter} => {?U_7938 a }. +{?U_7939 a SensorsAndWearables:GravitySensor} => {?U_7939 a }. +{?U_7940 a SensorsAndWearables:Gyroscope} => {?U_7940 a }. +{?U_7941 a SensorsAndWearables:KeyboardUsageMeter} => {?U_7941 a }. +{?U_7942 a SensorsAndWearables:LinearAccelerometer} => {?U_7942 a }. +{?U_7943 a SensorsAndWearables:Magnetometer} => {?U_7943 a }. +{?U_7944 a SensorsAndWearables:RotationSensor} => {?U_7944 a }. +{?U_7945 a SensorsAndWearables:ScreenUsageMeter} => {?U_7945 a }. +{?U_7946 a SensorsAndWearables:Thermopile} => {?U_7946 a }. +{?U_7947 a dogont:DimmableLight} => {?U_7947 a }. +{?U_7948 a dogont:DimmerLamp} => {?U_7948 a }. +{?U_7949 a dogont:DimmerSwitch} => {?U_7949 a }. +{?U_7950 a dogont:ShutterActuator} => {?U_7950 a }. +{?U_7951 a saref4bldg:AirToAirHeatRecovery} => {?U_7951 a }. +{?U_7952 a saref4bldg:Alarm} => {?U_7952 a }. +{?U_7953 a saref4bldg:AudioVisualAppliance} => {?U_7953 a }. +{?U_7954 a saref4bldg:Boiler} => {?U_7954 a }. +{?U_7955 a saref4bldg:Burner} => {?U_7955 a }. +{?U_7956 a saref4bldg:Chiller} => {?U_7956 a }. +{?U_7957 a saref4bldg:Coil} => {?U_7957 a }. +{?U_7958 a saref4bldg:CommunicationAppliance} => {?U_7958 a }. +{?U_7959 a saref4bldg:Compressor} => {?U_7959 a }. +{?U_7960 a saref4bldg:Condenser} => {?U_7960 a }. +{?U_7961 a saref4bldg:Controller} => {?U_7961 a }. +{?U_7962 a saref4bldg:CooledBeam} => {?U_7962 a }. +{?U_7963 a saref4bldg:CoolingTower} => {?U_7963 a }. +{?U_7964 a saref4bldg:Damper} => {?U_7964 a }. +{?U_7965 a ns6:InBodyWearable} => {?U_7965 a geosp:Feature}. +{?U_7966 a ns6:InBodyWearable} => {?U_7966 a saref-core:Device}. +{?U_7967 a ns6:InBodyWearable} => {?U_7967 a }. +{?U_7968 a ns6:InBodyWearable} => {?U_7968 a }. +{?U_7969 a ns6:InBodyWearable} => {?U_7969 a geosp:SpatialObject}. +{?U_7970 a ns6:InBodyWearable} => {?U_7970 a }. +{?U_7971 a ns6:InBodyWearable} => {?U_7971 a }. +{?U_7972 a ns6:InBodyWearable} => {?U_7972 a }. +{?U_7973 a ns6:InBodyWearable} => {?U_7973 a }. +{?U_7974 a ns6:InBodyWearable} => {?U_7974 a }. +{?U_7975 a ns6:InBodyWearable} => {?U_7975 a }. +{?U_7976 a ns6:InBodyWearable} => {?U_7976 a }. +{?U_7977 a ns6:InBodyWearable} => {?U_7977 a }. +{?U_7978 a ns6:InBodyWearable} => {?U_7978 a }. +{?U_7979 a ns6:InBodyWearable} => {?U_7979 a }. +{?U_7980 a ns6:InBodyWearable} => {?U_7980 a }. +{?U_7981 a ns6:InBodyWearable} => {?U_7981 a }. +{?U_7982 a ns6:InBodyWearable} => {?U_7982 a saref4bldg:PhysicalObject}. +{?U_7983 a ns6:InBodyWearable} => {?U_7983 a }. +{?U_7984 a ns6:InBodyWearable} => {?U_7984 a }. +{?U_7985 a ns6:InBodyWearable} => {?U_7985 a }. +{?U_7986 a ns6:InBodyWearable} => {?U_7986 a }. +{?U_7987 a ns6:InBodyWearable} => {?U_7987 a }. +{?U_7988 a ns6:InBodyWearable} => {?U_7988 a }. +{?U_7989 a ns6:InBodyWearable} => {?U_7989 a }. +{?U_7990 a ns6:NearBodyWearable} => {?U_7990 a geosp:Feature}. +{?U_7991 a ns6:NearBodyWearable} => {?U_7991 a saref-core:Device}. +{?U_7992 a ns6:NearBodyWearable} => {?U_7992 a }. +{?U_7993 a ns6:NearBodyWearable} => {?U_7993 a }. +{?U_7994 a ns6:NearBodyWearable} => {?U_7994 a geosp:SpatialObject}. +{?U_7995 a ns6:NearBodyWearable} => {?U_7995 a }. +{?U_7996 a ns6:NearBodyWearable} => {?U_7996 a }. +{?U_7997 a ns6:NearBodyWearable} => {?U_7997 a }. +{?U_7998 a ns6:NearBodyWearable} => {?U_7998 a }. +{?U_7999 a ns6:NearBodyWearable} => {?U_7999 a }. +{?U_8000 a ns6:NearBodyWearable} => {?U_8000 a }. +{?U_8001 a ns6:NearBodyWearable} => {?U_8001 a }. +{?U_8002 a ns6:NearBodyWearable} => {?U_8002 a }. +{?U_8003 a ns6:NearBodyWearable} => {?U_8003 a }. +{?U_8004 a ns6:NearBodyWearable} => {?U_8004 a }. +{?U_8005 a ns6:NearBodyWearable} => {?U_8005 a }. +{?U_8006 a ns6:NearBodyWearable} => {?U_8006 a }. +{?U_8007 a ns6:NearBodyWearable} => {?U_8007 a saref4bldg:PhysicalObject}. +{?U_8008 a ns6:NearBodyWearable} => {?U_8008 a }. +{?U_8009 a ns6:NearBodyWearable} => {?U_8009 a }. +{?U_8010 a ns6:NearBodyWearable} => {?U_8010 a }. +{?U_8011 a ns6:NearBodyWearable} => {?U_8011 a }. +{?U_8012 a ns6:NearBodyWearable} => {?U_8012 a }. +{?U_8013 a ns6:NearBodyWearable} => {?U_8013 a }. +{?U_8014 a ns6:NearBodyWearable} => {?U_8014 a }. +{?U_8015 a ns6:OnBodyWearable} => {?U_8015 a geosp:Feature}. +{?U_8016 a ns6:OnBodyWearable} => {?U_8016 a saref-core:Device}. +{?U_8017 a ns6:OnBodyWearable} => {?U_8017 a }. +{?U_8018 a ns6:OnBodyWearable} => {?U_8018 a }. +{?U_8019 a ns6:OnBodyWearable} => {?U_8019 a geosp:SpatialObject}. +{?U_8020 a ns6:OnBodyWearable} => {?U_8020 a }. +{?U_8021 a ns6:OnBodyWearable} => {?U_8021 a }. +{?U_8022 a ns6:OnBodyWearable} => {?U_8022 a }. +{?U_8023 a ns6:OnBodyWearable} => {?U_8023 a }. +{?U_8024 a ns6:OnBodyWearable} => {?U_8024 a }. +{?U_8025 a ns6:OnBodyWearable} => {?U_8025 a }. +{?U_8026 a ns6:OnBodyWearable} => {?U_8026 a }. +{?U_8027 a ns6:OnBodyWearable} => {?U_8027 a }. +{?U_8028 a ns6:OnBodyWearable} => {?U_8028 a }. +{?U_8029 a ns6:OnBodyWearable} => {?U_8029 a }. +{?U_8030 a ns6:OnBodyWearable} => {?U_8030 a }. +{?U_8031 a ns6:OnBodyWearable} => {?U_8031 a }. +{?U_8032 a ns6:OnBodyWearable} => {?U_8032 a saref4bldg:PhysicalObject}. +{?U_8033 a ns6:OnBodyWearable} => {?U_8033 a }. +{?U_8034 a ns6:OnBodyWearable} => {?U_8034 a }. +{?U_8035 a ns6:OnBodyWearable} => {?U_8035 a }. +{?U_8036 a ns6:OnBodyWearable} => {?U_8036 a }. +{?U_8037 a ns6:OnBodyWearable} => {?U_8037 a }. +{?U_8038 a ns6:OnBodyWearable} => {?U_8038 a }. +{?U_8039 a ns6:OnBodyWearable} => {?U_8039 a }. +{?U_8040 a ns6:TextileBasedWearable} => {?U_8040 a geosp:Feature}. +{?U_8041 a ns6:TextileBasedWearable} => {?U_8041 a saref-core:Device}. +{?U_8042 a ns6:TextileBasedWearable} => {?U_8042 a }. +{?U_8043 a ns6:TextileBasedWearable} => {?U_8043 a }. +{?U_8044 a ns6:TextileBasedWearable} => {?U_8044 a geosp:SpatialObject}. +{?U_8045 a ns6:TextileBasedWearable} => {?U_8045 a }. +{?U_8046 a ns6:TextileBasedWearable} => {?U_8046 a }. +{?U_8047 a ns6:TextileBasedWearable} => {?U_8047 a }. +{?U_8048 a ns6:TextileBasedWearable} => {?U_8048 a }. +{?U_8049 a ns6:TextileBasedWearable} => {?U_8049 a }. +{?U_8050 a ns6:TextileBasedWearable} => {?U_8050 a }. +{?U_8051 a ns6:TextileBasedWearable} => {?U_8051 a }. +{?U_8052 a ns6:TextileBasedWearable} => {?U_8052 a }. +{?U_8053 a ns6:TextileBasedWearable} => {?U_8053 a }. +{?U_8054 a ns6:TextileBasedWearable} => {?U_8054 a }. +{?U_8055 a ns6:TextileBasedWearable} => {?U_8055 a }. +{?U_8056 a ns6:TextileBasedWearable} => {?U_8056 a }. +{?U_8057 a ns6:TextileBasedWearable} => {?U_8057 a saref4bldg:PhysicalObject}. +{?U_8058 a ns6:TextileBasedWearable} => {?U_8058 a }. +{?U_8059 a ns6:TextileBasedWearable} => {?U_8059 a }. +{?U_8060 a ns6:TextileBasedWearable} => {?U_8060 a }. +{?U_8061 a ns6:TextileBasedWearable} => {?U_8061 a }. +{?U_8062 a ns6:TextileBasedWearable} => {?U_8062 a }. +{?U_8063 a ns6:TextileBasedWearable} => {?U_8063 a }. +{?U_8064 a ns6:TextileBasedWearable} => {?U_8064 a }. +{?U_8065 a ns6:Wearer} => {?U_8065 a geosp:Feature}. +{?U_8066 a ns6:Wearer} => {?U_8066 a saref-core:FeatureOfInterest}. +{?U_8067 a ns6:Wearer} => {?U_8067 a }. +{?U_8068 a SensorsAndWearables:Empatica} => {?U_8068 a geosp:Feature}. +{?U_8069 a SensorsAndWearables:Empatica} => {?U_8069 a saref-core:Device}. +{?U_8070 a SensorsAndWearables:Empatica} => {?U_8070 a }. +{?U_8071 a SensorsAndWearables:Empatica} => {?U_8071 a }. +{?U_8072 a SensorsAndWearables:Empatica} => {?U_8072 a geosp:SpatialObject}. +{?U_8073 a SensorsAndWearables:Empatica} => {?U_8073 a }. +{?U_8074 a SensorsAndWearables:Empatica} => {?U_8074 a }. +{?U_8075 a SensorsAndWearables:Empatica} => {?U_8075 a }. +{?U_8076 a SensorsAndWearables:Empatica} => {?U_8076 a }. +{?U_8077 a SensorsAndWearables:Empatica} => {?U_8077 a }. +{?U_8078 a SensorsAndWearables:Empatica} => {?U_8078 a }. +{?U_8079 a SensorsAndWearables:Empatica} => {?U_8079 a }. +{?U_8080 a SensorsAndWearables:Empatica} => {?U_8080 a }. +{?U_8081 a SensorsAndWearables:Empatica} => {?U_8081 a }. +{?U_8082 a SensorsAndWearables:Empatica} => {?U_8082 a }. +{?U_8083 a SensorsAndWearables:Empatica} => {?U_8083 a }. +{?U_8084 a SensorsAndWearables:Empatica} => {?U_8084 a }. +{?U_8085 a SensorsAndWearables:Empatica} => {?U_8085 a saref4bldg:PhysicalObject}. +{?U_8086 a SensorsAndWearables:Empatica} => {?U_8086 a }. +{?U_8087 a SensorsAndWearables:Empatica} => {?U_8087 a }. +{?U_8088 a SensorsAndWearables:Empatica} => {?U_8088 a }. +{?U_8089 a SensorsAndWearables:Empatica} => {?U_8089 a }. +{?U_8090 a SensorsAndWearables:Empatica} => {?U_8090 a }. +{?U_8091 a SensorsAndWearables:Empatica} => {?U_8091 a }. +{?U_8092 a SensorsAndWearables:Empatica} => {?U_8092 a }. +{?U_8093 a SensorsAndWearables:Smartphone} => {?U_8093 a geosp:Feature}. +{?U_8094 a SensorsAndWearables:Smartphone} => {?U_8094 a saref-core:Device}. +{?U_8095 a SensorsAndWearables:Smartphone} => {?U_8095 a }. +{?U_8096 a SensorsAndWearables:Smartphone} => {?U_8096 a }. +{?U_8097 a SensorsAndWearables:Smartphone} => {?U_8097 a geosp:SpatialObject}. +{?U_8098 a SensorsAndWearables:Smartphone} => {?U_8098 a }. +{?U_8099 a SensorsAndWearables:Smartphone} => {?U_8099 a }. +{?U_8100 a SensorsAndWearables:Smartphone} => {?U_8100 a }. +{?U_8101 a SensorsAndWearables:Smartphone} => {?U_8101 a }. +{?U_8102 a SensorsAndWearables:Smartphone} => {?U_8102 a }. +{?U_8103 a SensorsAndWearables:Smartphone} => {?U_8103 a }. +{?U_8104 a SensorsAndWearables:Smartphone} => {?U_8104 a }. +{?U_8105 a SensorsAndWearables:Smartphone} => {?U_8105 a }. +{?U_8106 a SensorsAndWearables:Smartphone} => {?U_8106 a }. +{?U_8107 a SensorsAndWearables:Smartphone} => {?U_8107 a }. +{?U_8108 a SensorsAndWearables:Smartphone} => {?U_8108 a }. +{?U_8109 a SensorsAndWearables:Smartphone} => {?U_8109 a }. +{?U_8110 a SensorsAndWearables:Smartphone} => {?U_8110 a saref4bldg:PhysicalObject}. +{?U_8111 a SensorsAndWearables:Smartphone} => {?U_8111 a }. +{?U_8112 a SensorsAndWearables:Smartphone} => {?U_8112 a }. +{?U_8113 a SensorsAndWearables:Smartphone} => {?U_8113 a }. +{?U_8114 a SensorsAndWearables:Smartphone} => {?U_8114 a }. +{?U_8115 a SensorsAndWearables:Smartphone} => {?U_8115 a }. +{?U_8116 a SensorsAndWearables:Smartphone} => {?U_8116 a }. +{?U_8117 a SensorsAndWearables:Smartphone} => {?U_8117 a }. +{?U_8118 a ns6:FabricWearable} => {?U_8118 a geosp:Feature}. +{?U_8119 a ns6:FabricWearable} => {?U_8119 a saref-core:Device}. +{?U_8120 a ns6:FabricWearable} => {?U_8120 a }. +{?U_8121 a ns6:FabricWearable} => {?U_8121 a }. +{?U_8122 a ns6:FabricWearable} => {?U_8122 a geosp:SpatialObject}. +{?U_8123 a ns6:FabricWearable} => {?U_8123 a }. +{?U_8124 a ns6:FabricWearable} => {?U_8124 a }. +{?U_8125 a ns6:FabricWearable} => {?U_8125 a }. +{?U_8126 a ns6:FabricWearable} => {?U_8126 a }. +{?U_8127 a ns6:FabricWearable} => {?U_8127 a }. +{?U_8128 a ns6:FabricWearable} => {?U_8128 a }. +{?U_8129 a ns6:FabricWearable} => {?U_8129 a }. +{?U_8130 a ns6:FabricWearable} => {?U_8130 a }. +{?U_8131 a ns6:FabricWearable} => {?U_8131 a }. +{?U_8132 a ns6:FabricWearable} => {?U_8132 a }. +{?U_8133 a ns6:FabricWearable} => {?U_8133 a }. +{?U_8134 a ns6:FabricWearable} => {?U_8134 a }. +{?U_8135 a ns6:FabricWearable} => {?U_8135 a saref4bldg:PhysicalObject}. +{?U_8136 a ns6:FabricWearable} => {?U_8136 a }. +{?U_8137 a ns6:FabricWearable} => {?U_8137 a }. +{?U_8138 a ns6:FabricWearable} => {?U_8138 a }. +{?U_8139 a ns6:FabricWearable} => {?U_8139 a }. +{?U_8140 a ns6:FabricWearable} => {?U_8140 a }. +{?U_8141 a ns6:FabricWearable} => {?U_8141 a }. +{?U_8142 a ns6:FabricWearable} => {?U_8142 a }. +{?U_8143 a } => {?U_8143 a }. +{?U_8144 a } => {?U_8144 a }. +{?U_8145 a } => {?U_8145 a }. +{?U_8146 a } => {?U_8146 a }. +{?U_8147 a } => {?U_8147 a }. +{?U_8148 a } => {?U_8148 a }. +{?U_8149 a } => {?U_8149 a }. +{?U_8150 a } => {?U_8150 a }. +{?U_8151 a } => {?U_8151 a }. +{?U_8152 a } => {?U_8152 a }. +{?U_8153 a } => {?U_8153 a }. +{?U_8154 a } => {?U_8154 a }. +{?U_8155 a } => {?U_8155 a }. +{?U_8156 a } => {?U_8156 a }. +{?U_8157 a } => {?U_8157 a }. +{?U_8158 a } => {?U_8158 a }. +{?U_8159 a } => {?U_8159 a }. +{?U_8160 a } => {?U_8160 a }. +{?U_8161 a } => {?U_8161 a }. +{?U_8162 a } => {?U_8162 a }. +{?U_8163 a } => {?U_8163 a }. +{?U_8164 a } => {?U_8164 a }. +{?U_8165 a } => {?U_8165 a }. +{?U_8166 a } => {?U_8166 a }. +{?U_8167 a } => {?U_8167 a }. +{?U_8168 a } => {?U_8168 a }. +{?U_8169 a } => {?U_8169 a }. +{?U_8170 a } => {?U_8170 a }. +{?U_8171 a } => {?U_8171 a }. +{?U_8172 a } => {?U_8172 a }. +{?U_8173 a } => {?U_8173 a }. +{?U_8174 a } => {?U_8174 a }. +{?U_8175 a } => {?U_8175 a }. +{?U_8176 a } => {?U_8176 a }. +{?U_8177 a } => {?U_8177 a }. +{?U_8178 a } => {?U_8178 a }. +{?U_8179 a } => {?U_8179 a }. +{?U_8180 a } => {?U_8180 a }. +{?U_8181 a } => {?U_8181 a }. +{?U_8182 a } => {?U_8182 a }. +{?U_8183 a } => {?U_8183 a }. +{?U_8184 a } => {?U_8184 a }. +{?U_8185 a } => {?U_8185 a }. +{?U_8186 a } => {?U_8186 a }. +{?U_8187 a :NonRoutineBrushingTeethActivityPrediction} => {?U_8187 a }. +{?U_8188 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_8188 a }. +{?U_8189 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_8189 a }. +{?U_8190 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_8190 a }. +{?U_8191 a :NonRoutineEatingActivityPrediction} => {?U_8191 a }. +{?U_8192 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_8192 a }. +{?U_8193 a :NonRoutineShoweringActivityPrediction} => {?U_8193 a }. +{?U_8194 a :NonRoutineSleepingActivityPrediction} => {?U_8194 a }. +{?U_8195 a :NonRoutineToiletingActivityPrediction} => {?U_8195 a }. +{?U_8196 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_8196 a }. +{?U_8197 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_8197 a }. +{?U_8198 a :RoutineBrushingTeethActivityPrediction} => {?U_8198 a }. +{?U_8199 a :RoutineCookingFoodOvenActivityPrediction} => {?U_8199 a }. +{?U_8200 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_8200 a }. +{?U_8201 a :RoutineDrinkPreparationActivityPrediction} => {?U_8201 a }. +{?U_8202 a :RoutineEatingActivityPrediction} => {?U_8202 a }. +{?U_8203 a :RoutinePreparingHotMealActivityPrediction} => {?U_8203 a }. +{?U_8204 a :RoutineShoweringActivityPrediction} => {?U_8204 a }. +{?U_8205 a :RoutineSleepingActivityPrediction} => {?U_8205 a }. +{?U_8206 a :RoutineToiletingActivityPrediction} => {?U_8206 a }. +{?U_8207 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_8207 a }. +{?U_8208 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_8208 a }. +{?U_8209 :containsRule ?U_8210} => {?U_8210 a :Rule}. +{?U_8211 :doesNotHaveActivityInRoutine ?U_8212} => {?U_8212 a saref4ehaw:Activity}. +{?U_8213 :elseResultCondition ?U_8214} => {?U_8214 a :Condition}. +{?U_8215 :firstCondition ?U_8216} => {?U_8216 a :Condition}. +{?U_8217 :forProperty ?U_8218} => {?U_8218 a saref-core:Property}. +{?U_8219 :hasCondition ?U_8220} => {?U_8220 a :Condition}. +{?U_8221 :ifResultCondition ?U_8222} => {?U_8222 a :Condition}. +{?U_8223 :secondCondition ?U_8224} => {?U_8224 a :Condition}. +{?U_8225 :isMinimumThreshold ?U_8226} => {?U_8226 a xsd:boolean}. +{?U_8227 :onTimeWindow ?U_8228} => {?U_8228 a xsd:duration}. +{?U_8229 ActivityRecognition:activityPredictionMadeFor ?U_8230} => {?U_8230 a saref4ehaw:HealthActor}. +{?U_8231 ActivityRecognition:analyzeProperty ?U_8232} => {?U_8232 a saref-core:Property}. +{?U_8233 ActivityRecognition:forActivity ?U_8234} => {?U_8234 a saref4ehaw:Activity}. +{?U_8235 ActivityRecognition:nextActivity ?U_8236} => {?U_8236 a saref4ehaw:Activity}. +{?U_8237 ActivityRecognition:predictedBy ?U_8238} => {?U_8238 a ActivityRecognition:Model}. +{?U_8239 ActivityRecognition:previousActivity ?U_8240} => {?U_8240 a saref4ehaw:Activity}. +{?U_8241 ActivityRecognition:activityEnd ?U_8242} => {?U_8242 a xsd:dateTime}. +{?U_8243 ActivityRecognition:activityStart ?U_8244} => {?U_8244 a xsd:dateTime}. +{?U_8245 ActivityRecognition:timeOfPrediction ?U_8246} => {?U_8246 a xsd:dateTime}. +{?U_8247 ns2:hasAddiction ?U_8248} => {?U_8248 a ns2:Addiction}. +{?U_8249 ns2:hasIndoorLocation ?U_8250} => {?U_8250 a dogont:Room}. +{?U_8251 ns2:hasPets ?U_8252} => {?U_8252 a ns2:Pet}. +{?U_8253 ns2:hasRoutine ?U_8254} => {?U_8254 a ActivityRecognition:Routine}. +{?U_8255 ns2:hasSymptom ?U_8256} => {?U_8256 a ns2:Symptom}. +{?U_8257 ns2:livesIn ?U_8258} => {?U_8258 a saref4bldg:Building}. +{?U_8259 ns2:takesMedication ?U_8260} => {?U_8260 a ns2:Medication}. +{?U_8261 ns2:Address ?U_8262} => {?U_8262 a xsd:string}. +{?U_8263 ns2:Ethnicity ?U_8264} => {?U_8264 a xsd:string}. +{?U_8265 ns2:Language ?U_8266} => {?U_8266 a xsd:string}. +{?U_8267 ns2:RecentHospitalAdmission ?U_8268} => {?U_8268 a xsd:boolean}. +{?U_8269 ns2:familialStatus ?U_8270} => {?U_8270 a xsd:string}. +{?U_8271 ns2:hadWork ?U_8272} => {?U_8272 a xsd:string}. +{?U_8273 ns2:hasHearingAid ?U_8274} => {?U_8274 a xsd:boolean}. +{?U_8275 ns2:hasStudied ?U_8276} => {?U_8276 a xsd:string}. +{?U_8277 ns2:socialStatus ?U_8278} => {?U_8278 a xsd:string}. +{?U_8279 SensorsAndWearables:hasAxis ?U_8280} => {?U_8280 a SensorsAndWearables:Axis}. +{?U_8281 ns3:inCorridor ?U_8282} => {?U_8282 a xsd:boolean}. +{?U_8283 ns5:affectedBy ?U_8284} => {?U_8284 a ns5:Quality}. +{?U_8285 ns5:belongsTo ?U_8286} => {?U_8286 a ns5:FeatureOfInterest}. +{?U_8287 ns5:influencedBy ?U_8288} => {?U_8288 a ns5:Quality}. +{?U_8289 eep:forFeatureOfInterest ?U_8290} => {?U_8290 a ns5:FeatureOfInterest}. +{?U_8291 eep:forQuality ?U_8292} => {?U_8292 a ns5:Quality}. +{?U_8293 eep:hasFeatureOfInterest ?U_8294} => {?U_8294 a ns5:FeatureOfInterest}. +{?U_8295 eep:implements ?U_8296} => {?U_8296 a eep:Procedure}. +{?U_8297 eep:madeBy ?U_8298} => {?U_8298 a eep:Executor}. +{?U_8299 eep:onQuality ?U_8300} => {?U_8300 a ns5:Quality}. +{?U_8301 eep:usedProcedure ?U_8302} => {?U_8302 a eep:Procedure}. +{?U_8303 saref-core:accomplishes ?U_8304} => {?U_8304 a saref-core:Task}. +{?U_8305 saref-core:actsUpon ?U_8306} => {?U_8306 a saref-core:State}. +{?U_8307 saref-core:controlsProperty ?U_8308} => {?U_8308 a saref-core:Property}. +{?U_8309 saref-core:hasCommand ?U_8310} => {?U_8310 a saref-core:Command}. +{?U_8311 saref-core:hasFunction ?U_8312} => {?U_8312 a saref-core:Function}. +{?U_8313 saref-core:hasMeasurement ?U_8314} => {?U_8314 a saref-core:Measurement}. +{?U_8315 saref-core:hasMeterReading ?U_8316} => {?U_8316 a saref-core:Measurement}. +{?U_8317 saref-core:hasMeterReadingType ?U_8318} => {?U_8318 a saref-core:Property}. +{?U_8319 saref-core:hasPrice ?U_8320} => {?U_8320 a saref-core:Price}. +{?U_8321 saref-core:hasProfile ?U_8322} => {?U_8322 a saref-core:Profile}. +{?U_8323 saref-core:hasProperty ?U_8324} => {?U_8324 a saref-core:Property}. +{?U_8325 saref-core:hasSensingRange ?U_8326} => {?U_8326 a saref-core:Measurement}. +{?U_8327 saref-core:hasSensorType ?U_8328} => {?U_8328 a saref-core:Property}. +{?U_8329 saref-core:hasState ?U_8330} => {?U_8330 a saref-core:State}. +{?U_8331 saref-core:hasThresholdMeasurement ?U_8332} => {?U_8332 a saref-core:Measurement}. +{?U_8333 saref-core:hasTime ?U_8334} => {?U_8334 a saref-core:Time}. +{?U_8335 saref-core:isCommandOf ?U_8336} => {?U_8336 a saref-core:Function}. +{?U_8337 saref-core:isControlledByDevice ?U_8338} => {?U_8338 a saref-core:Device}. +{?U_8339 saref-core:isMeasuredByDevice ?U_8340} => {?U_8340 a saref-core:Device}. +{?U_8341 saref-core:isMeasuredIn ?U_8342} => {?U_8342 a saref-core:UnitOfMeasure}. +{?U_8343 saref-core:isMeasurementOf ?U_8344} => {?U_8344 a saref-core:FeatureOfInterest}. +{?U_8345 saref-core:isOfferedBy ?U_8346} => {?U_8346 a saref-core:Device}. +{?U_8347 saref-core:isPropertyOf ?U_8348} => {?U_8348 a saref-core:FeatureOfInterest}. +{?U_8349 saref-core:makesMeasurement ?U_8350} => {?U_8350 a saref-core:Measurement}. +{?U_8351 saref-core:measurementMadeBy ?U_8352} => {?U_8352 a saref-core:Device}. +{?U_8353 saref-core:measuresProperty ?U_8354} => {?U_8354 a saref-core:Property}. +{?U_8355 saref-core:offers ?U_8356} => {?U_8356 a saref-core:Service}. +{?U_8357 saref-core:relatesToMeasurement ?U_8358} => {?U_8358 a saref-core:Measurement}. +{?U_8359 saref-core:relatesToProperty ?U_8360} => {?U_8360 a saref-core:Property}. +{?U_8361 saref-core:represents ?U_8362} => {?U_8362 a saref-core:Function}. +{?U_8363 saref4bldg:accessType ?U_8364} => {?U_8364 a xsd:string}. +{?U_8365 saref4bldg:application ?U_8366} => {?U_8366 a xsd:string}. +{?U_8367 saref4bldg:arrangement ?U_8368} => {?U_8368 a xsd:string}. +{?U_8369 saref4bldg:bladeAction ?U_8370} => {?U_8370 a xsd:string}. +{?U_8371 saref4bldg:bladeEdge ?U_8372} => {?U_8372 a xsd:string}. +{?U_8373 saref4bldg:bladeShape ?U_8374} => {?U_8374 a xsd:string}. +{?U_8375 saref4bldg:capacityControl ?U_8376} => {?U_8376 a xsd:string}. +{?U_8377 saref4bldg:capacityControlType ?U_8378} => {?U_8378 a xsd:string}. +{?U_8379 saref4bldg:capacityPeople ?U_8380} => {?U_8380 a xsd:nonNegativeInteger}. +{?U_8381 saref4bldg:circuitType ?U_8382} => {?U_8382 a xsd:string}. +{?U_8383 saref4bldg:colorAppearance ?U_8384} => {?U_8384 a xsd:string}. +{?U_8385 saref4bldg:colorRenderingIndex ?U_8386} => {?U_8386 a xsd:integer}. +{?U_8387 saref4bldg:controlStrategy ?U_8388} => {?U_8388 a xsd:string}. +{?U_8389 saref4bldg:endShapeType ?U_8390} => {?U_8390 a xsd:string}. +{?U_8391 saref4bldg:energySource ?U_8392} => {?U_8392 a xsd:string}. +{?U_8393 saref4bldg:evaporationCoolant ?U_8394} => {?U_8394 a xsd:string}. +{?U_8395 saref4bldg:evaporationMediumType ?U_8396} => {?U_8396 a xsd:string}. +{?U_8397 saref4bldg:failPosition ?U_8398} => {?U_8398 a xsd:string}. +{?U_8399 saref4bldg:finishColor ?U_8400} => {?U_8400 a xsd:string}. +{?U_8401 saref4bldg:fireExit ?U_8402} => {?U_8402 a xsd:boolean}. +{?U_8403 saref4bldg:flowArrangement ?U_8404} => {?U_8404 a xsd:string}. +{?U_8405 saref4bldg:frameSize ?U_8406} => {?U_8406 a xsd:string}. +{?U_8407 saref4bldg:frameType ?U_8408} => {?U_8408 a xsd:string}. +{?U_8409 saref4bldg:hasDefrost ?U_8410} => {?U_8410 a xsd:boolean}. +{?U_8411 saref4bldg:hasExteriorInsulation ?U_8412} => {?U_8412 a xsd:boolean}. +{?U_8413 saref4bldg:hasHotGasBypass ?U_8414} => {?U_8414 a xsd:boolean}. +{?U_8415 saref4bldg:hasLock ?U_8416} => {?U_8416 a xsd:boolean}. +{?U_8417 saref4bldg:hasPartWinding ?U_8418} => {?U_8418 a xsd:boolean}. +{?U_8419 saref4bldg:hasTurbulator ?U_8420} => {?U_8420 a xsd:boolean}. +{?U_8421 saref4bldg:heatTransferDimension ?U_8422} => {?U_8422 a xsd:string}. +{?U_8423 saref4bldg:heatTransferMedium ?U_8424} => {?U_8424 a xsd:string}. +{?U_8425 saref4bldg:heatTransferTypeEnum ?U_8426} => {?U_8426 a xsd:string}. +{?U_8427 saref4bldg:integratedLightingType ?U_8428} => {?U_8428 a xsd:string}. +{?U_8429 saref4bldg:internalControl ?U_8430} => {?U_8430 a xsd:string}. +{?U_8431 saref4bldg:isExternal ?U_8432} => {?U_8432 a xsd:boolean}. +{?U_8433 saref4bldg:isFreeHanging ?U_8434} => {?U_8434 a xsd:boolean}. +{?U_8435 saref4bldg:isGuarded ?U_8436} => {?U_8436 a xsd:boolean}. +{?U_8437 saref4bldg:isIlluminated ?U_8438} => {?U_8438 a xsd:boolean}. +{?U_8439 saref4bldg:isNeutralPrimaryTerminalAvailable ?U_8440} => {?U_8440 a xsd:boolean}. +{?U_8441 saref4bldg:isNeutralSecondaryTerminalAvailable ?U_8442} => {?U_8442 a xsd:boolean}. +{?U_8443 saref4bldg:isPluggableOutlet ?U_8444} => {?U_8444 a xsd:boolean}. +{?U_8445 saref4bldg:isWaterStorageHeater ?U_8446} => {?U_8446 a xsd:boolean}. +{?U_8447 saref4bldg:lampBallastType ?U_8448} => {?U_8448 a xsd:string}. +{?U_8449 saref4bldg:lampCompensationType ?U_8450} => {?U_8450 a xsd:string}. +{?U_8451 saref4bldg:legend ?U_8452} => {?U_8452 a xsd:string}. +{?U_8453 saref4bldg:manualOverride ?U_8454} => {?U_8454 a xsd:boolean}. +{?U_8455 saref4bldg:mechanicalOperated ?U_8456} => {?U_8456 a xsd:boolean}. +{?U_8457 saref4bldg:mediaSource ?U_8458} => {?U_8458 a xsd:string}. +{?U_8459 saref4bldg:motorDriveType ?U_8460} => {?U_8460 a xsd:string}. +{?U_8461 saref4bldg:motorEnclosureType ?U_8462} => {?U_8462 a xsd:string}. +{?U_8463 saref4bldg:numberOfBlades ?U_8464} => {?U_8464 a xsd:integer}. +{?U_8465 saref4bldg:numberOfCells ?U_8466} => {?U_8466 a xsd:integer}. +{?U_8467 saref4bldg:numberOfCircuits ?U_8468} => {?U_8468 a xsd:integer}. +{?U_8469 saref4bldg:numberOfGangs ?U_8470} => {?U_8470 a xsd:integer}. +{?U_8471 saref4bldg:numberOfPanels ?U_8472} => {?U_8472 a xsd:integer}. +{?U_8473 saref4bldg:numberOfRows ?U_8474} => {?U_8474 a xsd:integer}. +{?U_8475 saref4bldg:numberOfSections ?U_8476} => {?U_8476 a xsd:integer}. +{?U_8477 saref4bldg:numberOsSockets ?U_8478} => {?U_8478 a xsd:integer}. +{?U_8479 saref4bldg:operatingMode ?U_8480} => {?U_8480 a xsd:string}. +{?U_8481 saref4bldg:operation ?U_8482} => {?U_8482 a xsd:string}. +{?U_8483 saref4bldg:orientation ?U_8484} => {?U_8484 a xsd:string}. +{?U_8485 saref4bldg:patternType ?U_8486} => {?U_8486 a xsd:string}. +{?U_8487 saref4bldg:pipeConnectionEnum ?U_8488} => {?U_8488 a xsd:string}. +{?U_8489 saref4bldg:placementType ?U_8490} => {?U_8490 a xsd:string}. +{?U_8491 saref4bldg:powerSource ?U_8492} => {?U_8492 a xsd:string}. +{?U_8493 saref4bldg:readOutType ?U_8494} => {?U_8494 a xsd:string}. +{?U_8495 saref4bldg:refrigerantClass ?U_8496} => {?U_8496 a xsd:string}. +{?U_8497 saref4bldg:remoteReading ?U_8498} => {?U_8498 a xsd:boolean}. +{?U_8499 saref4bldg:roughness ?U_8500} => {?U_8500 a xsd:string}. +{?U_8501 saref4bldg:secondaryCurrentType ?U_8502} => {?U_8502 a xsd:string}. +{?U_8503 saref4bldg:shadingDeviceType ?U_8504} => {?U_8504 a xsd:string}. +{?U_8505 saref4bldg:sprayType ?U_8506} => {?U_8506 a xsd:string}. +{?U_8507 saref4bldg:standard ?U_8508} => {?U_8508 a xsd:string}. +{?U_8509 saref4bldg:storageType ?U_8510} => {?U_8510 a xsd:string}. +{?U_8511 saref4bldg:switchFunction ?U_8512} => {?U_8512 a xsd:string}. +{?U_8513 saref4bldg:temperatureClassification ?U_8514} => {?U_8514 a xsd:string}. +{?U_8515 saref4bldg:transformerVectorGroup ?U_8516} => {?U_8516 a xsd:string}. +{?U_8517 saref4bldg:valveMechanism ?U_8518} => {?U_8518 a xsd:string}. +{?U_8519 saref4bldg:valveOperation ?U_8520} => {?U_8520 a xsd:string}. +{?U_8521 saref4bldg:valvePattern ?U_8522} => {?U_8522 a xsd:string}. +{?U_8523 saref4bldg:waterFlowControlSystemType ?U_8524} => {?U_8524 a xsd:string}. +{?U_8525 saref-core:hasTimestamp ?U_8526} => {?U_8526 a xsd:dateTime}. +{?U_8527 saref4ehaw:contains ?U_8528} => {?U_8528 a saref4ehaw:HealthDevice}. +{?U_8529 saref4ehaw:followsUser ?U_8530} => {?U_8530 a saref4ehaw:User}. +{?U_8531 saref4ehaw:hasActivity ?U_8532} => {?U_8532 a saref4ehaw:Activity}. +{?U_8533 saref4ehaw:hasAgeCategory ?U_8534} => {?U_8534 a saref4ehaw:AgeCategory}. +{?U_8535 saref4ehaw:hasBanApplicationDomain ?U_8536} => {?U_8536 a saref4ehaw:BanApplicationDomain}. +{?U_8537 saref4ehaw:hasBanCommunicationType ?U_8538} => {?U_8538 a saref4ehaw:BanCommunicationType}. +{?U_8539 saref4ehaw:hasComputingPower ?U_8540} => {?U_8540 a saref4ehaw:ComputingPower}. +{?U_8541 saref4ehaw:hasDataConstraint ?U_8542} => {?U_8542 a saref4ehaw:DataConstraint}. +{?U_8543 saref4ehaw:hasContact ?U_8544} => {?U_8544 a saref4ehaw:Contact}. +{?U_8545 saref4ehaw:hasData ?U_8546} => {?U_8546 a saref4ehaw:Data}. +{?U_8547 saref4ehaw:hasDeviceCharacteristic ?U_8548} => {?U_8548 a saref4ehaw:DeviceCharacteristic}. +{?U_8549 saref4ehaw:hasHabit ?U_8550} => {?U_8550 a saref4ehaw:Habit}. +{?U_8551 saref4ehaw:hasHub ?U_8552} => {?U_8552 a saref4ehaw:BanHub}. +{?U_8553 saref4ehaw:hasImpairment ?U_8554} => {?U_8554 a saref4ehaw:Impairment}. +{?U_8555 saref4ehaw:hasInterface ?U_8556} => {?U_8556 a saref4ehaw:Interface}. +{?U_8557 saref4ehaw:hasLocation ?U_8558} => {?U_8558 a saref4ehaw:Location}. +{?U_8559 saref4ehaw:hasMeasurement ?U_8560} => {?U_8560 a saref-core:Measurement}. +{?U_8561 saref4ehaw:hasMode ?U_8562} => {?U_8562 a saref4ehaw:Mode}. +{?U_8563 saref4ehaw:hasOperatingConstraint ?U_8564} => {?U_8564 a saref4ehaw:OperatingConstraint}. +{?U_8565 saref4ehaw:hasParticipant ?U_8566} => {?U_8566 a saref4ehaw:HealthActor}. +{?U_8567 saref4ehaw:hasPatient ?U_8568} => {?U_8568 a saref4ehaw:Patient}. +{?U_8569 saref4ehaw:hasPhysicalLocation ?U_8570} => {?U_8570 a saref4ehaw:PhysicalLocation}. +{?U_8571 saref4ehaw:hasPosture ?U_8572} => {?U_8572 a saref4ehaw:Posture}. +{?U_8573 saref4ehaw:hasPowerSource ?U_8574} => {?U_8574 a saref4ehaw:PowerSource}. +{?U_8575 saref4ehaw:hasResponsibleParty ?U_8576} => {?U_8576 a saref4ehaw:ResponsibleParty}. +{?U_8577 saref4ehaw:hasTimeSeriesMesurement ?U_8578} => {?U_8578 a saref4ehaw:TimeSeriesMeasurement}. +{?U_8579 saref4ehaw:inCurrentMode ?U_8580} => {?U_8580 a saref4ehaw:Mode}. +{?U_8581 saref4ehaw:interfaceProtocol ?U_8582} => {?U_8582 a saref4ehaw:CommunicationProtocol}. +{?U_8583 saref4ehaw:isAttachedTo ?U_8584} => {?U_8584 a saref4ehaw:HealthActor}. +{?U_8585 saref4ehaw:isDescribedBy ?U_8586} => {?U_8586 a saref4ehaw:ServiceProcess}. +{?U_8587 saref4ehaw:groundingProtocol ?U_8588} => {?U_8588 a saref4ehaw:CommunicationProtocol}. +{?U_8589 saref4ehaw:precision ?U_8590} => {?U_8590 a ssn-system:Precision}. +{?U_8591 saref4ehaw:presents ?U_8592} => {?U_8592 a saref4ehaw:ServiceProfile}. +{?U_8593 saref4ehaw:supports ?U_8594} => {?U_8594 a saref4ehaw:ServiceGrounding}. +{?U_8595 saref4ehaw:uom ?U_8596} => {?U_8596 a saref-core:UnitOfMeasure}. +{?U_8597 saref4ehaw:usesBan ?U_8598} => {?U_8598 a saref4ehaw:Ban}. +{?U_8599 saref4ehaw:hasChronicDisease ?U_8600} => {?U_8600 a saref4ehaw:ChronicDisease}. +{?U_8601 s4envi:hasFrequencyMeasurement ?U_8602} => {?U_8602 a s4envi:FrequencyMeasurement}. +{?U_8603 saref4ehaw:activityDuration ?U_8604} => {?U_8604 a xsd:float}. +{?U_8605 saref4ehaw:activityKind ?U_8606} => {?U_8606 a xsd:string}. +{?U_8607 saref4ehaw:availableFlash ?U_8608} => {?U_8608 a xsd:long}. +{?U_8609 saref4ehaw:availableRam ?U_8610} => {?U_8610 a xsd:long}. +{?U_8611 saref4ehaw:transmissionRate ?U_8612} => {?U_8612 a xsd:float}. +{?U_8613 saref4ehaw:dataSize ?U_8614} => {?U_8614 a xsd:positiveInteger}. +{?U_8615 saref4ehaw:banDensity ?U_8616} => {?U_8616 a xsd:long}. +{?U_8617 saref4ehaw:deviceCharacteristicName ?U_8618} => {?U_8618 a xsd:string}. +{?U_8619 saref4ehaw:dimension ?U_8620} => {?U_8620 a xsd:string}. +{?U_8621 saref4ehaw:dob ?U_8622} => {?U_8622 a xsd:dateTime}. +{?U_8623 saref4ehaw:dutyCycle ?U_8624} => {?U_8624 a xsd:int}. +{?U_8625 saref4ehaw:faultTolerence ?U_8626} => {?U_8626 a xsd:double}. +{?U_8627 saref4ehaw:firstName ?U_8628} => {?U_8628 a xsd:string}. +{?U_8629 saref4ehaw:format ?U_8630} => {?U_8630 a xsd:anyURI}. +{?U_8631 saref4ehaw:frequency ?U_8632} => {?U_8632 a xsd:float}. +{?U_8633 saref4ehaw:geolocation ?U_8634} => {?U_8634 a xsd:string}. +{?U_8635 saref4ehaw:hasCalculationMethod ?U_8636} => {?U_8636 a xsd:string}. +{?U_8637 saref4ehaw:hasEffect ?U_8638} => {?U_8638 a xsd:string}. +{?U_8639 saref4ehaw:hasGender ?U_8640} => {?U_8640 a }. +{?U_8641 saref4ehaw:banGeolocation ?U_8642} => {?U_8642 a xsd:string}. +{?U_8643 saref4ehaw:hasInput ?U_8644} => {?U_8644 a xsd:string}. +{?U_8645 saref4ehaw:hasMbox ?U_8646} => {?U_8646 a xsd:anyURI}. +{?U_8647 saref4ehaw:hasOutput ?U_8648} => {?U_8648 a xsd:string}. +{?U_8649 saref4ehaw:hasPrecondition ?U_8650} => {?U_8650 a xsd:string}. +{?U_8651 saref4ehaw:hasResult ?U_8652} => {?U_8652 a xsd:string}. +{?U_8653 saref4ehaw:hasValues ?U_8654} => {?U_8654 a xsd:decimal}. +{?U_8655 saref4ehaw:interfaceAddress ?U_8656} => {?U_8656 a xsd:string}. +{?U_8657 saref4ehaw:interfaceDescription ?U_8658} => {?U_8658 a xsd:string}. +{?U_8659 saref4ehaw:isDerivedData ?U_8660} => {?U_8660 a xsd:boolean}. +{?U_8661 saref4ehaw:isGateway ?U_8662} => {?U_8662 a xsd:boolean}. +{?U_8663 saref4ehaw:lastName ?U_8664} => {?U_8664 a xsd:string}. +{?U_8665 saref4ehaw:latency ?U_8666} => {?U_8666 a xsd:float}. +{?U_8667 saref4ehaw:lifetime ?U_8668} => {?U_8668 a xsd:float}. +{?U_8669 saref4ehaw:maximumFlash ?U_8670} => {?U_8670 a xsd:long}. +{?U_8671 saref4ehaw:maximumRam ?U_8672} => {?U_8672 a xsd:long}. +{?U_8673 saref4ehaw:maximumValue ?U_8674} => {?U_8674 a xsd:decimal}. +{?U_8675 saref4ehaw:minimumValue ?U_8676} => {?U_8676 a xsd:decimal}. +{?U_8677 saref4ehaw:modeName ?U_8678} => {?U_8678 a xsd:string}. +{?U_8679 saref4ehaw:phenomena ?U_8680} => {?U_8680 a xsd:string}. +{?U_8681 saref4ehaw:phone ?U_8682} => {?U_8682 a xsd:string}. +{?U_8683 saref4ehaw:portNumber ?U_8684} => {?U_8684 a xsd:positiveInteger}. +{?U_8685 saref4ehaw:postalAddress ?U_8686} => {?U_8686 a xsd:string}. +{?U_8687 saref4ehaw:powerSourceType ?U_8688} => {?U_8688 a xsd:string}. +{?U_8689 saref4ehaw:rechargeable ?U_8690} => {?U_8690 a xsd:boolean}. +{?U_8691 saref4ehaw:remainingBatteryLevel ?U_8692} => {?U_8692 a xsd:long}. +{?U_8693 saref4ehaw:sampleTime ?U_8694} => {?U_8694 a xsd:int}. +{?U_8695 saref4ehaw:sendingFrequency ?U_8696} => {?U_8696 a xsd:float}. +{?U_8697 saref4ehaw:serialNb ?U_8698} => {?U_8698 a xsd:string}. +{?U_8699 saref4ehaw:serviceDescription ?U_8700} => {?U_8700 a xsd:string}. +{?U_8701 saref4ehaw:serviceName ?U_8702} => {?U_8702 a xsd:string}. +{?U_8703 saref4ehaw:banTopology ?U_8704} => {?U_8704 a }. +{?U_8705 saref4ehaw:velocity ?U_8706} => {?U_8706 a xsd:float}. +{?U_8707 ns6:controlsFeature ?U_8708} => {?U_8708 a saref-core:FeatureOfInterest}. +{?U_8709 ns6:featureIsControlledByDevice ?U_8710} => {?U_8710 a saref-core:Device}. +{?U_8711 ns6:featureIsMeasuredByDevice ?U_8712} => {?U_8712 a saref-core:Device}. +{?U_8713 ns6:followsPolicy ?U_8714} => {?U_8714 a ns6:Policy}. +{?U_8715 ns6:hasInterface ?U_8716} => {?U_8716 a ns6:Interface}. +{?U_8717 ns6:hasPowerSupply ?U_8718} => {?U_8718 a ns6:PowerSupply}. +{?U_8719 ns6:hasSensor ?U_8720} => {?U_8720 a saref-core:Sensor}. +{?U_8721 ns6:installs ?U_8722} => {?U_8722 a saref-core:Device}. +{?U_8723 ns6:interactsWith ?U_8724} => {?U_8724 a saref-core:Device}. +{?U_8725 ns6:isDetectedBy ?U_8726} => {?U_8726 a saref-core:Device}. +{?U_8727 ns6:isLocated ?U_8728} => {?U_8728 a ns6:Wearer}. +{?U_8729 ns6:isLocatedIn ?U_8730} => {?U_8730 a ns6:Wearer}. +{?U_8731 ns6:isLocatedNear ?U_8732} => {?U_8732 a ns6:Wearer}. +{?U_8733 ns6:isLocatedOn ?U_8734} => {?U_8734 a ns6:Wearer}. +{?U_8735 ns6:isTriggeredBy ?U_8736} => {?U_8736 a saref-core:Device}. +{?U_8737 ns6:measuresFeature ?U_8738} => {?U_8738 a saref-core:FeatureOfInterest}. +{?U_8739 ns6:monitors ?U_8740} => {?U_8740 a saref-core:Device}. +{?U_8741 ns6:sendsInformationTo ?U_8742} => {?U_8742 a ns6:Wearable}. +{?U_8743 ns6:sendsNotificationsTo ?U_8744} => {?U_8744 a ns6:Wearer}. +{?U_8745 ns6:triggers ?U_8746} => {?U_8746 a saref-core:ActuatingFunction}. +{?U_8747 ns6:hasCapacity ?U_8748} => {?U_8748 a xsd:long}. +{?U_8749 ns6:hasCommand ?U_8750} => {?U_8750 a xsd:string}. +{?U_8751 ns6:hasDataTransmissionRate ?U_8752} => {?U_8752 a xsd:double}. +{?U_8753 ns6:hasHeight ?U_8754} => {?U_8754 a xsd:double}. +{?U_8755 ns6:hasLength ?U_8756} => {?U_8756 a xsd:double}. +{?U_8757 ns6:hasStorage ?U_8758} => {?U_8758 a xsd:double}. +{?U_8759 ns6:hasWeight ?U_8760} => {?U_8760 a xsd:double}. +{?U_8761 ns6:hasWidth ?U_8762} => {?U_8762 a xsd:double}. +{?U_8763 ns6:meansOfTransport ?U_8764} => {?U_8764 a xsd:string}. +{?U_8765 ns6:wearerAgeRange ?U_8766} => {?U_8766 a xsd:string}. +{?U_8767 ns6:wearerStatus ?U_8768} => {?U_8768 a xsd:string}. +{?U_8769 saref4ehaw:hasPatient ?U_8770} => {?U_8770 a :AnalyzableForCondition}. +{?U_8771 ActivityRecognition:predictedBy ?U_8772} => {?U_8772 a eep:Executor}. +{?U_8773 ActivityRecognition:predictedBy ?U_8774} => {?U_8774 a }. +{?U_8775 ns2:hasRoutine ?U_8776} => {?U_8776 a }. +{?U_8777 saref4ehaw:hasHabit ?U_8778} => {?U_8778 a ActivityRecognition:Lifestyle}. +{?U_8779 ns2:hasSymptom ?U_8780} => {?U_8780 a saref-core:FeatureOfInterest}. +{?U_8781 SensorsAndWearables:hasAxis ?U_8782} => {?U_8782 a geosp:Geometry}. +{?U_8783 ns5:affectedBy ?U_8784} => {?U_8784 a }. +{?U_8785 ns5:influencedBy ?U_8786} => {?U_8786 a }. +{?U_8787 eep:forQuality ?U_8788} => {?U_8788 a }. +{?U_8789 eep:onQuality ?U_8790} => {?U_8790 a }. +{?U_8791 ns6:triggers ?U_8792} => {?U_8792 a saref-core:Function}. +{?U_8793 saref-core:hasCommand ?U_8794} => {?U_8794 a }. +{?U_8795 saref-core:hasCommand ?U_8796} => {?U_8796 a }. +{?U_8797 saref-core:isControlledByDevice ?U_8798} => {?U_8798 a }. +{?U_8799 saref-core:isMeasuredByDevice ?U_8800} => {?U_8800 a }. +{?U_8801 saref-core:isOfferedBy ?U_8802} => {?U_8802 a }. +{?U_8803 saref-core:measurementMadeBy ?U_8804} => {?U_8804 a }. +{?U_8805 ns6:featureIsControlledByDevice ?U_8806} => {?U_8806 a }. +{?U_8807 ns6:featureIsMeasuredByDevice ?U_8808} => {?U_8808 a }. +{?U_8809 ns6:installs ?U_8810} => {?U_8810 a }. +{?U_8811 ns6:interactsWith ?U_8812} => {?U_8812 a }. +{?U_8813 ns6:isDetectedBy ?U_8814} => {?U_8814 a }. +{?U_8815 ns6:isTriggeredBy ?U_8816} => {?U_8816 a }. +{?U_8817 ns6:monitors ?U_8818} => {?U_8818 a }. +{?U_8819 saref-core:isControlledByDevice ?U_8820} => {?U_8820 a }. +{?U_8821 saref-core:isMeasuredByDevice ?U_8822} => {?U_8822 a }. +{?U_8823 saref-core:isOfferedBy ?U_8824} => {?U_8824 a }. +{?U_8825 saref-core:measurementMadeBy ?U_8826} => {?U_8826 a }. +{?U_8827 ns6:featureIsControlledByDevice ?U_8828} => {?U_8828 a }. +{?U_8829 ns6:featureIsMeasuredByDevice ?U_8830} => {?U_8830 a }. +{?U_8831 ns6:installs ?U_8832} => {?U_8832 a }. +{?U_8833 ns6:interactsWith ?U_8834} => {?U_8834 a }. +{?U_8835 ns6:isDetectedBy ?U_8836} => {?U_8836 a }. +{?U_8837 ns6:isTriggeredBy ?U_8838} => {?U_8838 a }. +{?U_8839 ns6:monitors ?U_8840} => {?U_8840 a }. +{?U_8841 saref-core:isControlledByDevice ?U_8842} => {?U_8842 a }. +{?U_8843 saref-core:isMeasuredByDevice ?U_8844} => {?U_8844 a }. +{?U_8845 saref-core:isOfferedBy ?U_8846} => {?U_8846 a }. +{?U_8847 saref-core:measurementMadeBy ?U_8848} => {?U_8848 a }. +{?U_8849 ns6:featureIsControlledByDevice ?U_8850} => {?U_8850 a }. +{?U_8851 ns6:featureIsMeasuredByDevice ?U_8852} => {?U_8852 a }. +{?U_8853 ns6:installs ?U_8854} => {?U_8854 a }. +{?U_8855 ns6:interactsWith ?U_8856} => {?U_8856 a }. +{?U_8857 ns6:isDetectedBy ?U_8858} => {?U_8858 a }. +{?U_8859 ns6:isTriggeredBy ?U_8860} => {?U_8860 a }. +{?U_8861 ns6:monitors ?U_8862} => {?U_8862 a }. +{?U_8863 saref-core:isControlledByDevice ?U_8864} => {?U_8864 a }. +{?U_8865 saref-core:isMeasuredByDevice ?U_8866} => {?U_8866 a }. +{?U_8867 saref-core:isOfferedBy ?U_8868} => {?U_8868 a }. +{?U_8869 saref-core:measurementMadeBy ?U_8870} => {?U_8870 a }. +{?U_8871 ns6:featureIsControlledByDevice ?U_8872} => {?U_8872 a }. +{?U_8873 ns6:featureIsMeasuredByDevice ?U_8874} => {?U_8874 a }. +{?U_8875 ns6:installs ?U_8876} => {?U_8876 a }. +{?U_8877 ns6:interactsWith ?U_8878} => {?U_8878 a }. +{?U_8879 ns6:isDetectedBy ?U_8880} => {?U_8880 a }. +{?U_8881 ns6:isTriggeredBy ?U_8882} => {?U_8882 a }. +{?U_8883 ns6:monitors ?U_8884} => {?U_8884 a }. +{?U_8885 saref-core:isControlledByDevice ?U_8886} => {?U_8886 a }. +{?U_8887 saref-core:isMeasuredByDevice ?U_8888} => {?U_8888 a }. +{?U_8889 saref-core:isOfferedBy ?U_8890} => {?U_8890 a }. +{?U_8891 saref-core:measurementMadeBy ?U_8892} => {?U_8892 a }. +{?U_8893 ns6:featureIsControlledByDevice ?U_8894} => {?U_8894 a }. +{?U_8895 ns6:featureIsMeasuredByDevice ?U_8896} => {?U_8896 a }. +{?U_8897 ns6:installs ?U_8898} => {?U_8898 a }. +{?U_8899 ns6:interactsWith ?U_8900} => {?U_8900 a }. +{?U_8901 ns6:isDetectedBy ?U_8902} => {?U_8902 a }. +{?U_8903 ns6:isTriggeredBy ?U_8904} => {?U_8904 a }. +{?U_8905 ns6:monitors ?U_8906} => {?U_8906 a }. +{?U_8907 saref-core:isControlledByDevice ?U_8908} => {?U_8908 a }. +{?U_8909 saref-core:isMeasuredByDevice ?U_8910} => {?U_8910 a }. +{?U_8911 saref-core:isOfferedBy ?U_8912} => {?U_8912 a }. +{?U_8913 saref-core:measurementMadeBy ?U_8914} => {?U_8914 a }. +{?U_8915 ns6:featureIsControlledByDevice ?U_8916} => {?U_8916 a }. +{?U_8917 ns6:featureIsMeasuredByDevice ?U_8918} => {?U_8918 a }. +{?U_8919 ns6:installs ?U_8920} => {?U_8920 a }. +{?U_8921 ns6:interactsWith ?U_8922} => {?U_8922 a }. +{?U_8923 ns6:isDetectedBy ?U_8924} => {?U_8924 a }. +{?U_8925 ns6:isTriggeredBy ?U_8926} => {?U_8926 a }. +{?U_8927 ns6:monitors ?U_8928} => {?U_8928 a }. +{?U_8929 saref-core:isControlledByDevice ?U_8930} => {?U_8930 a }. +{?U_8931 saref-core:isMeasuredByDevice ?U_8932} => {?U_8932 a }. +{?U_8933 saref-core:isOfferedBy ?U_8934} => {?U_8934 a }. +{?U_8935 saref-core:measurementMadeBy ?U_8936} => {?U_8936 a }. +{?U_8937 ns6:featureIsControlledByDevice ?U_8938} => {?U_8938 a }. +{?U_8939 ns6:featureIsMeasuredByDevice ?U_8940} => {?U_8940 a }. +{?U_8941 ns6:installs ?U_8942} => {?U_8942 a }. +{?U_8943 ns6:interactsWith ?U_8944} => {?U_8944 a }. +{?U_8945 ns6:isDetectedBy ?U_8946} => {?U_8946 a }. +{?U_8947 ns6:isTriggeredBy ?U_8948} => {?U_8948 a }. +{?U_8949 ns6:monitors ?U_8950} => {?U_8950 a }. +{?U_8951 saref-core:isControlledByDevice ?U_8952} => {?U_8952 a }. +{?U_8953 saref-core:isMeasuredByDevice ?U_8954} => {?U_8954 a }. +{?U_8955 saref-core:isOfferedBy ?U_8956} => {?U_8956 a }. +{?U_8957 saref-core:measurementMadeBy ?U_8958} => {?U_8958 a }. +{?U_8959 ns6:featureIsControlledByDevice ?U_8960} => {?U_8960 a }. +{?U_8961 ns6:featureIsMeasuredByDevice ?U_8962} => {?U_8962 a }. +{?U_8963 ns6:installs ?U_8964} => {?U_8964 a }. +{?U_8965 ns6:interactsWith ?U_8966} => {?U_8966 a }. +{?U_8967 ns6:isDetectedBy ?U_8968} => {?U_8968 a }. +{?U_8969 ns6:isTriggeredBy ?U_8970} => {?U_8970 a }. +{?U_8971 ns6:monitors ?U_8972} => {?U_8972 a }. +{?U_8973 saref-core:isControlledByDevice ?U_8974} => {?U_8974 a }. +{?U_8975 saref-core:isMeasuredByDevice ?U_8976} => {?U_8976 a }. +{?U_8977 saref-core:isOfferedBy ?U_8978} => {?U_8978 a }. +{?U_8979 saref-core:measurementMadeBy ?U_8980} => {?U_8980 a }. +{?U_8981 ns6:featureIsControlledByDevice ?U_8982} => {?U_8982 a }. +{?U_8983 ns6:featureIsMeasuredByDevice ?U_8984} => {?U_8984 a }. +{?U_8985 ns6:installs ?U_8986} => {?U_8986 a }. +{?U_8987 ns6:interactsWith ?U_8988} => {?U_8988 a }. +{?U_8989 ns6:isDetectedBy ?U_8990} => {?U_8990 a }. +{?U_8991 ns6:isTriggeredBy ?U_8992} => {?U_8992 a }. +{?U_8993 ns6:monitors ?U_8994} => {?U_8994 a }. +{?U_8995 saref-core:isControlledByDevice ?U_8996} => {?U_8996 a }. +{?U_8997 saref-core:isMeasuredByDevice ?U_8998} => {?U_8998 a }. +{?U_8999 saref-core:isOfferedBy ?U_9000} => {?U_9000 a }. +{?U_9001 saref-core:measurementMadeBy ?U_9002} => {?U_9002 a }. +{?U_9003 ns6:featureIsControlledByDevice ?U_9004} => {?U_9004 a }. +{?U_9005 ns6:featureIsMeasuredByDevice ?U_9006} => {?U_9006 a }. +{?U_9007 ns6:installs ?U_9008} => {?U_9008 a }. +{?U_9009 ns6:interactsWith ?U_9010} => {?U_9010 a }. +{?U_9011 ns6:isDetectedBy ?U_9012} => {?U_9012 a }. +{?U_9013 ns6:isTriggeredBy ?U_9014} => {?U_9014 a }. +{?U_9015 ns6:monitors ?U_9016} => {?U_9016 a }. +{?U_9017 saref-core:isControlledByDevice ?U_9018} => {?U_9018 a }. +{?U_9019 saref-core:isMeasuredByDevice ?U_9020} => {?U_9020 a }. +{?U_9021 saref-core:isOfferedBy ?U_9022} => {?U_9022 a }. +{?U_9023 saref-core:measurementMadeBy ?U_9024} => {?U_9024 a }. +{?U_9025 ns6:featureIsControlledByDevice ?U_9026} => {?U_9026 a }. +{?U_9027 ns6:featureIsMeasuredByDevice ?U_9028} => {?U_9028 a }. +{?U_9029 ns6:installs ?U_9030} => {?U_9030 a }. +{?U_9031 ns6:interactsWith ?U_9032} => {?U_9032 a }. +{?U_9033 ns6:isDetectedBy ?U_9034} => {?U_9034 a }. +{?U_9035 ns6:isTriggeredBy ?U_9036} => {?U_9036 a }. +{?U_9037 ns6:monitors ?U_9038} => {?U_9038 a }. +{?U_9039 saref-core:isControlledByDevice ?U_9040} => {?U_9040 a }. +{?U_9041 saref-core:isMeasuredByDevice ?U_9042} => {?U_9042 a }. +{?U_9043 saref-core:isOfferedBy ?U_9044} => {?U_9044 a }. +{?U_9045 saref-core:measurementMadeBy ?U_9046} => {?U_9046 a }. +{?U_9047 ns6:featureIsControlledByDevice ?U_9048} => {?U_9048 a }. +{?U_9049 ns6:featureIsMeasuredByDevice ?U_9050} => {?U_9050 a }. +{?U_9051 ns6:installs ?U_9052} => {?U_9052 a }. +{?U_9053 ns6:interactsWith ?U_9054} => {?U_9054 a }. +{?U_9055 ns6:isDetectedBy ?U_9056} => {?U_9056 a }. +{?U_9057 ns6:isTriggeredBy ?U_9058} => {?U_9058 a }. +{?U_9059 ns6:monitors ?U_9060} => {?U_9060 a }. +{?U_9061 saref-core:isMeasurementOf ?U_9062} => {?U_9062 a }. +{?U_9063 saref-core:isPropertyOf ?U_9064} => {?U_9064 a }. +{?U_9065 ns6:controlsFeature ?U_9066} => {?U_9066 a }. +{?U_9067 ns6:measuresFeature ?U_9068} => {?U_9068 a }. +{?U_9069 ns2:hasSymptom ?U_9070} => {?U_9070 a }. +{?U_9071 saref-core:isMeasurementOf ?U_9072} => {?U_9072 a }. +{?U_9073 saref-core:isPropertyOf ?U_9074} => {?U_9074 a }. +{?U_9075 ns6:controlsFeature ?U_9076} => {?U_9076 a }. +{?U_9077 ns6:measuresFeature ?U_9078} => {?U_9078 a }. +{?U_9079 ns2:hasSymptom ?U_9080} => {?U_9080 a }. +{?U_9081 saref-core:hasFunction ?U_9082} => {?U_9082 a }. +{?U_9083 saref-core:isCommandOf ?U_9084} => {?U_9084 a }. +{?U_9085 saref-core:represents ?U_9086} => {?U_9086 a }. +{?U_9087 ns6:triggers ?U_9088} => {?U_9088 a }. +{?U_9089 saref-core:hasMeasurement ?U_9090} => {?U_9090 a }. +{?U_9091 saref-core:hasMeterReading ?U_9092} => {?U_9092 a }. +{?U_9093 saref-core:hasSensingRange ?U_9094} => {?U_9094 a }. +{?U_9095 saref-core:hasThresholdMeasurement ?U_9096} => {?U_9096 a }. +{?U_9097 saref-core:makesMeasurement ?U_9098} => {?U_9098 a }. +{?U_9099 saref-core:relatesToMeasurement ?U_9100} => {?U_9100 a }. +{?U_9101 saref4ehaw:hasMeasurement ?U_9102} => {?U_9102 a }. +{?U_9103 saref-core:hasMeasurement ?U_9104} => {?U_9104 a }. +{?U_9105 saref-core:hasMeterReading ?U_9106} => {?U_9106 a }. +{?U_9107 saref-core:hasSensingRange ?U_9108} => {?U_9108 a }. +{?U_9109 saref-core:hasThresholdMeasurement ?U_9110} => {?U_9110 a }. +{?U_9111 saref-core:makesMeasurement ?U_9112} => {?U_9112 a }. +{?U_9113 saref-core:relatesToMeasurement ?U_9114} => {?U_9114 a }. +{?U_9115 saref4ehaw:hasMeasurement ?U_9116} => {?U_9116 a }. +{?U_9117 saref-core:hasMeasurement ?U_9118} => {?U_9118 a }. +{?U_9119 saref-core:hasMeterReading ?U_9120} => {?U_9120 a }. +{?U_9121 saref-core:hasSensingRange ?U_9122} => {?U_9122 a }. +{?U_9123 saref-core:hasThresholdMeasurement ?U_9124} => {?U_9124 a }. +{?U_9125 saref-core:makesMeasurement ?U_9126} => {?U_9126 a }. +{?U_9127 saref-core:relatesToMeasurement ?U_9128} => {?U_9128 a }. +{?U_9129 saref4ehaw:hasMeasurement ?U_9130} => {?U_9130 a }. +{?U_9131 saref-core:hasMeasurement ?U_9132} => {?U_9132 a }. +{?U_9133 saref-core:hasMeterReading ?U_9134} => {?U_9134 a }. +{?U_9135 saref-core:hasSensingRange ?U_9136} => {?U_9136 a }. +{?U_9137 saref-core:hasThresholdMeasurement ?U_9138} => {?U_9138 a }. +{?U_9139 saref-core:makesMeasurement ?U_9140} => {?U_9140 a }. +{?U_9141 saref-core:relatesToMeasurement ?U_9142} => {?U_9142 a }. +{?U_9143 saref4ehaw:hasMeasurement ?U_9144} => {?U_9144 a }. +{?U_9145 saref-core:hasMeasurement ?U_9146} => {?U_9146 a }. +{?U_9147 saref-core:hasMeterReading ?U_9148} => {?U_9148 a }. +{?U_9149 saref-core:hasSensingRange ?U_9150} => {?U_9150 a }. +{?U_9151 saref-core:hasThresholdMeasurement ?U_9152} => {?U_9152 a }. +{?U_9153 saref-core:makesMeasurement ?U_9154} => {?U_9154 a }. +{?U_9155 saref-core:relatesToMeasurement ?U_9156} => {?U_9156 a }. +{?U_9157 saref4ehaw:hasMeasurement ?U_9158} => {?U_9158 a }. +{?U_9159 saref-core:hasMeasurement ?U_9160} => {?U_9160 a }. +{?U_9161 saref-core:hasMeterReading ?U_9162} => {?U_9162 a }. +{?U_9163 saref-core:hasSensingRange ?U_9164} => {?U_9164 a }. +{?U_9165 saref-core:hasThresholdMeasurement ?U_9166} => {?U_9166 a }. +{?U_9167 saref-core:makesMeasurement ?U_9168} => {?U_9168 a }. +{?U_9169 saref-core:relatesToMeasurement ?U_9170} => {?U_9170 a }. +{?U_9171 saref4ehaw:hasMeasurement ?U_9172} => {?U_9172 a }. +{?U_9173 saref-core:hasMeasurement ?U_9174} => {?U_9174 a }. +{?U_9175 saref-core:hasMeterReading ?U_9176} => {?U_9176 a }. +{?U_9177 saref-core:hasSensingRange ?U_9178} => {?U_9178 a }. +{?U_9179 saref-core:hasThresholdMeasurement ?U_9180} => {?U_9180 a }. +{?U_9181 saref-core:makesMeasurement ?U_9182} => {?U_9182 a }. +{?U_9183 saref-core:relatesToMeasurement ?U_9184} => {?U_9184 a }. +{?U_9185 saref4ehaw:hasMeasurement ?U_9186} => {?U_9186 a }. +{?U_9187 saref-core:hasPrice ?U_9188} => {?U_9188 a saref-core:Property}. +{?U_9189 saref-core:hasProfile ?U_9190} => {?U_9190 a }. +{?U_9191 saref-core:hasProfile ?U_9192} => {?U_9192 a }. +{?U_9193 saref-core:hasProfile ?U_9194} => {?U_9194 a }. +{?U_9195 saref-core:hasProfile ?U_9196} => {?U_9196 a }. +{?U_9197 :forProperty ?U_9198} => {?U_9198 a }. +{?U_9199 ActivityRecognition:analyzeProperty ?U_9200} => {?U_9200 a }. +{?U_9201 saref-core:controlsProperty ?U_9202} => {?U_9202 a }. +{?U_9203 saref-core:hasMeterReadingType ?U_9204} => {?U_9204 a }. +{?U_9205 saref-core:hasProperty ?U_9206} => {?U_9206 a }. +{?U_9207 saref-core:hasSensorType ?U_9208} => {?U_9208 a }. +{?U_9209 saref-core:measuresProperty ?U_9210} => {?U_9210 a }. +{?U_9211 saref-core:relatesToProperty ?U_9212} => {?U_9212 a }. +{?U_9213 saref-core:hasPrice ?U_9214} => {?U_9214 a }. +{?U_9215 :forProperty ?U_9216} => {?U_9216 a }. +{?U_9217 ActivityRecognition:analyzeProperty ?U_9218} => {?U_9218 a }. +{?U_9219 saref-core:controlsProperty ?U_9220} => {?U_9220 a }. +{?U_9221 saref-core:hasMeterReadingType ?U_9222} => {?U_9222 a }. +{?U_9223 saref-core:hasProperty ?U_9224} => {?U_9224 a }. +{?U_9225 saref-core:hasSensorType ?U_9226} => {?U_9226 a }. +{?U_9227 saref-core:measuresProperty ?U_9228} => {?U_9228 a }. +{?U_9229 saref-core:relatesToProperty ?U_9230} => {?U_9230 a }. +{?U_9231 saref-core:hasPrice ?U_9232} => {?U_9232 a }. +{?U_9233 :forProperty ?U_9234} => {?U_9234 a }. +{?U_9235 ActivityRecognition:analyzeProperty ?U_9236} => {?U_9236 a }. +{?U_9237 saref-core:controlsProperty ?U_9238} => {?U_9238 a }. +{?U_9239 saref-core:hasMeterReadingType ?U_9240} => {?U_9240 a }. +{?U_9241 saref-core:hasProperty ?U_9242} => {?U_9242 a }. +{?U_9243 saref-core:hasSensorType ?U_9244} => {?U_9244 a }. +{?U_9245 saref-core:measuresProperty ?U_9246} => {?U_9246 a }. +{?U_9247 saref-core:relatesToProperty ?U_9248} => {?U_9248 a }. +{?U_9249 saref-core:hasPrice ?U_9250} => {?U_9250 a }. +{?U_9251 :forProperty ?U_9252} => {?U_9252 a }. +{?U_9253 ActivityRecognition:analyzeProperty ?U_9254} => {?U_9254 a }. +{?U_9255 saref-core:controlsProperty ?U_9256} => {?U_9256 a }. +{?U_9257 saref-core:hasMeterReadingType ?U_9258} => {?U_9258 a }. +{?U_9259 saref-core:hasProperty ?U_9260} => {?U_9260 a }. +{?U_9261 saref-core:hasSensorType ?U_9262} => {?U_9262 a }. +{?U_9263 saref-core:measuresProperty ?U_9264} => {?U_9264 a }. +{?U_9265 saref-core:relatesToProperty ?U_9266} => {?U_9266 a }. +{?U_9267 saref-core:hasPrice ?U_9268} => {?U_9268 a }. +{?U_9269 ns6:hasSensor ?U_9270} => {?U_9270 a saref-core:Device}. +{?U_9271 ns6:hasSensor ?U_9272} => {?U_9272 a }. +{?U_9273 saref-core:offers ?U_9274} => {?U_9274 a }. +{?U_9275 saref-core:offers ?U_9276} => {?U_9276 a }. +{?U_9277 ns2:livesIn ?U_9278} => {?U_9278 a }. +{?U_9279 saref-core:isControlledByDevice ?U_9280} => {?U_9280 a saref4bldg:PhysicalObject}. +{?U_9281 saref-core:isMeasuredByDevice ?U_9282} => {?U_9282 a saref4bldg:PhysicalObject}. +{?U_9283 saref-core:isOfferedBy ?U_9284} => {?U_9284 a saref4bldg:PhysicalObject}. +{?U_9285 saref-core:measurementMadeBy ?U_9286} => {?U_9286 a saref4bldg:PhysicalObject}. +{?U_9287 ns6:featureIsControlledByDevice ?U_9288} => {?U_9288 a saref4bldg:PhysicalObject}. +{?U_9289 ns6:featureIsMeasuredByDevice ?U_9290} => {?U_9290 a saref4bldg:PhysicalObject}. +{?U_9291 ns6:installs ?U_9292} => {?U_9292 a saref4bldg:PhysicalObject}. +{?U_9293 ns6:interactsWith ?U_9294} => {?U_9294 a saref4bldg:PhysicalObject}. +{?U_9295 ns6:isDetectedBy ?U_9296} => {?U_9296 a saref4bldg:PhysicalObject}. +{?U_9297 ns6:isTriggeredBy ?U_9298} => {?U_9298 a saref4bldg:PhysicalObject}. +{?U_9299 ns6:monitors ?U_9300} => {?U_9300 a saref4bldg:PhysicalObject}. +{?U_9301 ns6:hasSensor ?U_9302} => {?U_9302 a saref4bldg:PhysicalObject}. +{?U_9303 saref-core:hasMeasurement ?U_9304} => {?U_9304 a }. +{?U_9305 saref-core:hasMeterReading ?U_9306} => {?U_9306 a }. +{?U_9307 saref-core:hasSensingRange ?U_9308} => {?U_9308 a }. +{?U_9309 saref-core:hasThresholdMeasurement ?U_9310} => {?U_9310 a }. +{?U_9311 saref-core:makesMeasurement ?U_9312} => {?U_9312 a }. +{?U_9313 saref-core:relatesToMeasurement ?U_9314} => {?U_9314 a }. +{?U_9315 saref4ehaw:hasMeasurement ?U_9316} => {?U_9316 a }. +{?U_9317 saref-core:hasMeasurement ?U_9318} => {?U_9318 a }. +{?U_9319 saref-core:hasMeterReading ?U_9320} => {?U_9320 a }. +{?U_9321 saref-core:hasSensingRange ?U_9322} => {?U_9322 a }. +{?U_9323 saref-core:hasThresholdMeasurement ?U_9324} => {?U_9324 a }. +{?U_9325 saref-core:makesMeasurement ?U_9326} => {?U_9326 a }. +{?U_9327 saref-core:relatesToMeasurement ?U_9328} => {?U_9328 a }. +{?U_9329 saref4ehaw:hasMeasurement ?U_9330} => {?U_9330 a }. +{?U_9331 saref-core:hasMeasurement ?U_9332} => {?U_9332 a }. +{?U_9333 saref-core:hasMeterReading ?U_9334} => {?U_9334 a }. +{?U_9335 saref-core:hasSensingRange ?U_9336} => {?U_9336 a }. +{?U_9337 saref-core:hasThresholdMeasurement ?U_9338} => {?U_9338 a }. +{?U_9339 saref-core:makesMeasurement ?U_9340} => {?U_9340 a }. +{?U_9341 saref-core:relatesToMeasurement ?U_9342} => {?U_9342 a }. +{?U_9343 saref4ehaw:hasMeasurement ?U_9344} => {?U_9344 a }. +{?U_9345 saref-core:hasMeasurement ?U_9346} => {?U_9346 a }. +{?U_9347 saref-core:hasMeterReading ?U_9348} => {?U_9348 a }. +{?U_9349 saref-core:hasSensingRange ?U_9350} => {?U_9350 a }. +{?U_9351 saref-core:hasThresholdMeasurement ?U_9352} => {?U_9352 a }. +{?U_9353 saref-core:makesMeasurement ?U_9354} => {?U_9354 a }. +{?U_9355 saref-core:relatesToMeasurement ?U_9356} => {?U_9356 a }. +{?U_9357 saref4ehaw:hasMeasurement ?U_9358} => {?U_9358 a }. +{?U_9359 saref-core:hasMeasurement ?U_9360} => {?U_9360 a }. +{?U_9361 saref-core:hasMeterReading ?U_9362} => {?U_9362 a }. +{?U_9363 saref-core:hasSensingRange ?U_9364} => {?U_9364 a }. +{?U_9365 saref-core:hasThresholdMeasurement ?U_9366} => {?U_9366 a }. +{?U_9367 saref-core:makesMeasurement ?U_9368} => {?U_9368 a }. +{?U_9369 saref-core:relatesToMeasurement ?U_9370} => {?U_9370 a }. +{?U_9371 saref4ehaw:hasMeasurement ?U_9372} => {?U_9372 a }. +{?U_9373 saref4ehaw:hasHub ?U_9374} => {?U_9374 a saref4ehaw:HealthDevice}. +{?U_9375 ActivityRecognition:activityPredictionMadeFor ?U_9376} => {?U_9376 a foaf:Agent}. +{?U_9377 saref4ehaw:hasParticipant ?U_9378} => {?U_9378 a foaf:Agent}. +{?U_9379 saref4ehaw:isAttachedTo ?U_9380} => {?U_9380 a foaf:Agent}. +{?U_9381 saref4ehaw:contains ?U_9382} => {?U_9382 a saref-core:Device}. +{?U_9383 saref4ehaw:hasHub ?U_9384} => {?U_9384 a saref-core:Device}. +{?U_9385 saref4ehaw:hasPatient ?U_9386} => {?U_9386 a saref4ehaw:User}. +{?U_9387 saref4ehaw:hasPhysicalLocation ?U_9388} => {?U_9388 a saref4ehaw:Location}. +{?U_9389 saref4ehaw:hasPosture ?U_9390} => {?U_9390 a saref-core:Property}. +{?U_9391 saref4ehaw:hasResponsibleParty ?U_9392} => {?U_9392 a saref4ehaw:HealthActor}. +{?U_9393 saref4ehaw:hasTimeSeriesMesurement ?U_9394} => {?U_9394 a saref-core:Measurement}. +{?U_9395 saref4ehaw:hasTimeSeriesMesurement ?U_9396} => {?U_9396 a }. +{?U_9397 saref4ehaw:hasTimeSeriesMesurement ?U_9398} => {?U_9398 a }. +{?U_9399 saref4ehaw:followsUser ?U_9400} => {?U_9400 a saref4ehaw:HealthActor}. +{?U_9401 saref4ehaw:hasPatient ?U_9402} => {?U_9402 a saref4ehaw:HealthActor}. +{?U_9403 SensorsAndWearables:hasAxis ?U_9404} => {?U_9404 a geosp:SpatialObject}. +{?U_9405 saref-core:isControlledByDevice ?U_9406} => {?U_9406 a }. +{?U_9407 saref-core:isMeasuredByDevice ?U_9408} => {?U_9408 a }. +{?U_9409 saref-core:isOfferedBy ?U_9410} => {?U_9410 a }. +{?U_9411 saref-core:measurementMadeBy ?U_9412} => {?U_9412 a }. +{?U_9413 ns6:featureIsControlledByDevice ?U_9414} => {?U_9414 a }. +{?U_9415 ns6:featureIsMeasuredByDevice ?U_9416} => {?U_9416 a }. +{?U_9417 ns6:installs ?U_9418} => {?U_9418 a }. +{?U_9419 ns6:interactsWith ?U_9420} => {?U_9420 a }. +{?U_9421 ns6:isDetectedBy ?U_9422} => {?U_9422 a }. +{?U_9423 ns6:isTriggeredBy ?U_9424} => {?U_9424 a }. +{?U_9425 ns6:monitors ?U_9426} => {?U_9426 a }. +{?U_9427 ns6:hasSensor ?U_9428} => {?U_9428 a }. +{?U_9429 saref4ehaw:contains ?U_9430} => {?U_9430 a }. +{?U_9431 saref4ehaw:hasHub ?U_9432} => {?U_9432 a }. +{?U_9433 saref-core:isControlledByDevice ?U_9434} => {?U_9434 a }. +{?U_9435 saref-core:isMeasuredByDevice ?U_9436} => {?U_9436 a }. +{?U_9437 saref-core:isOfferedBy ?U_9438} => {?U_9438 a }. +{?U_9439 saref-core:measurementMadeBy ?U_9440} => {?U_9440 a }. +{?U_9441 ns6:featureIsControlledByDevice ?U_9442} => {?U_9442 a }. +{?U_9443 ns6:featureIsMeasuredByDevice ?U_9444} => {?U_9444 a }. +{?U_9445 ns6:installs ?U_9446} => {?U_9446 a }. +{?U_9447 ns6:interactsWith ?U_9448} => {?U_9448 a }. +{?U_9449 ns6:isDetectedBy ?U_9450} => {?U_9450 a }. +{?U_9451 ns6:isTriggeredBy ?U_9452} => {?U_9452 a }. +{?U_9453 ns6:monitors ?U_9454} => {?U_9454 a }. +{?U_9455 ns6:hasSensor ?U_9456} => {?U_9456 a }. +{?U_9457 saref4ehaw:contains ?U_9458} => {?U_9458 a }. +{?U_9459 saref4ehaw:hasHub ?U_9460} => {?U_9460 a }. +{?U_9461 saref-core:isControlledByDevice ?U_9462} => {?U_9462 a }. +{?U_9463 saref-core:isMeasuredByDevice ?U_9464} => {?U_9464 a }. +{?U_9465 saref-core:isOfferedBy ?U_9466} => {?U_9466 a }. +{?U_9467 saref-core:measurementMadeBy ?U_9468} => {?U_9468 a }. +{?U_9469 ns6:featureIsControlledByDevice ?U_9470} => {?U_9470 a }. +{?U_9471 ns6:featureIsMeasuredByDevice ?U_9472} => {?U_9472 a }. +{?U_9473 ns6:installs ?U_9474} => {?U_9474 a }. +{?U_9475 ns6:interactsWith ?U_9476} => {?U_9476 a }. +{?U_9477 ns6:isDetectedBy ?U_9478} => {?U_9478 a }. +{?U_9479 ns6:isTriggeredBy ?U_9480} => {?U_9480 a }. +{?U_9481 ns6:monitors ?U_9482} => {?U_9482 a }. +{?U_9483 ns6:hasSensor ?U_9484} => {?U_9484 a }. +{?U_9485 saref4ehaw:contains ?U_9486} => {?U_9486 a }. +{?U_9487 saref4ehaw:hasHub ?U_9488} => {?U_9488 a }. +{?U_9489 saref-core:hasMeasurement ?U_9490} => {?U_9490 a }. +{?U_9491 saref-core:hasMeterReading ?U_9492} => {?U_9492 a }. +{?U_9493 saref-core:hasSensingRange ?U_9494} => {?U_9494 a }. +{?U_9495 saref-core:hasThresholdMeasurement ?U_9496} => {?U_9496 a }. +{?U_9497 saref-core:makesMeasurement ?U_9498} => {?U_9498 a }. +{?U_9499 saref-core:relatesToMeasurement ?U_9500} => {?U_9500 a }. +{?U_9501 saref4ehaw:hasMeasurement ?U_9502} => {?U_9502 a }. +{?U_9503 saref4ehaw:hasTimeSeriesMesurement ?U_9504} => {?U_9504 a }. +{?U_9505 saref-core:hasMeasurement ?U_9506} => {?U_9506 a }. +{?U_9507 saref-core:hasMeterReading ?U_9508} => {?U_9508 a }. +{?U_9509 saref-core:hasSensingRange ?U_9510} => {?U_9510 a }. +{?U_9511 saref-core:hasThresholdMeasurement ?U_9512} => {?U_9512 a }. +{?U_9513 saref-core:makesMeasurement ?U_9514} => {?U_9514 a }. +{?U_9515 saref-core:relatesToMeasurement ?U_9516} => {?U_9516 a }. +{?U_9517 saref4ehaw:hasMeasurement ?U_9518} => {?U_9518 a }. +{?U_9519 saref4ehaw:hasTimeSeriesMesurement ?U_9520} => {?U_9520 a }. +{?U_9521 saref-core:hasMeasurement ?U_9522} => {?U_9522 a }. +{?U_9523 saref-core:hasMeterReading ?U_9524} => {?U_9524 a }. +{?U_9525 saref-core:hasSensingRange ?U_9526} => {?U_9526 a }. +{?U_9527 saref-core:hasThresholdMeasurement ?U_9528} => {?U_9528 a }. +{?U_9529 saref-core:makesMeasurement ?U_9530} => {?U_9530 a }. +{?U_9531 saref-core:relatesToMeasurement ?U_9532} => {?U_9532 a }. +{?U_9533 saref4ehaw:hasMeasurement ?U_9534} => {?U_9534 a }. +{?U_9535 saref4ehaw:hasTimeSeriesMesurement ?U_9536} => {?U_9536 a }. +{?U_9537 saref-core:hasMeasurement ?U_9538} => {?U_9538 a }. +{?U_9539 saref-core:hasMeterReading ?U_9540} => {?U_9540 a }. +{?U_9541 saref-core:hasSensingRange ?U_9542} => {?U_9542 a }. +{?U_9543 saref-core:hasThresholdMeasurement ?U_9544} => {?U_9544 a }. +{?U_9545 saref-core:makesMeasurement ?U_9546} => {?U_9546 a }. +{?U_9547 saref-core:relatesToMeasurement ?U_9548} => {?U_9548 a }. +{?U_9549 saref4ehaw:hasMeasurement ?U_9550} => {?U_9550 a }. +{?U_9551 saref4ehaw:hasTimeSeriesMesurement ?U_9552} => {?U_9552 a }. +{?U_9553 saref-core:hasMeasurement ?U_9554} => {?U_9554 a }. +{?U_9555 saref-core:hasMeterReading ?U_9556} => {?U_9556 a }. +{?U_9557 saref-core:hasSensingRange ?U_9558} => {?U_9558 a }. +{?U_9559 saref-core:hasThresholdMeasurement ?U_9560} => {?U_9560 a }. +{?U_9561 saref-core:makesMeasurement ?U_9562} => {?U_9562 a }. +{?U_9563 saref-core:relatesToMeasurement ?U_9564} => {?U_9564 a }. +{?U_9565 saref4ehaw:hasMeasurement ?U_9566} => {?U_9566 a }. +{?U_9567 saref4ehaw:hasTimeSeriesMesurement ?U_9568} => {?U_9568 a }. +{?U_9569 saref-core:hasMeasurement ?U_9570} => {?U_9570 a }. +{?U_9571 saref-core:hasMeterReading ?U_9572} => {?U_9572 a }. +{?U_9573 saref-core:hasSensingRange ?U_9574} => {?U_9574 a }. +{?U_9575 saref-core:hasThresholdMeasurement ?U_9576} => {?U_9576 a }. +{?U_9577 saref-core:makesMeasurement ?U_9578} => {?U_9578 a }. +{?U_9579 saref-core:relatesToMeasurement ?U_9580} => {?U_9580 a }. +{?U_9581 saref4ehaw:hasMeasurement ?U_9582} => {?U_9582 a }. +{?U_9583 saref4ehaw:hasTimeSeriesMesurement ?U_9584} => {?U_9584 a }. +{?U_9585 saref-core:hasMeasurement ?U_9586} => {?U_9586 a }. +{?U_9587 saref-core:hasMeterReading ?U_9588} => {?U_9588 a }. +{?U_9589 saref-core:hasSensingRange ?U_9590} => {?U_9590 a }. +{?U_9591 saref-core:hasThresholdMeasurement ?U_9592} => {?U_9592 a }. +{?U_9593 saref-core:makesMeasurement ?U_9594} => {?U_9594 a }. +{?U_9595 saref-core:relatesToMeasurement ?U_9596} => {?U_9596 a }. +{?U_9597 saref4ehaw:hasMeasurement ?U_9598} => {?U_9598 a }. +{?U_9599 saref4ehaw:hasTimeSeriesMesurement ?U_9600} => {?U_9600 a }. +{?U_9601 :forProperty ?U_9602} => {?U_9602 a }. +{?U_9603 ActivityRecognition:analyzeProperty ?U_9604} => {?U_9604 a }. +{?U_9605 saref-core:controlsProperty ?U_9606} => {?U_9606 a }. +{?U_9607 saref-core:hasMeterReadingType ?U_9608} => {?U_9608 a }. +{?U_9609 saref-core:hasProperty ?U_9610} => {?U_9610 a }. +{?U_9611 saref-core:hasSensorType ?U_9612} => {?U_9612 a }. +{?U_9613 saref-core:measuresProperty ?U_9614} => {?U_9614 a }. +{?U_9615 saref-core:relatesToProperty ?U_9616} => {?U_9616 a }. +{?U_9617 saref-core:hasPrice ?U_9618} => {?U_9618 a }. +{?U_9619 saref4ehaw:hasPosture ?U_9620} => {?U_9620 a }. +{?U_9621 :forProperty ?U_9622} => {?U_9622 a }. +{?U_9623 ActivityRecognition:analyzeProperty ?U_9624} => {?U_9624 a }. +{?U_9625 saref-core:controlsProperty ?U_9626} => {?U_9626 a }. +{?U_9627 saref-core:hasMeterReadingType ?U_9628} => {?U_9628 a }. +{?U_9629 saref-core:hasProperty ?U_9630} => {?U_9630 a }. +{?U_9631 saref-core:hasSensorType ?U_9632} => {?U_9632 a }. +{?U_9633 saref-core:measuresProperty ?U_9634} => {?U_9634 a }. +{?U_9635 saref-core:relatesToProperty ?U_9636} => {?U_9636 a }. +{?U_9637 saref-core:hasPrice ?U_9638} => {?U_9638 a }. +{?U_9639 saref4ehaw:hasPosture ?U_9640} => {?U_9640 a }. +{?U_9641 :forProperty ?U_9642} => {?U_9642 a }. +{?U_9643 ActivityRecognition:analyzeProperty ?U_9644} => {?U_9644 a }. +{?U_9645 saref-core:controlsProperty ?U_9646} => {?U_9646 a }. +{?U_9647 saref-core:hasMeterReadingType ?U_9648} => {?U_9648 a }. +{?U_9649 saref-core:hasProperty ?U_9650} => {?U_9650 a }. +{?U_9651 saref-core:hasSensorType ?U_9652} => {?U_9652 a }. +{?U_9653 saref-core:measuresProperty ?U_9654} => {?U_9654 a }. +{?U_9655 saref-core:relatesToProperty ?U_9656} => {?U_9656 a }. +{?U_9657 saref-core:hasPrice ?U_9658} => {?U_9658 a }. +{?U_9659 saref4ehaw:hasPosture ?U_9660} => {?U_9660 a }. +{?U_9661 ns6:hasPowerSupply ?U_9662} => {?U_9662 a saref-core:Device}. +{?U_9663 ns6:sendsInformationTo ?U_9664} => {?U_9664 a geosp:Feature}. +{?U_9665 ns6:sendsInformationTo ?U_9666} => {?U_9666 a saref-core:Device}. +{?U_9667 ns6:sendsInformationTo ?U_9668} => {?U_9668 a }. +{?U_9669 ns6:sendsInformationTo ?U_9670} => {?U_9670 a }. +{?U_9671 ns6:isLocated ?U_9672} => {?U_9672 a geosp:SpatialObject}. +{?U_9673 ns6:isLocatedIn ?U_9674} => {?U_9674 a geosp:SpatialObject}. +{?U_9675 ns6:isLocatedNear ?U_9676} => {?U_9676 a geosp:SpatialObject}. +{?U_9677 ns6:isLocatedOn ?U_9678} => {?U_9678 a geosp:SpatialObject}. +{?U_9679 ns6:sendsNotificationsTo ?U_9680} => {?U_9680 a geosp:SpatialObject}. +{?U_9681 ns6:isLocated ?U_9682} => {?U_9682 a }. +{?U_9683 ns6:isLocatedIn ?U_9684} => {?U_9684 a }. +{?U_9685 ns6:isLocatedNear ?U_9686} => {?U_9686 a }. +{?U_9687 ns6:isLocatedOn ?U_9688} => {?U_9688 a }. +{?U_9689 ns6:sendsNotificationsTo ?U_9690} => {?U_9690 a }. +{?U_9691 ns6:isLocated ?U_9692} => {?U_9692 a }. +{?U_9693 ns6:isLocatedIn ?U_9694} => {?U_9694 a }. +{?U_9695 ns6:isLocatedNear ?U_9696} => {?U_9696 a }. +{?U_9697 ns6:isLocatedOn ?U_9698} => {?U_9698 a }. +{?U_9699 ns6:sendsNotificationsTo ?U_9700} => {?U_9700 a }. +{?U_9701 saref4ehaw:hasHabit ?U_9702} => {?U_9702 a }. +{?U_9703 ns6:hasSensor ?U_9704} => {?U_9704 a }. +{?U_9705 ns6:hasSensor ?U_9706} => {?U_9706 a }. +{?U_9707 ns6:hasSensor ?U_9708} => {?U_9708 a }. +{?U_9709 ns6:hasSensor ?U_9710} => {?U_9710 a }. +{?U_9711 ns6:hasSensor ?U_9712} => {?U_9712 a }. +{?U_9713 ns6:hasSensor ?U_9714} => {?U_9714 a }. +{?U_9715 ns6:hasSensor ?U_9716} => {?U_9716 a }. +{?U_9717 ns6:hasSensor ?U_9718} => {?U_9718 a }. +{?U_9719 ns6:hasSensor ?U_9720} => {?U_9720 a }. +{?U_9721 ns6:hasSensor ?U_9722} => {?U_9722 a }. +{?U_9723 ns6:hasSensor ?U_9724} => {?U_9724 a }. +{?U_9725 ns6:hasSensor ?U_9726} => {?U_9726 a }. +{?U_9727 saref-core:isControlledByDevice ?U_9728} => {?U_9728 a }. +{?U_9729 saref-core:isMeasuredByDevice ?U_9730} => {?U_9730 a }. +{?U_9731 saref-core:isOfferedBy ?U_9732} => {?U_9732 a }. +{?U_9733 saref-core:measurementMadeBy ?U_9734} => {?U_9734 a }. +{?U_9735 ns6:featureIsControlledByDevice ?U_9736} => {?U_9736 a }. +{?U_9737 ns6:featureIsMeasuredByDevice ?U_9738} => {?U_9738 a }. +{?U_9739 ns6:installs ?U_9740} => {?U_9740 a }. +{?U_9741 ns6:interactsWith ?U_9742} => {?U_9742 a }. +{?U_9743 ns6:isDetectedBy ?U_9744} => {?U_9744 a }. +{?U_9745 ns6:isTriggeredBy ?U_9746} => {?U_9746 a }. +{?U_9747 ns6:monitors ?U_9748} => {?U_9748 a }. +{?U_9749 ns6:hasSensor ?U_9750} => {?U_9750 a }. +{?U_9751 saref4ehaw:contains ?U_9752} => {?U_9752 a }. +{?U_9753 saref4ehaw:hasHub ?U_9754} => {?U_9754 a }. +{?U_9755 ns6:hasPowerSupply ?U_9756} => {?U_9756 a }. +{?U_9757 ns6:sendsInformationTo ?U_9758} => {?U_9758 a }. +{?U_9759 saref-core:isControlledByDevice ?U_9760} => {?U_9760 a }. +{?U_9761 saref-core:isMeasuredByDevice ?U_9762} => {?U_9762 a }. +{?U_9763 saref-core:isOfferedBy ?U_9764} => {?U_9764 a }. +{?U_9765 saref-core:measurementMadeBy ?U_9766} => {?U_9766 a }. +{?U_9767 ns6:featureIsControlledByDevice ?U_9768} => {?U_9768 a }. +{?U_9769 ns6:featureIsMeasuredByDevice ?U_9770} => {?U_9770 a }. +{?U_9771 ns6:installs ?U_9772} => {?U_9772 a }. +{?U_9773 ns6:interactsWith ?U_9774} => {?U_9774 a }. +{?U_9775 ns6:isDetectedBy ?U_9776} => {?U_9776 a }. +{?U_9777 ns6:isTriggeredBy ?U_9778} => {?U_9778 a }. +{?U_9779 ns6:monitors ?U_9780} => {?U_9780 a }. +{?U_9781 ns6:hasSensor ?U_9782} => {?U_9782 a }. +{?U_9783 saref4ehaw:contains ?U_9784} => {?U_9784 a }. +{?U_9785 saref4ehaw:hasHub ?U_9786} => {?U_9786 a }. +{?U_9787 ns6:hasPowerSupply ?U_9788} => {?U_9788 a }. +{?U_9789 ns6:sendsInformationTo ?U_9790} => {?U_9790 a }. +{?U_9791 saref4ehaw:contains ?U_9792} => {?U_9792 a }. +{?U_9793 saref4ehaw:hasHub ?U_9794} => {?U_9794 a }. +{?U_9795 saref4ehaw:contains ?U_9796} => {?U_9796 a }. +{?U_9797 saref4ehaw:hasHub ?U_9798} => {?U_9798 a }. +{?U_9799 saref4ehaw:contains ?U_9800} => {?U_9800 a }. +{?U_9801 saref4ehaw:hasHub ?U_9802} => {?U_9802 a }. +{?U_9803 saref4ehaw:contains ?U_9804} => {?U_9804 a }. +{?U_9805 saref4ehaw:hasHub ?U_9806} => {?U_9806 a }. +{?U_9807 saref4ehaw:contains ?U_9808} => {?U_9808 a }. +{?U_9809 saref4ehaw:hasHub ?U_9810} => {?U_9810 a }. +{?U_9811 saref4ehaw:contains ?U_9812} => {?U_9812 a }. +{?U_9813 saref4ehaw:hasHub ?U_9814} => {?U_9814 a }. +{?U_9815 saref4ehaw:contains ?U_9816} => {?U_9816 a }. +{?U_9817 saref4ehaw:hasHub ?U_9818} => {?U_9818 a }. +{?U_9819 saref4ehaw:contains ?U_9820} => {?U_9820 a }. +{?U_9821 saref4ehaw:hasHub ?U_9822} => {?U_9822 a }. +{?U_9823 saref4ehaw:contains ?U_9824} => {?U_9824 a }. +{?U_9825 saref4ehaw:hasHub ?U_9826} => {?U_9826 a }. +{?U_9827 saref4ehaw:contains ?U_9828} => {?U_9828 a }. +{?U_9829 saref4ehaw:hasHub ?U_9830} => {?U_9830 a }. +{?U_9831 saref4ehaw:contains ?U_9832} => {?U_9832 a }. +{?U_9833 saref4ehaw:hasHub ?U_9834} => {?U_9834 a }. +{?U_9835 saref4ehaw:contains ?U_9836} => {?U_9836 a }. +{?U_9837 saref4ehaw:hasHub ?U_9838} => {?U_9838 a }. +{?U_9839 saref4ehaw:contains ?U_9840} => {?U_9840 a saref4bldg:PhysicalObject}. +{?U_9841 saref4ehaw:hasHub ?U_9842} => {?U_9842 a saref4bldg:PhysicalObject}. +{?U_9843 saref4ehaw:hasPosture ?U_9844} => {?U_9844 a }. +{?U_9845 saref4ehaw:hasPosture ?U_9846} => {?U_9846 a }. +{?U_9847 saref4ehaw:hasPosture ?U_9848} => {?U_9848 a }. +{?U_9849 saref4ehaw:hasPosture ?U_9850} => {?U_9850 a }. +{?U_9851 saref4ehaw:hasResponsibleParty ?U_9852} => {?U_9852 a foaf:Agent}. +{?U_9853 saref4ehaw:hasTimeSeriesMesurement ?U_9854} => {?U_9854 a }. +{?U_9855 saref4ehaw:hasTimeSeriesMesurement ?U_9856} => {?U_9856 a }. +{?U_9857 saref4ehaw:hasTimeSeriesMesurement ?U_9858} => {?U_9858 a }. +{?U_9859 saref4ehaw:hasTimeSeriesMesurement ?U_9860} => {?U_9860 a }. +{?U_9861 saref4ehaw:hasTimeSeriesMesurement ?U_9862} => {?U_9862 a }. +{?U_9863 saref4ehaw:hasTimeSeriesMesurement ?U_9864} => {?U_9864 a }. +{?U_9865 saref4ehaw:hasTimeSeriesMesurement ?U_9866} => {?U_9866 a }. +{?U_9867 saref4ehaw:hasTimeSeriesMesurement ?U_9868} => {?U_9868 a }. +{?U_9869 saref4ehaw:hasTimeSeriesMesurement ?U_9870} => {?U_9870 a }. +{?U_9871 saref4ehaw:hasTimeSeriesMesurement ?U_9872} => {?U_9872 a }. +{?U_9873 saref4ehaw:hasTimeSeriesMesurement ?U_9874} => {?U_9874 a }. +{?U_9875 saref4ehaw:hasTimeSeriesMesurement ?U_9876} => {?U_9876 a }. +{?U_9877 saref4ehaw:followsUser ?U_9878} => {?U_9878 a foaf:Agent}. +{?U_9879 saref4ehaw:hasPatient ?U_9880} => {?U_9880 a foaf:Agent}. +{?U_9881 ns6:hasPowerSupply ?U_9882} => {?U_9882 a }. +{?U_9883 ns6:hasPowerSupply ?U_9884} => {?U_9884 a }. +{?U_9885 ns6:hasPowerSupply ?U_9886} => {?U_9886 a }. +{?U_9887 ns6:hasPowerSupply ?U_9888} => {?U_9888 a }. +{?U_9889 ns6:hasPowerSupply ?U_9890} => {?U_9890 a }. +{?U_9891 ns6:hasPowerSupply ?U_9892} => {?U_9892 a }. +{?U_9893 ns6:hasPowerSupply ?U_9894} => {?U_9894 a }. +{?U_9895 ns6:hasPowerSupply ?U_9896} => {?U_9896 a }. +{?U_9897 ns6:hasPowerSupply ?U_9898} => {?U_9898 a }. +{?U_9899 ns6:hasPowerSupply ?U_9900} => {?U_9900 a }. +{?U_9901 ns6:hasPowerSupply ?U_9902} => {?U_9902 a }. +{?U_9903 ns6:hasPowerSupply ?U_9904} => {?U_9904 a }. +{?U_9905 ns6:hasPowerSupply ?U_9906} => {?U_9906 a saref4bldg:PhysicalObject}. +{?U_9907 ns6:hasPowerSupply ?U_9908} => {?U_9908 a }. +{?U_9909 ns6:hasPowerSupply ?U_9910} => {?U_9910 a }. +{?U_9911 ns6:hasPowerSupply ?U_9912} => {?U_9912 a }. +{?U_9913 ns6:sendsInformationTo ?U_9914} => {?U_9914 a geosp:SpatialObject}. +{?U_9915 ns6:sendsInformationTo ?U_9916} => {?U_9916 a }. +{?U_9917 ns6:sendsInformationTo ?U_9918} => {?U_9918 a }. +{?U_9919 ns6:sendsInformationTo ?U_9920} => {?U_9920 a }. +{?U_9921 ns6:sendsInformationTo ?U_9922} => {?U_9922 a }. +{?U_9923 ns6:sendsInformationTo ?U_9924} => {?U_9924 a }. +{?U_9925 ns6:sendsInformationTo ?U_9926} => {?U_9926 a }. +{?U_9927 ns6:sendsInformationTo ?U_9928} => {?U_9928 a }. +{?U_9929 ns6:sendsInformationTo ?U_9930} => {?U_9930 a }. +{?U_9931 ns6:sendsInformationTo ?U_9932} => {?U_9932 a }. +{?U_9933 ns6:sendsInformationTo ?U_9934} => {?U_9934 a }. +{?U_9935 ns6:sendsInformationTo ?U_9936} => {?U_9936 a }. +{?U_9937 ns6:sendsInformationTo ?U_9938} => {?U_9938 a }. +{?U_9939 ns6:sendsInformationTo ?U_9940} => {?U_9940 a saref4bldg:PhysicalObject}. +{?U_9941 ns6:sendsInformationTo ?U_9942} => {?U_9942 a }. +{?U_9943 ns6:sendsInformationTo ?U_9944} => {?U_9944 a }. +{?U_9945 ns6:sendsInformationTo ?U_9946} => {?U_9946 a }. +{?U_9947 ns6:isLocated ?U_9948} => {?U_9948 a ns6:LivingOrganism}. +{?U_9949 ns6:isLocatedIn ?U_9950} => {?U_9950 a ns6:LivingOrganism}. +{?U_9951 ns6:isLocatedNear ?U_9952} => {?U_9952 a ns6:LivingOrganism}. +{?U_9953 ns6:isLocatedOn ?U_9954} => {?U_9954 a ns6:LivingOrganism}. +{?U_9955 ns6:sendsNotificationsTo ?U_9956} => {?U_9956 a ns6:LivingOrganism}. +{?U_9957 ns6:isLocated ?U_9958} => {?U_9958 a }. +{?U_9959 ns6:isLocatedIn ?U_9960} => {?U_9960 a }. +{?U_9961 ns6:isLocatedNear ?U_9962} => {?U_9962 a }. +{?U_9963 ns6:isLocatedOn ?U_9964} => {?U_9964 a }. +{?U_9965 ns6:sendsNotificationsTo ?U_9966} => {?U_9966 a }. +{?U_9967 saref4ehaw:hasContact ?U_9968} => {?U_9968 a saref4ehaw:HealthActor}. +{?U_9969 ActivityRecognition:activityPredictionMadeFor ?U_9970} => {?U_9970 a saref4ehaw:Contact}. +{?U_9971 saref4ehaw:hasParticipant ?U_9972} => {?U_9972 a saref4ehaw:Contact}. +{?U_9973 saref4ehaw:isAttachedTo ?U_9974} => {?U_9974 a saref4ehaw:Contact}. +{?U_9975 saref4ehaw:hasResponsibleParty ?U_9976} => {?U_9976 a saref4ehaw:Contact}. +{?U_9977 saref4ehaw:followsUser ?U_9978} => {?U_9978 a saref4ehaw:Contact}. +{?U_9979 saref4ehaw:hasPatient ?U_9980} => {?U_9980 a saref4ehaw:Contact}. +{?U_9981 ns6:sendsInformationTo ?U_9982} => {?U_9982 a }. +{?U_9983 ns6:isLocated ?U_9984} => {?U_9984 a }. +{?U_9985 ns6:isLocatedIn ?U_9986} => {?U_9986 a }. +{?U_9987 ns6:isLocatedNear ?U_9988} => {?U_9988 a }. +{?U_9989 ns6:isLocatedOn ?U_9990} => {?U_9990 a }. +{?U_9991 ns6:sendsNotificationsTo ?U_9992} => {?U_9992 a }. +{?U_9993 :forProperty ?U_9994} => {?U_9994 a }. +{?U_9995 ActivityRecognition:analyzeProperty ?U_9996} => {?U_9996 a }. +{?U_9997 saref-core:controlsProperty ?U_9998} => {?U_9998 a }. +{?U_9999 saref-core:hasMeterReadingType ?U_10000} => {?U_10000 a }. +{?U_10001 saref-core:hasProperty ?U_10002} => {?U_10002 a }. +{?U_10003 saref-core:hasSensorType ?U_10004} => {?U_10004 a }. +{?U_10005 saref-core:measuresProperty ?U_10006} => {?U_10006 a }. +{?U_10007 saref-core:relatesToProperty ?U_10008} => {?U_10008 a }. +{?U_10009 saref-core:hasPrice ?U_10010} => {?U_10010 a }. +{?U_10011 saref4ehaw:hasPosture ?U_10012} => {?U_10012 a }. +{?U_10013 :forProperty ?U_10014} => {?U_10014 a }. +{?U_10015 ActivityRecognition:analyzeProperty ?U_10016} => {?U_10016 a }. +{?U_10017 saref-core:controlsProperty ?U_10018} => {?U_10018 a }. +{?U_10019 saref-core:hasMeterReadingType ?U_10020} => {?U_10020 a }. +{?U_10021 saref-core:hasProperty ?U_10022} => {?U_10022 a }. +{?U_10023 saref-core:hasSensorType ?U_10024} => {?U_10024 a }. +{?U_10025 saref-core:measuresProperty ?U_10026} => {?U_10026 a }. +{?U_10027 saref-core:relatesToProperty ?U_10028} => {?U_10028 a }. +{?U_10029 saref-core:hasPrice ?U_10030} => {?U_10030 a }. +{?U_10031 saref4ehaw:hasPosture ?U_10032} => {?U_10032 a }. +{?U_10033 ns2:livesIn ?U_10034} => {?U_10034 a }. +{?U_10035 saref-core:isControlledByDevice ?U_10036} => {?U_10036 a }. +{?U_10037 saref-core:isMeasuredByDevice ?U_10038} => {?U_10038 a }. +{?U_10039 saref-core:isOfferedBy ?U_10040} => {?U_10040 a }. +{?U_10041 saref-core:measurementMadeBy ?U_10042} => {?U_10042 a }. +{?U_10043 ns6:featureIsControlledByDevice ?U_10044} => {?U_10044 a }. +{?U_10045 ns6:featureIsMeasuredByDevice ?U_10046} => {?U_10046 a }. +{?U_10047 ns6:installs ?U_10048} => {?U_10048 a }. +{?U_10049 ns6:interactsWith ?U_10050} => {?U_10050 a }. +{?U_10051 ns6:isDetectedBy ?U_10052} => {?U_10052 a }. +{?U_10053 ns6:isTriggeredBy ?U_10054} => {?U_10054 a }. +{?U_10055 ns6:monitors ?U_10056} => {?U_10056 a }. +{?U_10057 ns6:hasSensor ?U_10058} => {?U_10058 a }. +{?U_10059 saref4ehaw:contains ?U_10060} => {?U_10060 a }. +{?U_10061 saref4ehaw:hasHub ?U_10062} => {?U_10062 a }. +{?U_10063 ns6:hasPowerSupply ?U_10064} => {?U_10064 a }. +{?U_10065 ns6:sendsInformationTo ?U_10066} => {?U_10066 a }. +{?U_10067 ns6:isLocated ?U_10068} => {?U_10068 a geosp:Feature}. +{?U_10069 ns6:isLocatedIn ?U_10070} => {?U_10070 a geosp:Feature}. +{?U_10071 ns6:isLocatedNear ?U_10072} => {?U_10072 a geosp:Feature}. +{?U_10073 ns6:isLocatedOn ?U_10074} => {?U_10074 a geosp:Feature}. +{?U_10075 ns6:sendsNotificationsTo ?U_10076} => {?U_10076 a geosp:Feature}. +{?U_10077 ns6:isLocated ?U_10078} => {?U_10078 a saref-core:FeatureOfInterest}. +{?U_10079 ns6:isLocatedIn ?U_10080} => {?U_10080 a saref-core:FeatureOfInterest}. +{?U_10081 ns6:isLocatedNear ?U_10082} => {?U_10082 a saref-core:FeatureOfInterest}. +{?U_10083 ns6:isLocatedOn ?U_10084} => {?U_10084 a saref-core:FeatureOfInterest}. +{?U_10085 ns6:sendsNotificationsTo ?U_10086} => {?U_10086 a saref-core:FeatureOfInterest}. +{?U_10087 ns6:isLocated ?U_10088} => {?U_10088 a }. +{?U_10089 ns6:isLocatedIn ?U_10090} => {?U_10090 a }. +{?U_10091 ns6:isLocatedNear ?U_10092} => {?U_10092 a }. +{?U_10093 ns6:isLocatedOn ?U_10094} => {?U_10094 a }. +{?U_10095 ns6:sendsNotificationsTo ?U_10096} => {?U_10096 a }. +{?U_10097 saref4ehaw:hasContact ?U_10098} => {?U_10098 a foaf:Agent}. +{?U_10099 :isIncludedIn ?U_10100} => {?U_10100 saref-core:consistsOf ?U_10099}. +{?U_10099 saref-core:consistsOf ?U_10100} => {?U_10100 :isIncludedIn ?U_10099}. +{?U_10101 ActivityRecognition:nextActivity ?U_10102} => {?U_10102 ActivityRecognition:previousActivity ?U_10101}. +{?U_10101 ActivityRecognition:previousActivity ?U_10102} => {?U_10102 ActivityRecognition:nextActivity ?U_10101}. +{?U_10103 ActivityRecognition:predictedBy ?U_10104} => {?U_10104 ActivityRecognition:predicts ?U_10103}. +{?U_10103 ActivityRecognition:predicts ?U_10104} => {?U_10104 ActivityRecognition:predictedBy ?U_10103}. +{?U_10105 ?U_10106} => {?U_10106 ns5:influencedBy ?U_10105}. +{?U_10105 ns5:influencedBy ?U_10106} => {?U_10106 ?U_10105}. +{?U_10107 ?U_10108} => {?U_10108 eep:madeBy ?U_10107}. +{?U_10107 eep:madeBy ?U_10108} => {?U_10108 ?U_10107}. +{?U_10109 ?U_10110} => {?U_10110 eep:madeBy ?U_10109}. +{?U_10109 eep:madeBy ?U_10110} => {?U_10110 ?U_10109}. +{?U_10111 saref-core:accomplishes ?U_10112} => {?U_10112 saref-core:isAccomplishedBy ?U_10111}. +{?U_10111 saref-core:isAccomplishedBy ?U_10112} => {?U_10112 saref-core:accomplishes ?U_10111}. +{?U_10113 saref-core:hasCommand ?U_10114} => {?U_10114 saref-core:isCommandOf ?U_10113}. +{?U_10113 saref-core:isCommandOf ?U_10114} => {?U_10114 saref-core:hasCommand ?U_10113}. +{?U_10115 saref-core:hasProperty ?U_10116} => {?U_10116 saref-core:isPropertyOf ?U_10115}. +{?U_10115 saref-core:isPropertyOf ?U_10116} => {?U_10116 saref-core:hasProperty ?U_10115}. +{?U_10117 saref-core:isMeasurementOf ?U_10118} => {?U_10118 saref-core:hasMeasurement ?U_10117}. +{?U_10117 saref-core:hasMeasurement ?U_10118} => {?U_10118 saref-core:isMeasurementOf ?U_10117}. +{?U_10119 saref-core:isOfferedBy ?U_10120} => {?U_10120 saref-core:offers ?U_10119}. +{?U_10119 saref-core:offers ?U_10120} => {?U_10120 saref-core:isOfferedBy ?U_10119}. +{?U_10121 saref-core:makesMeasurement ?U_10122} => {?U_10122 saref-core:measurementMadeBy ?U_10121}. +{?U_10121 saref-core:measurementMadeBy ?U_10122} => {?U_10122 saref-core:makesMeasurement ?U_10121}. +{?U_10123 saref-core:relatesToProperty ?U_10124} => {?U_10124 saref-core:relatesToMeasurement ?U_10123}. +{?U_10123 saref-core:relatesToMeasurement ?U_10124} => {?U_10124 saref-core:relatesToProperty ?U_10123}. +{?U_10125 saref4bldg:contains ?U_10126} => {?U_10126 saref4bldg:isContainedIn ?U_10125}. +{?U_10125 saref4bldg:isContainedIn ?U_10126} => {?U_10126 saref4bldg:contains ?U_10125}. +{?U_10127 saref4bldg:hasSpace ?U_10128} => {?U_10128 saref4bldg:isSpaceOf ?U_10127}. +{?U_10127 saref4bldg:isSpaceOf ?U_10128} => {?U_10128 saref4bldg:hasSpace ?U_10127}. +{?U_10129 ns6:isTriggeredBy ?U_10130} => {?U_10130 ns6:triggers ?U_10129}. +{?U_10129 ns6:triggers ?U_10130} => {?U_10130 ns6:isTriggeredBy ?U_10129}. +{?U_10131 a :BrushingTeethActivityPrediction} => {?U_10131 a }. +{?U_10131 a } => {?U_10131 a :BrushingTeethActivityPrediction}. +{?U_10132 a :CookingFoodOvenActivityPrediction} => {?U_10132 a }. +{?U_10132 a } => {?U_10132 a :CookingFoodOvenActivityPrediction}. +{?U_10133 a :CookingFoodStovetopActivityPrediction} => {?U_10133 a }. +{?U_10133 a } => {?U_10133 a :CookingFoodStovetopActivityPrediction}. +{?U_10134 a :DrinkPreparationActivityPrediction} => {?U_10134 a }. +{?U_10134 a } => {?U_10134 a :DrinkPreparationActivityPrediction}. +{?U_10135 a :EatingActivityPrediction} => {?U_10135 a }. +{?U_10135 a } => {?U_10135 a :EatingActivityPrediction}. +{?U_10136 a :NonRoutineBrushingTeethActivityPrediction} => {?U_10136 a }. +{?U_10136 a } => {?U_10136 a :NonRoutineBrushingTeethActivityPrediction}. +{?U_10137 a :NonRoutineBrushingTeethActivityPrediction} => {?U_10137 a }. +{?U_10137 a } => {?U_10137 a :NonRoutineBrushingTeethActivityPrediction}. +{?U_10138 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_10138 a }. +{?U_10138 a } => {?U_10138 a :NonRoutineCookingFoodOvenActivityPrediction}. +{?U_10139 a :NonRoutineCookingFoodOvenActivityPrediction} => {?U_10139 a }. +{?U_10139 a } => {?U_10139 a :NonRoutineCookingFoodOvenActivityPrediction}. +{?U_10140 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_10140 a }. +{?U_10140 a } => {?U_10140 a :NonRoutineCookingFoodStovetopActivityPrediction}. +{?U_10141 a :NonRoutineCookingFoodStovetopActivityPrediction} => {?U_10141 a }. +{?U_10141 a } => {?U_10141 a :NonRoutineCookingFoodStovetopActivityPrediction}. +{?U_10142 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_10142 a }. +{?U_10142 a } => {?U_10142 a :NonRoutineDrinkPreparationActivityPrediction}. +{?U_10143 a :NonRoutineDrinkPreparationActivityPrediction} => {?U_10143 a }. +{?U_10143 a } => {?U_10143 a :NonRoutineDrinkPreparationActivityPrediction}. +{?U_10144 a :NonRoutineEatingActivityPrediction} => {?U_10144 a }. +{?U_10144 a } => {?U_10144 a :NonRoutineEatingActivityPrediction}. +{?U_10145 a :NonRoutineEatingActivityPrediction} => {?U_10145 a }. +{?U_10145 a } => {?U_10145 a :NonRoutineEatingActivityPrediction}. +{?U_10146 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_10146 a }. +{?U_10146 a } => {?U_10146 a :NonRoutinePreparingHotMealActivityPrediction}. +{?U_10147 a :NonRoutinePreparingHotMealActivityPrediction} => {?U_10147 a }. +{?U_10147 a } => {?U_10147 a :NonRoutinePreparingHotMealActivityPrediction}. +{?U_10148 a :NonRoutineShoweringActivityPrediction} => {?U_10148 a }. +{?U_10148 a } => {?U_10148 a :NonRoutineShoweringActivityPrediction}. +{?U_10149 a :NonRoutineShoweringActivityPrediction} => {?U_10149 a }. +{?U_10149 a } => {?U_10149 a :NonRoutineShoweringActivityPrediction}. +{?U_10150 a :NonRoutineSleepingActivityPrediction} => {?U_10150 a }. +{?U_10150 a } => {?U_10150 a :NonRoutineSleepingActivityPrediction}. +{?U_10151 a :NonRoutineSleepingActivityPrediction} => {?U_10151 a }. +{?U_10151 a } => {?U_10151 a :NonRoutineSleepingActivityPrediction}. +{?U_10152 a :NonRoutineToiletingActivityPrediction} => {?U_10152 a }. +{?U_10152 a } => {?U_10152 a :NonRoutineToiletingActivityPrediction}. +{?U_10153 a :NonRoutineToiletingActivityPrediction} => {?U_10153 a }. +{?U_10153 a } => {?U_10153 a :NonRoutineToiletingActivityPrediction}. +{?U_10154 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_10154 a }. +{?U_10154 a } => {?U_10154 a :NonRoutineUsingMobilePhoneActivityPrediction}. +{?U_10155 a :NonRoutineUsingMobilePhoneActivityPrediction} => {?U_10155 a }. +{?U_10155 a } => {?U_10155 a :NonRoutineUsingMobilePhoneActivityPrediction}. +{?U_10156 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_10156 a }. +{?U_10156 a } => {?U_10156 a :NonRoutineWatchingTVActivelyActivityPrediction}. +{?U_10157 a :NonRoutineWatchingTVActivelyActivityPrediction} => {?U_10157 a }. +{?U_10157 a } => {?U_10157 a :NonRoutineWatchingTVActivelyActivityPrediction}. +{?U_10158 a :PreparingHotMealActivityPrediction} => {?U_10158 a }. +{?U_10158 a } => {?U_10158 a :PreparingHotMealActivityPrediction}. +{?U_10159 a :RoutineBrushingTeethActivityPrediction} => {?U_10159 a }. +{?U_10159 a } => {?U_10159 a :RoutineBrushingTeethActivityPrediction}. +{?U_10160 a :RoutineBrushingTeethActivityPrediction} => {?U_10160 a }. +{?U_10160 a } => {?U_10160 a :RoutineBrushingTeethActivityPrediction}. +{?U_10161 a :RoutineCookingFoodOvenActivityPrediction} => {?U_10161 a }. +{?U_10161 a } => {?U_10161 a :RoutineCookingFoodOvenActivityPrediction}. +{?U_10162 a :RoutineCookingFoodOvenActivityPrediction} => {?U_10162 a }. +{?U_10162 a } => {?U_10162 a :RoutineCookingFoodOvenActivityPrediction}. +{?U_10163 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_10163 a }. +{?U_10163 a } => {?U_10163 a :RoutineCookingFoodStovetopActivityPrediction}. +{?U_10164 a :RoutineCookingFoodStovetopActivityPrediction} => {?U_10164 a }. +{?U_10164 a } => {?U_10164 a :RoutineCookingFoodStovetopActivityPrediction}. +{?U_10165 a :RoutineDrinkPreparationActivityPrediction} => {?U_10165 a }. +{?U_10165 a } => {?U_10165 a :RoutineDrinkPreparationActivityPrediction}. +{?U_10166 a :RoutineDrinkPreparationActivityPrediction} => {?U_10166 a }. +{?U_10166 a } => {?U_10166 a :RoutineDrinkPreparationActivityPrediction}. +{?U_10167 a :RoutineEatingActivityPrediction} => {?U_10167 a }. +{?U_10167 a } => {?U_10167 a :RoutineEatingActivityPrediction}. +{?U_10168 a :RoutineEatingActivityPrediction} => {?U_10168 a }. +{?U_10168 a } => {?U_10168 a :RoutineEatingActivityPrediction}. +{?U_10169 a :RoutinePreparingHotMealActivityPrediction} => {?U_10169 a }. +{?U_10169 a } => {?U_10169 a :RoutinePreparingHotMealActivityPrediction}. +{?U_10170 a :RoutinePreparingHotMealActivityPrediction} => {?U_10170 a }. +{?U_10170 a } => {?U_10170 a :RoutinePreparingHotMealActivityPrediction}. +{?U_10171 a :RoutineShoweringActivityPrediction} => {?U_10171 a }. +{?U_10171 a } => {?U_10171 a :RoutineShoweringActivityPrediction}. +{?U_10172 a :RoutineShoweringActivityPrediction} => {?U_10172 a }. +{?U_10172 a } => {?U_10172 a :RoutineShoweringActivityPrediction}. +{?U_10173 a :RoutineSleepingActivityPrediction} => {?U_10173 a }. +{?U_10173 a } => {?U_10173 a :RoutineSleepingActivityPrediction}. +{?U_10174 a :RoutineSleepingActivityPrediction} => {?U_10174 a }. +{?U_10174 a } => {?U_10174 a :RoutineSleepingActivityPrediction}. +{?U_10175 a :RoutineToiletingActivityPrediction} => {?U_10175 a }. +{?U_10175 a } => {?U_10175 a :RoutineToiletingActivityPrediction}. +{?U_10176 a :RoutineToiletingActivityPrediction} => {?U_10176 a }. +{?U_10176 a } => {?U_10176 a :RoutineToiletingActivityPrediction}. +{?U_10177 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_10177 a }. +{?U_10177 a } => {?U_10177 a :RoutineUsingMobilePhoneActivityPrediction}. +{?U_10178 a :RoutineUsingMobilePhoneActivityPrediction} => {?U_10178 a }. +{?U_10178 a } => {?U_10178 a :RoutineUsingMobilePhoneActivityPrediction}. +{?U_10179 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_10179 a }. +{?U_10179 a } => {?U_10179 a :RoutineWatchingTVActivelyActivityPrediction}. +{?U_10180 a :RoutineWatchingTVActivelyActivityPrediction} => {?U_10180 a }. +{?U_10180 a } => {?U_10180 a :RoutineWatchingTVActivelyActivityPrediction}. +{?U_10181 a :ShoweringActivityPrediction} => {?U_10181 a }. +{?U_10181 a } => {?U_10181 a :ShoweringActivityPrediction}. +{?U_10182 a :SleepingActivityPrediction} => {?U_10182 a }. +{?U_10182 a } => {?U_10182 a :SleepingActivityPrediction}. +{?U_10183 a :ToiletingActivityPrediction} => {?U_10183 a }. +{?U_10183 a } => {?U_10183 a :ToiletingActivityPrediction}. +{?U_10184 a :UserWithBrushingTeethRoutine} => {?U_10184 a }. +{?U_10184 a } => {?U_10184 a :UserWithBrushingTeethRoutine}. +{?U_10185 a :UserWithCookingFoodOvenRoutine} => {?U_10185 a }. +{?U_10185 a } => {?U_10185 a :UserWithCookingFoodOvenRoutine}. +{?U_10186 a :UserWithCookingFoodStovetopRoutine} => {?U_10186 a }. +{?U_10186 a } => {?U_10186 a :UserWithCookingFoodStovetopRoutine}. +{?U_10187 a :UserWithDrinkPreparationRoutine} => {?U_10187 a }. +{?U_10187 a } => {?U_10187 a :UserWithDrinkPreparationRoutine}. +{?U_10188 a :UserWithEatingRoutine} => {?U_10188 a }. +{?U_10188 a } => {?U_10188 a :UserWithEatingRoutine}. +{?U_10189 a :UserWithPreparingHotMealRoutine} => {?U_10189 a }. +{?U_10189 a } => {?U_10189 a :UserWithPreparingHotMealRoutine}. +{?U_10190 a :UserWithShoweringRoutine} => {?U_10190 a }. +{?U_10190 a } => {?U_10190 a :UserWithShoweringRoutine}. +{?U_10191 a :UserWithSleepingRoutine} => {?U_10191 a }. +{?U_10191 a } => {?U_10191 a :UserWithSleepingRoutine}. +{?U_10192 a :UserWithToiletingRoutine} => {?U_10192 a }. +{?U_10192 a } => {?U_10192 a :UserWithToiletingRoutine}. +{?U_10193 a :UserWithUsingMobilePhoneRoutine} => {?U_10193 a }. +{?U_10193 a } => {?U_10193 a :UserWithUsingMobilePhoneRoutine}. +{?U_10194 a :UserWithWatchingTVActivelyRoutine} => {?U_10194 a }. +{?U_10194 a } => {?U_10194 a :UserWithWatchingTVActivelyRoutine}. +{?U_10195 a :UserWithoutBrushingTeethRoutine} => {?U_10195 a }. +{?U_10195 a } => {?U_10195 a :UserWithoutBrushingTeethRoutine}. +{?U_10196 a :UserWithoutCookingFoodOvenRoutine} => {?U_10196 a }. +{?U_10196 a } => {?U_10196 a :UserWithoutCookingFoodOvenRoutine}. +{?U_10197 a :UserWithoutCookingFoodStovetopRoutine} => {?U_10197 a }. +{?U_10197 a } => {?U_10197 a :UserWithoutCookingFoodStovetopRoutine}. +{?U_10198 a :UserWithoutDrinkPreparationRoutine} => {?U_10198 a }. +{?U_10198 a } => {?U_10198 a :UserWithoutDrinkPreparationRoutine}. +{?U_10199 a :UserWithoutEatingRoutine} => {?U_10199 a }. +{?U_10199 a } => {?U_10199 a :UserWithoutEatingRoutine}. +{?U_10200 a :UserWithoutPreparingHotMealRoutine} => {?U_10200 a }. +{?U_10200 a } => {?U_10200 a :UserWithoutPreparingHotMealRoutine}. +{?U_10201 a :UserWithoutShoweringRoutine} => {?U_10201 a }. +{?U_10201 a } => {?U_10201 a :UserWithoutShoweringRoutine}. +{?U_10202 a :UserWithoutSleepingRoutine} => {?U_10202 a }. +{?U_10202 a } => {?U_10202 a :UserWithoutSleepingRoutine}. +{?U_10203 a :UserWithoutToiletingRoutine} => {?U_10203 a }. +{?U_10203 a } => {?U_10203 a :UserWithoutToiletingRoutine}. +{?U_10204 a :UserWithoutUsingMobilePhoneRoutine} => {?U_10204 a }. +{?U_10204 a } => {?U_10204 a :UserWithoutUsingMobilePhoneRoutine}. +{?U_10205 a :UserWithoutWatchingTVActivelyRoutine} => {?U_10205 a }. +{?U_10205 a } => {?U_10205 a :UserWithoutWatchingTVActivelyRoutine}. +{?U_10206 a :UsingMobilePhoneActivityPrediction} => {?U_10206 a }. +{?U_10206 a } => {?U_10206 a :UsingMobilePhoneActivityPrediction}. +{?U_10207 a :WatchingTVActivelyActivityPrediction} => {?U_10207 a }. +{?U_10207 a } => {?U_10207 a :WatchingTVActivelyActivityPrediction}. +{?U_10208 a saref4ehaw:Contact} => {?U_10208 a saref4ehaw:HealthActor}. +{?U_10208 a saref4ehaw:HealthActor} => {?U_10208 a saref4ehaw:Contact}. +{?U_10209 a } => {?U_10209 a }. +{?U_10209 a } => {?U_10209 a }. +{?U_10210 a } => {?U_10210 a }. +{?U_10210 a } => {?U_10210 a }. +{?U_10211 a } => {?U_10211 a }. +{?U_10211 a } => {?U_10211 a }. +{?U_10212 a } => {?U_10212 a }. +{?U_10212 a } => {?U_10212 a }. +{?U_10213 a } => {?U_10213 a }. +{?U_10213 a } => {?U_10213 a }. +{?U_10214 a } => {?U_10214 a }. +{?U_10214 a } => {?U_10214 a }. +{?U_10215 a } => {?U_10215 a }. +{?U_10215 a } => {?U_10215 a }. +{?U_10216 a } => {?U_10216 a }. +{?U_10216 a } => {?U_10216 a }. +{?U_10217 a } => {?U_10217 a }. +{?U_10217 a } => {?U_10217 a }. +{?U_10218 a } => {?U_10218 a }. +{?U_10218 a } => {?U_10218 a }. +{?U_10219 a } => {?U_10219 a }. +{?U_10219 a } => {?U_10219 a }. +{?U_10220 a } => {?U_10220 a }. +{?U_10220 a } => {?U_10220 a }. +{?U_10221 a } => {?U_10221 a }. +{?U_10221 a } => {?U_10221 a }. +{?U_10222 a } => {?U_10222 a }. +{?U_10222 a } => {?U_10222 a }. +{?U_10223 a } => {?U_10223 a }. +{?U_10223 a } => {?U_10223 a }. +{?U_10224 a } => {?U_10224 a }. +{?U_10224 a } => {?U_10224 a }. +{?U_10225 a } => {?U_10225 a }. +{?U_10225 a } => {?U_10225 a }. +{?U_10226 a } => {?U_10226 a }. +{?U_10226 a } => {?U_10226 a }. +{?U_10227 a } => {?U_10227 a }. +{?U_10227 a } => {?U_10227 a }. +{?U_10228 a } => {?U_10228 a }. +{?U_10228 a } => {?U_10228 a }. +{?U_10229 a } => {?U_10229 a }. +{?U_10229 a } => {?U_10229 a }. +{?U_10230 a } => {?U_10230 a }. +{?U_10230 a } => {?U_10230 a }. +{?U_10231 ActivityRecognition:forActivity ?U_10232. ?U_10232 a ActivityRecognition:BrushingTeeth} => {?U_10231 a }. +{?U_10233 ActivityRecognition:forActivity ?U_10234. ?U_10234 a ActivityRecognition:CookingFoodOven} => {?U_10233 a }. +{?U_10235 ActivityRecognition:forActivity ?U_10236. ?U_10236 a ActivityRecognition:CookingFoodStovetop} => {?U_10235 a }. +{?U_10237 ActivityRecognition:forActivity ?U_10238. ?U_10238 a ActivityRecognition:DrinkPreparation} => {?U_10237 a }. +{?U_10239 ActivityRecognition:forActivity ?U_10240. ?U_10240 a ActivityRecognition:Eating} => {?U_10239 a }. +{?U_10241 ActivityRecognition:activityPredictionMadeFor ?U_10242. ?U_10242 a :UserWithoutBrushingTeethRoutine} => {?U_10241 a }. +{?U_10243 ActivityRecognition:activityPredictionMadeFor ?U_10244. ?U_10244 a :UserWithoutCookingFoodOvenRoutine} => {?U_10243 a }. +{?U_10245 ActivityRecognition:activityPredictionMadeFor ?U_10246. ?U_10246 a :UserWithoutCookingFoodStovetopRoutine} => {?U_10245 a }. +{?U_10247 ActivityRecognition:activityPredictionMadeFor ?U_10248. ?U_10248 a :UserWithoutDrinkPreparationRoutine} => {?U_10247 a }. +{?U_10249 ActivityRecognition:activityPredictionMadeFor ?U_10250. ?U_10250 a :UserWithoutEatingRoutine} => {?U_10249 a }. +{?U_10251 ActivityRecognition:activityPredictionMadeFor ?U_10252. ?U_10252 a :UserWithoutPreparingHotMealRoutine} => {?U_10251 a }. +{?U_10253 ActivityRecognition:activityPredictionMadeFor ?U_10254. ?U_10254 a :UserWithoutShoweringRoutine} => {?U_10253 a }. +{?U_10255 ActivityRecognition:activityPredictionMadeFor ?U_10256. ?U_10256 a :UserWithoutSleepingRoutine} => {?U_10255 a }. +{?U_10257 ActivityRecognition:activityPredictionMadeFor ?U_10258. ?U_10258 a :UserWithoutToiletingRoutine} => {?U_10257 a }. +{?U_10259 ActivityRecognition:activityPredictionMadeFor ?U_10260. ?U_10260 a :UserWithoutUsingMobilePhoneRoutine} => {?U_10259 a }. +{?U_10261 ActivityRecognition:activityPredictionMadeFor ?U_10262. ?U_10262 a :UserWithoutWatchingTVActivelyRoutine} => {?U_10261 a }. +{?U_10263 ActivityRecognition:forActivity ?U_10264. ?U_10264 a ActivityRecognition:PreparingHotMeal} => {?U_10263 a }. +{?U_10265 ActivityRecognition:activityPredictionMadeFor ?U_10266. ?U_10266 a :UserWithBrushingTeethRoutine} => {?U_10265 a }. +{?U_10267 ActivityRecognition:activityPredictionMadeFor ?U_10268. ?U_10268 a :UserWithCookingFoodOvenRoutine} => {?U_10267 a }. +{?U_10269 ActivityRecognition:activityPredictionMadeFor ?U_10270. ?U_10270 a :UserWithCookingFoodStovetopRoutine} => {?U_10269 a }. +{?U_10271 ActivityRecognition:activityPredictionMadeFor ?U_10272. ?U_10272 a :UserWithDrinkPreparationRoutine} => {?U_10271 a }. +{?U_10273 ActivityRecognition:activityPredictionMadeFor ?U_10274. ?U_10274 a :UserWithEatingRoutine} => {?U_10273 a }. +{?U_10275 ActivityRecognition:activityPredictionMadeFor ?U_10276. ?U_10276 a :UserWithPreparingHotMealRoutine} => {?U_10275 a }. +{?U_10277 ActivityRecognition:activityPredictionMadeFor ?U_10278. ?U_10278 a :UserWithShoweringRoutine} => {?U_10277 a }. +{?U_10279 ActivityRecognition:activityPredictionMadeFor ?U_10280. ?U_10280 a :UserWithSleepingRoutine} => {?U_10279 a }. +{?U_10281 ActivityRecognition:activityPredictionMadeFor ?U_10282. ?U_10282 a :UserWithToiletingRoutine} => {?U_10281 a }. +{?U_10283 ActivityRecognition:activityPredictionMadeFor ?U_10284. ?U_10284 a :UserWithUsingMobilePhoneRoutine} => {?U_10283 a }. +{?U_10285 ActivityRecognition:activityPredictionMadeFor ?U_10286. ?U_10286 a :UserWithWatchingTVActivelyRoutine} => {?U_10285 a }. +{?U_10287 ActivityRecognition:forActivity ?U_10288. ?U_10288 a ActivityRecognition:Showering} => {?U_10287 a }. +{?U_10289 ActivityRecognition:forActivity ?U_10290. ?U_10290 a ActivityRecognition:Sleeping} => {?U_10289 a }. +{?U_10291 ActivityRecognition:forActivity ?U_10292. ?U_10292 a ActivityRecognition:Toileting} => {?U_10291 a }. +{?U_10293 ns2:hasRoutine ?U_10294. ?U_10294 a } => {?U_10293 a }. +{?U_10295 ActivityRecognition:consistsOf ?U_10296. ?U_10296 a ActivityRecognition:BrushingTeeth} => {?U_10295 a }. +{?U_10297 ns2:hasRoutine ?U_10298. ?U_10298 a } => {?U_10297 a }. +{?U_10299 ActivityRecognition:consistsOf ?U_10300. ?U_10300 a ActivityRecognition:CookingFoodOven} => {?U_10299 a }. +{?U_10301 ns2:hasRoutine ?U_10302. ?U_10302 a } => {?U_10301 a }. +{?U_10303 ActivityRecognition:consistsOf ?U_10304. ?U_10304 a ActivityRecognition:CookingFoodStovetop} => {?U_10303 a }. +{?U_10305 ns2:hasRoutine ?U_10306. ?U_10306 a } => {?U_10305 a }. +{?U_10307 ActivityRecognition:consistsOf ?U_10308. ?U_10308 a ActivityRecognition:DrinkPreparation} => {?U_10307 a }. +{?U_10309 ns2:hasRoutine ?U_10310. ?U_10310 a } => {?U_10309 a }. +{?U_10311 ActivityRecognition:consistsOf ?U_10312. ?U_10312 a ActivityRecognition:Eating} => {?U_10311 a }. +{?U_10313 ns2:hasRoutine ?U_10314. ?U_10314 a } => {?U_10313 a }. +{?U_10315 ActivityRecognition:consistsOf ?U_10316. ?U_10316 a ActivityRecognition:PreparingHotMeal} => {?U_10315 a }. +{?U_10317 ns2:hasRoutine ?U_10318. ?U_10318 a } => {?U_10317 a }. +{?U_10319 ActivityRecognition:consistsOf ?U_10320. ?U_10320 a ActivityRecognition:Showering} => {?U_10319 a }. +{?U_10321 ns2:hasRoutine ?U_10322. ?U_10322 a } => {?U_10321 a }. +{?U_10323 ActivityRecognition:consistsOf ?U_10324. ?U_10324 a ActivityRecognition:Sleeping} => {?U_10323 a }. +{?U_10325 ns2:hasRoutine ?U_10326. ?U_10326 a } => {?U_10325 a }. +{?U_10327 ActivityRecognition:consistsOf ?U_10328. ?U_10328 a ActivityRecognition:Toileting} => {?U_10327 a }. +{?U_10329 ns2:hasRoutine ?U_10330. ?U_10330 a } => {?U_10329 a }. +{?U_10331 ActivityRecognition:consistsOf ?U_10332. ?U_10332 a ActivityRecognition:UsingMobilePhone} => {?U_10331 a }. +{?U_10333 ns2:hasRoutine ?U_10334. ?U_10334 a } => {?U_10333 a }. +{?U_10335 ActivityRecognition:consistsOf ?U_10336. ?U_10336 a ActivityRecognition:WatchingTVActively} => {?U_10335 a }. +{?U_10337 :doesNotHaveActivityInRoutine ?U_10338. ?U_10338 a ActivityRecognition:BrushingTeeth} => {?U_10337 a }. +{?U_10339 :doesNotHaveActivityInRoutine ?U_10340. ?U_10340 a ActivityRecognition:CookingFoodOven} => {?U_10339 a }. +{?U_10341 :doesNotHaveActivityInRoutine ?U_10342. ?U_10342 a ActivityRecognition:CookingFoodStovetop} => {?U_10341 a }. +{?U_10343 :doesNotHaveActivityInRoutine ?U_10344. ?U_10344 a ActivityRecognition:DrinkPreparation} => {?U_10343 a }. +{?U_10345 :doesNotHaveActivityInRoutine ?U_10346. ?U_10346 a ActivityRecognition:Eating} => {?U_10345 a }. +{?U_10347 :doesNotHaveActivityInRoutine ?U_10348. ?U_10348 a ActivityRecognition:PreparingHotMeal} => {?U_10347 a }. +{?U_10349 :doesNotHaveActivityInRoutine ?U_10350. ?U_10350 a ActivityRecognition:Showering} => {?U_10349 a }. +{?U_10351 :doesNotHaveActivityInRoutine ?U_10352. ?U_10352 a ActivityRecognition:Sleeping} => {?U_10351 a }. +{?U_10353 :doesNotHaveActivityInRoutine ?U_10354. ?U_10354 a ActivityRecognition:Toileting} => {?U_10353 a }. +{?U_10355 :doesNotHaveActivityInRoutine ?U_10356. ?U_10356 a ActivityRecognition:UsingMobilePhone} => {?U_10355 a }. +{?U_10357 :doesNotHaveActivityInRoutine ?U_10358. ?U_10358 a ActivityRecognition:WatchingTVActively} => {?U_10357 a }. +{?U_10359 ActivityRecognition:forActivity ?U_10360. ?U_10360 a ActivityRecognition:UsingMobilePhone} => {?U_10359 a }. +{?U_10361 ActivityRecognition:forActivity ?U_10362. ?U_10362 a ActivityRecognition:WatchingTVActively} => {?U_10361 a }. +{?U_10363 ActivityRecognition:hasExplanation ?U_10364. ?U_10364 a ActivityRecognition:Cause} => {?U_10363 a }. +{?U_10365 ActivityRecognition:consistsOf ?U_10366. ?U_10366 a ActivityRecognition:Routine} => {?U_10365 a }. +{?U_10367 eep:implements ?U_10368. ?U_10368 a ActivityRecognition:Configuration} => {?U_10367 a }. +{?U_10369 ActivityRecognition:hasExplanation ?U_10370. ?U_10370 a ActivityRecognition:Explanation} => {?U_10369 a }. +{?U_10371 eep:madeBy ?U_10372. ?U_10372 a ActivityRecognition:Model} => {?U_10371 a }. +{?U_10373 ActivityRecognition:consistsOf ?U_10374. ?U_10374 a saref4ehaw:Activity} => {?U_10373 a }. +{?U_10375 ns5:belongsTo ?U_10376. ?U_10376 a ns5:FeatureOfInterest} => {?U_10375 a }. +{?U_10377 eep:madeBy ?U_10378. ?U_10378 a eep:Executor} => {?U_10377 a }. +{?U_10379 eep:onQuality ?U_10380. ?U_10380 a ns5:Quality} => {?U_10379 a }. +{?U_10381 eep:usedProcedure ?U_10382. ?U_10382 a eep:Procedure} => {?U_10381 a }. +{?U_10383 saref-core:hasFunction ?U_10384. ?U_10384 a saref-core:ActuatingFunction} => {?U_10383 a }. +{?U_10385 saref-core:actsUpon ?U_10386. ?U_10386 a saref-core:OpenCloseState} => {?U_10385 a }. +{?U_10387 saref-core:hasFunction ?U_10388. ?U_10388 a saref-core:OpenCloseFunction} => {?U_10387 a }. +{?U_10389 saref-core:hasState ?U_10390. ?U_10390 a saref-core:OpenCloseState} => {?U_10389 a }. +{?U_10391 saref-core:hasFunction ?U_10392. ?U_10392 a saref-core:OnOffFunction} => {?U_10391 a }. +{?U_10393 saref-core:hasState ?U_10394. ?U_10394 a saref-core:OnOffState} => {?U_10393 a }. +{?U_10395 saref-core:controlsProperty ?U_10396. ?U_10396 a saref-core:Light} => {?U_10395 a }. +{?U_10397 saref-core:offers ?U_10398. ?U_10398 a saref-core:SwitchOnService} => {?U_10397 a }. +{?U_10399 saref-core:hasFunction ?U_10400. ?U_10400 a saref-core:MeteringFunction} => {?U_10399 a }. +{?U_10401 saref-core:actsUpon ?U_10402. ?U_10402 a saref-core:OnOffState} => {?U_10401 a }. +{?U_10403 saref-core:actsUpon ?U_10404. ?U_10404 a saref-core:OnOffState} => {?U_10403 a }. +{?U_10405 saref-core:actsUpon ?U_10406. ?U_10406 a saref-core:OpenCloseState} => {?U_10405 a }. +{?U_10407 saref-core:hasSensingRange ?U_10408. ?U_10408 a saref-core:Measurement} => {?U_10407 a }. +{?U_10409 saref-core:hasFunction ?U_10410. ?U_10410 a saref-core:SensingFunction} => {?U_10409 a }. +{?U_10411 saref-core:actsUpon ?U_10412. ?U_10412 a saref-core:MultiLevelState} => {?U_10411 a }. +{?U_10413 saref-core:hasFunction ?U_10414. ?U_10414 a saref-core:EventFunction} => {?U_10413 a }. +{?U_10415 saref-core:hasFunction ?U_10416. ?U_10416 a saref-core:SensingFunction} => {?U_10415 a }. +{?U_10417 saref-core:measuresProperty ?U_10418. ?U_10418 a saref-core:Smoke} => {?U_10417 a }. +{?U_10419 saref-core:actsUpon ?U_10420. ?U_10420 a saref-core:StartStopState} => {?U_10419 a }. +{?U_10421 saref-core:actsUpon ?U_10422. ?U_10422 a saref-core:MultiLevelState} => {?U_10421 a }. +{?U_10423 saref-core:actsUpon ?U_10424. ?U_10424 a saref-core:MultiLevelState} => {?U_10423 a }. +{?U_10425 saref-core:actsUpon ?U_10426. ?U_10426 a saref-core:StartStopState} => {?U_10425 a }. +{?U_10427 saref-core:isOfferedBy ?U_10428. ?U_10428 a saref-core:LightSwitch} => {?U_10427 a }. +{?U_10429 saref-core:represents ?U_10430. ?U_10430 a saref-core:OnOffFunction} => {?U_10429 a }. +{?U_10431 saref-core:hasFunction ?U_10432. ?U_10432 a saref-core:SensingFunction} => {?U_10431 a }. +{?U_10433 saref-core:measuresProperty ?U_10434. ?U_10434 a saref-core:Temperature} => {?U_10433 a }. +{?U_10435 ns6:isLocatedIn ?U_10436. ?U_10436 a ns6:Wearer} => {?U_10435 a }. +{?U_10437 ns6:isLocatedNear ?U_10438. ?U_10438 a ns6:Wearer} => {?U_10437 a }. +{?U_10439 ns6:isLocatedOn ?U_10440. ?U_10440 a ns6:Wearer} => {?U_10439 a }. +{?U_10441 ns6:featureIsMeasuredByDevice ?U_10442. ?U_10442 a ns6:Wearable} => {?U_10441 a }. +{?U_10443 :doesNotHaveActivityInRoutine ?U_10444} => {?U_10443 owl:topObjectProperty ?U_10444}. +{?U_10445 :forProperty ?U_10446} => {?U_10445 owl:topObjectProperty ?U_10446}. +{?U_10447 :hasCondition ?U_10448} => {?U_10447 owl:topObjectProperty ?U_10448}. +{?U_10449 :isMinimumThreshold ?U_10450} => {?U_10449 owl:topDataProperty ?U_10450}. +{?U_10451 ActivityRecognition:activityPredictionMadeFor ?U_10452} => {?U_10451 ActivityRecognition:predictionMadeFor ?U_10452}. +{?U_10453 ActivityRecognition:forActivity ?U_10454} => {?U_10453 owl:topObjectProperty ?U_10454}. +{?U_10455 ActivityRecognition:hasCause ?U_10456} => {?U_10455 ActivityRecognition:hasExplanation ?U_10456}. +{?U_10457 ActivityRecognition:predictedBy ?U_10458} => {?U_10457 eep:madeBy ?U_10458}. +{?U_10459 ActivityRecognition:predictionMadeFor ?U_10460} => {?U_10459 owl:topObjectProperty ?U_10460}. +{?U_10461 ns2:hasIndoorLocation ?U_10462} => {?U_10461 ns2:hasLocation ?U_10462}. +{?U_10463 Sensors:analyseStateOf ?U_10464} => {?U_10463 Sensors:isRelevantTo ?U_10464}. +{?U_10465 Sensors:isRelevantTo ?U_10466} => {?U_10465 owl:topObjectProperty ?U_10466}. +{?U_10467 Sensors:hasTimestampUTC ?U_10468} => {?U_10467 owl:topDataProperty ?U_10468}. +{?U_10469 SensorsAndWearables:hasAxis ?U_10470} => {?U_10469 geosp:hasGeometry ?U_10470}. +{?U_10471 ns5:belongsTo ?U_10472} => {?U_10471 ?U_10472}. +{?U_10473 ns6:isLocatedIn ?U_10474} => {?U_10473 ns6:isLocated ?U_10474}. +{?U_10475 ns6:isLocatedNear ?U_10476} => {?U_10475 ns6:isLocated ?U_10476}. +{?U_10477 ns6:isLocatedOn ?U_10478} => {?U_10477 ns6:isLocated ?U_10478}. +{?U_10479 ns6:sendsInformationTo ?U_10480} => {?U_10479 s4syst:connectedTo ?U_10480}. +{?U_10481 ns6:sendsNotificationsTo ?U_10482} => {?U_10481 s4syst:connectedTo ?U_10482}. +{?U_10483 ActivityRecognition:activityPredictionMadeFor ?U_10484} => {?U_10483 owl:topObjectProperty ?U_10484}. +{?U_10485 Sensors:analyseStateOf ?U_10486} => {?U_10485 owl:topObjectProperty ?U_10486}. +{?U_10487 a SensorsAndWearables:XAxis. ?U_10487 a SensorsAndWearables:YAxis} => false. +{?U_10488 a SensorsAndWearables:XAxis. ?U_10488 a SensorsAndWearables:ZAxis} => false. +{?U_10489 a SensorsAndWearables:YAxis. ?U_10489 a SensorsAndWearables:XAxis} => false. +{?U_10490 a SensorsAndWearables:YAxis. ?U_10490 a SensorsAndWearables:ZAxis} => false. +{?U_10491 a SensorsAndWearables:ZAxis. ?U_10491 a SensorsAndWearables:XAxis} => false. +{?U_10492 a SensorsAndWearables:ZAxis. ?U_10492 a SensorsAndWearables:YAxis} => false. +{?U_10493 a . ?U_10493 :forProperty ?U_10494} => {?U_10494 a }. +{?U_10495 a . ?U_10495 ActivityRecognition:predicts ?U_10496} => {?U_10496 a saref4ehaw:Activity}. +{?U_10497 a . ?U_10497 saref-core:measuresProperty ?U_10498} => {?U_10498 a }. +{?U_10499 a . ?U_10499 saref-core:isCommandOf ?U_10500} => {?U_10500 a saref-core:OpenCloseFunction}. +{?U_10501 a . ?U_10501 saref-core:actsUpon ?U_10502} => {?U_10502 a saref-core:State}. +{?U_10503 a . ?U_10503 saref-core:consistsOf ?U_10504} => {?U_10504 a saref-core:Device}. +{?U_10505 a . ?U_10505 saref-core:controlsProperty ?U_10506} => {?U_10506 a saref-core:Property}. +{?U_10507 a . ?U_10507 saref-core:hasProfile ?U_10508} => {?U_10508 a saref-core:Profile}. +{?U_10509 a . ?U_10509 saref-core:hasState ?U_10510} => {?U_10510 a saref-core:State}. +{?U_10511 a . ?U_10511 saref-core:isUsedFor ?U_10512} => {?U_10512 a saref-core:Commodity}. +{?U_10513 a . ?U_10513 saref-core:makesMeasurement ?U_10514} => {?U_10514 a saref-core:Measurement}. +{?U_10515 a . ?U_10515 saref-core:measuresProperty ?U_10516} => {?U_10516 a saref-core:Property}. +{?U_10517 a . ?U_10517 saref-core:offers ?U_10518} => {?U_10518 a saref-core:Service}. +{?U_10519 a . ?U_10519 saref-core:hasProperty ?U_10520} => {?U_10520 a saref-core:Property}. +{?U_10521 a . ?U_10521 saref-core:hasMeasurement ?U_10522} => {?U_10522 a saref-core:Measurement}. +{?U_10523 a . ?U_10523 saref-core:isCommandOf ?U_10524} => {?U_10524 a saref-core:MeteringFunction}. +{?U_10525 a . ?U_10525 saref-core:isCommandOf ?U_10526} => {?U_10526 a saref-core:MeteringFunction}. +{?U_10527 a . ?U_10527 saref-core:isCommandOf ?U_10528} => {?U_10528 a saref-core:MeteringFunction}. +{?U_10529 a . ?U_10529 saref-core:isCommandOf ?U_10530} => {?U_10530 a saref-core:SensingFunction}. +{?U_10531 a . ?U_10531 saref-core:isMeasurementOf ?U_10532} => {?U_10532 a saref-core:FeatureOfInterest}. +{?U_10533 a . ?U_10533 saref-core:isMeasuredIn ?U_10534} => {?U_10534 a saref-core:UnitOfMeasure}. +{?U_10535 a . ?U_10535 saref-core:relatesToProperty ?U_10536} => {?U_10536 a saref-core:Property}. +{?U_10537 a . ?U_10537 saref-core:hasTimestamp ?U_10538} => {?U_10538 a xsd:dateTime}. +{?U_10539 a . ?U_10539 saref-core:hasMeterReading ?U_10540} => {?U_10540 a saref-core:Measurement}. +{?U_10541 a . ?U_10541 saref-core:hasMeterReadingType ?U_10542} => {?U_10542 a }. +{?U_10543 a . ?U_10543 saref-core:isCommandOf ?U_10544} => {?U_10544 a saref-core:EventFunction}. +{?U_10545 a . ?U_10545 saref-core:isCommandOf ?U_10546} => {?U_10546 a saref-core:OnOffFunction}. +{?U_10547 a . ?U_10547 saref-core:isCommandOf ?U_10548} => {?U_10548 a saref-core:OnOffFunction}. +{?U_10549 a . ?U_10549 saref-core:isCommandOf ?U_10550} => {?U_10550 a saref-core:OpenCloseFunction}. +{?U_10551 a . ?U_10551 saref-core:consistsOf ?U_10552} => {?U_10552 a saref-core:Profile}. +{?U_10553 a . ?U_10553 saref-core:hasPrice ?U_10554} => {?U_10554 a saref-core:Price}. +{?U_10555 a . ?U_10555 saref-core:hasTime ?U_10556} => {?U_10556 a saref-core:Time}. +{?U_10557 a . ?U_10557 saref-core:isAbout ?U_10558} => {?U_10558 a }. +{?U_10559 a . ?U_10559 saref-core:isControlledByDevice ?U_10560} => {?U_10560 a saref-core:Device}. +{?U_10561 a . ?U_10561 saref-core:isMeasuredByDevice ?U_10562} => {?U_10562 a saref-core:Device}. +{?U_10563 a . ?U_10563 saref-core:isPropertyOf ?U_10564} => {?U_10564 a saref-core:FeatureOfInterest}. +{?U_10565 a . ?U_10565 saref-core:relatesToMeasurement ?U_10566} => {?U_10566 a saref-core:Measurement}. +{?U_10567 a . ?U_10567 saref-core:hasSensorType ?U_10568} => {?U_10568 a saref-core:Property}. +{?U_10569 a . ?U_10569 saref-core:isCommandOf ?U_10570} => {?U_10570 a saref-core:LevelControlFunction}. +{?U_10571 a . ?U_10571 saref-core:isCommandOf ?U_10572} => {?U_10572 a saref-core:StartStopFunction}. +{?U_10573 a . ?U_10573 saref-core:isCommandOf ?U_10574} => {?U_10574 a saref-core:LevelControlFunction}. +{?U_10575 a . ?U_10575 saref-core:isCommandOf ?U_10576} => {?U_10576 a saref-core:LevelControlFunction}. +{?U_10577 a . ?U_10577 saref-core:isCommandOf ?U_10578} => {?U_10578 a saref-core:StartStopFunction}. +{?U_10579 a . ?U_10579 saref-core:isCommandOf ?U_10580} => {?U_10580 a saref-core:OnOffFunction}. +{?U_10581 a . ?U_10581 saref4bldg:failPosition ?U_10582} => {?U_10582 a xsd:string}. +{?U_10583 a . ?U_10583 saref4bldg:manualOverride ?U_10584} => {?U_10584 a xsd:boolean}. +{?U_10585 a . ?U_10585 saref4bldg:operationTemperatureMax ?U_10586} => {?U_10586 a saref-core:Measurement}. +{?U_10587 a . ?U_10587 saref4bldg:operationTemperatureMin ?U_10588} => {?U_10588 a saref-core:Measurement}. +{?U_10589 a . ?U_10589 saref4bldg:primaryAirFlowRateMax ?U_10590} => {?U_10590 a saref-core:Measurement}. +{?U_10591 a . ?U_10591 saref4bldg:primaryAirFlowRateMin ?U_10592} => {?U_10592 a saref-core:Measurement}. +{?U_10593 a . ?U_10593 saref4bldg:secondaryAirFlowRateMax ?U_10594} => {?U_10594 a saref-core:Measurement}. +{?U_10595 a . ?U_10595 saref4bldg:secondaryAirFlowRateMin ?U_10596} => {?U_10596 a saref-core:Measurement}. +{?U_10597 a . ?U_10597 saref4bldg:hasDefrost ?U_10598} => {?U_10598 a xsd:boolean}. +{?U_10599 a . ?U_10599 saref4bldg:heatTransferTypeEnum ?U_10600} => {?U_10600 a xsd:string}. +{?U_10601 a . ?U_10601 saref4bldg:audioVolume ?U_10602} => {?U_10602 a saref-core:Measurement}. +{?U_10603 a . ?U_10603 saref4bldg:mediaSource ?U_10604} => {?U_10604 a xsd:string}. +{?U_10605 a . ?U_10605 saref4bldg:heatTransferSurfaceArea ?U_10606} => {?U_10606 a saref-core:Measurement}. +{?U_10607 a . ?U_10607 saref4bldg:nominalEnergyConsumption ?U_10608} => {?U_10608 a saref-core:Measurement}. +{?U_10609 a . ?U_10609 saref4bldg:nominalPartLoadRatio ?U_10610} => {?U_10610 a saref-core:Measurement}. +{?U_10611 a . ?U_10611 saref4bldg:outletTemperatureMax ?U_10612} => {?U_10612 a saref-core:Measurement}. +{?U_10613 a . ?U_10613 saref4bldg:outletTemperatureMin ?U_10614} => {?U_10614 a saref-core:Measurement}. +{?U_10615 a . ?U_10615 saref4bldg:pressureRating ?U_10616} => {?U_10616 a saref-core:Measurement}. +{?U_10617 a . ?U_10617 saref4bldg:waterInletTemperatureMax ?U_10618} => {?U_10618 a saref-core:Measurement}. +{?U_10619 a . ?U_10619 saref4bldg:waterInletTemperatureMin ?U_10620} => {?U_10620 a saref-core:Measurement}. +{?U_10621 a . ?U_10621 saref4bldg:waterStorageCapacity ?U_10622} => {?U_10622 a saref-core:Measurement}. +{?U_10623 a . ?U_10623 saref4bldg:energySource ?U_10624} => {?U_10624 a xsd:string}. +{?U_10625 a . ?U_10625 saref4bldg:isWaterStorageHeater ?U_10626} => {?U_10626 a xsd:boolean}. +{?U_10627 a . ?U_10627 saref4bldg:operatingMode ?U_10628} => {?U_10628 a xsd:string}. +{?U_10629 a . ?U_10629 saref4bldg:hasSpace ?U_10630} => {?U_10630 a saref4bldg:BuildingSpace}. +{?U_10631 a . ?U_10631 saref4bldg:contains ?U_10632} => {?U_10632 a saref4bldg:PhysicalObject}. +{?U_10633 a . ?U_10633 saref4bldg:hasSpace ?U_10634} => {?U_10634 a saref4bldg:BuildingSpace}. +{?U_10635 a . ?U_10635 saref4bldg:isSpaceOf ?U_10636} => {?U_10636 a }. +{?U_10637 a . ?U_10637 saref4bldg:energySource ?U_10638} => {?U_10638 a xsd:string}. +{?U_10639 a . ?U_10639 saref4bldg:nominalCapacity ?U_10640} => {?U_10640 a saref-core:Measurement}. +{?U_10641 a . ?U_10641 saref4bldg:nominalCondensingTemperature ?U_10642} => {?U_10642 a saref-core:Measurement}. +{?U_10643 a . ?U_10643 saref4bldg:nominalEfficiency ?U_10644} => {?U_10644 a saref-core:Measurement}. +{?U_10645 a . ?U_10645 saref4bldg:nominalEvaporatingTemmperature ?U_10646} => {?U_10646 a saref-core:Measurement}. +{?U_10647 a . ?U_10647 saref4bldg:nominalHeatRejectionRate ?U_10648} => {?U_10648 a saref-core:Measurement}. +{?U_10649 a . ?U_10649 saref4bldg:nominalPowerConsumption ?U_10650} => {?U_10650 a saref-core:Measurement}. +{?U_10651 a . ?U_10651 saref4bldg:airFlowRateMax ?U_10652} => {?U_10652 a saref-core:Measurement}. +{?U_10653 a . ?U_10653 saref4bldg:airFlowRateMin ?U_10654} => {?U_10654 a saref-core:Measurement}. +{?U_10655 a . ?U_10655 saref4bldg:nominalLatentCapacity ?U_10656} => {?U_10656 a saref-core:Measurement}. +{?U_10657 a . ?U_10657 saref4bldg:nominalSensibleCapacity ?U_10658} => {?U_10658 a saref-core:Measurement}. +{?U_10659 a . ?U_10659 saref4bldg:nominalUa ?U_10660} => {?U_10660 a saref-core:Measurement}. +{?U_10661 a . ?U_10661 saref4bldg:operationTemperatureMax ?U_10662} => {?U_10662 a saref-core:Measurement}. +{?U_10663 a . ?U_10663 saref4bldg:operationTemperatureMin ?U_10664} => {?U_10664 a saref-core:Measurement}. +{?U_10665 a . ?U_10665 saref4bldg:placementType ?U_10666} => {?U_10666 a xsd:string}. +{?U_10667 a . ?U_10667 saref4bldg:compressorSpeed ?U_10668} => {?U_10668 a saref-core:Measurement}. +{?U_10669 a . ?U_10669 saref4bldg:idealCapacity ?U_10670} => {?U_10670 a saref-core:Measurement}. +{?U_10671 a . ?U_10671 saref4bldg:idealShaftPower ?U_10672} => {?U_10672 a saref-core:Measurement}. +{?U_10673 a . ?U_10673 saref4bldg:impellerDiameter ?U_10674} => {?U_10674 a saref-core:Measurement}. +{?U_10675 a . ?U_10675 saref4bldg:nominalCapacity ?U_10676} => {?U_10676 a saref-core:Measurement}. +{?U_10677 a . ?U_10677 saref4bldg:partLoadRatioMax ?U_10678} => {?U_10678 a saref-core:Measurement}. +{?U_10679 a . ?U_10679 saref4bldg:partLoadRatioMin ?U_10680} => {?U_10680 a saref-core:Measurement}. +{?U_10681 a . ?U_10681 saref4bldg:hasHotGasBypass ?U_10682} => {?U_10682 a xsd:boolean}. +{?U_10683 a . ?U_10683 saref4bldg:powerSource ?U_10684} => {?U_10684 a xsd:string}. +{?U_10685 a . ?U_10685 saref4bldg:refrigerantClass ?U_10686} => {?U_10686 a xsd:string}. +{?U_10687 a . ?U_10687 saref4bldg:externalSurfaceArea ?U_10688} => {?U_10688 a saref-core:Measurement}. +{?U_10689 a . ?U_10689 saref4bldg:internalRefrigerantVolume ?U_10690} => {?U_10690 a saref-core:Measurement}. +{?U_10691 a . ?U_10691 saref4bldg:internalSurfaceArea ?U_10692} => {?U_10692 a saref-core:Measurement}. +{?U_10693 a . ?U_10693 saref4bldg:internalWaterVolume ?U_10694} => {?U_10694 a saref-core:Measurement}. +{?U_10695 a . ?U_10695 saref4bldg:nominalHeatTransferArea ?U_10696} => {?U_10696 a saref-core:Measurement}. +{?U_10697 a . ?U_10697 saref4bldg:nominalHeatTransferCoefficient ?U_10698} => {?U_10698 a saref-core:Measurement}. +{?U_10699 a . ?U_10699 saref4bldg:refrigerantClass ?U_10700} => {?U_10700 a xsd:string}. +{?U_10701 a . ?U_10701 saref4bldg:coilLength ?U_10702} => {?U_10702 a saref-core:Measurement}. +{?U_10703 a . ?U_10703 saref4bldg:coilWidth ?U_10704} => {?U_10704 a saref-core:Measurement}. +{?U_10705 a . ?U_10705 saref4bldg:nominalCoolingCapacity ?U_10706} => {?U_10706 a saref-core:Measurement}. +{?U_10707 a . ?U_10707 saref4bldg:nominalHeatingCapacity ?U_10708} => {?U_10708 a saref-core:Measurement}. +{?U_10709 a . ?U_10709 saref4bldg:nominalReturnWaterTemperatureCooling ?U_10710} => {?U_10710 a saref-core:Measurement}. +{?U_10711 a . ?U_10711 saref4bldg:nominalReturnWaterTemperatureHeating ?U_10712} => {?U_10712 a saref-core:Measurement}. +{?U_10713 a . ?U_10713 saref4bldg:nominalSorroundingHumidityCooling ?U_10714} => {?U_10714 a saref-core:Measurement}. +{?U_10715 a . ?U_10715 saref4bldg:nominalSorroundingTemperatureCooling ?U_10716} => {?U_10716 a saref-core:Measurement}. +{?U_10717 a . ?U_10717 saref4bldg:nominalSorroundingTemperatureHeating ?U_10718} => {?U_10718 a saref-core:Measurement}. +{?U_10719 a . ?U_10719 saref4bldg:nominalSupplyWaterTemperatureCooling ?U_10720} => {?U_10720 a saref-core:Measurement}. +{?U_10721 a . ?U_10721 saref4bldg:nominalSupplyWaterTemperatureHeating ?U_10722} => {?U_10722 a saref-core:Measurement}. +{?U_10723 a . ?U_10723 saref4bldg:nominalWaterFlowCooling ?U_10724} => {?U_10724 a saref-core:Measurement}. +{?U_10725 a . ?U_10725 saref4bldg:nominalWaterFlowHeating ?U_10726} => {?U_10726 a saref-core:Measurement}. +{?U_10727 a . ?U_10727 saref4bldg:waterPressureMax ?U_10728} => {?U_10728 a saref-core:Measurement}. +{?U_10729 a . ?U_10729 saref4bldg:waterPressureMin ?U_10730} => {?U_10730 a saref-core:Measurement}. +{?U_10731 a . ?U_10731 saref4bldg:finishColor ?U_10732} => {?U_10732 a xsd:string}. +{?U_10733 a . ?U_10733 saref4bldg:integratedLightingType ?U_10734} => {?U_10734 a xsd:string}. +{?U_10735 a . ?U_10735 saref4bldg:isFreeHanging ?U_10736} => {?U_10736 a xsd:boolean}. +{?U_10737 a . ?U_10737 saref4bldg:pipeConnectionEnum ?U_10738} => {?U_10738 a xsd:string}. +{?U_10739 a . ?U_10739 saref4bldg:waterFlowControlSystemType ?U_10740} => {?U_10740 a xsd:string}. +{?U_10741 a . ?U_10741 saref4bldg:ambientDesignDryBulbTemperature ?U_10742} => {?U_10742 a saref-core:Measurement}. +{?U_10743 a . ?U_10743 saref4bldg:ambientDesignWetBulbTemperature ?U_10744} => {?U_10744 a saref-core:Measurement}. +{?U_10745 a . ?U_10745 saref4bldg:basinReserveVolume ?U_10746} => {?U_10746 a saref-core:Measurement}. +{?U_10747 a . ?U_10747 saref4bldg:liftElevationDifference ?U_10748} => {?U_10748 a saref-core:Measurement}. +{?U_10749 a . ?U_10749 saref4bldg:nominalCapacity ?U_10750} => {?U_10750 a saref-core:Measurement}. +{?U_10751 a . ?U_10751 saref4bldg:operationTemperatureMax ?U_10752} => {?U_10752 a saref-core:Measurement}. +{?U_10753 a . ?U_10753 saref4bldg:operationTemperatureMin ?U_10754} => {?U_10754 a saref-core:Measurement}. +{?U_10755 a . ?U_10755 saref4bldg:waterRequirement ?U_10756} => {?U_10756 a saref-core:Measurement}. +{?U_10757 a . ?U_10757 saref4bldg:capacityControl ?U_10758} => {?U_10758 a xsd:string}. +{?U_10759 a . ?U_10759 saref4bldg:circuitType ?U_10760} => {?U_10760 a xsd:string}. +{?U_10761 a . ?U_10761 saref4bldg:controlStrategy ?U_10762} => {?U_10762 a xsd:string}. +{?U_10763 a . ?U_10763 saref4bldg:flowArrangement ?U_10764} => {?U_10764 a xsd:string}. +{?U_10765 a . ?U_10765 saref4bldg:numberOfCells ?U_10766} => {?U_10766 a xsd:integer}. +{?U_10767 a . ?U_10767 saref4bldg:sprayType ?U_10768} => {?U_10768 a xsd:string}. +{?U_10769 a . ?U_10769 saref4bldg:airFlowRateMax ?U_10770} => {?U_10770 a saref-core:Measurement}. +{?U_10771 a . ?U_10771 saref4bldg:bladeThickness ?U_10772} => {?U_10772 a saref-core:Measurement}. +{?U_10773 a . ?U_10773 saref4bldg:closeOffRating ?U_10774} => {?U_10774 a saref-core:Measurement}. +{?U_10775 a . ?U_10775 saref4bldg:faceArea ?U_10776} => {?U_10776 a saref-core:Measurement}. +{?U_10777 a . ?U_10777 saref4bldg:frameDepth ?U_10778} => {?U_10778 a saref-core:Measurement}. +{?U_10779 a . ?U_10779 saref4bldg:frameThickness ?U_10780} => {?U_10780 a saref-core:Measurement}. +{?U_10781 a . ?U_10781 saref4bldg:leakageFullyClosed ?U_10782} => {?U_10782 a saref-core:Measurement}. +{?U_10783 a . ?U_10783 saref4bldg:nominalAirFlowRate ?U_10784} => {?U_10784 a saref-core:Measurement}. +{?U_10785 a . ?U_10785 saref4bldg:openPressureDrop ?U_10786} => {?U_10786 a saref-core:Measurement}. +{?U_10787 a . ?U_10787 saref4bldg:operationTemperatureMax ?U_10788} => {?U_10788 a saref-core:Measurement}. +{?U_10789 a . ?U_10789 saref4bldg:operationTemperatureMin ?U_10790} => {?U_10790 a saref-core:Measurement}. +{?U_10791 a . ?U_10791 saref4bldg:temperatureRating ?U_10792} => {?U_10792 a saref-core:Measurement}. +{?U_10793 a . ?U_10793 saref4bldg:workingPressureMax ?U_10794} => {?U_10794 a saref-core:Measurement}. +{?U_10795 a . ?U_10795 saref4bldg:bladeAction ?U_10796} => {?U_10796 a xsd:string}. +{?U_10797 a . ?U_10797 saref4bldg:bladeEdge ?U_10798} => {?U_10798 a xsd:string}. +{?U_10799 a . ?U_10799 saref4bldg:bladeShape ?U_10800} => {?U_10800 a xsd:string}. +{?U_10801 a . ?U_10801 saref4bldg:frameType ?U_10802} => {?U_10802 a xsd:string}. +{?U_10803 a . ?U_10803 saref4bldg:numberOfBlades ?U_10804} => {?U_10804 a xsd:integer}. +{?U_10805 a . ?U_10805 saref4bldg:operation ?U_10806} => {?U_10806 a xsd:string}. +{?U_10807 a . ?U_10807 saref4bldg:orientation ?U_10808} => {?U_10808 a xsd:string}. +{?U_10809 a . ?U_10809 saref4bldg:airFlowRateMax ?U_10810} => {?U_10810 a saref-core:Measurement}. +{?U_10811 a . ?U_10811 saref4bldg:airFlowRateMin ?U_10812} => {?U_10812 a saref-core:Measurement}. +{?U_10813 a . ?U_10813 saref4bldg:hydraulicDiameter ?U_10814} => {?U_10814 a saref-core:Measurement}. +{?U_10815 a . ?U_10815 saref4bldg:length ?U_10816} => {?U_10816 a saref-core:Measurement}. +{?U_10817 a . ?U_10817 saref4bldg:operationTemperatureMax ?U_10818} => {?U_10818 a saref-core:Measurement}. +{?U_10819 a . ?U_10819 saref4bldg:operationTemperatureMin ?U_10820} => {?U_10820 a saref-core:Measurement}. +{?U_10821 a . ?U_10821 saref4bldg:weight ?U_10822} => {?U_10822 a saref-core:Measurement}. +{?U_10823 a . ?U_10823 saref4bldg:workingPressureMax ?U_10824} => {?U_10824 a saref-core:Measurement}. +{?U_10825 a . ?U_10825 saref4bldg:workingPressureMin ?U_10826} => {?U_10826 a saref-core:Measurement}. +{?U_10827 a . ?U_10827 saref4bldg:hasExteriorInsulation ?U_10828} => {?U_10828 a xsd:boolean}. +{?U_10829 a . ?U_10829 saref4bldg:nominalFrequency ?U_10830} => {?U_10830 a saref-core:Measurement}. +{?U_10831 a . ?U_10831 saref4bldg:nominalSupplyVoltage ?U_10832} => {?U_10832 a saref-core:Measurement}. +{?U_10833 a . ?U_10833 saref4bldg:nominalSupplyVoltageMin ?U_10834} => {?U_10834 a saref-core:Measurement}. +{?U_10835 a . ?U_10835 saref4bldg:electricGeneratorEfficiency ?U_10836} => {?U_10836 a saref-core:Measurement}. +{?U_10837 a . ?U_10837 saref4bldg:powerOutputMax ?U_10838} => {?U_10838 a saref-core:Measurement}. +{?U_10839 a . ?U_10839 saref4bldg:startCurrentFactor ?U_10840} => {?U_10840 a saref-core:Measurement}. +{?U_10841 a . ?U_10841 saref4bldg:electricMotorEfficiency ?U_10842} => {?U_10842 a saref-core:Measurement}. +{?U_10843 a . ?U_10843 saref4bldg:lockedRotorCurrent ?U_10844} => {?U_10844 a saref-core:Measurement}. +{?U_10845 a . ?U_10845 saref4bldg:powerOutputMax ?U_10846} => {?U_10846 a saref-core:Measurement}. +{?U_10847 a . ?U_10847 saref4bldg:startCurrentFactor ?U_10848} => {?U_10848 a saref-core:Measurement}. +{?U_10849 a . ?U_10849 saref4bldg:startingTime ?U_10850} => {?U_10850 a saref-core:Measurement}. +{?U_10851 a . ?U_10851 saref4bldg:teTime ?U_10852} => {?U_10852 a saref-core:Measurement}. +{?U_10853 a . ?U_10853 saref4bldg:frameSize ?U_10854} => {?U_10854 a xsd:string}. +{?U_10855 a . ?U_10855 saref4bldg:hasPartWinding ?U_10856} => {?U_10856 a xsd:boolean}. +{?U_10857 a . ?U_10857 saref4bldg:isGuarded ?U_10858} => {?U_10858 a xsd:boolean}. +{?U_10859 a . ?U_10859 saref4bldg:motorEnclosureType ?U_10860} => {?U_10860 a xsd:string}. +{?U_10861 a . ?U_10861 saref4bldg:energySource ?U_10862} => {?U_10862 a xsd:string}. +{?U_10863 a . ?U_10863 saref4bldg:heatExchangeArea ?U_10864} => {?U_10864 a saref-core:Measurement}. +{?U_10865 a . ?U_10865 saref4bldg:operationTemperatureMax ?U_10866} => {?U_10866 a saref-core:Measurement}. +{?U_10867 a . ?U_10867 saref4bldg:operationTemperatureMin ?U_10868} => {?U_10868 a saref-core:Measurement}. +{?U_10869 a . ?U_10869 saref4bldg:waterRequirement ?U_10870} => {?U_10870 a saref-core:Measurement}. +{?U_10871 a . ?U_10871 saref4bldg:flowArrangement ?U_10872} => {?U_10872 a xsd:string}. +{?U_10873 a . ?U_10873 saref4bldg:externalSurfaceArea ?U_10874} => {?U_10874 a saref-core:Measurement}. +{?U_10875 a . ?U_10875 saref4bldg:internalRefrigerantVolume ?U_10876} => {?U_10876 a saref-core:Measurement}. +{?U_10877 a . ?U_10877 saref4bldg:internalSurfaceArea ?U_10878} => {?U_10878 a saref-core:Measurement}. +{?U_10879 a . ?U_10879 saref4bldg:internalWaterVolume ?U_10880} => {?U_10880 a saref-core:Measurement}. +{?U_10881 a . ?U_10881 saref4bldg:nominalHeatTransferArea ?U_10882} => {?U_10882 a saref-core:Measurement}. +{?U_10883 a . ?U_10883 saref4bldg:nominalHeatTransferCoefficient ?U_10884} => {?U_10884 a saref-core:Measurement}. +{?U_10885 a . ?U_10885 saref4bldg:evaporationCoolant ?U_10886} => {?U_10886 a xsd:string}. +{?U_10887 a . ?U_10887 saref4bldg:evaporationMediumType ?U_10888} => {?U_10888 a xsd:string}. +{?U_10889 a . ?U_10889 saref4bldg:refrigerantClass ?U_10890} => {?U_10890 a xsd:string}. +{?U_10891 a . ?U_10891 saref4bldg:nominalAirFlowRate ?U_10892} => {?U_10892 a saref-core:Measurement}. +{?U_10893 a . ?U_10893 saref4bldg:nominalPowerRate ?U_10894} => {?U_10894 a saref-core:Measurement}. +{?U_10895 a . ?U_10895 saref4bldg:nominalRotationSpeed ?U_10896} => {?U_10896 a saref-core:Measurement}. +{?U_10897 a . ?U_10897 saref4bldg:nominalStaticPressure ?U_10898} => {?U_10898 a saref-core:Measurement}. +{?U_10899 a . ?U_10899 saref4bldg:nominalTotalPressure ?U_10900} => {?U_10900 a saref-core:Measurement}. +{?U_10901 a . ?U_10901 saref4bldg:operationTemperatureMax ?U_10902} => {?U_10902 a saref-core:Measurement}. +{?U_10903 a . ?U_10903 saref4bldg:operationTemperatureMin ?U_10904} => {?U_10904 a saref-core:Measurement}. +{?U_10905 a . ?U_10905 saref4bldg:operationalRiterial ?U_10906} => {?U_10906 a saref-core:Measurement}. +{?U_10907 a . ?U_10907 saref4bldg:capacityControlType ?U_10908} => {?U_10908 a xsd:string}. +{?U_10909 a . ?U_10909 saref4bldg:motorDriveType ?U_10910} => {?U_10910 a xsd:string}. +{?U_10911 a . ?U_10911 saref4bldg:finalResistance ?U_10912} => {?U_10912 a saref-core:Measurement}. +{?U_10913 a . ?U_10913 saref4bldg:fluidFlowRateMax ?U_10914} => {?U_10914 a saref-core:Measurement}. +{?U_10915 a . ?U_10915 saref4bldg:fluidFlowRateMin ?U_10916} => {?U_10916 a saref-core:Measurement}. +{?U_10917 a . ?U_10917 saref4bldg:initialResistance ?U_10918} => {?U_10918 a saref-core:Measurement}. +{?U_10919 a . ?U_10919 saref4bldg:nominalFilterFaceVelocity ?U_10920} => {?U_10920 a saref-core:Measurement}. +{?U_10921 a . ?U_10921 saref4bldg:nominalFlowRate ?U_10922} => {?U_10922 a saref-core:Measurement}. +{?U_10923 a . ?U_10923 saref4bldg:nominalMediaSurfaceVelocity ?U_10924} => {?U_10924 a saref-core:Measurement}. +{?U_10925 a . ?U_10925 saref4bldg:nominalParticleGeometricMeanDiameter ?U_10926} => {?U_10926 a saref-core:Measurement}. +{?U_10927 a . ?U_10927 saref4bldg:nominalParticleGeometricStandardDeviation ?U_10928} => {?U_10928 a saref-core:Measurement}. +{?U_10929 a . ?U_10929 saref4bldg:nominalPressureDrop ?U_10930} => {?U_10930 a saref-core:Measurement}. +{?U_10931 a . ?U_10931 saref4bldg:operationTemperatureMax ?U_10932} => {?U_10932 a saref-core:Measurement}. +{?U_10933 a . ?U_10933 saref4bldg:operationTemperatureMin ?U_10934} => {?U_10934 a saref-core:Measurement}. +{?U_10935 a . ?U_10935 saref4bldg:weight ?U_10936} => {?U_10936 a saref-core:Measurement}. +{?U_10937 a . ?U_10937 saref4bldg:readOutType ?U_10938} => {?U_10938 a xsd:string}. +{?U_10939 a . ?U_10939 saref4bldg:remoteReading ?U_10940} => {?U_10940 a xsd:boolean}. +{?U_10941 a . ?U_10941 saref4bldg:arrangement ?U_10942} => {?U_10942 a xsd:string}. +{?U_10943 a . ?U_10943 saref4bldg:nominalAirFlowRate ?U_10944} => {?U_10944 a saref-core:Measurement}. +{?U_10945 a . ?U_10945 saref4bldg:nominalMoistureGain ?U_10946} => {?U_10946 a saref-core:Measurement}. +{?U_10947 a . ?U_10947 saref4bldg:waterRequirement ?U_10948} => {?U_10948 a saref-core:Measurement}. +{?U_10949 a . ?U_10949 saref4bldg:weight ?U_10950} => {?U_10950 a saref-core:Measurement}. +{?U_10951 a . ?U_10951 saref4bldg:application ?U_10952} => {?U_10952 a xsd:string}. +{?U_10953 a . ?U_10953 saref4bldg:internalControl ?U_10954} => {?U_10954 a xsd:string}. +{?U_10955 a . ?U_10955 saref4bldg:coverLength ?U_10956} => {?U_10956 a saref-core:Measurement}. +{?U_10957 a . ?U_10957 saref4bldg:coverWidth ?U_10958} => {?U_10958 a saref-core:Measurement}. +{?U_10959 a . ?U_10959 saref4bldg:inletConnectionSize ?U_10960} => {?U_10960 a saref-core:Measurement}. +{?U_10961 a . ?U_10961 saref4bldg:nominalBodyDepth ?U_10962} => {?U_10962 a saref-core:Measurement}. +{?U_10963 a . ?U_10963 saref4bldg:nominalBodyLength ?U_10964} => {?U_10964 a saref-core:Measurement}. +{?U_10965 a . ?U_10965 saref4bldg:nominalBodyWidth ?U_10966} => {?U_10966 a saref-core:Measurement}. +{?U_10967 a . ?U_10967 saref4bldg:outletConnectionSize ?U_10968} => {?U_10968 a saref-core:Measurement}. +{?U_10969 a . ?U_10969 saref4bldg:ventilatingPipeSize ?U_10970} => {?U_10970 a saref-core:Measurement}. +{?U_10971 a . ?U_10971 saref4bldg:colorTemperature ?U_10972} => {?U_10972 a saref-core:Measurement}. +{?U_10973 a . ?U_10973 saref4bldg:contributedLuminousFlux ?U_10974} => {?U_10974 a saref-core:Measurement}. +{?U_10975 a . ?U_10975 saref4bldg:lampMaintenanceFactor ?U_10976} => {?U_10976 a saref-core:Measurement}. +{?U_10977 a . ?U_10977 saref4bldg:lightEmitterNominalPower ?U_10978} => {?U_10978 a saref-core:Measurement}. +{?U_10979 a . ?U_10979 saref4bldg:spectrumMax ?U_10980} => {?U_10980 a saref-core:Measurement}. +{?U_10981 a . ?U_10981 saref4bldg:spectrumMin ?U_10982} => {?U_10982 a saref-core:Measurement}. +{?U_10983 a . ?U_10983 saref4bldg:colorAppearance ?U_10984} => {?U_10984 a xsd:string}. +{?U_10985 a . ?U_10985 saref4bldg:colorRenderingIndex ?U_10986} => {?U_10986 a xsd:integer}. +{?U_10987 a . ?U_10987 saref4bldg:lampBallastType ?U_10988} => {?U_10988 a xsd:string}. +{?U_10989 a . ?U_10989 saref4bldg:lampCompensationType ?U_10990} => {?U_10990 a xsd:string}. +{?U_10991 a . ?U_10991 saref4bldg:isPluggableOutlet ?U_10992} => {?U_10992 a xsd:boolean}. +{?U_10993 a . ?U_10993 saref4bldg:numberOsSockets ?U_10994} => {?U_10994 a xsd:integer}. +{?U_10995 a . ?U_10995 saref4bldg:contains ?U_10996} => {?U_10996 a saref4bldg:PhysicalObject}. +{?U_10997 a . ?U_10997 saref4bldg:isContainedIn ?U_10998} => {?U_10998 a }. +{?U_10999 a . ?U_10999 saref4bldg:limitingTerminalSize ?U_11000} => {?U_11000 a saref-core:Measurement}. +{?U_11001 a . ?U_11001 saref4bldg:standard ?U_11002} => {?U_11002 a xsd:string}. +{?U_11003 a . ?U_11003 saref4bldg:connectionSize ?U_11004} => {?U_11004 a saref-core:Measurement}. +{?U_11005 a . ?U_11005 saref4bldg:flowResistanceMax ?U_11006} => {?U_11006 a saref-core:Measurement}. +{?U_11007 a . ?U_11007 saref4bldg:flowResistanceMin ?U_11008} => {?U_11008 a saref-core:Measurement}. +{?U_11009 a . ?U_11009 saref4bldg:netPositiveSuctionHead ?U_11010} => {?U_11010 a saref-core:Measurement}. +{?U_11011 a . ?U_11011 saref4bldg:nomminalRotationSpeed ?U_11012} => {?U_11012 a saref-core:Measurement}. +{?U_11013 a . ?U_11013 saref4bldg:operationTemperatureMax ?U_11014} => {?U_11014 a saref-core:Measurement}. +{?U_11015 a . ?U_11015 saref4bldg:operationTemperatureMin ?U_11016} => {?U_11016 a saref-core:Measurement}. +{?U_11017 a . ?U_11017 saref4bldg:pumpFlowRateMax ?U_11018} => {?U_11018 a saref-core:Measurement}. +{?U_11019 a . ?U_11019 saref4bldg:pumpFlowRateMin ?U_11020} => {?U_11020 a saref-core:Measurement}. +{?U_11021 a . ?U_11021 saref4bldg:solarReflectance ?U_11022} => {?U_11022 a saref-core:Measurement}. +{?U_11023 a . ?U_11023 saref4bldg:solarTransmittance ?U_11024} => {?U_11024 a saref-core:Measurement}. +{?U_11025 a . ?U_11025 saref4bldg:thermalTransmittance ?U_11026} => {?U_11026 a saref-core:Measurement}. +{?U_11027 a . ?U_11027 saref4bldg:visibleLightReflectance ?U_11028} => {?U_11028 a saref-core:Measurement}. +{?U_11029 a . ?U_11029 saref4bldg:visibleLightTransmittance ?U_11030} => {?U_11030 a saref-core:Measurement}. +{?U_11031 a . ?U_11031 saref4bldg:isExternal ?U_11032} => {?U_11032 a xsd:boolean}. +{?U_11033 a . ?U_11033 saref4bldg:mechanicalOperated ?U_11034} => {?U_11034 a xsd:boolean}. +{?U_11035 a . ?U_11035 saref4bldg:roughness ?U_11036} => {?U_11036 a xsd:string}. +{?U_11037 a . ?U_11037 saref4bldg:shadingDeviceType ?U_11038} => {?U_11038 a xsd:string}. +{?U_11039 a . ?U_11039 saref4bldg:bodyMass ?U_11040} => {?U_11040 a saref-core:Measurement}. +{?U_11041 a . ?U_11041 saref4bldg:outputCapacity ?U_11042} => {?U_11042 a saref-core:Measurement}. +{?U_11043 a . ?U_11043 saref4bldg:thermalEfficiency ?U_11044} => {?U_11044 a saref-core:Measurement}. +{?U_11045 a . ?U_11045 saref4bldg:thermalMassHeatCapacity ?U_11046} => {?U_11046 a saref-core:Measurement}. +{?U_11047 a . ?U_11047 saref4bldg:energySource ?U_11048} => {?U_11048 a xsd:string}. +{?U_11049 a . ?U_11049 saref4bldg:heatTransferDimension ?U_11050} => {?U_11050 a xsd:string}. +{?U_11051 a . ?U_11051 saref4bldg:heatTransferMedium ?U_11052} => {?U_11052 a xsd:string}. +{?U_11053 a . ?U_11053 saref4bldg:numberOfPanels ?U_11054} => {?U_11054 a xsd:integer}. +{?U_11055 a . ?U_11055 saref4bldg:numberOfSections ?U_11056} => {?U_11056 a xsd:integer}. +{?U_11057 a . ?U_11057 saref4bldg:placementType ?U_11058} => {?U_11058 a xsd:string}. +{?U_11059 a . ?U_11059 saref4bldg:temperatureClassification ?U_11060} => {?U_11060 a xsd:string}. +{?U_11061 a . ?U_11061 saref4bldg:hasLock ?U_11062} => {?U_11062 a xsd:boolean}. +{?U_11063 a . ?U_11063 saref4bldg:isIlluminated ?U_11064} => {?U_11064 a xsd:boolean}. +{?U_11065 a . ?U_11065 saref4bldg:legend ?U_11066} => {?U_11066 a xsd:string}. +{?U_11067 a . ?U_11067 saref4bldg:numberOfGangs ?U_11068} => {?U_11068 a xsd:integer}. +{?U_11069 a . ?U_11069 saref4bldg:switchFunction ?U_11070} => {?U_11070 a xsd:string}. +{?U_11071 a . ?U_11071 saref4bldg:effectiveCapacity ?U_11072} => {?U_11072 a saref-core:Measurement}. +{?U_11073 a . ?U_11073 saref4bldg:firstCurvatureRadius ?U_11074} => {?U_11074 a saref-core:Measurement}. +{?U_11075 a . ?U_11075 saref4bldg:nominalDepth ?U_11076} => {?U_11076 a saref-core:Measurement}. +{?U_11077 a . ?U_11077 saref4bldg:nominalLengthOrDiameter ?U_11078} => {?U_11078 a saref-core:Measurement}. +{?U_11079 a . ?U_11079 saref4bldg:nominalVolumetricCapacity ?U_11080} => {?U_11080 a saref-core:Measurement}. +{?U_11081 a . ?U_11081 saref4bldg:nominalWidthOrDiameter ?U_11082} => {?U_11082 a saref-core:Measurement}. +{?U_11083 a . ?U_11083 saref4bldg:operatingWeight ?U_11084} => {?U_11084 a saref-core:Measurement}. +{?U_11085 a . ?U_11085 saref4bldg:secondCurvatureRadius ?U_11086} => {?U_11086 a saref-core:Measurement}. +{?U_11087 a . ?U_11087 saref4bldg:accessType ?U_11088} => {?U_11088 a xsd:string}. +{?U_11089 a . ?U_11089 saref4bldg:endShapeType ?U_11090} => {?U_11090 a xsd:string}. +{?U_11091 a . ?U_11091 saref4bldg:numberOfSections ?U_11092} => {?U_11092 a xsd:integer}. +{?U_11093 a . ?U_11093 saref4bldg:patternType ?U_11094} => {?U_11094 a xsd:string}. +{?U_11095 a . ?U_11095 saref4bldg:storageType ?U_11096} => {?U_11096 a xsd:string}. +{?U_11097 a . ?U_11097 saref4bldg:apparentPowerMax ?U_11098} => {?U_11098 a saref-core:Measurement}. +{?U_11099 a . ?U_11099 saref4bldg:imaginaryImpedanceRatio ?U_11100} => {?U_11100 a saref-core:Measurement}. +{?U_11101 a . ?U_11101 saref4bldg:primaryApparentPower ?U_11102} => {?U_11102 a saref-core:Measurement}. +{?U_11103 a . ?U_11103 saref4bldg:primaryCurrent ?U_11104} => {?U_11104 a saref-core:Measurement}. +{?U_11105 a . ?U_11105 saref4bldg:primaryFrequency ?U_11106} => {?U_11106 a saref-core:Measurement}. +{?U_11107 a . ?U_11107 saref4bldg:primaryVoltage ?U_11108} => {?U_11108 a saref-core:Measurement}. +{?U_11109 a . ?U_11109 saref4bldg:realImpedanceRatio ?U_11110} => {?U_11110 a saref-core:Measurement}. +{?U_11111 a . ?U_11111 saref4bldg:secondaryApparentPower ?U_11112} => {?U_11112 a saref-core:Measurement}. +{?U_11113 a . ?U_11113 saref4bldg:secondaryCurrent ?U_11114} => {?U_11114 a saref-core:Measurement}. +{?U_11115 a . ?U_11115 saref4bldg:secondaryFrequency ?U_11116} => {?U_11116 a saref-core:Measurement}. +{?U_11117 a . ?U_11117 saref4bldg:secondaryVoltage ?U_11118} => {?U_11118 a saref-core:Measurement}. +{?U_11119 a . ?U_11119 saref4bldg:isNeutralPrimaryTerminalAvailable ?U_11120} => {?U_11120 a xsd:boolean}. +{?U_11121 a . ?U_11121 saref4bldg:isNeutralSecondaryTerminalAvailable ?U_11122} => {?U_11122 a xsd:boolean}. +{?U_11123 a . ?U_11123 saref4bldg:secondaryCurrentType ?U_11124} => {?U_11124 a xsd:string}. +{?U_11125 a . ?U_11125 saref4bldg:transformerVectorGroup ?U_11126} => {?U_11126 a xsd:string}. +{?U_11127 a . ?U_11127 saref4bldg:capacityWeight ?U_11128} => {?U_11128 a saref-core:Measurement}. +{?U_11129 a . ?U_11129 saref4bldg:capacityPeople ?U_11130} => {?U_11130 a xsd:positiveInteger}. +{?U_11131 a . ?U_11131 saref4bldg:fireExit ?U_11132} => {?U_11132 a xsd:boolean}. +{?U_11133 a . ?U_11133 saref4bldg:foulingFactor ?U_11134} => {?U_11134 a saref-core:Measurement}. +{?U_11135 a . ?U_11135 saref4bldg:horizontalSpacing ?U_11136} => {?U_11136 a saref-core:Measurement}. +{?U_11137 a . ?U_11137 saref4bldg:inLineRowSpacing ?U_11138} => {?U_11138 a saref-core:Measurement}. +{?U_11139 a . ?U_11139 saref4bldg:insideDiameter ?U_11140} => {?U_11140 a saref-core:Measurement}. +{?U_11141 a . ?U_11141 saref4bldg:length ?U_11142} => {?U_11142 a saref-core:Measurement}. +{?U_11143 a . ?U_11143 saref4bldg:nominalDiameter ?U_11144} => {?U_11144 a saref-core:Measurement}. +{?U_11145 a . ?U_11145 saref4bldg:outsideDiameter ?U_11146} => {?U_11146 a saref-core:Measurement}. +{?U_11147 a . ?U_11147 saref4bldg:staggeredRowSpacing ?U_11148} => {?U_11148 a saref-core:Measurement}. +{?U_11149 a . ?U_11149 saref4bldg:thermalConductivity ?U_11150} => {?U_11150 a saref-core:Measurement}. +{?U_11151 a . ?U_11151 saref4bldg:verticalSpacing ?U_11152} => {?U_11152 a saref-core:Measurement}. +{?U_11153 a . ?U_11153 saref4bldg:volumen ?U_11154} => {?U_11154 a saref-core:Measurement}. +{?U_11155 a . ?U_11155 saref4bldg:hasTurbulator ?U_11156} => {?U_11156 a xsd:boolean}. +{?U_11157 a . ?U_11157 saref4bldg:numberOfCircuits ?U_11158} => {?U_11158 a xsd:integer}. +{?U_11159 a . ?U_11159 saref4bldg:numberOfRows ?U_11160} => {?U_11160 a xsd:integer}. +{?U_11161 a . ?U_11161 saref4bldg:closeOffRating ?U_11162} => {?U_11162 a saref-core:Measurement}. +{?U_11163 a . ?U_11163 saref4bldg:flowCoefficient ?U_11164} => {?U_11164 a saref-core:Measurement}. +{?U_11165 a . ?U_11165 saref4bldg:size ?U_11166} => {?U_11166 a saref-core:Measurement}. +{?U_11167 a . ?U_11167 saref4bldg:testPressure ?U_11168} => {?U_11168 a saref-core:Measurement}. +{?U_11169 a . ?U_11169 saref4bldg:workingPressure ?U_11170} => {?U_11170 a saref-core:Measurement}. +{?U_11171 a . ?U_11171 saref4bldg:valveMechanism ?U_11172} => {?U_11172 a xsd:string}. +{?U_11173 a . ?U_11173 saref4bldg:valveOperation ?U_11174} => {?U_11174 a xsd:string}. +{?U_11175 a . ?U_11175 saref4bldg:valvePattern ?U_11176} => {?U_11176 a xsd:string}. +{?U_11177 a . ?U_11177 saref4bldg:height ?U_11178} => {?U_11178 a saref-core:Measurement}. +{?U_11179 a . ?U_11179 saref4bldg:isolatorCompressibility ?U_11180} => {?U_11180 a saref-core:Measurement}. +{?U_11181 a . ?U_11181 saref4bldg:isolatorStaticDeflection ?U_11182} => {?U_11182 a saref-core:Measurement}. +{?U_11183 a . ?U_11183 saref4bldg:supportedWeightMax ?U_11184} => {?U_11184 a saref-core:Measurement}. +{?U_11185 a . ?U_11185 saref4bldg:vibrationTransmissibility ?U_11186} => {?U_11186 a saref-core:Measurement}. +{?U_11187 a . ?U_11187 saref-core:isMeasuredIn ?U_11188} => {?U_11188 a saref-core:UnitOfMeasure}. +{?U_11189 a . ?U_11189 saref-core:relatesToProperty ?U_11190} => {?U_11190 a saref-core:Property}. +{?U_11191 a . ?U_11191 saref-core:hasTimestamp ?U_11192} => {?U_11192 a xsd:dateTime}. +{?U_11193 a . ?U_11193 s4envi:hasFrequencyMeasurement ?U_11194} => {?U_11194 a s4envi:FrequencyMeasurement}. +{?U_11195 a . ?U_11195 saref4ehaw:hasValues ?U_11196} => {?U_11196 a xsd:decimal}. +{?U_11197 a . ?U_11197 saref-core:controlsProperty ?U_11198} => {?U_11198 a saref-core:Property}. +{?U_11199 a . ?U_11199 saref-core:makesMeasurement ?U_11200} => {?U_11200 a saref-core:Measurement}. +{?U_11201 a . ?U_11201 saref-core:measuresProperty ?U_11202} => {?U_11202 a saref-core:Property}. +{?U_11203 a . ?U_11203 saref-core:isMeasurementOf ?U_11204} => {?U_11204 a saref-core:FeatureOfInterest}. +{?U_11205 a . ?U_11205 saref-core:isMeasuredIn ?U_11206} => {?U_11206 a saref-core:UnitOfMeasure}. +{?U_11207 a . ?U_11207 saref-core:relatesToProperty ?U_11208} => {?U_11208 a saref-core:Property}. +{?U_11209 a . ?U_11209 saref-core:hasTimestamp ?U_11210} => {?U_11210 a xsd:dateTime}. +{?U_11211 a . ?U_11211 saref-core:isControlledByDevice ?U_11212} => {?U_11212 a saref-core:Device}. +{?U_11213 a . ?U_11213 saref-core:isMeasuredByDevice ?U_11214} => {?U_11214 a saref-core:Device}. +{?U_11215 a . ?U_11215 saref-core:relatesToMeasurement ?U_11216} => {?U_11216 a saref-core:Measurement}. +{?U_11217 a . ?U_11217 s4city:takesPlaceAtFacility ?U_11218} => {?U_11218 a s4city:Facility}. +{?U_11219 a . ?U_11219 ns6:takesPlaceAt ?U_11220} => {?U_11220 a geosp:Feature}. +{?U_11221 a . ?U_11221 ssn-system:hasSystemCapability ?U_11222} => {?U_11222 a ssn-system:SystemCapability}. +{?U_11223 a . ?U_11223 saref-core:hasProperty ?U_11224} => {?U_11224 a ns6:WearableProperty}. +{?U_11225 a . ?U_11225 saref-core:hasProperty ?U_11226} => {?U_11226 a ns6:WearerProperty}. +{?U_11227 a saref-core:CloseCommand. ?U_11228 a saref-core:OpenCommand} => {?U_11227 owl:differentFrom ?U_11228}. +{?U_11229 a saref-core:OffCommand. ?U_11230 a saref-core:OnCommand} => {?U_11229 owl:differentFrom ?U_11230}. +{?U_11231 a saref-core:StartCommand. ?U_11232 a saref-core:StopCommand} => {?U_11231 owl:differentFrom ?U_11232}. +{?U_11233 a saref-core:StepDownCommand. ?U_11234 a saref-core:StepUpCommand} => {?U_11233 owl:differentFrom ?U_11234}. +{?U_11235 a saref-core:Measurement. ?U_11236 a saref-core:Property} => {?U_11235 owl:differentFrom ?U_11236}. +{?U_11237 a saref-core:Measurement. ?U_11238 a saref-core:UnitOfMeasure} => {?U_11237 owl:differentFrom ?U_11238}. +{?U_11239 a saref-core:Property. ?U_11240 a saref-core:UnitOfMeasure} => {?U_11239 owl:differentFrom ?U_11240}. +{?U_11241 a saref-core:CloseCommand. ?U_11241 a saref-core:OpenCommand} => false. +{?U_11242 a saref-core:OffCommand. ?U_11242 a saref-core:OnCommand} => false. +{?U_11243 a saref-core:StartCommand. ?U_11243 a saref-core:StopCommand} => false. +{?U_11244 a saref-core:StepDownCommand. ?U_11244 a saref-core:StepUpCommand} => false. +{?U_11245 a saref-core:Measurement. ?U_11245 a saref-core:Property} => false. +{?U_11246 a saref-core:Measurement. ?U_11246 a saref-core:UnitOfMeasure} => false. +{?U_11247 a saref-core:Property. ?U_11247 a saref-core:UnitOfMeasure} => false. +{?U_11248 ns5:belongsTo ?U_11249. ?U_11248 ns5:belongsTo ?U_11250} => {?U_11249 owl:sameAs ?U_11250}. +{?U_11251 eep:madeBy ?U_11252. ?U_11251 eep:madeBy ?U_11253} => {?U_11252 owl:sameAs ?U_11253}. +{?U_11254 eep:onQuality ?U_11255. ?U_11254 eep:onQuality ?U_11256} => {?U_11255 owl:sameAs ?U_11256}. +{?U_11257 eep:usedProcedure ?U_11258. ?U_11257 eep:usedProcedure ?U_11259} => {?U_11258 owl:sameAs ?U_11259}. +{?U_11260 saref-core:hasTimestamp ?U_11261. ?U_11260 saref-core:hasTimestamp ?U_11262} => {?U_11261 owl:sameAs ?U_11262}. +{?U_11263 ns5:belongsTo ?U_11264. ?U_11263 ns5:belongsTo ?U_11265. ?U_11264 owl:differentFrom ?U_11265} => false. +{?U_11266 eep:madeBy ?U_11267. ?U_11266 eep:madeBy ?U_11268. ?U_11267 owl:differentFrom ?U_11268} => false. +{?U_11269 eep:onQuality ?U_11270. ?U_11269 eep:onQuality ?U_11271. ?U_11270 owl:differentFrom ?U_11271} => false. +{?U_11272 eep:usedProcedure ?U_11273. ?U_11272 eep:usedProcedure ?U_11274. ?U_11273 owl:differentFrom ?U_11274} => false. +{?U_11275 saref-core:hasTimestamp ?U_11276. ?U_11275 saref-core:hasTimestamp ?U_11277. ?U_11276 owl:differentFrom ?U_11277} => false. +{?U_11278 ns5:affectedBy ?U_11279. ?U_11279 ns5:affectedBy ?U_11280} => {?U_11278 ns5:affectedBy ?U_11280}. +{?U_11281 saref4bldg:contains ?U_11282. ?U_11282 saref4bldg:contains ?U_11283} => {?U_11281 saref4bldg:contains ?U_11283}. +{?U_11284 saref4bldg:hasSpace ?U_11285. ?U_11285 saref4bldg:hasSpace ?U_11286} => {?U_11284 saref4bldg:hasSpace ?U_11286}. +{?U_11287 saref4bldg:isContainedIn ?U_11288. ?U_11288 saref4bldg:isContainedIn ?U_11289} => {?U_11287 saref4bldg:isContainedIn ?U_11289}. +{?U_11290 saref4bldg:isSpaceOf ?U_11291. ?U_11291 saref4bldg:isSpaceOf ?U_11292} => {?U_11290 saref4bldg:isSpaceOf ?U_11292}. +{?U_11293 :isIncludedIn ?U_11294. ?U_11294 ns2:hasLocation ?U_11295} => {?U_11293 ns2:hasLocation ?U_11295}. +{?U_11296 Sensors:analyseStateOf ?U_11297. ?U_11297 ns2:hasLocation ?U_11298} => {?U_11296 Sensors:isRelevantTo ?U_11298}. +{?U_11299 Sensors:analyseStateOf ?U_11300. ?U_11300 saref4bldg:isContainedIn ?U_11301} => {?U_11299 Sensors:isRelevantTo ?U_11301}. +{?U_11302 Sensors:analyseStateOf ?U_11303. ?U_11303 ns6:isLocated ?U_11304} => {?U_11302 Sensors:analyseStateOf ?U_11304}. +{?U_11305 ns5:influencedBy ?U_11306. ?U_11306 ns5:affectedBy ?U_11307} => {?U_11305 ns5:influencedBy ?U_11307}. +{?U_11308 eep:forQuality ?U_11309. ?U_11309 ns5:belongsTo ?U_11310} => {?U_11308 eep:forFeatureOfInterest ?U_11310}. +{?U_11311 ?U_11312. ?U_11312 eep:onQuality ?U_11313} => {?U_11311 eep:forQuality ?U_11313}. +{?U_11314 eep:onQuality ?U_11315. ?U_11315 ns5:belongsTo ?U_11316} => {?U_11314 eep:hasFeatureOfInterest ?U_11316}. +{?U_11317 ?U_11318. ?U_11318 eep:usedProcedure ?U_11319} => {?U_11317 eep:implements ?U_11319}. +{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. +{?t_0 a :BrushingTeethActivityPrediction. ?t_0 a :NonRoutineActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :BrushingTeethActivityPrediction} => {?t_0 a }. +{?t_0 a :CookingFoodOvenActivityPrediction. ?t_0 a :NonRoutineActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :CookingFoodOvenActivityPrediction} => {?t_0 a }. +{?t_0 a :CookingFoodStovetopActivityPrediction. ?t_0 a :NonRoutineActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :CookingFoodStovetopActivityPrediction} => {?t_0 a }. +{?t_0 a :DrinkPreparationActivityPrediction. ?t_0 a :NonRoutineActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :DrinkPreparationActivityPrediction} => {?t_0 a }. +{?t_0 a :EatingActivityPrediction. ?t_0 a :NonRoutineActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :EatingActivityPrediction} => {?t_0 a }. +{?t_0 a :NonRoutineActivityPrediction. ?t_0 a :PreparingHotMealActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :PreparingHotMealActivityPrediction} => {?t_0 a }. +{?t_0 a :NonRoutineActivityPrediction. ?t_0 a :ShoweringActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :ShoweringActivityPrediction} => {?t_0 a }. +{?t_0 a :NonRoutineActivityPrediction. ?t_0 a :SleepingActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :SleepingActivityPrediction} => {?t_0 a }. +{?t_0 a :NonRoutineActivityPrediction. ?t_0 a :ToiletingActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :ToiletingActivityPrediction} => {?t_0 a }. +{?t_0 a :NonRoutineActivityPrediction. ?t_0 a :UsingMobilePhoneActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :UsingMobilePhoneActivityPrediction} => {?t_0 a }. +{?t_0 a :NonRoutineActivityPrediction. ?t_0 a :WatchingTVActivelyActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :WatchingTVActivelyActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. +{?t_0 a :BrushingTeethActivityPrediction. ?t_0 a :RoutineActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :BrushingTeethActivityPrediction} => {?t_0 a }. +{?t_0 a :CookingFoodOvenActivityPrediction. ?t_0 a :RoutineActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :CookingFoodOvenActivityPrediction} => {?t_0 a }. +{?t_0 a :CookingFoodStovetopActivityPrediction. ?t_0 a :RoutineActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :CookingFoodStovetopActivityPrediction} => {?t_0 a }. +{?t_0 a :DrinkPreparationActivityPrediction. ?t_0 a :RoutineActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :DrinkPreparationActivityPrediction} => {?t_0 a }. +{?t_0 a :EatingActivityPrediction. ?t_0 a :RoutineActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :EatingActivityPrediction} => {?t_0 a }. +{?t_0 a :PreparingHotMealActivityPrediction. ?t_0 a :RoutineActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :PreparingHotMealActivityPrediction} => {?t_0 a }. +{?t_0 a :RoutineActivityPrediction. ?t_0 a :ShoweringActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :ShoweringActivityPrediction} => {?t_0 a }. +{?t_0 a :RoutineActivityPrediction. ?t_0 a :SleepingActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :SleepingActivityPrediction} => {?t_0 a }. +{?t_0 a :RoutineActivityPrediction. ?t_0 a :ToiletingActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :ToiletingActivityPrediction} => {?t_0 a }. +{?t_0 a :RoutineActivityPrediction. ?t_0 a :UsingMobilePhoneActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :UsingMobilePhoneActivityPrediction} => {?t_0 a }. +{?t_0 a :RoutineActivityPrediction. ?t_0 a :WatchingTVActivelyActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a :WatchingTVActivelyActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:Routine} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a saref4ehaw:User} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a ActivityRecognition:ActivityPrediction} => {?t_0 a }. +{?t_0 a . ?t_0 a ns6:Wearable} => {?t_0 a }. +{?t_0 a . ?t_0 a ns6:Wearable} => {?t_0 a }. +{?t_0 a . ?t_0 a ns6:Wearable} => {?t_0 a }. +{?t_0 a . ?t_0 a ns6:LivingOrganism} => {?t_0 a }. -#2022-05-01T12:04:25.168Z in=16015 out=10010 ent=10010 step=20624 brake=2 inf=21109569 sec=1.926 inf/sec=10960316 +#2023-06-01T09:25:39.901Z in=16023 out=10017 ent=10017 step=20638 brake=2 inf=21027465 sec=1.730 inf/sec=12154604 #ENDS diff --git a/swj2022/eye-implementation/output/triples.n3 b/swj2022/eye-implementation/output/triples.n3 index cf4ec16..aba1412 100644 --- a/swj2022/eye-implementation/output/triples.n3 +++ b/swj2022/eye-implementation/output/triples.n3 @@ -65,248 +65,249 @@ xsd:duration a rdfs:Datatype. :ActivityRule a owl:Class. :AnalyzableForCondition a owl:Class. :AndCondition a owl:Class. - a owl:Restriction. + a owl:Restriction. :BrushingTeethActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :Condition a owl:Class. :ConditionableProperty a owl:Class. :CookingFoodOvenActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :CookingFoodStovetopActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :DetectableActivity a owl:Class. :DrinkPreparationActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :EatingActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :IfElseCondition a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. :MatchingValue a owl:Class. :MeanThreshold a owl:Class. :MeanVarianceThreshold a owl:Class. - a owl:Restriction. + a owl:Restriction. :NonRoutineActivityPrediction a owl:Class. :NonRoutineBrushingTeethActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineCookingFoodOvenActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineCookingFoodStovetopActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineDrinkPreparationActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineEatingActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutinePreparingHotMealActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineShoweringActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineSleepingActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineToiletingActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineUsingMobilePhoneActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :NonRoutineWatchingTVActivelyActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :OrCondition a owl:Class. - a owl:Restriction. + a owl:Restriction. :PreparingHotMealActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :RegularThreshold a owl:Class. :RoutineActivityPrediction a owl:Class. :RoutineBrushingTeethActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineCookingFoodOvenActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineCookingFoodStovetopActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineDrinkPreparationActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineEatingActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutinePreparingHotMealActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineShoweringActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineSleepingActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineToiletingActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineUsingMobilePhoneActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :RoutineWatchingTVActivelyActivityPrediction a owl:Class. - a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Class. + a owl:Restriction. + a owl:Class. :Rule a owl:Class. :ShoweringActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :SleepingActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :SlopeThreshold a owl:Class. :Threshold a owl:Class. - a owl:Restriction. + a owl:Restriction. :TimeOrderedCondition a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. :ToiletingActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithBrushingTeethRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithCookingFoodOvenRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithCookingFoodStovetopRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithDrinkPreparationRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithEatingRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithPreparingHotMealRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithShoweringRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithSleepingRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithToiletingRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithUsingMobilePhoneRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithWatchingTVActivelyRoutine a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Class. :UserWithoutBrushingTeethRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutCookingFoodOvenRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutCookingFoodStovetopRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutDrinkPreparationRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutEatingRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutPreparingHotMealRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutShoweringRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutSleepingRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutToiletingRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutUsingMobilePhoneRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UserWithoutWatchingTVActivelyRoutine a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :UsingMobilePhoneActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. :ValueCondition a owl:Class. - a owl:Restriction. + a owl:Restriction. :WatchingTVActivelyActivityPrediction a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. SensorsAndActuators:OrientationDeviation a owl:Class. saref4bldg:Pump a owl:Class. -saref4bldg:Room a owl:Class. :KBActivityRecognitionModel a owl:NamedIndividual. :KBActivityRecognitionModel a ActivityRecognition:ActivityRecognitionModel. :KBActivityRecognitionModelConfig1 a owl:NamedIndividual. :KBActivityRecognitionModelConfig1 a ActivityRecognition:Configuration. +:_BathRoom a owl:NamedIndividual. +:_BathRoom a SensorsAndActuators:BathRoom. :_BrushingTeeth a owl:NamedIndividual. :_BrushingTeeth a ActivityRecognition:BrushingTeeth. :_EnergyConsumption a owl:NamedIndividual. @@ -319,8 +320,8 @@ saref4bldg:Room a owl:Class. :_Pump a saref4bldg:Pump. :_RelativeHumidity a owl:NamedIndividual. :_RelativeHumidity a SensorsAndActuators:RelativeHumidity. -:_BathRoom a owl:NamedIndividual. -:_BathRoom a SensorsAndActuators:BathRoom. +:_Room a owl:NamedIndividual. +:_Room a SensorsAndActuators:Room. :_Showering a owl:NamedIndividual. :_Showering a ActivityRecognition:Showering. :_Toileting a owl:NamedIndividual. @@ -366,11 +367,11 @@ ActivityRecognition:timeOfPrediction a owl:DatatypeProperty. ActivityRecognition:ActiveActivity a owl:Class. ActivityRecognition:ActivityPrediction a owl:Class. ActivityRecognition:ActivityRecognitionModel a owl:Class. - a owl:Restriction. + a owl:Restriction. ActivityRecognition:AdjustingLightLevels a owl:Class. ActivityRecognition:Ambulation a owl:Class. ActivityRecognition:Anomaly a owl:Class. - a owl:Restriction. + a owl:Restriction. ActivityRecognition:AtomicHomeActivities a owl:Class. ActivityRecognition:BackgroundActivity a owl:Class. ActivityRecognition:Bathing a owl:Class. @@ -455,7 +456,7 @@ ActivityRecognition:Leisure a owl:Class. ActivityRecognition:LieToSit a owl:Class. ActivityRecognition:LieToStand a owl:Class. ActivityRecognition:Lifestyle a owl:Class. - a owl:Restriction. + a owl:Restriction. ActivityRecognition:ListeningMusicInBackground a owl:Class. ActivityRecognition:LoadingDishwasher a owl:Class. ActivityRecognition:LoadingDryer a owl:Class. @@ -466,7 +467,7 @@ ActivityRecognition:LyingStill a owl:Class. ActivityRecognition:MakingBed a owl:Class. ActivityRecognition:Meditating a owl:Class. ActivityRecognition:Model a owl:Class. - a owl:Restriction. + a owl:Restriction. ActivityRecognition:Mopping a owl:Class. ActivityRecognition:MorningRoutine a owl:Class. ActivityRecognition:MovingFurniture a owl:Class. @@ -493,8 +494,8 @@ ActivityRecognition:PolishingFloor a owl:Class. ActivityRecognition:PolishingFurniture a owl:Class. ActivityRecognition:Praying a owl:Class. ActivityRecognition:Prediction a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. ActivityRecognition:Preparation a owl:Class. ActivityRecognition:PreparingHotMeal a owl:Class. ActivityRecognition:PreparingLaundryForWashing a owl:Class. @@ -515,7 +516,7 @@ ActivityRecognition:Relaxing a owl:Class. ActivityRecognition:Rinsing a owl:Class. ActivityRecognition:RoomTransition a owl:Class. ActivityRecognition:Routine a owl:Class. - a owl:Restriction. + a owl:Restriction. ActivityRecognition:Running a owl:Class. ActivityRecognition:ScrubbingFloor a owl:Class. ActivityRecognition:SearchingItem a owl:Class. @@ -787,10 +788,10 @@ SensorsAndWearables:XAxis a owl:Class. SensorsAndWearables:YAxis a owl:Class. SensorsAndWearables:ZAxis a owl:Class. a owl:Class. - a owl:Restriction. + a owl:Restriction. a owl:Class. - a owl:Restriction. - a owl:AllDisjointClasses. + a owl:Restriction. + a owl:AllDisjointClasses. a owl:Ontology. dogont:hasFloor a owl:AnnotationProperty. ns3:isLocatedNear a owl:AnnotationProperty. @@ -826,7 +827,7 @@ ns5:influencedBy a owl:ObjectProperty. (ns5:affectedBy) a rdf:List. ns5:FeatureOfInterest a owl:Class. ns5:Quality a owl:Class. - a owl:Restriction. + a owl:Restriction. a owl:NamedIndividual. a voaf:Vocabulary. a owl:Ontology. @@ -853,9 +854,9 @@ eep:onQuality a owl:FunctionalProperty. eep:usedProcedure a owl:ObjectProperty. eep:usedProcedure a owl:FunctionalProperty. eep:Execution a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. eep:Executor a owl:Class. eep:Procedure a owl:Class. a owl:NamedIndividual. @@ -903,98 +904,98 @@ saref-core:hasTimestamp a owl:DatatypeProperty. saref-core:hasValue a owl:DatatypeProperty. saref-core:ActuatingFunction a owl:Class. saref-core:Actuator a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:Appliance a owl:Class. saref-core:CloseCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:CloseState a owl:Class. saref-core:Coal a owl:Class. saref-core:Command a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Commodity a owl:Class. saref-core:Currency a owl:Class. saref-core:Device a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:DoorSwitch a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Electricity a owl:Class. saref-core:Energy a owl:Class. saref-core:EnergyUnit a owl:Class. saref-core:EventFunction a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:FeatureOfInterest a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Function a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:Gas a owl:Class. saref-core:GetCommand a owl:Class. saref-core:GetCurrentMeterValueCommand a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:GetMeterDataCommand a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:GetMeterHistoryCommand a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:GetSensingDataCommand a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:HVAC a owl:Class. saref-core:Humidity a owl:Class. saref-core:IlluminanceUnit a owl:Class. saref-core:LevelControlFunction a owl:Class. saref-core:Light a owl:Class. saref-core:LightSwitch a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Measurement a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Meter a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:MeteringFunction a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. saref-core:Motion a owl:Class. saref-core:MultiLevelState a owl:Class. saref-core:NotifyCommand a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:Occupancy a owl:Class. saref-core:OffCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:OffState a owl:Class. saref-core:OnCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:OnOffFunction a owl:Class. saref-core:OnOffState a owl:Class. saref-core:OnState a owl:Class. saref-core:OpenCloseFunction a owl:Class. saref-core:OpenCloseState a owl:Class. saref-core:OpenCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:OpenState a owl:Class. saref-core:PauseCommand a owl:Class. saref-core:Power a owl:Class. @@ -1003,64 +1004,64 @@ saref-core:Pressure a owl:Class. saref-core:PressureUnit a owl:Class. saref-core:Price a owl:Class. saref-core:Profile a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Class. saref-core:Property a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:SensingFunction a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Sensor a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:Service a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:SetAbsoluteLevelCommand a owl:Class. saref-core:SetLevelCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:SetRelativeLevelCommand a owl:Class. saref-core:Smoke a owl:Class. saref-core:SmokeSensor a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:StartCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:StartState a owl:Class. saref-core:StartStopFunction a owl:Class. saref-core:StartStopState a owl:Class. saref-core:State a owl:Class. saref-core:StepDownCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:StepUpCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:StopCommand a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:StopState a owl:Class. saref-core:Switch a owl:Class. saref-core:SwitchOnService a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:Task a owl:Class. saref-core:Temperature a owl:Class. saref-core:TemperatureSensor a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref-core:TemperatureUnit a owl:Class. saref-core:Time a owl:Class. saref-core:ToggleCommand a owl:Class. - a owl:Restriction. + a owl:Restriction. saref-core:UnitOfMeasure a owl:Class. saref-core:Water a owl:Class. saref-core:Cleaning a owl:NamedIndividual. @@ -1350,383 +1351,383 @@ saref4bldg:valvePattern a owl:DatatypeProperty. saref4bldg:waterFlowControlSystemType a owl:DatatypeProperty. saref-core:hasTimestamp a owl:FunctionalProperty. saref4bldg:Actuator a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:AirToAirHeatRecovery a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Alarm a owl:Class. saref4bldg:AudioVisualAppliance a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Boiler a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Building a owl:Class. - a owl:Restriction. + a owl:Restriction. saref4bldg:BuildingDevice a owl:Class. saref4bldg:BuildingObject a owl:Class. saref4bldg:BuildingSpace a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Class. (saref4bldg:Building saref4bldg:BuildingSpace) a rdf:List. (saref4bldg:BuildingSpace) a rdf:List. saref4bldg:Burner a owl:Class. - a owl:Restriction. + a owl:Restriction. saref4bldg:Chiller a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Coil a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:CommunicationAppliance a owl:Class. saref4bldg:Compressor a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Condenser a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Controller a owl:Class. saref4bldg:CooledBeam a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:CoolingTower a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Damper a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:DistributionControlDevice a owl:Class. saref4bldg:DistributionDevice a owl:Class. saref4bldg:DistributionFlowDevice a owl:Class. saref4bldg:DuctSilencer a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:ElectricAppliance a owl:Class. saref4bldg:ElectricFlowStorageDevice a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:ElectricGenerator a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:ElectricMotor a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:ElectricTimeControl a owl:Class. saref4bldg:EnergyConversionDevice a owl:Class. saref4bldg:Engine a owl:Class. - a owl:Restriction. + a owl:Restriction. saref4bldg:EvaporativeCooler a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Evaporator a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Fan a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Filter a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:FireSuppressionTerminal a owl:Class. saref4bldg:FlowController a owl:Class. saref4bldg:FlowInstrument a owl:Class. saref4bldg:FlowMeter a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:FlowMovingDevice a owl:Class. saref4bldg:FlowStorageDevice a owl:Class. saref4bldg:FlowTerminal a owl:Class. saref4bldg:FlowTreatmentDevice a owl:Class. saref4bldg:HeatExchanger a owl:Class. - a owl:Restriction. + a owl:Restriction. saref4bldg:Humidifier a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Interceptor a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Lamp a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:MedicalDevice a owl:Class. saref4bldg:Outlet a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:PhysicalObject a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Restriction. + a owl:Class. (saref4bldg:BuildingSpace saref4bldg:PhysicalObject) a rdf:List. (saref4bldg:PhysicalObject) a rdf:List. saref4bldg:ProtectiveDevice a owl:Class. saref4bldg:ProtectiveDeviceTrippingUnit a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:SanitaryTerminal a owl:Class. saref4bldg:Sensor a owl:Class. saref4bldg:ShadingDevice a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:SolarDevice a owl:Class. saref4bldg:SpaceHeater a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:SwitchingDevice a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Tank a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:Transformer a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:TransportElement a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:TubeBundle a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:UnitaryControlElement a owl:Class. saref4bldg:Valve a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4bldg:VibrationIsolator a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. a owl:Ontology. terms:contributor a owl:AnnotationProperty. saref4ehaw:contains a owl:ObjectProperty. @@ -1786,7 +1787,7 @@ saref4ehaw:geolocation a owl:DatatypeProperty. saref4ehaw:hasCalculationMethod a owl:DatatypeProperty. saref4ehaw:hasEffect a owl:DatatypeProperty. saref4ehaw:hasGender a owl:DatatypeProperty. - a rdfs:Datatype. + a rdfs:Datatype. saref4ehaw:banGeolocation a owl:DatatypeProperty. saref4ehaw:hasInput a owl:DatatypeProperty. saref4ehaw:hasMbox a owl:DatatypeProperty. @@ -1819,7 +1820,7 @@ saref4ehaw:serialNb a owl:DatatypeProperty. saref4ehaw:serviceDescription a owl:DatatypeProperty. saref4ehaw:serviceName a owl:DatatypeProperty. saref4ehaw:banTopology a owl:DatatypeProperty. - a rdfs:Datatype. + a rdfs:Datatype. saref4ehaw:velocity a owl:DatatypeProperty. foaf:Agent a owl:Class. saref4ehaw:Activity a owl:Class. @@ -1870,8 +1871,8 @@ saref4ehaw:ServiceGrounding a owl:Class. saref4ehaw:ServiceProcess a owl:Class. saref4ehaw:ServiceProfile a owl:Class. saref4ehaw:TimeSeriesMeasurement a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. saref4ehaw:User a owl:Class. saref4ehaw:ValidityConstraint a owl:Class. ssn-system:Precision a owl:Class. @@ -1987,23 +1988,23 @@ geosp:SpatialObject a owl:Class. geo:Point a owl:Class. ssn-system:SystemCapability a owl:Class. foaf:Person a owl:Class. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. + a owl:Restriction. s4city:AdministrativeArea a owl:Class. s4city:CityObject a owl:Class. s4city:Event a owl:Class. - a owl:Restriction. + a owl:Restriction. s4city:Facility a owl:Class. ns6:BiometricProperty a owl:Class. ns6:CommunicatingFunction a owl:Class. @@ -2015,20 +2016,20 @@ ns6:EmissionProperty a owl:Class. ns6:EnvironmentalProperty a owl:Class. ns6:FabricWearable a owl:Class. ns6:InBodyWearable a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. ns6:Interface a owl:Class. ns6:LivingOrganism a owl:Class. ns6:MemoryStorage a owl:Class. ns6:NavigatingFunction a owl:Class. ns6:NearBodyWearable a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. ns6:Occurrence a owl:Class. - a owl:Restriction. + a owl:Restriction. ns6:OnBodyWearable a owl:Class. - a owl:Restriction. - a owl:Class. + a owl:Restriction. + a owl:Class. ns6:Policy a owl:Class. ns6:PowerSupply a owl:Class. ns6:Software a owl:Class. @@ -2036,13 +2037,13 @@ ns6:TextileBasedSensor a owl:Class. ns6:TextileBasedWearable a owl:Class. ns6:User a owl:Class. ns6:Wearable a owl:Class. - a owl:Restriction. - a owl:Restriction. + a owl:Restriction. + a owl:Restriction. ns6:WearableProperty a owl:Class. ns6:Wearer a owl:Class. - a owl:Restriction. - a owl:Class. - a owl:Restriction. + a owl:Restriction. + a owl:Class. + a owl:Restriction. ns6:WearerProperty a owl:Class. a owl:NamedIndividual. a schema:Person. @@ -2074,12 +2075,12 @@ ns6:WearerTemperature a ns6:BiometricProperty. a schema:Person. a owl:NamedIndividual. a schema:Organization. -"female" a . -"male" a . -"undetermined" a . -"Adhoc" a . -"Mesh" a . -"Star" a . +"female" a . +"male" a . +"undetermined" a . +"Adhoc" a . +"Mesh" a . +"Star" a . :containsRule rdfs:domain ActivityRecognition:Configuration. :forProperty rdfs:domain :Condition. :isMinimumThreshold rdfs:domain :Threshold. @@ -2273,312 +2274,312 @@ ns6:wearerAgeRange rdfs:domain ns6:Wearer. ns6:wearerStatus rdfs:domain ns6:Wearer. :onTimeWindow rdfs:domain :Rule. :isMinimumThreshold rdfs:domain :ValueCondition. -:isMinimumThreshold rdfs:domain . +:isMinimumThreshold rdfs:domain . :isMinimumThreshold rdfs:domain :Condition. -:isMinimumThreshold rdfs:domain . +:isMinimumThreshold rdfs:domain . saref4ehaw:hasPhysicalLocation rdfs:domain :AnalyzableForCondition. saref4ehaw:hasChronicDisease rdfs:domain :AnalyzableForCondition. ActivityRecognition:activityPredictionMadeFor rdfs:domain ActivityRecognition:Prediction. :containsRule rdfs:domain eep:Procedure. ActivityRecognition:analyzeProperty rdfs:domain eep:Executor. ActivityRecognition:predicts rdfs:domain eep:Executor. -ActivityRecognition:analyzeProperty rdfs:domain . -ActivityRecognition:predicts rdfs:domain . +ActivityRecognition:analyzeProperty rdfs:domain . +ActivityRecognition:predicts rdfs:domain . ActivityRecognition:isBasedOn rdfs:domain eep:Execution. ActivityRecognition:predictionMadeFor rdfs:domain eep:Execution. ActivityRecognition:timeOfPrediction rdfs:domain eep:Execution. ActivityRecognition:activityPredictionMadeFor rdfs:domain eep:Execution. -ActivityRecognition:isBasedOn rdfs:domain . -ActivityRecognition:predictionMadeFor rdfs:domain . -ActivityRecognition:timeOfPrediction rdfs:domain . -ActivityRecognition:activityPredictionMadeFor rdfs:domain . -ActivityRecognition:isBasedOn rdfs:domain . -ActivityRecognition:predictionMadeFor rdfs:domain . -ActivityRecognition:timeOfPrediction rdfs:domain . -ActivityRecognition:activityPredictionMadeFor rdfs:domain . -ns5:affectedBy rdfs:domain . -ns5:belongsTo rdfs:domain . -eep:hasFeatureOfInterest rdfs:domain . -eep:madeBy rdfs:domain . -eep:onQuality rdfs:domain . -eep:usedProcedure rdfs:domain . -ActivityRecognition:isBasedOn rdfs:domain . -ActivityRecognition:predictionMadeFor rdfs:domain . -ActivityRecognition:timeOfPrediction rdfs:domain . -ActivityRecognition:activityPredictionMadeFor rdfs:domain . -eep:hasFeatureOfInterest rdfs:domain . -eep:madeBy rdfs:domain . -eep:onQuality rdfs:domain . -eep:usedProcedure rdfs:domain . -ActivityRecognition:isBasedOn rdfs:domain . -ActivityRecognition:predictionMadeFor rdfs:domain . -ActivityRecognition:timeOfPrediction rdfs:domain . -ActivityRecognition:activityPredictionMadeFor rdfs:domain . -eep:hasFeatureOfInterest rdfs:domain . -eep:madeBy rdfs:domain . -eep:onQuality rdfs:domain . -eep:usedProcedure rdfs:domain . -ActivityRecognition:isBasedOn rdfs:domain . -ActivityRecognition:predictionMadeFor rdfs:domain . -ActivityRecognition:timeOfPrediction rdfs:domain . -ActivityRecognition:activityPredictionMadeFor rdfs:domain . +ActivityRecognition:isBasedOn rdfs:domain . +ActivityRecognition:predictionMadeFor rdfs:domain . +ActivityRecognition:timeOfPrediction rdfs:domain . +ActivityRecognition:activityPredictionMadeFor rdfs:domain . +ActivityRecognition:isBasedOn rdfs:domain . +ActivityRecognition:predictionMadeFor rdfs:domain . +ActivityRecognition:timeOfPrediction rdfs:domain . +ActivityRecognition:activityPredictionMadeFor rdfs:domain . +ns5:affectedBy rdfs:domain . +ns5:belongsTo rdfs:domain . +eep:hasFeatureOfInterest rdfs:domain . +eep:madeBy rdfs:domain . +eep:onQuality rdfs:domain . +eep:usedProcedure rdfs:domain . +ActivityRecognition:isBasedOn rdfs:domain . +ActivityRecognition:predictionMadeFor rdfs:domain . +ActivityRecognition:timeOfPrediction rdfs:domain . +ActivityRecognition:activityPredictionMadeFor rdfs:domain . +eep:hasFeatureOfInterest rdfs:domain . +eep:madeBy rdfs:domain . +eep:onQuality rdfs:domain . +eep:usedProcedure rdfs:domain . +ActivityRecognition:isBasedOn rdfs:domain . +ActivityRecognition:predictionMadeFor rdfs:domain . +ActivityRecognition:timeOfPrediction rdfs:domain . +ActivityRecognition:activityPredictionMadeFor rdfs:domain . +eep:hasFeatureOfInterest rdfs:domain . +eep:madeBy rdfs:domain . +eep:onQuality rdfs:domain . +eep:usedProcedure rdfs:domain . +ActivityRecognition:isBasedOn rdfs:domain . +ActivityRecognition:predictionMadeFor rdfs:domain . +ActivityRecognition:timeOfPrediction rdfs:domain . +ActivityRecognition:activityPredictionMadeFor rdfs:domain . ns6:isTriggeredBy rdfs:domain saref-core:Function. ns6:hasCommand rdfs:domain saref-core:Function. -saref-core:actsUpon rdfs:domain . -saref-core:isCommandOf rdfs:domain . -saref-core:actsUpon rdfs:domain . -saref-core:isCommandOf rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . +saref-core:actsUpon rdfs:domain . +saref-core:isCommandOf rdfs:domain . +saref-core:actsUpon rdfs:domain . +saref-core:isCommandOf rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . saref-core:hasThresholdMeasurement rdfs:domain saref-core:Function. -saref-core:hasThresholdMeasurement rdfs:domain . -saref-core:hasMeasurement rdfs:domain . -saref-core:hasProperty rdfs:domain . -ns6:featureIsControlledByDevice rdfs:domain . -ns6:featureIsMeasuredByDevice rdfs:domain . -ns6:meansOfTransport rdfs:domain . -saref-core:hasMeasurement rdfs:domain . -saref-core:hasProperty rdfs:domain . -ns6:featureIsControlledByDevice rdfs:domain . -ns6:featureIsMeasuredByDevice rdfs:domain . -ns6:meansOfTransport rdfs:domain . -saref-core:hasCommand rdfs:domain . -saref4ehaw:hasData rdfs:domain . -ns6:isTriggeredBy rdfs:domain . -ns6:hasCommand rdfs:domain . -saref-core:hasThresholdMeasurement rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . +saref-core:hasThresholdMeasurement rdfs:domain . +saref-core:hasMeasurement rdfs:domain . +saref-core:hasProperty rdfs:domain . +ns6:featureIsControlledByDevice rdfs:domain . +ns6:featureIsMeasuredByDevice rdfs:domain . +ns6:meansOfTransport rdfs:domain . +saref-core:hasMeasurement rdfs:domain . +saref-core:hasProperty rdfs:domain . +ns6:featureIsControlledByDevice rdfs:domain . +ns6:featureIsMeasuredByDevice rdfs:domain . +ns6:meansOfTransport rdfs:domain . +saref-core:hasCommand rdfs:domain . +saref4ehaw:hasData rdfs:domain . +ns6:isTriggeredBy rdfs:domain . +ns6:hasCommand rdfs:domain . +saref-core:hasThresholdMeasurement rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . saref-core:hasMeterReading rdfs:domain saref-core:Function. saref-core:hasMeterReadingType rdfs:domain saref-core:Function. -saref-core:hasMeterReading rdfs:domain . -saref-core:hasMeterReadingType rdfs:domain . -saref-core:hasMeterReading rdfs:domain . -saref-core:hasMeterReadingType rdfs:domain . -saref-core:isControlledByDevice rdfs:domain . -saref-core:isMeasuredByDevice rdfs:domain . -saref-core:isPropertyOf rdfs:domain . -saref-core:relatesToMeasurement rdfs:domain . -saref-core:isControlledByDevice rdfs:domain . -saref-core:isMeasuredByDevice rdfs:domain . -saref-core:isPropertyOf rdfs:domain . -saref-core:relatesToMeasurement rdfs:domain . -saref-core:isControlledByDevice rdfs:domain . -saref-core:isMeasuredByDevice rdfs:domain . -saref-core:isPropertyOf rdfs:domain . -saref-core:relatesToMeasurement rdfs:domain . -saref-core:isControlledByDevice rdfs:domain . -saref-core:isMeasuredByDevice rdfs:domain . -saref-core:isPropertyOf rdfs:domain . -saref-core:relatesToMeasurement rdfs:domain . +saref-core:hasMeterReading rdfs:domain . +saref-core:hasMeterReadingType rdfs:domain . +saref-core:hasMeterReading rdfs:domain . +saref-core:hasMeterReadingType rdfs:domain . +saref-core:isControlledByDevice rdfs:domain . +saref-core:isMeasuredByDevice rdfs:domain . +saref-core:isPropertyOf rdfs:domain . +saref-core:relatesToMeasurement rdfs:domain . +saref-core:isControlledByDevice rdfs:domain . +saref-core:isMeasuredByDevice rdfs:domain . +saref-core:isPropertyOf rdfs:domain . +saref-core:relatesToMeasurement rdfs:domain . +saref-core:isControlledByDevice rdfs:domain . +saref-core:isMeasuredByDevice rdfs:domain . +saref-core:isPropertyOf rdfs:domain . +saref-core:relatesToMeasurement rdfs:domain . +saref-core:isControlledByDevice rdfs:domain . +saref-core:isMeasuredByDevice rdfs:domain . +saref-core:isPropertyOf rdfs:domain . +saref-core:relatesToMeasurement rdfs:domain . saref-core:hasSensingRange rdfs:domain saref-core:Function. saref-core:hasSensorType rdfs:domain saref-core:Function. -saref-core:hasSensingRange rdfs:domain . -saref-core:hasSensorType rdfs:domain . -saref-core:hasSensingRange rdfs:domain . -saref-core:hasSensorType rdfs:domain . -saref-core:isOfferedBy rdfs:domain . -saref-core:represents rdfs:domain . -saref4ehaw:isDescribedBy rdfs:domain . -saref4ehaw:presents rdfs:domain . -saref4ehaw:supports rdfs:domain . -saref-core:isOfferedBy rdfs:domain . -saref-core:represents rdfs:domain . -saref4ehaw:isDescribedBy rdfs:domain . -saref4ehaw:presents rdfs:domain . -saref4ehaw:supports rdfs:domain . +saref-core:hasSensingRange rdfs:domain . +saref-core:hasSensorType rdfs:domain . +saref-core:hasSensingRange rdfs:domain . +saref-core:hasSensorType rdfs:domain . +saref-core:isOfferedBy rdfs:domain . +saref-core:represents rdfs:domain . +saref4ehaw:isDescribedBy rdfs:domain . +saref4ehaw:presents rdfs:domain . +saref4ehaw:supports rdfs:domain . +saref-core:isOfferedBy rdfs:domain . +saref-core:represents rdfs:domain . +saref4ehaw:isDescribedBy rdfs:domain . +saref4ehaw:presents rdfs:domain . +saref4ehaw:supports rdfs:domain . saref-core:controlsProperty rdfs:domain saref4bldg:PhysicalObject. saref-core:hasFunction rdfs:domain saref4bldg:PhysicalObject. saref-core:hasProfile rdfs:domain saref4bldg:PhysicalObject. @@ -2593,26 +2594,26 @@ ns6:hasSensor rdfs:domain saref4bldg:PhysicalObject. ns6:measuresFeature rdfs:domain saref4bldg:PhysicalObject. ns6:monitors rdfs:domain saref4bldg:PhysicalObject. ns6:triggers rdfs:domain saref4bldg:PhysicalObject. -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . saref4ehaw:hasPatient rdfs:domain saref4ehaw:HealthActor. ns2:hasAddiction rdfs:domain foaf:Agent. ns2:hasPets rdfs:domain foaf:Agent. @@ -2662,8 +2663,8 @@ saref4ehaw:sendingFrequency rdfs:domain saref4ehaw:BanCommunicationType. saref4ehaw:geolocation rdfs:domain saref4ehaw:Location. saref4ehaw:postalAddress rdfs:domain saref4ehaw:Location. saref4ehaw:hasValues rdfs:domain saref-core:Measurement. -saref4ehaw:hasValues rdfs:domain . -saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . ns2:hasIndoorLocation rdfs:domain saref4ehaw:HealthActor. ns2:takesMedication rdfs:domain saref4ehaw:HealthActor. saref4ehaw:hasHabit rdfs:domain saref4ehaw:HealthActor. @@ -2673,131 +2674,131 @@ saref4ehaw:hasPhysicalLocation rdfs:domain saref4ehaw:HealthActor. saref4ehaw:hasChronicDisease rdfs:domain saref4ehaw:HealthActor. saref4ehaw:maximumValue rdfs:domain saref4ehaw:DataConstraint. saref4ehaw:minimumValue rdfs:domain saref4ehaw:DataConstraint. -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref-core:isMeasuredIn rdfs:domain . -saref-core:isMeasurementOf rdfs:domain . -saref-core:measurementMadeBy rdfs:domain . -saref-core:relatesToProperty rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref-core:isControlledByDevice rdfs:domain . -saref-core:isMeasuredByDevice rdfs:domain . -saref-core:isPropertyOf rdfs:domain . -saref-core:relatesToMeasurement rdfs:domain . -saref-core:isControlledByDevice rdfs:domain . -saref-core:isMeasuredByDevice rdfs:domain . -saref-core:isPropertyOf rdfs:domain . -saref-core:relatesToMeasurement rdfs:domain . -saref-core:isControlledByDevice rdfs:domain . -saref-core:isMeasuredByDevice rdfs:domain . -saref-core:isPropertyOf rdfs:domain . -saref-core:relatesToMeasurement rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref-core:isMeasuredIn rdfs:domain . +saref-core:isMeasurementOf rdfs:domain . +saref-core:measurementMadeBy rdfs:domain . +saref-core:relatesToProperty rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref-core:isControlledByDevice rdfs:domain . +saref-core:isMeasuredByDevice rdfs:domain . +saref-core:isPropertyOf rdfs:domain . +saref-core:relatesToMeasurement rdfs:domain . +saref-core:isControlledByDevice rdfs:domain . +saref-core:isMeasuredByDevice rdfs:domain . +saref-core:isPropertyOf rdfs:domain . +saref-core:relatesToMeasurement rdfs:domain . +saref-core:isControlledByDevice rdfs:domain . +saref-core:isMeasuredByDevice rdfs:domain . +saref-core:isPropertyOf rdfs:domain . +saref-core:relatesToMeasurement rdfs:domain . ns6:installs rdfs:domain geosp:Feature. ns6:hasCapacity rdfs:domain geosp:Feature. -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isDetectedBy rdfs:domain . -ns6:isLocatedOn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isDetectedBy rdfs:domain . +ns6:isLocatedOn rdfs:domain . ns6:interactsWith rdfs:domain saref-core:FeatureOfInterest. saref-core:hasFunction rdfs:domain geosp:Feature. ns6:followsPolicy rdfs:domain geosp:Feature. @@ -2820,226 +2821,226 @@ ns6:hasLength rdfs:domain saref-core:Device. ns6:hasStorage rdfs:domain saref-core:Device. ns6:hasWeight rdfs:domain saref-core:Device. ns6:hasWidth rdfs:domain saref-core:Device. -saref-core:hasFunction rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -saref-core:hasFunction rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . +saref-core:hasFunction rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +saref-core:hasFunction rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . ns6:wearerAgeRange rdfs:domain geosp:SpatialObject. ns6:wearerStatus rdfs:domain geosp:SpatialObject. -ns6:wearerAgeRange rdfs:domain . -ns6:wearerStatus rdfs:domain . -ns6:wearerAgeRange rdfs:domain . -ns6:wearerStatus rdfs:domain . -saref-core:hasMeterReading rdfs:domain . -saref-core:hasMeterReadingType rdfs:domain . -saref-core:hasSensingRange rdfs:domain . -saref-core:hasSensorType rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . +ns6:wearerAgeRange rdfs:domain . +ns6:wearerStatus rdfs:domain . +ns6:wearerAgeRange rdfs:domain . +ns6:wearerStatus rdfs:domain . +saref-core:hasMeterReading rdfs:domain . +saref-core:hasMeterReadingType rdfs:domain . +saref-core:hasSensingRange rdfs:domain . +saref-core:hasSensorType rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . saref4ehaw:hasDeviceCharacteristic rdfs:domain saref4bldg:PhysicalObject. saref4ehaw:hasInterface rdfs:domain saref4bldg:PhysicalObject. saref4ehaw:hasLocation rdfs:domain saref4bldg:PhysicalObject. @@ -3051,24 +3052,24 @@ saref4ehaw:availableRam rdfs:domain saref4bldg:PhysicalObject. saref4ehaw:remainingBatteryLevel rdfs:domain saref4bldg:PhysicalObject. saref4ehaw:serialNb rdfs:domain saref4bldg:PhysicalObject. saref4ehaw:followsUser rdfs:domain foaf:Agent. -saref4ehaw:precision rdfs:domain . -saref4ehaw:uom rdfs:domain . -s4envi:hasFrequencyMeasurement rdfs:domain . -saref4ehaw:faultTolerence rdfs:domain . -saref4ehaw:latency rdfs:domain . -saref4ehaw:sampleTime rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref4ehaw:hasValues rdfs:domain . -saref4ehaw:hasValues rdfs:domain . +saref4ehaw:precision rdfs:domain . +saref4ehaw:uom rdfs:domain . +s4envi:hasFrequencyMeasurement rdfs:domain . +saref4ehaw:faultTolerence rdfs:domain . +saref4ehaw:latency rdfs:domain . +saref4ehaw:sampleTime rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . +saref4ehaw:hasValues rdfs:domain . ns2:hasIndoorLocation rdfs:domain foaf:Agent. ns2:takesMedication rdfs:domain foaf:Agent. saref4ehaw:hasHabit rdfs:domain foaf:Agent. @@ -3078,8 +3079,8 @@ saref4ehaw:hasPhysicalLocation rdfs:domain foaf:Agent. saref4ehaw:hasChronicDisease rdfs:domain foaf:Agent. ns6:installs rdfs:domain geosp:SpatialObject. ns6:hasCapacity rdfs:domain geosp:SpatialObject. -ns6:interactsWith rdfs:domain . -ns6:interactsWith rdfs:domain . +ns6:interactsWith rdfs:domain . +ns6:interactsWith rdfs:domain . saref-core:hasFunction rdfs:domain geosp:SpatialObject. ns6:followsPolicy rdfs:domain geosp:SpatialObject. ns6:isLocated rdfs:domain geosp:SpatialObject. @@ -3091,126 +3092,126 @@ ns6:hasLength rdfs:domain geosp:SpatialObject. ns6:hasStorage rdfs:domain geosp:SpatialObject. ns6:hasWeight rdfs:domain geosp:SpatialObject. ns6:hasWidth rdfs:domain geosp:SpatialObject. -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . ns6:followsPolicy rdfs:domain saref4bldg:PhysicalObject. ns6:isLocated rdfs:domain saref4bldg:PhysicalObject. ns6:sendsInformationTo rdfs:domain saref4bldg:PhysicalObject. @@ -3221,119 +3222,119 @@ ns6:hasLength rdfs:domain saref4bldg:PhysicalObject. ns6:hasStorage rdfs:domain saref4bldg:PhysicalObject. ns6:hasWeight rdfs:domain saref4bldg:PhysicalObject. ns6:hasWidth rdfs:domain saref4bldg:PhysicalObject. -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . ActivityRecognition:predictedBy rdfs:domain eep:Execution. -ActivityRecognition:predictedBy rdfs:domain . -ActivityRecognition:predictedBy rdfs:domain . -ActivityRecognition:predictedBy rdfs:domain . +ActivityRecognition:predictedBy rdfs:domain . +ActivityRecognition:predictedBy rdfs:domain . +ActivityRecognition:predictedBy rdfs:domain . ns6:isLocatedIn rdfs:domain ns6:Wearable. ns6:isLocatedIn rdfs:domain geosp:Feature. ns6:isLocatedIn rdfs:domain saref-core:Device. -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . ns6:isLocatedIn rdfs:domain geosp:SpatialObject. -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . ns6:isLocatedIn rdfs:domain saref4bldg:PhysicalObject. -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedIn rdfs:domain . ns6:isLocatedNear rdfs:domain ns6:Wearable. ns6:isLocatedNear rdfs:domain geosp:Feature. ns6:isLocatedNear rdfs:domain saref-core:Device. -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . ns6:isLocatedNear rdfs:domain geosp:SpatialObject. -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . ns6:isLocatedNear rdfs:domain saref4bldg:PhysicalObject. -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedNear rdfs:domain . ns6:isLocatedOn rdfs:domain ns6:Wearable. ns6:isLocatedOn rdfs:domain geosp:Feature. ns6:isLocatedOn rdfs:domain saref-core:Device. -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . ns6:isLocatedOn rdfs:domain geosp:SpatialObject. -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . ns6:isLocatedOn rdfs:domain saref4bldg:PhysicalObject. -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedOn rdfs:domain . ns6:wearerAgeRange rdfs:domain ns6:LivingOrganism. ns6:wearerStatus rdfs:domain ns6:LivingOrganism. -ns6:wearerAgeRange rdfs:domain . -ns6:wearerStatus rdfs:domain . +ns6:wearerAgeRange rdfs:domain . +ns6:wearerStatus rdfs:domain . ns2:hasAddiction rdfs:domain saref4ehaw:Contact. ns2:hasPets rdfs:domain saref4ehaw:Contact. ns2:hasRoutine rdfs:domain saref4ehaw:Contact. @@ -3366,73 +3367,73 @@ saref4ehaw:hasImpairment rdfs:domain saref4ehaw:Contact. saref4ehaw:hasPosture rdfs:domain saref4ehaw:Contact. saref4ehaw:hasPhysicalLocation rdfs:domain saref4ehaw:Contact. saref4ehaw:hasChronicDisease rdfs:domain saref4ehaw:Contact. -saref-core:hasFunction rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedOn rdfs:domain . -ns6:wearerAgeRange rdfs:domain . -ns6:wearerStatus rdfs:domain . -saref-core:isControlledByDevice rdfs:domain . -saref-core:isMeasuredByDevice rdfs:domain . -saref-core:isPropertyOf rdfs:domain . -saref-core:relatesToMeasurement rdfs:domain . -saref-core:isControlledByDevice rdfs:domain . -saref-core:isMeasuredByDevice rdfs:domain . -saref-core:isPropertyOf rdfs:domain . -saref-core:relatesToMeasurement rdfs:domain . -saref-core:controlsProperty rdfs:domain . -saref-core:hasFunction rdfs:domain . -saref-core:hasProfile rdfs:domain . -saref-core:hasState rdfs:domain . -saref-core:makesMeasurement rdfs:domain . -saref-core:measuresProperty rdfs:domain . -saref-core:offers rdfs:domain . -ns6:controlsFeature rdfs:domain . -ns6:hasInterface rdfs:domain . -ns6:hasPowerSupply rdfs:domain . -ns6:hasSensor rdfs:domain . -ns6:measuresFeature rdfs:domain . -ns6:monitors rdfs:domain . -ns6:triggers rdfs:domain . -saref4ehaw:hasDeviceCharacteristic rdfs:domain . -saref4ehaw:hasInterface rdfs:domain . -saref4ehaw:hasLocation rdfs:domain . -saref4ehaw:hasOperatingConstraint rdfs:domain . -saref4ehaw:inCurrentMode rdfs:domain . -saref4ehaw:isAttachedTo rdfs:domain . -saref4ehaw:availableFlash rdfs:domain . -saref4ehaw:availableRam rdfs:domain . -saref4ehaw:remainingBatteryLevel rdfs:domain . -saref4ehaw:serialNb rdfs:domain . -ns6:followsPolicy rdfs:domain . -ns6:isLocated rdfs:domain . -ns6:sendsInformationTo rdfs:domain . -ns6:sendsNotificationsTo rdfs:domain . -ns6:hasDataTransmissionRate rdfs:domain . -ns6:hasHeight rdfs:domain . -ns6:hasLength rdfs:domain . -ns6:hasStorage rdfs:domain . -ns6:hasWeight rdfs:domain . -ns6:hasWidth rdfs:domain . -ns6:isLocatedIn rdfs:domain . -ns6:isLocatedNear rdfs:domain . -ns6:isLocatedOn rdfs:domain . +saref-core:hasFunction rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedOn rdfs:domain . +ns6:wearerAgeRange rdfs:domain . +ns6:wearerStatus rdfs:domain . +saref-core:isControlledByDevice rdfs:domain . +saref-core:isMeasuredByDevice rdfs:domain . +saref-core:isPropertyOf rdfs:domain . +saref-core:relatesToMeasurement rdfs:domain . +saref-core:isControlledByDevice rdfs:domain . +saref-core:isMeasuredByDevice rdfs:domain . +saref-core:isPropertyOf rdfs:domain . +saref-core:relatesToMeasurement rdfs:domain . +saref-core:controlsProperty rdfs:domain . +saref-core:hasFunction rdfs:domain . +saref-core:hasProfile rdfs:domain . +saref-core:hasState rdfs:domain . +saref-core:makesMeasurement rdfs:domain . +saref-core:measuresProperty rdfs:domain . +saref-core:offers rdfs:domain . +ns6:controlsFeature rdfs:domain . +ns6:hasInterface rdfs:domain . +ns6:hasPowerSupply rdfs:domain . +ns6:hasSensor rdfs:domain . +ns6:measuresFeature rdfs:domain . +ns6:monitors rdfs:domain . +ns6:triggers rdfs:domain . +saref4ehaw:hasDeviceCharacteristic rdfs:domain . +saref4ehaw:hasInterface rdfs:domain . +saref4ehaw:hasLocation rdfs:domain . +saref4ehaw:hasOperatingConstraint rdfs:domain . +saref4ehaw:inCurrentMode rdfs:domain . +saref4ehaw:isAttachedTo rdfs:domain . +saref4ehaw:availableFlash rdfs:domain . +saref4ehaw:availableRam rdfs:domain . +saref4ehaw:remainingBatteryLevel rdfs:domain . +saref4ehaw:serialNb rdfs:domain . +ns6:followsPolicy rdfs:domain . +ns6:isLocated rdfs:domain . +ns6:sendsInformationTo rdfs:domain . +ns6:sendsNotificationsTo rdfs:domain . +ns6:hasDataTransmissionRate rdfs:domain . +ns6:hasHeight rdfs:domain . +ns6:hasLength rdfs:domain . +ns6:hasStorage rdfs:domain . +ns6:hasWeight rdfs:domain . +ns6:hasWidth rdfs:domain . +ns6:isLocatedIn rdfs:domain . +ns6:isLocatedNear rdfs:domain . +ns6:isLocatedOn rdfs:domain . ns6:wearerAgeRange rdfs:domain geosp:Feature. ns6:wearerStatus rdfs:domain geosp:Feature. ns6:wearerAgeRange rdfs:domain saref-core:FeatureOfInterest. ns6:wearerStatus rdfs:domain saref-core:FeatureOfInterest. -ns6:wearerAgeRange rdfs:domain . -ns6:wearerStatus rdfs:domain . +ns6:wearerAgeRange rdfs:domain . +ns6:wearerStatus rdfs:domain . :containsRule rdfs:range :Rule. :doesNotHaveActivityInRoutine rdfs:range saref4ehaw:Activity. :elseResultCondition rdfs:range :Condition. @@ -3648,7 +3649,7 @@ saref4ehaw:frequency rdfs:range xsd:float. saref4ehaw:geolocation rdfs:range xsd:string. saref4ehaw:hasCalculationMethod rdfs:range xsd:string. saref4ehaw:hasEffect rdfs:range xsd:string. -saref4ehaw:hasGender rdfs:range . +saref4ehaw:hasGender rdfs:range . saref4ehaw:banGeolocation rdfs:range xsd:string. saref4ehaw:hasInput rdfs:range xsd:string. saref4ehaw:hasMbox rdfs:range xsd:anyURI. @@ -3680,7 +3681,7 @@ saref4ehaw:sendingFrequency rdfs:range xsd:float. saref4ehaw:serialNb rdfs:range xsd:string. saref4ehaw:serviceDescription rdfs:range xsd:string. saref4ehaw:serviceName rdfs:range xsd:string. -saref4ehaw:banTopology rdfs:range . +saref4ehaw:banTopology rdfs:range . saref4ehaw:velocity rdfs:range xsd:float. ns6:controlsFeature rdfs:range saref-core:FeatureOfInterest. ns6:featureIsControlledByDevice rdfs:range saref-core:Device. @@ -3715,259 +3716,259 @@ ns6:wearerAgeRange rdfs:range xsd:string. ns6:wearerStatus rdfs:range xsd:string. saref4ehaw:hasPatient rdfs:range :AnalyzableForCondition. ActivityRecognition:predictedBy rdfs:range eep:Executor. -ActivityRecognition:predictedBy rdfs:range . -ns2:hasRoutine rdfs:range . +ActivityRecognition:predictedBy rdfs:range . +ns2:hasRoutine rdfs:range . saref4ehaw:hasHabit rdfs:range ActivityRecognition:Lifestyle. ns2:hasSymptom rdfs:range saref-core:FeatureOfInterest. SensorsAndWearables:hasAxis rdfs:range geosp:Geometry. -ns5:affectedBy rdfs:range . -ns5:influencedBy rdfs:range . -eep:forQuality rdfs:range . -eep:onQuality rdfs:range . +ns5:affectedBy rdfs:range . +ns5:influencedBy rdfs:range . +eep:forQuality rdfs:range . +eep:onQuality rdfs:range . ns6:triggers rdfs:range saref-core:Function. -saref-core:hasCommand rdfs:range . -saref-core:hasCommand rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -saref-core:isMeasurementOf rdfs:range . -saref-core:isPropertyOf rdfs:range . -ns6:controlsFeature rdfs:range . -ns6:measuresFeature rdfs:range . -ns2:hasSymptom rdfs:range . -saref-core:isMeasurementOf rdfs:range . -saref-core:isPropertyOf rdfs:range . -ns6:controlsFeature rdfs:range . -ns6:measuresFeature rdfs:range . -ns2:hasSymptom rdfs:range . -saref-core:hasFunction rdfs:range . -saref-core:isCommandOf rdfs:range . -saref-core:represents rdfs:range . -ns6:triggers rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . +saref-core:hasCommand rdfs:range . +saref-core:hasCommand rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +saref-core:isMeasurementOf rdfs:range . +saref-core:isPropertyOf rdfs:range . +ns6:controlsFeature rdfs:range . +ns6:measuresFeature rdfs:range . +ns2:hasSymptom rdfs:range . +saref-core:isMeasurementOf rdfs:range . +saref-core:isPropertyOf rdfs:range . +ns6:controlsFeature rdfs:range . +ns6:measuresFeature rdfs:range . +ns2:hasSymptom rdfs:range . +saref-core:hasFunction rdfs:range . +saref-core:isCommandOf rdfs:range . +saref-core:represents rdfs:range . +ns6:triggers rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . saref-core:hasPrice rdfs:range saref-core:Property. -saref-core:hasProfile rdfs:range . -saref-core:hasProfile rdfs:range . -saref-core:hasProfile rdfs:range . -saref-core:hasProfile rdfs:range . -:forProperty rdfs:range . -ActivityRecognition:analyzeProperty rdfs:range . -saref-core:controlsProperty rdfs:range . -saref-core:hasMeterReadingType rdfs:range . -saref-core:hasProperty rdfs:range . -saref-core:hasSensorType rdfs:range . -saref-core:measuresProperty rdfs:range . -saref-core:relatesToProperty rdfs:range . -saref-core:hasPrice rdfs:range . -:forProperty rdfs:range . -ActivityRecognition:analyzeProperty rdfs:range . -saref-core:controlsProperty rdfs:range . -saref-core:hasMeterReadingType rdfs:range . -saref-core:hasProperty rdfs:range . -saref-core:hasSensorType rdfs:range . -saref-core:measuresProperty rdfs:range . -saref-core:relatesToProperty rdfs:range . -saref-core:hasPrice rdfs:range . -:forProperty rdfs:range . -ActivityRecognition:analyzeProperty rdfs:range . -saref-core:controlsProperty rdfs:range . -saref-core:hasMeterReadingType rdfs:range . -saref-core:hasProperty rdfs:range . -saref-core:hasSensorType rdfs:range . -saref-core:measuresProperty rdfs:range . -saref-core:relatesToProperty rdfs:range . -saref-core:hasPrice rdfs:range . -:forProperty rdfs:range . -ActivityRecognition:analyzeProperty rdfs:range . -saref-core:controlsProperty rdfs:range . -saref-core:hasMeterReadingType rdfs:range . -saref-core:hasProperty rdfs:range . -saref-core:hasSensorType rdfs:range . -saref-core:measuresProperty rdfs:range . -saref-core:relatesToProperty rdfs:range . -saref-core:hasPrice rdfs:range . +saref-core:hasProfile rdfs:range . +saref-core:hasProfile rdfs:range . +saref-core:hasProfile rdfs:range . +saref-core:hasProfile rdfs:range . +:forProperty rdfs:range . +ActivityRecognition:analyzeProperty rdfs:range . +saref-core:controlsProperty rdfs:range . +saref-core:hasMeterReadingType rdfs:range . +saref-core:hasProperty rdfs:range . +saref-core:hasSensorType rdfs:range . +saref-core:measuresProperty rdfs:range . +saref-core:relatesToProperty rdfs:range . +saref-core:hasPrice rdfs:range . +:forProperty rdfs:range . +ActivityRecognition:analyzeProperty rdfs:range . +saref-core:controlsProperty rdfs:range . +saref-core:hasMeterReadingType rdfs:range . +saref-core:hasProperty rdfs:range . +saref-core:hasSensorType rdfs:range . +saref-core:measuresProperty rdfs:range . +saref-core:relatesToProperty rdfs:range . +saref-core:hasPrice rdfs:range . +:forProperty rdfs:range . +ActivityRecognition:analyzeProperty rdfs:range . +saref-core:controlsProperty rdfs:range . +saref-core:hasMeterReadingType rdfs:range . +saref-core:hasProperty rdfs:range . +saref-core:hasSensorType rdfs:range . +saref-core:measuresProperty rdfs:range . +saref-core:relatesToProperty rdfs:range . +saref-core:hasPrice rdfs:range . +:forProperty rdfs:range . +ActivityRecognition:analyzeProperty rdfs:range . +saref-core:controlsProperty rdfs:range . +saref-core:hasMeterReadingType rdfs:range . +saref-core:hasProperty rdfs:range . +saref-core:hasSensorType rdfs:range . +saref-core:measuresProperty rdfs:range . +saref-core:relatesToProperty rdfs:range . +saref-core:hasPrice rdfs:range . ns6:hasSensor rdfs:range saref-core:Device. -ns6:hasSensor rdfs:range . -saref-core:offers rdfs:range . -saref-core:offers rdfs:range . -ns2:livesIn rdfs:range . +ns6:hasSensor rdfs:range . +saref-core:offers rdfs:range . +saref-core:offers rdfs:range . +ns2:livesIn rdfs:range . saref-core:isControlledByDevice rdfs:range saref4bldg:PhysicalObject. saref-core:isMeasuredByDevice rdfs:range saref4bldg:PhysicalObject. saref-core:isOfferedBy rdfs:range saref4bldg:PhysicalObject. @@ -3980,41 +3981,41 @@ ns6:isDetectedBy rdfs:range saref4bldg:PhysicalObject. ns6:isTriggeredBy rdfs:range saref4bldg:PhysicalObject. ns6:monitors rdfs:range saref4bldg:PhysicalObject. ns6:hasSensor rdfs:range saref4bldg:PhysicalObject. -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . saref4ehaw:hasHub rdfs:range saref4ehaw:HealthDevice. ActivityRecognition:activityPredictionMadeFor rdfs:range foaf:Agent. saref4ehaw:hasParticipant rdfs:range foaf:Agent. @@ -4026,292 +4027,292 @@ saref4ehaw:hasPhysicalLocation rdfs:range saref4ehaw:Location. saref4ehaw:hasPosture rdfs:range saref-core:Property. saref4ehaw:hasResponsibleParty rdfs:range saref4ehaw:HealthActor. saref4ehaw:hasTimeSeriesMesurement rdfs:range saref-core:Measurement. -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . saref4ehaw:followsUser rdfs:range saref4ehaw:HealthActor. saref4ehaw:hasPatient rdfs:range saref4ehaw:HealthActor. SensorsAndWearables:hasAxis rdfs:range geosp:SpatialObject. -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -ns6:hasSensor rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -ns6:hasSensor rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -ns6:hasSensor rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref-core:hasMeasurement rdfs:range . -saref-core:hasMeterReading rdfs:range . -saref-core:hasSensingRange rdfs:range . -saref-core:hasThresholdMeasurement rdfs:range . -saref-core:makesMeasurement rdfs:range . -saref-core:relatesToMeasurement rdfs:range . -saref4ehaw:hasMeasurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -:forProperty rdfs:range . -ActivityRecognition:analyzeProperty rdfs:range . -saref-core:controlsProperty rdfs:range . -saref-core:hasMeterReadingType rdfs:range . -saref-core:hasProperty rdfs:range . -saref-core:hasSensorType rdfs:range . -saref-core:measuresProperty rdfs:range . -saref-core:relatesToProperty rdfs:range . -saref-core:hasPrice rdfs:range . -saref4ehaw:hasPosture rdfs:range . -:forProperty rdfs:range . -ActivityRecognition:analyzeProperty rdfs:range . -saref-core:controlsProperty rdfs:range . -saref-core:hasMeterReadingType rdfs:range . -saref-core:hasProperty rdfs:range . -saref-core:hasSensorType rdfs:range . -saref-core:measuresProperty rdfs:range . -saref-core:relatesToProperty rdfs:range . -saref-core:hasPrice rdfs:range . -saref4ehaw:hasPosture rdfs:range . -:forProperty rdfs:range . -ActivityRecognition:analyzeProperty rdfs:range . -saref-core:controlsProperty rdfs:range . -saref-core:hasMeterReadingType rdfs:range . -saref-core:hasProperty rdfs:range . -saref-core:hasSensorType rdfs:range . -saref-core:measuresProperty rdfs:range . -saref-core:relatesToProperty rdfs:range . -saref-core:hasPrice rdfs:range . -saref4ehaw:hasPosture rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +ns6:hasSensor rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +ns6:hasSensor rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +ns6:hasSensor rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref-core:hasMeasurement rdfs:range . +saref-core:hasMeterReading rdfs:range . +saref-core:hasSensingRange rdfs:range . +saref-core:hasThresholdMeasurement rdfs:range . +saref-core:makesMeasurement rdfs:range . +saref-core:relatesToMeasurement rdfs:range . +saref4ehaw:hasMeasurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +:forProperty rdfs:range . +ActivityRecognition:analyzeProperty rdfs:range . +saref-core:controlsProperty rdfs:range . +saref-core:hasMeterReadingType rdfs:range . +saref-core:hasProperty rdfs:range . +saref-core:hasSensorType rdfs:range . +saref-core:measuresProperty rdfs:range . +saref-core:relatesToProperty rdfs:range . +saref-core:hasPrice rdfs:range . +saref4ehaw:hasPosture rdfs:range . +:forProperty rdfs:range . +ActivityRecognition:analyzeProperty rdfs:range . +saref-core:controlsProperty rdfs:range . +saref-core:hasMeterReadingType rdfs:range . +saref-core:hasProperty rdfs:range . +saref-core:hasSensorType rdfs:range . +saref-core:measuresProperty rdfs:range . +saref-core:relatesToProperty rdfs:range . +saref-core:hasPrice rdfs:range . +saref4ehaw:hasPosture rdfs:range . +:forProperty rdfs:range . +ActivityRecognition:analyzeProperty rdfs:range . +saref-core:controlsProperty rdfs:range . +saref-core:hasMeterReadingType rdfs:range . +saref-core:hasProperty rdfs:range . +saref-core:hasSensorType rdfs:range . +saref-core:measuresProperty rdfs:range . +saref-core:relatesToProperty rdfs:range . +saref-core:hasPrice rdfs:range . +saref4ehaw:hasPosture rdfs:range . ns6:hasPowerSupply rdfs:range saref-core:Device. ns6:sendsInformationTo rdfs:range geosp:Feature. ns6:sendsInformationTo rdfs:range saref-core:Device. -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . ns6:isLocated rdfs:range geosp:SpatialObject. ns6:isLocatedIn rdfs:range geosp:SpatialObject. ns6:isLocatedNear rdfs:range geosp:SpatialObject. ns6:isLocatedOn rdfs:range geosp:SpatialObject. ns6:sendsNotificationsTo rdfs:range geosp:SpatialObject. -ns6:isLocated rdfs:range . -ns6:isLocatedIn rdfs:range . -ns6:isLocatedNear rdfs:range . -ns6:isLocatedOn rdfs:range . -ns6:sendsNotificationsTo rdfs:range . -ns6:isLocated rdfs:range . -ns6:isLocatedIn rdfs:range . -ns6:isLocatedNear rdfs:range . -ns6:isLocatedOn rdfs:range . -ns6:sendsNotificationsTo rdfs:range . -saref4ehaw:hasHabit rdfs:range . -ns6:hasSensor rdfs:range . -ns6:hasSensor rdfs:range . -ns6:hasSensor rdfs:range . -ns6:hasSensor rdfs:range . -ns6:hasSensor rdfs:range . -ns6:hasSensor rdfs:range . -ns6:hasSensor rdfs:range . -ns6:hasSensor rdfs:range . -ns6:hasSensor rdfs:range . -ns6:hasSensor rdfs:range . -ns6:hasSensor rdfs:range . -ns6:hasSensor rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -ns6:hasSensor rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:sendsInformationTo rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -ns6:hasSensor rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:sendsInformationTo rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . +ns6:isLocated rdfs:range . +ns6:isLocatedIn rdfs:range . +ns6:isLocatedNear rdfs:range . +ns6:isLocatedOn rdfs:range . +ns6:sendsNotificationsTo rdfs:range . +ns6:isLocated rdfs:range . +ns6:isLocatedIn rdfs:range . +ns6:isLocatedNear rdfs:range . +ns6:isLocatedOn rdfs:range . +ns6:sendsNotificationsTo rdfs:range . +saref4ehaw:hasHabit rdfs:range . +ns6:hasSensor rdfs:range . +ns6:hasSensor rdfs:range . +ns6:hasSensor rdfs:range . +ns6:hasSensor rdfs:range . +ns6:hasSensor rdfs:range . +ns6:hasSensor rdfs:range . +ns6:hasSensor rdfs:range . +ns6:hasSensor rdfs:range . +ns6:hasSensor rdfs:range . +ns6:hasSensor rdfs:range . +ns6:hasSensor rdfs:range . +ns6:hasSensor rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +ns6:hasSensor rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:sendsInformationTo rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +ns6:hasSensor rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:sendsInformationTo rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . saref4ehaw:contains rdfs:range saref4bldg:PhysicalObject. saref4ehaw:hasHub rdfs:range saref4bldg:PhysicalObject. -saref4ehaw:hasPosture rdfs:range . -saref4ehaw:hasPosture rdfs:range . -saref4ehaw:hasPosture rdfs:range . -saref4ehaw:hasPosture rdfs:range . +saref4ehaw:hasPosture rdfs:range . +saref4ehaw:hasPosture rdfs:range . +saref4ehaw:hasPosture rdfs:range . +saref4ehaw:hasPosture rdfs:range . saref4ehaw:hasResponsibleParty rdfs:range foaf:Agent. -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . -saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . +saref4ehaw:hasTimeSeriesMesurement rdfs:range . saref4ehaw:followsUser rdfs:range foaf:Agent. saref4ehaw:hasPatient rdfs:range foaf:Agent. -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . ns6:hasPowerSupply rdfs:range saref4bldg:PhysicalObject. -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:hasPowerSupply rdfs:range . ns6:sendsInformationTo rdfs:range geosp:SpatialObject. -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . ns6:sendsInformationTo rdfs:range saref4bldg:PhysicalObject. -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . -ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . ns6:isLocated rdfs:range ns6:LivingOrganism. ns6:isLocatedIn rdfs:range ns6:LivingOrganism. ns6:isLocatedNear rdfs:range ns6:LivingOrganism. ns6:isLocatedOn rdfs:range ns6:LivingOrganism. ns6:sendsNotificationsTo rdfs:range ns6:LivingOrganism. -ns6:isLocated rdfs:range . -ns6:isLocatedIn rdfs:range . -ns6:isLocatedNear rdfs:range . -ns6:isLocatedOn rdfs:range . -ns6:sendsNotificationsTo rdfs:range . +ns6:isLocated rdfs:range . +ns6:isLocatedIn rdfs:range . +ns6:isLocatedNear rdfs:range . +ns6:isLocatedOn rdfs:range . +ns6:sendsNotificationsTo rdfs:range . saref4ehaw:hasContact rdfs:range saref4ehaw:HealthActor. ActivityRecognition:activityPredictionMadeFor rdfs:range saref4ehaw:Contact. saref4ehaw:hasParticipant rdfs:range saref4ehaw:Contact. @@ -4319,49 +4320,49 @@ saref4ehaw:isAttachedTo rdfs:range saref4ehaw:Contact. saref4ehaw:hasResponsibleParty rdfs:range saref4ehaw:Contact. saref4ehaw:followsUser rdfs:range saref4ehaw:Contact. saref4ehaw:hasPatient rdfs:range saref4ehaw:Contact. -ns6:sendsInformationTo rdfs:range . -ns6:isLocated rdfs:range . -ns6:isLocatedIn rdfs:range . -ns6:isLocatedNear rdfs:range . -ns6:isLocatedOn rdfs:range . -ns6:sendsNotificationsTo rdfs:range . -:forProperty rdfs:range . -ActivityRecognition:analyzeProperty rdfs:range . -saref-core:controlsProperty rdfs:range . -saref-core:hasMeterReadingType rdfs:range . -saref-core:hasProperty rdfs:range . -saref-core:hasSensorType rdfs:range . -saref-core:measuresProperty rdfs:range . -saref-core:relatesToProperty rdfs:range . -saref-core:hasPrice rdfs:range . -saref4ehaw:hasPosture rdfs:range . -:forProperty rdfs:range . -ActivityRecognition:analyzeProperty rdfs:range . -saref-core:controlsProperty rdfs:range . -saref-core:hasMeterReadingType rdfs:range . -saref-core:hasProperty rdfs:range . -saref-core:hasSensorType rdfs:range . -saref-core:measuresProperty rdfs:range . -saref-core:relatesToProperty rdfs:range . -saref-core:hasPrice rdfs:range . -saref4ehaw:hasPosture rdfs:range . -ns2:livesIn rdfs:range . -saref-core:isControlledByDevice rdfs:range . -saref-core:isMeasuredByDevice rdfs:range . -saref-core:isOfferedBy rdfs:range . -saref-core:measurementMadeBy rdfs:range . -ns6:featureIsControlledByDevice rdfs:range . -ns6:featureIsMeasuredByDevice rdfs:range . -ns6:installs rdfs:range . -ns6:interactsWith rdfs:range . -ns6:isDetectedBy rdfs:range . -ns6:isTriggeredBy rdfs:range . -ns6:monitors rdfs:range . -ns6:hasSensor rdfs:range . -saref4ehaw:contains rdfs:range . -saref4ehaw:hasHub rdfs:range . -ns6:hasPowerSupply rdfs:range . -ns6:sendsInformationTo rdfs:range . +ns6:sendsInformationTo rdfs:range . +ns6:isLocated rdfs:range . +ns6:isLocatedIn rdfs:range . +ns6:isLocatedNear rdfs:range . +ns6:isLocatedOn rdfs:range . +ns6:sendsNotificationsTo rdfs:range . +:forProperty rdfs:range . +ActivityRecognition:analyzeProperty rdfs:range . +saref-core:controlsProperty rdfs:range . +saref-core:hasMeterReadingType rdfs:range . +saref-core:hasProperty rdfs:range . +saref-core:hasSensorType rdfs:range . +saref-core:measuresProperty rdfs:range . +saref-core:relatesToProperty rdfs:range . +saref-core:hasPrice rdfs:range . +saref4ehaw:hasPosture rdfs:range . +:forProperty rdfs:range . +ActivityRecognition:analyzeProperty rdfs:range . +saref-core:controlsProperty rdfs:range . +saref-core:hasMeterReadingType rdfs:range . +saref-core:hasProperty rdfs:range . +saref-core:hasSensorType rdfs:range . +saref-core:measuresProperty rdfs:range . +saref-core:relatesToProperty rdfs:range . +saref-core:hasPrice rdfs:range . +saref4ehaw:hasPosture rdfs:range . +ns2:livesIn rdfs:range . +saref-core:isControlledByDevice rdfs:range . +saref-core:isMeasuredByDevice rdfs:range . +saref-core:isOfferedBy rdfs:range . +saref-core:measurementMadeBy rdfs:range . +ns6:featureIsControlledByDevice rdfs:range . +ns6:featureIsMeasuredByDevice rdfs:range . +ns6:installs rdfs:range . +ns6:interactsWith rdfs:range . +ns6:isDetectedBy rdfs:range . +ns6:isTriggeredBy rdfs:range . +ns6:monitors rdfs:range . +ns6:hasSensor rdfs:range . +saref4ehaw:contains rdfs:range . +saref4ehaw:hasHub rdfs:range . +ns6:hasPowerSupply rdfs:range . +ns6:sendsInformationTo rdfs:range . ns6:isLocated rdfs:range geosp:Feature. ns6:isLocatedIn rdfs:range geosp:Feature. ns6:isLocatedNear rdfs:range geosp:Feature. @@ -4372,11 +4373,11 @@ ns6:isLocatedIn rdfs:range saref-core:FeatureOfInterest. ns6:isLocatedNear rdfs:range saref-core:FeatureOfInterest. ns6:isLocatedOn rdfs:range saref-core:FeatureOfInterest. ns6:sendsNotificationsTo rdfs:range saref-core:FeatureOfInterest. -ns6:isLocated rdfs:range . -ns6:isLocatedIn rdfs:range . -ns6:isLocatedNear rdfs:range . -ns6:isLocatedOn rdfs:range . -ns6:sendsNotificationsTo rdfs:range . +ns6:isLocated rdfs:range . +ns6:isLocatedIn rdfs:range . +ns6:isLocatedNear rdfs:range . +ns6:isLocatedOn rdfs:range . +ns6:sendsNotificationsTo rdfs:range . saref4ehaw:hasContact rdfs:range foaf:Agent. :doesNotHaveActivityInRoutine rdfs:subPropertyOf owl:topObjectProperty. :forProperty rdfs:subPropertyOf owl:topObjectProperty. @@ -4392,7 +4393,7 @@ Sensors:analyseStateOf rdfs:subPropertyOf Sensors:isRelevantTo. Sensors:isRelevantTo rdfs:subPropertyOf owl:topObjectProperty. Sensors:hasTimestampUTC rdfs:subPropertyOf owl:topDataProperty. SensorsAndWearables:hasAxis rdfs:subPropertyOf geosp:hasGeometry. -ns5:belongsTo rdfs:subPropertyOf . +ns5:belongsTo rdfs:subPropertyOf . ns6:isLocatedIn rdfs:subPropertyOf ns6:isLocated. ns6:isLocatedNear rdfs:subPropertyOf ns6:isLocated. ns6:isLocatedOn rdfs:subPropertyOf ns6:isLocated. @@ -4403,9 +4404,9 @@ Sensors:analyseStateOf rdfs:subPropertyOf owl:topObjectProperty. :isIncludedIn owl:inverseOf saref-core:consistsOf. ActivityRecognition:nextActivity owl:inverseOf ActivityRecognition:previousActivity. ActivityRecognition:predictedBy owl:inverseOf ActivityRecognition:predicts. - owl:inverseOf ns5:influencedBy. - owl:inverseOf eep:madeBy. - owl:inverseOf eep:madeBy. + owl:inverseOf ns5:influencedBy. + owl:inverseOf eep:madeBy. + owl:inverseOf eep:madeBy. saref-core:accomplishes owl:inverseOf saref-core:isAccomplishedBy. saref-core:hasCommand owl:inverseOf saref-core:isCommandOf. saref-core:hasProperty owl:inverseOf saref-core:isPropertyOf. @@ -4419,9 +4420,9 @@ ns6:isTriggeredBy owl:inverseOf ns6:triggers. saref-core:consistsOf owl:inverseOf :isIncludedIn. ActivityRecognition:previousActivity owl:inverseOf ActivityRecognition:nextActivity. ActivityRecognition:predicts owl:inverseOf ActivityRecognition:predictedBy. -ns5:influencedBy owl:inverseOf . -eep:madeBy owl:inverseOf . -eep:madeBy owl:inverseOf . +ns5:influencedBy owl:inverseOf . +eep:madeBy owl:inverseOf . +eep:madeBy owl:inverseOf . saref-core:isAccomplishedBy owl:inverseOf saref-core:accomplishes. saref-core:isCommandOf owl:inverseOf saref-core:hasCommand. saref-core:isPropertyOf owl:inverseOf saref-core:hasProperty. @@ -4438,9 +4439,9 @@ Sensors:isRelevantTo owl:propertyChainAxiom (Sensors:analyseStateOf saref4bldg:i Sensors:analyseStateOf owl:propertyChainAxiom (Sensors:analyseStateOf ns6:isLocated). ns5:influencedBy owl:propertyChainAxiom (ns5:influencedBy ns5:affectedBy). eep:forFeatureOfInterest owl:propertyChainAxiom (eep:forQuality ns5:belongsTo). -eep:forQuality owl:propertyChainAxiom ( eep:onQuality). +eep:forQuality owl:propertyChainAxiom ( eep:onQuality). eep:hasFeatureOfInterest owl:propertyChainAxiom (eep:onQuality ns5:belongsTo). -eep:implements owl:propertyChainAxiom ( eep:usedProcedure). +eep:implements owl:propertyChainAxiom ( eep:usedProcedure). ActivityRecognition:BrushingTeeth rdfs:subClassOf :DetectableActivity. ActivityRecognition:CookingFoodOven rdfs:subClassOf :DetectableActivity. ActivityRecognition:CookingFoodStovetop rdfs:subClassOf :DetectableActivity. @@ -4454,20 +4455,20 @@ ActivityRecognition:UsingMobilePhone rdfs:subClassOf :DetectableActivity. ActivityRecognition:WatchingTVActively rdfs:subClassOf :DetectableActivity. :ActivityRule rdfs:subClassOf :Rule. :AndCondition rdfs:subClassOf :Condition. -:AndCondition rdfs:subClassOf . +:AndCondition rdfs:subClassOf . :BrushingTeethActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :CookingFoodOvenActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :CookingFoodStovetopActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :DrinkPreparationActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :EatingActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :IfElseCondition rdfs:subClassOf :Condition. -:IfElseCondition rdfs:subClassOf . -:IfElseCondition rdfs:subClassOf . -:IfElseCondition rdfs:subClassOf . +:IfElseCondition rdfs:subClassOf . +:IfElseCondition rdfs:subClassOf . +:IfElseCondition rdfs:subClassOf . :MatchingValue rdfs:subClassOf :ValueCondition. :MeanThreshold rdfs:subClassOf :Threshold. :MeanVarianceThreshold rdfs:subClassOf :Threshold. -:MeanVarianceThreshold rdfs:subClassOf . +:MeanVarianceThreshold rdfs:subClassOf . :NonRoutineActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf :NonRoutineActivityPrediction. @@ -4481,7 +4482,7 @@ ActivityRecognition:WatchingTVActively rdfs:subClassOf :DetectableActivity. :NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf :NonRoutineActivityPrediction. :OrCondition rdfs:subClassOf :Condition. -:OrCondition rdfs:subClassOf . +:OrCondition rdfs:subClassOf . :PreparingHotMealActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :RegularThreshold rdfs:subClassOf :Threshold. :RoutineActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. @@ -4500,10 +4501,10 @@ ActivityRecognition:WatchingTVActively rdfs:subClassOf :DetectableActivity. :SleepingActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :SlopeThreshold rdfs:subClassOf :Threshold. :Threshold rdfs:subClassOf :ValueCondition. -:Threshold rdfs:subClassOf . +:Threshold rdfs:subClassOf . :TimeOrderedCondition rdfs:subClassOf :Condition. -:TimeOrderedCondition rdfs:subClassOf . -:TimeOrderedCondition rdfs:subClassOf . +:TimeOrderedCondition rdfs:subClassOf . +:TimeOrderedCondition rdfs:subClassOf . :ToiletingActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :UserWithBrushingTeethRoutine rdfs:subClassOf saref4ehaw:User. :UserWithCookingFoodOvenRoutine rdfs:subClassOf saref4ehaw:User. @@ -4529,9 +4530,10 @@ ActivityRecognition:WatchingTVActively rdfs:subClassOf :DetectableActivity. :UserWithoutWatchingTVActivelyRoutine rdfs:subClassOf saref4ehaw:User. :UsingMobilePhoneActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :ValueCondition rdfs:subClassOf :Condition. -:ValueCondition rdfs:subClassOf . +:ValueCondition rdfs:subClassOf . :WatchingTVActivelyActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. SensorsAndActuators:AtmosphericPressure rdfs:subClassOf :ConditionableProperty. +SensorsAndActuators:BathRoom rdfs:subClassOf :AnalyzableForCondition. SensorsAndActuators:Blind rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:Button rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:CO2 rdfs:subClassOf :ConditionableProperty. @@ -4551,7 +4553,7 @@ SensorsAndActuators:PeoplePresencee rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:Positioning rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:RelativeHumidity rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:Relay rdfs:subClassOf :ConditionableProperty. -SensorsAndActuators:BathRoom rdfs:subClassOf :AnalyzableForCondition. +SensorsAndActuators:Room rdfs:subClassOf :AnalyzableForCondition. SensorsAndActuators:VOC rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:VentilationLevel rdfs:subClassOf :ConditionableProperty. SensorsAndActuators:WaterRunning rdfs:subClassOf :ConditionableProperty. @@ -4584,10 +4586,10 @@ saref4ehaw:Patient rdfs:subClassOf :AnalyzableForCondition. ActivityRecognition:ActiveActivity rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:ActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. ActivityRecognition:ActivityRecognitionModel rdfs:subClassOf ActivityRecognition:Model. -ActivityRecognition:ActivityRecognitionModel rdfs:subClassOf . +ActivityRecognition:ActivityRecognitionModel rdfs:subClassOf . ActivityRecognition:Ambulation rdfs:subClassOf saref4ehaw:Posture. ActivityRecognition:Anomaly rdfs:subClassOf ActivityRecognition:Prediction. -ActivityRecognition:Anomaly rdfs:subClassOf . +ActivityRecognition:Anomaly rdfs:subClassOf . ActivityRecognition:AtomicHomeActivities rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:BackgroundActivity rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Bathing rdfs:subClassOf ActivityRecognition:Hygiene. @@ -4690,7 +4692,7 @@ ActivityRecognition:Leisure rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:Leisure rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:LieToSit rdfs:subClassOf ActivityRecognition:Transition. ActivityRecognition:LieToStand rdfs:subClassOf ActivityRecognition:Transition. -ActivityRecognition:Lifestyle rdfs:subClassOf . +ActivityRecognition:Lifestyle rdfs:subClassOf . ActivityRecognition:ListeningMusicInBackground rdfs:subClassOf ActivityRecognition:BackgroundActivity. ActivityRecognition:ListeningMusicInBackground rdfs:subClassOf ActivityRecognition:InformationInteraction. ActivityRecognition:LoadingDishwasher rdfs:subClassOf ActivityRecognition:ActiveActivity. @@ -4706,7 +4708,7 @@ ActivityRecognition:MakingBed rdfs:subClassOf ActivityRecognition:ActiveActivity ActivityRecognition:MakingBed rdfs:subClassOf ActivityRecognition:Cleaning. ActivityRecognition:Meditating rdfs:subClassOf ActivityRecognition:Leisure. ActivityRecognition:Model rdfs:subClassOf eep:Executor. -ActivityRecognition:Model rdfs:subClassOf . +ActivityRecognition:Model rdfs:subClassOf . ActivityRecognition:Mopping rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:Mopping rdfs:subClassOf ActivityRecognition:Cleaning. ActivityRecognition:MorningRoutine rdfs:subClassOf ActivityRecognition:Routine. @@ -4737,8 +4739,8 @@ ActivityRecognition:PolishingFurniture rdfs:subClassOf ActivityRecognition:Activ ActivityRecognition:PolishingFurniture rdfs:subClassOf ActivityRecognition:Cleaning. ActivityRecognition:Praying rdfs:subClassOf ActivityRecognition:Leisure. ActivityRecognition:Prediction rdfs:subClassOf eep:Execution. -ActivityRecognition:Prediction rdfs:subClassOf . -ActivityRecognition:Prediction rdfs:subClassOf . +ActivityRecognition:Prediction rdfs:subClassOf . +ActivityRecognition:Prediction rdfs:subClassOf . ActivityRecognition:Preparation rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:PreparingHotMeal rdfs:subClassOf ActivityRecognition:PreparingMeal. ActivityRecognition:PreparingLaundryForWashing rdfs:subClassOf ActivityRecognition:ActiveActivity. @@ -4768,7 +4770,7 @@ ActivityRecognition:Relaxing rdfs:subClassOf ActivityRecognition:Leisure. ActivityRecognition:Rinsing rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:Rinsing rdfs:subClassOf ActivityRecognition:Dishwashing. ActivityRecognition:RoomTransition rdfs:subClassOf ActivityRecognition:AtomicHomeActivities. -ActivityRecognition:Routine rdfs:subClassOf . +ActivityRecognition:Routine rdfs:subClassOf . ActivityRecognition:Running rdfs:subClassOf ActivityRecognition:Ambulation. ActivityRecognition:ScrubbingFloor rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:ScrubbingFloor rdfs:subClassOf ActivityRecognition:Cleaning. @@ -5019,9 +5021,9 @@ SensorsAndWearables:XAxis rdfs:subClassOf SensorsAndWearables:Axis. SensorsAndWearables:YAxis rdfs:subClassOf SensorsAndWearables:Axis. SensorsAndWearables:ZAxis rdfs:subClassOf SensorsAndWearables:Axis. rdfs:subClassOf ns6:WearableProperty. - rdfs:subClassOf . + rdfs:subClassOf . rdfs:subClassOf saref-core:Sensor. - rdfs:subClassOf . + rdfs:subClassOf . dogont:Button rdfs:subClassOf saref-core:Device. dogont:Closet rdfs:subClassOf ns3:Furniture. dogont:Cupboard rdfs:subClassOf ns3:Furniture. @@ -5040,97 +5042,97 @@ ns3:WeatherStation rdfs:subClassOf saref-core:Sensor. ns3:WindowSensor rdfs:subClassOf saref-core:Sensor. ns4:EmpaticaTagButton rdfs:subClassOf saref-core:Device. ns4:SleepAPI rdfs:subClassOf saref-core:Meter. -ns5:Quality rdfs:subClassOf . -eep:Execution rdfs:subClassOf . -eep:Execution rdfs:subClassOf . -eep:Execution rdfs:subClassOf . +ns5:Quality rdfs:subClassOf . +eep:Execution rdfs:subClassOf . +eep:Execution rdfs:subClassOf . +eep:Execution rdfs:subClassOf . saref-core:ActuatingFunction rdfs:subClassOf saref-core:Function. saref-core:Actuator rdfs:subClassOf saref-core:Device. -saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . saref-core:Appliance rdfs:subClassOf saref-core:Device. saref-core:CloseCommand rdfs:subClassOf saref-core:Command. -saref-core:CloseCommand rdfs:subClassOf . -saref-core:CloseCommand rdfs:subClassOf . +saref-core:CloseCommand rdfs:subClassOf . +saref-core:CloseCommand rdfs:subClassOf . saref-core:CloseState rdfs:subClassOf saref-core:OpenCloseState. saref-core:Coal rdfs:subClassOf saref-core:Commodity. -saref-core:Command rdfs:subClassOf . -saref-core:Command rdfs:subClassOf . +saref-core:Command rdfs:subClassOf . +saref-core:Command rdfs:subClassOf . saref-core:Currency rdfs:subClassOf saref-core:UnitOfMeasure. -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . saref-core:DoorSwitch rdfs:subClassOf saref-core:Switch. -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . saref-core:Electricity rdfs:subClassOf saref-core:Commodity. saref-core:Energy rdfs:subClassOf saref-core:Property. saref-core:EnergyUnit rdfs:subClassOf saref-core:UnitOfMeasure. saref-core:EventFunction rdfs:subClassOf saref-core:Function. -saref-core:EventFunction rdfs:subClassOf . -saref-core:FeatureOfInterest rdfs:subClassOf . -saref-core:FeatureOfInterest rdfs:subClassOf . -saref-core:Function rdfs:subClassOf . +saref-core:EventFunction rdfs:subClassOf . +saref-core:FeatureOfInterest rdfs:subClassOf . +saref-core:FeatureOfInterest rdfs:subClassOf . +saref-core:Function rdfs:subClassOf . saref-core:Gas rdfs:subClassOf saref-core:Commodity. saref-core:GetCommand rdfs:subClassOf saref-core:Command. saref-core:GetCurrentMeterValueCommand rdfs:subClassOf saref-core:GetCommand. -saref-core:GetCurrentMeterValueCommand rdfs:subClassOf . +saref-core:GetCurrentMeterValueCommand rdfs:subClassOf . saref-core:GetMeterDataCommand rdfs:subClassOf saref-core:GetCommand. -saref-core:GetMeterDataCommand rdfs:subClassOf . +saref-core:GetMeterDataCommand rdfs:subClassOf . saref-core:GetMeterHistoryCommand rdfs:subClassOf saref-core:GetCommand. -saref-core:GetMeterHistoryCommand rdfs:subClassOf . +saref-core:GetMeterHistoryCommand rdfs:subClassOf . saref-core:GetSensingDataCommand rdfs:subClassOf saref-core:GetCommand. -saref-core:GetSensingDataCommand rdfs:subClassOf . +saref-core:GetSensingDataCommand rdfs:subClassOf . saref-core:HVAC rdfs:subClassOf saref-core:Device. saref-core:Humidity rdfs:subClassOf saref-core:Property. saref-core:IlluminanceUnit rdfs:subClassOf saref-core:UnitOfMeasure. saref-core:LevelControlFunction rdfs:subClassOf saref-core:ActuatingFunction. saref-core:Light rdfs:subClassOf saref-core:Property. saref-core:LightSwitch rdfs:subClassOf saref-core:Switch. -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . saref-core:Meter rdfs:subClassOf saref-core:Device. -saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . saref-core:MeteringFunction rdfs:subClassOf saref-core:Function. -saref-core:MeteringFunction rdfs:subClassOf . -saref-core:MeteringFunction rdfs:subClassOf . +saref-core:MeteringFunction rdfs:subClassOf . +saref-core:MeteringFunction rdfs:subClassOf . saref-core:Motion rdfs:subClassOf saref-core:Property. saref-core:MultiLevelState rdfs:subClassOf saref-core:State. saref-core:NotifyCommand rdfs:subClassOf saref-core:Command. -saref-core:NotifyCommand rdfs:subClassOf . +saref-core:NotifyCommand rdfs:subClassOf . saref-core:Occupancy rdfs:subClassOf saref-core:Property. saref-core:OffCommand rdfs:subClassOf saref-core:Command. -saref-core:OffCommand rdfs:subClassOf . -saref-core:OffCommand rdfs:subClassOf . +saref-core:OffCommand rdfs:subClassOf . +saref-core:OffCommand rdfs:subClassOf . saref-core:OffState rdfs:subClassOf saref-core:OnOffState. saref-core:OnCommand rdfs:subClassOf saref-core:Command. -saref-core:OnCommand rdfs:subClassOf . -saref-core:OnCommand rdfs:subClassOf . +saref-core:OnCommand rdfs:subClassOf . +saref-core:OnCommand rdfs:subClassOf . saref-core:OnOffFunction rdfs:subClassOf saref-core:ActuatingFunction. saref-core:OnOffState rdfs:subClassOf saref-core:State. saref-core:OnState rdfs:subClassOf saref-core:OnOffState. saref-core:OpenCloseFunction rdfs:subClassOf saref-core:ActuatingFunction. saref-core:OpenCloseState rdfs:subClassOf saref-core:State. saref-core:OpenCommand rdfs:subClassOf saref-core:Command. -saref-core:OpenCommand rdfs:subClassOf . -saref-core:OpenCommand rdfs:subClassOf . +saref-core:OpenCommand rdfs:subClassOf . +saref-core:OpenCommand rdfs:subClassOf . saref-core:OpenState rdfs:subClassOf saref-core:OpenCloseState. saref-core:PauseCommand rdfs:subClassOf saref-core:Command. saref-core:Power rdfs:subClassOf saref-core:Property. @@ -5138,433 +5140,433 @@ saref-core:PowerUnit rdfs:subClassOf saref-core:UnitOfMeasure. saref-core:Pressure rdfs:subClassOf saref-core:Property. saref-core:PressureUnit rdfs:subClassOf saref-core:UnitOfMeasure. saref-core:Price rdfs:subClassOf saref-core:Property. -saref-core:Profile rdfs:subClassOf . -saref-core:Profile rdfs:subClassOf . -saref-core:Profile rdfs:subClassOf . -saref-core:Profile rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . +saref-core:Profile rdfs:subClassOf . +saref-core:Profile rdfs:subClassOf . +saref-core:Profile rdfs:subClassOf . +saref-core:Profile rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . saref-core:SensingFunction rdfs:subClassOf saref-core:Function. -saref-core:SensingFunction rdfs:subClassOf . -saref-core:SensingFunction rdfs:subClassOf . +saref-core:SensingFunction rdfs:subClassOf . +saref-core:SensingFunction rdfs:subClassOf . saref-core:Sensor rdfs:subClassOf saref-core:Device. -saref-core:Sensor rdfs:subClassOf . -saref-core:Service rdfs:subClassOf . -saref-core:Service rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Service rdfs:subClassOf . +saref-core:Service rdfs:subClassOf . saref-core:SetAbsoluteLevelCommand rdfs:subClassOf saref-core:SetLevelCommand. saref-core:SetLevelCommand rdfs:subClassOf saref-core:Command. -saref-core:SetLevelCommand rdfs:subClassOf . -saref-core:SetLevelCommand rdfs:subClassOf . +saref-core:SetLevelCommand rdfs:subClassOf . +saref-core:SetLevelCommand rdfs:subClassOf . saref-core:SetRelativeLevelCommand rdfs:subClassOf saref-core:SetLevelCommand. saref-core:Smoke rdfs:subClassOf saref-core:Property. saref-core:SmokeSensor rdfs:subClassOf saref-core:Sensor. -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . saref-core:StartCommand rdfs:subClassOf saref-core:Command. -saref-core:StartCommand rdfs:subClassOf . -saref-core:StartCommand rdfs:subClassOf . +saref-core:StartCommand rdfs:subClassOf . +saref-core:StartCommand rdfs:subClassOf . saref-core:StartState rdfs:subClassOf saref-core:StartStopState. saref-core:StartStopFunction rdfs:subClassOf saref-core:ActuatingFunction. saref-core:StartStopState rdfs:subClassOf saref-core:State. saref-core:StepDownCommand rdfs:subClassOf saref-core:Command. -saref-core:StepDownCommand rdfs:subClassOf . -saref-core:StepDownCommand rdfs:subClassOf . +saref-core:StepDownCommand rdfs:subClassOf . +saref-core:StepDownCommand rdfs:subClassOf . saref-core:StepUpCommand rdfs:subClassOf saref-core:Command. -saref-core:StepUpCommand rdfs:subClassOf . -saref-core:StepUpCommand rdfs:subClassOf . +saref-core:StepUpCommand rdfs:subClassOf . +saref-core:StepUpCommand rdfs:subClassOf . saref-core:StopCommand rdfs:subClassOf saref-core:Command. -saref-core:StopCommand rdfs:subClassOf . -saref-core:StopCommand rdfs:subClassOf . +saref-core:StopCommand rdfs:subClassOf . +saref-core:StopCommand rdfs:subClassOf . saref-core:StopState rdfs:subClassOf saref-core:StartStopState. saref-core:Switch rdfs:subClassOf saref-core:Actuator. saref-core:SwitchOnService rdfs:subClassOf saref-core:Service. -saref-core:SwitchOnService rdfs:subClassOf . -saref-core:SwitchOnService rdfs:subClassOf . +saref-core:SwitchOnService rdfs:subClassOf . +saref-core:SwitchOnService rdfs:subClassOf . saref-core:Temperature rdfs:subClassOf saref-core:Property. saref-core:TemperatureSensor rdfs:subClassOf saref-core:Sensor. -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . saref-core:TemperatureUnit rdfs:subClassOf saref-core:UnitOfMeasure. saref-core:ToggleCommand rdfs:subClassOf saref-core:Command. -saref-core:ToggleCommand rdfs:subClassOf . +saref-core:ToggleCommand rdfs:subClassOf . saref-core:Water rdfs:subClassOf saref-core:Commodity. saref4bldg:Actuator rdfs:subClassOf saref4bldg:DistributionControlDevice. saref4bldg:Actuator rdfs:subClassOf saref-core:Actuator. -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . saref4bldg:AirToAirHeatRecovery rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . saref4bldg:Alarm rdfs:subClassOf saref4bldg:DistributionControlDevice. saref4bldg:AudioVisualAppliance rdfs:subClassOf saref4bldg:FlowTerminal. -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . saref4bldg:Boiler rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Building rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Building rdfs:subClassOf . saref4bldg:BuildingDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:BuildingDevice rdfs:subClassOf saref-core:Device. saref4bldg:BuildingObject rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:BuildingSpace rdfs:subClassOf . -saref4bldg:BuildingSpace rdfs:subClassOf . -saref4bldg:BuildingSpace rdfs:subClassOf . +saref4bldg:BuildingSpace rdfs:subClassOf . +saref4bldg:BuildingSpace rdfs:subClassOf . +saref4bldg:BuildingSpace rdfs:subClassOf . saref4bldg:Burner rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . saref4bldg:Chiller rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . saref4bldg:Coil rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . saref4bldg:CommunicationAppliance rdfs:subClassOf saref4bldg:FlowTerminal. saref4bldg:Compressor rdfs:subClassOf saref4bldg:FlowMovingDevice. -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . saref4bldg:Condenser rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . saref4bldg:Controller rdfs:subClassOf saref4bldg:DistributionControlDevice. saref4bldg:CooledBeam rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . saref4bldg:CoolingTower rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . saref4bldg:Damper rdfs:subClassOf saref4bldg:FlowController. -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . saref4bldg:DistributionControlDevice rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:DistributionDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:DistributionFlowDevice rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:DuctSilencer rdfs:subClassOf saref4bldg:FlowTreatmentDevice. -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . saref4bldg:ElectricAppliance rdfs:subClassOf saref4bldg:FlowTerminal. saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf saref4bldg:FlowStorageDevice. -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . saref4bldg:ElectricGenerator rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . saref4bldg:ElectricMotor rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . saref4bldg:ElectricTimeControl rdfs:subClassOf saref4bldg:FlowController. saref4bldg:EnergyConversionDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Engine rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . saref4bldg:EvaporativeCooler rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . saref4bldg:Evaporator rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . saref4bldg:Fan rdfs:subClassOf saref4bldg:FlowMovingDevice. -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . saref4bldg:Filter rdfs:subClassOf saref4bldg:FlowTreatmentDevice. -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . saref4bldg:FireSuppressionTerminal rdfs:subClassOf saref4bldg:FlowTerminal. saref4bldg:FlowController rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:FlowInstrument rdfs:subClassOf saref4bldg:DistributionControlDevice. saref4bldg:FlowMeter rdfs:subClassOf saref4bldg:FlowController. -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . saref4bldg:FlowMovingDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:FlowStorageDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:FlowTerminal rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:FlowTreatmentDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:HeatExchanger rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . saref4bldg:Humidifier rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . saref4bldg:Interceptor rdfs:subClassOf saref4bldg:FlowTreatmentDevice. -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . saref4bldg:Lamp rdfs:subClassOf saref4bldg:FlowTerminal. -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . saref4bldg:MedicalDevice rdfs:subClassOf saref4bldg:FlowTerminal. saref4bldg:Outlet rdfs:subClassOf saref4bldg:FlowTerminal. -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:PhysicalObject rdfs:subClassOf . -saref4bldg:PhysicalObject rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:PhysicalObject rdfs:subClassOf . +saref4bldg:PhysicalObject rdfs:subClassOf . saref4bldg:ProtectiveDevice rdfs:subClassOf saref4bldg:FlowController. saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf saref4bldg:DistributionControlDevice. -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . saref4bldg:Pump rdfs:subClassOf saref4bldg:FlowMovingDevice. -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . saref4bldg:SanitaryTerminal rdfs:subClassOf saref4bldg:FlowTerminal. saref4bldg:Sensor rdfs:subClassOf saref4bldg:DistributionControlDevice. saref4bldg:Sensor rdfs:subClassOf saref-core:Sensor. saref4bldg:ShadingDevice rdfs:subClassOf saref4bldg:BuildingDevice. -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . saref4bldg:SolarDevice rdfs:subClassOf saref4bldg:EnergyConversionDevice. saref4bldg:SpaceHeater rdfs:subClassOf saref4bldg:FlowTerminal. -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . saref4bldg:SwitchingDevice rdfs:subClassOf saref4bldg:FlowController. -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . saref4bldg:Tank rdfs:subClassOf saref4bldg:FlowStorageDevice. -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . saref4bldg:Transformer rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . saref4bldg:TransportElement rdfs:subClassOf saref-core:Device. -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . saref4bldg:TubeBundle rdfs:subClassOf saref4bldg:EnergyConversionDevice. -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . saref4bldg:UnitaryControlElement rdfs:subClassOf saref4bldg:DistributionControlDevice. saref4bldg:Valve rdfs:subClassOf saref4bldg:FlowController. -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . saref4bldg:VibrationIsolator rdfs:subClassOf saref-core:Device. -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . saref-core:Device rdfs:subClassOf saref4bldg:PhysicalObject. -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . saref4ehaw:AlarmCommand rdfs:subClassOf saref-core:Command. saref4ehaw:BanHub rdfs:subClassOf saref4ehaw:HealthDevice. saref4ehaw:BodySurfaceLocation rdfs:subClassOf saref4ehaw:Location. @@ -5591,30 +5593,30 @@ saref4ehaw:Posture rdfs:subClassOf saref-core:Property. saref4ehaw:ReminderCommand rdfs:subClassOf saref-core:NotifyCommand. saref4ehaw:ResponsibleParty rdfs:subClassOf saref4ehaw:HealthActor. saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf saref-core:Measurement. -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . saref4ehaw:User rdfs:subClassOf saref4ehaw:HealthActor. saref4ehaw:ValidityConstraint rdfs:subClassOf saref4ehaw:DataConstraint. geosp:Feature rdfs:subClassOf geosp:SpatialObject. geosp:Geometry rdfs:subClassOf geosp:SpatialObject. geo:Point rdfs:subClassOf geosp:Geometry. -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Measurement rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Measurement rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . s4city:AdministrativeArea rdfs:subClassOf geosp:Feature. s4city:CityObject rdfs:subClassOf geosp:Feature. s4city:Event rdfs:subClassOf ns6:Occurrence. -s4city:Event rdfs:subClassOf . +s4city:Event rdfs:subClassOf . s4city:Facility rdfs:subClassOf geosp:Feature. ns6:BiometricProperty rdfs:subClassOf ns6:WearerProperty. ns6:CommunicatingFunction rdfs:subClassOf saref-core:EventFunction. @@ -5625,14 +5627,14 @@ ns6:ElectricalSafetyProperty rdfs:subClassOf ns6:WearableProperty. ns6:EmissionProperty rdfs:subClassOf ns6:WearableProperty. ns6:EnvironmentalProperty rdfs:subClassOf saref-core:Property. ns6:FabricWearable rdfs:subClassOf ns6:TextileBasedWearable. -ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . ns6:LivingOrganism rdfs:subClassOf geosp:Feature. ns6:LivingOrganism rdfs:subClassOf saref-core:FeatureOfInterest. ns6:MemoryStorage rdfs:subClassOf saref-core:Device. ns6:NavigatingFunction rdfs:subClassOf saref-core:Function. -ns6:NearBodyWearable rdfs:subClassOf . -ns6:Occurrence rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:Occurrence rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . ns6:PowerSupply rdfs:subClassOf saref-core:Device. ns6:Software rdfs:subClassOf saref-core:FeatureOfInterest. ns6:TextileBasedSensor rdfs:subClassOf saref-core:Sensor. @@ -5640,12 +5642,12 @@ ns6:TextileBasedWearable rdfs:subClassOf ns6:OnBodyWearable. ns6:User rdfs:subClassOf saref-core:FeatureOfInterest. ns6:Wearable rdfs:subClassOf geosp:Feature. ns6:Wearable rdfs:subClassOf saref-core:Device. -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . ns6:WearableProperty rdfs:subClassOf saref-core:Property. ns6:Wearer rdfs:subClassOf geosp:SpatialObject. -ns6:Wearer rdfs:subClassOf . -ns6:Wearer rdfs:subClassOf . +ns6:Wearer rdfs:subClassOf . +ns6:Wearer rdfs:subClassOf . ns6:WearerProperty rdfs:subClassOf saref-core:Property. :BrushingTeethActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. :CookingFoodOvenActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. @@ -5653,11 +5655,11 @@ ns6:WearerProperty rdfs:subClassOf saref-core:Property. :DrinkPreparationActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. :EatingActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. :MatchingValue rdfs:subClassOf :Condition. -:MatchingValue rdfs:subClassOf . +:MatchingValue rdfs:subClassOf . :MeanThreshold rdfs:subClassOf :ValueCondition. -:MeanThreshold rdfs:subClassOf . +:MeanThreshold rdfs:subClassOf . :MeanVarianceThreshold rdfs:subClassOf :ValueCondition. -:MeanVarianceThreshold rdfs:subClassOf . +:MeanVarianceThreshold rdfs:subClassOf . :NonRoutineActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. :NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. @@ -5683,7 +5685,7 @@ ns6:WearerProperty rdfs:subClassOf saref-core:Property. :NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. :PreparingHotMealActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. :RegularThreshold rdfs:subClassOf :ValueCondition. -:RegularThreshold rdfs:subClassOf . +:RegularThreshold rdfs:subClassOf . :RoutineActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. :RoutineBrushingTeethActivityPrediction rdfs:subClassOf ActivityRecognition:ActivityPrediction. :RoutineBrushingTeethActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. @@ -5710,9 +5712,9 @@ ns6:WearerProperty rdfs:subClassOf saref-core:Property. :ShoweringActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. :SleepingActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. :SlopeThreshold rdfs:subClassOf :ValueCondition. -:SlopeThreshold rdfs:subClassOf . +:SlopeThreshold rdfs:subClassOf . :Threshold rdfs:subClassOf :Condition. -:Threshold rdfs:subClassOf . +:Threshold rdfs:subClassOf . :ToiletingActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. :UserWithBrushingTeethRoutine rdfs:subClassOf saref4ehaw:HealthActor. :UserWithCookingFoodOvenRoutine rdfs:subClassOf saref4ehaw:HealthActor. @@ -5739,20 +5741,20 @@ ns6:WearerProperty rdfs:subClassOf saref-core:Property. :UsingMobilePhoneActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. :WatchingTVActivelyActivityPrediction rdfs:subClassOf ActivityRecognition:Prediction. ActivityRecognition:ActivityPrediction rdfs:subClassOf eep:Execution. -ActivityRecognition:ActivityPrediction rdfs:subClassOf . -ActivityRecognition:ActivityPrediction rdfs:subClassOf . +ActivityRecognition:ActivityPrediction rdfs:subClassOf . +ActivityRecognition:ActivityPrediction rdfs:subClassOf . ActivityRecognition:ActivityRecognitionModel rdfs:subClassOf eep:Executor. -ActivityRecognition:ActivityRecognitionModel rdfs:subClassOf . +ActivityRecognition:ActivityRecognitionModel rdfs:subClassOf . ActivityRecognition:Ambulation rdfs:subClassOf saref-core:Property. ActivityRecognition:Anomaly rdfs:subClassOf eep:Execution. -ActivityRecognition:Anomaly rdfs:subClassOf . -ActivityRecognition:Anomaly rdfs:subClassOf . +ActivityRecognition:Anomaly rdfs:subClassOf . +ActivityRecognition:Anomaly rdfs:subClassOf . ActivityRecognition:AtomicHomeActivities rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Bathing rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:Bathing rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:Bending rdfs:subClassOf saref4ehaw:Posture. ActivityRecognition:BendingOver rdfs:subClassOf saref-core:Property. -ActivityRecognition:BreakRoutine rdfs:subClassOf . +ActivityRecognition:BreakRoutine rdfs:subClassOf . ActivityRecognition:BrowingInternetOnComputer rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:BrowingInternetOnComputer rdfs:subClassOf ActivityRecognition:InformationInteraction. ActivityRecognition:BrowsingInternetOnMobilePhone rdfs:subClassOf :DetectableActivity. @@ -5793,7 +5795,7 @@ ActivityRecognition:Dancing rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:Dancing rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:Decorating rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:Decorating rdfs:subClassOf saref4ehaw:DailyActivity. -ActivityRecognition:DinnerRoutine rdfs:subClassOf . +ActivityRecognition:DinnerRoutine rdfs:subClassOf . ActivityRecognition:DishwasherOnInBackground rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Dishwashing rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:DoorClose rdfs:subClassOf ActivityRecognition:AtomicHomeActivities. @@ -5849,8 +5851,8 @@ ActivityRecognition:EmailOnMobilePhone rdfs:subClassOf :DetectableActivity. ActivityRecognition:EmailOnMobilePhone rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:EnduranceeTraining rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:EnduranceeTraining rdfs:subClassOf saref4ehaw:DailyActivity. -ActivityRecognition:EveningRoutine rdfs:subClassOf . -ActivityRecognition:ExerciseRoutine rdfs:subClassOf . +ActivityRecognition:EveningRoutine rdfs:subClassOf . +ActivityRecognition:ExerciseRoutine rdfs:subClassOf . ActivityRecognition:Exercising rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:FlexibilityTraining rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:FlexibilityTraining rdfs:subClassOf saref4ehaw:DailyActivity. @@ -5899,7 +5901,7 @@ ActivityRecognition:LoadingDryer rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:LoadingDryer rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:LoadingWashingMachine rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:LoadingWashingMachine rdfs:subClassOf saref4ehaw:DailyActivity. -ActivityRecognition:LunchRoutine rdfs:subClassOf . +ActivityRecognition:LunchRoutine rdfs:subClassOf . ActivityRecognition:LyingDown rdfs:subClassOf saref4ehaw:Posture. ActivityRecognition:LyingStill rdfs:subClassOf saref-core:Property. ActivityRecognition:MakingBed rdfs:subClassOf saref4ehaw:Activity. @@ -5909,7 +5911,7 @@ ActivityRecognition:Meditating rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:Meditating rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Mopping rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Mopping rdfs:subClassOf saref4ehaw:DailyActivity. -ActivityRecognition:MorningRoutine rdfs:subClassOf . +ActivityRecognition:MorningRoutine rdfs:subClassOf . ActivityRecognition:MovingFurniture rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:MovingFurniture rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:MovingFurniture rdfs:subClassOf saref4ehaw:Activity. @@ -5959,9 +5961,9 @@ ActivityRecognition:PolishingFurniture rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:Praying rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:Praying rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:Praying rdfs:subClassOf saref4ehaw:Activity. -ActivityRecognition:Prediction rdfs:subClassOf . -ActivityRecognition:Prediction rdfs:subClassOf . -ActivityRecognition:Prediction rdfs:subClassOf . +ActivityRecognition:Prediction rdfs:subClassOf . +ActivityRecognition:Prediction rdfs:subClassOf . +ActivityRecognition:Prediction rdfs:subClassOf . ActivityRecognition:Preparation rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:PreparingHotMeal rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:PreparingHotMeal rdfs:subClassOf ActivityRecognition:Preparation. @@ -6032,7 +6034,7 @@ ActivityRecognition:SittingChair rdfs:subClassOf saref-core:Property. ActivityRecognition:SittingDown rdfs:subClassOf saref4ehaw:Posture. ActivityRecognition:SittingFloor rdfs:subClassOf saref4ehaw:Posture. ActivityRecognition:SittingFloor rdfs:subClassOf saref-core:Property. -ActivityRecognition:SleepRoutine rdfs:subClassOf . +ActivityRecognition:SleepRoutine rdfs:subClassOf . ActivityRecognition:Sleeping rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:SleepingDeeply rdfs:subClassOf :DetectableActivity. ActivityRecognition:SleepingDeeply rdfs:subClassOf ActivityRecognition:ActiveActivity. @@ -6061,7 +6063,7 @@ ActivityRecognition:StrengthTraining rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Stretching rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:Stretching rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:Stretching rdfs:subClassOf saref4ehaw:Activity. -ActivityRecognition:StudyRelated rdfs:subClassOf . +ActivityRecognition:StudyRelated rdfs:subClassOf . ActivityRecognition:Sweeping rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Sweeping rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:SwitchOff rdfs:subClassOf ActivityRecognition:AtomicHomeActivities. @@ -6098,7 +6100,7 @@ ActivityRecognition:Texting rdfs:subClassOf :DetectableActivity. ActivityRecognition:Texting rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:ThrowingSomethingAway rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:ThrowingSomethingAway rdfs:subClassOf saref4ehaw:DailyActivity. -ActivityRecognition:ToiletRoutine rdfs:subClassOf . +ActivityRecognition:ToiletRoutine rdfs:subClassOf . ActivityRecognition:Toileting rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:Toileting rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:Toileting rdfs:subClassOf saref4ehaw:Activity. @@ -6172,380 +6174,386 @@ ActivityRecognition:WorkingOnHobby rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Writing rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Writing rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:Yardwork rdfs:subClassOf saref4ehaw:Activity. -saref4ehaw:Habit rdfs:subClassOf . -ns2:Symptom rdfs:subClassOf . -ns2:Symptom rdfs:subClassOf . +saref4ehaw:Habit rdfs:subClassOf . +ns2:Symptom rdfs:subClassOf . +ns2:Symptom rdfs:subClassOf . SensorsAndActuators:AtmosphericPressure rdfs:subClassOf saref-core:Property. SensorsAndActuators:BathRoom rdfs:subClassOf saref4bldg:BuildingSpace. +SensorsAndActuators:BedRoom rdfs:subClassOf :AnalyzableForCondition. SensorsAndActuators:BedRoom rdfs:subClassOf saref4bldg:BuildingSpace. SensorsAndActuators:Blind rdfs:subClassOf saref-core:Property. SensorsAndActuators:BrownGoods rdfs:subClassOf saref-core:Device. SensorsAndActuators:Button rdfs:subClassOf saref-core:Property. -SensorsAndActuators:CO2 rdfs:subClassOf . -SensorsAndActuators:CO2 rdfs:subClassOf . -SensorsAndActuators:CO2 rdfs:subClassOf . -SensorsAndActuators:CO2 rdfs:subClassOf . -SensorsAndActuators:CO2 rdfs:subClassOf . -SensorsAndActuators:CO2 rdfs:subClassOf . -SensorsAndActuators:CO2 rdfs:subClassOf . +SensorsAndActuators:CO2 rdfs:subClassOf . +SensorsAndActuators:CO2 rdfs:subClassOf . +SensorsAndActuators:CO2 rdfs:subClassOf . +SensorsAndActuators:CO2 rdfs:subClassOf . +SensorsAndActuators:CO2 rdfs:subClassOf . +SensorsAndActuators:CO2 rdfs:subClassOf . +SensorsAndActuators:CO2 rdfs:subClassOf . SensorsAndActuators:CO2Sensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . SensorsAndActuators:CoffeeMaker rdfs:subClassOf saref-core:Appliance. SensorsAndActuators:CoffeeMaker rdfs:subClassOf saref-core:Device. SensorsAndActuators:Computer rdfs:subClassOf saref-core:Appliance. SensorsAndActuators:Computer rdfs:subClassOf saref-core:Device. SensorsAndActuators:ContactSensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . SensorsAndActuators:DeepFreezer rdfs:subClassOf saref-core:Appliance. SensorsAndActuators:Dimmer rdfs:subClassOf saref-core:Property. +SensorsAndActuators:DinningRoom rdfs:subClassOf :AnalyzableForCondition. SensorsAndActuators:DinningRoom rdfs:subClassOf saref4bldg:BuildingSpace. SensorsAndActuators:Dishwasher rdfs:subClassOf saref-core:Appliance. SensorsAndActuators:DoorSensor rdfs:subClassOf saref-core:Sensor. SensorsAndActuators:DoorSensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . SensorsAndActuators:ElectricalCooker rdfs:subClassOf saref-core:Appliance. SensorsAndActuators:ElectricityMeter rdfs:subClassOf saref-core:Device. -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:EnergyConsumption rdfs:subClassOf . -SensorsAndActuators:EnergyConsumption rdfs:subClassOf . -SensorsAndActuators:EnergyConsumption rdfs:subClassOf . -SensorsAndActuators:EnergyConsumption rdfs:subClassOf . -SensorsAndActuators:EnergyConsumption rdfs:subClassOf . -SensorsAndActuators:EnergyConsumption rdfs:subClassOf . -SensorsAndActuators:EnergyConsumption rdfs:subClassOf . -SensorsAndActuators:EnvironmentalState rdfs:subClassOf . -SensorsAndActuators:EnvironmentalState rdfs:subClassOf . -SensorsAndActuators:EnvironmentalState rdfs:subClassOf . -SensorsAndActuators:EnvironmentalState rdfs:subClassOf . -SensorsAndActuators:EnvironmentalState rdfs:subClassOf . -SensorsAndActuators:EnvironmentalState rdfs:subClassOf . -SensorsAndActuators:EnvironmentalState rdfs:subClassOf . -SensorsAndActuators:Floor rdfs:subClassOf . -SensorsAndActuators:Floor rdfs:subClassOf . -SensorsAndActuators:Floor rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:EnergyConsumption rdfs:subClassOf . +SensorsAndActuators:EnergyConsumption rdfs:subClassOf . +SensorsAndActuators:EnergyConsumption rdfs:subClassOf . +SensorsAndActuators:EnergyConsumption rdfs:subClassOf . +SensorsAndActuators:EnergyConsumption rdfs:subClassOf . +SensorsAndActuators:EnergyConsumption rdfs:subClassOf . +SensorsAndActuators:EnergyConsumption rdfs:subClassOf . +SensorsAndActuators:EnvironmentalState rdfs:subClassOf . +SensorsAndActuators:EnvironmentalState rdfs:subClassOf . +SensorsAndActuators:EnvironmentalState rdfs:subClassOf . +SensorsAndActuators:EnvironmentalState rdfs:subClassOf . +SensorsAndActuators:EnvironmentalState rdfs:subClassOf . +SensorsAndActuators:EnvironmentalState rdfs:subClassOf . +SensorsAndActuators:EnvironmentalState rdfs:subClassOf . +SensorsAndActuators:Floor rdfs:subClassOf . +SensorsAndActuators:Floor rdfs:subClassOf . +SensorsAndActuators:Floor rdfs:subClassOf . SensorsAndActuators:Fridge rdfs:subClassOf saref-core:Appliance. -SensorsAndActuators:Garage rdfs:subClassOf . -SensorsAndActuators:Garage rdfs:subClassOf . -SensorsAndActuators:Garage rdfs:subClassOf . -SensorsAndActuators:Garden rdfs:subClassOf . -SensorsAndActuators:Garden rdfs:subClassOf . -SensorsAndActuators:Garden rdfs:subClassOf . -SensorsAndActuators:Humidity rdfs:subClassOf . -SensorsAndActuators:Humidity rdfs:subClassOf . -SensorsAndActuators:Humidity rdfs:subClassOf . -SensorsAndActuators:Humidity rdfs:subClassOf . -SensorsAndActuators:Humidity rdfs:subClassOf . -SensorsAndActuators:Humidity rdfs:subClassOf . -SensorsAndActuators:Humidity rdfs:subClassOf . +SensorsAndActuators:Garage rdfs:subClassOf . +SensorsAndActuators:Garage rdfs:subClassOf . +SensorsAndActuators:Garage rdfs:subClassOf . +SensorsAndActuators:Garden rdfs:subClassOf . +SensorsAndActuators:Garden rdfs:subClassOf . +SensorsAndActuators:Garden rdfs:subClassOf . +SensorsAndActuators:Humidity rdfs:subClassOf . +SensorsAndActuators:Humidity rdfs:subClassOf . +SensorsAndActuators:Humidity rdfs:subClassOf . +SensorsAndActuators:Humidity rdfs:subClassOf . +SensorsAndActuators:Humidity rdfs:subClassOf . +SensorsAndActuators:Humidity rdfs:subClassOf . +SensorsAndActuators:Humidity rdfs:subClassOf . SensorsAndActuators:HumiditySensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . SensorsAndActuators:IndoorTemperature rdfs:subClassOf saref-core:Property. +SensorsAndActuators:Kitchen rdfs:subClassOf :AnalyzableForCondition. SensorsAndActuators:Kitchen rdfs:subClassOf saref4bldg:BuildingSpace. -SensorsAndActuators:Light rdfs:subClassOf . -SensorsAndActuators:Light rdfs:subClassOf . -SensorsAndActuators:Light rdfs:subClassOf . -SensorsAndActuators:Light rdfs:subClassOf . -SensorsAndActuators:Light rdfs:subClassOf . -SensorsAndActuators:Light rdfs:subClassOf . -SensorsAndActuators:Light rdfs:subClassOf . +SensorsAndActuators:Light rdfs:subClassOf . +SensorsAndActuators:Light rdfs:subClassOf . +SensorsAndActuators:Light rdfs:subClassOf . +SensorsAndActuators:Light rdfs:subClassOf . +SensorsAndActuators:Light rdfs:subClassOf . +SensorsAndActuators:Light rdfs:subClassOf . +SensorsAndActuators:Light rdfs:subClassOf . SensorsAndActuators:LightSensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . SensorsAndActuators:LightSwitch rdfs:subClassOf saref-core:Property. -SensorsAndActuators:LightSwitch rdfs:subClassOf . -SensorsAndActuators:LightSwitch rdfs:subClassOf . -SensorsAndActuators:LightSwitch rdfs:subClassOf . -SensorsAndActuators:LightSwitch rdfs:subClassOf . -SensorsAndActuators:LightSwitch rdfs:subClassOf . -SensorsAndActuators:LightSwitch rdfs:subClassOf . -SensorsAndActuators:LightSwitch rdfs:subClassOf . +SensorsAndActuators:LightSwitch rdfs:subClassOf . +SensorsAndActuators:LightSwitch rdfs:subClassOf . +SensorsAndActuators:LightSwitch rdfs:subClassOf . +SensorsAndActuators:LightSwitch rdfs:subClassOf . +SensorsAndActuators:LightSwitch rdfs:subClassOf . +SensorsAndActuators:LightSwitch rdfs:subClassOf . +SensorsAndActuators:LightSwitch rdfs:subClassOf . +SensorsAndActuators:LivingRoom rdfs:subClassOf :AnalyzableForCondition. SensorsAndActuators:LivingRoom rdfs:subClassOf saref4bldg:BuildingSpace. -SensorsAndActuators:Localisation rdfs:subClassOf . -SensorsAndActuators:Localisation rdfs:subClassOf . -SensorsAndActuators:Localisation rdfs:subClassOf . -SensorsAndActuators:Localisation rdfs:subClassOf . -SensorsAndActuators:Localisation rdfs:subClassOf . -SensorsAndActuators:Localisation rdfs:subClassOf . -SensorsAndActuators:Localisation rdfs:subClassOf . +SensorsAndActuators:Localisation rdfs:subClassOf . +SensorsAndActuators:Localisation rdfs:subClassOf . +SensorsAndActuators:Localisation rdfs:subClassOf . +SensorsAndActuators:Localisation rdfs:subClassOf . +SensorsAndActuators:Localisation rdfs:subClassOf . +SensorsAndActuators:Localisation rdfs:subClassOf . +SensorsAndActuators:Localisation rdfs:subClassOf . SensorsAndActuators:Loudness rdfs:subClassOf saref-core:Property. SensorsAndActuators:LoudnessSensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . SensorsAndActuators:Microwave rdfs:subClassOf saref-core:Appliance. -SensorsAndActuators:Motion rdfs:subClassOf . -SensorsAndActuators:Motion rdfs:subClassOf . -SensorsAndActuators:Motion rdfs:subClassOf . -SensorsAndActuators:Motion rdfs:subClassOf . -SensorsAndActuators:Motion rdfs:subClassOf . -SensorsAndActuators:Motion rdfs:subClassOf . -SensorsAndActuators:Motion rdfs:subClassOf . +SensorsAndActuators:Motion rdfs:subClassOf . +SensorsAndActuators:Motion rdfs:subClassOf . +SensorsAndActuators:Motion rdfs:subClassOf . +SensorsAndActuators:Motion rdfs:subClassOf . +SensorsAndActuators:Motion rdfs:subClassOf . +SensorsAndActuators:Motion rdfs:subClassOf . +SensorsAndActuators:Motion rdfs:subClassOf . SensorsAndActuators:MovementSensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:Noise rdfs:subClassOf . -SensorsAndActuators:Noise rdfs:subClassOf . -SensorsAndActuators:Noise rdfs:subClassOf . -SensorsAndActuators:Noise rdfs:subClassOf . -SensorsAndActuators:Noise rdfs:subClassOf . -SensorsAndActuators:Noise rdfs:subClassOf . -SensorsAndActuators:Noise rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:Noise rdfs:subClassOf . +SensorsAndActuators:Noise rdfs:subClassOf . +SensorsAndActuators:Noise rdfs:subClassOf . +SensorsAndActuators:Noise rdfs:subClassOf . +SensorsAndActuators:Noise rdfs:subClassOf . +SensorsAndActuators:Noise rdfs:subClassOf . +SensorsAndActuators:Noise rdfs:subClassOf . SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf saref-core:Property. SensorsAndActuators:Oven rdfs:subClassOf saref-core:Appliance. SensorsAndActuators:PeopleNumber rdfs:subClassOf saref-core:Property. SensorsAndActuators:PeoplePresencee rdfs:subClassOf saref-core:Property. SensorsAndActuators:Positioning rdfs:subClassOf saref-core:Property. -SensorsAndActuators:Positioning rdfs:subClassOf . -SensorsAndActuators:Positioning rdfs:subClassOf . -SensorsAndActuators:Positioning rdfs:subClassOf . -SensorsAndActuators:Positioning rdfs:subClassOf . -SensorsAndActuators:Positioning rdfs:subClassOf . -SensorsAndActuators:Positioning rdfs:subClassOf . -SensorsAndActuators:Positioning rdfs:subClassOf . -SensorsAndActuators:Power rdfs:subClassOf . -SensorsAndActuators:Power rdfs:subClassOf . -SensorsAndActuators:Power rdfs:subClassOf . -SensorsAndActuators:Power rdfs:subClassOf . -SensorsAndActuators:Power rdfs:subClassOf . -SensorsAndActuators:Power rdfs:subClassOf . -SensorsAndActuators:Power rdfs:subClassOf . -SensorsAndActuators:Presence rdfs:subClassOf . -SensorsAndActuators:Presence rdfs:subClassOf . -SensorsAndActuators:Presence rdfs:subClassOf . -SensorsAndActuators:Presence rdfs:subClassOf . -SensorsAndActuators:Presence rdfs:subClassOf . -SensorsAndActuators:Presence rdfs:subClassOf . -SensorsAndActuators:Presence rdfs:subClassOf . +SensorsAndActuators:Positioning rdfs:subClassOf . +SensorsAndActuators:Positioning rdfs:subClassOf . +SensorsAndActuators:Positioning rdfs:subClassOf . +SensorsAndActuators:Positioning rdfs:subClassOf . +SensorsAndActuators:Positioning rdfs:subClassOf . +SensorsAndActuators:Positioning rdfs:subClassOf . +SensorsAndActuators:Positioning rdfs:subClassOf . +SensorsAndActuators:Power rdfs:subClassOf . +SensorsAndActuators:Power rdfs:subClassOf . +SensorsAndActuators:Power rdfs:subClassOf . +SensorsAndActuators:Power rdfs:subClassOf . +SensorsAndActuators:Power rdfs:subClassOf . +SensorsAndActuators:Power rdfs:subClassOf . +SensorsAndActuators:Power rdfs:subClassOf . +SensorsAndActuators:Presence rdfs:subClassOf . +SensorsAndActuators:Presence rdfs:subClassOf . +SensorsAndActuators:Presence rdfs:subClassOf . +SensorsAndActuators:Presence rdfs:subClassOf . +SensorsAndActuators:Presence rdfs:subClassOf . +SensorsAndActuators:Presence rdfs:subClassOf . +SensorsAndActuators:Presence rdfs:subClassOf . SensorsAndActuators:PresenceSensor rdfs:subClassOf saref-core:Sensor. SensorsAndActuators:PresenceSensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:Pressure rdfs:subClassOf . -SensorsAndActuators:Pressure rdfs:subClassOf . -SensorsAndActuators:Pressure rdfs:subClassOf . -SensorsAndActuators:Pressure rdfs:subClassOf . -SensorsAndActuators:Pressure rdfs:subClassOf . -SensorsAndActuators:Pressure rdfs:subClassOf . -SensorsAndActuators:Pressure rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:Pressure rdfs:subClassOf . +SensorsAndActuators:Pressure rdfs:subClassOf . +SensorsAndActuators:Pressure rdfs:subClassOf . +SensorsAndActuators:Pressure rdfs:subClassOf . +SensorsAndActuators:Pressure rdfs:subClassOf . +SensorsAndActuators:Pressure rdfs:subClassOf . +SensorsAndActuators:Pressure rdfs:subClassOf . SensorsAndActuators:PressureSensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . SensorsAndActuators:Radio rdfs:subClassOf saref-core:Appliance. SensorsAndActuators:Radio rdfs:subClassOf saref-core:Device. SensorsAndActuators:RainRate rdfs:subClassOf saref-core:Property. SensorsAndActuators:RainrateSensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . SensorsAndActuators:RelativeHumidity rdfs:subClassOf saref-core:Property. -SensorsAndActuators:RelativeHumidity rdfs:subClassOf . -SensorsAndActuators:RelativeHumidity rdfs:subClassOf . -SensorsAndActuators:RelativeHumidity rdfs:subClassOf . -SensorsAndActuators:RelativeHumidity rdfs:subClassOf . -SensorsAndActuators:RelativeHumidity rdfs:subClassOf . -SensorsAndActuators:RelativeHumidity rdfs:subClassOf . -SensorsAndActuators:RelativeHumidity rdfs:subClassOf . +SensorsAndActuators:RelativeHumidity rdfs:subClassOf . +SensorsAndActuators:RelativeHumidity rdfs:subClassOf . +SensorsAndActuators:RelativeHumidity rdfs:subClassOf . +SensorsAndActuators:RelativeHumidity rdfs:subClassOf . +SensorsAndActuators:RelativeHumidity rdfs:subClassOf . +SensorsAndActuators:RelativeHumidity rdfs:subClassOf . +SensorsAndActuators:RelativeHumidity rdfs:subClassOf . SensorsAndActuators:Relay rdfs:subClassOf saref-core:Property. -SensorsAndActuators:Relay rdfs:subClassOf . -SensorsAndActuators:Relay rdfs:subClassOf . -SensorsAndActuators:Relay rdfs:subClassOf . -SensorsAndActuators:Relay rdfs:subClassOf . -SensorsAndActuators:Relay rdfs:subClassOf . -SensorsAndActuators:Relay rdfs:subClassOf . -SensorsAndActuators:Relay rdfs:subClassOf . -SensorsAndActuators:Room rdfs:subClassOf . -SensorsAndActuators:Room rdfs:subClassOf . -SensorsAndActuators:Room rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Relay rdfs:subClassOf . +SensorsAndActuators:Relay rdfs:subClassOf . +SensorsAndActuators:Relay rdfs:subClassOf . +SensorsAndActuators:Relay rdfs:subClassOf . +SensorsAndActuators:Relay rdfs:subClassOf . +SensorsAndActuators:Relay rdfs:subClassOf . +SensorsAndActuators:Relay rdfs:subClassOf . +SensorsAndActuators:Room rdfs:subClassOf . +SensorsAndActuators:Room rdfs:subClassOf . +SensorsAndActuators:Room rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . SensorsAndActuators:Socket rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:StorageRoom rdfs:subClassOf :AnalyzableForCondition. SensorsAndActuators:StorageRoom rdfs:subClassOf saref4bldg:BuildingSpace. -SensorsAndActuators:StorageRoom rdfs:subClassOf . -SensorsAndActuators:StorageRoom rdfs:subClassOf . -SensorsAndActuators:StorageRoom rdfs:subClassOf . -SensorsAndActuators:Temperature rdfs:subClassOf . -SensorsAndActuators:Temperature rdfs:subClassOf . -SensorsAndActuators:Temperature rdfs:subClassOf . -SensorsAndActuators:Temperature rdfs:subClassOf . -SensorsAndActuators:Temperature rdfs:subClassOf . -SensorsAndActuators:Temperature rdfs:subClassOf . -SensorsAndActuators:Temperature rdfs:subClassOf . +SensorsAndActuators:StorageRoom rdfs:subClassOf . +SensorsAndActuators:StorageRoom rdfs:subClassOf . +SensorsAndActuators:StorageRoom rdfs:subClassOf . +SensorsAndActuators:Temperature rdfs:subClassOf . +SensorsAndActuators:Temperature rdfs:subClassOf . +SensorsAndActuators:Temperature rdfs:subClassOf . +SensorsAndActuators:Temperature rdfs:subClassOf . +SensorsAndActuators:Temperature rdfs:subClassOf . +SensorsAndActuators:Temperature rdfs:subClassOf . +SensorsAndActuators:Temperature rdfs:subClassOf . SensorsAndActuators:TemperatureSensor rdfs:subClassOf saref-core:Sensor. -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:Toilet rdfs:subClassOf :AnalyzableForCondition. SensorsAndActuators:Toilet rdfs:subClassOf saref4bldg:BuildingSpace. -SensorsAndActuators:Toilet rdfs:subClassOf . -SensorsAndActuators:Toilet rdfs:subClassOf . -SensorsAndActuators:Toilet rdfs:subClassOf . +SensorsAndActuators:Toilet rdfs:subClassOf . +SensorsAndActuators:Toilet rdfs:subClassOf . +SensorsAndActuators:Toilet rdfs:subClassOf . SensorsAndActuators:Tv rdfs:subClassOf saref-core:Appliance. SensorsAndActuators:Tv rdfs:subClassOf saref-core:Device. -SensorsAndActuators:VOC rdfs:subClassOf . -SensorsAndActuators:VOC rdfs:subClassOf . -SensorsAndActuators:VOC rdfs:subClassOf . -SensorsAndActuators:VOC rdfs:subClassOf . -SensorsAndActuators:VOC rdfs:subClassOf . -SensorsAndActuators:VOC rdfs:subClassOf . -SensorsAndActuators:VOC rdfs:subClassOf . +SensorsAndActuators:VOC rdfs:subClassOf . +SensorsAndActuators:VOC rdfs:subClassOf . +SensorsAndActuators:VOC rdfs:subClassOf . +SensorsAndActuators:VOC rdfs:subClassOf . +SensorsAndActuators:VOC rdfs:subClassOf . +SensorsAndActuators:VOC rdfs:subClassOf . +SensorsAndActuators:VOC rdfs:subClassOf . SensorsAndActuators:VOCSensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VentilationLevel rdfs:subClassOf . -SensorsAndActuators:VentilationLevel rdfs:subClassOf . -SensorsAndActuators:VentilationLevel rdfs:subClassOf . -SensorsAndActuators:VentilationLevel rdfs:subClassOf . -SensorsAndActuators:VentilationLevel rdfs:subClassOf . -SensorsAndActuators:VentilationLevel rdfs:subClassOf . -SensorsAndActuators:VentilationLevel rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VentilationLevel rdfs:subClassOf . +SensorsAndActuators:VentilationLevel rdfs:subClassOf . +SensorsAndActuators:VentilationLevel rdfs:subClassOf . +SensorsAndActuators:VentilationLevel rdfs:subClassOf . +SensorsAndActuators:VentilationLevel rdfs:subClassOf . +SensorsAndActuators:VentilationLevel rdfs:subClassOf . +SensorsAndActuators:VentilationLevel rdfs:subClassOf . SensorsAndActuators:WashingMachine rdfs:subClassOf saref-core:Appliance. SensorsAndActuators:WaterBoiler rdfs:subClassOf saref-core:Appliance. SensorsAndActuators:WaterBoiler rdfs:subClassOf saref-core:Device. -SensorsAndActuators:WaterRunning rdfs:subClassOf . -SensorsAndActuators:WaterRunning rdfs:subClassOf . -SensorsAndActuators:WaterRunning rdfs:subClassOf . -SensorsAndActuators:WaterRunning rdfs:subClassOf . -SensorsAndActuators:WaterRunning rdfs:subClassOf . -SensorsAndActuators:WaterRunning rdfs:subClassOf . -SensorsAndActuators:WaterRunning rdfs:subClassOf . +SensorsAndActuators:WaterRunning rdfs:subClassOf . +SensorsAndActuators:WaterRunning rdfs:subClassOf . +SensorsAndActuators:WaterRunning rdfs:subClassOf . +SensorsAndActuators:WaterRunning rdfs:subClassOf . +SensorsAndActuators:WaterRunning rdfs:subClassOf . +SensorsAndActuators:WaterRunning rdfs:subClassOf . +SensorsAndActuators:WaterRunning rdfs:subClassOf . SensorsAndActuators:WaterRunningSensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:Weather rdfs:subClassOf . -SensorsAndActuators:Weather rdfs:subClassOf . -SensorsAndActuators:Weather rdfs:subClassOf . -SensorsAndActuators:Weather rdfs:subClassOf . -SensorsAndActuators:Weather rdfs:subClassOf . -SensorsAndActuators:Weather rdfs:subClassOf . -SensorsAndActuators:Weather rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:Weather rdfs:subClassOf . +SensorsAndActuators:Weather rdfs:subClassOf . +SensorsAndActuators:Weather rdfs:subClassOf . +SensorsAndActuators:Weather rdfs:subClassOf . +SensorsAndActuators:Weather rdfs:subClassOf . +SensorsAndActuators:Weather rdfs:subClassOf . +SensorsAndActuators:Weather rdfs:subClassOf . SensorsAndActuators:WhiteGoods rdfs:subClassOf saref-core:Device. SensorsAndActuators:WindSpeed rdfs:subClassOf saref-core:Property. -SensorsAndActuators:WindSpeed rdfs:subClassOf . -SensorsAndActuators:WindSpeed rdfs:subClassOf . -SensorsAndActuators:WindSpeed rdfs:subClassOf . -SensorsAndActuators:WindSpeed rdfs:subClassOf . -SensorsAndActuators:WindSpeed rdfs:subClassOf . -SensorsAndActuators:WindSpeed rdfs:subClassOf . -SensorsAndActuators:WindSpeed rdfs:subClassOf . +SensorsAndActuators:WindSpeed rdfs:subClassOf . +SensorsAndActuators:WindSpeed rdfs:subClassOf . +SensorsAndActuators:WindSpeed rdfs:subClassOf . +SensorsAndActuators:WindSpeed rdfs:subClassOf . +SensorsAndActuators:WindSpeed rdfs:subClassOf . +SensorsAndActuators:WindSpeed rdfs:subClassOf . +SensorsAndActuators:WindSpeed rdfs:subClassOf . SensorsAndActuators:WindSpeedSensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . saref4bldg:Pump rdfs:subClassOf saref-core:Device. SensorsAndWearables:Acceleration rdfs:subClassOf ns6:WearableProperty. -SensorsAndWearables:Acceleration rdfs:subClassOf . +SensorsAndWearables:Acceleration rdfs:subClassOf . SensorsAndWearables:Accelerometer rdfs:subClassOf saref-core:Sensor. -SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . SensorsAndWearables:Altitude rdfs:subClassOf saref-core:Property. SensorsAndWearables:AmbientLightSensor rdfs:subClassOf saref-core:Device. -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf saref-core:Device. -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . SensorsAndWearables:Amplitude rdfs:subClassOf ns6:WearableProperty. SensorsAndWearables:ApplicationUsage rdfs:subClassOf saref-core:Property. SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf saref-core:Meter. SensorsAndWearables:Axis rdfs:subClassOf geosp:SpatialObject. SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf saref-core:Device. -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . SensorsAndWearables:BloodPressure rdfs:subClassOf ns6:WearerProperty. SensorsAndWearables:BloodVolumePulse rdfs:subClassOf ns6:WearerProperty. -SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . SensorsAndWearables:Frequency rdfs:subClassOf ns6:WearableProperty. SensorsAndWearables:GPSSensor rdfs:subClassOf saref-core:Device. -SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . SensorsAndWearables:GSRSensor rdfs:subClassOf saref-core:Device. -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GeoLocation rdfs:subClassOf . -SensorsAndWearables:GeoLocation rdfs:subClassOf . -SensorsAndWearables:GeoLocation rdfs:subClassOf . -SensorsAndWearables:GeoLocation rdfs:subClassOf . -SensorsAndWearables:GeoLocation rdfs:subClassOf . -SensorsAndWearables:GeoLocation rdfs:subClassOf . -SensorsAndWearables:GeoLocation rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GeoLocation rdfs:subClassOf . +SensorsAndWearables:GeoLocation rdfs:subClassOf . +SensorsAndWearables:GeoLocation rdfs:subClassOf . +SensorsAndWearables:GeoLocation rdfs:subClassOf . +SensorsAndWearables:GeoLocation rdfs:subClassOf . +SensorsAndWearables:GeoLocation rdfs:subClassOf . +SensorsAndWearables:GeoLocation rdfs:subClassOf . SensorsAndWearables:Gravity rdfs:subClassOf ns6:WearableProperty. -SensorsAndWearables:Gravity rdfs:subClassOf . +SensorsAndWearables:Gravity rdfs:subClassOf . SensorsAndWearables:GravitySensor rdfs:subClassOf saref-core:Sensor. -SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . SensorsAndWearables:Gyroscope rdfs:subClassOf saref-core:Sensor. -SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . SensorsAndWearables:HeartRate rdfs:subClassOf ns6:WearerProperty. SensorsAndWearables:InterBeatInterval rdfs:subClassOf ns6:WearerProperty. SensorsAndWearables:KeyStrokes rdfs:subClassOf saref-core:Property. SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf saref-core:Meter. SensorsAndWearables:Latitude rdfs:subClassOf saref-core:Property. -SensorsAndWearables:Latitude rdfs:subClassOf . -SensorsAndWearables:Latitude rdfs:subClassOf . -SensorsAndWearables:Latitude rdfs:subClassOf . -SensorsAndWearables:Latitude rdfs:subClassOf . -SensorsAndWearables:Latitude rdfs:subClassOf . -SensorsAndWearables:Latitude rdfs:subClassOf . -SensorsAndWearables:Latitude rdfs:subClassOf . +SensorsAndWearables:Latitude rdfs:subClassOf . +SensorsAndWearables:Latitude rdfs:subClassOf . +SensorsAndWearables:Latitude rdfs:subClassOf . +SensorsAndWearables:Latitude rdfs:subClassOf . +SensorsAndWearables:Latitude rdfs:subClassOf . +SensorsAndWearables:Latitude rdfs:subClassOf . +SensorsAndWearables:Latitude rdfs:subClassOf . SensorsAndWearables:Light rdfs:subClassOf saref-core:Property. SensorsAndWearables:LinearAcceleration rdfs:subClassOf ns6:WearableProperty. -SensorsAndWearables:LinearAcceleration rdfs:subClassOf . +SensorsAndWearables:LinearAcceleration rdfs:subClassOf . SensorsAndWearables:LinearAccelerometer rdfs:subClassOf saref-core:Sensor. -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . SensorsAndWearables:LocationAccuracy rdfs:subClassOf saref-core:Property. -SensorsAndWearables:LocationAccuracy rdfs:subClassOf . -SensorsAndWearables:LocationAccuracy rdfs:subClassOf . -SensorsAndWearables:LocationAccuracy rdfs:subClassOf . -SensorsAndWearables:LocationAccuracy rdfs:subClassOf . -SensorsAndWearables:LocationAccuracy rdfs:subClassOf . -SensorsAndWearables:LocationAccuracy rdfs:subClassOf . -SensorsAndWearables:LocationAccuracy rdfs:subClassOf . +SensorsAndWearables:LocationAccuracy rdfs:subClassOf . +SensorsAndWearables:LocationAccuracy rdfs:subClassOf . +SensorsAndWearables:LocationAccuracy rdfs:subClassOf . +SensorsAndWearables:LocationAccuracy rdfs:subClassOf . +SensorsAndWearables:LocationAccuracy rdfs:subClassOf . +SensorsAndWearables:LocationAccuracy rdfs:subClassOf . +SensorsAndWearables:LocationAccuracy rdfs:subClassOf . SensorsAndWearables:LocationBearing rdfs:subClassOf saref-core:Property. -SensorsAndWearables:LocationBearing rdfs:subClassOf . -SensorsAndWearables:LocationBearing rdfs:subClassOf . -SensorsAndWearables:LocationBearing rdfs:subClassOf . -SensorsAndWearables:LocationBearing rdfs:subClassOf . -SensorsAndWearables:LocationBearing rdfs:subClassOf . -SensorsAndWearables:LocationBearing rdfs:subClassOf . -SensorsAndWearables:LocationBearing rdfs:subClassOf . +SensorsAndWearables:LocationBearing rdfs:subClassOf . +SensorsAndWearables:LocationBearing rdfs:subClassOf . +SensorsAndWearables:LocationBearing rdfs:subClassOf . +SensorsAndWearables:LocationBearing rdfs:subClassOf . +SensorsAndWearables:LocationBearing rdfs:subClassOf . +SensorsAndWearables:LocationBearing rdfs:subClassOf . +SensorsAndWearables:LocationBearing rdfs:subClassOf . SensorsAndWearables:Longitude rdfs:subClassOf saref-core:Property. -SensorsAndWearables:Longitude rdfs:subClassOf . -SensorsAndWearables:Longitude rdfs:subClassOf . -SensorsAndWearables:Longitude rdfs:subClassOf . -SensorsAndWearables:Longitude rdfs:subClassOf . -SensorsAndWearables:Longitude rdfs:subClassOf . -SensorsAndWearables:Longitude rdfs:subClassOf . -SensorsAndWearables:Longitude rdfs:subClassOf . +SensorsAndWearables:Longitude rdfs:subClassOf . +SensorsAndWearables:Longitude rdfs:subClassOf . +SensorsAndWearables:Longitude rdfs:subClassOf . +SensorsAndWearables:Longitude rdfs:subClassOf . +SensorsAndWearables:Longitude rdfs:subClassOf . +SensorsAndWearables:Longitude rdfs:subClassOf . +SensorsAndWearables:Longitude rdfs:subClassOf . SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf ns6:WearableProperty. -SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . +SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . SensorsAndWearables:Magnetometer rdfs:subClassOf saref-core:Sensor. -SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . SensorsAndWearables:Noise rdfs:subClassOf saref-core:Property. SensorsAndWearables:OnWristDetector rdfs:subClassOf saref-core:Device. -SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . SensorsAndWearables:OrientationDeviation rdfs:subClassOf ns6:WearableProperty. -SensorsAndWearables:OrientationDeviation rdfs:subClassOf . +SensorsAndWearables:OrientationDeviation rdfs:subClassOf . SensorsAndWearables:PPGSensor rdfs:subClassOf saref-core:Device. -SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . SensorsAndWearables:Proximity rdfs:subClassOf saref-core:Property. SensorsAndWearables:ProximitySensor rdfs:subClassOf saref-core:Device. -SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . SensorsAndWearables:Rotation rdfs:subClassOf ns6:WearableProperty. -SensorsAndWearables:Rotation rdfs:subClassOf . +SensorsAndWearables:Rotation rdfs:subClassOf . SensorsAndWearables:RotationSensor rdfs:subClassOf saref-core:Sensor. -SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . SensorsAndWearables:SPO2 rdfs:subClassOf ns6:WearerProperty. SensorsAndWearables:ScreenUsage rdfs:subClassOf saref-core:Property. SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf saref-core:Meter. SensorsAndWearables:SkinConductance rdfs:subClassOf ns6:WearerProperty. SensorsAndWearables:SkinTemperature rdfs:subClassOf ns6:WearerProperty. -SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf ns6:WearableProperty. -SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . +SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf saref-core:Device. -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . SensorsAndWearables:StepCount rdfs:subClassOf saref-core:Property. SensorsAndWearables:StepCounter rdfs:subClassOf saref-core:Device. -SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . SensorsAndWearables:Thermopile rdfs:subClassOf saref-core:Sensor. -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . SensorsAndWearables:WearableAcceleration rdfs:subClassOf . SensorsAndWearables:WearableAcceleration rdfs:subClassOf ns6:WearableProperty. -SensorsAndWearables:WearableAcceleration rdfs:subClassOf . +SensorsAndWearables:WearableAcceleration rdfs:subClassOf . SensorsAndWearables:Weight rdfs:subClassOf ns6:WearerProperty. SensorsAndWearables:XAxis rdfs:subClassOf geosp:Geometry. SensorsAndWearables:XAxis rdfs:subClassOf geosp:SpatialObject. @@ -6555,387 +6563,387 @@ SensorsAndWearables:ZAxis rdfs:subClassOf geosp:Geometry. SensorsAndWearables:ZAxis rdfs:subClassOf geosp:SpatialObject. rdfs:subClassOf saref-core:Property. rdfs:subClassOf saref-core:Device. - rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . + rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . dogont:Button rdfs:subClassOf saref4bldg:PhysicalObject. -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . dogont:Closet rdfs:subClassOf saref4bldg:PhysicalObject. dogont:Cupboard rdfs:subClassOf saref4bldg:PhysicalObject. dogont:DimmableLight rdfs:subClassOf saref4bldg:DistributionControlDevice. dogont:DimmableLight rdfs:subClassOf saref-core:Actuator. -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . dogont:DimmerLamp rdfs:subClassOf saref4bldg:DistributionControlDevice. dogont:DimmerLamp rdfs:subClassOf saref-core:Actuator. -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . dogont:DimmerSwitch rdfs:subClassOf saref4bldg:DistributionControlDevice. dogont:DimmerSwitch rdfs:subClassOf saref-core:Actuator. -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . dogont:Door rdfs:subClassOf saref4bldg:PhysicalObject. dogont:Shutter rdfs:subClassOf saref4bldg:PhysicalObject. dogont:ShutterActuator rdfs:subClassOf saref4bldg:DistributionControlDevice. dogont:ShutterActuator rdfs:subClassOf saref-core:Actuator. -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:Terrace rdfs:subClassOf . -dogont:Terrace rdfs:subClassOf . -dogont:Terrace rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:Terrace rdfs:subClassOf . +dogont:Terrace rdfs:subClassOf . +dogont:Terrace rdfs:subClassOf . dogont:Window rdfs:subClassOf saref4bldg:PhysicalObject. ns3:Curtain rdfs:subClassOf saref4bldg:PhysicalObject. -ns3:Furniture rdfs:subClassOf . -ns3:Furniture rdfs:subClassOf . +ns3:Furniture rdfs:subClassOf . +ns3:Furniture rdfs:subClassOf . ns3:Netatmo rdfs:subClassOf saref-core:Device. -ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . ns3:WeatherStation rdfs:subClassOf saref-core:Device. -ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . ns3:WindowSensor rdfs:subClassOf saref-core:Device. -ns3:WindowSensor rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . ns4:EmpaticaTagButton rdfs:subClassOf saref4bldg:PhysicalObject. -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . ns4:SleepAPI rdfs:subClassOf saref-core:Device. -ns4:SleepAPI rdfs:subClassOf . -saref-core:ActuatingFunction rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +saref-core:ActuatingFunction rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . saref-core:Actuator rdfs:subClassOf saref4bldg:PhysicalObject. -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . saref-core:Appliance rdfs:subClassOf saref4bldg:PhysicalObject. -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:CloseCommand rdfs:subClassOf . -saref-core:CloseCommand rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:CloseCommand rdfs:subClassOf . +saref-core:CloseCommand rdfs:subClassOf . saref-core:CloseState rdfs:subClassOf saref-core:State. saref-core:DoorSwitch rdfs:subClassOf saref-core:Actuator. -saref-core:Energy rdfs:subClassOf . -saref-core:Energy rdfs:subClassOf . -saref-core:Energy rdfs:subClassOf . -saref-core:Energy rdfs:subClassOf . -saref-core:Energy rdfs:subClassOf . -saref-core:Energy rdfs:subClassOf . -saref-core:Energy rdfs:subClassOf . -saref-core:EventFunction rdfs:subClassOf . -saref-core:GetCommand rdfs:subClassOf . -saref-core:GetCommand rdfs:subClassOf . +saref-core:Energy rdfs:subClassOf . +saref-core:Energy rdfs:subClassOf . +saref-core:Energy rdfs:subClassOf . +saref-core:Energy rdfs:subClassOf . +saref-core:Energy rdfs:subClassOf . +saref-core:Energy rdfs:subClassOf . +saref-core:Energy rdfs:subClassOf . +saref-core:EventFunction rdfs:subClassOf . +saref-core:GetCommand rdfs:subClassOf . +saref-core:GetCommand rdfs:subClassOf . saref-core:GetCurrentMeterValueCommand rdfs:subClassOf saref-core:Command. -saref-core:GetCurrentMeterValueCommand rdfs:subClassOf . -saref-core:GetCurrentMeterValueCommand rdfs:subClassOf . +saref-core:GetCurrentMeterValueCommand rdfs:subClassOf . +saref-core:GetCurrentMeterValueCommand rdfs:subClassOf . saref-core:GetMeterDataCommand rdfs:subClassOf saref-core:Command. -saref-core:GetMeterDataCommand rdfs:subClassOf . -saref-core:GetMeterDataCommand rdfs:subClassOf . +saref-core:GetMeterDataCommand rdfs:subClassOf . +saref-core:GetMeterDataCommand rdfs:subClassOf . saref-core:GetMeterHistoryCommand rdfs:subClassOf saref-core:Command. -saref-core:GetMeterHistoryCommand rdfs:subClassOf . -saref-core:GetMeterHistoryCommand rdfs:subClassOf . +saref-core:GetMeterHistoryCommand rdfs:subClassOf . +saref-core:GetMeterHistoryCommand rdfs:subClassOf . saref-core:GetSensingDataCommand rdfs:subClassOf saref-core:Command. -saref-core:GetSensingDataCommand rdfs:subClassOf . -saref-core:GetSensingDataCommand rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . +saref-core:GetSensingDataCommand rdfs:subClassOf . +saref-core:GetSensingDataCommand rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . saref-core:HVAC rdfs:subClassOf saref4bldg:PhysicalObject. -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:Humidity rdfs:subClassOf . -saref-core:Humidity rdfs:subClassOf . -saref-core:Humidity rdfs:subClassOf . -saref-core:Humidity rdfs:subClassOf . -saref-core:Humidity rdfs:subClassOf . -saref-core:Humidity rdfs:subClassOf . -saref-core:Humidity rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:Humidity rdfs:subClassOf . +saref-core:Humidity rdfs:subClassOf . +saref-core:Humidity rdfs:subClassOf . +saref-core:Humidity rdfs:subClassOf . +saref-core:Humidity rdfs:subClassOf . +saref-core:Humidity rdfs:subClassOf . +saref-core:Humidity rdfs:subClassOf . saref-core:LevelControlFunction rdfs:subClassOf saref-core:Function. -saref-core:LevelControlFunction rdfs:subClassOf . -saref-core:Light rdfs:subClassOf . -saref-core:Light rdfs:subClassOf . -saref-core:Light rdfs:subClassOf . -saref-core:Light rdfs:subClassOf . -saref-core:Light rdfs:subClassOf . -saref-core:Light rdfs:subClassOf . -saref-core:Light rdfs:subClassOf . +saref-core:LevelControlFunction rdfs:subClassOf . +saref-core:Light rdfs:subClassOf . +saref-core:Light rdfs:subClassOf . +saref-core:Light rdfs:subClassOf . +saref-core:Light rdfs:subClassOf . +saref-core:Light rdfs:subClassOf . +saref-core:Light rdfs:subClassOf . +saref-core:Light rdfs:subClassOf . saref-core:LightSwitch rdfs:subClassOf saref-core:Actuator. -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . saref-core:Meter rdfs:subClassOf saref4bldg:PhysicalObject. -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:MeteringFunction rdfs:subClassOf . -saref-core:Motion rdfs:subClassOf . -saref-core:Motion rdfs:subClassOf . -saref-core:Motion rdfs:subClassOf . -saref-core:Motion rdfs:subClassOf . -saref-core:Motion rdfs:subClassOf . -saref-core:Motion rdfs:subClassOf . -saref-core:Motion rdfs:subClassOf . -saref-core:NotifyCommand rdfs:subClassOf . -saref-core:NotifyCommand rdfs:subClassOf . -saref-core:Occupancy rdfs:subClassOf . -saref-core:Occupancy rdfs:subClassOf . -saref-core:Occupancy rdfs:subClassOf . -saref-core:Occupancy rdfs:subClassOf . -saref-core:Occupancy rdfs:subClassOf . -saref-core:Occupancy rdfs:subClassOf . -saref-core:Occupancy rdfs:subClassOf . -saref-core:OffCommand rdfs:subClassOf . -saref-core:OffCommand rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:MeteringFunction rdfs:subClassOf . +saref-core:Motion rdfs:subClassOf . +saref-core:Motion rdfs:subClassOf . +saref-core:Motion rdfs:subClassOf . +saref-core:Motion rdfs:subClassOf . +saref-core:Motion rdfs:subClassOf . +saref-core:Motion rdfs:subClassOf . +saref-core:Motion rdfs:subClassOf . +saref-core:NotifyCommand rdfs:subClassOf . +saref-core:NotifyCommand rdfs:subClassOf . +saref-core:Occupancy rdfs:subClassOf . +saref-core:Occupancy rdfs:subClassOf . +saref-core:Occupancy rdfs:subClassOf . +saref-core:Occupancy rdfs:subClassOf . +saref-core:Occupancy rdfs:subClassOf . +saref-core:Occupancy rdfs:subClassOf . +saref-core:Occupancy rdfs:subClassOf . +saref-core:OffCommand rdfs:subClassOf . +saref-core:OffCommand rdfs:subClassOf . saref-core:OffState rdfs:subClassOf saref-core:State. -saref-core:OnCommand rdfs:subClassOf . -saref-core:OnCommand rdfs:subClassOf . +saref-core:OnCommand rdfs:subClassOf . +saref-core:OnCommand rdfs:subClassOf . saref-core:OnOffFunction rdfs:subClassOf saref-core:Function. -saref-core:OnOffFunction rdfs:subClassOf . +saref-core:OnOffFunction rdfs:subClassOf . saref-core:OnState rdfs:subClassOf saref-core:State. saref-core:OpenCloseFunction rdfs:subClassOf saref-core:Function. -saref-core:OpenCloseFunction rdfs:subClassOf . -saref-core:OpenCommand rdfs:subClassOf . -saref-core:OpenCommand rdfs:subClassOf . +saref-core:OpenCloseFunction rdfs:subClassOf . +saref-core:OpenCommand rdfs:subClassOf . +saref-core:OpenCommand rdfs:subClassOf . saref-core:OpenState rdfs:subClassOf saref-core:State. -saref-core:PauseCommand rdfs:subClassOf . -saref-core:PauseCommand rdfs:subClassOf . -saref-core:Power rdfs:subClassOf . -saref-core:Power rdfs:subClassOf . -saref-core:Power rdfs:subClassOf . -saref-core:Power rdfs:subClassOf . -saref-core:Power rdfs:subClassOf . -saref-core:Power rdfs:subClassOf . -saref-core:Power rdfs:subClassOf . -saref-core:Pressure rdfs:subClassOf . -saref-core:Pressure rdfs:subClassOf . -saref-core:Pressure rdfs:subClassOf . -saref-core:Pressure rdfs:subClassOf . -saref-core:Pressure rdfs:subClassOf . -saref-core:Pressure rdfs:subClassOf . -saref-core:Pressure rdfs:subClassOf . -saref-core:Price rdfs:subClassOf . -saref-core:Price rdfs:subClassOf . -saref-core:Price rdfs:subClassOf . -saref-core:Price rdfs:subClassOf . -saref-core:Price rdfs:subClassOf . -saref-core:Price rdfs:subClassOf . -saref-core:Price rdfs:subClassOf . -saref-core:SensingFunction rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . +saref-core:PauseCommand rdfs:subClassOf . +saref-core:PauseCommand rdfs:subClassOf . +saref-core:Power rdfs:subClassOf . +saref-core:Power rdfs:subClassOf . +saref-core:Power rdfs:subClassOf . +saref-core:Power rdfs:subClassOf . +saref-core:Power rdfs:subClassOf . +saref-core:Power rdfs:subClassOf . +saref-core:Power rdfs:subClassOf . +saref-core:Pressure rdfs:subClassOf . +saref-core:Pressure rdfs:subClassOf . +saref-core:Pressure rdfs:subClassOf . +saref-core:Pressure rdfs:subClassOf . +saref-core:Pressure rdfs:subClassOf . +saref-core:Pressure rdfs:subClassOf . +saref-core:Pressure rdfs:subClassOf . +saref-core:Price rdfs:subClassOf . +saref-core:Price rdfs:subClassOf . +saref-core:Price rdfs:subClassOf . +saref-core:Price rdfs:subClassOf . +saref-core:Price rdfs:subClassOf . +saref-core:Price rdfs:subClassOf . +saref-core:Price rdfs:subClassOf . +saref-core:SensingFunction rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . saref-core:Sensor rdfs:subClassOf saref4bldg:PhysicalObject. -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . saref-core:SetAbsoluteLevelCommand rdfs:subClassOf saref-core:Command. -saref-core:SetAbsoluteLevelCommand rdfs:subClassOf . -saref-core:SetAbsoluteLevelCommand rdfs:subClassOf . -saref-core:SetLevelCommand rdfs:subClassOf . -saref-core:SetLevelCommand rdfs:subClassOf . +saref-core:SetAbsoluteLevelCommand rdfs:subClassOf . +saref-core:SetAbsoluteLevelCommand rdfs:subClassOf . +saref-core:SetLevelCommand rdfs:subClassOf . +saref-core:SetLevelCommand rdfs:subClassOf . saref-core:SetRelativeLevelCommand rdfs:subClassOf saref-core:Command. -saref-core:SetRelativeLevelCommand rdfs:subClassOf . -saref-core:SetRelativeLevelCommand rdfs:subClassOf . -saref-core:SetRelativeLevelCommand rdfs:subClassOf . -saref-core:SetRelativeLevelCommand rdfs:subClassOf . -saref-core:Smoke rdfs:subClassOf . -saref-core:Smoke rdfs:subClassOf . -saref-core:Smoke rdfs:subClassOf . -saref-core:Smoke rdfs:subClassOf . -saref-core:Smoke rdfs:subClassOf . -saref-core:Smoke rdfs:subClassOf . -saref-core:Smoke rdfs:subClassOf . +saref-core:SetRelativeLevelCommand rdfs:subClassOf . +saref-core:SetRelativeLevelCommand rdfs:subClassOf . +saref-core:SetRelativeLevelCommand rdfs:subClassOf . +saref-core:SetRelativeLevelCommand rdfs:subClassOf . +saref-core:Smoke rdfs:subClassOf . +saref-core:Smoke rdfs:subClassOf . +saref-core:Smoke rdfs:subClassOf . +saref-core:Smoke rdfs:subClassOf . +saref-core:Smoke rdfs:subClassOf . +saref-core:Smoke rdfs:subClassOf . +saref-core:Smoke rdfs:subClassOf . saref-core:SmokeSensor rdfs:subClassOf saref-core:Device. -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . saref-core:SmokeSensor rdfs:subClassOf saref4bldg:PhysicalObject. -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:StartCommand rdfs:subClassOf . -saref-core:StartCommand rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:StartCommand rdfs:subClassOf . +saref-core:StartCommand rdfs:subClassOf . saref-core:StartState rdfs:subClassOf saref-core:State. saref-core:StartStopFunction rdfs:subClassOf saref-core:Function. -saref-core:StartStopFunction rdfs:subClassOf . -saref-core:StepDownCommand rdfs:subClassOf . -saref-core:StepDownCommand rdfs:subClassOf . -saref-core:StepUpCommand rdfs:subClassOf . -saref-core:StepUpCommand rdfs:subClassOf . -saref-core:StopCommand rdfs:subClassOf . -saref-core:StopCommand rdfs:subClassOf . +saref-core:StartStopFunction rdfs:subClassOf . +saref-core:StepDownCommand rdfs:subClassOf . +saref-core:StepDownCommand rdfs:subClassOf . +saref-core:StepUpCommand rdfs:subClassOf . +saref-core:StepUpCommand rdfs:subClassOf . +saref-core:StopCommand rdfs:subClassOf . +saref-core:StopCommand rdfs:subClassOf . saref-core:StopState rdfs:subClassOf saref-core:State. saref-core:Switch rdfs:subClassOf saref-core:Device. -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . saref-core:Switch rdfs:subClassOf saref4bldg:PhysicalObject. -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:SwitchOnService rdfs:subClassOf . -saref-core:SwitchOnService rdfs:subClassOf . -saref-core:Temperature rdfs:subClassOf . -saref-core:Temperature rdfs:subClassOf . -saref-core:Temperature rdfs:subClassOf . -saref-core:Temperature rdfs:subClassOf . -saref-core:Temperature rdfs:subClassOf . -saref-core:Temperature rdfs:subClassOf . -saref-core:Temperature rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:SwitchOnService rdfs:subClassOf . +saref-core:SwitchOnService rdfs:subClassOf . +saref-core:Temperature rdfs:subClassOf . +saref-core:Temperature rdfs:subClassOf . +saref-core:Temperature rdfs:subClassOf . +saref-core:Temperature rdfs:subClassOf . +saref-core:Temperature rdfs:subClassOf . +saref-core:Temperature rdfs:subClassOf . +saref-core:Temperature rdfs:subClassOf . saref-core:TemperatureSensor rdfs:subClassOf saref-core:Device. -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . saref-core:TemperatureSensor rdfs:subClassOf saref4bldg:PhysicalObject. -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:ToggleCommand rdfs:subClassOf . -saref-core:ToggleCommand rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:ToggleCommand rdfs:subClassOf . +saref-core:ToggleCommand rdfs:subClassOf . saref4bldg:Actuator rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Actuator rdfs:subClassOf saref-core:Device. -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . saref4bldg:Actuator rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . saref4bldg:AirToAirHeatRecovery rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Alarm rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:AudioVisualAppliance rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Boiler rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:BuildingDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingObject rdfs:subClassOf . -saref4bldg:BuildingObject rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingObject rdfs:subClassOf . +saref4bldg:BuildingObject rdfs:subClassOf . saref4bldg:Burner rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Chiller rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Coil rdfs:subClassOf saref4bldg:DistributionFlowDevice. @@ -6950,40 +6958,40 @@ saref4bldg:DistributionControlDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:DistributionDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:DistributionDevice rdfs:subClassOf saref-core:Device. saref4bldg:DistributionDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . saref4bldg:DistributionFlowDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:DistributionFlowDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:DistributionFlowDevice rdfs:subClassOf saref-core:Device. saref4bldg:DistributionFlowDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . saref4bldg:DuctSilencer rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:ElectricAppliance rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. @@ -6995,84 +7003,84 @@ saref4bldg:EnergyConversionDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:EnergyConversionDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:EnergyConversionDevice rdfs:subClassOf saref-core:Device. saref4bldg:EnergyConversionDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . saref4bldg:Engine rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Engine rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Engine rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Engine rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Engine rdfs:subClassOf saref-core:Device. saref4bldg:Engine rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . saref4bldg:EvaporativeCooler rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:EvaporativeCooler rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:EvaporativeCooler rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:EvaporativeCooler rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:EvaporativeCooler rdfs:subClassOf saref-core:Device. saref4bldg:EvaporativeCooler rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . saref4bldg:Evaporator rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Evaporator rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Evaporator rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Evaporator rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Evaporator rdfs:subClassOf saref-core:Device. saref4bldg:Evaporator rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . saref4bldg:Fan rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Filter rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:FireSuppressionTerminal rdfs:subClassOf saref4bldg:DistributionFlowDevice. @@ -7081,21 +7089,21 @@ saref4bldg:FlowController rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:FlowController rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:FlowController rdfs:subClassOf saref-core:Device. saref4bldg:FlowController rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . saref4bldg:FlowInstrument rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:FlowInstrument rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:FlowMeter rdfs:subClassOf saref4bldg:DistributionFlowDevice. @@ -7104,248 +7112,248 @@ saref4bldg:FlowMeter rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:FlowMeter rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:FlowMeter rdfs:subClassOf saref-core:Device. saref4bldg:FlowMeter rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . saref4bldg:FlowMovingDevice rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:FlowMovingDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:FlowMovingDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:FlowMovingDevice rdfs:subClassOf saref-core:Device. saref4bldg:FlowMovingDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . saref4bldg:FlowStorageDevice rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:FlowStorageDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:FlowStorageDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:FlowStorageDevice rdfs:subClassOf saref-core:Device. saref4bldg:FlowStorageDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . saref4bldg:FlowTerminal rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:FlowTerminal rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:FlowTerminal rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:FlowTerminal rdfs:subClassOf saref-core:Device. saref4bldg:FlowTerminal rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . saref4bldg:FlowTreatmentDevice rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:FlowTreatmentDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:FlowTreatmentDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:FlowTreatmentDevice rdfs:subClassOf saref-core:Device. saref4bldg:FlowTreatmentDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . saref4bldg:HeatExchanger rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:HeatExchanger rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:HeatExchanger rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:HeatExchanger rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:HeatExchanger rdfs:subClassOf saref-core:Device. saref4bldg:HeatExchanger rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . saref4bldg:Humidifier rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Humidifier rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Humidifier rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Humidifier rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Humidifier rdfs:subClassOf saref-core:Device. saref4bldg:Humidifier rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . saref4bldg:Interceptor rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Interceptor rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Interceptor rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Interceptor rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Interceptor rdfs:subClassOf saref-core:Device. saref4bldg:Interceptor rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . saref4bldg:Lamp rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Lamp rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Lamp rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Lamp rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Lamp rdfs:subClassOf saref-core:Device. saref4bldg:Lamp rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . saref4bldg:MedicalDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:MedicalDevice rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:MedicalDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:MedicalDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:MedicalDevice rdfs:subClassOf saref-core:Device. saref4bldg:MedicalDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . saref4bldg:Outlet rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Outlet rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Outlet rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Outlet rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Outlet rdfs:subClassOf saref-core:Device. saref4bldg:Outlet rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . saref4bldg:ProtectiveDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:ProtectiveDevice rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:ProtectiveDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:ProtectiveDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:ProtectiveDevice rdfs:subClassOf saref-core:Device. saref4bldg:ProtectiveDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Pump rdfs:subClassOf saref4bldg:DistributionFlowDevice. @@ -7353,222 +7361,222 @@ saref4bldg:Pump rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Pump rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Pump rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Pump rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . saref4bldg:SanitaryTerminal rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:SanitaryTerminal rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:SanitaryTerminal rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:SanitaryTerminal rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:SanitaryTerminal rdfs:subClassOf saref-core:Device. saref4bldg:SanitaryTerminal rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . saref4bldg:Sensor rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Sensor rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Sensor rdfs:subClassOf saref-core:Device. -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . saref4bldg:Sensor rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . saref4bldg:ShadingDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:ShadingDevice rdfs:subClassOf saref-core:Device. saref4bldg:ShadingDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . saref4bldg:SolarDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:SolarDevice rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:SolarDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:SolarDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:SolarDevice rdfs:subClassOf saref-core:Device. saref4bldg:SolarDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . saref4bldg:SpaceHeater rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:SpaceHeater rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:SpaceHeater rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:SpaceHeater rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:SpaceHeater rdfs:subClassOf saref-core:Device. saref4bldg:SpaceHeater rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . saref4bldg:SwitchingDevice rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:SwitchingDevice rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:SwitchingDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:SwitchingDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:SwitchingDevice rdfs:subClassOf saref-core:Device. saref4bldg:SwitchingDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . saref4bldg:Tank rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Tank rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Tank rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Tank rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Tank rdfs:subClassOf saref-core:Device. saref4bldg:Tank rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . saref4bldg:Transformer rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:Transformer rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Transformer rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Transformer rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Transformer rdfs:subClassOf saref-core:Device. saref4bldg:Transformer rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . saref4bldg:TransportElement rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . saref4bldg:TubeBundle rdfs:subClassOf saref4bldg:DistributionFlowDevice. saref4bldg:TubeBundle rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:TubeBundle rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:TubeBundle rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:TubeBundle rdfs:subClassOf saref-core:Device. saref4bldg:TubeBundle rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . saref4bldg:UnitaryControlElement rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:UnitaryControlElement rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Valve rdfs:subClassOf saref4bldg:DistributionFlowDevice. @@ -7577,615 +7585,615 @@ saref4bldg:Valve rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Valve rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Valve rdfs:subClassOf saref-core:Device. saref4bldg:Valve rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . saref4bldg:VibrationIsolator rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref4ehaw:AlarmCommand rdfs:subClassOf . -saref4ehaw:AlarmCommand rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref4ehaw:AlarmCommand rdfs:subClassOf . +saref4ehaw:AlarmCommand rdfs:subClassOf . saref4ehaw:BanHub rdfs:subClassOf saref-core:Device. saref4ehaw:Caregiver rdfs:subClassOf foaf:Agent. -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . saref4ehaw:FunctionalDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . saref4ehaw:HealthActuator rdfs:subClassOf saref-core:Device. -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . saref4ehaw:HealthDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . saref4ehaw:HealthSensor rdfs:subClassOf saref-core:Device. -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . saref4ehaw:HealthSensor rdfs:subClassOf saref4bldg:PhysicalObject. -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . saref4ehaw:HealthWearable rdfs:subClassOf saref-core:Device. -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . saref4ehaw:HealthWearable rdfs:subClassOf saref4bldg:PhysicalObject. -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . saref4ehaw:Helper rdfs:subClassOf foaf:Agent. -saref4ehaw:MeasurementFunction rdfs:subClassOf . +saref4ehaw:MeasurementFunction rdfs:subClassOf . saref4ehaw:Patient rdfs:subClassOf saref4ehaw:HealthActor. -saref4ehaw:Posture rdfs:subClassOf . -saref4ehaw:Posture rdfs:subClassOf . -saref4ehaw:Posture rdfs:subClassOf . -saref4ehaw:Posture rdfs:subClassOf . -saref4ehaw:Posture rdfs:subClassOf . -saref4ehaw:Posture rdfs:subClassOf . -saref4ehaw:Posture rdfs:subClassOf . +saref4ehaw:Posture rdfs:subClassOf . +saref4ehaw:Posture rdfs:subClassOf . +saref4ehaw:Posture rdfs:subClassOf . +saref4ehaw:Posture rdfs:subClassOf . +saref4ehaw:Posture rdfs:subClassOf . +saref4ehaw:Posture rdfs:subClassOf . +saref4ehaw:Posture rdfs:subClassOf . saref4ehaw:ReminderCommand rdfs:subClassOf saref-core:Command. -saref4ehaw:ReminderCommand rdfs:subClassOf . -saref4ehaw:ReminderCommand rdfs:subClassOf . -saref4ehaw:ReminderCommand rdfs:subClassOf . +saref4ehaw:ReminderCommand rdfs:subClassOf . +saref4ehaw:ReminderCommand rdfs:subClassOf . +saref4ehaw:ReminderCommand rdfs:subClassOf . saref4ehaw:ResponsibleParty rdfs:subClassOf foaf:Agent. -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . -saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . +saref4ehaw:TimeSeriesMeasurement rdfs:subClassOf . saref4ehaw:User rdfs:subClassOf foaf:Agent. geo:Point rdfs:subClassOf geosp:SpatialObject. s4city:AdministrativeArea rdfs:subClassOf geosp:SpatialObject. s4city:CityObject rdfs:subClassOf geosp:SpatialObject. -s4city:Event rdfs:subClassOf . +s4city:Event rdfs:subClassOf . s4city:Facility rdfs:subClassOf geosp:SpatialObject. ns6:BiometricProperty rdfs:subClassOf saref-core:Property. ns6:CommunicatingFunction rdfs:subClassOf saref-core:Function. -ns6:CommunicatingFunction rdfs:subClassOf . -ns6:CommunicatingFunction rdfs:subClassOf . -ns6:ControllingFunction rdfs:subClassOf . -ns6:CrowdProperty rdfs:subClassOf . -ns6:CrowdProperty rdfs:subClassOf . -ns6:CrowdProperty rdfs:subClassOf . -ns6:CrowdProperty rdfs:subClassOf . -ns6:CrowdProperty rdfs:subClassOf . -ns6:CrowdProperty rdfs:subClassOf . -ns6:CrowdProperty rdfs:subClassOf . +ns6:CommunicatingFunction rdfs:subClassOf . +ns6:CommunicatingFunction rdfs:subClassOf . +ns6:ControllingFunction rdfs:subClassOf . +ns6:CrowdProperty rdfs:subClassOf . +ns6:CrowdProperty rdfs:subClassOf . +ns6:CrowdProperty rdfs:subClassOf . +ns6:CrowdProperty rdfs:subClassOf . +ns6:CrowdProperty rdfs:subClassOf . +ns6:CrowdProperty rdfs:subClassOf . +ns6:CrowdProperty rdfs:subClassOf . ns6:ElectricalProperty rdfs:subClassOf saref-core:Property. ns6:ElectricalSafetyProperty rdfs:subClassOf saref-core:Property. ns6:EmissionProperty rdfs:subClassOf saref-core:Property. -ns6:EnvironmentalProperty rdfs:subClassOf . -ns6:EnvironmentalProperty rdfs:subClassOf . -ns6:EnvironmentalProperty rdfs:subClassOf . -ns6:EnvironmentalProperty rdfs:subClassOf . -ns6:EnvironmentalProperty rdfs:subClassOf . -ns6:EnvironmentalProperty rdfs:subClassOf . -ns6:EnvironmentalProperty rdfs:subClassOf . +ns6:EnvironmentalProperty rdfs:subClassOf . +ns6:EnvironmentalProperty rdfs:subClassOf . +ns6:EnvironmentalProperty rdfs:subClassOf . +ns6:EnvironmentalProperty rdfs:subClassOf . +ns6:EnvironmentalProperty rdfs:subClassOf . +ns6:EnvironmentalProperty rdfs:subClassOf . +ns6:EnvironmentalProperty rdfs:subClassOf . ns6:FabricWearable rdfs:subClassOf ns6:OnBodyWearable. ns6:LivingOrganism rdfs:subClassOf geosp:SpatialObject. -ns6:LivingOrganism rdfs:subClassOf . -ns6:LivingOrganism rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . +ns6:LivingOrganism rdfs:subClassOf . +ns6:LivingOrganism rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . ns6:MemoryStorage rdfs:subClassOf saref4bldg:PhysicalObject. -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . -ns6:NavigatingFunction rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . +ns6:NavigatingFunction rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . ns6:PowerSupply rdfs:subClassOf saref4bldg:PhysicalObject. -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:Software rdfs:subClassOf . -ns6:Software rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:Software rdfs:subClassOf . +ns6:Software rdfs:subClassOf . ns6:TextileBasedSensor rdfs:subClassOf saref-core:Device. -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . ns6:TextileBasedSensor rdfs:subClassOf saref4bldg:PhysicalObject. -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:User rdfs:subClassOf . -ns6:User rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:User rdfs:subClassOf . +ns6:User rdfs:subClassOf . ns6:Wearable rdfs:subClassOf geosp:SpatialObject. -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . ns6:Wearable rdfs:subClassOf saref4bldg:PhysicalObject. -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:WearableProperty rdfs:subClassOf . -ns6:WearableProperty rdfs:subClassOf . -ns6:WearableProperty rdfs:subClassOf . -ns6:WearableProperty rdfs:subClassOf . -ns6:WearableProperty rdfs:subClassOf . -ns6:WearableProperty rdfs:subClassOf . -ns6:WearableProperty rdfs:subClassOf . -ns6:WearerProperty rdfs:subClassOf . -ns6:WearerProperty rdfs:subClassOf . -ns6:WearerProperty rdfs:subClassOf . -ns6:WearerProperty rdfs:subClassOf . -ns6:WearerProperty rdfs:subClassOf . -ns6:WearerProperty rdfs:subClassOf . -ns6:WearerProperty rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :BrushingTeethActivityPrediction. - rdfs:subClassOf :NonRoutineActivityPrediction. - rdfs:subClassOf :BrushingTeethActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :CookingFoodOvenActivityPrediction. - rdfs:subClassOf :NonRoutineActivityPrediction. - rdfs:subClassOf :CookingFoodOvenActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :CookingFoodStovetopActivityPrediction. - rdfs:subClassOf :NonRoutineActivityPrediction. - rdfs:subClassOf :CookingFoodStovetopActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :DrinkPreparationActivityPrediction. - rdfs:subClassOf :NonRoutineActivityPrediction. - rdfs:subClassOf :DrinkPreparationActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :EatingActivityPrediction. - rdfs:subClassOf :NonRoutineActivityPrediction. - rdfs:subClassOf :EatingActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. - rdfs:subClassOf :PreparingHotMealActivityPrediction. - rdfs:subClassOf :PreparingHotMealActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. - rdfs:subClassOf :ShoweringActivityPrediction. - rdfs:subClassOf :ShoweringActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. - rdfs:subClassOf :SleepingActivityPrediction. - rdfs:subClassOf :SleepingActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. - rdfs:subClassOf :ToiletingActivityPrediction. - rdfs:subClassOf :ToiletingActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. - rdfs:subClassOf :UsingMobilePhoneActivityPrediction. - rdfs:subClassOf :UsingMobilePhoneActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. - rdfs:subClassOf :WatchingTVActivelyActivityPrediction. - rdfs:subClassOf :WatchingTVActivelyActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :BrushingTeethActivityPrediction. - rdfs:subClassOf :RoutineActivityPrediction. - rdfs:subClassOf :BrushingTeethActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :CookingFoodOvenActivityPrediction. - rdfs:subClassOf :RoutineActivityPrediction. - rdfs:subClassOf :CookingFoodOvenActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :CookingFoodStovetopActivityPrediction. - rdfs:subClassOf :RoutineActivityPrediction. - rdfs:subClassOf :CookingFoodStovetopActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :DrinkPreparationActivityPrediction. - rdfs:subClassOf :RoutineActivityPrediction. - rdfs:subClassOf :DrinkPreparationActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :EatingActivityPrediction. - rdfs:subClassOf :RoutineActivityPrediction. - rdfs:subClassOf :EatingActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :PreparingHotMealActivityPrediction. - rdfs:subClassOf :RoutineActivityPrediction. - rdfs:subClassOf :PreparingHotMealActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. - rdfs:subClassOf :ShoweringActivityPrediction. - rdfs:subClassOf :ShoweringActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. - rdfs:subClassOf :SleepingActivityPrediction. - rdfs:subClassOf :SleepingActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. - rdfs:subClassOf :ToiletingActivityPrediction. - rdfs:subClassOf :ToiletingActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. - rdfs:subClassOf :UsingMobilePhoneActivityPrediction. - rdfs:subClassOf :UsingMobilePhoneActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. - rdfs:subClassOf :WatchingTVActivelyActivityPrediction. - rdfs:subClassOf :WatchingTVActivelyActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Routine. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Routine. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Routine. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Routine. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Routine. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Routine. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Routine. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Routine. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Routine. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Routine. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Routine. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:User. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf . - rdfs:subClassOf ns6:Wearable. - rdfs:subClassOf . - rdfs:subClassOf ns6:Wearable. - rdfs:subClassOf . - rdfs:subClassOf ns6:Wearable. - rdfs:subClassOf . - rdfs:subClassOf ns6:LivingOrganism. - rdfs:subClassOf . -:BrushingTeethActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :BrushingTeethActivityPrediction. -:CookingFoodOvenActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :CookingFoodOvenActivityPrediction. -:CookingFoodStovetopActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :CookingFoodStovetopActivityPrediction. -:DrinkPreparationActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :DrinkPreparationActivityPrediction. -:EatingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :EatingActivityPrediction. -:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineBrushingTeethActivityPrediction. -:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineBrushingTeethActivityPrediction. -:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineCookingFoodOvenActivityPrediction. -:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineCookingFoodOvenActivityPrediction. -:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineCookingFoodStovetopActivityPrediction. -:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineCookingFoodStovetopActivityPrediction. -:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineDrinkPreparationActivityPrediction. -:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineDrinkPreparationActivityPrediction. -:NonRoutineEatingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineEatingActivityPrediction. -:NonRoutineEatingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineEatingActivityPrediction. -:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutinePreparingHotMealActivityPrediction. -:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutinePreparingHotMealActivityPrediction. -:NonRoutineShoweringActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineShoweringActivityPrediction. -:NonRoutineShoweringActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineShoweringActivityPrediction. -:NonRoutineSleepingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineSleepingActivityPrediction. -:NonRoutineSleepingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineSleepingActivityPrediction. -:NonRoutineToiletingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineToiletingActivityPrediction. -:NonRoutineToiletingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineToiletingActivityPrediction. -:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineUsingMobilePhoneActivityPrediction. -:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineUsingMobilePhoneActivityPrediction. -:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineWatchingTVActivelyActivityPrediction. -:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineWatchingTVActivelyActivityPrediction. -:PreparingHotMealActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :PreparingHotMealActivityPrediction. -:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineBrushingTeethActivityPrediction. -:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineBrushingTeethActivityPrediction. -:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineCookingFoodOvenActivityPrediction. -:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineCookingFoodOvenActivityPrediction. -:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineCookingFoodStovetopActivityPrediction. -:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineCookingFoodStovetopActivityPrediction. -:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineDrinkPreparationActivityPrediction. -:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineDrinkPreparationActivityPrediction. -:RoutineEatingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineEatingActivityPrediction. -:RoutineEatingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineEatingActivityPrediction. -:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutinePreparingHotMealActivityPrediction. -:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutinePreparingHotMealActivityPrediction. -:RoutineShoweringActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineShoweringActivityPrediction. -:RoutineShoweringActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineShoweringActivityPrediction. -:RoutineSleepingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineSleepingActivityPrediction. -:RoutineSleepingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineSleepingActivityPrediction. -:RoutineToiletingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineToiletingActivityPrediction. -:RoutineToiletingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineToiletingActivityPrediction. -:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineUsingMobilePhoneActivityPrediction. -:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineUsingMobilePhoneActivityPrediction. -:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineWatchingTVActivelyActivityPrediction. -:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineWatchingTVActivelyActivityPrediction. -:ShoweringActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :ShoweringActivityPrediction. -:SleepingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :SleepingActivityPrediction. -:ToiletingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :ToiletingActivityPrediction. -:UserWithBrushingTeethRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithBrushingTeethRoutine. -:UserWithCookingFoodOvenRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithCookingFoodOvenRoutine. -:UserWithCookingFoodStovetopRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithCookingFoodStovetopRoutine. -:UserWithDrinkPreparationRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithDrinkPreparationRoutine. -:UserWithEatingRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithEatingRoutine. -:UserWithPreparingHotMealRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithPreparingHotMealRoutine. -:UserWithShoweringRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithShoweringRoutine. -:UserWithSleepingRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithSleepingRoutine. -:UserWithToiletingRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithToiletingRoutine. -:UserWithUsingMobilePhoneRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithUsingMobilePhoneRoutine. -:UserWithWatchingTVActivelyRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithWatchingTVActivelyRoutine. -:UserWithoutBrushingTeethRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithoutBrushingTeethRoutine. -:UserWithoutCookingFoodOvenRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithoutCookingFoodOvenRoutine. -:UserWithoutCookingFoodStovetopRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithoutCookingFoodStovetopRoutine. -:UserWithoutDrinkPreparationRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithoutDrinkPreparationRoutine. -:UserWithoutEatingRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithoutEatingRoutine. -:UserWithoutPreparingHotMealRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithoutPreparingHotMealRoutine. -:UserWithoutShoweringRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithoutShoweringRoutine. -:UserWithoutSleepingRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithoutSleepingRoutine. -:UserWithoutToiletingRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithoutToiletingRoutine. -:UserWithoutUsingMobilePhoneRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithoutUsingMobilePhoneRoutine. -:UserWithoutWatchingTVActivelyRoutine rdfs:subClassOf . - rdfs:subClassOf :UserWithoutWatchingTVActivelyRoutine. -:UsingMobilePhoneActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :UsingMobilePhoneActivityPrediction. -:WatchingTVActivelyActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :WatchingTVActivelyActivityPrediction. +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:WearableProperty rdfs:subClassOf . +ns6:WearableProperty rdfs:subClassOf . +ns6:WearableProperty rdfs:subClassOf . +ns6:WearableProperty rdfs:subClassOf . +ns6:WearableProperty rdfs:subClassOf . +ns6:WearableProperty rdfs:subClassOf . +ns6:WearableProperty rdfs:subClassOf . +ns6:WearerProperty rdfs:subClassOf . +ns6:WearerProperty rdfs:subClassOf . +ns6:WearerProperty rdfs:subClassOf . +ns6:WearerProperty rdfs:subClassOf . +ns6:WearerProperty rdfs:subClassOf . +ns6:WearerProperty rdfs:subClassOf . +ns6:WearerProperty rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :BrushingTeethActivityPrediction. + rdfs:subClassOf :NonRoutineActivityPrediction. + rdfs:subClassOf :BrushingTeethActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :CookingFoodOvenActivityPrediction. + rdfs:subClassOf :NonRoutineActivityPrediction. + rdfs:subClassOf :CookingFoodOvenActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :CookingFoodStovetopActivityPrediction. + rdfs:subClassOf :NonRoutineActivityPrediction. + rdfs:subClassOf :CookingFoodStovetopActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :DrinkPreparationActivityPrediction. + rdfs:subClassOf :NonRoutineActivityPrediction. + rdfs:subClassOf :DrinkPreparationActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :EatingActivityPrediction. + rdfs:subClassOf :NonRoutineActivityPrediction. + rdfs:subClassOf :EatingActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. + rdfs:subClassOf :PreparingHotMealActivityPrediction. + rdfs:subClassOf :PreparingHotMealActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. + rdfs:subClassOf :ShoweringActivityPrediction. + rdfs:subClassOf :ShoweringActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. + rdfs:subClassOf :SleepingActivityPrediction. + rdfs:subClassOf :SleepingActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. + rdfs:subClassOf :ToiletingActivityPrediction. + rdfs:subClassOf :ToiletingActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. + rdfs:subClassOf :UsingMobilePhoneActivityPrediction. + rdfs:subClassOf :UsingMobilePhoneActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. + rdfs:subClassOf :WatchingTVActivelyActivityPrediction. + rdfs:subClassOf :WatchingTVActivelyActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :BrushingTeethActivityPrediction. + rdfs:subClassOf :RoutineActivityPrediction. + rdfs:subClassOf :BrushingTeethActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :CookingFoodOvenActivityPrediction. + rdfs:subClassOf :RoutineActivityPrediction. + rdfs:subClassOf :CookingFoodOvenActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :CookingFoodStovetopActivityPrediction. + rdfs:subClassOf :RoutineActivityPrediction. + rdfs:subClassOf :CookingFoodStovetopActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :DrinkPreparationActivityPrediction. + rdfs:subClassOf :RoutineActivityPrediction. + rdfs:subClassOf :DrinkPreparationActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :EatingActivityPrediction. + rdfs:subClassOf :RoutineActivityPrediction. + rdfs:subClassOf :EatingActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :PreparingHotMealActivityPrediction. + rdfs:subClassOf :RoutineActivityPrediction. + rdfs:subClassOf :PreparingHotMealActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. + rdfs:subClassOf :ShoweringActivityPrediction. + rdfs:subClassOf :ShoweringActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. + rdfs:subClassOf :SleepingActivityPrediction. + rdfs:subClassOf :SleepingActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. + rdfs:subClassOf :ToiletingActivityPrediction. + rdfs:subClassOf :ToiletingActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. + rdfs:subClassOf :UsingMobilePhoneActivityPrediction. + rdfs:subClassOf :UsingMobilePhoneActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. + rdfs:subClassOf :WatchingTVActivelyActivityPrediction. + rdfs:subClassOf :WatchingTVActivelyActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Routine. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Routine. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Routine. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Routine. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Routine. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Routine. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Routine. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Routine. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Routine. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Routine. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Routine. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:User. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf . + rdfs:subClassOf ns6:Wearable. + rdfs:subClassOf . + rdfs:subClassOf ns6:Wearable. + rdfs:subClassOf . + rdfs:subClassOf ns6:Wearable. + rdfs:subClassOf . + rdfs:subClassOf ns6:LivingOrganism. + rdfs:subClassOf . +:BrushingTeethActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :BrushingTeethActivityPrediction. +:CookingFoodOvenActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :CookingFoodOvenActivityPrediction. +:CookingFoodStovetopActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :CookingFoodStovetopActivityPrediction. +:DrinkPreparationActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :DrinkPreparationActivityPrediction. +:EatingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :EatingActivityPrediction. +:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineBrushingTeethActivityPrediction. +:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineBrushingTeethActivityPrediction. +:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineCookingFoodOvenActivityPrediction. +:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineCookingFoodOvenActivityPrediction. +:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineCookingFoodStovetopActivityPrediction. +:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineCookingFoodStovetopActivityPrediction. +:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineDrinkPreparationActivityPrediction. +:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineDrinkPreparationActivityPrediction. +:NonRoutineEatingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineEatingActivityPrediction. +:NonRoutineEatingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineEatingActivityPrediction. +:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutinePreparingHotMealActivityPrediction. +:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutinePreparingHotMealActivityPrediction. +:NonRoutineShoweringActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineShoweringActivityPrediction. +:NonRoutineShoweringActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineShoweringActivityPrediction. +:NonRoutineSleepingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineSleepingActivityPrediction. +:NonRoutineSleepingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineSleepingActivityPrediction. +:NonRoutineToiletingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineToiletingActivityPrediction. +:NonRoutineToiletingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineToiletingActivityPrediction. +:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineUsingMobilePhoneActivityPrediction. +:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineUsingMobilePhoneActivityPrediction. +:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineWatchingTVActivelyActivityPrediction. +:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineWatchingTVActivelyActivityPrediction. +:PreparingHotMealActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :PreparingHotMealActivityPrediction. +:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineBrushingTeethActivityPrediction. +:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineBrushingTeethActivityPrediction. +:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineCookingFoodOvenActivityPrediction. +:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineCookingFoodOvenActivityPrediction. +:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineCookingFoodStovetopActivityPrediction. +:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineCookingFoodStovetopActivityPrediction. +:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineDrinkPreparationActivityPrediction. +:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineDrinkPreparationActivityPrediction. +:RoutineEatingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineEatingActivityPrediction. +:RoutineEatingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineEatingActivityPrediction. +:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutinePreparingHotMealActivityPrediction. +:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutinePreparingHotMealActivityPrediction. +:RoutineShoweringActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineShoweringActivityPrediction. +:RoutineShoweringActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineShoweringActivityPrediction. +:RoutineSleepingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineSleepingActivityPrediction. +:RoutineSleepingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineSleepingActivityPrediction. +:RoutineToiletingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineToiletingActivityPrediction. +:RoutineToiletingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineToiletingActivityPrediction. +:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineUsingMobilePhoneActivityPrediction. +:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineUsingMobilePhoneActivityPrediction. +:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineWatchingTVActivelyActivityPrediction. +:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineWatchingTVActivelyActivityPrediction. +:ShoweringActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :ShoweringActivityPrediction. +:SleepingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :SleepingActivityPrediction. +:ToiletingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :ToiletingActivityPrediction. +:UserWithBrushingTeethRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithBrushingTeethRoutine. +:UserWithCookingFoodOvenRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithCookingFoodOvenRoutine. +:UserWithCookingFoodStovetopRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithCookingFoodStovetopRoutine. +:UserWithDrinkPreparationRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithDrinkPreparationRoutine. +:UserWithEatingRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithEatingRoutine. +:UserWithPreparingHotMealRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithPreparingHotMealRoutine. +:UserWithShoweringRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithShoweringRoutine. +:UserWithSleepingRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithSleepingRoutine. +:UserWithToiletingRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithToiletingRoutine. +:UserWithUsingMobilePhoneRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithUsingMobilePhoneRoutine. +:UserWithWatchingTVActivelyRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithWatchingTVActivelyRoutine. +:UserWithoutBrushingTeethRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithoutBrushingTeethRoutine. +:UserWithoutCookingFoodOvenRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithoutCookingFoodOvenRoutine. +:UserWithoutCookingFoodStovetopRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithoutCookingFoodStovetopRoutine. +:UserWithoutDrinkPreparationRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithoutDrinkPreparationRoutine. +:UserWithoutEatingRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithoutEatingRoutine. +:UserWithoutPreparingHotMealRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithoutPreparingHotMealRoutine. +:UserWithoutShoweringRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithoutShoweringRoutine. +:UserWithoutSleepingRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithoutSleepingRoutine. +:UserWithoutToiletingRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithoutToiletingRoutine. +:UserWithoutUsingMobilePhoneRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithoutUsingMobilePhoneRoutine. +:UserWithoutWatchingTVActivelyRoutine rdfs:subClassOf . + rdfs:subClassOf :UserWithoutWatchingTVActivelyRoutine. +:UsingMobilePhoneActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :UsingMobilePhoneActivityPrediction. +:WatchingTVActivelyActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :WatchingTVActivelyActivityPrediction. saref4ehaw:Contact rdfs:subClassOf saref4ehaw:HealthActor. saref4ehaw:HealthActor rdfs:subClassOf saref4ehaw:Contact. :BrushingTeethActivityPrediction rdfs:subClassOf :BrushingTeethActivityPrediction. @@ -8244,282 +8252,282 @@ saref4ehaw:HealthActor rdfs:subClassOf saref4ehaw:Contact. :UsingMobilePhoneActivityPrediction rdfs:subClassOf :UsingMobilePhoneActivityPrediction. :WatchingTVActivelyActivityPrediction rdfs:subClassOf :WatchingTVActivelyActivityPrediction. saref4ehaw:Contact rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . saref4ehaw:HealthActor rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . -saref-core:Commodity rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . -saref-core:Commodity rdfs:subClassOf . -saref-core:Property rdfs:subClassOf . -saref4bldg:Building rdfs:subClassOf . -saref4bldg:BuildingSpace rdfs:subClassOf . -saref4bldg:BuildingSpace rdfs:subClassOf . -saref4bldg:PhysicalObject rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . +saref-core:Commodity rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . +saref-core:Commodity rdfs:subClassOf . +saref-core:Property rdfs:subClassOf . +saref4bldg:Building rdfs:subClassOf . +saref4bldg:BuildingSpace rdfs:subClassOf . +saref4bldg:BuildingSpace rdfs:subClassOf . +saref4bldg:PhysicalObject rdfs:subClassOf . :BrushingTeethActivityPrediction rdfs:subClassOf eep:Execution. -:BrushingTeethActivityPrediction rdfs:subClassOf . -:BrushingTeethActivityPrediction rdfs:subClassOf . +:BrushingTeethActivityPrediction rdfs:subClassOf . +:BrushingTeethActivityPrediction rdfs:subClassOf . :CookingFoodOvenActivityPrediction rdfs:subClassOf eep:Execution. -:CookingFoodOvenActivityPrediction rdfs:subClassOf . -:CookingFoodOvenActivityPrediction rdfs:subClassOf . +:CookingFoodOvenActivityPrediction rdfs:subClassOf . +:CookingFoodOvenActivityPrediction rdfs:subClassOf . :CookingFoodStovetopActivityPrediction rdfs:subClassOf eep:Execution. -:CookingFoodStovetopActivityPrediction rdfs:subClassOf . -:CookingFoodStovetopActivityPrediction rdfs:subClassOf . +:CookingFoodStovetopActivityPrediction rdfs:subClassOf . +:CookingFoodStovetopActivityPrediction rdfs:subClassOf . :DrinkPreparationActivityPrediction rdfs:subClassOf eep:Execution. -:DrinkPreparationActivityPrediction rdfs:subClassOf . -:DrinkPreparationActivityPrediction rdfs:subClassOf . +:DrinkPreparationActivityPrediction rdfs:subClassOf . +:DrinkPreparationActivityPrediction rdfs:subClassOf . :EatingActivityPrediction rdfs:subClassOf eep:Execution. -:EatingActivityPrediction rdfs:subClassOf . -:EatingActivityPrediction rdfs:subClassOf . +:EatingActivityPrediction rdfs:subClassOf . +:EatingActivityPrediction rdfs:subClassOf . :MeanThreshold rdfs:subClassOf :Condition. -:MeanThreshold rdfs:subClassOf . +:MeanThreshold rdfs:subClassOf . :MeanVarianceThreshold rdfs:subClassOf :Condition. -:MeanVarianceThreshold rdfs:subClassOf . +:MeanVarianceThreshold rdfs:subClassOf . :NonRoutineActivityPrediction rdfs:subClassOf eep:Execution. -:NonRoutineActivityPrediction rdfs:subClassOf . -:NonRoutineActivityPrediction rdfs:subClassOf . +:NonRoutineActivityPrediction rdfs:subClassOf . +:NonRoutineActivityPrediction rdfs:subClassOf . :NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf eep:Execution. -:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . -:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . :NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf eep:Execution. -:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . -:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . :NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf eep:Execution. -:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . -:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . :NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf eep:Execution. -:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . -:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . :NonRoutineEatingActivityPrediction rdfs:subClassOf eep:Execution. -:NonRoutineEatingActivityPrediction rdfs:subClassOf . -:NonRoutineEatingActivityPrediction rdfs:subClassOf . +:NonRoutineEatingActivityPrediction rdfs:subClassOf . +:NonRoutineEatingActivityPrediction rdfs:subClassOf . :NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf eep:Execution. -:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . -:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . :NonRoutineShoweringActivityPrediction rdfs:subClassOf eep:Execution. -:NonRoutineShoweringActivityPrediction rdfs:subClassOf . -:NonRoutineShoweringActivityPrediction rdfs:subClassOf . +:NonRoutineShoweringActivityPrediction rdfs:subClassOf . +:NonRoutineShoweringActivityPrediction rdfs:subClassOf . :NonRoutineSleepingActivityPrediction rdfs:subClassOf eep:Execution. -:NonRoutineSleepingActivityPrediction rdfs:subClassOf . -:NonRoutineSleepingActivityPrediction rdfs:subClassOf . +:NonRoutineSleepingActivityPrediction rdfs:subClassOf . +:NonRoutineSleepingActivityPrediction rdfs:subClassOf . :NonRoutineToiletingActivityPrediction rdfs:subClassOf eep:Execution. -:NonRoutineToiletingActivityPrediction rdfs:subClassOf . -:NonRoutineToiletingActivityPrediction rdfs:subClassOf . +:NonRoutineToiletingActivityPrediction rdfs:subClassOf . +:NonRoutineToiletingActivityPrediction rdfs:subClassOf . :NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf eep:Execution. -:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . -:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . :NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf eep:Execution. -:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . -:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . :PreparingHotMealActivityPrediction rdfs:subClassOf eep:Execution. -:PreparingHotMealActivityPrediction rdfs:subClassOf . -:PreparingHotMealActivityPrediction rdfs:subClassOf . +:PreparingHotMealActivityPrediction rdfs:subClassOf . +:PreparingHotMealActivityPrediction rdfs:subClassOf . :RegularThreshold rdfs:subClassOf :Condition. -:RegularThreshold rdfs:subClassOf . +:RegularThreshold rdfs:subClassOf . :RoutineActivityPrediction rdfs:subClassOf eep:Execution. -:RoutineActivityPrediction rdfs:subClassOf . -:RoutineActivityPrediction rdfs:subClassOf . +:RoutineActivityPrediction rdfs:subClassOf . +:RoutineActivityPrediction rdfs:subClassOf . :RoutineBrushingTeethActivityPrediction rdfs:subClassOf eep:Execution. -:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . -:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . :RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf eep:Execution. -:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . -:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . :RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf eep:Execution. -:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . -:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . :RoutineDrinkPreparationActivityPrediction rdfs:subClassOf eep:Execution. -:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . -:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . :RoutineEatingActivityPrediction rdfs:subClassOf eep:Execution. -:RoutineEatingActivityPrediction rdfs:subClassOf . -:RoutineEatingActivityPrediction rdfs:subClassOf . +:RoutineEatingActivityPrediction rdfs:subClassOf . +:RoutineEatingActivityPrediction rdfs:subClassOf . :RoutinePreparingHotMealActivityPrediction rdfs:subClassOf eep:Execution. -:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . -:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . :RoutineShoweringActivityPrediction rdfs:subClassOf eep:Execution. -:RoutineShoweringActivityPrediction rdfs:subClassOf . -:RoutineShoweringActivityPrediction rdfs:subClassOf . +:RoutineShoweringActivityPrediction rdfs:subClassOf . +:RoutineShoweringActivityPrediction rdfs:subClassOf . :RoutineSleepingActivityPrediction rdfs:subClassOf eep:Execution. -:RoutineSleepingActivityPrediction rdfs:subClassOf . -:RoutineSleepingActivityPrediction rdfs:subClassOf . +:RoutineSleepingActivityPrediction rdfs:subClassOf . +:RoutineSleepingActivityPrediction rdfs:subClassOf . :RoutineToiletingActivityPrediction rdfs:subClassOf eep:Execution. -:RoutineToiletingActivityPrediction rdfs:subClassOf . -:RoutineToiletingActivityPrediction rdfs:subClassOf . +:RoutineToiletingActivityPrediction rdfs:subClassOf . +:RoutineToiletingActivityPrediction rdfs:subClassOf . :RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf eep:Execution. -:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . -:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . :RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf eep:Execution. -:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . -:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . :ShoweringActivityPrediction rdfs:subClassOf eep:Execution. -:ShoweringActivityPrediction rdfs:subClassOf . -:ShoweringActivityPrediction rdfs:subClassOf . +:ShoweringActivityPrediction rdfs:subClassOf . +:ShoweringActivityPrediction rdfs:subClassOf . :SleepingActivityPrediction rdfs:subClassOf eep:Execution. -:SleepingActivityPrediction rdfs:subClassOf . -:SleepingActivityPrediction rdfs:subClassOf . +:SleepingActivityPrediction rdfs:subClassOf . +:SleepingActivityPrediction rdfs:subClassOf . :SlopeThreshold rdfs:subClassOf :Condition. -:SlopeThreshold rdfs:subClassOf . +:SlopeThreshold rdfs:subClassOf . :ToiletingActivityPrediction rdfs:subClassOf eep:Execution. -:ToiletingActivityPrediction rdfs:subClassOf . -:ToiletingActivityPrediction rdfs:subClassOf . +:ToiletingActivityPrediction rdfs:subClassOf . +:ToiletingActivityPrediction rdfs:subClassOf . :UserWithBrushingTeethRoutine rdfs:subClassOf foaf:Agent. :UserWithCookingFoodOvenRoutine rdfs:subClassOf foaf:Agent. :UserWithCookingFoodStovetopRoutine rdfs:subClassOf foaf:Agent. @@ -8543,33 +8551,33 @@ saref4bldg:PhysicalObject rdfs:subClassOf . -:UsingMobilePhoneActivityPrediction rdfs:subClassOf . +:UsingMobilePhoneActivityPrediction rdfs:subClassOf . +:UsingMobilePhoneActivityPrediction rdfs:subClassOf . :WatchingTVActivelyActivityPrediction rdfs:subClassOf eep:Execution. -:WatchingTVActivelyActivityPrediction rdfs:subClassOf . -:WatchingTVActivelyActivityPrediction rdfs:subClassOf . -ActivityRecognition:ActivityPrediction rdfs:subClassOf . -ActivityRecognition:ActivityPrediction rdfs:subClassOf . -ActivityRecognition:ActivityPrediction rdfs:subClassOf . -ActivityRecognition:Ambulation rdfs:subClassOf . -ActivityRecognition:Ambulation rdfs:subClassOf . -ActivityRecognition:Ambulation rdfs:subClassOf . -ActivityRecognition:Ambulation rdfs:subClassOf . -ActivityRecognition:Ambulation rdfs:subClassOf . -ActivityRecognition:Ambulation rdfs:subClassOf . -ActivityRecognition:Ambulation rdfs:subClassOf . -ActivityRecognition:Anomaly rdfs:subClassOf . -ActivityRecognition:Anomaly rdfs:subClassOf . -ActivityRecognition:Anomaly rdfs:subClassOf . +:WatchingTVActivelyActivityPrediction rdfs:subClassOf . +:WatchingTVActivelyActivityPrediction rdfs:subClassOf . +ActivityRecognition:ActivityPrediction rdfs:subClassOf . +ActivityRecognition:ActivityPrediction rdfs:subClassOf . +ActivityRecognition:ActivityPrediction rdfs:subClassOf . +ActivityRecognition:Ambulation rdfs:subClassOf . +ActivityRecognition:Ambulation rdfs:subClassOf . +ActivityRecognition:Ambulation rdfs:subClassOf . +ActivityRecognition:Ambulation rdfs:subClassOf . +ActivityRecognition:Ambulation rdfs:subClassOf . +ActivityRecognition:Ambulation rdfs:subClassOf . +ActivityRecognition:Ambulation rdfs:subClassOf . +ActivityRecognition:Anomaly rdfs:subClassOf . +ActivityRecognition:Anomaly rdfs:subClassOf . +ActivityRecognition:Anomaly rdfs:subClassOf . ActivityRecognition:Bathing rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Bending rdfs:subClassOf saref-core:Property. -ActivityRecognition:BendingOver rdfs:subClassOf . -ActivityRecognition:BendingOver rdfs:subClassOf . -ActivityRecognition:BendingOver rdfs:subClassOf . -ActivityRecognition:BendingOver rdfs:subClassOf . -ActivityRecognition:BendingOver rdfs:subClassOf . -ActivityRecognition:BendingOver rdfs:subClassOf . -ActivityRecognition:BendingOver rdfs:subClassOf . +ActivityRecognition:BendingOver rdfs:subClassOf . +ActivityRecognition:BendingOver rdfs:subClassOf . +ActivityRecognition:BendingOver rdfs:subClassOf . +ActivityRecognition:BendingOver rdfs:subClassOf . +ActivityRecognition:BendingOver rdfs:subClassOf . +ActivityRecognition:BendingOver rdfs:subClassOf . +ActivityRecognition:BendingOver rdfs:subClassOf . ActivityRecognition:BrowingInternetOnComputer rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:BrowingInternetOnComputer rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:BrowsingInternetOnMobilePhone rdfs:subClassOf saref4ehaw:Activity. @@ -8577,13 +8585,13 @@ ActivityRecognition:BrushingHair rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:BrushingTeeth rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:CausingDestruction rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Cosmetics rdfs:subClassOf saref4ehaw:Activity. -ActivityRecognition:Crawling rdfs:subClassOf . -ActivityRecognition:Crawling rdfs:subClassOf . -ActivityRecognition:Crawling rdfs:subClassOf . -ActivityRecognition:Crawling rdfs:subClassOf . -ActivityRecognition:Crawling rdfs:subClassOf . -ActivityRecognition:Crawling rdfs:subClassOf . -ActivityRecognition:Crawling rdfs:subClassOf . +ActivityRecognition:Crawling rdfs:subClassOf . +ActivityRecognition:Crawling rdfs:subClassOf . +ActivityRecognition:Crawling rdfs:subClassOf . +ActivityRecognition:Crawling rdfs:subClassOf . +ActivityRecognition:Crawling rdfs:subClassOf . +ActivityRecognition:Crawling rdfs:subClassOf . +ActivityRecognition:Crawling rdfs:subClassOf . ActivityRecognition:CuttingNails rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Dancing rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Decorating rdfs:subClassOf saref4ehaw:Activity. @@ -8603,39 +8611,39 @@ ActivityRecognition:GettingDressed rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:GettingReadyToSleep rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:GettingUndressed rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Intellectual rdfs:subClassOf saref4ehaw:Activity. -ActivityRecognition:Jogging rdfs:subClassOf . -ActivityRecognition:Jogging rdfs:subClassOf . -ActivityRecognition:Jogging rdfs:subClassOf . -ActivityRecognition:Jogging rdfs:subClassOf . -ActivityRecognition:Jogging rdfs:subClassOf . -ActivityRecognition:Jogging rdfs:subClassOf . -ActivityRecognition:Jogging rdfs:subClassOf . -ActivityRecognition:Jumping rdfs:subClassOf . -ActivityRecognition:Jumping rdfs:subClassOf . -ActivityRecognition:Jumping rdfs:subClassOf . -ActivityRecognition:Jumping rdfs:subClassOf . -ActivityRecognition:Jumping rdfs:subClassOf . -ActivityRecognition:Jumping rdfs:subClassOf . -ActivityRecognition:Jumping rdfs:subClassOf . +ActivityRecognition:Jogging rdfs:subClassOf . +ActivityRecognition:Jogging rdfs:subClassOf . +ActivityRecognition:Jogging rdfs:subClassOf . +ActivityRecognition:Jogging rdfs:subClassOf . +ActivityRecognition:Jogging rdfs:subClassOf . +ActivityRecognition:Jogging rdfs:subClassOf . +ActivityRecognition:Jogging rdfs:subClassOf . +ActivityRecognition:Jumping rdfs:subClassOf . +ActivityRecognition:Jumping rdfs:subClassOf . +ActivityRecognition:Jumping rdfs:subClassOf . +ActivityRecognition:Jumping rdfs:subClassOf . +ActivityRecognition:Jumping rdfs:subClassOf . +ActivityRecognition:Jumping rdfs:subClassOf . +ActivityRecognition:Jumping rdfs:subClassOf . ActivityRecognition:KneelToStand rdfs:subClassOf saref-core:Property. -ActivityRecognition:Kneeling rdfs:subClassOf . -ActivityRecognition:Kneeling rdfs:subClassOf . -ActivityRecognition:Kneeling rdfs:subClassOf . -ActivityRecognition:Kneeling rdfs:subClassOf . -ActivityRecognition:Kneeling rdfs:subClassOf . -ActivityRecognition:Kneeling rdfs:subClassOf . -ActivityRecognition:Kneeling rdfs:subClassOf . +ActivityRecognition:Kneeling rdfs:subClassOf . +ActivityRecognition:Kneeling rdfs:subClassOf . +ActivityRecognition:Kneeling rdfs:subClassOf . +ActivityRecognition:Kneeling rdfs:subClassOf . +ActivityRecognition:Kneeling rdfs:subClassOf . +ActivityRecognition:Kneeling rdfs:subClassOf . +ActivityRecognition:Kneeling rdfs:subClassOf . ActivityRecognition:Knitting rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:LieToSit rdfs:subClassOf saref-core:Property. ActivityRecognition:LieToStand rdfs:subClassOf saref-core:Property. ActivityRecognition:LyingDown rdfs:subClassOf saref-core:Property. -ActivityRecognition:LyingStill rdfs:subClassOf . -ActivityRecognition:LyingStill rdfs:subClassOf . -ActivityRecognition:LyingStill rdfs:subClassOf . -ActivityRecognition:LyingStill rdfs:subClassOf . -ActivityRecognition:LyingStill rdfs:subClassOf . -ActivityRecognition:LyingStill rdfs:subClassOf . -ActivityRecognition:LyingStill rdfs:subClassOf . +ActivityRecognition:LyingStill rdfs:subClassOf . +ActivityRecognition:LyingStill rdfs:subClassOf . +ActivityRecognition:LyingStill rdfs:subClassOf . +ActivityRecognition:LyingStill rdfs:subClassOf . +ActivityRecognition:LyingStill rdfs:subClassOf . +ActivityRecognition:LyingStill rdfs:subClassOf . +ActivityRecognition:LyingStill rdfs:subClassOf . ActivityRecognition:MovingLawn rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Napping rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:ObjectDrop rdfs:subClassOf ActivityRecognition:ActiveActivity. @@ -8652,1931 +8660,1931 @@ ActivityRecognition:Pivoting rdfs:subClassOf saref-core:Property. ActivityRecognition:PreparingHotMeal rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:PreparingHotMeal rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:ReceiveVisitors rdfs:subClassOf saref4ehaw:Activity. -ActivityRecognition:Running rdfs:subClassOf . -ActivityRecognition:Running rdfs:subClassOf . -ActivityRecognition:Running rdfs:subClassOf . -ActivityRecognition:Running rdfs:subClassOf . -ActivityRecognition:Running rdfs:subClassOf . -ActivityRecognition:Running rdfs:subClassOf . -ActivityRecognition:Running rdfs:subClassOf . +ActivityRecognition:Running rdfs:subClassOf . +ActivityRecognition:Running rdfs:subClassOf . +ActivityRecognition:Running rdfs:subClassOf . +ActivityRecognition:Running rdfs:subClassOf . +ActivityRecognition:Running rdfs:subClassOf . +ActivityRecognition:Running rdfs:subClassOf . +ActivityRecognition:Running rdfs:subClassOf . ActivityRecognition:SitToLie rdfs:subClassOf saref-core:Property. ActivityRecognition:SitToStand rdfs:subClassOf saref-core:Property. ActivityRecognition:SitToWalk rdfs:subClassOf saref-core:Property. -ActivityRecognition:Sitting rdfs:subClassOf . -ActivityRecognition:Sitting rdfs:subClassOf . -ActivityRecognition:Sitting rdfs:subClassOf . -ActivityRecognition:Sitting rdfs:subClassOf . -ActivityRecognition:Sitting rdfs:subClassOf . -ActivityRecognition:Sitting rdfs:subClassOf . -ActivityRecognition:Sitting rdfs:subClassOf . -ActivityRecognition:SittingChair rdfs:subClassOf . -ActivityRecognition:SittingChair rdfs:subClassOf . -ActivityRecognition:SittingChair rdfs:subClassOf . -ActivityRecognition:SittingChair rdfs:subClassOf . -ActivityRecognition:SittingChair rdfs:subClassOf . -ActivityRecognition:SittingChair rdfs:subClassOf . -ActivityRecognition:SittingChair rdfs:subClassOf . +ActivityRecognition:Sitting rdfs:subClassOf . +ActivityRecognition:Sitting rdfs:subClassOf . +ActivityRecognition:Sitting rdfs:subClassOf . +ActivityRecognition:Sitting rdfs:subClassOf . +ActivityRecognition:Sitting rdfs:subClassOf . +ActivityRecognition:Sitting rdfs:subClassOf . +ActivityRecognition:Sitting rdfs:subClassOf . +ActivityRecognition:SittingChair rdfs:subClassOf . +ActivityRecognition:SittingChair rdfs:subClassOf . +ActivityRecognition:SittingChair rdfs:subClassOf . +ActivityRecognition:SittingChair rdfs:subClassOf . +ActivityRecognition:SittingChair rdfs:subClassOf . +ActivityRecognition:SittingChair rdfs:subClassOf . +ActivityRecognition:SittingChair rdfs:subClassOf . ActivityRecognition:SittingDown rdfs:subClassOf saref-core:Property. -ActivityRecognition:SittingFloor rdfs:subClassOf . -ActivityRecognition:SittingFloor rdfs:subClassOf . -ActivityRecognition:SittingFloor rdfs:subClassOf . -ActivityRecognition:SittingFloor rdfs:subClassOf . -ActivityRecognition:SittingFloor rdfs:subClassOf . -ActivityRecognition:SittingFloor rdfs:subClassOf . -ActivityRecognition:SittingFloor rdfs:subClassOf . -ActivityRecognition:Squatting rdfs:subClassOf . -ActivityRecognition:Squatting rdfs:subClassOf . -ActivityRecognition:Squatting rdfs:subClassOf . -ActivityRecognition:Squatting rdfs:subClassOf . -ActivityRecognition:Squatting rdfs:subClassOf . -ActivityRecognition:Squatting rdfs:subClassOf . -ActivityRecognition:Squatting rdfs:subClassOf . +ActivityRecognition:SittingFloor rdfs:subClassOf . +ActivityRecognition:SittingFloor rdfs:subClassOf . +ActivityRecognition:SittingFloor rdfs:subClassOf . +ActivityRecognition:SittingFloor rdfs:subClassOf . +ActivityRecognition:SittingFloor rdfs:subClassOf . +ActivityRecognition:SittingFloor rdfs:subClassOf . +ActivityRecognition:SittingFloor rdfs:subClassOf . +ActivityRecognition:Squatting rdfs:subClassOf . +ActivityRecognition:Squatting rdfs:subClassOf . +ActivityRecognition:Squatting rdfs:subClassOf . +ActivityRecognition:Squatting rdfs:subClassOf . +ActivityRecognition:Squatting rdfs:subClassOf . +ActivityRecognition:Squatting rdfs:subClassOf . +ActivityRecognition:Squatting rdfs:subClassOf . ActivityRecognition:StandToKneel rdfs:subClassOf saref-core:Property. ActivityRecognition:StandToLie rdfs:subClassOf saref-core:Property. ActivityRecognition:StandToSit rdfs:subClassOf saref-core:Property. -ActivityRecognition:Standing rdfs:subClassOf . -ActivityRecognition:Standing rdfs:subClassOf . -ActivityRecognition:Standing rdfs:subClassOf . -ActivityRecognition:Standing rdfs:subClassOf . -ActivityRecognition:Standing rdfs:subClassOf . -ActivityRecognition:Standing rdfs:subClassOf . -ActivityRecognition:Standing rdfs:subClassOf . -ActivityRecognition:StandingStill rdfs:subClassOf . -ActivityRecognition:StandingStill rdfs:subClassOf . -ActivityRecognition:StandingStill rdfs:subClassOf . -ActivityRecognition:StandingStill rdfs:subClassOf . -ActivityRecognition:StandingStill rdfs:subClassOf . -ActivityRecognition:StandingStill rdfs:subClassOf . -ActivityRecognition:StandingStill rdfs:subClassOf . -ActivityRecognition:StandingUnquiet rdfs:subClassOf . -ActivityRecognition:StandingUnquiet rdfs:subClassOf . -ActivityRecognition:StandingUnquiet rdfs:subClassOf . -ActivityRecognition:StandingUnquiet rdfs:subClassOf . -ActivityRecognition:StandingUnquiet rdfs:subClassOf . -ActivityRecognition:StandingUnquiet rdfs:subClassOf . -ActivityRecognition:StandingUnquiet rdfs:subClassOf . +ActivityRecognition:Standing rdfs:subClassOf . +ActivityRecognition:Standing rdfs:subClassOf . +ActivityRecognition:Standing rdfs:subClassOf . +ActivityRecognition:Standing rdfs:subClassOf . +ActivityRecognition:Standing rdfs:subClassOf . +ActivityRecognition:Standing rdfs:subClassOf . +ActivityRecognition:Standing rdfs:subClassOf . +ActivityRecognition:StandingStill rdfs:subClassOf . +ActivityRecognition:StandingStill rdfs:subClassOf . +ActivityRecognition:StandingStill rdfs:subClassOf . +ActivityRecognition:StandingStill rdfs:subClassOf . +ActivityRecognition:StandingStill rdfs:subClassOf . +ActivityRecognition:StandingStill rdfs:subClassOf . +ActivityRecognition:StandingStill rdfs:subClassOf . +ActivityRecognition:StandingUnquiet rdfs:subClassOf . +ActivityRecognition:StandingUnquiet rdfs:subClassOf . +ActivityRecognition:StandingUnquiet rdfs:subClassOf . +ActivityRecognition:StandingUnquiet rdfs:subClassOf . +ActivityRecognition:StandingUnquiet rdfs:subClassOf . +ActivityRecognition:StandingUnquiet rdfs:subClassOf . +ActivityRecognition:StandingUnquiet rdfs:subClassOf . ActivityRecognition:StandingUp rdfs:subClassOf saref-core:Property. ActivityRecognition:Straightening rdfs:subClassOf saref-core:Property. ActivityRecognition:TalkinToYourself rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:TalkinToYourself rdfs:subClassOf saref4ehaw:DailyActivity. ActivityRecognition:TalkinToYourself rdfs:subClassOf saref4ehaw:Activity. ActivityRecognition:Texting rdfs:subClassOf saref4ehaw:Activity. -ActivityRecognition:Transition rdfs:subClassOf . -ActivityRecognition:Transition rdfs:subClassOf . -ActivityRecognition:Transition rdfs:subClassOf . -ActivityRecognition:Transition rdfs:subClassOf . -ActivityRecognition:Transition rdfs:subClassOf . -ActivityRecognition:Transition rdfs:subClassOf . -ActivityRecognition:Transition rdfs:subClassOf . -ActivityRecognition:Turning rdfs:subClassOf . -ActivityRecognition:Turning rdfs:subClassOf . -ActivityRecognition:Turning rdfs:subClassOf . -ActivityRecognition:Turning rdfs:subClassOf . -ActivityRecognition:Turning rdfs:subClassOf . -ActivityRecognition:Turning rdfs:subClassOf . -ActivityRecognition:Turning rdfs:subClassOf . -ActivityRecognition:Walking rdfs:subClassOf . -ActivityRecognition:Walking rdfs:subClassOf . -ActivityRecognition:Walking rdfs:subClassOf . -ActivityRecognition:Walking rdfs:subClassOf . -ActivityRecognition:Walking rdfs:subClassOf . -ActivityRecognition:Walking rdfs:subClassOf . -ActivityRecognition:Walking rdfs:subClassOf . -ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . -ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . -ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . -ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . -ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . -ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . -ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . -ActivityRecognition:WalkingDownStairs rdfs:subClassOf . -ActivityRecognition:WalkingDownStairs rdfs:subClassOf . -ActivityRecognition:WalkingDownStairs rdfs:subClassOf . -ActivityRecognition:WalkingDownStairs rdfs:subClassOf . -ActivityRecognition:WalkingDownStairs rdfs:subClassOf . -ActivityRecognition:WalkingDownStairs rdfs:subClassOf . -ActivityRecognition:WalkingDownStairs rdfs:subClassOf . -ActivityRecognition:WalkingUpStairs rdfs:subClassOf . -ActivityRecognition:WalkingUpStairs rdfs:subClassOf . -ActivityRecognition:WalkingUpStairs rdfs:subClassOf . -ActivityRecognition:WalkingUpStairs rdfs:subClassOf . -ActivityRecognition:WalkingUpStairs rdfs:subClassOf . -ActivityRecognition:WalkingUpStairs rdfs:subClassOf . -ActivityRecognition:WalkingUpStairs rdfs:subClassOf . +ActivityRecognition:Transition rdfs:subClassOf . +ActivityRecognition:Transition rdfs:subClassOf . +ActivityRecognition:Transition rdfs:subClassOf . +ActivityRecognition:Transition rdfs:subClassOf . +ActivityRecognition:Transition rdfs:subClassOf . +ActivityRecognition:Transition rdfs:subClassOf . +ActivityRecognition:Transition rdfs:subClassOf . +ActivityRecognition:Turning rdfs:subClassOf . +ActivityRecognition:Turning rdfs:subClassOf . +ActivityRecognition:Turning rdfs:subClassOf . +ActivityRecognition:Turning rdfs:subClassOf . +ActivityRecognition:Turning rdfs:subClassOf . +ActivityRecognition:Turning rdfs:subClassOf . +ActivityRecognition:Turning rdfs:subClassOf . +ActivityRecognition:Walking rdfs:subClassOf . +ActivityRecognition:Walking rdfs:subClassOf . +ActivityRecognition:Walking rdfs:subClassOf . +ActivityRecognition:Walking rdfs:subClassOf . +ActivityRecognition:Walking rdfs:subClassOf . +ActivityRecognition:Walking rdfs:subClassOf . +ActivityRecognition:Walking rdfs:subClassOf . +ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . +ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . +ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . +ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . +ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . +ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . +ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . +ActivityRecognition:WalkingDownStairs rdfs:subClassOf . +ActivityRecognition:WalkingDownStairs rdfs:subClassOf . +ActivityRecognition:WalkingDownStairs rdfs:subClassOf . +ActivityRecognition:WalkingDownStairs rdfs:subClassOf . +ActivityRecognition:WalkingDownStairs rdfs:subClassOf . +ActivityRecognition:WalkingDownStairs rdfs:subClassOf . +ActivityRecognition:WalkingDownStairs rdfs:subClassOf . +ActivityRecognition:WalkingUpStairs rdfs:subClassOf . +ActivityRecognition:WalkingUpStairs rdfs:subClassOf . +ActivityRecognition:WalkingUpStairs rdfs:subClassOf . +ActivityRecognition:WalkingUpStairs rdfs:subClassOf . +ActivityRecognition:WalkingUpStairs rdfs:subClassOf . +ActivityRecognition:WalkingUpStairs rdfs:subClassOf . +ActivityRecognition:WalkingUpStairs rdfs:subClassOf . ActivityRecognition:WindowClose rdfs:subClassOf ActivityRecognition:ActiveActivity. ActivityRecognition:WindowClose rdfs:subClassOf saref4ehaw:Activity. -SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . -SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . -SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . -SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . -SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . -SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . -SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . -SensorsAndActuators:BathRoom rdfs:subClassOf . -SensorsAndActuators:BathRoom rdfs:subClassOf . -SensorsAndActuators:BathRoom rdfs:subClassOf . -SensorsAndActuators:BedRoom rdfs:subClassOf . -SensorsAndActuators:BedRoom rdfs:subClassOf . -SensorsAndActuators:BedRoom rdfs:subClassOf . -SensorsAndActuators:Blind rdfs:subClassOf . -SensorsAndActuators:Blind rdfs:subClassOf . -SensorsAndActuators:Blind rdfs:subClassOf . -SensorsAndActuators:Blind rdfs:subClassOf . -SensorsAndActuators:Blind rdfs:subClassOf . -SensorsAndActuators:Blind rdfs:subClassOf . -SensorsAndActuators:Blind rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . +SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . +SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . +SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . +SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . +SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . +SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . +SensorsAndActuators:BathRoom rdfs:subClassOf . +SensorsAndActuators:BathRoom rdfs:subClassOf . +SensorsAndActuators:BathRoom rdfs:subClassOf . +SensorsAndActuators:BedRoom rdfs:subClassOf . +SensorsAndActuators:BedRoom rdfs:subClassOf . +SensorsAndActuators:BedRoom rdfs:subClassOf . +SensorsAndActuators:Blind rdfs:subClassOf . +SensorsAndActuators:Blind rdfs:subClassOf . +SensorsAndActuators:Blind rdfs:subClassOf . +SensorsAndActuators:Blind rdfs:subClassOf . +SensorsAndActuators:Blind rdfs:subClassOf . +SensorsAndActuators:Blind rdfs:subClassOf . +SensorsAndActuators:Blind rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . SensorsAndActuators:BrownGoods rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:Button rdfs:subClassOf . -SensorsAndActuators:Button rdfs:subClassOf . -SensorsAndActuators:Button rdfs:subClassOf . -SensorsAndActuators:Button rdfs:subClassOf . -SensorsAndActuators:Button rdfs:subClassOf . -SensorsAndActuators:Button rdfs:subClassOf . -SensorsAndActuators:Button rdfs:subClassOf . -SensorsAndActuators:CO2 rdfs:subClassOf . -SensorsAndActuators:CO2 rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:Button rdfs:subClassOf . +SensorsAndActuators:Button rdfs:subClassOf . +SensorsAndActuators:Button rdfs:subClassOf . +SensorsAndActuators:Button rdfs:subClassOf . +SensorsAndActuators:Button rdfs:subClassOf . +SensorsAndActuators:Button rdfs:subClassOf . +SensorsAndActuators:Button rdfs:subClassOf . +SensorsAndActuators:CO2 rdfs:subClassOf . +SensorsAndActuators:CO2 rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . SensorsAndActuators:CO2Sensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . SensorsAndActuators:CoffeeMaker rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . SensorsAndActuators:Computer rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . SensorsAndActuators:ContactSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . SensorsAndActuators:DeepFreezer rdfs:subClassOf saref-core:Device. -SensorsAndActuators:Dimmer rdfs:subClassOf . -SensorsAndActuators:Dimmer rdfs:subClassOf . -SensorsAndActuators:Dimmer rdfs:subClassOf . -SensorsAndActuators:Dimmer rdfs:subClassOf . -SensorsAndActuators:Dimmer rdfs:subClassOf . -SensorsAndActuators:Dimmer rdfs:subClassOf . -SensorsAndActuators:Dimmer rdfs:subClassOf . -SensorsAndActuators:DinningRoom rdfs:subClassOf . -SensorsAndActuators:DinningRoom rdfs:subClassOf . -SensorsAndActuators:DinningRoom rdfs:subClassOf . +SensorsAndActuators:Dimmer rdfs:subClassOf . +SensorsAndActuators:Dimmer rdfs:subClassOf . +SensorsAndActuators:Dimmer rdfs:subClassOf . +SensorsAndActuators:Dimmer rdfs:subClassOf . +SensorsAndActuators:Dimmer rdfs:subClassOf . +SensorsAndActuators:Dimmer rdfs:subClassOf . +SensorsAndActuators:Dimmer rdfs:subClassOf . +SensorsAndActuators:DinningRoom rdfs:subClassOf . +SensorsAndActuators:DinningRoom rdfs:subClassOf . +SensorsAndActuators:DinningRoom rdfs:subClassOf . SensorsAndActuators:Dishwasher rdfs:subClassOf saref-core:Device. -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . SensorsAndActuators:DoorSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . SensorsAndActuators:ElectricalCooker rdfs:subClassOf saref-core:Device. -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . SensorsAndActuators:ElectricityMeter rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:EnergyConsumption rdfs:subClassOf . -SensorsAndActuators:EnergyConsumption rdfs:subClassOf . -SensorsAndActuators:EnvironmentalState rdfs:subClassOf . -SensorsAndActuators:EnvironmentalState rdfs:subClassOf . -SensorsAndActuators:Floor rdfs:subClassOf . -SensorsAndActuators:Floor rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:EnergyConsumption rdfs:subClassOf . +SensorsAndActuators:EnergyConsumption rdfs:subClassOf . +SensorsAndActuators:EnvironmentalState rdfs:subClassOf . +SensorsAndActuators:EnvironmentalState rdfs:subClassOf . +SensorsAndActuators:Floor rdfs:subClassOf . +SensorsAndActuators:Floor rdfs:subClassOf . SensorsAndActuators:Fridge rdfs:subClassOf saref-core:Device. -SensorsAndActuators:Garage rdfs:subClassOf . -SensorsAndActuators:Garage rdfs:subClassOf . -SensorsAndActuators:Garden rdfs:subClassOf . -SensorsAndActuators:Garden rdfs:subClassOf . -SensorsAndActuators:Humidity rdfs:subClassOf . -SensorsAndActuators:Humidity rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:Garage rdfs:subClassOf . +SensorsAndActuators:Garage rdfs:subClassOf . +SensorsAndActuators:Garden rdfs:subClassOf . +SensorsAndActuators:Garden rdfs:subClassOf . +SensorsAndActuators:Humidity rdfs:subClassOf . +SensorsAndActuators:Humidity rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . SensorsAndActuators:HumiditySensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:IndoorTemperature rdfs:subClassOf . -SensorsAndActuators:IndoorTemperature rdfs:subClassOf . -SensorsAndActuators:IndoorTemperature rdfs:subClassOf . -SensorsAndActuators:IndoorTemperature rdfs:subClassOf . -SensorsAndActuators:IndoorTemperature rdfs:subClassOf . -SensorsAndActuators:IndoorTemperature rdfs:subClassOf . -SensorsAndActuators:IndoorTemperature rdfs:subClassOf . -SensorsAndActuators:Kitchen rdfs:subClassOf . -SensorsAndActuators:Kitchen rdfs:subClassOf . -SensorsAndActuators:Kitchen rdfs:subClassOf . -SensorsAndActuators:Light rdfs:subClassOf . -SensorsAndActuators:Light rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:IndoorTemperature rdfs:subClassOf . +SensorsAndActuators:IndoorTemperature rdfs:subClassOf . +SensorsAndActuators:IndoorTemperature rdfs:subClassOf . +SensorsAndActuators:IndoorTemperature rdfs:subClassOf . +SensorsAndActuators:IndoorTemperature rdfs:subClassOf . +SensorsAndActuators:IndoorTemperature rdfs:subClassOf . +SensorsAndActuators:IndoorTemperature rdfs:subClassOf . +SensorsAndActuators:Kitchen rdfs:subClassOf . +SensorsAndActuators:Kitchen rdfs:subClassOf . +SensorsAndActuators:Kitchen rdfs:subClassOf . +SensorsAndActuators:Light rdfs:subClassOf . +SensorsAndActuators:Light rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . SensorsAndActuators:LightSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSwitch rdfs:subClassOf . -SensorsAndActuators:LightSwitch rdfs:subClassOf . -SensorsAndActuators:LivingRoom rdfs:subClassOf . -SensorsAndActuators:LivingRoom rdfs:subClassOf . -SensorsAndActuators:LivingRoom rdfs:subClassOf . -SensorsAndActuators:Localisation rdfs:subClassOf . -SensorsAndActuators:Localisation rdfs:subClassOf . -SensorsAndActuators:Loudness rdfs:subClassOf . -SensorsAndActuators:Loudness rdfs:subClassOf . -SensorsAndActuators:Loudness rdfs:subClassOf . -SensorsAndActuators:Loudness rdfs:subClassOf . -SensorsAndActuators:Loudness rdfs:subClassOf . -SensorsAndActuators:Loudness rdfs:subClassOf . -SensorsAndActuators:Loudness rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSwitch rdfs:subClassOf . +SensorsAndActuators:LightSwitch rdfs:subClassOf . +SensorsAndActuators:LivingRoom rdfs:subClassOf . +SensorsAndActuators:LivingRoom rdfs:subClassOf . +SensorsAndActuators:LivingRoom rdfs:subClassOf . +SensorsAndActuators:Localisation rdfs:subClassOf . +SensorsAndActuators:Localisation rdfs:subClassOf . +SensorsAndActuators:Loudness rdfs:subClassOf . +SensorsAndActuators:Loudness rdfs:subClassOf . +SensorsAndActuators:Loudness rdfs:subClassOf . +SensorsAndActuators:Loudness rdfs:subClassOf . +SensorsAndActuators:Loudness rdfs:subClassOf . +SensorsAndActuators:Loudness rdfs:subClassOf . +SensorsAndActuators:Loudness rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . SensorsAndActuators:LoudnessSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . SensorsAndActuators:Microwave rdfs:subClassOf saref-core:Device. -SensorsAndActuators:Motion rdfs:subClassOf . -SensorsAndActuators:Motion rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:Motion rdfs:subClassOf . +SensorsAndActuators:Motion rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . SensorsAndActuators:MovementSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:Noise rdfs:subClassOf . -SensorsAndActuators:Noise rdfs:subClassOf . -SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . -SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . -SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . -SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . -SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . -SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . -SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:Noise rdfs:subClassOf . +SensorsAndActuators:Noise rdfs:subClassOf . +SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . +SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . +SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . +SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . +SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . +SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . +SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . SensorsAndActuators:Oven rdfs:subClassOf saref-core:Device. -SensorsAndActuators:PeopleNumber rdfs:subClassOf . -SensorsAndActuators:PeopleNumber rdfs:subClassOf . -SensorsAndActuators:PeopleNumber rdfs:subClassOf . -SensorsAndActuators:PeopleNumber rdfs:subClassOf . -SensorsAndActuators:PeopleNumber rdfs:subClassOf . -SensorsAndActuators:PeopleNumber rdfs:subClassOf . -SensorsAndActuators:PeopleNumber rdfs:subClassOf . -SensorsAndActuators:PeoplePresencee rdfs:subClassOf . -SensorsAndActuators:PeoplePresencee rdfs:subClassOf . -SensorsAndActuators:PeoplePresencee rdfs:subClassOf . -SensorsAndActuators:PeoplePresencee rdfs:subClassOf . -SensorsAndActuators:PeoplePresencee rdfs:subClassOf . -SensorsAndActuators:PeoplePresencee rdfs:subClassOf . -SensorsAndActuators:PeoplePresencee rdfs:subClassOf . -SensorsAndActuators:Positioning rdfs:subClassOf . -SensorsAndActuators:Positioning rdfs:subClassOf . -SensorsAndActuators:Power rdfs:subClassOf . -SensorsAndActuators:Power rdfs:subClassOf . -SensorsAndActuators:Presence rdfs:subClassOf . -SensorsAndActuators:Presence rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PeopleNumber rdfs:subClassOf . +SensorsAndActuators:PeopleNumber rdfs:subClassOf . +SensorsAndActuators:PeopleNumber rdfs:subClassOf . +SensorsAndActuators:PeopleNumber rdfs:subClassOf . +SensorsAndActuators:PeopleNumber rdfs:subClassOf . +SensorsAndActuators:PeopleNumber rdfs:subClassOf . +SensorsAndActuators:PeopleNumber rdfs:subClassOf . +SensorsAndActuators:PeoplePresencee rdfs:subClassOf . +SensorsAndActuators:PeoplePresencee rdfs:subClassOf . +SensorsAndActuators:PeoplePresencee rdfs:subClassOf . +SensorsAndActuators:PeoplePresencee rdfs:subClassOf . +SensorsAndActuators:PeoplePresencee rdfs:subClassOf . +SensorsAndActuators:PeoplePresencee rdfs:subClassOf . +SensorsAndActuators:PeoplePresencee rdfs:subClassOf . +SensorsAndActuators:Positioning rdfs:subClassOf . +SensorsAndActuators:Positioning rdfs:subClassOf . +SensorsAndActuators:Power rdfs:subClassOf . +SensorsAndActuators:Power rdfs:subClassOf . +SensorsAndActuators:Presence rdfs:subClassOf . +SensorsAndActuators:Presence rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . SensorsAndActuators:PresenceSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:Pressure rdfs:subClassOf . -SensorsAndActuators:Pressure rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:Pressure rdfs:subClassOf . +SensorsAndActuators:Pressure rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . SensorsAndActuators:PressureSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . SensorsAndActuators:Radio rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:RainRate rdfs:subClassOf . -SensorsAndActuators:RainRate rdfs:subClassOf . -SensorsAndActuators:RainRate rdfs:subClassOf . -SensorsAndActuators:RainRate rdfs:subClassOf . -SensorsAndActuators:RainRate rdfs:subClassOf . -SensorsAndActuators:RainRate rdfs:subClassOf . -SensorsAndActuators:RainRate rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:RainRate rdfs:subClassOf . +SensorsAndActuators:RainRate rdfs:subClassOf . +SensorsAndActuators:RainRate rdfs:subClassOf . +SensorsAndActuators:RainRate rdfs:subClassOf . +SensorsAndActuators:RainRate rdfs:subClassOf . +SensorsAndActuators:RainRate rdfs:subClassOf . +SensorsAndActuators:RainRate rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . SensorsAndActuators:RainrateSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RelativeHumidity rdfs:subClassOf . -SensorsAndActuators:RelativeHumidity rdfs:subClassOf . -SensorsAndActuators:Relay rdfs:subClassOf . -SensorsAndActuators:Relay rdfs:subClassOf . -SensorsAndActuators:Room rdfs:subClassOf . -SensorsAndActuators:Room rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:StorageRoom rdfs:subClassOf . -SensorsAndActuators:StorageRoom rdfs:subClassOf . -SensorsAndActuators:Temperature rdfs:subClassOf . -SensorsAndActuators:Temperature rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RelativeHumidity rdfs:subClassOf . +SensorsAndActuators:RelativeHumidity rdfs:subClassOf . +SensorsAndActuators:Relay rdfs:subClassOf . +SensorsAndActuators:Relay rdfs:subClassOf . +SensorsAndActuators:Room rdfs:subClassOf . +SensorsAndActuators:Room rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:StorageRoom rdfs:subClassOf . +SensorsAndActuators:StorageRoom rdfs:subClassOf . +SensorsAndActuators:Temperature rdfs:subClassOf . +SensorsAndActuators:Temperature rdfs:subClassOf . SensorsAndActuators:TemperatureSensor rdfs:subClassOf saref-core:Device. -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . SensorsAndActuators:TemperatureSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:Toilet rdfs:subClassOf . -SensorsAndActuators:Toilet rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:Toilet rdfs:subClassOf . +SensorsAndActuators:Toilet rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . SensorsAndActuators:Tv rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:VOC rdfs:subClassOf . -SensorsAndActuators:VOC rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:VOC rdfs:subClassOf . +SensorsAndActuators:VOC rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . SensorsAndActuators:VOCSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VentilationLevel rdfs:subClassOf . -SensorsAndActuators:VentilationLevel rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VentilationLevel rdfs:subClassOf . +SensorsAndActuators:VentilationLevel rdfs:subClassOf . SensorsAndActuators:WashingMachine rdfs:subClassOf saref-core:Device. -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . SensorsAndActuators:WaterBoiler rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterRunning rdfs:subClassOf . -SensorsAndActuators:WaterRunning rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterRunning rdfs:subClassOf . +SensorsAndActuators:WaterRunning rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . SensorsAndActuators:WaterRunningSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:Weather rdfs:subClassOf . -SensorsAndActuators:Weather rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:Weather rdfs:subClassOf . +SensorsAndActuators:Weather rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . SensorsAndActuators:WhiteGoods rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WindSpeed rdfs:subClassOf . -SensorsAndActuators:WindSpeed rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WindSpeed rdfs:subClassOf . +SensorsAndActuators:WindSpeed rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . SensorsAndActuators:WindSpeedSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . SensorsAndWearables:Acceleration rdfs:subClassOf saref-core:Property. SensorsAndWearables:Accelerometer rdfs:subClassOf saref-core:Device. -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Altitude rdfs:subClassOf . -SensorsAndWearables:Altitude rdfs:subClassOf . -SensorsAndWearables:Altitude rdfs:subClassOf . -SensorsAndWearables:Altitude rdfs:subClassOf . -SensorsAndWearables:Altitude rdfs:subClassOf . -SensorsAndWearables:Altitude rdfs:subClassOf . -SensorsAndWearables:Altitude rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Altitude rdfs:subClassOf . +SensorsAndWearables:Altitude rdfs:subClassOf . +SensorsAndWearables:Altitude rdfs:subClassOf . +SensorsAndWearables:Altitude rdfs:subClassOf . +SensorsAndWearables:Altitude rdfs:subClassOf . +SensorsAndWearables:Altitude rdfs:subClassOf . +SensorsAndWearables:Altitude rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . SensorsAndWearables:AmbientLightSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . SensorsAndWearables:Amplitude rdfs:subClassOf saref-core:Property. -SensorsAndWearables:ApplicationUsage rdfs:subClassOf . -SensorsAndWearables:ApplicationUsage rdfs:subClassOf . -SensorsAndWearables:ApplicationUsage rdfs:subClassOf . -SensorsAndWearables:ApplicationUsage rdfs:subClassOf . -SensorsAndWearables:ApplicationUsage rdfs:subClassOf . -SensorsAndWearables:ApplicationUsage rdfs:subClassOf . -SensorsAndWearables:ApplicationUsage rdfs:subClassOf . +SensorsAndWearables:ApplicationUsage rdfs:subClassOf . +SensorsAndWearables:ApplicationUsage rdfs:subClassOf . +SensorsAndWearables:ApplicationUsage rdfs:subClassOf . +SensorsAndWearables:ApplicationUsage rdfs:subClassOf . +SensorsAndWearables:ApplicationUsage rdfs:subClassOf . +SensorsAndWearables:ApplicationUsage rdfs:subClassOf . +SensorsAndWearables:ApplicationUsage rdfs:subClassOf . SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf saref-core:Device. -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . SensorsAndWearables:BloodPressure rdfs:subClassOf saref-core:Property. SensorsAndWearables:BloodVolumePulse rdfs:subClassOf saref-core:Property. SensorsAndWearables:Frequency rdfs:subClassOf saref-core:Property. -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . SensorsAndWearables:GPSSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . SensorsAndWearables:GSRSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GeoLocation rdfs:subClassOf . -SensorsAndWearables:GeoLocation rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GeoLocation rdfs:subClassOf . +SensorsAndWearables:GeoLocation rdfs:subClassOf . SensorsAndWearables:Gravity rdfs:subClassOf saref-core:Property. SensorsAndWearables:GravitySensor rdfs:subClassOf saref-core:Device. -SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . SensorsAndWearables:Gyroscope rdfs:subClassOf saref-core:Device. -SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . SensorsAndWearables:HeartRate rdfs:subClassOf saref-core:Property. SensorsAndWearables:InterBeatInterval rdfs:subClassOf saref-core:Property. -SensorsAndWearables:KeyStrokes rdfs:subClassOf . -SensorsAndWearables:KeyStrokes rdfs:subClassOf . -SensorsAndWearables:KeyStrokes rdfs:subClassOf . -SensorsAndWearables:KeyStrokes rdfs:subClassOf . -SensorsAndWearables:KeyStrokes rdfs:subClassOf . -SensorsAndWearables:KeyStrokes rdfs:subClassOf . -SensorsAndWearables:KeyStrokes rdfs:subClassOf . +SensorsAndWearables:KeyStrokes rdfs:subClassOf . +SensorsAndWearables:KeyStrokes rdfs:subClassOf . +SensorsAndWearables:KeyStrokes rdfs:subClassOf . +SensorsAndWearables:KeyStrokes rdfs:subClassOf . +SensorsAndWearables:KeyStrokes rdfs:subClassOf . +SensorsAndWearables:KeyStrokes rdfs:subClassOf . +SensorsAndWearables:KeyStrokes rdfs:subClassOf . SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf saref-core:Device. -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:Latitude rdfs:subClassOf . -SensorsAndWearables:Latitude rdfs:subClassOf . -SensorsAndWearables:Light rdfs:subClassOf . -SensorsAndWearables:Light rdfs:subClassOf . -SensorsAndWearables:Light rdfs:subClassOf . -SensorsAndWearables:Light rdfs:subClassOf . -SensorsAndWearables:Light rdfs:subClassOf . -SensorsAndWearables:Light rdfs:subClassOf . -SensorsAndWearables:Light rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:Latitude rdfs:subClassOf . +SensorsAndWearables:Latitude rdfs:subClassOf . +SensorsAndWearables:Light rdfs:subClassOf . +SensorsAndWearables:Light rdfs:subClassOf . +SensorsAndWearables:Light rdfs:subClassOf . +SensorsAndWearables:Light rdfs:subClassOf . +SensorsAndWearables:Light rdfs:subClassOf . +SensorsAndWearables:Light rdfs:subClassOf . +SensorsAndWearables:Light rdfs:subClassOf . SensorsAndWearables:LinearAcceleration rdfs:subClassOf saref-core:Property. SensorsAndWearables:LinearAccelerometer rdfs:subClassOf saref-core:Device. -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LocationAccuracy rdfs:subClassOf . -SensorsAndWearables:LocationAccuracy rdfs:subClassOf . -SensorsAndWearables:LocationBearing rdfs:subClassOf . -SensorsAndWearables:LocationBearing rdfs:subClassOf . -SensorsAndWearables:Longitude rdfs:subClassOf . -SensorsAndWearables:Longitude rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LocationAccuracy rdfs:subClassOf . +SensorsAndWearables:LocationAccuracy rdfs:subClassOf . +SensorsAndWearables:LocationBearing rdfs:subClassOf . +SensorsAndWearables:LocationBearing rdfs:subClassOf . +SensorsAndWearables:Longitude rdfs:subClassOf . +SensorsAndWearables:Longitude rdfs:subClassOf . SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf saref-core:Property. SensorsAndWearables:Magnetometer rdfs:subClassOf saref-core:Device. -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Noise rdfs:subClassOf . -SensorsAndWearables:Noise rdfs:subClassOf . -SensorsAndWearables:Noise rdfs:subClassOf . -SensorsAndWearables:Noise rdfs:subClassOf . -SensorsAndWearables:Noise rdfs:subClassOf . -SensorsAndWearables:Noise rdfs:subClassOf . -SensorsAndWearables:Noise rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Noise rdfs:subClassOf . +SensorsAndWearables:Noise rdfs:subClassOf . +SensorsAndWearables:Noise rdfs:subClassOf . +SensorsAndWearables:Noise rdfs:subClassOf . +SensorsAndWearables:Noise rdfs:subClassOf . +SensorsAndWearables:Noise rdfs:subClassOf . +SensorsAndWearables:Noise rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . SensorsAndWearables:OnWristDetector rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . SensorsAndWearables:OrientationDeviation rdfs:subClassOf saref-core:Property. -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . SensorsAndWearables:PPGSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:Proximity rdfs:subClassOf . -SensorsAndWearables:Proximity rdfs:subClassOf . -SensorsAndWearables:Proximity rdfs:subClassOf . -SensorsAndWearables:Proximity rdfs:subClassOf . -SensorsAndWearables:Proximity rdfs:subClassOf . -SensorsAndWearables:Proximity rdfs:subClassOf . -SensorsAndWearables:Proximity rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:Proximity rdfs:subClassOf . +SensorsAndWearables:Proximity rdfs:subClassOf . +SensorsAndWearables:Proximity rdfs:subClassOf . +SensorsAndWearables:Proximity rdfs:subClassOf . +SensorsAndWearables:Proximity rdfs:subClassOf . +SensorsAndWearables:Proximity rdfs:subClassOf . +SensorsAndWearables:Proximity rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . SensorsAndWearables:ProximitySensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . SensorsAndWearables:Rotation rdfs:subClassOf saref-core:Property. SensorsAndWearables:RotationSensor rdfs:subClassOf saref-core:Device. -SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . SensorsAndWearables:SPO2 rdfs:subClassOf saref-core:Property. -SensorsAndWearables:ScreenUsage rdfs:subClassOf . -SensorsAndWearables:ScreenUsage rdfs:subClassOf . -SensorsAndWearables:ScreenUsage rdfs:subClassOf . -SensorsAndWearables:ScreenUsage rdfs:subClassOf . -SensorsAndWearables:ScreenUsage rdfs:subClassOf . -SensorsAndWearables:ScreenUsage rdfs:subClassOf . -SensorsAndWearables:ScreenUsage rdfs:subClassOf . +SensorsAndWearables:ScreenUsage rdfs:subClassOf . +SensorsAndWearables:ScreenUsage rdfs:subClassOf . +SensorsAndWearables:ScreenUsage rdfs:subClassOf . +SensorsAndWearables:ScreenUsage rdfs:subClassOf . +SensorsAndWearables:ScreenUsage rdfs:subClassOf . +SensorsAndWearables:ScreenUsage rdfs:subClassOf . +SensorsAndWearables:ScreenUsage rdfs:subClassOf . SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf saref-core:Device. -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . SensorsAndWearables:SkinConductance rdfs:subClassOf saref-core:Property. SensorsAndWearables:SkinTemperature rdfs:subClassOf saref-core:Property. SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf saref-core:Property. -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:StepCount rdfs:subClassOf . -SensorsAndWearables:StepCount rdfs:subClassOf . -SensorsAndWearables:StepCount rdfs:subClassOf . -SensorsAndWearables:StepCount rdfs:subClassOf . -SensorsAndWearables:StepCount rdfs:subClassOf . -SensorsAndWearables:StepCount rdfs:subClassOf . -SensorsAndWearables:StepCount rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:StepCount rdfs:subClassOf . +SensorsAndWearables:StepCount rdfs:subClassOf . +SensorsAndWearables:StepCount rdfs:subClassOf . +SensorsAndWearables:StepCount rdfs:subClassOf . +SensorsAndWearables:StepCount rdfs:subClassOf . +SensorsAndWearables:StepCount rdfs:subClassOf . +SensorsAndWearables:StepCount rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . SensorsAndWearables:StepCounter rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . SensorsAndWearables:Thermopile rdfs:subClassOf saref-core:Device. -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . SensorsAndWearables:Thermopile rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . SensorsAndWearables:WearableAcceleration rdfs:subClassOf saref-core:Property. SensorsAndWearables:Weight rdfs:subClassOf saref-core:Property. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . rdfs:subClassOf saref4bldg:PhysicalObject. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Closet rdfs:subClassOf . -dogont:Closet rdfs:subClassOf . -dogont:Cupboard rdfs:subClassOf . -dogont:Cupboard rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Closet rdfs:subClassOf . +dogont:Closet rdfs:subClassOf . +dogont:Cupboard rdfs:subClassOf . +dogont:Cupboard rdfs:subClassOf . dogont:DimmableLight rdfs:subClassOf saref4bldg:DistributionDevice. dogont:DimmableLight rdfs:subClassOf saref-core:Device. -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . dogont:DimmableLight rdfs:subClassOf saref4bldg:PhysicalObject. -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . dogont:DimmerLamp rdfs:subClassOf saref4bldg:DistributionDevice. dogont:DimmerLamp rdfs:subClassOf saref-core:Device. -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . dogont:DimmerLamp rdfs:subClassOf saref4bldg:PhysicalObject. -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . dogont:DimmerSwitch rdfs:subClassOf saref4bldg:DistributionDevice. dogont:DimmerSwitch rdfs:subClassOf saref-core:Device. -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . dogont:DimmerSwitch rdfs:subClassOf saref4bldg:PhysicalObject. -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:Door rdfs:subClassOf . -dogont:Door rdfs:subClassOf . -dogont:Shutter rdfs:subClassOf . -dogont:Shutter rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:Door rdfs:subClassOf . +dogont:Door rdfs:subClassOf . +dogont:Shutter rdfs:subClassOf . +dogont:Shutter rdfs:subClassOf . dogont:ShutterActuator rdfs:subClassOf saref4bldg:DistributionDevice. dogont:ShutterActuator rdfs:subClassOf saref-core:Device. -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . dogont:ShutterActuator rdfs:subClassOf saref4bldg:PhysicalObject. -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:Terrace rdfs:subClassOf . -dogont:Terrace rdfs:subClassOf . -dogont:Window rdfs:subClassOf . -dogont:Window rdfs:subClassOf . -ns3:Curtain rdfs:subClassOf . -ns3:Curtain rdfs:subClassOf . -ns3:Furniture rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:Terrace rdfs:subClassOf . +dogont:Terrace rdfs:subClassOf . +dogont:Window rdfs:subClassOf . +dogont:Window rdfs:subClassOf . +ns3:Curtain rdfs:subClassOf . +ns3:Curtain rdfs:subClassOf . +ns3:Furniture rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . ns3:Netatmo rdfs:subClassOf saref4bldg:PhysicalObject. -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . ns3:WeatherStation rdfs:subClassOf saref4bldg:PhysicalObject. -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . ns3:WindowSensor rdfs:subClassOf saref4bldg:PhysicalObject. -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . ns4:SleepAPI rdfs:subClassOf saref4bldg:PhysicalObject. -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:Coal rdfs:subClassOf . -saref-core:Coal rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:Coal rdfs:subClassOf . +saref-core:Coal rdfs:subClassOf . saref-core:DoorSwitch rdfs:subClassOf saref-core:Device. -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . saref-core:DoorSwitch rdfs:subClassOf saref4bldg:PhysicalObject. -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:Electricity rdfs:subClassOf . -saref-core:Electricity rdfs:subClassOf . -saref-core:Energy rdfs:subClassOf . -saref-core:Energy rdfs:subClassOf . -saref-core:Gas rdfs:subClassOf . -saref-core:Gas rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:Humidity rdfs:subClassOf . -saref-core:Humidity rdfs:subClassOf . -saref-core:Light rdfs:subClassOf . -saref-core:Light rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:Electricity rdfs:subClassOf . +saref-core:Electricity rdfs:subClassOf . +saref-core:Energy rdfs:subClassOf . +saref-core:Energy rdfs:subClassOf . +saref-core:Gas rdfs:subClassOf . +saref-core:Gas rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:Humidity rdfs:subClassOf . +saref-core:Humidity rdfs:subClassOf . +saref-core:Light rdfs:subClassOf . +saref-core:Light rdfs:subClassOf . saref-core:LightSwitch rdfs:subClassOf saref-core:Device. -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . saref-core:LightSwitch rdfs:subClassOf saref4bldg:PhysicalObject. -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Motion rdfs:subClassOf . -saref-core:Motion rdfs:subClassOf . -saref-core:Occupancy rdfs:subClassOf . -saref-core:Occupancy rdfs:subClassOf . -saref-core:Power rdfs:subClassOf . -saref-core:Power rdfs:subClassOf . -saref-core:Pressure rdfs:subClassOf . -saref-core:Pressure rdfs:subClassOf . -saref-core:Price rdfs:subClassOf . -saref-core:Price rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:SetAbsoluteLevelCommand rdfs:subClassOf . -saref-core:SetAbsoluteLevelCommand rdfs:subClassOf . -saref-core:Smoke rdfs:subClassOf . -saref-core:Smoke rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:Temperature rdfs:subClassOf . -saref-core:Temperature rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . -saref-core:Water rdfs:subClassOf . -saref-core:Water rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Motion rdfs:subClassOf . +saref-core:Motion rdfs:subClassOf . +saref-core:Occupancy rdfs:subClassOf . +saref-core:Occupancy rdfs:subClassOf . +saref-core:Power rdfs:subClassOf . +saref-core:Power rdfs:subClassOf . +saref-core:Pressure rdfs:subClassOf . +saref-core:Pressure rdfs:subClassOf . +saref-core:Price rdfs:subClassOf . +saref-core:Price rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:SetAbsoluteLevelCommand rdfs:subClassOf . +saref-core:SetAbsoluteLevelCommand rdfs:subClassOf . +saref-core:Smoke rdfs:subClassOf . +saref-core:Smoke rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:Temperature rdfs:subClassOf . +saref-core:Temperature rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . +saref-core:Water rdfs:subClassOf . +saref-core:Water rdfs:subClassOf . saref4bldg:Actuator rdfs:subClassOf saref4bldg:BuildingDevice. -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . saref4bldg:AirToAirHeatRecovery rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:AirToAirHeatRecovery rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:AirToAirHeatRecovery rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:AirToAirHeatRecovery rdfs:subClassOf saref-core:Device. saref4bldg:AirToAirHeatRecovery rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . saref4bldg:Alarm rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:AudioVisualAppliance rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:AudioVisualAppliance rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:AudioVisualAppliance rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:AudioVisualAppliance rdfs:subClassOf saref-core:Device. saref4bldg:AudioVisualAppliance rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . saref4bldg:Boiler rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Boiler rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Boiler rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Boiler rdfs:subClassOf saref-core:Device. saref4bldg:Boiler rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:BuildingObject rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:BuildingObject rdfs:subClassOf . saref4bldg:Burner rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Burner rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Burner rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Burner rdfs:subClassOf saref-core:Device. saref4bldg:Burner rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . saref4bldg:Chiller rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Chiller rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Chiller rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Chiller rdfs:subClassOf saref-core:Device. saref4bldg:Chiller rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . saref4bldg:Coil rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Coil rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Coil rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Coil rdfs:subClassOf saref-core:Device. saref4bldg:Coil rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . saref4bldg:CommunicationAppliance rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:CommunicationAppliance rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:CommunicationAppliance rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:CommunicationAppliance rdfs:subClassOf saref-core:Device. saref4bldg:CommunicationAppliance rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . saref4bldg:Compressor rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Compressor rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Compressor rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Compressor rdfs:subClassOf saref-core:Device. saref4bldg:Compressor rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . saref4bldg:Condenser rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Condenser rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Condenser rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Condenser rdfs:subClassOf saref-core:Device. saref4bldg:Condenser rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . saref4bldg:Controller rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:CooledBeam rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:CooledBeam rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:CooledBeam rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:CooledBeam rdfs:subClassOf saref-core:Device. saref4bldg:CooledBeam rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . saref4bldg:CoolingTower rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:CoolingTower rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:CoolingTower rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:CoolingTower rdfs:subClassOf saref-core:Device. saref4bldg:CoolingTower rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . saref4bldg:Damper rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Damper rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Damper rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Damper rdfs:subClassOf saref-core:Device. saref4bldg:Damper rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . saref4bldg:DistributionControlDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:DistributionControlDevice rdfs:subClassOf saref-core:Device. saref4bldg:DistributionControlDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . saref4bldg:DuctSilencer rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:DuctSilencer rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:DuctSilencer rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:DuctSilencer rdfs:subClassOf saref-core:Device. saref4bldg:DuctSilencer rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . saref4bldg:ElectricAppliance rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:ElectricAppliance rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:ElectricAppliance rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:ElectricAppliance rdfs:subClassOf saref-core:Device. saref4bldg:ElectricAppliance rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf saref-core:Device. saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . saref4bldg:ElectricGenerator rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:ElectricGenerator rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:ElectricGenerator rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:ElectricGenerator rdfs:subClassOf saref-core:Device. saref4bldg:ElectricGenerator rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . saref4bldg:ElectricMotor rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:ElectricMotor rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:ElectricMotor rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:ElectricMotor rdfs:subClassOf saref-core:Device. saref4bldg:ElectricMotor rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . saref4bldg:ElectricTimeControl rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:ElectricTimeControl rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:ElectricTimeControl rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:ElectricTimeControl rdfs:subClassOf saref-core:Device. saref4bldg:ElectricTimeControl rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . saref4bldg:Fan rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Fan rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Fan rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Fan rdfs:subClassOf saref-core:Device. saref4bldg:Fan rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . saref4bldg:Filter rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:Filter rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:Filter rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Filter rdfs:subClassOf saref-core:Device. saref4bldg:Filter rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . saref4bldg:FireSuppressionTerminal rdfs:subClassOf saref4bldg:DistributionDevice. saref4bldg:FireSuppressionTerminal rdfs:subClassOf saref4bldg:BuildingDevice. saref4bldg:FireSuppressionTerminal rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:FireSuppressionTerminal rdfs:subClassOf saref-core:Device. saref4bldg:FireSuppressionTerminal rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . saref4bldg:FlowInstrument rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:FlowInstrument rdfs:subClassOf saref-core:Device. saref4bldg:FlowInstrument rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf saref-core:Device. saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . saref4bldg:Sensor rdfs:subClassOf saref4bldg:BuildingObject. -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . saref4bldg:UnitaryControlElement rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:UnitaryControlElement rdfs:subClassOf saref-core:Device. saref4bldg:UnitaryControlElement rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref-core:Device rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref-core:Device rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . saref4ehaw:BanHub rdfs:subClassOf saref4bldg:PhysicalObject. -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . saref4ehaw:Caregiver rdfs:subClassOf saref4ehaw:Contact. -saref4ehaw:FunctionalDevice rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:FunctionalDevice rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . saref4ehaw:HealthActuator rdfs:subClassOf saref4bldg:PhysicalObject. -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . -saref4ehaw:HealthDevice rdfs:subClassOf . -saref4ehaw:HealthSensor rdfs:subClassOf . -saref4ehaw:HealthWearable rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . +saref4ehaw:HealthDevice rdfs:subClassOf . +saref4ehaw:HealthSensor rdfs:subClassOf . +saref4ehaw:HealthWearable rdfs:subClassOf . saref4ehaw:Helper rdfs:subClassOf saref4ehaw:Contact. saref4ehaw:Patient rdfs:subClassOf foaf:Agent. -saref4ehaw:Posture rdfs:subClassOf . -saref4ehaw:Posture rdfs:subClassOf . +saref4ehaw:Posture rdfs:subClassOf . +saref4ehaw:Posture rdfs:subClassOf . saref4ehaw:ResponsibleParty rdfs:subClassOf saref4ehaw:Contact. saref4ehaw:User rdfs:subClassOf saref4ehaw:Contact. -ns6:BiometricProperty rdfs:subClassOf . -ns6:BiometricProperty rdfs:subClassOf . -ns6:BiometricProperty rdfs:subClassOf . -ns6:BiometricProperty rdfs:subClassOf . -ns6:BiometricProperty rdfs:subClassOf . -ns6:BiometricProperty rdfs:subClassOf . -ns6:BiometricProperty rdfs:subClassOf . -ns6:CrowdProperty rdfs:subClassOf . -ns6:CrowdProperty rdfs:subClassOf . -ns6:ElectricalProperty rdfs:subClassOf . -ns6:ElectricalProperty rdfs:subClassOf . -ns6:ElectricalProperty rdfs:subClassOf . -ns6:ElectricalProperty rdfs:subClassOf . -ns6:ElectricalProperty rdfs:subClassOf . -ns6:ElectricalProperty rdfs:subClassOf . -ns6:ElectricalProperty rdfs:subClassOf . -ns6:ElectricalSafetyProperty rdfs:subClassOf . -ns6:ElectricalSafetyProperty rdfs:subClassOf . -ns6:ElectricalSafetyProperty rdfs:subClassOf . -ns6:ElectricalSafetyProperty rdfs:subClassOf . -ns6:ElectricalSafetyProperty rdfs:subClassOf . -ns6:ElectricalSafetyProperty rdfs:subClassOf . -ns6:ElectricalSafetyProperty rdfs:subClassOf . -ns6:EmissionProperty rdfs:subClassOf . -ns6:EmissionProperty rdfs:subClassOf . -ns6:EmissionProperty rdfs:subClassOf . -ns6:EmissionProperty rdfs:subClassOf . -ns6:EmissionProperty rdfs:subClassOf . -ns6:EmissionProperty rdfs:subClassOf . -ns6:EmissionProperty rdfs:subClassOf . -ns6:EnvironmentalProperty rdfs:subClassOf . -ns6:EnvironmentalProperty rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . +ns6:BiometricProperty rdfs:subClassOf . +ns6:BiometricProperty rdfs:subClassOf . +ns6:BiometricProperty rdfs:subClassOf . +ns6:BiometricProperty rdfs:subClassOf . +ns6:BiometricProperty rdfs:subClassOf . +ns6:BiometricProperty rdfs:subClassOf . +ns6:BiometricProperty rdfs:subClassOf . +ns6:CrowdProperty rdfs:subClassOf . +ns6:CrowdProperty rdfs:subClassOf . +ns6:ElectricalProperty rdfs:subClassOf . +ns6:ElectricalProperty rdfs:subClassOf . +ns6:ElectricalProperty rdfs:subClassOf . +ns6:ElectricalProperty rdfs:subClassOf . +ns6:ElectricalProperty rdfs:subClassOf . +ns6:ElectricalProperty rdfs:subClassOf . +ns6:ElectricalProperty rdfs:subClassOf . +ns6:ElectricalSafetyProperty rdfs:subClassOf . +ns6:ElectricalSafetyProperty rdfs:subClassOf . +ns6:ElectricalSafetyProperty rdfs:subClassOf . +ns6:ElectricalSafetyProperty rdfs:subClassOf . +ns6:ElectricalSafetyProperty rdfs:subClassOf . +ns6:ElectricalSafetyProperty rdfs:subClassOf . +ns6:ElectricalSafetyProperty rdfs:subClassOf . +ns6:EmissionProperty rdfs:subClassOf . +ns6:EmissionProperty rdfs:subClassOf . +ns6:EmissionProperty rdfs:subClassOf . +ns6:EmissionProperty rdfs:subClassOf . +ns6:EmissionProperty rdfs:subClassOf . +ns6:EmissionProperty rdfs:subClassOf . +ns6:EmissionProperty rdfs:subClassOf . +ns6:EnvironmentalProperty rdfs:subClassOf . +ns6:EnvironmentalProperty rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . ns6:InBodyWearable rdfs:subClassOf ns6:Wearable. -ns6:InBodyWearable rdfs:subClassOf . -ns6:MemoryStorage rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:MemoryStorage rdfs:subClassOf . ns6:NearBodyWearable rdfs:subClassOf ns6:Wearable. -ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . ns6:OnBodyWearable rdfs:subClassOf ns6:Wearable. -ns6:OnBodyWearable rdfs:subClassOf . -ns6:PowerSupply rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:PowerSupply rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . ns6:TextileBasedWearable rdfs:subClassOf ns6:Wearable. -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:Wearable rdfs:subClassOf . -ns6:WearableProperty rdfs:subClassOf . -ns6:WearableProperty rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:Wearable rdfs:subClassOf . +ns6:WearableProperty rdfs:subClassOf . +ns6:WearableProperty rdfs:subClassOf . ns6:Wearer rdfs:subClassOf ns6:LivingOrganism. -ns6:Wearer rdfs:subClassOf . -ns6:Wearer rdfs:subClassOf . -ns6:WearerProperty rdfs:subClassOf . -ns6:WearerProperty rdfs:subClassOf . -:BrushingTeethActivityPrediction rdfs:subClassOf . -:BrushingTeethActivityPrediction rdfs:subClassOf . -:BrushingTeethActivityPrediction rdfs:subClassOf . -:CookingFoodOvenActivityPrediction rdfs:subClassOf . -:CookingFoodOvenActivityPrediction rdfs:subClassOf . -:CookingFoodOvenActivityPrediction rdfs:subClassOf . -:CookingFoodStovetopActivityPrediction rdfs:subClassOf . -:CookingFoodStovetopActivityPrediction rdfs:subClassOf . -:CookingFoodStovetopActivityPrediction rdfs:subClassOf . -:DrinkPreparationActivityPrediction rdfs:subClassOf . -:DrinkPreparationActivityPrediction rdfs:subClassOf . -:DrinkPreparationActivityPrediction rdfs:subClassOf . -:EatingActivityPrediction rdfs:subClassOf . -:EatingActivityPrediction rdfs:subClassOf . -:EatingActivityPrediction rdfs:subClassOf . -:NonRoutineActivityPrediction rdfs:subClassOf . -:NonRoutineActivityPrediction rdfs:subClassOf . -:NonRoutineActivityPrediction rdfs:subClassOf . -:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . -:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . -:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . -:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . -:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . -:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . -:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . -:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . -:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . -:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . -:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . -:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . -:NonRoutineEatingActivityPrediction rdfs:subClassOf . -:NonRoutineEatingActivityPrediction rdfs:subClassOf . -:NonRoutineEatingActivityPrediction rdfs:subClassOf . -:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . -:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . -:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . -:NonRoutineShoweringActivityPrediction rdfs:subClassOf . -:NonRoutineShoweringActivityPrediction rdfs:subClassOf . -:NonRoutineShoweringActivityPrediction rdfs:subClassOf . -:NonRoutineSleepingActivityPrediction rdfs:subClassOf . -:NonRoutineSleepingActivityPrediction rdfs:subClassOf . -:NonRoutineSleepingActivityPrediction rdfs:subClassOf . -:NonRoutineToiletingActivityPrediction rdfs:subClassOf . -:NonRoutineToiletingActivityPrediction rdfs:subClassOf . -:NonRoutineToiletingActivityPrediction rdfs:subClassOf . -:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . -:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . -:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . -:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . -:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . -:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . -:PreparingHotMealActivityPrediction rdfs:subClassOf . -:PreparingHotMealActivityPrediction rdfs:subClassOf . -:PreparingHotMealActivityPrediction rdfs:subClassOf . -:RoutineActivityPrediction rdfs:subClassOf . -:RoutineActivityPrediction rdfs:subClassOf . -:RoutineActivityPrediction rdfs:subClassOf . -:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . -:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . -:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . -:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . -:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . -:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . -:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . -:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . -:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . -:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . -:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . -:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . -:RoutineEatingActivityPrediction rdfs:subClassOf . -:RoutineEatingActivityPrediction rdfs:subClassOf . -:RoutineEatingActivityPrediction rdfs:subClassOf . -:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . -:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . -:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . -:RoutineShoweringActivityPrediction rdfs:subClassOf . -:RoutineShoweringActivityPrediction rdfs:subClassOf . -:RoutineShoweringActivityPrediction rdfs:subClassOf . -:RoutineSleepingActivityPrediction rdfs:subClassOf . -:RoutineSleepingActivityPrediction rdfs:subClassOf . -:RoutineSleepingActivityPrediction rdfs:subClassOf . -:RoutineToiletingActivityPrediction rdfs:subClassOf . -:RoutineToiletingActivityPrediction rdfs:subClassOf . -:RoutineToiletingActivityPrediction rdfs:subClassOf . -:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . -:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . -:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . -:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . -:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . -:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . -:ShoweringActivityPrediction rdfs:subClassOf . -:ShoweringActivityPrediction rdfs:subClassOf . -:ShoweringActivityPrediction rdfs:subClassOf . -:SleepingActivityPrediction rdfs:subClassOf . -:SleepingActivityPrediction rdfs:subClassOf . -:SleepingActivityPrediction rdfs:subClassOf . -:ToiletingActivityPrediction rdfs:subClassOf . -:ToiletingActivityPrediction rdfs:subClassOf . -:ToiletingActivityPrediction rdfs:subClassOf . +ns6:Wearer rdfs:subClassOf . +ns6:Wearer rdfs:subClassOf . +ns6:WearerProperty rdfs:subClassOf . +ns6:WearerProperty rdfs:subClassOf . +:BrushingTeethActivityPrediction rdfs:subClassOf . +:BrushingTeethActivityPrediction rdfs:subClassOf . +:BrushingTeethActivityPrediction rdfs:subClassOf . +:CookingFoodOvenActivityPrediction rdfs:subClassOf . +:CookingFoodOvenActivityPrediction rdfs:subClassOf . +:CookingFoodOvenActivityPrediction rdfs:subClassOf . +:CookingFoodStovetopActivityPrediction rdfs:subClassOf . +:CookingFoodStovetopActivityPrediction rdfs:subClassOf . +:CookingFoodStovetopActivityPrediction rdfs:subClassOf . +:DrinkPreparationActivityPrediction rdfs:subClassOf . +:DrinkPreparationActivityPrediction rdfs:subClassOf . +:DrinkPreparationActivityPrediction rdfs:subClassOf . +:EatingActivityPrediction rdfs:subClassOf . +:EatingActivityPrediction rdfs:subClassOf . +:EatingActivityPrediction rdfs:subClassOf . +:NonRoutineActivityPrediction rdfs:subClassOf . +:NonRoutineActivityPrediction rdfs:subClassOf . +:NonRoutineActivityPrediction rdfs:subClassOf . +:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:NonRoutineEatingActivityPrediction rdfs:subClassOf . +:NonRoutineEatingActivityPrediction rdfs:subClassOf . +:NonRoutineEatingActivityPrediction rdfs:subClassOf . +:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:NonRoutineShoweringActivityPrediction rdfs:subClassOf . +:NonRoutineShoweringActivityPrediction rdfs:subClassOf . +:NonRoutineShoweringActivityPrediction rdfs:subClassOf . +:NonRoutineSleepingActivityPrediction rdfs:subClassOf . +:NonRoutineSleepingActivityPrediction rdfs:subClassOf . +:NonRoutineSleepingActivityPrediction rdfs:subClassOf . +:NonRoutineToiletingActivityPrediction rdfs:subClassOf . +:NonRoutineToiletingActivityPrediction rdfs:subClassOf . +:NonRoutineToiletingActivityPrediction rdfs:subClassOf . +:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:PreparingHotMealActivityPrediction rdfs:subClassOf . +:PreparingHotMealActivityPrediction rdfs:subClassOf . +:PreparingHotMealActivityPrediction rdfs:subClassOf . +:RoutineActivityPrediction rdfs:subClassOf . +:RoutineActivityPrediction rdfs:subClassOf . +:RoutineActivityPrediction rdfs:subClassOf . +:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:RoutineEatingActivityPrediction rdfs:subClassOf . +:RoutineEatingActivityPrediction rdfs:subClassOf . +:RoutineEatingActivityPrediction rdfs:subClassOf . +:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:RoutineShoweringActivityPrediction rdfs:subClassOf . +:RoutineShoweringActivityPrediction rdfs:subClassOf . +:RoutineShoweringActivityPrediction rdfs:subClassOf . +:RoutineSleepingActivityPrediction rdfs:subClassOf . +:RoutineSleepingActivityPrediction rdfs:subClassOf . +:RoutineSleepingActivityPrediction rdfs:subClassOf . +:RoutineToiletingActivityPrediction rdfs:subClassOf . +:RoutineToiletingActivityPrediction rdfs:subClassOf . +:RoutineToiletingActivityPrediction rdfs:subClassOf . +:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:ShoweringActivityPrediction rdfs:subClassOf . +:ShoweringActivityPrediction rdfs:subClassOf . +:ShoweringActivityPrediction rdfs:subClassOf . +:SleepingActivityPrediction rdfs:subClassOf . +:SleepingActivityPrediction rdfs:subClassOf . +:SleepingActivityPrediction rdfs:subClassOf . +:ToiletingActivityPrediction rdfs:subClassOf . +:ToiletingActivityPrediction rdfs:subClassOf . +:ToiletingActivityPrediction rdfs:subClassOf . :UserWithBrushingTeethRoutine rdfs:subClassOf saref4ehaw:Contact. :UserWithCookingFoodOvenRoutine rdfs:subClassOf saref4ehaw:Contact. :UserWithCookingFoodStovetopRoutine rdfs:subClassOf saref4ehaw:Contact. @@ -10599,2735 +10607,2735 @@ ns6:WearerProperty rdfs:subClassOf . -:UsingMobilePhoneActivityPrediction rdfs:subClassOf . -:UsingMobilePhoneActivityPrediction rdfs:subClassOf . -:WatchingTVActivelyActivityPrediction rdfs:subClassOf . -:WatchingTVActivelyActivityPrediction rdfs:subClassOf . -:WatchingTVActivelyActivityPrediction rdfs:subClassOf . -ActivityRecognition:Ambulation rdfs:subClassOf . -ActivityRecognition:Ambulation rdfs:subClassOf . -ActivityRecognition:Bending rdfs:subClassOf . -ActivityRecognition:Bending rdfs:subClassOf . -ActivityRecognition:Bending rdfs:subClassOf . -ActivityRecognition:Bending rdfs:subClassOf . -ActivityRecognition:Bending rdfs:subClassOf . -ActivityRecognition:Bending rdfs:subClassOf . -ActivityRecognition:Bending rdfs:subClassOf . -ActivityRecognition:Bending rdfs:subClassOf . -ActivityRecognition:Bending rdfs:subClassOf . -ActivityRecognition:BendingOver rdfs:subClassOf . -ActivityRecognition:BendingOver rdfs:subClassOf . -ActivityRecognition:Crawling rdfs:subClassOf . -ActivityRecognition:Crawling rdfs:subClassOf . -ActivityRecognition:Jogging rdfs:subClassOf . -ActivityRecognition:Jogging rdfs:subClassOf . -ActivityRecognition:Jumping rdfs:subClassOf . -ActivityRecognition:Jumping rdfs:subClassOf . -ActivityRecognition:KneelToStand rdfs:subClassOf . -ActivityRecognition:KneelToStand rdfs:subClassOf . -ActivityRecognition:KneelToStand rdfs:subClassOf . -ActivityRecognition:KneelToStand rdfs:subClassOf . -ActivityRecognition:KneelToStand rdfs:subClassOf . -ActivityRecognition:KneelToStand rdfs:subClassOf . -ActivityRecognition:KneelToStand rdfs:subClassOf . -ActivityRecognition:KneelToStand rdfs:subClassOf . -ActivityRecognition:KneelToStand rdfs:subClassOf . -ActivityRecognition:Kneeling rdfs:subClassOf . -ActivityRecognition:Kneeling rdfs:subClassOf . -ActivityRecognition:LieToSit rdfs:subClassOf . -ActivityRecognition:LieToSit rdfs:subClassOf . -ActivityRecognition:LieToSit rdfs:subClassOf . -ActivityRecognition:LieToSit rdfs:subClassOf . -ActivityRecognition:LieToSit rdfs:subClassOf . -ActivityRecognition:LieToSit rdfs:subClassOf . -ActivityRecognition:LieToSit rdfs:subClassOf . -ActivityRecognition:LieToSit rdfs:subClassOf . -ActivityRecognition:LieToSit rdfs:subClassOf . -ActivityRecognition:LieToStand rdfs:subClassOf . -ActivityRecognition:LieToStand rdfs:subClassOf . -ActivityRecognition:LieToStand rdfs:subClassOf . -ActivityRecognition:LieToStand rdfs:subClassOf . -ActivityRecognition:LieToStand rdfs:subClassOf . -ActivityRecognition:LieToStand rdfs:subClassOf . -ActivityRecognition:LieToStand rdfs:subClassOf . -ActivityRecognition:LieToStand rdfs:subClassOf . -ActivityRecognition:LieToStand rdfs:subClassOf . -ActivityRecognition:LyingDown rdfs:subClassOf . -ActivityRecognition:LyingDown rdfs:subClassOf . -ActivityRecognition:LyingDown rdfs:subClassOf . -ActivityRecognition:LyingDown rdfs:subClassOf . -ActivityRecognition:LyingDown rdfs:subClassOf . -ActivityRecognition:LyingDown rdfs:subClassOf . -ActivityRecognition:LyingDown rdfs:subClassOf . -ActivityRecognition:LyingDown rdfs:subClassOf . -ActivityRecognition:LyingDown rdfs:subClassOf . -ActivityRecognition:LyingStill rdfs:subClassOf . -ActivityRecognition:LyingStill rdfs:subClassOf . -ActivityRecognition:Pivoting rdfs:subClassOf . -ActivityRecognition:Pivoting rdfs:subClassOf . -ActivityRecognition:Pivoting rdfs:subClassOf . -ActivityRecognition:Pivoting rdfs:subClassOf . -ActivityRecognition:Pivoting rdfs:subClassOf . -ActivityRecognition:Pivoting rdfs:subClassOf . -ActivityRecognition:Pivoting rdfs:subClassOf . -ActivityRecognition:Pivoting rdfs:subClassOf . -ActivityRecognition:Pivoting rdfs:subClassOf . -ActivityRecognition:Running rdfs:subClassOf . -ActivityRecognition:Running rdfs:subClassOf . -ActivityRecognition:SitToLie rdfs:subClassOf . -ActivityRecognition:SitToLie rdfs:subClassOf . -ActivityRecognition:SitToLie rdfs:subClassOf . -ActivityRecognition:SitToLie rdfs:subClassOf . -ActivityRecognition:SitToLie rdfs:subClassOf . -ActivityRecognition:SitToLie rdfs:subClassOf . -ActivityRecognition:SitToLie rdfs:subClassOf . -ActivityRecognition:SitToLie rdfs:subClassOf . -ActivityRecognition:SitToLie rdfs:subClassOf . -ActivityRecognition:SitToStand rdfs:subClassOf . -ActivityRecognition:SitToStand rdfs:subClassOf . -ActivityRecognition:SitToStand rdfs:subClassOf . -ActivityRecognition:SitToStand rdfs:subClassOf . -ActivityRecognition:SitToStand rdfs:subClassOf . -ActivityRecognition:SitToStand rdfs:subClassOf . -ActivityRecognition:SitToStand rdfs:subClassOf . -ActivityRecognition:SitToStand rdfs:subClassOf . -ActivityRecognition:SitToStand rdfs:subClassOf . -ActivityRecognition:SitToWalk rdfs:subClassOf . -ActivityRecognition:SitToWalk rdfs:subClassOf . -ActivityRecognition:SitToWalk rdfs:subClassOf . -ActivityRecognition:SitToWalk rdfs:subClassOf . -ActivityRecognition:SitToWalk rdfs:subClassOf . -ActivityRecognition:SitToWalk rdfs:subClassOf . -ActivityRecognition:SitToWalk rdfs:subClassOf . -ActivityRecognition:SitToWalk rdfs:subClassOf . -ActivityRecognition:SitToWalk rdfs:subClassOf . -ActivityRecognition:Sitting rdfs:subClassOf . -ActivityRecognition:Sitting rdfs:subClassOf . -ActivityRecognition:SittingChair rdfs:subClassOf . -ActivityRecognition:SittingChair rdfs:subClassOf . -ActivityRecognition:SittingDown rdfs:subClassOf . -ActivityRecognition:SittingDown rdfs:subClassOf . -ActivityRecognition:SittingDown rdfs:subClassOf . -ActivityRecognition:SittingDown rdfs:subClassOf . -ActivityRecognition:SittingDown rdfs:subClassOf . -ActivityRecognition:SittingDown rdfs:subClassOf . -ActivityRecognition:SittingDown rdfs:subClassOf . -ActivityRecognition:SittingDown rdfs:subClassOf . -ActivityRecognition:SittingDown rdfs:subClassOf . -ActivityRecognition:SittingFloor rdfs:subClassOf . -ActivityRecognition:SittingFloor rdfs:subClassOf . -ActivityRecognition:Squatting rdfs:subClassOf . -ActivityRecognition:Squatting rdfs:subClassOf . -ActivityRecognition:StandToKneel rdfs:subClassOf . -ActivityRecognition:StandToKneel rdfs:subClassOf . -ActivityRecognition:StandToKneel rdfs:subClassOf . -ActivityRecognition:StandToKneel rdfs:subClassOf . -ActivityRecognition:StandToKneel rdfs:subClassOf . -ActivityRecognition:StandToKneel rdfs:subClassOf . -ActivityRecognition:StandToKneel rdfs:subClassOf . -ActivityRecognition:StandToKneel rdfs:subClassOf . -ActivityRecognition:StandToKneel rdfs:subClassOf . -ActivityRecognition:StandToLie rdfs:subClassOf . -ActivityRecognition:StandToLie rdfs:subClassOf . -ActivityRecognition:StandToLie rdfs:subClassOf . -ActivityRecognition:StandToLie rdfs:subClassOf . -ActivityRecognition:StandToLie rdfs:subClassOf . -ActivityRecognition:StandToLie rdfs:subClassOf . -ActivityRecognition:StandToLie rdfs:subClassOf . -ActivityRecognition:StandToLie rdfs:subClassOf . -ActivityRecognition:StandToLie rdfs:subClassOf . -ActivityRecognition:StandToSit rdfs:subClassOf . -ActivityRecognition:StandToSit rdfs:subClassOf . -ActivityRecognition:StandToSit rdfs:subClassOf . -ActivityRecognition:StandToSit rdfs:subClassOf . -ActivityRecognition:StandToSit rdfs:subClassOf . -ActivityRecognition:StandToSit rdfs:subClassOf . -ActivityRecognition:StandToSit rdfs:subClassOf . -ActivityRecognition:StandToSit rdfs:subClassOf . -ActivityRecognition:StandToSit rdfs:subClassOf . -ActivityRecognition:Standing rdfs:subClassOf . -ActivityRecognition:Standing rdfs:subClassOf . -ActivityRecognition:StandingStill rdfs:subClassOf . -ActivityRecognition:StandingStill rdfs:subClassOf . -ActivityRecognition:StandingUnquiet rdfs:subClassOf . -ActivityRecognition:StandingUnquiet rdfs:subClassOf . -ActivityRecognition:StandingUp rdfs:subClassOf . -ActivityRecognition:StandingUp rdfs:subClassOf . -ActivityRecognition:StandingUp rdfs:subClassOf . -ActivityRecognition:StandingUp rdfs:subClassOf . -ActivityRecognition:StandingUp rdfs:subClassOf . -ActivityRecognition:StandingUp rdfs:subClassOf . -ActivityRecognition:StandingUp rdfs:subClassOf . -ActivityRecognition:StandingUp rdfs:subClassOf . -ActivityRecognition:StandingUp rdfs:subClassOf . -ActivityRecognition:Straightening rdfs:subClassOf . -ActivityRecognition:Straightening rdfs:subClassOf . -ActivityRecognition:Straightening rdfs:subClassOf . -ActivityRecognition:Straightening rdfs:subClassOf . -ActivityRecognition:Straightening rdfs:subClassOf . -ActivityRecognition:Straightening rdfs:subClassOf . -ActivityRecognition:Straightening rdfs:subClassOf . -ActivityRecognition:Straightening rdfs:subClassOf . -ActivityRecognition:Straightening rdfs:subClassOf . -ActivityRecognition:Transition rdfs:subClassOf . -ActivityRecognition:Transition rdfs:subClassOf . -ActivityRecognition:Turning rdfs:subClassOf . -ActivityRecognition:Turning rdfs:subClassOf . -ActivityRecognition:Walking rdfs:subClassOf . -ActivityRecognition:Walking rdfs:subClassOf . -ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . -ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . -ActivityRecognition:WalkingDownStairs rdfs:subClassOf . -ActivityRecognition:WalkingDownStairs rdfs:subClassOf . -ActivityRecognition:WalkingUpStairs rdfs:subClassOf . -ActivityRecognition:WalkingUpStairs rdfs:subClassOf . -SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . -SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . -SensorsAndActuators:BathRoom rdfs:subClassOf . -SensorsAndActuators:BathRoom rdfs:subClassOf . -SensorsAndActuators:BedRoom rdfs:subClassOf . -SensorsAndActuators:BedRoom rdfs:subClassOf . -SensorsAndActuators:Blind rdfs:subClassOf . -SensorsAndActuators:Blind rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:BrownGoods rdfs:subClassOf . -SensorsAndActuators:Button rdfs:subClassOf . -SensorsAndActuators:Button rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CO2Sensor rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:CoffeeMaker rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:Computer rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:ContactSensor rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . +:UsingMobilePhoneActivityPrediction rdfs:subClassOf . +:UsingMobilePhoneActivityPrediction rdfs:subClassOf . +:UsingMobilePhoneActivityPrediction rdfs:subClassOf . +:WatchingTVActivelyActivityPrediction rdfs:subClassOf . +:WatchingTVActivelyActivityPrediction rdfs:subClassOf . +:WatchingTVActivelyActivityPrediction rdfs:subClassOf . +ActivityRecognition:Ambulation rdfs:subClassOf . +ActivityRecognition:Ambulation rdfs:subClassOf . +ActivityRecognition:Bending rdfs:subClassOf . +ActivityRecognition:Bending rdfs:subClassOf . +ActivityRecognition:Bending rdfs:subClassOf . +ActivityRecognition:Bending rdfs:subClassOf . +ActivityRecognition:Bending rdfs:subClassOf . +ActivityRecognition:Bending rdfs:subClassOf . +ActivityRecognition:Bending rdfs:subClassOf . +ActivityRecognition:Bending rdfs:subClassOf . +ActivityRecognition:Bending rdfs:subClassOf . +ActivityRecognition:BendingOver rdfs:subClassOf . +ActivityRecognition:BendingOver rdfs:subClassOf . +ActivityRecognition:Crawling rdfs:subClassOf . +ActivityRecognition:Crawling rdfs:subClassOf . +ActivityRecognition:Jogging rdfs:subClassOf . +ActivityRecognition:Jogging rdfs:subClassOf . +ActivityRecognition:Jumping rdfs:subClassOf . +ActivityRecognition:Jumping rdfs:subClassOf . +ActivityRecognition:KneelToStand rdfs:subClassOf . +ActivityRecognition:KneelToStand rdfs:subClassOf . +ActivityRecognition:KneelToStand rdfs:subClassOf . +ActivityRecognition:KneelToStand rdfs:subClassOf . +ActivityRecognition:KneelToStand rdfs:subClassOf . +ActivityRecognition:KneelToStand rdfs:subClassOf . +ActivityRecognition:KneelToStand rdfs:subClassOf . +ActivityRecognition:KneelToStand rdfs:subClassOf . +ActivityRecognition:KneelToStand rdfs:subClassOf . +ActivityRecognition:Kneeling rdfs:subClassOf . +ActivityRecognition:Kneeling rdfs:subClassOf . +ActivityRecognition:LieToSit rdfs:subClassOf . +ActivityRecognition:LieToSit rdfs:subClassOf . +ActivityRecognition:LieToSit rdfs:subClassOf . +ActivityRecognition:LieToSit rdfs:subClassOf . +ActivityRecognition:LieToSit rdfs:subClassOf . +ActivityRecognition:LieToSit rdfs:subClassOf . +ActivityRecognition:LieToSit rdfs:subClassOf . +ActivityRecognition:LieToSit rdfs:subClassOf . +ActivityRecognition:LieToSit rdfs:subClassOf . +ActivityRecognition:LieToStand rdfs:subClassOf . +ActivityRecognition:LieToStand rdfs:subClassOf . +ActivityRecognition:LieToStand rdfs:subClassOf . +ActivityRecognition:LieToStand rdfs:subClassOf . +ActivityRecognition:LieToStand rdfs:subClassOf . +ActivityRecognition:LieToStand rdfs:subClassOf . +ActivityRecognition:LieToStand rdfs:subClassOf . +ActivityRecognition:LieToStand rdfs:subClassOf . +ActivityRecognition:LieToStand rdfs:subClassOf . +ActivityRecognition:LyingDown rdfs:subClassOf . +ActivityRecognition:LyingDown rdfs:subClassOf . +ActivityRecognition:LyingDown rdfs:subClassOf . +ActivityRecognition:LyingDown rdfs:subClassOf . +ActivityRecognition:LyingDown rdfs:subClassOf . +ActivityRecognition:LyingDown rdfs:subClassOf . +ActivityRecognition:LyingDown rdfs:subClassOf . +ActivityRecognition:LyingDown rdfs:subClassOf . +ActivityRecognition:LyingDown rdfs:subClassOf . +ActivityRecognition:LyingStill rdfs:subClassOf . +ActivityRecognition:LyingStill rdfs:subClassOf . +ActivityRecognition:Pivoting rdfs:subClassOf . +ActivityRecognition:Pivoting rdfs:subClassOf . +ActivityRecognition:Pivoting rdfs:subClassOf . +ActivityRecognition:Pivoting rdfs:subClassOf . +ActivityRecognition:Pivoting rdfs:subClassOf . +ActivityRecognition:Pivoting rdfs:subClassOf . +ActivityRecognition:Pivoting rdfs:subClassOf . +ActivityRecognition:Pivoting rdfs:subClassOf . +ActivityRecognition:Pivoting rdfs:subClassOf . +ActivityRecognition:Running rdfs:subClassOf . +ActivityRecognition:Running rdfs:subClassOf . +ActivityRecognition:SitToLie rdfs:subClassOf . +ActivityRecognition:SitToLie rdfs:subClassOf . +ActivityRecognition:SitToLie rdfs:subClassOf . +ActivityRecognition:SitToLie rdfs:subClassOf . +ActivityRecognition:SitToLie rdfs:subClassOf . +ActivityRecognition:SitToLie rdfs:subClassOf . +ActivityRecognition:SitToLie rdfs:subClassOf . +ActivityRecognition:SitToLie rdfs:subClassOf . +ActivityRecognition:SitToLie rdfs:subClassOf . +ActivityRecognition:SitToStand rdfs:subClassOf . +ActivityRecognition:SitToStand rdfs:subClassOf . +ActivityRecognition:SitToStand rdfs:subClassOf . +ActivityRecognition:SitToStand rdfs:subClassOf . +ActivityRecognition:SitToStand rdfs:subClassOf . +ActivityRecognition:SitToStand rdfs:subClassOf . +ActivityRecognition:SitToStand rdfs:subClassOf . +ActivityRecognition:SitToStand rdfs:subClassOf . +ActivityRecognition:SitToStand rdfs:subClassOf . +ActivityRecognition:SitToWalk rdfs:subClassOf . +ActivityRecognition:SitToWalk rdfs:subClassOf . +ActivityRecognition:SitToWalk rdfs:subClassOf . +ActivityRecognition:SitToWalk rdfs:subClassOf . +ActivityRecognition:SitToWalk rdfs:subClassOf . +ActivityRecognition:SitToWalk rdfs:subClassOf . +ActivityRecognition:SitToWalk rdfs:subClassOf . +ActivityRecognition:SitToWalk rdfs:subClassOf . +ActivityRecognition:SitToWalk rdfs:subClassOf . +ActivityRecognition:Sitting rdfs:subClassOf . +ActivityRecognition:Sitting rdfs:subClassOf . +ActivityRecognition:SittingChair rdfs:subClassOf . +ActivityRecognition:SittingChair rdfs:subClassOf . +ActivityRecognition:SittingDown rdfs:subClassOf . +ActivityRecognition:SittingDown rdfs:subClassOf . +ActivityRecognition:SittingDown rdfs:subClassOf . +ActivityRecognition:SittingDown rdfs:subClassOf . +ActivityRecognition:SittingDown rdfs:subClassOf . +ActivityRecognition:SittingDown rdfs:subClassOf . +ActivityRecognition:SittingDown rdfs:subClassOf . +ActivityRecognition:SittingDown rdfs:subClassOf . +ActivityRecognition:SittingDown rdfs:subClassOf . +ActivityRecognition:SittingFloor rdfs:subClassOf . +ActivityRecognition:SittingFloor rdfs:subClassOf . +ActivityRecognition:Squatting rdfs:subClassOf . +ActivityRecognition:Squatting rdfs:subClassOf . +ActivityRecognition:StandToKneel rdfs:subClassOf . +ActivityRecognition:StandToKneel rdfs:subClassOf . +ActivityRecognition:StandToKneel rdfs:subClassOf . +ActivityRecognition:StandToKneel rdfs:subClassOf . +ActivityRecognition:StandToKneel rdfs:subClassOf . +ActivityRecognition:StandToKneel rdfs:subClassOf . +ActivityRecognition:StandToKneel rdfs:subClassOf . +ActivityRecognition:StandToKneel rdfs:subClassOf . +ActivityRecognition:StandToKneel rdfs:subClassOf . +ActivityRecognition:StandToLie rdfs:subClassOf . +ActivityRecognition:StandToLie rdfs:subClassOf . +ActivityRecognition:StandToLie rdfs:subClassOf . +ActivityRecognition:StandToLie rdfs:subClassOf . +ActivityRecognition:StandToLie rdfs:subClassOf . +ActivityRecognition:StandToLie rdfs:subClassOf . +ActivityRecognition:StandToLie rdfs:subClassOf . +ActivityRecognition:StandToLie rdfs:subClassOf . +ActivityRecognition:StandToLie rdfs:subClassOf . +ActivityRecognition:StandToSit rdfs:subClassOf . +ActivityRecognition:StandToSit rdfs:subClassOf . +ActivityRecognition:StandToSit rdfs:subClassOf . +ActivityRecognition:StandToSit rdfs:subClassOf . +ActivityRecognition:StandToSit rdfs:subClassOf . +ActivityRecognition:StandToSit rdfs:subClassOf . +ActivityRecognition:StandToSit rdfs:subClassOf . +ActivityRecognition:StandToSit rdfs:subClassOf . +ActivityRecognition:StandToSit rdfs:subClassOf . +ActivityRecognition:Standing rdfs:subClassOf . +ActivityRecognition:Standing rdfs:subClassOf . +ActivityRecognition:StandingStill rdfs:subClassOf . +ActivityRecognition:StandingStill rdfs:subClassOf . +ActivityRecognition:StandingUnquiet rdfs:subClassOf . +ActivityRecognition:StandingUnquiet rdfs:subClassOf . +ActivityRecognition:StandingUp rdfs:subClassOf . +ActivityRecognition:StandingUp rdfs:subClassOf . +ActivityRecognition:StandingUp rdfs:subClassOf . +ActivityRecognition:StandingUp rdfs:subClassOf . +ActivityRecognition:StandingUp rdfs:subClassOf . +ActivityRecognition:StandingUp rdfs:subClassOf . +ActivityRecognition:StandingUp rdfs:subClassOf . +ActivityRecognition:StandingUp rdfs:subClassOf . +ActivityRecognition:StandingUp rdfs:subClassOf . +ActivityRecognition:Straightening rdfs:subClassOf . +ActivityRecognition:Straightening rdfs:subClassOf . +ActivityRecognition:Straightening rdfs:subClassOf . +ActivityRecognition:Straightening rdfs:subClassOf . +ActivityRecognition:Straightening rdfs:subClassOf . +ActivityRecognition:Straightening rdfs:subClassOf . +ActivityRecognition:Straightening rdfs:subClassOf . +ActivityRecognition:Straightening rdfs:subClassOf . +ActivityRecognition:Straightening rdfs:subClassOf . +ActivityRecognition:Transition rdfs:subClassOf . +ActivityRecognition:Transition rdfs:subClassOf . +ActivityRecognition:Turning rdfs:subClassOf . +ActivityRecognition:Turning rdfs:subClassOf . +ActivityRecognition:Walking rdfs:subClassOf . +ActivityRecognition:Walking rdfs:subClassOf . +ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . +ActivityRecognition:WalkingCarryingLoad rdfs:subClassOf . +ActivityRecognition:WalkingDownStairs rdfs:subClassOf . +ActivityRecognition:WalkingDownStairs rdfs:subClassOf . +ActivityRecognition:WalkingUpStairs rdfs:subClassOf . +ActivityRecognition:WalkingUpStairs rdfs:subClassOf . +SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . +SensorsAndActuators:AtmosphericPressure rdfs:subClassOf . +SensorsAndActuators:BathRoom rdfs:subClassOf . +SensorsAndActuators:BathRoom rdfs:subClassOf . +SensorsAndActuators:BedRoom rdfs:subClassOf . +SensorsAndActuators:BedRoom rdfs:subClassOf . +SensorsAndActuators:Blind rdfs:subClassOf . +SensorsAndActuators:Blind rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:BrownGoods rdfs:subClassOf . +SensorsAndActuators:Button rdfs:subClassOf . +SensorsAndActuators:Button rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CO2Sensor rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:CoffeeMaker rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:Computer rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:ContactSensor rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . SensorsAndActuators:DeepFreezer rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:Dimmer rdfs:subClassOf . -SensorsAndActuators:Dimmer rdfs:subClassOf . -SensorsAndActuators:DinningRoom rdfs:subClassOf . -SensorsAndActuators:DinningRoom rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:Dimmer rdfs:subClassOf . +SensorsAndActuators:Dimmer rdfs:subClassOf . +SensorsAndActuators:DinningRoom rdfs:subClassOf . +SensorsAndActuators:DinningRoom rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . SensorsAndActuators:Dishwasher rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:DoorSensor rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:DoorSensor rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . SensorsAndActuators:ElectricalCooker rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:ElectricityMeter rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:ElectricityMeter rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . SensorsAndActuators:Fridge rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:HumiditySensor rdfs:subClassOf . -SensorsAndActuators:IndoorTemperature rdfs:subClassOf . -SensorsAndActuators:IndoorTemperature rdfs:subClassOf . -SensorsAndActuators:Kitchen rdfs:subClassOf . -SensorsAndActuators:Kitchen rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LightSensor rdfs:subClassOf . -SensorsAndActuators:LivingRoom rdfs:subClassOf . -SensorsAndActuators:LivingRoom rdfs:subClassOf . -SensorsAndActuators:Loudness rdfs:subClassOf . -SensorsAndActuators:Loudness rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:LoudnessSensor rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:HumiditySensor rdfs:subClassOf . +SensorsAndActuators:IndoorTemperature rdfs:subClassOf . +SensorsAndActuators:IndoorTemperature rdfs:subClassOf . +SensorsAndActuators:Kitchen rdfs:subClassOf . +SensorsAndActuators:Kitchen rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LightSensor rdfs:subClassOf . +SensorsAndActuators:LivingRoom rdfs:subClassOf . +SensorsAndActuators:LivingRoom rdfs:subClassOf . +SensorsAndActuators:Loudness rdfs:subClassOf . +SensorsAndActuators:Loudness rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:LoudnessSensor rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . SensorsAndActuators:Microwave rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:MovementSensor rdfs:subClassOf . -SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . -SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:MovementSensor rdfs:subClassOf . +SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . +SensorsAndActuators:OutdoorTemperaturee rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . SensorsAndActuators:Oven rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:PeopleNumber rdfs:subClassOf . -SensorsAndActuators:PeopleNumber rdfs:subClassOf . -SensorsAndActuators:PeoplePresencee rdfs:subClassOf . -SensorsAndActuators:PeoplePresencee rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PresenceSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:PressureSensor rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:Radio rdfs:subClassOf . -SensorsAndActuators:RainRate rdfs:subClassOf . -SensorsAndActuators:RainRate rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:RainrateSensor rdfs:subClassOf . -SensorsAndActuators:Socket rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:Tv rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:VOCSensor rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:PeopleNumber rdfs:subClassOf . +SensorsAndActuators:PeopleNumber rdfs:subClassOf . +SensorsAndActuators:PeoplePresencee rdfs:subClassOf . +SensorsAndActuators:PeoplePresencee rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PresenceSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:PressureSensor rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:Radio rdfs:subClassOf . +SensorsAndActuators:RainRate rdfs:subClassOf . +SensorsAndActuators:RainRate rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:RainrateSensor rdfs:subClassOf . +SensorsAndActuators:Socket rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:Tv rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:VOCSensor rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . SensorsAndActuators:WashingMachine rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterBoiler rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WhiteGoods rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . -saref4bldg:Pump rdfs:subClassOf . -SensorsAndWearables:Acceleration rdfs:subClassOf . -SensorsAndWearables:Acceleration rdfs:subClassOf . -SensorsAndWearables:Acceleration rdfs:subClassOf . -SensorsAndWearables:Acceleration rdfs:subClassOf . -SensorsAndWearables:Acceleration rdfs:subClassOf . -SensorsAndWearables:Acceleration rdfs:subClassOf . -SensorsAndWearables:Acceleration rdfs:subClassOf . -SensorsAndWearables:Acceleration rdfs:subClassOf . -SensorsAndWearables:Acceleration rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterBoiler rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WaterRunningSensor rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WhiteGoods rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +SensorsAndActuators:WindSpeedSensor rdfs:subClassOf . +saref4bldg:Pump rdfs:subClassOf . +SensorsAndWearables:Acceleration rdfs:subClassOf . +SensorsAndWearables:Acceleration rdfs:subClassOf . +SensorsAndWearables:Acceleration rdfs:subClassOf . +SensorsAndWearables:Acceleration rdfs:subClassOf . +SensorsAndWearables:Acceleration rdfs:subClassOf . +SensorsAndWearables:Acceleration rdfs:subClassOf . +SensorsAndWearables:Acceleration rdfs:subClassOf . +SensorsAndWearables:Acceleration rdfs:subClassOf . +SensorsAndWearables:Acceleration rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . SensorsAndWearables:Accelerometer rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:Altitude rdfs:subClassOf . -SensorsAndWearables:Altitude rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . -SensorsAndWearables:Amplitude rdfs:subClassOf . -SensorsAndWearables:Amplitude rdfs:subClassOf . -SensorsAndWearables:Amplitude rdfs:subClassOf . -SensorsAndWearables:Amplitude rdfs:subClassOf . -SensorsAndWearables:Amplitude rdfs:subClassOf . -SensorsAndWearables:Amplitude rdfs:subClassOf . -SensorsAndWearables:Amplitude rdfs:subClassOf . -SensorsAndWearables:Amplitude rdfs:subClassOf . -SensorsAndWearables:Amplitude rdfs:subClassOf . -SensorsAndWearables:ApplicationUsage rdfs:subClassOf . -SensorsAndWearables:ApplicationUsage rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:Altitude rdfs:subClassOf . +SensorsAndWearables:Altitude rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientLightSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:AmbientNoiseSensor rdfs:subClassOf . +SensorsAndWearables:Amplitude rdfs:subClassOf . +SensorsAndWearables:Amplitude rdfs:subClassOf . +SensorsAndWearables:Amplitude rdfs:subClassOf . +SensorsAndWearables:Amplitude rdfs:subClassOf . +SensorsAndWearables:Amplitude rdfs:subClassOf . +SensorsAndWearables:Amplitude rdfs:subClassOf . +SensorsAndWearables:Amplitude rdfs:subClassOf . +SensorsAndWearables:Amplitude rdfs:subClassOf . +SensorsAndWearables:Amplitude rdfs:subClassOf . +SensorsAndWearables:ApplicationUsage rdfs:subClassOf . +SensorsAndWearables:ApplicationUsage rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . -SensorsAndWearables:BloodPressure rdfs:subClassOf . -SensorsAndWearables:BloodPressure rdfs:subClassOf . -SensorsAndWearables:BloodPressure rdfs:subClassOf . -SensorsAndWearables:BloodPressure rdfs:subClassOf . -SensorsAndWearables:BloodPressure rdfs:subClassOf . -SensorsAndWearables:BloodPressure rdfs:subClassOf . -SensorsAndWearables:BloodPressure rdfs:subClassOf . -SensorsAndWearables:BloodPressure rdfs:subClassOf . -SensorsAndWearables:BloodPressure rdfs:subClassOf . -SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . -SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . -SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . -SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . -SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . -SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . -SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . -SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . -SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BatteryLevelMeter rdfs:subClassOf . +SensorsAndWearables:BloodPressure rdfs:subClassOf . +SensorsAndWearables:BloodPressure rdfs:subClassOf . +SensorsAndWearables:BloodPressure rdfs:subClassOf . +SensorsAndWearables:BloodPressure rdfs:subClassOf . +SensorsAndWearables:BloodPressure rdfs:subClassOf . +SensorsAndWearables:BloodPressure rdfs:subClassOf . +SensorsAndWearables:BloodPressure rdfs:subClassOf . +SensorsAndWearables:BloodPressure rdfs:subClassOf . +SensorsAndWearables:BloodPressure rdfs:subClassOf . +SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . +SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . +SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . +SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . +SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . +SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . +SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . +SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . +SensorsAndWearables:BloodVolumePulse rdfs:subClassOf . SensorsAndWearables:Empatica rdfs:subClassOf ns6:Wearable. -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Frequency rdfs:subClassOf . -SensorsAndWearables:Frequency rdfs:subClassOf . -SensorsAndWearables:Frequency rdfs:subClassOf . -SensorsAndWearables:Frequency rdfs:subClassOf . -SensorsAndWearables:Frequency rdfs:subClassOf . -SensorsAndWearables:Frequency rdfs:subClassOf . -SensorsAndWearables:Frequency rdfs:subClassOf . -SensorsAndWearables:Frequency rdfs:subClassOf . -SensorsAndWearables:Frequency rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GPSSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:GSRSensor rdfs:subClassOf . -SensorsAndWearables:Gravity rdfs:subClassOf . -SensorsAndWearables:Gravity rdfs:subClassOf . -SensorsAndWearables:Gravity rdfs:subClassOf . -SensorsAndWearables:Gravity rdfs:subClassOf . -SensorsAndWearables:Gravity rdfs:subClassOf . -SensorsAndWearables:Gravity rdfs:subClassOf . -SensorsAndWearables:Gravity rdfs:subClassOf . -SensorsAndWearables:Gravity rdfs:subClassOf . -SensorsAndWearables:Gravity rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Frequency rdfs:subClassOf . +SensorsAndWearables:Frequency rdfs:subClassOf . +SensorsAndWearables:Frequency rdfs:subClassOf . +SensorsAndWearables:Frequency rdfs:subClassOf . +SensorsAndWearables:Frequency rdfs:subClassOf . +SensorsAndWearables:Frequency rdfs:subClassOf . +SensorsAndWearables:Frequency rdfs:subClassOf . +SensorsAndWearables:Frequency rdfs:subClassOf . +SensorsAndWearables:Frequency rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GPSSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:GSRSensor rdfs:subClassOf . +SensorsAndWearables:Gravity rdfs:subClassOf . +SensorsAndWearables:Gravity rdfs:subClassOf . +SensorsAndWearables:Gravity rdfs:subClassOf . +SensorsAndWearables:Gravity rdfs:subClassOf . +SensorsAndWearables:Gravity rdfs:subClassOf . +SensorsAndWearables:Gravity rdfs:subClassOf . +SensorsAndWearables:Gravity rdfs:subClassOf . +SensorsAndWearables:Gravity rdfs:subClassOf . +SensorsAndWearables:Gravity rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . SensorsAndWearables:GravitySensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . SensorsAndWearables:Gyroscope rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:HeartRate rdfs:subClassOf . -SensorsAndWearables:HeartRate rdfs:subClassOf . -SensorsAndWearables:HeartRate rdfs:subClassOf . -SensorsAndWearables:HeartRate rdfs:subClassOf . -SensorsAndWearables:HeartRate rdfs:subClassOf . -SensorsAndWearables:HeartRate rdfs:subClassOf . -SensorsAndWearables:HeartRate rdfs:subClassOf . -SensorsAndWearables:HeartRate rdfs:subClassOf . -SensorsAndWearables:HeartRate rdfs:subClassOf . -SensorsAndWearables:InterBeatInterval rdfs:subClassOf . -SensorsAndWearables:InterBeatInterval rdfs:subClassOf . -SensorsAndWearables:InterBeatInterval rdfs:subClassOf . -SensorsAndWearables:InterBeatInterval rdfs:subClassOf . -SensorsAndWearables:InterBeatInterval rdfs:subClassOf . -SensorsAndWearables:InterBeatInterval rdfs:subClassOf . -SensorsAndWearables:InterBeatInterval rdfs:subClassOf . -SensorsAndWearables:InterBeatInterval rdfs:subClassOf . -SensorsAndWearables:InterBeatInterval rdfs:subClassOf . -SensorsAndWearables:KeyStrokes rdfs:subClassOf . -SensorsAndWearables:KeyStrokes rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:HeartRate rdfs:subClassOf . +SensorsAndWearables:HeartRate rdfs:subClassOf . +SensorsAndWearables:HeartRate rdfs:subClassOf . +SensorsAndWearables:HeartRate rdfs:subClassOf . +SensorsAndWearables:HeartRate rdfs:subClassOf . +SensorsAndWearables:HeartRate rdfs:subClassOf . +SensorsAndWearables:HeartRate rdfs:subClassOf . +SensorsAndWearables:HeartRate rdfs:subClassOf . +SensorsAndWearables:HeartRate rdfs:subClassOf . +SensorsAndWearables:InterBeatInterval rdfs:subClassOf . +SensorsAndWearables:InterBeatInterval rdfs:subClassOf . +SensorsAndWearables:InterBeatInterval rdfs:subClassOf . +SensorsAndWearables:InterBeatInterval rdfs:subClassOf . +SensorsAndWearables:InterBeatInterval rdfs:subClassOf . +SensorsAndWearables:InterBeatInterval rdfs:subClassOf . +SensorsAndWearables:InterBeatInterval rdfs:subClassOf . +SensorsAndWearables:InterBeatInterval rdfs:subClassOf . +SensorsAndWearables:InterBeatInterval rdfs:subClassOf . +SensorsAndWearables:KeyStrokes rdfs:subClassOf . +SensorsAndWearables:KeyStrokes rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:Light rdfs:subClassOf . -SensorsAndWearables:Light rdfs:subClassOf . -SensorsAndWearables:LinearAcceleration rdfs:subClassOf . -SensorsAndWearables:LinearAcceleration rdfs:subClassOf . -SensorsAndWearables:LinearAcceleration rdfs:subClassOf . -SensorsAndWearables:LinearAcceleration rdfs:subClassOf . -SensorsAndWearables:LinearAcceleration rdfs:subClassOf . -SensorsAndWearables:LinearAcceleration rdfs:subClassOf . -SensorsAndWearables:LinearAcceleration rdfs:subClassOf . -SensorsAndWearables:LinearAcceleration rdfs:subClassOf . -SensorsAndWearables:LinearAcceleration rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:Light rdfs:subClassOf . +SensorsAndWearables:Light rdfs:subClassOf . +SensorsAndWearables:LinearAcceleration rdfs:subClassOf . +SensorsAndWearables:LinearAcceleration rdfs:subClassOf . +SensorsAndWearables:LinearAcceleration rdfs:subClassOf . +SensorsAndWearables:LinearAcceleration rdfs:subClassOf . +SensorsAndWearables:LinearAcceleration rdfs:subClassOf . +SensorsAndWearables:LinearAcceleration rdfs:subClassOf . +SensorsAndWearables:LinearAcceleration rdfs:subClassOf . +SensorsAndWearables:LinearAcceleration rdfs:subClassOf . +SensorsAndWearables:LinearAcceleration rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . SensorsAndWearables:LinearAccelerometer rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . -SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . -SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . -SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . -SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . -SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . -SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . -SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . -SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . +SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . +SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . +SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . +SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . +SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . +SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . +SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . +SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . SensorsAndWearables:Magnetometer rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:Noise rdfs:subClassOf . -SensorsAndWearables:Noise rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OnWristDetector rdfs:subClassOf . -SensorsAndWearables:OrientationDeviation rdfs:subClassOf . -SensorsAndWearables:OrientationDeviation rdfs:subClassOf . -SensorsAndWearables:OrientationDeviation rdfs:subClassOf . -SensorsAndWearables:OrientationDeviation rdfs:subClassOf . -SensorsAndWearables:OrientationDeviation rdfs:subClassOf . -SensorsAndWearables:OrientationDeviation rdfs:subClassOf . -SensorsAndWearables:OrientationDeviation rdfs:subClassOf . -SensorsAndWearables:OrientationDeviation rdfs:subClassOf . -SensorsAndWearables:OrientationDeviation rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:PPGSensor rdfs:subClassOf . -SensorsAndWearables:Proximity rdfs:subClassOf . -SensorsAndWearables:Proximity rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:ProximitySensor rdfs:subClassOf . -SensorsAndWearables:Rotation rdfs:subClassOf . -SensorsAndWearables:Rotation rdfs:subClassOf . -SensorsAndWearables:Rotation rdfs:subClassOf . -SensorsAndWearables:Rotation rdfs:subClassOf . -SensorsAndWearables:Rotation rdfs:subClassOf . -SensorsAndWearables:Rotation rdfs:subClassOf . -SensorsAndWearables:Rotation rdfs:subClassOf . -SensorsAndWearables:Rotation rdfs:subClassOf . -SensorsAndWearables:Rotation rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:Noise rdfs:subClassOf . +SensorsAndWearables:Noise rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OnWristDetector rdfs:subClassOf . +SensorsAndWearables:OrientationDeviation rdfs:subClassOf . +SensorsAndWearables:OrientationDeviation rdfs:subClassOf . +SensorsAndWearables:OrientationDeviation rdfs:subClassOf . +SensorsAndWearables:OrientationDeviation rdfs:subClassOf . +SensorsAndWearables:OrientationDeviation rdfs:subClassOf . +SensorsAndWearables:OrientationDeviation rdfs:subClassOf . +SensorsAndWearables:OrientationDeviation rdfs:subClassOf . +SensorsAndWearables:OrientationDeviation rdfs:subClassOf . +SensorsAndWearables:OrientationDeviation rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:PPGSensor rdfs:subClassOf . +SensorsAndWearables:Proximity rdfs:subClassOf . +SensorsAndWearables:Proximity rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:ProximitySensor rdfs:subClassOf . +SensorsAndWearables:Rotation rdfs:subClassOf . +SensorsAndWearables:Rotation rdfs:subClassOf . +SensorsAndWearables:Rotation rdfs:subClassOf . +SensorsAndWearables:Rotation rdfs:subClassOf . +SensorsAndWearables:Rotation rdfs:subClassOf . +SensorsAndWearables:Rotation rdfs:subClassOf . +SensorsAndWearables:Rotation rdfs:subClassOf . +SensorsAndWearables:Rotation rdfs:subClassOf . +SensorsAndWearables:Rotation rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . SensorsAndWearables:RotationSensor rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:SPO2 rdfs:subClassOf . -SensorsAndWearables:SPO2 rdfs:subClassOf . -SensorsAndWearables:SPO2 rdfs:subClassOf . -SensorsAndWearables:SPO2 rdfs:subClassOf . -SensorsAndWearables:SPO2 rdfs:subClassOf . -SensorsAndWearables:SPO2 rdfs:subClassOf . -SensorsAndWearables:SPO2 rdfs:subClassOf . -SensorsAndWearables:SPO2 rdfs:subClassOf . -SensorsAndWearables:SPO2 rdfs:subClassOf . -SensorsAndWearables:ScreenUsage rdfs:subClassOf . -SensorsAndWearables:ScreenUsage rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:SPO2 rdfs:subClassOf . +SensorsAndWearables:SPO2 rdfs:subClassOf . +SensorsAndWearables:SPO2 rdfs:subClassOf . +SensorsAndWearables:SPO2 rdfs:subClassOf . +SensorsAndWearables:SPO2 rdfs:subClassOf . +SensorsAndWearables:SPO2 rdfs:subClassOf . +SensorsAndWearables:SPO2 rdfs:subClassOf . +SensorsAndWearables:SPO2 rdfs:subClassOf . +SensorsAndWearables:SPO2 rdfs:subClassOf . +SensorsAndWearables:ScreenUsage rdfs:subClassOf . +SensorsAndWearables:ScreenUsage rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:SkinConductance rdfs:subClassOf . -SensorsAndWearables:SkinConductance rdfs:subClassOf . -SensorsAndWearables:SkinConductance rdfs:subClassOf . -SensorsAndWearables:SkinConductance rdfs:subClassOf . -SensorsAndWearables:SkinConductance rdfs:subClassOf . -SensorsAndWearables:SkinConductance rdfs:subClassOf . -SensorsAndWearables:SkinConductance rdfs:subClassOf . -SensorsAndWearables:SkinConductance rdfs:subClassOf . -SensorsAndWearables:SkinConductance rdfs:subClassOf . -SensorsAndWearables:SkinTemperature rdfs:subClassOf . -SensorsAndWearables:SkinTemperature rdfs:subClassOf . -SensorsAndWearables:SkinTemperature rdfs:subClassOf . -SensorsAndWearables:SkinTemperature rdfs:subClassOf . -SensorsAndWearables:SkinTemperature rdfs:subClassOf . -SensorsAndWearables:SkinTemperature rdfs:subClassOf . -SensorsAndWearables:SkinTemperature rdfs:subClassOf . -SensorsAndWearables:SkinTemperature rdfs:subClassOf . -SensorsAndWearables:SkinTemperature rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:SkinConductance rdfs:subClassOf . +SensorsAndWearables:SkinConductance rdfs:subClassOf . +SensorsAndWearables:SkinConductance rdfs:subClassOf . +SensorsAndWearables:SkinConductance rdfs:subClassOf . +SensorsAndWearables:SkinConductance rdfs:subClassOf . +SensorsAndWearables:SkinConductance rdfs:subClassOf . +SensorsAndWearables:SkinConductance rdfs:subClassOf . +SensorsAndWearables:SkinConductance rdfs:subClassOf . +SensorsAndWearables:SkinConductance rdfs:subClassOf . +SensorsAndWearables:SkinTemperature rdfs:subClassOf . +SensorsAndWearables:SkinTemperature rdfs:subClassOf . +SensorsAndWearables:SkinTemperature rdfs:subClassOf . +SensorsAndWearables:SkinTemperature rdfs:subClassOf . +SensorsAndWearables:SkinTemperature rdfs:subClassOf . +SensorsAndWearables:SkinTemperature rdfs:subClassOf . +SensorsAndWearables:SkinTemperature rdfs:subClassOf . +SensorsAndWearables:SkinTemperature rdfs:subClassOf . +SensorsAndWearables:SkinTemperature rdfs:subClassOf . SensorsAndWearables:Smartphone rdfs:subClassOf ns6:Wearable. -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . -SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . -SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . -SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . -SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . -SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . -SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . -SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . -SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . -SensorsAndWearables:StepCount rdfs:subClassOf . -SensorsAndWearables:StepCount rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:StepCounter rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -SensorsAndWearables:WearableAcceleration rdfs:subClassOf . -SensorsAndWearables:WearableAcceleration rdfs:subClassOf . -SensorsAndWearables:WearableAcceleration rdfs:subClassOf . -SensorsAndWearables:WearableAcceleration rdfs:subClassOf . -SensorsAndWearables:WearableAcceleration rdfs:subClassOf . -SensorsAndWearables:WearableAcceleration rdfs:subClassOf . -SensorsAndWearables:WearableAcceleration rdfs:subClassOf . -SensorsAndWearables:WearableAcceleration rdfs:subClassOf . -SensorsAndWearables:WearableAcceleration rdfs:subClassOf . -SensorsAndWearables:Weight rdfs:subClassOf . -SensorsAndWearables:Weight rdfs:subClassOf . -SensorsAndWearables:Weight rdfs:subClassOf . -SensorsAndWearables:Weight rdfs:subClassOf . -SensorsAndWearables:Weight rdfs:subClassOf . -SensorsAndWearables:Weight rdfs:subClassOf . -SensorsAndWearables:Weight rdfs:subClassOf . -SensorsAndWearables:Weight rdfs:subClassOf . -SensorsAndWearables:Weight rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . -dogont:Button rdfs:subClassOf . -dogont:Closet rdfs:subClassOf . -dogont:Cupboard rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . +SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . +SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . +SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . +SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . +SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . +SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . +SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . +SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:SmartphoneUsageMeter rdfs:subClassOf . +SensorsAndWearables:StepCount rdfs:subClassOf . +SensorsAndWearables:StepCount rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:StepCounter rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +SensorsAndWearables:WearableAcceleration rdfs:subClassOf . +SensorsAndWearables:WearableAcceleration rdfs:subClassOf . +SensorsAndWearables:WearableAcceleration rdfs:subClassOf . +SensorsAndWearables:WearableAcceleration rdfs:subClassOf . +SensorsAndWearables:WearableAcceleration rdfs:subClassOf . +SensorsAndWearables:WearableAcceleration rdfs:subClassOf . +SensorsAndWearables:WearableAcceleration rdfs:subClassOf . +SensorsAndWearables:WearableAcceleration rdfs:subClassOf . +SensorsAndWearables:WearableAcceleration rdfs:subClassOf . +SensorsAndWearables:Weight rdfs:subClassOf . +SensorsAndWearables:Weight rdfs:subClassOf . +SensorsAndWearables:Weight rdfs:subClassOf . +SensorsAndWearables:Weight rdfs:subClassOf . +SensorsAndWearables:Weight rdfs:subClassOf . +SensorsAndWearables:Weight rdfs:subClassOf . +SensorsAndWearables:Weight rdfs:subClassOf . +SensorsAndWearables:Weight rdfs:subClassOf . +SensorsAndWearables:Weight rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . +dogont:Button rdfs:subClassOf . +dogont:Closet rdfs:subClassOf . +dogont:Cupboard rdfs:subClassOf . dogont:DimmableLight rdfs:subClassOf saref4bldg:BuildingDevice. dogont:DimmableLight rdfs:subClassOf saref4bldg:BuildingObject. -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . dogont:DimmerLamp rdfs:subClassOf saref4bldg:BuildingDevice. dogont:DimmerLamp rdfs:subClassOf saref4bldg:BuildingObject. -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . dogont:DimmerSwitch rdfs:subClassOf saref4bldg:BuildingDevice. dogont:DimmerSwitch rdfs:subClassOf saref4bldg:BuildingObject. -dogont:DimmerSwitch rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:Door rdfs:subClassOf . -dogont:Shutter rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:Door rdfs:subClassOf . +dogont:Shutter rdfs:subClassOf . dogont:ShutterActuator rdfs:subClassOf saref4bldg:BuildingDevice. dogont:ShutterActuator rdfs:subClassOf saref4bldg:BuildingObject. -dogont:ShutterActuator rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -dogont:Window rdfs:subClassOf . -ns3:Curtain rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:Netatmo rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WeatherStation rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns3:WindowSensor rdfs:subClassOf . -ns4:EmpaticaTagButton rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -ns4:SleepAPI rdfs:subClassOf . -saref-core:Actuator rdfs:subClassOf . -saref-core:Appliance rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:DoorSwitch rdfs:subClassOf . -saref-core:HVAC rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:LightSwitch rdfs:subClassOf . -saref-core:Meter rdfs:subClassOf . -saref-core:Sensor rdfs:subClassOf . -saref-core:SmokeSensor rdfs:subClassOf . -saref-core:Switch rdfs:subClassOf . -saref-core:TemperatureSensor rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +dogont:Window rdfs:subClassOf . +ns3:Curtain rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:Netatmo rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WeatherStation rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns3:WindowSensor rdfs:subClassOf . +ns4:EmpaticaTagButton rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +ns4:SleepAPI rdfs:subClassOf . +saref-core:Actuator rdfs:subClassOf . +saref-core:Appliance rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:DoorSwitch rdfs:subClassOf . +saref-core:HVAC rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:LightSwitch rdfs:subClassOf . +saref-core:Meter rdfs:subClassOf . +saref-core:Sensor rdfs:subClassOf . +saref-core:SmokeSensor rdfs:subClassOf . +saref-core:Switch rdfs:subClassOf . +saref-core:TemperatureSensor rdfs:subClassOf . saref4bldg:Actuator rdfs:subClassOf saref4bldg:BuildingObject. -saref4bldg:Actuator rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:Actuator rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . saref4bldg:Alarm rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Alarm rdfs:subClassOf saref-core:Device. saref4bldg:Alarm rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:BuildingDevice rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:BuildingDevice rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . saref4bldg:Controller rdfs:subClassOf saref4bldg:BuildingObject. saref4bldg:Controller rdfs:subClassOf saref-core:Device. saref4bldg:Controller rdfs:subClassOf saref4bldg:PhysicalObject. -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionControlDevice rdfs:subClassOf . -saref4bldg:DistributionDevice rdfs:subClassOf . -saref4bldg:DistributionFlowDevice rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:DuctSilencer rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricAppliance rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricGenerator rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricMotor rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:ElectricTimeControl rdfs:subClassOf . -saref4bldg:EnergyConversionDevice rdfs:subClassOf . -saref4bldg:Engine rdfs:subClassOf . -saref4bldg:EvaporativeCooler rdfs:subClassOf . -saref4bldg:Evaporator rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Fan rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:Filter rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FireSuppressionTerminal rdfs:subClassOf . -saref4bldg:FlowController rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowInstrument rdfs:subClassOf . -saref4bldg:FlowMeter rdfs:subClassOf . -saref4bldg:FlowMovingDevice rdfs:subClassOf . -saref4bldg:FlowStorageDevice rdfs:subClassOf . -saref4bldg:FlowTerminal rdfs:subClassOf . -saref4bldg:FlowTreatmentDevice rdfs:subClassOf . -saref4bldg:HeatExchanger rdfs:subClassOf . -saref4bldg:Humidifier rdfs:subClassOf . -saref4bldg:Interceptor rdfs:subClassOf . -saref4bldg:Lamp rdfs:subClassOf . -saref4bldg:MedicalDevice rdfs:subClassOf . -saref4bldg:Outlet rdfs:subClassOf . -saref4bldg:ProtectiveDevice rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . -saref4bldg:SanitaryTerminal rdfs:subClassOf . -saref4bldg:Sensor rdfs:subClassOf . -saref4bldg:ShadingDevice rdfs:subClassOf . -saref4bldg:SolarDevice rdfs:subClassOf . -saref4bldg:SpaceHeater rdfs:subClassOf . -saref4bldg:SwitchingDevice rdfs:subClassOf . -saref4bldg:Tank rdfs:subClassOf . -saref4bldg:Transformer rdfs:subClassOf . -saref4bldg:TransportElement rdfs:subClassOf . -saref4bldg:TubeBundle rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:UnitaryControlElement rdfs:subClassOf . -saref4bldg:Valve rdfs:subClassOf . -saref4bldg:VibrationIsolator rdfs:subClassOf . -saref4ehaw:BanHub rdfs:subClassOf . -saref4ehaw:HealthActuator rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionControlDevice rdfs:subClassOf . +saref4bldg:DistributionDevice rdfs:subClassOf . +saref4bldg:DistributionFlowDevice rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:DuctSilencer rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricAppliance rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricFlowStorageDevice rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricGenerator rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricMotor rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:ElectricTimeControl rdfs:subClassOf . +saref4bldg:EnergyConversionDevice rdfs:subClassOf . +saref4bldg:Engine rdfs:subClassOf . +saref4bldg:EvaporativeCooler rdfs:subClassOf . +saref4bldg:Evaporator rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Fan rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:Filter rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FireSuppressionTerminal rdfs:subClassOf . +saref4bldg:FlowController rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowInstrument rdfs:subClassOf . +saref4bldg:FlowMeter rdfs:subClassOf . +saref4bldg:FlowMovingDevice rdfs:subClassOf . +saref4bldg:FlowStorageDevice rdfs:subClassOf . +saref4bldg:FlowTerminal rdfs:subClassOf . +saref4bldg:FlowTreatmentDevice rdfs:subClassOf . +saref4bldg:HeatExchanger rdfs:subClassOf . +saref4bldg:Humidifier rdfs:subClassOf . +saref4bldg:Interceptor rdfs:subClassOf . +saref4bldg:Lamp rdfs:subClassOf . +saref4bldg:MedicalDevice rdfs:subClassOf . +saref4bldg:Outlet rdfs:subClassOf . +saref4bldg:ProtectiveDevice rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:ProtectiveDeviceTrippingUnit rdfs:subClassOf . +saref4bldg:SanitaryTerminal rdfs:subClassOf . +saref4bldg:Sensor rdfs:subClassOf . +saref4bldg:ShadingDevice rdfs:subClassOf . +saref4bldg:SolarDevice rdfs:subClassOf . +saref4bldg:SpaceHeater rdfs:subClassOf . +saref4bldg:SwitchingDevice rdfs:subClassOf . +saref4bldg:Tank rdfs:subClassOf . +saref4bldg:Transformer rdfs:subClassOf . +saref4bldg:TransportElement rdfs:subClassOf . +saref4bldg:TubeBundle rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:UnitaryControlElement rdfs:subClassOf . +saref4bldg:Valve rdfs:subClassOf . +saref4bldg:VibrationIsolator rdfs:subClassOf . +saref4ehaw:BanHub rdfs:subClassOf . +saref4ehaw:HealthActuator rdfs:subClassOf . saref4ehaw:Patient rdfs:subClassOf saref4ehaw:Contact. -ns6:BiometricProperty rdfs:subClassOf . -ns6:BiometricProperty rdfs:subClassOf . -ns6:ElectricalProperty rdfs:subClassOf . -ns6:ElectricalProperty rdfs:subClassOf . -ns6:ElectricalSafetyProperty rdfs:subClassOf . -ns6:ElectricalSafetyProperty rdfs:subClassOf . -ns6:EmissionProperty rdfs:subClassOf . -ns6:EmissionProperty rdfs:subClassOf . +ns6:BiometricProperty rdfs:subClassOf . +ns6:BiometricProperty rdfs:subClassOf . +ns6:ElectricalProperty rdfs:subClassOf . +ns6:ElectricalProperty rdfs:subClassOf . +ns6:ElectricalSafetyProperty rdfs:subClassOf . +ns6:ElectricalSafetyProperty rdfs:subClassOf . +ns6:EmissionProperty rdfs:subClassOf . +ns6:EmissionProperty rdfs:subClassOf . ns6:FabricWearable rdfs:subClassOf ns6:Wearable. -ns6:FabricWearable rdfs:subClassOf . -ns6:TextileBasedSensor rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:ActivityPrediction. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf . - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf . - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf saref4ehaw:HealthActor. - rdfs:subClassOf foaf:Agent. - rdfs:subClassOf saref4ehaw:Contact. - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf ActivityRecognition:Prediction. - rdfs:subClassOf eep:Execution. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf geosp:Feature. - rdfs:subClassOf saref-core:Device. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf geosp:SpatialObject. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf saref4bldg:PhysicalObject. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf geosp:Feature. - rdfs:subClassOf saref-core:Device. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf geosp:SpatialObject. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf saref4bldg:PhysicalObject. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf geosp:Feature. - rdfs:subClassOf saref-core:Device. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf geosp:SpatialObject. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf saref4bldg:PhysicalObject. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf geosp:Feature. - rdfs:subClassOf saref-core:FeatureOfInterest. - rdfs:subClassOf geosp:SpatialObject. - rdfs:subClassOf . - rdfs:subClassOf . -:BrushingTeethActivityPrediction rdfs:subClassOf . -:CookingFoodOvenActivityPrediction rdfs:subClassOf . -:CookingFoodStovetopActivityPrediction rdfs:subClassOf . -:DrinkPreparationActivityPrediction rdfs:subClassOf . -:EatingActivityPrediction rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:TextileBasedSensor rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:ActivityPrediction. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf . + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf . + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf saref4ehaw:HealthActor. + rdfs:subClassOf foaf:Agent. + rdfs:subClassOf saref4ehaw:Contact. + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf ActivityRecognition:Prediction. + rdfs:subClassOf eep:Execution. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf geosp:Feature. + rdfs:subClassOf saref-core:Device. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf geosp:SpatialObject. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf saref4bldg:PhysicalObject. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf geosp:Feature. + rdfs:subClassOf saref-core:Device. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf geosp:SpatialObject. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf saref4bldg:PhysicalObject. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf geosp:Feature. + rdfs:subClassOf saref-core:Device. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf geosp:SpatialObject. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf saref4bldg:PhysicalObject. + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf geosp:Feature. + rdfs:subClassOf saref-core:FeatureOfInterest. + rdfs:subClassOf geosp:SpatialObject. + rdfs:subClassOf . + rdfs:subClassOf . +:BrushingTeethActivityPrediction rdfs:subClassOf . +:CookingFoodOvenActivityPrediction rdfs:subClassOf . +:CookingFoodStovetopActivityPrediction rdfs:subClassOf . +:DrinkPreparationActivityPrediction rdfs:subClassOf . +:EatingActivityPrediction rdfs:subClassOf . :NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf :BrushingTeethActivityPrediction. -:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . -:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. +:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf :CookingFoodOvenActivityPrediction. -:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . -:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. +:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf :CookingFoodStovetopActivityPrediction. -:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . -:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. +:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf :DrinkPreparationActivityPrediction. -:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . -:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. +:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineEatingActivityPrediction rdfs:subClassOf :EatingActivityPrediction. -:NonRoutineEatingActivityPrediction rdfs:subClassOf . -:NonRoutineEatingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. +:NonRoutineEatingActivityPrediction rdfs:subClassOf . +:NonRoutineEatingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf :PreparingHotMealActivityPrediction. -:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . -:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. +:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineShoweringActivityPrediction rdfs:subClassOf :ShoweringActivityPrediction. -:NonRoutineShoweringActivityPrediction rdfs:subClassOf . -:NonRoutineShoweringActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. +:NonRoutineShoweringActivityPrediction rdfs:subClassOf . +:NonRoutineShoweringActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineSleepingActivityPrediction rdfs:subClassOf :SleepingActivityPrediction. -:NonRoutineSleepingActivityPrediction rdfs:subClassOf . -:NonRoutineSleepingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. +:NonRoutineSleepingActivityPrediction rdfs:subClassOf . +:NonRoutineSleepingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineToiletingActivityPrediction rdfs:subClassOf :ToiletingActivityPrediction. -:NonRoutineToiletingActivityPrediction rdfs:subClassOf . -:NonRoutineToiletingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. +:NonRoutineToiletingActivityPrediction rdfs:subClassOf . +:NonRoutineToiletingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf :UsingMobilePhoneActivityPrediction. -:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . -:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. +:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. :NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf :WatchingTVActivelyActivityPrediction. -:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . -:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :NonRoutineActivityPrediction. -:PreparingHotMealActivityPrediction rdfs:subClassOf . +:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :NonRoutineActivityPrediction. +:PreparingHotMealActivityPrediction rdfs:subClassOf . :RoutineBrushingTeethActivityPrediction rdfs:subClassOf :BrushingTeethActivityPrediction. -:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . -:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. +:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. :RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf :CookingFoodOvenActivityPrediction. -:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . -:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. +:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. :RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf :CookingFoodStovetopActivityPrediction. -:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . -:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. +:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. :RoutineDrinkPreparationActivityPrediction rdfs:subClassOf :DrinkPreparationActivityPrediction. -:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . -:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. +:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. :RoutineEatingActivityPrediction rdfs:subClassOf :EatingActivityPrediction. -:RoutineEatingActivityPrediction rdfs:subClassOf . -:RoutineEatingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. +:RoutineEatingActivityPrediction rdfs:subClassOf . +:RoutineEatingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. :RoutinePreparingHotMealActivityPrediction rdfs:subClassOf :PreparingHotMealActivityPrediction. -:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . -:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. +:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. :RoutineShoweringActivityPrediction rdfs:subClassOf :ShoweringActivityPrediction. -:RoutineShoweringActivityPrediction rdfs:subClassOf . -:RoutineShoweringActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. +:RoutineShoweringActivityPrediction rdfs:subClassOf . +:RoutineShoweringActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. :RoutineSleepingActivityPrediction rdfs:subClassOf :SleepingActivityPrediction. -:RoutineSleepingActivityPrediction rdfs:subClassOf . -:RoutineSleepingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. +:RoutineSleepingActivityPrediction rdfs:subClassOf . +:RoutineSleepingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. :RoutineToiletingActivityPrediction rdfs:subClassOf :ToiletingActivityPrediction. -:RoutineToiletingActivityPrediction rdfs:subClassOf . -:RoutineToiletingActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. +:RoutineToiletingActivityPrediction rdfs:subClassOf . +:RoutineToiletingActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. :RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf :UsingMobilePhoneActivityPrediction. -:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . -:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. +:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. :RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf :WatchingTVActivelyActivityPrediction. -:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . -:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . - rdfs:subClassOf :RoutineActivityPrediction. -:ShoweringActivityPrediction rdfs:subClassOf . -:SleepingActivityPrediction rdfs:subClassOf . -:ToiletingActivityPrediction rdfs:subClassOf . -:UserWithBrushingTeethRoutine rdfs:subClassOf . -:UserWithCookingFoodOvenRoutine rdfs:subClassOf . -:UserWithCookingFoodStovetopRoutine rdfs:subClassOf . -:UserWithDrinkPreparationRoutine rdfs:subClassOf . -:UserWithEatingRoutine rdfs:subClassOf . -:UserWithPreparingHotMealRoutine rdfs:subClassOf . -:UserWithShoweringRoutine rdfs:subClassOf . -:UserWithSleepingRoutine rdfs:subClassOf . -:UserWithToiletingRoutine rdfs:subClassOf . -:UserWithUsingMobilePhoneRoutine rdfs:subClassOf . -:UserWithWatchingTVActivelyRoutine rdfs:subClassOf . -:UserWithoutBrushingTeethRoutine rdfs:subClassOf . -:UserWithoutCookingFoodOvenRoutine rdfs:subClassOf . -:UserWithoutCookingFoodStovetopRoutine rdfs:subClassOf . -:UserWithoutDrinkPreparationRoutine rdfs:subClassOf . -:UserWithoutEatingRoutine rdfs:subClassOf . -:UserWithoutPreparingHotMealRoutine rdfs:subClassOf . -:UserWithoutShoweringRoutine rdfs:subClassOf . -:UserWithoutSleepingRoutine rdfs:subClassOf . -:UserWithoutToiletingRoutine rdfs:subClassOf . -:UserWithoutUsingMobilePhoneRoutine rdfs:subClassOf . -:UserWithoutWatchingTVActivelyRoutine rdfs:subClassOf . -:UsingMobilePhoneActivityPrediction rdfs:subClassOf . -:WatchingTVActivelyActivityPrediction rdfs:subClassOf . +:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . + rdfs:subClassOf :RoutineActivityPrediction. +:ShoweringActivityPrediction rdfs:subClassOf . +:SleepingActivityPrediction rdfs:subClassOf . +:ToiletingActivityPrediction rdfs:subClassOf . +:UserWithBrushingTeethRoutine rdfs:subClassOf . +:UserWithCookingFoodOvenRoutine rdfs:subClassOf . +:UserWithCookingFoodStovetopRoutine rdfs:subClassOf . +:UserWithDrinkPreparationRoutine rdfs:subClassOf . +:UserWithEatingRoutine rdfs:subClassOf . +:UserWithPreparingHotMealRoutine rdfs:subClassOf . +:UserWithShoweringRoutine rdfs:subClassOf . +:UserWithSleepingRoutine rdfs:subClassOf . +:UserWithToiletingRoutine rdfs:subClassOf . +:UserWithUsingMobilePhoneRoutine rdfs:subClassOf . +:UserWithWatchingTVActivelyRoutine rdfs:subClassOf . +:UserWithoutBrushingTeethRoutine rdfs:subClassOf . +:UserWithoutCookingFoodOvenRoutine rdfs:subClassOf . +:UserWithoutCookingFoodStovetopRoutine rdfs:subClassOf . +:UserWithoutDrinkPreparationRoutine rdfs:subClassOf . +:UserWithoutEatingRoutine rdfs:subClassOf . +:UserWithoutPreparingHotMealRoutine rdfs:subClassOf . +:UserWithoutShoweringRoutine rdfs:subClassOf . +:UserWithoutSleepingRoutine rdfs:subClassOf . +:UserWithoutToiletingRoutine rdfs:subClassOf . +:UserWithoutUsingMobilePhoneRoutine rdfs:subClassOf . +:UserWithoutWatchingTVActivelyRoutine rdfs:subClassOf . +:UsingMobilePhoneActivityPrediction rdfs:subClassOf . +:WatchingTVActivelyActivityPrediction rdfs:subClassOf . saref4ehaw:Contact rdfs:subClassOf foaf:Agent. - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . -SensorsAndActuators:DeepFreezer rdfs:subClassOf . -SensorsAndActuators:Dishwasher rdfs:subClassOf . -SensorsAndActuators:ElectricalCooker rdfs:subClassOf . -SensorsAndActuators:Fridge rdfs:subClassOf . -SensorsAndActuators:Microwave rdfs:subClassOf . -SensorsAndActuators:Oven rdfs:subClassOf . -SensorsAndActuators:TemperatureSensor rdfs:subClassOf . -SensorsAndActuators:WashingMachine rdfs:subClassOf . -SensorsAndWearables:Accelerometer rdfs:subClassOf . -SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . -SensorsAndWearables:GravitySensor rdfs:subClassOf . -SensorsAndWearables:Gyroscope rdfs:subClassOf . -SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . -SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . -SensorsAndWearables:Magnetometer rdfs:subClassOf . -SensorsAndWearables:RotationSensor rdfs:subClassOf . -SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . -SensorsAndWearables:Thermopile rdfs:subClassOf . -dogont:DimmableLight rdfs:subClassOf . -dogont:DimmerLamp rdfs:subClassOf . -dogont:DimmerSwitch rdfs:subClassOf . -dogont:ShutterActuator rdfs:subClassOf . -saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . -saref4bldg:Alarm rdfs:subClassOf . -saref4bldg:AudioVisualAppliance rdfs:subClassOf . -saref4bldg:Boiler rdfs:subClassOf . -saref4bldg:Burner rdfs:subClassOf . -saref4bldg:Chiller rdfs:subClassOf . -saref4bldg:Coil rdfs:subClassOf . -saref4bldg:CommunicationAppliance rdfs:subClassOf . -saref4bldg:Compressor rdfs:subClassOf . -saref4bldg:Condenser rdfs:subClassOf . -saref4bldg:Controller rdfs:subClassOf . -saref4bldg:CooledBeam rdfs:subClassOf . -saref4bldg:CoolingTower rdfs:subClassOf . -saref4bldg:Damper rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . +SensorsAndActuators:DeepFreezer rdfs:subClassOf . +SensorsAndActuators:Dishwasher rdfs:subClassOf . +SensorsAndActuators:ElectricalCooker rdfs:subClassOf . +SensorsAndActuators:Fridge rdfs:subClassOf . +SensorsAndActuators:Microwave rdfs:subClassOf . +SensorsAndActuators:Oven rdfs:subClassOf . +SensorsAndActuators:TemperatureSensor rdfs:subClassOf . +SensorsAndActuators:WashingMachine rdfs:subClassOf . +SensorsAndWearables:Accelerometer rdfs:subClassOf . +SensorsAndWearables:ApplicationUsageMeter rdfs:subClassOf . +SensorsAndWearables:GravitySensor rdfs:subClassOf . +SensorsAndWearables:Gyroscope rdfs:subClassOf . +SensorsAndWearables:KeyboardUsageMeter rdfs:subClassOf . +SensorsAndWearables:LinearAccelerometer rdfs:subClassOf . +SensorsAndWearables:Magnetometer rdfs:subClassOf . +SensorsAndWearables:RotationSensor rdfs:subClassOf . +SensorsAndWearables:ScreenUsageMeter rdfs:subClassOf . +SensorsAndWearables:Thermopile rdfs:subClassOf . +dogont:DimmableLight rdfs:subClassOf . +dogont:DimmerLamp rdfs:subClassOf . +dogont:DimmerSwitch rdfs:subClassOf . +dogont:ShutterActuator rdfs:subClassOf . +saref4bldg:AirToAirHeatRecovery rdfs:subClassOf . +saref4bldg:Alarm rdfs:subClassOf . +saref4bldg:AudioVisualAppliance rdfs:subClassOf . +saref4bldg:Boiler rdfs:subClassOf . +saref4bldg:Burner rdfs:subClassOf . +saref4bldg:Chiller rdfs:subClassOf . +saref4bldg:Coil rdfs:subClassOf . +saref4bldg:CommunicationAppliance rdfs:subClassOf . +saref4bldg:Compressor rdfs:subClassOf . +saref4bldg:Condenser rdfs:subClassOf . +saref4bldg:Controller rdfs:subClassOf . +saref4bldg:CooledBeam rdfs:subClassOf . +saref4bldg:CoolingTower rdfs:subClassOf . +saref4bldg:Damper rdfs:subClassOf . ns6:InBodyWearable rdfs:subClassOf geosp:Feature. ns6:InBodyWearable rdfs:subClassOf saref-core:Device. -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . ns6:InBodyWearable rdfs:subClassOf geosp:SpatialObject. -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . ns6:InBodyWearable rdfs:subClassOf saref4bldg:PhysicalObject. -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . -ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . +ns6:InBodyWearable rdfs:subClassOf . ns6:NearBodyWearable rdfs:subClassOf geosp:Feature. ns6:NearBodyWearable rdfs:subClassOf saref-core:Device. -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . ns6:NearBodyWearable rdfs:subClassOf geosp:SpatialObject. -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . ns6:NearBodyWearable rdfs:subClassOf saref4bldg:PhysicalObject. -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . -ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . +ns6:NearBodyWearable rdfs:subClassOf . ns6:OnBodyWearable rdfs:subClassOf geosp:Feature. ns6:OnBodyWearable rdfs:subClassOf saref-core:Device. -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . ns6:OnBodyWearable rdfs:subClassOf geosp:SpatialObject. -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . ns6:OnBodyWearable rdfs:subClassOf saref4bldg:PhysicalObject. -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . -ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . +ns6:OnBodyWearable rdfs:subClassOf . ns6:TextileBasedWearable rdfs:subClassOf geosp:Feature. ns6:TextileBasedWearable rdfs:subClassOf saref-core:Device. -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . ns6:TextileBasedWearable rdfs:subClassOf geosp:SpatialObject. -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . ns6:TextileBasedWearable rdfs:subClassOf saref4bldg:PhysicalObject. -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . -ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . +ns6:TextileBasedWearable rdfs:subClassOf . ns6:Wearer rdfs:subClassOf geosp:Feature. ns6:Wearer rdfs:subClassOf saref-core:FeatureOfInterest. -ns6:Wearer rdfs:subClassOf . +ns6:Wearer rdfs:subClassOf . SensorsAndWearables:Empatica rdfs:subClassOf geosp:Feature. SensorsAndWearables:Empatica rdfs:subClassOf saref-core:Device. -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . SensorsAndWearables:Empatica rdfs:subClassOf geosp:SpatialObject. -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . SensorsAndWearables:Empatica rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . -SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . +SensorsAndWearables:Empatica rdfs:subClassOf . SensorsAndWearables:Smartphone rdfs:subClassOf geosp:Feature. SensorsAndWearables:Smartphone rdfs:subClassOf saref-core:Device. -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . SensorsAndWearables:Smartphone rdfs:subClassOf geosp:SpatialObject. -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . SensorsAndWearables:Smartphone rdfs:subClassOf saref4bldg:PhysicalObject. -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . -SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . +SensorsAndWearables:Smartphone rdfs:subClassOf . ns6:FabricWearable rdfs:subClassOf geosp:Feature. ns6:FabricWearable rdfs:subClassOf saref-core:Device. -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . ns6:FabricWearable rdfs:subClassOf geosp:SpatialObject. -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . ns6:FabricWearable rdfs:subClassOf saref4bldg:PhysicalObject. -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . -ns6:FabricWearable rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . - rdfs:subClassOf . -:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . -:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . -:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . -:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . -:NonRoutineEatingActivityPrediction rdfs:subClassOf . -:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . -:NonRoutineShoweringActivityPrediction rdfs:subClassOf . -:NonRoutineSleepingActivityPrediction rdfs:subClassOf . -:NonRoutineToiletingActivityPrediction rdfs:subClassOf . -:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . -:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . -:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . -:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . -:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . -:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . -:RoutineEatingActivityPrediction rdfs:subClassOf . -:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . -:RoutineShoweringActivityPrediction rdfs:subClassOf . -:RoutineSleepingActivityPrediction rdfs:subClassOf . -:RoutineToiletingActivityPrediction rdfs:subClassOf . -:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . -:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . - owl:onProperty :hasCondition. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty :elseResultCondition. - owl:onProperty :hasCondition. - owl:onProperty :ifResultCondition. - owl:onProperty :forProperty. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty :hasCondition. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:activityPredictionMadeFor. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty :isMinimumThreshold. - owl:onProperty :firstCondition. - owl:onProperty :secondCondition. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty ns2:hasRoutine. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty :doesNotHaveActivityInRoutine. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty saref-core:hasValue. - owl:onProperty ActivityRecognition:forActivity. - owl:onProperty ActivityRecognition:predicts. - owl:onProperty ActivityRecognition:hasExplanation. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty eep:implements. - owl:onProperty ActivityRecognition:hasExplanation. - owl:onProperty eep:madeBy. - owl:onProperty ActivityRecognition:consistsOf. - owl:onProperty SensorsAndWearables:hasAxis. - owl:onProperty saref-core:measuresProperty. - owl:onProperty ns5:belongsTo. - owl:onProperty eep:madeBy. - owl:onProperty eep:onQuality. - owl:onProperty eep:usedProcedure. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:consistsOf. - owl:onProperty saref-core:controlsProperty. - owl:onProperty saref-core:hasProfile. - owl:onProperty saref-core:hasState. - owl:onProperty saref-core:isUsedFor. - owl:onProperty saref-core:makesMeasurement. - owl:onProperty saref-core:measuresProperty. - owl:onProperty saref-core:offers. - owl:onProperty saref-core:accomplishes. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:hasManufacturer. - owl:onProperty saref-core:hasModel. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:hasState. - owl:onProperty saref-core:hasThresholdMeasurement. - owl:onProperty saref-core:hasProperty. - owl:onProperty saref-core:hasMeasurement. - owl:onProperty saref-core:hasCommand. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:hasState. - owl:onProperty saref-core:controlsProperty. - owl:onProperty saref-core:offers. - owl:onProperty saref-core:isMeasurementOf. - owl:onProperty saref-core:isMeasuredIn. - owl:onProperty saref-core:relatesToProperty. - owl:onProperty saref-core:isMeasuredIn. - owl:onProperty saref-core:relatesToProperty. - owl:onProperty saref-core:hasTimestamp. - owl:onProperty saref-core:hasValue. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:hasMeterReading. - owl:onProperty saref-core:hasMeterReadingType. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:consistsOf. - owl:onProperty saref-core:hasPrice. - owl:onProperty saref-core:hasTime. - owl:onProperty saref-core:isAbout. - owl:onProperty saref-core:isControlledByDevice. - owl:onProperty saref-core:isMeasuredByDevice. - owl:onProperty saref-core:isPropertyOf. - owl:onProperty saref-core:relatesToMeasurement. - owl:onProperty saref-core:hasSensingRange. - owl:onProperty saref-core:hasSensorType. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:isOfferedBy. - owl:onProperty saref-core:represents. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:measuresProperty. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:actsUpon. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref-core:isOfferedBy. - owl:onProperty saref-core:represents. - owl:onProperty saref-core:hasFunction. - owl:onProperty saref-core:measuresProperty. - owl:onProperty saref-core:isCommandOf. - owl:onProperty saref4bldg:failPosition. - owl:onProperty saref4bldg:manualOverride. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:primaryAirFlowRateMax. - owl:onProperty saref4bldg:primaryAirFlowRateMin. - owl:onProperty saref4bldg:secondaryAirFlowRateMax. - owl:onProperty saref4bldg:secondaryAirFlowRateMin. - owl:onProperty saref4bldg:hasDefrost. - owl:onProperty saref4bldg:heatTransferTypeEnum. - owl:onProperty saref4bldg:audioVolume. - owl:onProperty saref4bldg:mediaSource. - owl:onProperty saref4bldg:heatTransferSurfaceArea. - owl:onProperty saref4bldg:nominalEnergyConsumption. - owl:onProperty saref4bldg:nominalPartLoadRatio. - owl:onProperty saref4bldg:outletTemperatureMax. - owl:onProperty saref4bldg:outletTemperatureMin. - owl:onProperty saref4bldg:pressureRating. - owl:onProperty saref4bldg:waterInletTemperatureMax. - owl:onProperty saref4bldg:waterInletTemperatureMin. - owl:onProperty saref4bldg:waterStorageCapacity. - owl:onProperty saref4bldg:energySource. - owl:onProperty saref4bldg:isWaterStorageHeater. - owl:onProperty saref4bldg:operatingMode. - owl:onProperty saref4bldg:hasSpace. - owl:onProperty saref4bldg:contains. - owl:onProperty saref4bldg:hasSpace. - owl:onProperty saref4bldg:isSpaceOf. - owl:onProperty saref4bldg:energySource. - owl:onProperty saref4bldg:nominalCapacity. - owl:onProperty saref4bldg:nominalCondensingTemperature. - owl:onProperty saref4bldg:nominalEfficiency. - owl:onProperty saref4bldg:nominalEvaporatingTemmperature. - owl:onProperty saref4bldg:nominalHeatRejectionRate. - owl:onProperty saref4bldg:nominalPowerConsumption. - owl:onProperty saref4bldg:airFlowRateMax. - owl:onProperty saref4bldg:airFlowRateMin. - owl:onProperty saref4bldg:nominalLatentCapacity. - owl:onProperty saref4bldg:nominalSensibleCapacity. - owl:onProperty saref4bldg:nominalUa. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:placementType. - owl:onProperty saref4bldg:compressorSpeed. - owl:onProperty saref4bldg:idealCapacity. - owl:onProperty saref4bldg:idealShaftPower. - owl:onProperty saref4bldg:impellerDiameter. - owl:onProperty saref4bldg:nominalCapacity. - owl:onProperty saref4bldg:partLoadRatioMax. - owl:onProperty saref4bldg:partLoadRatioMin. - owl:onProperty saref4bldg:hasHotGasBypass. - owl:onProperty saref4bldg:powerSource. - owl:onProperty saref4bldg:refrigerantClass. - owl:onProperty saref4bldg:externalSurfaceArea. - owl:onProperty saref4bldg:internalRefrigerantVolume. - owl:onProperty saref4bldg:internalSurfaceArea. - owl:onProperty saref4bldg:internalWaterVolume. - owl:onProperty saref4bldg:nominalHeatTransferArea. - owl:onProperty saref4bldg:nominalHeatTransferCoefficient. - owl:onProperty saref4bldg:refrigerantClass. - owl:onProperty saref4bldg:coilLength. - owl:onProperty saref4bldg:coilWidth. - owl:onProperty saref4bldg:nominalCoolingCapacity. - owl:onProperty saref4bldg:nominalHeatingCapacity. - owl:onProperty saref4bldg:nominalReturnWaterTemperatureCooling. - owl:onProperty saref4bldg:nominalReturnWaterTemperatureHeating. - owl:onProperty saref4bldg:nominalSorroundingHumidityCooling. - owl:onProperty saref4bldg:nominalSorroundingTemperatureCooling. - owl:onProperty saref4bldg:nominalSorroundingTemperatureHeating. - owl:onProperty saref4bldg:nominalSupplyWaterTemperatureCooling. - owl:onProperty saref4bldg:nominalSupplyWaterTemperatureHeating. - owl:onProperty saref4bldg:nominalWaterFlowCooling. - owl:onProperty saref4bldg:nominalWaterFlowHeating. - owl:onProperty saref4bldg:waterPressureMax. - owl:onProperty saref4bldg:waterPressureMin. - owl:onProperty saref4bldg:finishColor. - owl:onProperty saref4bldg:integratedLightingType. - owl:onProperty saref4bldg:isFreeHanging. - owl:onProperty saref4bldg:pipeConnectionEnum. - owl:onProperty saref4bldg:waterFlowControlSystemType. - owl:onProperty saref4bldg:ambientDesignDryBulbTemperature. - owl:onProperty saref4bldg:ambientDesignWetBulbTemperature. - owl:onProperty saref4bldg:basinReserveVolume. - owl:onProperty saref4bldg:liftElevationDifference. - owl:onProperty saref4bldg:nominalCapacity. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:waterRequirement. - owl:onProperty saref4bldg:capacityControl. - owl:onProperty saref4bldg:circuitType. - owl:onProperty saref4bldg:controlStrategy. - owl:onProperty saref4bldg:flowArrangement. - owl:onProperty saref4bldg:numberOfCells. - owl:onProperty saref4bldg:sprayType. - owl:onProperty saref4bldg:airFlowRateMax. - owl:onProperty saref4bldg:bladeThickness. - owl:onProperty saref4bldg:closeOffRating. - owl:onProperty saref4bldg:faceArea. - owl:onProperty saref4bldg:frameDepth. - owl:onProperty saref4bldg:frameThickness. - owl:onProperty saref4bldg:leakageFullyClosed. - owl:onProperty saref4bldg:nominalAirFlowRate. - owl:onProperty saref4bldg:openPressureDrop. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:temperatureRating. - owl:onProperty saref4bldg:workingPressureMax. - owl:onProperty saref4bldg:bladeAction. - owl:onProperty saref4bldg:bladeEdge. - owl:onProperty saref4bldg:bladeShape. - owl:onProperty saref4bldg:frameType. - owl:onProperty saref4bldg:numberOfBlades. - owl:onProperty saref4bldg:operation. - owl:onProperty saref4bldg:orientation. - owl:onProperty saref4bldg:airFlowRateMax. - owl:onProperty saref4bldg:airFlowRateMin. - owl:onProperty saref4bldg:hydraulicDiameter. - owl:onProperty saref4bldg:length. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:weight. - owl:onProperty saref4bldg:workingPressureMax. - owl:onProperty saref4bldg:workingPressureMin. - owl:onProperty saref4bldg:hasExteriorInsulation. - owl:onProperty saref4bldg:nominalFrequency. - owl:onProperty saref4bldg:nominalSupplyVoltage. - owl:onProperty saref4bldg:nominalSupplyVoltageMin. - owl:onProperty saref4bldg:electricGeneratorEfficiency. - owl:onProperty saref4bldg:powerOutputMax. - owl:onProperty saref4bldg:startCurrentFactor. - owl:onProperty saref4bldg:electricMotorEfficiency. - owl:onProperty saref4bldg:lockedRotorCurrent. - owl:onProperty saref4bldg:powerOutputMax. - owl:onProperty saref4bldg:startCurrentFactor. - owl:onProperty saref4bldg:startingTime. - owl:onProperty saref4bldg:teTime. - owl:onProperty saref4bldg:frameSize. - owl:onProperty saref4bldg:hasPartWinding. - owl:onProperty saref4bldg:isGuarded. - owl:onProperty saref4bldg:motorEnclosureType. - owl:onProperty saref4bldg:energySource. - owl:onProperty saref4bldg:heatExchangeArea. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:waterRequirement. - owl:onProperty saref4bldg:flowArrangement. - owl:onProperty saref4bldg:externalSurfaceArea. - owl:onProperty saref4bldg:internalRefrigerantVolume. - owl:onProperty saref4bldg:internalSurfaceArea. - owl:onProperty saref4bldg:internalWaterVolume. - owl:onProperty saref4bldg:nominalHeatTransferArea. - owl:onProperty saref4bldg:nominalHeatTransferCoefficient. - owl:onProperty saref4bldg:evaporationCoolant. - owl:onProperty saref4bldg:evaporationMediumType. - owl:onProperty saref4bldg:refrigerantClass. - owl:onProperty saref4bldg:nominalAirFlowRate. - owl:onProperty saref4bldg:nominalPowerRate. - owl:onProperty saref4bldg:nominalRotationSpeed. - owl:onProperty saref4bldg:nominalStaticPressure. - owl:onProperty saref4bldg:nominalTotalPressure. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:operationalRiterial. - owl:onProperty saref4bldg:capacityControlType. - owl:onProperty saref4bldg:motorDriveType. - owl:onProperty saref4bldg:finalResistance. - owl:onProperty saref4bldg:fluidFlowRateMax. - owl:onProperty saref4bldg:fluidFlowRateMin. - owl:onProperty saref4bldg:initialResistance. - owl:onProperty saref4bldg:nominalFilterFaceVelocity. - owl:onProperty saref4bldg:nominalFlowRate. - owl:onProperty saref4bldg:nominalMediaSurfaceVelocity. - owl:onProperty saref4bldg:nominalParticleGeometricMeanDiameter. - owl:onProperty saref4bldg:nominalParticleGeometricStandardDeviation. - owl:onProperty saref4bldg:nominalPressureDrop. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:weight. - owl:onProperty saref4bldg:readOutType. - owl:onProperty saref4bldg:remoteReading. - owl:onProperty saref4bldg:arrangement. - owl:onProperty saref4bldg:nominalAirFlowRate. - owl:onProperty saref4bldg:nominalMoistureGain. - owl:onProperty saref4bldg:waterRequirement. - owl:onProperty saref4bldg:weight. - owl:onProperty saref4bldg:application. - owl:onProperty saref4bldg:internalControl. - owl:onProperty saref4bldg:coverLength. - owl:onProperty saref4bldg:coverWidth. - owl:onProperty saref4bldg:inletConnectionSize. - owl:onProperty saref4bldg:nominalBodyDepth. - owl:onProperty saref4bldg:nominalBodyLength. - owl:onProperty saref4bldg:nominalBodyWidth. - owl:onProperty saref4bldg:outletConnectionSize. - owl:onProperty saref4bldg:ventilatingPipeSize. - owl:onProperty saref4bldg:colorTemperature. - owl:onProperty saref4bldg:contributedLuminousFlux. - owl:onProperty saref4bldg:lampMaintenanceFactor. - owl:onProperty saref4bldg:lightEmitterNominalPower. - owl:onProperty saref4bldg:spectrumMax. - owl:onProperty saref4bldg:spectrumMin. - owl:onProperty saref4bldg:colorAppearance. - owl:onProperty saref4bldg:colorRenderingIndex. - owl:onProperty saref4bldg:lampBallastType. - owl:onProperty saref4bldg:lampCompensationType. - owl:onProperty saref4bldg:isPluggableOutlet. - owl:onProperty saref4bldg:numberOsSockets. - owl:onProperty saref4bldg:contains. - owl:onProperty saref4bldg:isContainedIn. - owl:onProperty saref4bldg:limitingTerminalSize. - owl:onProperty saref4bldg:standard. - owl:onProperty saref4bldg:connectionSize. - owl:onProperty saref4bldg:flowResistanceMax. - owl:onProperty saref4bldg:flowResistanceMin. - owl:onProperty saref4bldg:netPositiveSuctionHead. - owl:onProperty saref4bldg:nomminalRotationSpeed. - owl:onProperty saref4bldg:operationTemperatureMax. - owl:onProperty saref4bldg:operationTemperatureMin. - owl:onProperty saref4bldg:pumpFlowRateMax. - owl:onProperty saref4bldg:pumpFlowRateMin. - owl:onProperty saref4bldg:solarReflectance. - owl:onProperty saref4bldg:solarTransmittance. - owl:onProperty saref4bldg:thermalTransmittance. - owl:onProperty saref4bldg:visibleLightReflectance. - owl:onProperty saref4bldg:visibleLightTransmittance. - owl:onProperty saref4bldg:isExternal. - owl:onProperty saref4bldg:mechanicalOperated. - owl:onProperty saref4bldg:roughness. - owl:onProperty saref4bldg:shadingDeviceType. - owl:onProperty saref4bldg:bodyMass. - owl:onProperty saref4bldg:outputCapacity. - owl:onProperty saref4bldg:thermalEfficiency. - owl:onProperty saref4bldg:thermalMassHeatCapacity. - owl:onProperty saref4bldg:energySource. - owl:onProperty saref4bldg:heatTransferDimension. - owl:onProperty saref4bldg:heatTransferMedium. - owl:onProperty saref4bldg:numberOfPanels. - owl:onProperty saref4bldg:numberOfSections. - owl:onProperty saref4bldg:placementType. - owl:onProperty saref4bldg:temperatureClassification. - owl:onProperty saref4bldg:hasLock. - owl:onProperty saref4bldg:isIlluminated. - owl:onProperty saref4bldg:legend. - owl:onProperty saref4bldg:numberOfGangs. - owl:onProperty saref4bldg:switchFunction. - owl:onProperty saref4bldg:effectiveCapacity. - owl:onProperty saref4bldg:firstCurvatureRadius. - owl:onProperty saref4bldg:nominalDepth. - owl:onProperty saref4bldg:nominalLengthOrDiameter. - owl:onProperty saref4bldg:nominalVolumetricCapacity. - owl:onProperty saref4bldg:nominalWidthOrDiameter. - owl:onProperty saref4bldg:operatingWeight. - owl:onProperty saref4bldg:secondCurvatureRadius. - owl:onProperty saref4bldg:accessType. - owl:onProperty saref4bldg:endShapeType. - owl:onProperty saref4bldg:numberOfSections. - owl:onProperty saref4bldg:patternType. - owl:onProperty saref4bldg:storageType. - owl:onProperty saref4bldg:apparentPowerMax. - owl:onProperty saref4bldg:imaginaryImpedanceRatio. - owl:onProperty saref4bldg:primaryApparentPower. - owl:onProperty saref4bldg:primaryCurrent. - owl:onProperty saref4bldg:primaryFrequency. - owl:onProperty saref4bldg:primaryVoltage. - owl:onProperty saref4bldg:realImpedanceRatio. - owl:onProperty saref4bldg:secondaryApparentPower. - owl:onProperty saref4bldg:secondaryCurrent. - owl:onProperty saref4bldg:secondaryFrequency. - owl:onProperty saref4bldg:secondaryVoltage. - owl:onProperty saref4bldg:isNeutralPrimaryTerminalAvailable. - owl:onProperty saref4bldg:isNeutralSecondaryTerminalAvailable. - owl:onProperty saref4bldg:secondaryCurrentType. - owl:onProperty saref4bldg:transformerVectorGroup. - owl:onProperty saref4bldg:capacityWeight. - owl:onProperty saref4bldg:capacityPeople. - owl:onProperty saref4bldg:fireExit. - owl:onProperty saref4bldg:foulingFactor. - owl:onProperty saref4bldg:horizontalSpacing. - owl:onProperty saref4bldg:inLineRowSpacing. - owl:onProperty saref4bldg:insideDiameter. - owl:onProperty saref4bldg:length. - owl:onProperty saref4bldg:nominalDiameter. - owl:onProperty saref4bldg:outsideDiameter. - owl:onProperty saref4bldg:staggeredRowSpacing. - owl:onProperty saref4bldg:thermalConductivity. - owl:onProperty saref4bldg:verticalSpacing. - owl:onProperty saref4bldg:volumen. - owl:onProperty saref4bldg:hasTurbulator. - owl:onProperty saref4bldg:numberOfCircuits. - owl:onProperty saref4bldg:numberOfRows. - owl:onProperty saref4bldg:closeOffRating. - owl:onProperty saref4bldg:flowCoefficient. - owl:onProperty saref4bldg:size. - owl:onProperty saref4bldg:testPressure. - owl:onProperty saref4bldg:workingPressure. - owl:onProperty saref4bldg:valveMechanism. - owl:onProperty saref4bldg:valveOperation. - owl:onProperty saref4bldg:valvePattern. - owl:onProperty saref4bldg:height. - owl:onProperty saref4bldg:isolatorCompressibility. - owl:onProperty saref4bldg:isolatorStaticDeflection. - owl:onProperty saref4bldg:supportedWeightMax. - owl:onProperty saref4bldg:vibrationTransmissibility. - owl:onProperty saref-core:isMeasuredIn. - owl:onProperty saref-core:relatesToProperty. - owl:onProperty saref-core:isMeasuredIn. - owl:onProperty saref-core:relatesToProperty. - owl:onProperty saref-core:hasTimestamp. - owl:onProperty s4envi:hasFrequencyMeasurement. - owl:onProperty saref4ehaw:hasValues. - owl:onProperty saref-core:controlsProperty. - owl:onProperty saref-core:makesMeasurement. - owl:onProperty saref-core:measuresProperty. - owl:onProperty saref-core:isMeasurementOf. - owl:onProperty saref-core:isMeasuredIn. - owl:onProperty saref-core:relatesToProperty. - owl:onProperty saref-core:isMeasuredIn. - owl:onProperty saref-core:relatesToProperty. - owl:onProperty saref-core:hasTimestamp. - owl:onProperty saref-core:hasValue. - owl:onProperty saref-core:isControlledByDevice. - owl:onProperty saref-core:isMeasuredByDevice. - owl:onProperty saref-core:relatesToMeasurement. - owl:onProperty s4city:takesPlaceAtFacility. - owl:onProperty ns6:isLocatedIn. - owl:onProperty ns6:isLocatedNear. - owl:onProperty ns6:takesPlaceAt. - owl:onProperty ns6:isLocatedOn. - owl:onProperty ssn-system:hasSystemCapability. - owl:onProperty saref-core:hasProperty. - owl:onProperty ns6:featureIsMeasuredByDevice. - owl:onProperty saref-core:hasProperty. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:onClass :Condition. - owl:onClass :Condition. - owl:onClass :Condition. - owl:onClass :Condition. - owl:onClass :Condition. - owl:onClass :Condition. - owl:onClass :Condition. - owl:onClass SensorsAndWearables:Axis. - owl:onClass saref-core:Function. - owl:onClass saref-core:Task. - owl:onClass saref-core:Function. - owl:onClass saref-core:Measurement. - owl:onClass saref-core:Command. - owl:onClass saref-core:UnitOfMeasure. - owl:onClass saref-core:Property. - owl:onClass saref-core:Device. - owl:onClass saref-core:Function. - owl:onClass saref-core:UnitOfMeasure. - owl:onClass saref-core:Property. - owl:onClass saref-core:UnitOfMeasure. - owl:onClass saref-core:Property. -:BrushingTeethActivityPrediction owl:equivalentClass . -:CookingFoodOvenActivityPrediction owl:equivalentClass . -:CookingFoodStovetopActivityPrediction owl:equivalentClass . -:DrinkPreparationActivityPrediction owl:equivalentClass . -:EatingActivityPrediction owl:equivalentClass . -:NonRoutineBrushingTeethActivityPrediction owl:equivalentClass . -:NonRoutineBrushingTeethActivityPrediction owl:equivalentClass . -:NonRoutineCookingFoodOvenActivityPrediction owl:equivalentClass . -:NonRoutineCookingFoodOvenActivityPrediction owl:equivalentClass . -:NonRoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . -:NonRoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . -:NonRoutineDrinkPreparationActivityPrediction owl:equivalentClass . -:NonRoutineDrinkPreparationActivityPrediction owl:equivalentClass . -:NonRoutineEatingActivityPrediction owl:equivalentClass . -:NonRoutineEatingActivityPrediction owl:equivalentClass . -:NonRoutinePreparingHotMealActivityPrediction owl:equivalentClass . -:NonRoutinePreparingHotMealActivityPrediction owl:equivalentClass . -:NonRoutineShoweringActivityPrediction owl:equivalentClass . -:NonRoutineShoweringActivityPrediction owl:equivalentClass . -:NonRoutineSleepingActivityPrediction owl:equivalentClass . -:NonRoutineSleepingActivityPrediction owl:equivalentClass . -:NonRoutineToiletingActivityPrediction owl:equivalentClass . -:NonRoutineToiletingActivityPrediction owl:equivalentClass . -:NonRoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . -:NonRoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . -:NonRoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . -:NonRoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . -:PreparingHotMealActivityPrediction owl:equivalentClass . -:RoutineBrushingTeethActivityPrediction owl:equivalentClass . -:RoutineBrushingTeethActivityPrediction owl:equivalentClass . -:RoutineCookingFoodOvenActivityPrediction owl:equivalentClass . -:RoutineCookingFoodOvenActivityPrediction owl:equivalentClass . -:RoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . -:RoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . -:RoutineDrinkPreparationActivityPrediction owl:equivalentClass . -:RoutineDrinkPreparationActivityPrediction owl:equivalentClass . -:RoutineEatingActivityPrediction owl:equivalentClass . -:RoutineEatingActivityPrediction owl:equivalentClass . -:RoutinePreparingHotMealActivityPrediction owl:equivalentClass . -:RoutinePreparingHotMealActivityPrediction owl:equivalentClass . -:RoutineShoweringActivityPrediction owl:equivalentClass . -:RoutineShoweringActivityPrediction owl:equivalentClass . -:RoutineSleepingActivityPrediction owl:equivalentClass . -:RoutineSleepingActivityPrediction owl:equivalentClass . -:RoutineToiletingActivityPrediction owl:equivalentClass . -:RoutineToiletingActivityPrediction owl:equivalentClass . -:RoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . -:RoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . -:RoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . -:RoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . -:ShoweringActivityPrediction owl:equivalentClass . -:SleepingActivityPrediction owl:equivalentClass . -:ToiletingActivityPrediction owl:equivalentClass . -:UserWithBrushingTeethRoutine owl:equivalentClass . -:UserWithCookingFoodOvenRoutine owl:equivalentClass . -:UserWithCookingFoodStovetopRoutine owl:equivalentClass . -:UserWithDrinkPreparationRoutine owl:equivalentClass . -:UserWithEatingRoutine owl:equivalentClass . -:UserWithPreparingHotMealRoutine owl:equivalentClass . -:UserWithShoweringRoutine owl:equivalentClass . -:UserWithSleepingRoutine owl:equivalentClass . -:UserWithToiletingRoutine owl:equivalentClass . -:UserWithUsingMobilePhoneRoutine owl:equivalentClass . -:UserWithWatchingTVActivelyRoutine owl:equivalentClass . -:UserWithoutBrushingTeethRoutine owl:equivalentClass . -:UserWithoutCookingFoodOvenRoutine owl:equivalentClass . -:UserWithoutCookingFoodStovetopRoutine owl:equivalentClass . -:UserWithoutDrinkPreparationRoutine owl:equivalentClass . -:UserWithoutEatingRoutine owl:equivalentClass . -:UserWithoutPreparingHotMealRoutine owl:equivalentClass . -:UserWithoutShoweringRoutine owl:equivalentClass . -:UserWithoutSleepingRoutine owl:equivalentClass . -:UserWithoutToiletingRoutine owl:equivalentClass . -:UserWithoutUsingMobilePhoneRoutine owl:equivalentClass . -:UserWithoutWatchingTVActivelyRoutine owl:equivalentClass . -:UsingMobilePhoneActivityPrediction owl:equivalentClass . -:WatchingTVActivelyActivityPrediction owl:equivalentClass . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . +ns6:FabricWearable rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . + rdfs:subClassOf . +:NonRoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:NonRoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:NonRoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:NonRoutineEatingActivityPrediction rdfs:subClassOf . +:NonRoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:NonRoutineShoweringActivityPrediction rdfs:subClassOf . +:NonRoutineSleepingActivityPrediction rdfs:subClassOf . +:NonRoutineToiletingActivityPrediction rdfs:subClassOf . +:NonRoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:NonRoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . +:RoutineBrushingTeethActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodOvenActivityPrediction rdfs:subClassOf . +:RoutineCookingFoodStovetopActivityPrediction rdfs:subClassOf . +:RoutineDrinkPreparationActivityPrediction rdfs:subClassOf . +:RoutineEatingActivityPrediction rdfs:subClassOf . +:RoutinePreparingHotMealActivityPrediction rdfs:subClassOf . +:RoutineShoweringActivityPrediction rdfs:subClassOf . +:RoutineSleepingActivityPrediction rdfs:subClassOf . +:RoutineToiletingActivityPrediction rdfs:subClassOf . +:RoutineUsingMobilePhoneActivityPrediction rdfs:subClassOf . +:RoutineWatchingTVActivelyActivityPrediction rdfs:subClassOf . + owl:onProperty :hasCondition. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty :elseResultCondition. + owl:onProperty :hasCondition. + owl:onProperty :ifResultCondition. + owl:onProperty :forProperty. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty :hasCondition. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:activityPredictionMadeFor. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty :isMinimumThreshold. + owl:onProperty :firstCondition. + owl:onProperty :secondCondition. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty ns2:hasRoutine. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty :doesNotHaveActivityInRoutine. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty saref-core:hasValue. + owl:onProperty ActivityRecognition:forActivity. + owl:onProperty ActivityRecognition:predicts. + owl:onProperty ActivityRecognition:hasExplanation. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty eep:implements. + owl:onProperty ActivityRecognition:hasExplanation. + owl:onProperty eep:madeBy. + owl:onProperty ActivityRecognition:consistsOf. + owl:onProperty SensorsAndWearables:hasAxis. + owl:onProperty saref-core:measuresProperty. + owl:onProperty ns5:belongsTo. + owl:onProperty eep:madeBy. + owl:onProperty eep:onQuality. + owl:onProperty eep:usedProcedure. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:consistsOf. + owl:onProperty saref-core:controlsProperty. + owl:onProperty saref-core:hasProfile. + owl:onProperty saref-core:hasState. + owl:onProperty saref-core:isUsedFor. + owl:onProperty saref-core:makesMeasurement. + owl:onProperty saref-core:measuresProperty. + owl:onProperty saref-core:offers. + owl:onProperty saref-core:accomplishes. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:hasManufacturer. + owl:onProperty saref-core:hasModel. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:hasState. + owl:onProperty saref-core:hasThresholdMeasurement. + owl:onProperty saref-core:hasProperty. + owl:onProperty saref-core:hasMeasurement. + owl:onProperty saref-core:hasCommand. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:hasState. + owl:onProperty saref-core:controlsProperty. + owl:onProperty saref-core:offers. + owl:onProperty saref-core:isMeasurementOf. + owl:onProperty saref-core:isMeasuredIn. + owl:onProperty saref-core:relatesToProperty. + owl:onProperty saref-core:isMeasuredIn. + owl:onProperty saref-core:relatesToProperty. + owl:onProperty saref-core:hasTimestamp. + owl:onProperty saref-core:hasValue. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:hasMeterReading. + owl:onProperty saref-core:hasMeterReadingType. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:consistsOf. + owl:onProperty saref-core:hasPrice. + owl:onProperty saref-core:hasTime. + owl:onProperty saref-core:isAbout. + owl:onProperty saref-core:isControlledByDevice. + owl:onProperty saref-core:isMeasuredByDevice. + owl:onProperty saref-core:isPropertyOf. + owl:onProperty saref-core:relatesToMeasurement. + owl:onProperty saref-core:hasSensingRange. + owl:onProperty saref-core:hasSensorType. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:isOfferedBy. + owl:onProperty saref-core:represents. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:measuresProperty. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:actsUpon. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref-core:isOfferedBy. + owl:onProperty saref-core:represents. + owl:onProperty saref-core:hasFunction. + owl:onProperty saref-core:measuresProperty. + owl:onProperty saref-core:isCommandOf. + owl:onProperty saref4bldg:failPosition. + owl:onProperty saref4bldg:manualOverride. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:primaryAirFlowRateMax. + owl:onProperty saref4bldg:primaryAirFlowRateMin. + owl:onProperty saref4bldg:secondaryAirFlowRateMax. + owl:onProperty saref4bldg:secondaryAirFlowRateMin. + owl:onProperty saref4bldg:hasDefrost. + owl:onProperty saref4bldg:heatTransferTypeEnum. + owl:onProperty saref4bldg:audioVolume. + owl:onProperty saref4bldg:mediaSource. + owl:onProperty saref4bldg:heatTransferSurfaceArea. + owl:onProperty saref4bldg:nominalEnergyConsumption. + owl:onProperty saref4bldg:nominalPartLoadRatio. + owl:onProperty saref4bldg:outletTemperatureMax. + owl:onProperty saref4bldg:outletTemperatureMin. + owl:onProperty saref4bldg:pressureRating. + owl:onProperty saref4bldg:waterInletTemperatureMax. + owl:onProperty saref4bldg:waterInletTemperatureMin. + owl:onProperty saref4bldg:waterStorageCapacity. + owl:onProperty saref4bldg:energySource. + owl:onProperty saref4bldg:isWaterStorageHeater. + owl:onProperty saref4bldg:operatingMode. + owl:onProperty saref4bldg:hasSpace. + owl:onProperty saref4bldg:contains. + owl:onProperty saref4bldg:hasSpace. + owl:onProperty saref4bldg:isSpaceOf. + owl:onProperty saref4bldg:energySource. + owl:onProperty saref4bldg:nominalCapacity. + owl:onProperty saref4bldg:nominalCondensingTemperature. + owl:onProperty saref4bldg:nominalEfficiency. + owl:onProperty saref4bldg:nominalEvaporatingTemmperature. + owl:onProperty saref4bldg:nominalHeatRejectionRate. + owl:onProperty saref4bldg:nominalPowerConsumption. + owl:onProperty saref4bldg:airFlowRateMax. + owl:onProperty saref4bldg:airFlowRateMin. + owl:onProperty saref4bldg:nominalLatentCapacity. + owl:onProperty saref4bldg:nominalSensibleCapacity. + owl:onProperty saref4bldg:nominalUa. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:placementType. + owl:onProperty saref4bldg:compressorSpeed. + owl:onProperty saref4bldg:idealCapacity. + owl:onProperty saref4bldg:idealShaftPower. + owl:onProperty saref4bldg:impellerDiameter. + owl:onProperty saref4bldg:nominalCapacity. + owl:onProperty saref4bldg:partLoadRatioMax. + owl:onProperty saref4bldg:partLoadRatioMin. + owl:onProperty saref4bldg:hasHotGasBypass. + owl:onProperty saref4bldg:powerSource. + owl:onProperty saref4bldg:refrigerantClass. + owl:onProperty saref4bldg:externalSurfaceArea. + owl:onProperty saref4bldg:internalRefrigerantVolume. + owl:onProperty saref4bldg:internalSurfaceArea. + owl:onProperty saref4bldg:internalWaterVolume. + owl:onProperty saref4bldg:nominalHeatTransferArea. + owl:onProperty saref4bldg:nominalHeatTransferCoefficient. + owl:onProperty saref4bldg:refrigerantClass. + owl:onProperty saref4bldg:coilLength. + owl:onProperty saref4bldg:coilWidth. + owl:onProperty saref4bldg:nominalCoolingCapacity. + owl:onProperty saref4bldg:nominalHeatingCapacity. + owl:onProperty saref4bldg:nominalReturnWaterTemperatureCooling. + owl:onProperty saref4bldg:nominalReturnWaterTemperatureHeating. + owl:onProperty saref4bldg:nominalSorroundingHumidityCooling. + owl:onProperty saref4bldg:nominalSorroundingTemperatureCooling. + owl:onProperty saref4bldg:nominalSorroundingTemperatureHeating. + owl:onProperty saref4bldg:nominalSupplyWaterTemperatureCooling. + owl:onProperty saref4bldg:nominalSupplyWaterTemperatureHeating. + owl:onProperty saref4bldg:nominalWaterFlowCooling. + owl:onProperty saref4bldg:nominalWaterFlowHeating. + owl:onProperty saref4bldg:waterPressureMax. + owl:onProperty saref4bldg:waterPressureMin. + owl:onProperty saref4bldg:finishColor. + owl:onProperty saref4bldg:integratedLightingType. + owl:onProperty saref4bldg:isFreeHanging. + owl:onProperty saref4bldg:pipeConnectionEnum. + owl:onProperty saref4bldg:waterFlowControlSystemType. + owl:onProperty saref4bldg:ambientDesignDryBulbTemperature. + owl:onProperty saref4bldg:ambientDesignWetBulbTemperature. + owl:onProperty saref4bldg:basinReserveVolume. + owl:onProperty saref4bldg:liftElevationDifference. + owl:onProperty saref4bldg:nominalCapacity. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:waterRequirement. + owl:onProperty saref4bldg:capacityControl. + owl:onProperty saref4bldg:circuitType. + owl:onProperty saref4bldg:controlStrategy. + owl:onProperty saref4bldg:flowArrangement. + owl:onProperty saref4bldg:numberOfCells. + owl:onProperty saref4bldg:sprayType. + owl:onProperty saref4bldg:airFlowRateMax. + owl:onProperty saref4bldg:bladeThickness. + owl:onProperty saref4bldg:closeOffRating. + owl:onProperty saref4bldg:faceArea. + owl:onProperty saref4bldg:frameDepth. + owl:onProperty saref4bldg:frameThickness. + owl:onProperty saref4bldg:leakageFullyClosed. + owl:onProperty saref4bldg:nominalAirFlowRate. + owl:onProperty saref4bldg:openPressureDrop. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:temperatureRating. + owl:onProperty saref4bldg:workingPressureMax. + owl:onProperty saref4bldg:bladeAction. + owl:onProperty saref4bldg:bladeEdge. + owl:onProperty saref4bldg:bladeShape. + owl:onProperty saref4bldg:frameType. + owl:onProperty saref4bldg:numberOfBlades. + owl:onProperty saref4bldg:operation. + owl:onProperty saref4bldg:orientation. + owl:onProperty saref4bldg:airFlowRateMax. + owl:onProperty saref4bldg:airFlowRateMin. + owl:onProperty saref4bldg:hydraulicDiameter. + owl:onProperty saref4bldg:length. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:weight. + owl:onProperty saref4bldg:workingPressureMax. + owl:onProperty saref4bldg:workingPressureMin. + owl:onProperty saref4bldg:hasExteriorInsulation. + owl:onProperty saref4bldg:nominalFrequency. + owl:onProperty saref4bldg:nominalSupplyVoltage. + owl:onProperty saref4bldg:nominalSupplyVoltageMin. + owl:onProperty saref4bldg:electricGeneratorEfficiency. + owl:onProperty saref4bldg:powerOutputMax. + owl:onProperty saref4bldg:startCurrentFactor. + owl:onProperty saref4bldg:electricMotorEfficiency. + owl:onProperty saref4bldg:lockedRotorCurrent. + owl:onProperty saref4bldg:powerOutputMax. + owl:onProperty saref4bldg:startCurrentFactor. + owl:onProperty saref4bldg:startingTime. + owl:onProperty saref4bldg:teTime. + owl:onProperty saref4bldg:frameSize. + owl:onProperty saref4bldg:hasPartWinding. + owl:onProperty saref4bldg:isGuarded. + owl:onProperty saref4bldg:motorEnclosureType. + owl:onProperty saref4bldg:energySource. + owl:onProperty saref4bldg:heatExchangeArea. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:waterRequirement. + owl:onProperty saref4bldg:flowArrangement. + owl:onProperty saref4bldg:externalSurfaceArea. + owl:onProperty saref4bldg:internalRefrigerantVolume. + owl:onProperty saref4bldg:internalSurfaceArea. + owl:onProperty saref4bldg:internalWaterVolume. + owl:onProperty saref4bldg:nominalHeatTransferArea. + owl:onProperty saref4bldg:nominalHeatTransferCoefficient. + owl:onProperty saref4bldg:evaporationCoolant. + owl:onProperty saref4bldg:evaporationMediumType. + owl:onProperty saref4bldg:refrigerantClass. + owl:onProperty saref4bldg:nominalAirFlowRate. + owl:onProperty saref4bldg:nominalPowerRate. + owl:onProperty saref4bldg:nominalRotationSpeed. + owl:onProperty saref4bldg:nominalStaticPressure. + owl:onProperty saref4bldg:nominalTotalPressure. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:operationalRiterial. + owl:onProperty saref4bldg:capacityControlType. + owl:onProperty saref4bldg:motorDriveType. + owl:onProperty saref4bldg:finalResistance. + owl:onProperty saref4bldg:fluidFlowRateMax. + owl:onProperty saref4bldg:fluidFlowRateMin. + owl:onProperty saref4bldg:initialResistance. + owl:onProperty saref4bldg:nominalFilterFaceVelocity. + owl:onProperty saref4bldg:nominalFlowRate. + owl:onProperty saref4bldg:nominalMediaSurfaceVelocity. + owl:onProperty saref4bldg:nominalParticleGeometricMeanDiameter. + owl:onProperty saref4bldg:nominalParticleGeometricStandardDeviation. + owl:onProperty saref4bldg:nominalPressureDrop. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:weight. + owl:onProperty saref4bldg:readOutType. + owl:onProperty saref4bldg:remoteReading. + owl:onProperty saref4bldg:arrangement. + owl:onProperty saref4bldg:nominalAirFlowRate. + owl:onProperty saref4bldg:nominalMoistureGain. + owl:onProperty saref4bldg:waterRequirement. + owl:onProperty saref4bldg:weight. + owl:onProperty saref4bldg:application. + owl:onProperty saref4bldg:internalControl. + owl:onProperty saref4bldg:coverLength. + owl:onProperty saref4bldg:coverWidth. + owl:onProperty saref4bldg:inletConnectionSize. + owl:onProperty saref4bldg:nominalBodyDepth. + owl:onProperty saref4bldg:nominalBodyLength. + owl:onProperty saref4bldg:nominalBodyWidth. + owl:onProperty saref4bldg:outletConnectionSize. + owl:onProperty saref4bldg:ventilatingPipeSize. + owl:onProperty saref4bldg:colorTemperature. + owl:onProperty saref4bldg:contributedLuminousFlux. + owl:onProperty saref4bldg:lampMaintenanceFactor. + owl:onProperty saref4bldg:lightEmitterNominalPower. + owl:onProperty saref4bldg:spectrumMax. + owl:onProperty saref4bldg:spectrumMin. + owl:onProperty saref4bldg:colorAppearance. + owl:onProperty saref4bldg:colorRenderingIndex. + owl:onProperty saref4bldg:lampBallastType. + owl:onProperty saref4bldg:lampCompensationType. + owl:onProperty saref4bldg:isPluggableOutlet. + owl:onProperty saref4bldg:numberOsSockets. + owl:onProperty saref4bldg:contains. + owl:onProperty saref4bldg:isContainedIn. + owl:onProperty saref4bldg:limitingTerminalSize. + owl:onProperty saref4bldg:standard. + owl:onProperty saref4bldg:connectionSize. + owl:onProperty saref4bldg:flowResistanceMax. + owl:onProperty saref4bldg:flowResistanceMin. + owl:onProperty saref4bldg:netPositiveSuctionHead. + owl:onProperty saref4bldg:nomminalRotationSpeed. + owl:onProperty saref4bldg:operationTemperatureMax. + owl:onProperty saref4bldg:operationTemperatureMin. + owl:onProperty saref4bldg:pumpFlowRateMax. + owl:onProperty saref4bldg:pumpFlowRateMin. + owl:onProperty saref4bldg:solarReflectance. + owl:onProperty saref4bldg:solarTransmittance. + owl:onProperty saref4bldg:thermalTransmittance. + owl:onProperty saref4bldg:visibleLightReflectance. + owl:onProperty saref4bldg:visibleLightTransmittance. + owl:onProperty saref4bldg:isExternal. + owl:onProperty saref4bldg:mechanicalOperated. + owl:onProperty saref4bldg:roughness. + owl:onProperty saref4bldg:shadingDeviceType. + owl:onProperty saref4bldg:bodyMass. + owl:onProperty saref4bldg:outputCapacity. + owl:onProperty saref4bldg:thermalEfficiency. + owl:onProperty saref4bldg:thermalMassHeatCapacity. + owl:onProperty saref4bldg:energySource. + owl:onProperty saref4bldg:heatTransferDimension. + owl:onProperty saref4bldg:heatTransferMedium. + owl:onProperty saref4bldg:numberOfPanels. + owl:onProperty saref4bldg:numberOfSections. + owl:onProperty saref4bldg:placementType. + owl:onProperty saref4bldg:temperatureClassification. + owl:onProperty saref4bldg:hasLock. + owl:onProperty saref4bldg:isIlluminated. + owl:onProperty saref4bldg:legend. + owl:onProperty saref4bldg:numberOfGangs. + owl:onProperty saref4bldg:switchFunction. + owl:onProperty saref4bldg:effectiveCapacity. + owl:onProperty saref4bldg:firstCurvatureRadius. + owl:onProperty saref4bldg:nominalDepth. + owl:onProperty saref4bldg:nominalLengthOrDiameter. + owl:onProperty saref4bldg:nominalVolumetricCapacity. + owl:onProperty saref4bldg:nominalWidthOrDiameter. + owl:onProperty saref4bldg:operatingWeight. + owl:onProperty saref4bldg:secondCurvatureRadius. + owl:onProperty saref4bldg:accessType. + owl:onProperty saref4bldg:endShapeType. + owl:onProperty saref4bldg:numberOfSections. + owl:onProperty saref4bldg:patternType. + owl:onProperty saref4bldg:storageType. + owl:onProperty saref4bldg:apparentPowerMax. + owl:onProperty saref4bldg:imaginaryImpedanceRatio. + owl:onProperty saref4bldg:primaryApparentPower. + owl:onProperty saref4bldg:primaryCurrent. + owl:onProperty saref4bldg:primaryFrequency. + owl:onProperty saref4bldg:primaryVoltage. + owl:onProperty saref4bldg:realImpedanceRatio. + owl:onProperty saref4bldg:secondaryApparentPower. + owl:onProperty saref4bldg:secondaryCurrent. + owl:onProperty saref4bldg:secondaryFrequency. + owl:onProperty saref4bldg:secondaryVoltage. + owl:onProperty saref4bldg:isNeutralPrimaryTerminalAvailable. + owl:onProperty saref4bldg:isNeutralSecondaryTerminalAvailable. + owl:onProperty saref4bldg:secondaryCurrentType. + owl:onProperty saref4bldg:transformerVectorGroup. + owl:onProperty saref4bldg:capacityWeight. + owl:onProperty saref4bldg:capacityPeople. + owl:onProperty saref4bldg:fireExit. + owl:onProperty saref4bldg:foulingFactor. + owl:onProperty saref4bldg:horizontalSpacing. + owl:onProperty saref4bldg:inLineRowSpacing. + owl:onProperty saref4bldg:insideDiameter. + owl:onProperty saref4bldg:length. + owl:onProperty saref4bldg:nominalDiameter. + owl:onProperty saref4bldg:outsideDiameter. + owl:onProperty saref4bldg:staggeredRowSpacing. + owl:onProperty saref4bldg:thermalConductivity. + owl:onProperty saref4bldg:verticalSpacing. + owl:onProperty saref4bldg:volumen. + owl:onProperty saref4bldg:hasTurbulator. + owl:onProperty saref4bldg:numberOfCircuits. + owl:onProperty saref4bldg:numberOfRows. + owl:onProperty saref4bldg:closeOffRating. + owl:onProperty saref4bldg:flowCoefficient. + owl:onProperty saref4bldg:size. + owl:onProperty saref4bldg:testPressure. + owl:onProperty saref4bldg:workingPressure. + owl:onProperty saref4bldg:valveMechanism. + owl:onProperty saref4bldg:valveOperation. + owl:onProperty saref4bldg:valvePattern. + owl:onProperty saref4bldg:height. + owl:onProperty saref4bldg:isolatorCompressibility. + owl:onProperty saref4bldg:isolatorStaticDeflection. + owl:onProperty saref4bldg:supportedWeightMax. + owl:onProperty saref4bldg:vibrationTransmissibility. + owl:onProperty saref-core:isMeasuredIn. + owl:onProperty saref-core:relatesToProperty. + owl:onProperty saref-core:isMeasuredIn. + owl:onProperty saref-core:relatesToProperty. + owl:onProperty saref-core:hasTimestamp. + owl:onProperty s4envi:hasFrequencyMeasurement. + owl:onProperty saref4ehaw:hasValues. + owl:onProperty saref-core:controlsProperty. + owl:onProperty saref-core:makesMeasurement. + owl:onProperty saref-core:measuresProperty. + owl:onProperty saref-core:isMeasurementOf. + owl:onProperty saref-core:isMeasuredIn. + owl:onProperty saref-core:relatesToProperty. + owl:onProperty saref-core:isMeasuredIn. + owl:onProperty saref-core:relatesToProperty. + owl:onProperty saref-core:hasTimestamp. + owl:onProperty saref-core:hasValue. + owl:onProperty saref-core:isControlledByDevice. + owl:onProperty saref-core:isMeasuredByDevice. + owl:onProperty saref-core:relatesToMeasurement. + owl:onProperty s4city:takesPlaceAtFacility. + owl:onProperty ns6:isLocatedIn. + owl:onProperty ns6:isLocatedNear. + owl:onProperty ns6:takesPlaceAt. + owl:onProperty ns6:isLocatedOn. + owl:onProperty ssn-system:hasSystemCapability. + owl:onProperty saref-core:hasProperty. + owl:onProperty ns6:featureIsMeasuredByDevice. + owl:onProperty saref-core:hasProperty. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:onClass :Condition. + owl:onClass :Condition. + owl:onClass :Condition. + owl:onClass :Condition. + owl:onClass :Condition. + owl:onClass :Condition. + owl:onClass :Condition. + owl:onClass SensorsAndWearables:Axis. + owl:onClass saref-core:Function. + owl:onClass saref-core:Task. + owl:onClass saref-core:Function. + owl:onClass saref-core:Measurement. + owl:onClass saref-core:Command. + owl:onClass saref-core:UnitOfMeasure. + owl:onClass saref-core:Property. + owl:onClass saref-core:Device. + owl:onClass saref-core:Function. + owl:onClass saref-core:UnitOfMeasure. + owl:onClass saref-core:Property. + owl:onClass saref-core:UnitOfMeasure. + owl:onClass saref-core:Property. +:BrushingTeethActivityPrediction owl:equivalentClass . +:CookingFoodOvenActivityPrediction owl:equivalentClass . +:CookingFoodStovetopActivityPrediction owl:equivalentClass . +:DrinkPreparationActivityPrediction owl:equivalentClass . +:EatingActivityPrediction owl:equivalentClass . +:NonRoutineBrushingTeethActivityPrediction owl:equivalentClass . +:NonRoutineBrushingTeethActivityPrediction owl:equivalentClass . +:NonRoutineCookingFoodOvenActivityPrediction owl:equivalentClass . +:NonRoutineCookingFoodOvenActivityPrediction owl:equivalentClass . +:NonRoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . +:NonRoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . +:NonRoutineDrinkPreparationActivityPrediction owl:equivalentClass . +:NonRoutineDrinkPreparationActivityPrediction owl:equivalentClass . +:NonRoutineEatingActivityPrediction owl:equivalentClass . +:NonRoutineEatingActivityPrediction owl:equivalentClass . +:NonRoutinePreparingHotMealActivityPrediction owl:equivalentClass . +:NonRoutinePreparingHotMealActivityPrediction owl:equivalentClass . +:NonRoutineShoweringActivityPrediction owl:equivalentClass . +:NonRoutineShoweringActivityPrediction owl:equivalentClass . +:NonRoutineSleepingActivityPrediction owl:equivalentClass . +:NonRoutineSleepingActivityPrediction owl:equivalentClass . +:NonRoutineToiletingActivityPrediction owl:equivalentClass . +:NonRoutineToiletingActivityPrediction owl:equivalentClass . +:NonRoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . +:NonRoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . +:NonRoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . +:NonRoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . +:PreparingHotMealActivityPrediction owl:equivalentClass . +:RoutineBrushingTeethActivityPrediction owl:equivalentClass . +:RoutineBrushingTeethActivityPrediction owl:equivalentClass . +:RoutineCookingFoodOvenActivityPrediction owl:equivalentClass . +:RoutineCookingFoodOvenActivityPrediction owl:equivalentClass . +:RoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . +:RoutineCookingFoodStovetopActivityPrediction owl:equivalentClass . +:RoutineDrinkPreparationActivityPrediction owl:equivalentClass . +:RoutineDrinkPreparationActivityPrediction owl:equivalentClass . +:RoutineEatingActivityPrediction owl:equivalentClass . +:RoutineEatingActivityPrediction owl:equivalentClass . +:RoutinePreparingHotMealActivityPrediction owl:equivalentClass . +:RoutinePreparingHotMealActivityPrediction owl:equivalentClass . +:RoutineShoweringActivityPrediction owl:equivalentClass . +:RoutineShoweringActivityPrediction owl:equivalentClass . +:RoutineSleepingActivityPrediction owl:equivalentClass . +:RoutineSleepingActivityPrediction owl:equivalentClass . +:RoutineToiletingActivityPrediction owl:equivalentClass . +:RoutineToiletingActivityPrediction owl:equivalentClass . +:RoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . +:RoutineUsingMobilePhoneActivityPrediction owl:equivalentClass . +:RoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . +:RoutineWatchingTVActivelyActivityPrediction owl:equivalentClass . +:ShoweringActivityPrediction owl:equivalentClass . +:SleepingActivityPrediction owl:equivalentClass . +:ToiletingActivityPrediction owl:equivalentClass . +:UserWithBrushingTeethRoutine owl:equivalentClass . +:UserWithCookingFoodOvenRoutine owl:equivalentClass . +:UserWithCookingFoodStovetopRoutine owl:equivalentClass . +:UserWithDrinkPreparationRoutine owl:equivalentClass . +:UserWithEatingRoutine owl:equivalentClass . +:UserWithPreparingHotMealRoutine owl:equivalentClass . +:UserWithShoweringRoutine owl:equivalentClass . +:UserWithSleepingRoutine owl:equivalentClass . +:UserWithToiletingRoutine owl:equivalentClass . +:UserWithUsingMobilePhoneRoutine owl:equivalentClass . +:UserWithWatchingTVActivelyRoutine owl:equivalentClass . +:UserWithoutBrushingTeethRoutine owl:equivalentClass . +:UserWithoutCookingFoodOvenRoutine owl:equivalentClass . +:UserWithoutCookingFoodStovetopRoutine owl:equivalentClass . +:UserWithoutDrinkPreparationRoutine owl:equivalentClass . +:UserWithoutEatingRoutine owl:equivalentClass . +:UserWithoutPreparingHotMealRoutine owl:equivalentClass . +:UserWithoutShoweringRoutine owl:equivalentClass . +:UserWithoutSleepingRoutine owl:equivalentClass . +:UserWithoutToiletingRoutine owl:equivalentClass . +:UserWithoutUsingMobilePhoneRoutine owl:equivalentClass . +:UserWithoutWatchingTVActivelyRoutine owl:equivalentClass . +:UsingMobilePhoneActivityPrediction owl:equivalentClass . +:WatchingTVActivelyActivityPrediction owl:equivalentClass . saref4ehaw:Contact owl:equivalentClass saref4ehaw:HealthActor. - owl:equivalentClass :BrushingTeethActivityPrediction. - owl:equivalentClass :CookingFoodOvenActivityPrediction. - owl:equivalentClass :CookingFoodStovetopActivityPrediction. - owl:equivalentClass :DrinkPreparationActivityPrediction. - owl:equivalentClass :EatingActivityPrediction. - owl:equivalentClass :NonRoutineBrushingTeethActivityPrediction. - owl:equivalentClass :NonRoutineBrushingTeethActivityPrediction. - owl:equivalentClass :NonRoutineCookingFoodOvenActivityPrediction. - owl:equivalentClass :NonRoutineCookingFoodOvenActivityPrediction. - owl:equivalentClass :NonRoutineCookingFoodStovetopActivityPrediction. - owl:equivalentClass :NonRoutineCookingFoodStovetopActivityPrediction. - owl:equivalentClass :NonRoutineDrinkPreparationActivityPrediction. - owl:equivalentClass :NonRoutineDrinkPreparationActivityPrediction. - owl:equivalentClass :NonRoutineEatingActivityPrediction. - owl:equivalentClass :NonRoutineEatingActivityPrediction. - owl:equivalentClass :NonRoutinePreparingHotMealActivityPrediction. - owl:equivalentClass :NonRoutinePreparingHotMealActivityPrediction. - owl:equivalentClass :NonRoutineShoweringActivityPrediction. - owl:equivalentClass :NonRoutineShoweringActivityPrediction. - owl:equivalentClass :NonRoutineSleepingActivityPrediction. - owl:equivalentClass :NonRoutineSleepingActivityPrediction. - owl:equivalentClass :NonRoutineToiletingActivityPrediction. - owl:equivalentClass :NonRoutineToiletingActivityPrediction. - owl:equivalentClass :NonRoutineUsingMobilePhoneActivityPrediction. - owl:equivalentClass :NonRoutineUsingMobilePhoneActivityPrediction. - owl:equivalentClass :NonRoutineWatchingTVActivelyActivityPrediction. - owl:equivalentClass :NonRoutineWatchingTVActivelyActivityPrediction. - owl:equivalentClass :PreparingHotMealActivityPrediction. - owl:equivalentClass :RoutineBrushingTeethActivityPrediction. - owl:equivalentClass :RoutineBrushingTeethActivityPrediction. - owl:equivalentClass :RoutineCookingFoodOvenActivityPrediction. - owl:equivalentClass :RoutineCookingFoodOvenActivityPrediction. - owl:equivalentClass :RoutineCookingFoodStovetopActivityPrediction. - owl:equivalentClass :RoutineCookingFoodStovetopActivityPrediction. - owl:equivalentClass :RoutineDrinkPreparationActivityPrediction. - owl:equivalentClass :RoutineDrinkPreparationActivityPrediction. - owl:equivalentClass :RoutineEatingActivityPrediction. - owl:equivalentClass :RoutineEatingActivityPrediction. - owl:equivalentClass :RoutinePreparingHotMealActivityPrediction. - owl:equivalentClass :RoutinePreparingHotMealActivityPrediction. - owl:equivalentClass :RoutineShoweringActivityPrediction. - owl:equivalentClass :RoutineShoweringActivityPrediction. - owl:equivalentClass :RoutineSleepingActivityPrediction. - owl:equivalentClass :RoutineSleepingActivityPrediction. - owl:equivalentClass :RoutineToiletingActivityPrediction. - owl:equivalentClass :RoutineToiletingActivityPrediction. - owl:equivalentClass :RoutineUsingMobilePhoneActivityPrediction. - owl:equivalentClass :RoutineUsingMobilePhoneActivityPrediction. - owl:equivalentClass :RoutineWatchingTVActivelyActivityPrediction. - owl:equivalentClass :RoutineWatchingTVActivelyActivityPrediction. - owl:equivalentClass :ShoweringActivityPrediction. - owl:equivalentClass :SleepingActivityPrediction. - owl:equivalentClass :ToiletingActivityPrediction. - owl:equivalentClass :UserWithBrushingTeethRoutine. - owl:equivalentClass :UserWithCookingFoodOvenRoutine. - owl:equivalentClass :UserWithCookingFoodStovetopRoutine. - owl:equivalentClass :UserWithDrinkPreparationRoutine. - owl:equivalentClass :UserWithEatingRoutine. - owl:equivalentClass :UserWithPreparingHotMealRoutine. - owl:equivalentClass :UserWithShoweringRoutine. - owl:equivalentClass :UserWithSleepingRoutine. - owl:equivalentClass :UserWithToiletingRoutine. - owl:equivalentClass :UserWithUsingMobilePhoneRoutine. - owl:equivalentClass :UserWithWatchingTVActivelyRoutine. - owl:equivalentClass :UserWithoutBrushingTeethRoutine. - owl:equivalentClass :UserWithoutCookingFoodOvenRoutine. - owl:equivalentClass :UserWithoutCookingFoodStovetopRoutine. - owl:equivalentClass :UserWithoutDrinkPreparationRoutine. - owl:equivalentClass :UserWithoutEatingRoutine. - owl:equivalentClass :UserWithoutPreparingHotMealRoutine. - owl:equivalentClass :UserWithoutShoweringRoutine. - owl:equivalentClass :UserWithoutSleepingRoutine. - owl:equivalentClass :UserWithoutToiletingRoutine. - owl:equivalentClass :UserWithoutUsingMobilePhoneRoutine. - owl:equivalentClass :UserWithoutWatchingTVActivelyRoutine. - owl:equivalentClass :UsingMobilePhoneActivityPrediction. - owl:equivalentClass :WatchingTVActivelyActivityPrediction. + owl:equivalentClass :BrushingTeethActivityPrediction. + owl:equivalentClass :CookingFoodOvenActivityPrediction. + owl:equivalentClass :CookingFoodStovetopActivityPrediction. + owl:equivalentClass :DrinkPreparationActivityPrediction. + owl:equivalentClass :EatingActivityPrediction. + owl:equivalentClass :NonRoutineBrushingTeethActivityPrediction. + owl:equivalentClass :NonRoutineBrushingTeethActivityPrediction. + owl:equivalentClass :NonRoutineCookingFoodOvenActivityPrediction. + owl:equivalentClass :NonRoutineCookingFoodOvenActivityPrediction. + owl:equivalentClass :NonRoutineCookingFoodStovetopActivityPrediction. + owl:equivalentClass :NonRoutineCookingFoodStovetopActivityPrediction. + owl:equivalentClass :NonRoutineDrinkPreparationActivityPrediction. + owl:equivalentClass :NonRoutineDrinkPreparationActivityPrediction. + owl:equivalentClass :NonRoutineEatingActivityPrediction. + owl:equivalentClass :NonRoutineEatingActivityPrediction. + owl:equivalentClass :NonRoutinePreparingHotMealActivityPrediction. + owl:equivalentClass :NonRoutinePreparingHotMealActivityPrediction. + owl:equivalentClass :NonRoutineShoweringActivityPrediction. + owl:equivalentClass :NonRoutineShoweringActivityPrediction. + owl:equivalentClass :NonRoutineSleepingActivityPrediction. + owl:equivalentClass :NonRoutineSleepingActivityPrediction. + owl:equivalentClass :NonRoutineToiletingActivityPrediction. + owl:equivalentClass :NonRoutineToiletingActivityPrediction. + owl:equivalentClass :NonRoutineUsingMobilePhoneActivityPrediction. + owl:equivalentClass :NonRoutineUsingMobilePhoneActivityPrediction. + owl:equivalentClass :NonRoutineWatchingTVActivelyActivityPrediction. + owl:equivalentClass :NonRoutineWatchingTVActivelyActivityPrediction. + owl:equivalentClass :PreparingHotMealActivityPrediction. + owl:equivalentClass :RoutineBrushingTeethActivityPrediction. + owl:equivalentClass :RoutineBrushingTeethActivityPrediction. + owl:equivalentClass :RoutineCookingFoodOvenActivityPrediction. + owl:equivalentClass :RoutineCookingFoodOvenActivityPrediction. + owl:equivalentClass :RoutineCookingFoodStovetopActivityPrediction. + owl:equivalentClass :RoutineCookingFoodStovetopActivityPrediction. + owl:equivalentClass :RoutineDrinkPreparationActivityPrediction. + owl:equivalentClass :RoutineDrinkPreparationActivityPrediction. + owl:equivalentClass :RoutineEatingActivityPrediction. + owl:equivalentClass :RoutineEatingActivityPrediction. + owl:equivalentClass :RoutinePreparingHotMealActivityPrediction. + owl:equivalentClass :RoutinePreparingHotMealActivityPrediction. + owl:equivalentClass :RoutineShoweringActivityPrediction. + owl:equivalentClass :RoutineShoweringActivityPrediction. + owl:equivalentClass :RoutineSleepingActivityPrediction. + owl:equivalentClass :RoutineSleepingActivityPrediction. + owl:equivalentClass :RoutineToiletingActivityPrediction. + owl:equivalentClass :RoutineToiletingActivityPrediction. + owl:equivalentClass :RoutineUsingMobilePhoneActivityPrediction. + owl:equivalentClass :RoutineUsingMobilePhoneActivityPrediction. + owl:equivalentClass :RoutineWatchingTVActivelyActivityPrediction. + owl:equivalentClass :RoutineWatchingTVActivelyActivityPrediction. + owl:equivalentClass :ShoweringActivityPrediction. + owl:equivalentClass :SleepingActivityPrediction. + owl:equivalentClass :ToiletingActivityPrediction. + owl:equivalentClass :UserWithBrushingTeethRoutine. + owl:equivalentClass :UserWithCookingFoodOvenRoutine. + owl:equivalentClass :UserWithCookingFoodStovetopRoutine. + owl:equivalentClass :UserWithDrinkPreparationRoutine. + owl:equivalentClass :UserWithEatingRoutine. + owl:equivalentClass :UserWithPreparingHotMealRoutine. + owl:equivalentClass :UserWithShoweringRoutine. + owl:equivalentClass :UserWithSleepingRoutine. + owl:equivalentClass :UserWithToiletingRoutine. + owl:equivalentClass :UserWithUsingMobilePhoneRoutine. + owl:equivalentClass :UserWithWatchingTVActivelyRoutine. + owl:equivalentClass :UserWithoutBrushingTeethRoutine. + owl:equivalentClass :UserWithoutCookingFoodOvenRoutine. + owl:equivalentClass :UserWithoutCookingFoodStovetopRoutine. + owl:equivalentClass :UserWithoutDrinkPreparationRoutine. + owl:equivalentClass :UserWithoutEatingRoutine. + owl:equivalentClass :UserWithoutPreparingHotMealRoutine. + owl:equivalentClass :UserWithoutShoweringRoutine. + owl:equivalentClass :UserWithoutSleepingRoutine. + owl:equivalentClass :UserWithoutToiletingRoutine. + owl:equivalentClass :UserWithoutUsingMobilePhoneRoutine. + owl:equivalentClass :UserWithoutWatchingTVActivelyRoutine. + owl:equivalentClass :UsingMobilePhoneActivityPrediction. + owl:equivalentClass :WatchingTVActivelyActivityPrediction. saref4ehaw:HealthActor owl:equivalentClass saref4ehaw:Contact. :BrushingTeethActivityPrediction owl:equivalentClass :BrushingTeethActivityPrediction. :CookingFoodOvenActivityPrediction owl:equivalentClass :CookingFoodOvenActivityPrediction. @@ -13385,730 +13393,730 @@ saref4ehaw:HealthActor owl:equivalentClass saref4ehaw:Contact. :UsingMobilePhoneActivityPrediction owl:equivalentClass :UsingMobilePhoneActivityPrediction. :WatchingTVActivelyActivityPrediction owl:equivalentClass :WatchingTVActivelyActivityPrediction. saref4ehaw:Contact owl:equivalentClass saref4ehaw:Contact. - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . saref4ehaw:HealthActor owl:equivalentClass saref4ehaw:HealthActor. - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:equivalentClass . - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (:BrushingTeethActivityPrediction :NonRoutineActivityPrediction). - owl:intersectionOf (:BrushingTeethActivityPrediction ). - owl:intersectionOf (:CookingFoodOvenActivityPrediction :NonRoutineActivityPrediction). - owl:intersectionOf (:CookingFoodOvenActivityPrediction ). - owl:intersectionOf (:CookingFoodStovetopActivityPrediction :NonRoutineActivityPrediction). - owl:intersectionOf (:CookingFoodStovetopActivityPrediction ). - owl:intersectionOf (:DrinkPreparationActivityPrediction :NonRoutineActivityPrediction). - owl:intersectionOf (:DrinkPreparationActivityPrediction ). - owl:intersectionOf (:EatingActivityPrediction :NonRoutineActivityPrediction). - owl:intersectionOf (:EatingActivityPrediction ). - owl:intersectionOf (:NonRoutineActivityPrediction :PreparingHotMealActivityPrediction). - owl:intersectionOf (:PreparingHotMealActivityPrediction ). - owl:intersectionOf (:NonRoutineActivityPrediction :ShoweringActivityPrediction). - owl:intersectionOf (:ShoweringActivityPrediction ). - owl:intersectionOf (:NonRoutineActivityPrediction :SleepingActivityPrediction). - owl:intersectionOf (:SleepingActivityPrediction ). - owl:intersectionOf (:NonRoutineActivityPrediction :ToiletingActivityPrediction). - owl:intersectionOf (:ToiletingActivityPrediction ). - owl:intersectionOf (:NonRoutineActivityPrediction :UsingMobilePhoneActivityPrediction). - owl:intersectionOf (:UsingMobilePhoneActivityPrediction ). - owl:intersectionOf (:NonRoutineActivityPrediction :WatchingTVActivelyActivityPrediction). - owl:intersectionOf (:WatchingTVActivelyActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (:BrushingTeethActivityPrediction :RoutineActivityPrediction). - owl:intersectionOf (:BrushingTeethActivityPrediction ). - owl:intersectionOf (:CookingFoodOvenActivityPrediction :RoutineActivityPrediction). - owl:intersectionOf (:CookingFoodOvenActivityPrediction ). - owl:intersectionOf (:CookingFoodStovetopActivityPrediction :RoutineActivityPrediction). - owl:intersectionOf (:CookingFoodStovetopActivityPrediction ). - owl:intersectionOf (:DrinkPreparationActivityPrediction :RoutineActivityPrediction). - owl:intersectionOf (:DrinkPreparationActivityPrediction ). - owl:intersectionOf (:EatingActivityPrediction :RoutineActivityPrediction). - owl:intersectionOf (:EatingActivityPrediction ). - owl:intersectionOf (:PreparingHotMealActivityPrediction :RoutineActivityPrediction). - owl:intersectionOf (:PreparingHotMealActivityPrediction ). - owl:intersectionOf (:RoutineActivityPrediction :ShoweringActivityPrediction). - owl:intersectionOf (:ShoweringActivityPrediction ). - owl:intersectionOf (:RoutineActivityPrediction :SleepingActivityPrediction). - owl:intersectionOf (:SleepingActivityPrediction ). - owl:intersectionOf (:RoutineActivityPrediction :ToiletingActivityPrediction). - owl:intersectionOf (:ToiletingActivityPrediction ). - owl:intersectionOf (:RoutineActivityPrediction :UsingMobilePhoneActivityPrediction). - owl:intersectionOf (:UsingMobilePhoneActivityPrediction ). - owl:intersectionOf (:RoutineActivityPrediction :WatchingTVActivelyActivityPrediction). - owl:intersectionOf (:WatchingTVActivelyActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:Routine ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (saref4ehaw:User ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ActivityRecognition:ActivityPrediction ). - owl:intersectionOf (ns6:Wearable ). - owl:intersectionOf (ns6:Wearable ). - owl:intersectionOf (ns6:Wearable ). - owl:intersectionOf (ns6:LivingOrganism ). - owl:someValuesFrom ActivityRecognition:BrushingTeeth. - owl:someValuesFrom ActivityRecognition:CookingFoodOven. - owl:someValuesFrom ActivityRecognition:CookingFoodStovetop. - owl:someValuesFrom ActivityRecognition:DrinkPreparation. - owl:someValuesFrom ActivityRecognition:Eating. - owl:someValuesFrom :UserWithoutBrushingTeethRoutine. - owl:someValuesFrom :UserWithoutCookingFoodOvenRoutine. - owl:someValuesFrom :UserWithoutCookingFoodStovetopRoutine. - owl:someValuesFrom :UserWithoutDrinkPreparationRoutine. - owl:someValuesFrom :UserWithoutEatingRoutine. - owl:someValuesFrom :UserWithoutPreparingHotMealRoutine. - owl:someValuesFrom :UserWithoutShoweringRoutine. - owl:someValuesFrom :UserWithoutSleepingRoutine. - owl:someValuesFrom :UserWithoutToiletingRoutine. - owl:someValuesFrom :UserWithoutUsingMobilePhoneRoutine. - owl:someValuesFrom :UserWithoutWatchingTVActivelyRoutine. - owl:someValuesFrom ActivityRecognition:PreparingHotMeal. - owl:someValuesFrom :UserWithBrushingTeethRoutine. - owl:someValuesFrom :UserWithCookingFoodOvenRoutine. - owl:someValuesFrom :UserWithCookingFoodStovetopRoutine. - owl:someValuesFrom :UserWithDrinkPreparationRoutine. - owl:someValuesFrom :UserWithEatingRoutine. - owl:someValuesFrom :UserWithPreparingHotMealRoutine. - owl:someValuesFrom :UserWithShoweringRoutine. - owl:someValuesFrom :UserWithSleepingRoutine. - owl:someValuesFrom :UserWithToiletingRoutine. - owl:someValuesFrom :UserWithUsingMobilePhoneRoutine. - owl:someValuesFrom :UserWithWatchingTVActivelyRoutine. - owl:someValuesFrom ActivityRecognition:Showering. - owl:someValuesFrom ActivityRecognition:Sleeping. - owl:someValuesFrom ActivityRecognition:Toileting. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:BrushingTeeth. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:CookingFoodOven. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:CookingFoodStovetop. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:DrinkPreparation. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:Eating. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:PreparingHotMeal. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:Showering. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:Sleeping. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:Toileting. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:UsingMobilePhone. - owl:someValuesFrom . - owl:someValuesFrom ActivityRecognition:WatchingTVActively. - owl:someValuesFrom ActivityRecognition:BrushingTeeth. - owl:someValuesFrom ActivityRecognition:CookingFoodOven. - owl:someValuesFrom ActivityRecognition:CookingFoodStovetop. - owl:someValuesFrom ActivityRecognition:DrinkPreparation. - owl:someValuesFrom ActivityRecognition:Eating. - owl:someValuesFrom ActivityRecognition:PreparingHotMeal. - owl:someValuesFrom ActivityRecognition:Showering. - owl:someValuesFrom ActivityRecognition:Sleeping. - owl:someValuesFrom ActivityRecognition:Toileting. - owl:someValuesFrom ActivityRecognition:UsingMobilePhone. - owl:someValuesFrom ActivityRecognition:WatchingTVActively. - owl:someValuesFrom ActivityRecognition:UsingMobilePhone. - owl:someValuesFrom ActivityRecognition:WatchingTVActively. - owl:someValuesFrom ActivityRecognition:Cause. - owl:someValuesFrom ActivityRecognition:Routine. - owl:someValuesFrom ActivityRecognition:Configuration. - owl:someValuesFrom ActivityRecognition:Explanation. - owl:someValuesFrom ActivityRecognition:Model. - owl:someValuesFrom saref4ehaw:Activity. - owl:someValuesFrom ns5:FeatureOfInterest. - owl:someValuesFrom eep:Executor. - owl:someValuesFrom ns5:Quality. - owl:someValuesFrom eep:Procedure. - owl:someValuesFrom saref-core:ActuatingFunction. - owl:someValuesFrom saref-core:OpenCloseState. - owl:someValuesFrom saref-core:OpenCloseFunction. - owl:someValuesFrom saref-core:OpenCloseState. - owl:someValuesFrom saref-core:OnOffFunction. - owl:someValuesFrom saref-core:OnOffState. - owl:someValuesFrom saref-core:Light. - owl:someValuesFrom saref-core:SwitchOnService. - owl:someValuesFrom saref-core:MeteringFunction. - owl:someValuesFrom saref-core:OnOffState. - owl:someValuesFrom saref-core:OnOffState. - owl:someValuesFrom saref-core:OpenCloseState. - owl:someValuesFrom saref-core:Measurement. - owl:someValuesFrom saref-core:SensingFunction. - owl:someValuesFrom saref-core:MultiLevelState. - owl:someValuesFrom saref-core:EventFunction. - owl:someValuesFrom saref-core:SensingFunction. - owl:someValuesFrom saref-core:Smoke. - owl:someValuesFrom saref-core:StartStopState. - owl:someValuesFrom saref-core:MultiLevelState. - owl:someValuesFrom saref-core:MultiLevelState. - owl:someValuesFrom saref-core:StartStopState. - owl:someValuesFrom saref-core:LightSwitch. - owl:someValuesFrom saref-core:OnOffFunction. - owl:someValuesFrom saref-core:SensingFunction. - owl:someValuesFrom saref-core:Temperature. - owl:someValuesFrom ns6:Wearer. - owl:someValuesFrom ns6:Wearer. - owl:someValuesFrom ns6:Wearer. - owl:someValuesFrom ns6:Wearable. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. - owl:allValuesFrom . - owl:allValuesFrom saref4ehaw:Activity. - owl:allValuesFrom . - owl:allValuesFrom saref-core:OpenCloseFunction. - owl:allValuesFrom saref-core:State. - owl:allValuesFrom saref-core:Device. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom saref-core:Profile. - owl:allValuesFrom saref-core:State. - owl:allValuesFrom saref-core:Commodity. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom saref-core:Service. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:MeteringFunction. - owl:allValuesFrom saref-core:MeteringFunction. - owl:allValuesFrom saref-core:MeteringFunction. - owl:allValuesFrom saref-core:SensingFunction. - owl:allValuesFrom saref-core:FeatureOfInterest. - owl:allValuesFrom saref-core:UnitOfMeasure. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom xsd:dateTime. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom . - owl:allValuesFrom saref-core:EventFunction. - owl:allValuesFrom saref-core:OnOffFunction. - owl:allValuesFrom saref-core:OnOffFunction. - owl:allValuesFrom saref-core:OpenCloseFunction. - owl:allValuesFrom saref-core:Profile. - owl:allValuesFrom saref-core:Price. - owl:allValuesFrom saref-core:Time. - owl:allValuesFrom . - owl:allValuesFrom saref-core:Device. - owl:allValuesFrom saref-core:Device. - owl:allValuesFrom saref-core:FeatureOfInterest. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom saref-core:LevelControlFunction. - owl:allValuesFrom saref-core:StartStopFunction. - owl:allValuesFrom saref-core:LevelControlFunction. - owl:allValuesFrom saref-core:LevelControlFunction. - owl:allValuesFrom saref-core:StartStopFunction. - owl:allValuesFrom saref-core:OnOffFunction. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref4bldg:BuildingSpace. - owl:allValuesFrom saref4bldg:PhysicalObject. - owl:allValuesFrom saref4bldg:BuildingSpace. - owl:allValuesFrom . - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom saref4bldg:PhysicalObject. - owl:allValuesFrom . - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:positiveInteger. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:boolean. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom xsd:integer. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom xsd:string. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:UnitOfMeasure. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom xsd:dateTime. - owl:allValuesFrom s4envi:FrequencyMeasurement. - owl:allValuesFrom xsd:decimal. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom saref-core:FeatureOfInterest. - owl:allValuesFrom saref-core:UnitOfMeasure. - owl:allValuesFrom saref-core:Property. - owl:allValuesFrom xsd:dateTime. - owl:allValuesFrom saref-core:Device. - owl:allValuesFrom saref-core:Device. - owl:allValuesFrom saref-core:Measurement. - owl:allValuesFrom s4city:Facility. - owl:allValuesFrom geosp:Feature. - owl:allValuesFrom ssn-system:SystemCapability. - owl:allValuesFrom ns6:WearableProperty. - owl:allValuesFrom ns6:WearerProperty. - owl:onDataRange xsd:boolean. - owl:minCardinality "1"^^xsd:nonNegativeInteger. + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:equivalentClass . + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (:BrushingTeethActivityPrediction :NonRoutineActivityPrediction). + owl:intersectionOf (:BrushingTeethActivityPrediction ). + owl:intersectionOf (:CookingFoodOvenActivityPrediction :NonRoutineActivityPrediction). + owl:intersectionOf (:CookingFoodOvenActivityPrediction ). + owl:intersectionOf (:CookingFoodStovetopActivityPrediction :NonRoutineActivityPrediction). + owl:intersectionOf (:CookingFoodStovetopActivityPrediction ). + owl:intersectionOf (:DrinkPreparationActivityPrediction :NonRoutineActivityPrediction). + owl:intersectionOf (:DrinkPreparationActivityPrediction ). + owl:intersectionOf (:EatingActivityPrediction :NonRoutineActivityPrediction). + owl:intersectionOf (:EatingActivityPrediction ). + owl:intersectionOf (:NonRoutineActivityPrediction :PreparingHotMealActivityPrediction). + owl:intersectionOf (:PreparingHotMealActivityPrediction ). + owl:intersectionOf (:NonRoutineActivityPrediction :ShoweringActivityPrediction). + owl:intersectionOf (:ShoweringActivityPrediction ). + owl:intersectionOf (:NonRoutineActivityPrediction :SleepingActivityPrediction). + owl:intersectionOf (:SleepingActivityPrediction ). + owl:intersectionOf (:NonRoutineActivityPrediction :ToiletingActivityPrediction). + owl:intersectionOf (:ToiletingActivityPrediction ). + owl:intersectionOf (:NonRoutineActivityPrediction :UsingMobilePhoneActivityPrediction). + owl:intersectionOf (:UsingMobilePhoneActivityPrediction ). + owl:intersectionOf (:NonRoutineActivityPrediction :WatchingTVActivelyActivityPrediction). + owl:intersectionOf (:WatchingTVActivelyActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (:BrushingTeethActivityPrediction :RoutineActivityPrediction). + owl:intersectionOf (:BrushingTeethActivityPrediction ). + owl:intersectionOf (:CookingFoodOvenActivityPrediction :RoutineActivityPrediction). + owl:intersectionOf (:CookingFoodOvenActivityPrediction ). + owl:intersectionOf (:CookingFoodStovetopActivityPrediction :RoutineActivityPrediction). + owl:intersectionOf (:CookingFoodStovetopActivityPrediction ). + owl:intersectionOf (:DrinkPreparationActivityPrediction :RoutineActivityPrediction). + owl:intersectionOf (:DrinkPreparationActivityPrediction ). + owl:intersectionOf (:EatingActivityPrediction :RoutineActivityPrediction). + owl:intersectionOf (:EatingActivityPrediction ). + owl:intersectionOf (:PreparingHotMealActivityPrediction :RoutineActivityPrediction). + owl:intersectionOf (:PreparingHotMealActivityPrediction ). + owl:intersectionOf (:RoutineActivityPrediction :ShoweringActivityPrediction). + owl:intersectionOf (:ShoweringActivityPrediction ). + owl:intersectionOf (:RoutineActivityPrediction :SleepingActivityPrediction). + owl:intersectionOf (:SleepingActivityPrediction ). + owl:intersectionOf (:RoutineActivityPrediction :ToiletingActivityPrediction). + owl:intersectionOf (:ToiletingActivityPrediction ). + owl:intersectionOf (:RoutineActivityPrediction :UsingMobilePhoneActivityPrediction). + owl:intersectionOf (:UsingMobilePhoneActivityPrediction ). + owl:intersectionOf (:RoutineActivityPrediction :WatchingTVActivelyActivityPrediction). + owl:intersectionOf (:WatchingTVActivelyActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:Routine ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (saref4ehaw:User ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ActivityRecognition:ActivityPrediction ). + owl:intersectionOf (ns6:Wearable ). + owl:intersectionOf (ns6:Wearable ). + owl:intersectionOf (ns6:Wearable ). + owl:intersectionOf (ns6:LivingOrganism ). + owl:someValuesFrom ActivityRecognition:BrushingTeeth. + owl:someValuesFrom ActivityRecognition:CookingFoodOven. + owl:someValuesFrom ActivityRecognition:CookingFoodStovetop. + owl:someValuesFrom ActivityRecognition:DrinkPreparation. + owl:someValuesFrom ActivityRecognition:Eating. + owl:someValuesFrom :UserWithoutBrushingTeethRoutine. + owl:someValuesFrom :UserWithoutCookingFoodOvenRoutine. + owl:someValuesFrom :UserWithoutCookingFoodStovetopRoutine. + owl:someValuesFrom :UserWithoutDrinkPreparationRoutine. + owl:someValuesFrom :UserWithoutEatingRoutine. + owl:someValuesFrom :UserWithoutPreparingHotMealRoutine. + owl:someValuesFrom :UserWithoutShoweringRoutine. + owl:someValuesFrom :UserWithoutSleepingRoutine. + owl:someValuesFrom :UserWithoutToiletingRoutine. + owl:someValuesFrom :UserWithoutUsingMobilePhoneRoutine. + owl:someValuesFrom :UserWithoutWatchingTVActivelyRoutine. + owl:someValuesFrom ActivityRecognition:PreparingHotMeal. + owl:someValuesFrom :UserWithBrushingTeethRoutine. + owl:someValuesFrom :UserWithCookingFoodOvenRoutine. + owl:someValuesFrom :UserWithCookingFoodStovetopRoutine. + owl:someValuesFrom :UserWithDrinkPreparationRoutine. + owl:someValuesFrom :UserWithEatingRoutine. + owl:someValuesFrom :UserWithPreparingHotMealRoutine. + owl:someValuesFrom :UserWithShoweringRoutine. + owl:someValuesFrom :UserWithSleepingRoutine. + owl:someValuesFrom :UserWithToiletingRoutine. + owl:someValuesFrom :UserWithUsingMobilePhoneRoutine. + owl:someValuesFrom :UserWithWatchingTVActivelyRoutine. + owl:someValuesFrom ActivityRecognition:Showering. + owl:someValuesFrom ActivityRecognition:Sleeping. + owl:someValuesFrom ActivityRecognition:Toileting. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:BrushingTeeth. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:CookingFoodOven. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:CookingFoodStovetop. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:DrinkPreparation. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:Eating. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:PreparingHotMeal. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:Showering. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:Sleeping. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:Toileting. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:UsingMobilePhone. + owl:someValuesFrom . + owl:someValuesFrom ActivityRecognition:WatchingTVActively. + owl:someValuesFrom ActivityRecognition:BrushingTeeth. + owl:someValuesFrom ActivityRecognition:CookingFoodOven. + owl:someValuesFrom ActivityRecognition:CookingFoodStovetop. + owl:someValuesFrom ActivityRecognition:DrinkPreparation. + owl:someValuesFrom ActivityRecognition:Eating. + owl:someValuesFrom ActivityRecognition:PreparingHotMeal. + owl:someValuesFrom ActivityRecognition:Showering. + owl:someValuesFrom ActivityRecognition:Sleeping. + owl:someValuesFrom ActivityRecognition:Toileting. + owl:someValuesFrom ActivityRecognition:UsingMobilePhone. + owl:someValuesFrom ActivityRecognition:WatchingTVActively. + owl:someValuesFrom ActivityRecognition:UsingMobilePhone. + owl:someValuesFrom ActivityRecognition:WatchingTVActively. + owl:someValuesFrom ActivityRecognition:Cause. + owl:someValuesFrom ActivityRecognition:Routine. + owl:someValuesFrom ActivityRecognition:Configuration. + owl:someValuesFrom ActivityRecognition:Explanation. + owl:someValuesFrom ActivityRecognition:Model. + owl:someValuesFrom saref4ehaw:Activity. + owl:someValuesFrom ns5:FeatureOfInterest. + owl:someValuesFrom eep:Executor. + owl:someValuesFrom ns5:Quality. + owl:someValuesFrom eep:Procedure. + owl:someValuesFrom saref-core:ActuatingFunction. + owl:someValuesFrom saref-core:OpenCloseState. + owl:someValuesFrom saref-core:OpenCloseFunction. + owl:someValuesFrom saref-core:OpenCloseState. + owl:someValuesFrom saref-core:OnOffFunction. + owl:someValuesFrom saref-core:OnOffState. + owl:someValuesFrom saref-core:Light. + owl:someValuesFrom saref-core:SwitchOnService. + owl:someValuesFrom saref-core:MeteringFunction. + owl:someValuesFrom saref-core:OnOffState. + owl:someValuesFrom saref-core:OnOffState. + owl:someValuesFrom saref-core:OpenCloseState. + owl:someValuesFrom saref-core:Measurement. + owl:someValuesFrom saref-core:SensingFunction. + owl:someValuesFrom saref-core:MultiLevelState. + owl:someValuesFrom saref-core:EventFunction. + owl:someValuesFrom saref-core:SensingFunction. + owl:someValuesFrom saref-core:Smoke. + owl:someValuesFrom saref-core:StartStopState. + owl:someValuesFrom saref-core:MultiLevelState. + owl:someValuesFrom saref-core:MultiLevelState. + owl:someValuesFrom saref-core:StartStopState. + owl:someValuesFrom saref-core:LightSwitch. + owl:someValuesFrom saref-core:OnOffFunction. + owl:someValuesFrom saref-core:SensingFunction. + owl:someValuesFrom saref-core:Temperature. + owl:someValuesFrom ns6:Wearer. + owl:someValuesFrom ns6:Wearer. + owl:someValuesFrom ns6:Wearer. + owl:someValuesFrom ns6:Wearable. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger. + owl:allValuesFrom . + owl:allValuesFrom saref4ehaw:Activity. + owl:allValuesFrom . + owl:allValuesFrom saref-core:OpenCloseFunction. + owl:allValuesFrom saref-core:State. + owl:allValuesFrom saref-core:Device. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom saref-core:Profile. + owl:allValuesFrom saref-core:State. + owl:allValuesFrom saref-core:Commodity. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom saref-core:Service. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:MeteringFunction. + owl:allValuesFrom saref-core:MeteringFunction. + owl:allValuesFrom saref-core:MeteringFunction. + owl:allValuesFrom saref-core:SensingFunction. + owl:allValuesFrom saref-core:FeatureOfInterest. + owl:allValuesFrom saref-core:UnitOfMeasure. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom xsd:dateTime. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom . + owl:allValuesFrom saref-core:EventFunction. + owl:allValuesFrom saref-core:OnOffFunction. + owl:allValuesFrom saref-core:OnOffFunction. + owl:allValuesFrom saref-core:OpenCloseFunction. + owl:allValuesFrom saref-core:Profile. + owl:allValuesFrom saref-core:Price. + owl:allValuesFrom saref-core:Time. + owl:allValuesFrom . + owl:allValuesFrom saref-core:Device. + owl:allValuesFrom saref-core:Device. + owl:allValuesFrom saref-core:FeatureOfInterest. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom saref-core:LevelControlFunction. + owl:allValuesFrom saref-core:StartStopFunction. + owl:allValuesFrom saref-core:LevelControlFunction. + owl:allValuesFrom saref-core:LevelControlFunction. + owl:allValuesFrom saref-core:StartStopFunction. + owl:allValuesFrom saref-core:OnOffFunction. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref4bldg:BuildingSpace. + owl:allValuesFrom saref4bldg:PhysicalObject. + owl:allValuesFrom saref4bldg:BuildingSpace. + owl:allValuesFrom . + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom saref4bldg:PhysicalObject. + owl:allValuesFrom . + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:positiveInteger. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:boolean. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom xsd:integer. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom xsd:string. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:UnitOfMeasure. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom xsd:dateTime. + owl:allValuesFrom s4envi:FrequencyMeasurement. + owl:allValuesFrom xsd:decimal. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom saref-core:FeatureOfInterest. + owl:allValuesFrom saref-core:UnitOfMeasure. + owl:allValuesFrom saref-core:Property. + owl:allValuesFrom xsd:dateTime. + owl:allValuesFrom saref-core:Device. + owl:allValuesFrom saref-core:Device. + owl:allValuesFrom saref-core:Measurement. + owl:allValuesFrom s4city:Facility. + owl:allValuesFrom geosp:Feature. + owl:allValuesFrom ssn-system:SystemCapability. + owl:allValuesFrom ns6:WearableProperty. + owl:allValuesFrom ns6:WearerProperty. + owl:onDataRange xsd:boolean. + owl:minCardinality "1"^^xsd:nonNegativeInteger. :KBActivityRecognitionModel eep:implements :KBActivityRecognitionModelConfig1. :KBActivityRecognitionModelConfig1 :containsRule :brushing_teeth_rule. :KBActivityRecognitionModelConfig1 :containsRule :showering_rule. @@ -14123,7 +14131,7 @@ saref4ehaw:HealthActor owl:equivalentClass saref4ehaw:HealthActor. :brushing_teeth_condition03 :forProperty :_WearableAcceleration. :showering_condition01 :forProperty :_RelativeHumidity. :toileting_condition01 :forProperty :_EnergyConsumption. -:brushing_teeth_condition02 Sensors:analyseStateOf :_BathRoom. +:brushing_teeth_condition02 Sensors:analyseStateOf :_Room. :brushing_teeth_condition03 Sensors:analyseStateOf :_Patient. :showering_condition01 Sensors:analyseStateOf :_BathRoom. :toileting_condition01 Sensors:analyseStateOf :_Pump. @@ -15694,7 +15702,7 @@ ns6:WearerTemperature rdfs:label "Wearer temperature"@en. terms:creator . terms:creator . terms:creator . - owl:members (SensorsAndWearables:XAxis SensorsAndWearables:YAxis SensorsAndWearables:ZAxis). + owl:members (SensorsAndWearables:XAxis SensorsAndWearables:YAxis SensorsAndWearables:ZAxis). cpannotationschema:relatedCPs . cpannotationschema:relatedCPs . terms:description "The AffectedBy ODP consists of two classes aff:FeatureOfInterest and aff:Quality; and three properties aff:influencedBy, aff:belongsTo, and aff:affectedBy.\n\nThis ODP is a reengineering of the SEAS Feature of Interest ontology (https://ci.mines-stetienne.fr/seas/FeatureOfInterestOntology-1.0). The constraint on the property seas:derivesFrom to be symmetric is unnecessary and sometimes innapropriate. For instance, the temperature of a room may derive from the occupancy of the room; however, it is not necessary that the occupancy derives from the temperature of the room. A new property aff:affectedBy (released from the symmetric constraint) is defined in the AffectedBy ODP to replace the role of the property seas:derivesFrom. It can be asserted that seas:derivesFrom is sub property of aff:affectedBy. The class aff:FeatureOfInterest is equivalent to seas:FeatureOfInterest, and the class seas:Property is sub class of aff:Quality. Moreover, seas:hasProperty is sub property of aff:influencedBy, and seas:isPropertyOf is sub property of aff:belongsTo. Furthermore, aff:belongsTo is defined to be functional, to support the notion that a quality is intrinsic to the feature of interest (i.e., an entity) to which it belongs (according to the conceptualization in DUL); and it is asserted that every quality belongs to a feature of interest (aff:Quality rdfs:subClassOf aff:belongsTo some aff:FeatureOfInterest).\n\nFinally, the object chain axiom aff:influencedBy o aff:affectedBy rdfs:subPropertyOf aff:influencedBy is asserted."@en. @@ -15893,14 +15901,14 @@ saref-core:StepDownCommand owl:disjointWith saref-core:StepUpCommand. saref-core:Measurement owl:disjointWith saref-core:Property. saref-core:Measurement owl:disjointWith saref-core:UnitOfMeasure. saref-core:Property owl:disjointWith saref-core:UnitOfMeasure. - owl:maxCardinality "1"^^xsd:nonNegativeInteger. - owl:maxCardinality "1"^^xsd:nonNegativeInteger. - owl:cardinality "1"^^xsd:nonNegativeInteger. - owl:cardinality "1"^^xsd:nonNegativeInteger. - owl:unionOf (saref-core:Commodity saref-core:Property). - owl:unionOf (saref-core:Commodity saref-core:Property). - owl:unionOf (saref4bldg:Building saref4bldg:BuildingSpace). - owl:unionOf (saref4bldg:BuildingSpace saref4bldg:PhysicalObject). + owl:maxCardinality "1"^^xsd:nonNegativeInteger. + owl:maxCardinality "1"^^xsd:nonNegativeInteger. + owl:cardinality "1"^^xsd:nonNegativeInteger. + owl:cardinality "1"^^xsd:nonNegativeInteger. + owl:unionOf (saref-core:Commodity saref-core:Property). + owl:unionOf (saref-core:Commodity saref-core:Property). + owl:unionOf (saref4bldg:Building saref4bldg:BuildingSpace). + owl:unionOf (saref4bldg:BuildingSpace saref4bldg:PhysicalObject). saref4bldg:Actuator prov:hadPrimarySource . saref4bldg:Actuator prov:hadPrimarySource . saref4bldg:AirToAirHeatRecovery prov:hadPrimarySource . @@ -16015,8 +16023,8 @@ saref4bldg:VibrationIsolator prov:hadPrimarySource terms:contributor . terms:contributor . terms:contributor . - owl:oneOf [ rdf:first "female"; rdf:rest [ rdf:first "male"; rdf:rest [ rdf:first "undetermined"; rdf:rest rdf:nil]]]. - owl:oneOf [ rdf:first "Adhoc"; rdf:rest [ rdf:first "Mesh"; rdf:rest [ rdf:first "Star"; rdf:rest rdf:nil]]]. + owl:oneOf [ rdf:first "female"; rdf:rest [ rdf:first "male"; rdf:rest [ rdf:first "undetermined"; rdf:rest rdf:nil]]]. + owl:oneOf [ rdf:first "Adhoc"; rdf:rest [ rdf:first "Mesh"; rdf:rest [ rdf:first "Star"; rdf:rest rdf:nil]]]. schema:affiliation . schema:affiliation . schema:familyName "García-Castro". @@ -16026,6 +16034,6 @@ saref4bldg:VibrationIsolator prov:hadPrimarySource schema:name "Fondazione Bruno Kessler". schema:name "Universidad Politécnica de Madrid". -#2022-05-01T12:04:23.034Z in=6888 out=15976 ent=9259 step=83588 brake=4 inf=13133645 sec=1.263 inf/sec=10398769 +#2023-06-01T09:25:38.080Z in=6890 out=15984 ent=9265 step=83616 brake=4 inf=13068049 sec=1.053 inf/sec=12410303 #ENDS diff --git a/swj2022/eye-implementation/output/ype.pvm b/swj2022/eye-implementation/output/ype.pvm index 928e75d..28cb172 100755 Binary files a/swj2022/eye-implementation/output/ype.pvm and b/swj2022/eye-implementation/output/ype.pvm differ diff --git a/swj2022/eye-implementation/preprocessing/instantiate-rules_old.n3 b/swj2022/eye-implementation/preprocessing/instantiate-rules_old.n3 deleted file mode 100644 index a331148..0000000 --- a/swj2022/eye-implementation/preprocessing/instantiate-rules_old.n3 +++ /dev/null @@ -1,269 +0,0 @@ -PREFIX rdf: -@prefix rdfs: . -@prefix owl: . -@prefix list: . -@prefix log: . -@prefix e: . -Prefix var: -Prefix : - -#with this file we produce a new version of the ontology including additional rules for rdfs/owl-concepts - - -#keep the whole Ontology -#{?s ?p ?o} => {?s ?p ?o}. - - -########################### -#rules for rdfs:subclass -######################### -{ -?C rdfs:subClassOf ?D. -}=> {{?x a ?C} => {?x a ?D}.}. - - -# for pure reasoning this rule is not really necessary. It is just useful for the case that someone for example wants to specifically know all subclasses of a certain class. -{?C rdfs:subClassOf ?D. ?D rdfs:subClassOf ?E} => {?C rdfs:subClassOf ?E}. -{?C rdfs:subClassOf ?D. ?P rdfs:domain ?C} => {?P rdfs:domain ?D}. -{?C rdfs:subClassOf ?D. ?P rdfs:range ?C} => {?P rdfs:range ?D}. - - - - -############################# -# "range-rules" -############################# -{?P rdfs:range ?C.}=>{{?X ?P ?Y} => {?Y a ?C}.}. - - -############################# -# Adding "inverse of" rules -############################# - -{?P owl:inverseOf ?Q.}=>{ -{ ?S ?P ?O} => {?O ?Q ?S}. -{ ?S ?Q ?O} => {?O ?P ?S}. -?Q owl:inverseOf ?P -}. - - -####################################### -# Intersection rules -####################################### -{?C owl:intersectionOf ?L. ?D list:in ?L} => {{?X a ?C.}=>{?X a ?D}}. -{?C owl:intersectionOf ?L. ?D list:in ?L} => {?C rdfs:subClassOf ?D}. - -{?C owl:intersectionOf ?L. ?S e:findall ({var:x a ?Y.} {?Y list:in ?L} ?gl). ?gl log:conjunction ?l. -} => {?l => {var:x a ?C}.}. - - -######################################### -# OWL equivalent class -######################################### - -{?A owl:equivalentClass ?B. } => {{?X a ?A}=>{?X a ?B}. {?X a ?B} => {?X a ?A}}. -{?A owl:equivalentClass ?B} => {?B owl:equivalentClass ?A}. -{?A owl:equivalentClass ?B. ?B owl:equivalentClass ?C} => {?A owl:equivalentClass ?C}. -{?A owl:equivalentClass ?B} => {?A rdfs:subClassOf ?B. ?B rdfs:subClassOf ?A}. -{?A rdfs:subClassOf ?B. ?B rdfs:subClassOf ?A} => {?A owl:equivalentClass ?B}. - - -###################################################### -# OWL some values from -#################################################### - -{?C owl:someValuesFrom ?Y. ?C owl:onProperty ?P. } => {{?U ?P ?V. ?V a ?Y} => {?U a ?C}}. -{?C owl:someValuesFrom owl:Thing. ?C owl:onProperty ?P. } => {{?U ?P ?V}=>{?U a ?C}}. -{?C owl:someValuesFrom ?Y. ?C owl:onProperty ?P. ?D owl:someValuesFrom ?Z. ?D owl:onProperty ?P. ?Y rdfs:subClassOf ?Z} => {?C rdfs:subClassOf ?D}. -{?C owl:someValuesFrom ?Y. ?C owl:onProperty ?P. ?D owl:someValuesFrom ?Y. ?D owl:onProperty ?Q. ?P rdfs:subPropertyOf ?Q} => {?C rdfs:subClassOf ?D}. - -# non RL extension - -# {?C owl:onProperty ?P; owl:someValuesFrom ?Y.}=>{ -# {?x a ?C}=>{?x ?P _:x. _:x a ?Y} -# }. - -#################################################### -# rdfs subproperty -###################################################### - -{?P rdfs:subPropertyOf ?Q. } => {{?S ?P ?O.}=>{?S ?Q ?O}}. -{?P rdfs:subPropertyOf ?Q. ?Q rdfs:subPropertyOf ?R} => {?P rdfs:subPropertyOf ?R}. -{?P rdfs:subPropertyOf ?Q. ?Q rdfs:domain ?C} => {?P rdfs:domain ?C}. -{?P rdfs:subPropertyOf ?Q. ?Q rdfs:range ?C} => {?P rdfs:range ?C}. - - -######################################################### -# OWL all different -####################################################### - -#open for later -{?A a owl:AllDifferent. ?A owl:members ?L. ?X list:in ?L. ?Y list:in ?L. ?X log:notEqualTo ?Y. ?X owl:sameAs ?Y} => false. -{?A a owl:AllDifferent. ?A owl:distinctMembers ?L. ?X list:in ?L. ?Y list:in ?L. ?X log:notEqualTo ?Y. ?X owl:sameAs ?Y} => false. - - -######################################################## -# OWL all disjoint -######################################################## - - -{?X a owl:AllDisjointClasses. ?X owl:members ?L. ?C list:in ?L. ?D list:in ?L. ?C log:notEqualTo ?D. } =>{{?I a ?C. ?I a ?D}=> false}. - - -############################################################## -# OWL all disjoint properties -############################################################## - - -{?X a owl:AllDisjointProperties. ?X owl:members ?L. ?P list:in ?L. ?Q list:in ?L. ?P log:notEqualTo ?Q. } =>{{?S ?P ?O. ?S ?Q ?O} => false}. - -############################################################## -# OWL allValuesFrom -############################################################# - -{?C owl:allValuesFrom ?Y. ?C owl:onProperty ?P. } => {{?U a ?C. ?U ?P ?V}=>{?V a ?Y}}. -{?C owl:allValuesFrom ?Y. ?C owl:onProperty ?P. ?D owl:allValuesFrom ?Z. ?D owl:onProperty ?P. ?Y rdfs:subClassOf ?Z} => {?C rdfs:subClassOf ?D}. -{?C owl:allValuesFrom ?Y. ?C owl:onProperty ?P. ?D owl:allValuesFrom ?Y. ?D owl:onProperty ?Q. ?P rdfs:subPropertyOf ?Q} => {?D rdfs:subClassOf ?C}. - -############################################################# -# OWL assymetric property -############################################################# - -{?P a owl:AsymmetricProperty. } => {{?S ?P ?O. ?O ?P ?S}=>false}. - -####################################################### -# OWL complementof -##################################################### - - -{?C owl:complementOf ?D} => {?D owl:complementOf ?C}. -{?C owl:complementOf ?D} => {?D owl:disjointWith ?C}. -{?C owl:complementOf ?D. } =>{{?X a ?C. ?X a ?D} => false}. - -################################################### -# OWL differentFrom -################################################## - - -{?A owl:differentFrom ?B} => {?B owl:differentFrom ?A}. - -######################################################## -# OWL disjointWith -####################################################### - -{?A owl:disjointWith ?B. } => {{?X a ?A. ?Y a ?B }=>{?X owl:differentFrom ?Y}}. -{?A owl:disjointWith ?B. } => {{?X a ?A. ?X a ?B}=>false}. - - -########################################################### -# disjointUnionOf -######################################################### - -{?C owl:disjointUnionOf ?L. ?A list:in ?L. ?B list:in ?L. ?A log:notEqualTo ?B} => {?A owl:disjointWith ?B. ?C owl:unionOf ?L}. - -################################################## -# distinct members -################################################## -{?A owl:distinctMembers ?L. ?X list:in ?L. ?Y list:in ?L. ?X log:notEqualTo ?Y} => {?X owl:differentFrom ?Y}. - -###################################################### -# equivalent property -###################################################### -{?P owl:equivalentProperty ?Q. } => {{?S ?P ?O}=>{?S ?Q ?O}. {?S ?Q ?O} => {?S ?P ?O}}. -{?P owl:equivalentProperty ?Q} => {?Q owl:equivalentProperty ?P}. -{?P owl:equivalentProperty ?Q. ?Q owl:equivalentProperty ?R} => {?P owl:equivalentProperty ?R}. -{?P owl:equivalentProperty ?Q} => {?P rdfs:subPropertyOf ?Q. ?Q rdfs:subPropertyOf ?P}. -{?P rdfs:subPropertyOf ?Q. ?Q rdfs:subPropertyOf ?P} => {?P owl:equivalentProperty ?Q}. - -#################################################### -# functional property -#################################################### - -{?P a owl:FunctionalProperty. } => {{?S ?P ?X. ?S ?P ?Y}=>{?X owl:sameAs ?Y}}. -{?P a owl:FunctionalProperty. } =>{{?S ?P ?X. ?S ?P ?Y. ?X owl:differentFrom ?Y}=> false}. - -############################################################ -# has value -############################################################ -{?C owl:hasValue ?V. ?C owl:onProperty ?P. } => {{?U a ?C} => {?U ?P ?V}.{?U ?P ?V} => {?U a ?C}}. -{?C owl:hasValue ?V. ?C owl:onProperty ?P. ?D owl:hasValue ?V. ?D owl:onProperty ?Q. ?P rdfs:subPropertyOf ?Q} => {?C rdfs:subClassOf ?D}. -{?C owl:hasValue ?V. ?C owl:onProperty ?P. } => {{?X ?P ?Y. ?X a ?C. ?V owl:differentFrom ?Y}=> false}. - -############################################################### -# Inverse functional property -############################################################# -{?P a owl:InverseFunctionalProperty. } => {{?X ?P ?O. ?Y ?P ?O}=>{?X owl:sameAs ?Y}}. -{?P a owl:InverseFunctionalProperty. } => {{?X ?P ?O. ?Y ?P ?O. ?X owl:differentFrom ?Y}=>false}. - -################################################################ -# irreflexive property -################################################################ - -{?P a owl:IrreflexiveProperty. } => {{?X ?P ?X}=>false}. - - -################################################################ -# max cardinality -############################################################### -{?C owl:maxCardinality 1. ?C owl:onProperty ?P. } => {{?U a ?C. ?U ?P ?Y. ?U ?P ?Z}=>{?Y owl:sameAs ?Z}}. -{?C owl:maxCardinality 0. ?C owl:onProperty ?P. } => {{?X ?P ?Y. ?X a ?C}=> false}. -{?C owl:maxCardinality 1. ?C owl:onProperty ?P. } => {{?X ?P ?Y. ?X ?P ?Z. ?X a ?C. ?Z owl:differentFrom ?Y}=>false}. - -############################################################### -# max qualified cardinality -############################################################### -{?C owl:maxQualifiedCardinality 1. ?C owl:onProperty ?P. ?C owl:onClass ?D. } => {{?U a ?C. ?U ?P ?Y. ?Y a ?D. ?U ?P ?Z. ?Z a ?D}=>{?Y owl:sameAs ?Z}}. -{?C owl:maxQualifiedCardinality 1. ?C owl:onProperty ?P. ?C owl:onClass owl:Thing. } => {{?U a ?C. ?U ?P ?Y. ?U ?P ?Z} => {?Y owl:sameAs ?Z}}. -{?C owl:maxQualifiedCardinality 0. ?C owl:onProperty ?P. ?C owl:onClass ?C. } => {{?U a ?C. ?U ?P ?Y. ?Y a ?C}=>false}. -{?C owl:maxQualifiedCardinality 0. ?C owl:onProperty ?P. ?C owl:onClass owl:Thing.} =>{{ ?U a ?C. ?U ?P ?Y}=> false}. - -################################################################## -# one of -################################################################ -{?C owl:oneOf ?L. ?X list:in ?L} => {?X a ?C}. - -############################################################## -# property disjoint with -############################################################## - -{?P owl:propertyDisjointWith ?Q. } =>{{?X ?P ?Y. ?X ?Q ?Y}=> false}. - - -################################################################# -# same as -############################################################### - -{?X owl:sameAs ?Y} => {?Y owl:sameAs ?X}. -{?X owl:sameAs ?Y. ?Y owl:sameAs ?Z} => {?X owl:sameAs ?Z}. -{?X owl:sameAs ?Y. ?X owl:differentFrom ?Y} => false. - -{?X owl:sameAs ?Y. } => {{?X ?P ?O}=>{?Y ?P ?O}}. -{?X owl:sameAs ?Y. } => {{?S ?X ?O}=>{?S ?Y ?O}}. -{?X owl:sameAs ?Y. } => {{?S ?P ?X}=>{?S ?P ?Y}}. - - -#maybe this has to go as a rule into the new file -#{}=> -#{ -#{?X owl:sameAs ?Y} => {?Y owl:sameAs ?X}. -#{?X owl:sameAs ?Y. ?Y owl:sameAs ?Z} => {?X owl:sameAs ?Z}. -#{?X owl:sameAs ?Y. ?X owl:differentFrom ?Y} => false. - -#{?X owl:sameAs ?Y. ?X ?P ?O} => {?Y ?P ?O}. -#{?X owl:sameAs ?Y. ?S ?X ?O} => {?S ?Y ?O}. -#{?X owl:sameAs ?Y. ?S ?P ?X} => {?S ?P ?Y}. - -#}. - -############################################################### -# Symmetric and transitive property -############################################################## - -{?P a owl:SymmetricProperty. } => {{?S ?P ?O}=>{?O ?P ?S}}. -{?P a owl:TransitiveProperty. } => {{?S ?P ?X. ?X ?P ?O.}=>{?S ?P ?O}}. - -#################################################################### -# union of -################################################################### -{?C owl:unionOf ?L. ?D list:in ?L. } => {{?X a ?D}=>{?X a ?C}}. -{?C owl:unionOf ?L. ?D list:in ?L } => {?D rdfs:subClassOf ?C}. diff --git a/swj2022/ontology/ActivityRecognition.ttl b/swj2022/ontology/ActivityRecognition.ttl index 2789679..a21935d 100644 --- a/swj2022/ontology/ActivityRecognition.ttl +++ b/swj2022/ontology/ActivityRecognition.ttl @@ -13,6 +13,8 @@ @base . rdf:type owl:Ontology ; + owl:imports , + ; dc:creator "Bram Steenwinckel, Mathias De Brouwer, Femke Ongenae" ; terms:publisher "IDLab - imec- Ghent University" ; rdfs:comment "This Ontology descirbes the different concepts within the DAHCCC ontology to link human activities and postures together with activity recognition concepts." ; diff --git a/swj2022/ontology/KBActivityRecognition.ttl b/swj2022/ontology/KBActivityRecognition.ttl index 798f40c..292a53c 100644 --- a/swj2022/ontology/KBActivityRecognition.ttl +++ b/swj2022/ontology/KBActivityRecognition.ttl @@ -23,7 +23,11 @@ @prefix SensorsAndWearables: . @base . - rdf:type owl:Ontology . + rdf:type owl:Ontology ; + owl:imports ActivityRecognition: , + , + SensorsAndActuators: , + SensorsAndWearables: . ################################################################# # Datatypes @@ -99,8 +103,6 @@ Sensors:isRelevantTo owl:propertyChainAxiom ( Sensors:analyseStateOf ) . -### https://saref.etsi.org/core/consistsOf - ################################################################# # Data properties ################################################################# @@ -1210,6 +1212,10 @@ ActivityRecognition:WatchingTVActively rdfs:subClassOf :DetectableActivity . SensorsAndActuators:AtmosphericPressure rdfs:subClassOf :ConditionableProperty . +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/BathRoom +SensorsAndActuators:BathRoom rdfs:subClassOf :AnalyzableForCondition . + + ### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Blind SensorsAndActuators:Blind rdfs:subClassOf :ConditionableProperty . @@ -1288,7 +1294,7 @@ SensorsAndActuators:Relay rdfs:subClassOf :ConditionableProperty . ### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Room -SensorsAndActuators:BathRoom rdfs:subClassOf :AnalyzableForCondition . +SensorsAndActuators:Room rdfs:subClassOf :AnalyzableForCondition . ### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/VOC @@ -1404,10 +1410,6 @@ saref4bldg:Pump rdf:type owl:Class ; rdfs:subClassOf :AnalyzableForCondition . -### https://saref.etsi.org/saref4bldg/Room -saref4bldg:Room rdf:type owl:Class . - - ### https://saref.etsi.org/saref4ehaw/Patient saref4ehaw:Patient rdfs:subClassOf :AnalyzableForCondition . @@ -1431,6 +1433,11 @@ saref4ehaw:Patient rdfs:subClassOf :AnalyzableForCondition . terms:created "2022-01-04T17:00:00"^^xsd:dateTime . +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_BathRoom +:_BathRoom rdf:type owl:NamedIndividual , + SensorsAndActuators:BathRoom . + + ### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_BrushingTeeth :_BrushingTeeth rdf:type owl:NamedIndividual , ActivityRecognition:BrushingTeeth . @@ -1461,9 +1468,9 @@ saref4ehaw:Patient rdfs:subClassOf :AnalyzableForCondition . SensorsAndActuators:RelativeHumidity . -### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_BathRoom -:_BathRoom rdf:type owl:NamedIndividual , - SensorsAndActuators:BathRoom . +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Room +:_Room rdf:type owl:NamedIndividual , + SensorsAndActuators:Room . ### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Showering @@ -1497,7 +1504,7 @@ saref4ehaw:Patient rdfs:subClassOf :AnalyzableForCondition . :brushing_teeth_condition02 rdf:type owl:NamedIndividual , :RegularThreshold ; :forProperty :_WaterRunning ; - Sensors:analyseStateOf :_BathRoom ; + Sensors:analyseStateOf :_Room ; :isMinimumThreshold "true"^^xsd:boolean ; saref-core:hasValue "1.0E-5"^^xsd:float . diff --git a/swj2022/ontology/MonitoredPerson.ttl b/swj2022/ontology/MonitoredPerson.ttl index a02bbea..5112d0c 100644 --- a/swj2022/ontology/MonitoredPerson.ttl +++ b/swj2022/ontology/MonitoredPerson.ttl @@ -11,6 +11,8 @@ @base . rdf:type owl:Ontology ; + owl:imports , + ; dc:creator "Bram Steenwinckel, Mathias De Brouwer, Femke Ongenae" ; terms:publisher "IDLab - imec - Ghent University" ; rdfs:comment "This ontology describes the different concepts used within the DAHCC ontology to describe a person/patient, monitored inside its resident." ; diff --git a/swj2022/ontology/README.md b/swj2022/ontology/README.md index 70ce926..846d3fd 100644 --- a/swj2022/ontology/README.md +++ b/swj2022/ontology/README.md @@ -14,9 +14,11 @@ The Activity Recognition ontology contains two parts: - All imports of the `imports` folder of the DAHCC GitHub repo that are being (indirectly) imported by any of the other included DAHCC files. - The additional ontology file [`KBActivityRecognition.ttl`](KBActivityRecognition.ttl) that represents all extra definitions related to the knowledge-driven activity recognition. -All files in this folder together represent the Activity Recognition ontology. +All files in this folder, except for the files in the [`ontology-no-imports`](ontology-no-imports) subfolder, together represent the Activity Recognition ontology. This ontology is also used for the paper's [evaluations](../evaluations). +The [`ontology-no-imports`](ontology-no-imports) subfolder contains an identical copy of the files of the Activity Recognition ontology, with one change: all import statements in the ontology files are removed. This is a small change required to load them in the EYE reasoner. Hence, these files are the ones that are actually used when loading the ontology in DIVIDE. + ## Contact The main contact person directly involved with this research is [Mathias De Brouwer](https://www.linkedin.com/in/mathiasdebrouwer/). In case of any remarks or questions, you can email [mrdbrouw.DeBrouwer@UGent.be](mailto:mrdbrouw.DeBrouwer@UGent.be) or [create a GitHub issue](../../../../issues/new). diff --git a/swj2022/ontology/SensorsAndActuators.ttl b/swj2022/ontology/SensorsAndActuators.ttl index 03187c3..32482a3 100644 --- a/swj2022/ontology/SensorsAndActuators.ttl +++ b/swj2022/ontology/SensorsAndActuators.ttl @@ -11,6 +11,9 @@ @base . rdf:type owl:Ontology ; + owl:imports , + , + ; dc:creator "Bram Steenwinckel, Mathias De Brouwer, Femke Ongenae" ; dc:publisher "IDLab - imec - Ghent University" ; rdfs:comment """This ontology describes the different concepts used within the DAHCC ontology to link static sensors and actuators to their corresponding properties and locations. diff --git a/swj2022/ontology/SensorsAndWearables.ttl b/swj2022/ontology/SensorsAndWearables.ttl index dbff347..51c45c2 100644 --- a/swj2022/ontology/SensorsAndWearables.ttl +++ b/swj2022/ontology/SensorsAndWearables.ttl @@ -12,6 +12,9 @@ @base . rdf:type owl:Ontology ; + owl:imports , + , + ; terms:creator "Bram Steenwinckel, Mathias De Brouwer, Femke Ongenae" ; terms:publisher "IDLab - imec - Ghent University" ; rdfs:comment "This ontology describes the different concepts used within the DAHCC ontology to link wearables and wearables sensors to their corresponding properties and sensing abilities." ; diff --git a/swj2022/ontology/_HomelabWearable_tbox.ttl b/swj2022/ontology/_HomelabWearable_tbox.ttl index eedc9d3..2c31a07 100644 --- a/swj2022/ontology/_HomelabWearable_tbox.ttl +++ b/swj2022/ontology/_HomelabWearable_tbox.ttl @@ -19,7 +19,8 @@ @prefix SensorsAndWearables: . @base . - rdf:type owl:Ontology . + rdf:type owl:Ontology ; + owl:imports SensorsAndWearables: . ################################################################# # Classes diff --git a/swj2022/ontology/_Homelab_tbox.ttl b/swj2022/ontology/_Homelab_tbox.ttl index e4b39cf..5e5166c 100644 --- a/swj2022/ontology/_Homelab_tbox.ttl +++ b/swj2022/ontology/_Homelab_tbox.ttl @@ -18,7 +18,8 @@ @prefix SensorsAndActuators: . @base . - rdf:type owl:Ontology . + rdf:type owl:Ontology ; + owl:imports SensorsAndActuators: . ################################################################# # Annotation properties diff --git a/swj2022/ontology/imports/eep.ttl b/swj2022/ontology/imports/eep.ttl index 453c361..6024360 100644 --- a/swj2022/ontology/imports/eep.ttl +++ b/swj2022/ontology/imports/eep.ttl @@ -7,6 +7,7 @@ @base . rdf:type owl:Ontology ; + owl:imports ; ; "2018-05-20"^^xsd:string ; """Iker Esnaola-Gonzalez @@ -201,4 +202,4 @@ DUL: http://www.ontologydesignpatterns.org/ont/dul/DUL.owl"""^^xsd:string ; . -### Generated by the OWL API (version 5.1.0) https://github.com/owlcs/owlapi/ \ No newline at end of file +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/swj2022/ontology/ontology-no-imports/ActivityRecognition.ttl b/swj2022/ontology/ontology-no-imports/ActivityRecognition.ttl new file mode 100644 index 0000000..2789679 --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/ActivityRecognition.ttl @@ -0,0 +1,1372 @@ +@prefix : . +@prefix dc: . +@prefix ns: . +@prefix ns1: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix vann: . +@prefix terms: . +@prefix cpannotationschema: . +@base . + + rdf:type owl:Ontology ; + dc:creator "Bram Steenwinckel, Mathias De Brouwer, Femke Ongenae" ; + terms:publisher "IDLab - imec- Ghent University" ; + rdfs:comment "This Ontology descirbes the different concepts within the DAHCCC ontology to link human activities and postures together with activity recognition concepts." ; + rdfs:label "The DAHCC Activity Recognition Ontology" ; + owl:versionInfo "0.0.1" . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/elements/1.1/creator +dc:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/publisher +terms:publisher rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/activityPredictionMadeFor +:activityPredictionMadeFor rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :predictionMadeFor ; + rdfs:domain :ActivityPrediction ; + rdfs:range . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/analyzeProperty +:analyzeProperty rdf:type owl:ObjectProperty ; + rdfs:domain :Model ; + rdfs:range ; + rdfs:label "analyze property" . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/consistsOf +:consistsOf rdf:type owl:ObjectProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/forActivity +:forActivity rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:range . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/hasCause +:hasCause rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasExplanation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/hasExplanation +:hasExplanation rdf:type owl:ObjectProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/isBasedOn +:isBasedOn rdf:type owl:ObjectProperty ; + rdfs:domain :Prediction ; + rdfs:label "is based on" . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/nextActivity +:nextActivity rdf:type owl:ObjectProperty ; + owl:inverseOf :previousActivity ; + rdfs:domain ; + rdfs:range . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/predictedBy +:predictedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf :predicts ; + rdfs:range :Model ; + rdfs:label "predicted by" . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/predictionMadeFor +:predictionMadeFor rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain :Prediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/predicts +:predicts rdf:type owl:ObjectProperty ; + rdfs:domain :Model ; + rdfs:label "predicts" . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/previousActivity +:previousActivity rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +################################################################# +# Data properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/activityEnd +:activityEnd rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:dateTime . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/activityStart +:activityStart rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:dateTime . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/timeOfPrediction +:timeOfPrediction rdf:type owl:DatatypeProperty ; + rdfs:domain :Prediction ; + rdfs:range xsd:dateTime . + + +################################################################# +# Classes +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ActiveActivity +:ActiveActivity rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Activity which is performed actively by a person." . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ActivityPrediction +:ActivityPrediction rdf:type owl:Class ; + rdfs:subClassOf :Prediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ActivityRecognitionModel +:ActivityRecognitionModel rdf:type owl:Class ; + rdfs:subClassOf :Model , + [ rdf:type owl:Restriction ; + owl:onProperty :predicts ; + owl:allValuesFrom + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/AdjustingLightLevels +:AdjustingLightLevels rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Ambulation +:Ambulation rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Anomaly +:Anomaly rdf:type owl:Class ; + rdfs:subClassOf :Prediction , + [ rdf:type owl:Restriction ; + owl:onProperty :hasExplanation ; + owl:someValuesFrom :Cause + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/AtomicHomeActivities +:AtomicHomeActivities rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BackgroundActivity +:BackgroundActivity rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Activity which is started by a person, but runs in the background." . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Bathing +:Bathing rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Bending +:Bending rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BendingOver +:BendingOver rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BreakRoutine +:BreakRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BrowingInternetOnComputer +:BrowingInternetOnComputer rdf:type owl:Class ; + rdfs:subClassOf :UsingComputer . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BrowsingInternetOnMobilePhone +:BrowsingInternetOnMobilePhone rdf:type owl:Class ; + rdfs:subClassOf :UsingMobilePhone . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BrushingHair +:BrushingHair rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BrushingTeeth +:BrushingTeeth rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Cause +:Cause rdf:type owl:Class ; + rdfs:subClassOf :Explanation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CausingDestruction +:CausingDestruction rdf:type owl:Class ; + rdfs:subClassOf :HomeEnvironmentManagement . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ChangingLinen +:ChangingLinen rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ChargingDevices +:ChargingDevices rdf:type owl:Class ; + rdfs:subClassOf :OtherActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Cleaning +:Cleaning rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CleaningInBackground +:CleaningInBackground rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CleaningWindows +:CleaningWindows rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Configuration +:Configuration rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CookingFoodOven +:CookingFoodOven rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CookingFoodStovetop +:CookingFoodStovetop rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Cosmetics +:Cosmetics rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Crawling +:Crawling rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CupBoardInteraction +:CupBoardInteraction rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CupboardClose +:CupboardClose rdf:type owl:Class ; + rdfs:subClassOf :CupBoardInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CupboardOpen +:CupboardOpen rdf:type owl:Class ; + rdfs:subClassOf :CupBoardInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CuttingNails +:CuttingNails rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Dancing +:Dancing rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Decorating +:Decorating rdf:type owl:Class ; + rdfs:subClassOf :HomeEnvironmentManagement . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DinnerRoutine +:DinnerRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DishwasherOnInBackground +:DishwasherOnInBackground rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Dishwashing +:Dishwashing rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DoorClose +:DoorClose rdf:type owl:Class ; + rdfs:subClassOf :DoorInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DoorInteraction +:DoorInteraction rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DoorOpen +:DoorOpen rdf:type owl:Class ; + rdfs:subClassOf :DoorInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DoorWalkThrough +:DoorWalkThrough rdf:type owl:Class ; + rdfs:subClassOf :DoorInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrawClose +:DrawClose rdf:type owl:Class ; + rdfs:subClassOf :DrawInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrawInteraction +:DrawInteraction rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrawOpen +:DrawOpen rdf:type owl:Class ; + rdfs:subClassOf :DrawInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrinkPreparation +:DrinkPreparation rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Drinking +:Drinking rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrinkingAlcohol +:DrinkingAlcohol rdf:type owl:Class ; + rdfs:subClassOf :Drinking . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrinkingBeverage +:DrinkingBeverage rdf:type owl:Class ; + rdfs:subClassOf :Drinking . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrinkingWater +:DrinkingWater rdf:type owl:Class ; + rdfs:subClassOf :Drinking . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DryerOnInBackround +:DryerOnInBackround rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DryingBody +:DryingBody rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DryingDishes +:DryingDishes rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DryingHair +:DryingHair rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Dusting +:Dusting rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Eating +:Eating rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/EatingMeal +:EatingMeal rdf:type owl:Class ; + rdfs:subClassOf :Eating . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/EatingSnack +:EatingSnack rdf:type owl:Class ; + rdfs:subClassOf :Eating . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ElectricAppliance +:ElectricAppliance rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/EmailOnComputer +:EmailOnComputer rdf:type owl:Class ; + rdfs:subClassOf :UsingComputer . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/EmailOnMobilePhone +:EmailOnMobilePhone rdf:type owl:Class ; + rdfs:subClassOf :UsingMobilePhone . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/EnduranceeTraining +:EnduranceeTraining rdf:type owl:Class ; + rdfs:subClassOf :Exercising . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/EveningRoutine +:EveningRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ExerciseRoutine +:ExerciseRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Exercising +:Exercising rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Explanation +:Explanation rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/FlexibilityTraining +:FlexibilityTraining rdf:type owl:Class ; + rdfs:subClassOf :Exercising . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Flossing +:Flossing rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Gardening +:Gardening rdf:type owl:Class ; + rdfs:subClassOf :Yardwork . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/GettingDressed +:GettingDressed rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/GettingReadyToSleep +:GettingReadyToSleep rdf:type owl:Class ; + rdfs:subClassOf :Sleeping . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/GettingUndressed +:GettingUndressed rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Grooming +:Grooming rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/HandWashing +:HandWashing rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/HangingLaundry +:HangingLaundry rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Healthcare +:Healthcare rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/HomeEnvironmentManagement +:HomeEnvironmentManagement rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Hygiene +:Hygiene rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/InformationInteraction +:InformationInteraction rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Intellectual +:Intellectual rdf:type owl:Class ; + rdfs:subClassOf :Working . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Ironing +:Ironing rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Jogging +:Jogging rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Jumping +:Jumping rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KneelToStand +:KneelToStand rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Kneeling +:Kneeling rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Knitting +:Knitting rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Laundry +:Laundry rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Leisure +:Leisure rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LieToSit +:LieToSit rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LieToStand +:LieToStand rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Lifestyle +:Lifestyle rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:someValuesFrom :Routine + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ListeningMusicInBackground +:ListeningMusicInBackground rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LoadingDishwasher +:LoadingDishwasher rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LoadingDryer +:LoadingDryer rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LoadingWashingMachine +:LoadingWashingMachine rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LunchRoutine +:LunchRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LyingDown +:LyingDown rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/LyingStill +:LyingStill rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/MakingBed +:MakingBed rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Meditating +:Meditating rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Model +:Model rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom :Configuration + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Mopping +:Mopping rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/MorningRoutine +:MorningRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/MovingFurniture +:MovingFurniture rdf:type owl:Class ; + rdfs:subClassOf :HomeEnvironmentManagement . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/MovingLawn +:MovingLawn rdf:type owl:Class ; + rdfs:subClassOf :Yardwork . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Napping +:Napping rdf:type owl:Class ; + rdfs:subClassOf :Sleeping . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectDrop +:ObjectDrop rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectEmpty +:ObjectEmpty rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectFill +:ObjectFill rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectHold +:ObjectHold rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectInteraction +:ObjectInteraction rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectPickUp +:ObjectPickUp rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectPutDown +:ObjectPutDown rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ObjectUse +:ObjectUse rdf:type owl:Class ; + rdfs:subClassOf :ObjectInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Organizing +:Organizing rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/OtherActivities +:OtherActivities rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Study related activities" . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PersonalAlarmCall +:PersonalAlarmCall rdf:type owl:Class ; + rdfs:subClassOf :SocialInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PetActivity +:PetActivity rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PhysicalWork +:PhysicalWork rdf:type owl:Class ; + rdfs:subClassOf :Working . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Pivoting +:Pivoting rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PlayingGames +:PlayingGames rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PlayingMusic +:PlayingMusic rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PlayngChildren +:PlayngChildren rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PolishingFloor +:PolishingFloor rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PolishingFurniture +:PolishingFurniture rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Praying +:Praying rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Prediction +:Prediction rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty :hasExplanation ; + owl:someValuesFrom :Explanation + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom :Model + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Preparation +:Preparation rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PreparingHotMeal +:PreparingHotMeal rdf:type owl:Class ; + rdfs:subClassOf :PreparingMeal . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PreparingLaundryForWashing +:PreparingLaundryForWashing rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PreparingMeal +:PreparingMeal rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PreparingMealInBackground +:PreparingMealInBackground rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PreparingSnacks +:PreparingSnacks rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PuttingAwayDishes +:PuttingAwayDishes rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PuttingAwayLaundry +:PuttingAwayLaundry rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PuttingAwayShopping +:PuttingAwayShopping rdf:type owl:Class ; + rdfs:subClassOf :HomeEnvironmentManagement . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PuttingOnSensors +:PuttingOnSensors rdf:type owl:Class ; + rdfs:subClassOf :OtherActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PuttingShoesOn +:PuttingShoesOn rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PuttingThingsAway +:PuttingThingsAway rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ReadingPrintedMaterial +:ReadingPrintedMaterial rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ReceiveVisitors +:ReceiveVisitors rdf:type owl:Class ; + rdfs:subClassOf :SocialInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Recycling +:Recycling rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/RehabilitationExercise +:RehabilitationExercise rdf:type owl:Class ; + rdfs:subClassOf :Exercising . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Relaxing +:Relaxing rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Rinsing +:Rinsing rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/RoomTransition +:RoomTransition rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Routine +:Routine rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty :consistsOf ; + owl:someValuesFrom + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Running +:Running rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ScrubbingFloor +:ScrubbingFloor rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SearchingItem +:SearchingItem rdf:type owl:Class ; + rdfs:subClassOf :HomeEnvironmentManagement . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Serving +:Serving rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Sewing +:Sewing rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Shaving +:Shaving rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Showering +:Showering rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Singing +:Singing rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SitToLie +:SitToLie rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SitToStand +:SitToStand rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SitToWalk +:SitToWalk rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Sitting +:Sitting rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SittingChair +:SittingChair rdf:type owl:Class ; + rdfs:subClassOf :Sitting . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SittingDown +:SittingDown rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SittingFloor +:SittingFloor rdf:type owl:Class ; + rdfs:subClassOf :Sitting . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SleepRoutine +:SleepRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Sleeping +:Sleeping rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SleepingDeeply +:SleepingDeeply rdf:type owl:Class ; + rdfs:subClassOf :Sleeping . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SoakingDishes +:SoakingDishes rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SocialInteraction +:SocialInteraction rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SocialMedia +:SocialMedia rdf:type owl:Class ; + rdfs:subClassOf :SocialInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Squatting +:Squatting rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StandToKneel +:StandToKneel rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StandToLie +:StandToLie rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StandToSit +:StandToSit rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Standing +:Standing rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StandingStill +:StandingStill rdf:type owl:Class ; + rdfs:subClassOf :Standing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StandingUnquiet +:StandingUnquiet rdf:type owl:Class ; + rdfs:subClassOf :Standing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StandingUp +:StandingUp rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Straightening +:Straightening rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StrengthTraining +:StrengthTraining rdf:type owl:Class ; + rdfs:subClassOf :Exercising . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Stretching +:Stretching rdf:type owl:Class ; + rdfs:subClassOf :Exercising . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/StudyRelated +:StudyRelated rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Sweeping +:Sweeping rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SwitchLightOff +:SwitchLightOff rdf:type owl:Class ; + rdfs:subClassOf :AdjustingLightLevels . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SwitchLightOn +:SwitchLightOn rdf:type owl:Class ; + rdfs:subClassOf :AdjustingLightLevels . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SwitchOff +:SwitchOff rdf:type owl:Class ; + rdfs:subClassOf :ElectricAppliance . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/SwitchOn +:SwitchOn rdf:type owl:Class ; + rdfs:subClassOf :ElectricAppliance . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TakingMedication +:TakingMedication rdf:type owl:Class ; + rdfs:subClassOf :Healthcare . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TakingOffSensors +:TakingOffSensors rdf:type owl:Class ; + rdfs:subClassOf :OtherActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TakingOutTrash +:TakingOutTrash rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TakingShoesOff +:TakingShoesOff rdf:type owl:Class ; + rdfs:subClassOf :Grooming . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TakingVitamins +:TakingVitamins rdf:type owl:Class ; + rdfs:subClassOf :Healthcare . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TalkinToYourself +:TalkinToYourself rdf:type owl:Class ; + rdfs:subClassOf :Talking . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Talking +:Talking rdf:type owl:Class ; + rdfs:subClassOf :SocialInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TalkingOnPhone +:TalkingOnPhone rdf:type owl:Class ; + rdfs:subClassOf :Talking . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TalkingToSomeone +:TalkingToSomeone rdf:type owl:Class ; + rdfs:subClassOf :Talking . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Texting +:Texting rdf:type owl:Class ; + rdfs:subClassOf :UsingMobilePhone . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ThrowingSomethingAway +:ThrowingSomethingAway rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/ToiletRoutine +:ToiletRoutine rdf:type owl:Class ; + rdfs:subClassOf :Routine . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Toileting +:Toileting rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Transition +:Transition rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/TreatingWounds +:TreatingWounds rdf:type owl:Class ; + rdfs:subClassOf :Healthcare . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Turning +:Turning rdf:type owl:Class ; + rdfs:subClassOf :Transition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UnloadingDishwasher +:UnloadingDishwasher rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Dishwashing . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UnloadingDryer +:UnloadingDryer rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UnloadingWashingMachine +:UnloadingWashingMachine rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Usage +:Usage rdf:type owl:Class ; + rdfs:subClassOf :ElectricAppliance . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UsingComputer +:UsingComputer rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UsingMobilePhone +:UsingMobilePhone rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UsingPrinter +:UsingPrinter rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Vacuuming +:Vacuuming rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Cleaning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/VideoCalling +:VideoCalling rdf:type owl:Class ; + rdfs:subClassOf :SocialInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WakingUp +:WakingUp rdf:type owl:Class ; + rdfs:subClassOf :Sleeping . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Walking +:Walking rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WalkingCarryingLoad +:WalkingCarryingLoad rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WalkingDownStairs +:WalkingDownStairs rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WalkingUpStairs +:WalkingUpStairs rdf:type owl:Class ; + rdfs:subClassOf :Ambulation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WarmingFoodMicrowave +:WarmingFoodMicrowave rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :Preparation . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WashingFace +:WashingFace rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WashingHands +:WashingHands rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WashingMachineOnInBackground +:WashingMachineOnInBackground rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity , + :Laundry . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WatchingTVActively +:WatchingTVActively rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WatchingTVInBackground +:WatchingTVInBackground rdf:type owl:Class ; + rdfs:subClassOf :BackgroundActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WaterPlants +:WaterPlants rdf:type owl:Class ; + rdfs:subClassOf :HomeEnvironmentManagement . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WearingDeodorant +:WearingDeodorant rdf:type owl:Class ; + rdfs:subClassOf :Hygiene . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WindowClose +:WindowClose rdf:type owl:Class ; + rdfs:subClassOf :WindowInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WindowInteraction +:WindowInteraction rdf:type owl:Class ; + rdfs:subClassOf :AtomicHomeActivities . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WindowOpen +:WindowOpen rdf:type owl:Class ; + rdfs:subClassOf :WindowInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Working +:Working rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WorkingOnHobby +:WorkingOnHobby rdf:type owl:Class ; + rdfs:subClassOf :Leisure . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Writing +:Writing rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + :InformationInteraction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Yardwork +:Yardwork rdf:type owl:Class ; + rdfs:subClassOf :ActiveActivity , + . + + +### https://saref.etsi.org/saref4ehaw/Habit + rdfs:subClassOf :Lifestyle . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/swj2022/ontology/ontology-no-imports/KBActivityRecognition.ttl b/swj2022/ontology/ontology-no-imports/KBActivityRecognition.ttl new file mode 100644 index 0000000..487d732 --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/KBActivityRecognition.ttl @@ -0,0 +1,1556 @@ +@prefix : . +@prefix dc: . +@prefix ns: . +@prefix eep: . +@prefix ns1: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix foaf: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix terms: . +@prefix schema: . +@prefix Sensors: . +@prefix saref-core: . +@prefix saref4bldg: . +@prefix saref4ehaw: . +@prefix cpannotationschema: . +@prefix ActivityRecognition: . +@prefix SensorsAndActuators: . +@prefix SensorsAndWearables: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Datatypes +################################################################# + +### http://www.w3.org/2001/XMLSchema#duration +xsd:duration rdf:type rdfs:Datatype . + + +################################################################# +# Object Properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/containsRule +:containsRule rdf:type owl:ObjectProperty ; + rdfs:domain ActivityRecognition:Configuration ; + rdfs:range :Rule . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/doesNotHaveActivityInRoutine +:doesNotHaveActivityInRoutine rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:range saref4ehaw:Activity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/elseResultCondition +:elseResultCondition rdf:type owl:ObjectProperty ; + rdfs:range :Condition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/firstCondition +:firstCondition rdf:type owl:ObjectProperty ; + rdfs:range :Condition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/forProperty +:forProperty rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain :Condition ; + rdfs:range saref-core:Property . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/hasCondition +:hasCondition rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:range :Condition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ifResultCondition +:ifResultCondition rdf:type owl:ObjectProperty ; + rdfs:range :Condition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/isIncludedIn +:isIncludedIn rdf:type owl:ObjectProperty ; + owl:inverseOf saref-core:consistsOf . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/secondCondition +:secondCondition rdf:type owl:ObjectProperty ; + rdfs:range :Condition . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasLocation + owl:propertyChainAxiom ( :isIncludedIn + + ) . + + +### https://dahcc.idlab.ugent.be/Ontology/Sensors/isRelevantTo +Sensors:isRelevantTo owl:propertyChainAxiom ( Sensors:analyseStateOf + + ) . + + +################################################################# +# Data properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/isMinimumThreshold +:isMinimumThreshold rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty ; + rdfs:domain :Threshold ; + rdfs:range xsd:boolean . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/onTimeWindow +:onTimeWindow rdf:type owl:DatatypeProperty ; + rdfs:domain :ActivityRule ; + rdfs:range xsd:duration . + + +################################################################# +# Classes +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/BrushingTeeth +ActivityRecognition:BrushingTeeth rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CookingFoodOven +ActivityRecognition:CookingFoodOven rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/CookingFoodStovetop +ActivityRecognition:CookingFoodStovetop rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/DrinkPreparation +ActivityRecognition:DrinkPreparation rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Eating +ActivityRecognition:Eating rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/PreparingHotMeal +ActivityRecognition:PreparingHotMeal rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Showering +ActivityRecognition:Showering rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Sleeping +ActivityRecognition:Sleeping rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Toileting +ActivityRecognition:Toileting rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/UsingMobilePhone +ActivityRecognition:UsingMobilePhone rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/WatchingTVActively +ActivityRecognition:WatchingTVActively rdfs:subClassOf :DetectableActivity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ActivityRule +:ActivityRule rdf:type owl:Class ; + rdfs:subClassOf :Rule . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/AnalyzableForCondition +:AnalyzableForCondition rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/AndCondition +:AndCondition rdf:type owl:Class ; + rdfs:subClassOf :Condition , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCondition ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/BrushingTeethActivityPrediction +:BrushingTeethActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:BrushingTeeth + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/Condition +:Condition rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ConditionableProperty +:ConditionableProperty rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/CookingFoodOvenActivityPrediction +:CookingFoodOvenActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:CookingFoodOven + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/CookingFoodStovetopActivityPrediction +:CookingFoodStovetopActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:CookingFoodStovetop + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/DetectableActivity +:DetectableActivity rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/DrinkPreparationActivityPrediction +:DrinkPreparationActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:DrinkPreparation + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/EatingActivityPrediction +:EatingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:Eating + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/IfElseCondition +:IfElseCondition rdf:type owl:Class ; + rdfs:subClassOf :Condition , + [ rdf:type owl:Restriction ; + owl:onProperty :elseResultCondition ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCondition ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :ifResultCondition ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/MatchingValue +:MatchingValue rdf:type owl:Class ; + rdfs:subClassOf :ValueCondition . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/MeanThreshold +:MeanThreshold rdf:type owl:Class ; + rdfs:subClassOf :Threshold . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/MeanVarianceThreshold +:MeanVarianceThreshold rdf:type owl:Class ; + rdfs:subClassOf :Threshold , + [ rdf:type owl:Restriction ; + owl:onProperty :forProperty ; + owl:allValuesFrom + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineActivityPrediction +:NonRoutineActivityPrediction rdf:type owl:Class ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineBrushingTeethActivityPrediction +:NonRoutineBrushingTeethActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :BrushingTeethActivityPrediction + :NonRoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :BrushingTeethActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutBrushingTeethRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineCookingFoodOvenActivityPrediction +:NonRoutineCookingFoodOvenActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :CookingFoodOvenActivityPrediction + :NonRoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :CookingFoodOvenActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutCookingFoodOvenRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineCookingFoodStovetopActivityPrediction +:NonRoutineCookingFoodStovetopActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :CookingFoodStovetopActivityPrediction + :NonRoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :CookingFoodStovetopActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutCookingFoodStovetopRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineDrinkPreparationActivityPrediction +:NonRoutineDrinkPreparationActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :DrinkPreparationActivityPrediction + :NonRoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :DrinkPreparationActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutDrinkPreparationRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineEatingActivityPrediction +:NonRoutineEatingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :EatingActivityPrediction + :NonRoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :EatingActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutEatingRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutinePreparingHotMealActivityPrediction +:NonRoutinePreparingHotMealActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :NonRoutineActivityPrediction + :PreparingHotMealActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :PreparingHotMealActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutPreparingHotMealRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineShoweringActivityPrediction +:NonRoutineShoweringActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :NonRoutineActivityPrediction + :ShoweringActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :ShoweringActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutShoweringRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineSleepingActivityPrediction +:NonRoutineSleepingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :NonRoutineActivityPrediction + :SleepingActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :SleepingActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutSleepingRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineToiletingActivityPrediction +:NonRoutineToiletingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :NonRoutineActivityPrediction + :ToiletingActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :ToiletingActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutToiletingRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineUsingMobilePhoneActivityPrediction +:NonRoutineUsingMobilePhoneActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :NonRoutineActivityPrediction + :UsingMobilePhoneActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :UsingMobilePhoneActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutUsingMobilePhoneRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/NonRoutineWatchingTVActivelyActivityPrediction +:NonRoutineWatchingTVActivelyActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :NonRoutineActivityPrediction + :WatchingTVActivelyActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :WatchingTVActivelyActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithoutWatchingTVActivelyRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :NonRoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/OrCondition +:OrCondition rdf:type owl:Class ; + rdfs:subClassOf :Condition , + [ rdf:type owl:Restriction ; + owl:onProperty :hasCondition ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/PreparingHotMealActivityPrediction +:PreparingHotMealActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:PreparingHotMeal + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RegularThreshold +:RegularThreshold rdf:type owl:Class ; + rdfs:subClassOf :Threshold . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineActivityPrediction +:RoutineActivityPrediction rdf:type owl:Class ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineBrushingTeethActivityPrediction +:RoutineBrushingTeethActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :BrushingTeethActivityPrediction + :RoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :BrushingTeethActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithBrushingTeethRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineCookingFoodOvenActivityPrediction +:RoutineCookingFoodOvenActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :CookingFoodOvenActivityPrediction + :RoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :CookingFoodOvenActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithCookingFoodOvenRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineCookingFoodStovetopActivityPrediction +:RoutineCookingFoodStovetopActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :CookingFoodStovetopActivityPrediction + :RoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :CookingFoodStovetopActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithCookingFoodStovetopRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineDrinkPreparationActivityPrediction +:RoutineDrinkPreparationActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :DrinkPreparationActivityPrediction + :RoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :DrinkPreparationActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithDrinkPreparationRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineEatingActivityPrediction +:RoutineEatingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :EatingActivityPrediction + :RoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :EatingActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithEatingRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutinePreparingHotMealActivityPrediction +:RoutinePreparingHotMealActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :PreparingHotMealActivityPrediction + :RoutineActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :PreparingHotMealActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithPreparingHotMealRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineShoweringActivityPrediction +:RoutineShoweringActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :RoutineActivityPrediction + :ShoweringActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :ShoweringActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithShoweringRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineSleepingActivityPrediction +:RoutineSleepingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :RoutineActivityPrediction + :SleepingActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :SleepingActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithSleepingRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineToiletingActivityPrediction +:RoutineToiletingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :RoutineActivityPrediction + :ToiletingActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :ToiletingActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithToiletingRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineUsingMobilePhoneActivityPrediction +:RoutineUsingMobilePhoneActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :RoutineActivityPrediction + :UsingMobilePhoneActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :UsingMobilePhoneActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithUsingMobilePhoneRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/RoutineWatchingTVActivelyActivityPrediction +:RoutineWatchingTVActivelyActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :RoutineActivityPrediction + :WatchingTVActivelyActivityPrediction + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( :WatchingTVActivelyActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:activityPredictionMadeFor ; + owl:someValuesFrom :UserWithWatchingTVActivelyRoutine + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :RoutineActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/Rule +:Rule rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ShoweringActivityPrediction +:ShoweringActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:Showering + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/SleepingActivityPrediction +:SleepingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:Sleeping + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/SlopeThreshold +:SlopeThreshold rdf:type owl:Class ; + rdfs:subClassOf :Threshold . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/Threshold +:Threshold rdf:type owl:Class ; + rdfs:subClassOf :ValueCondition , + [ rdf:type owl:Restriction ; + owl:onProperty :isMinimumThreshold ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:boolean + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/TimeOrderedCondition +:TimeOrderedCondition rdf:type owl:Class ; + rdfs:subClassOf :Condition , + [ rdf:type owl:Restriction ; + owl:onProperty :firstCondition ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :secondCondition ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Condition + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ToiletingActivityPrediction +:ToiletingActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:Toileting + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithBrushingTeethRoutine +:UserWithBrushingTeethRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:BrushingTeeth + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithCookingFoodOvenRoutine +:UserWithCookingFoodOvenRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:CookingFoodOven + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithCookingFoodStovetopRoutine +:UserWithCookingFoodStovetopRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:CookingFoodStovetop + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithDrinkPreparationRoutine +:UserWithDrinkPreparationRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:DrinkPreparation + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithEatingRoutine +:UserWithEatingRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:Eating + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithPreparingHotMealRoutine +:UserWithPreparingHotMealRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:PreparingHotMeal + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithShoweringRoutine +:UserWithShoweringRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:Showering + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithSleepingRoutine +:UserWithSleepingRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:Sleeping + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithToiletingRoutine +:UserWithToiletingRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:Toileting + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithUsingMobilePhoneRoutine +:UserWithUsingMobilePhoneRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:UsingMobilePhone + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithWatchingTVActivelyRoutine +:UserWithWatchingTVActivelyRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( ActivityRecognition:Routine + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:consistsOf ; + owl:someValuesFrom ActivityRecognition:WatchingTVActively + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutBrushingTeethRoutine +:UserWithoutBrushingTeethRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:BrushingTeeth + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutCookingFoodOvenRoutine +:UserWithoutCookingFoodOvenRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:CookingFoodOven + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutCookingFoodStovetopRoutine +:UserWithoutCookingFoodStovetopRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:CookingFoodStovetop + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutDrinkPreparationRoutine +:UserWithoutDrinkPreparationRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:DrinkPreparation + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutEatingRoutine +:UserWithoutEatingRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:Eating + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutPreparingHotMealRoutine +:UserWithoutPreparingHotMealRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:PreparingHotMeal + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutShoweringRoutine +:UserWithoutShoweringRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:Showering + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutSleepingRoutine +:UserWithoutSleepingRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:Sleeping + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutToiletingRoutine +:UserWithoutToiletingRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:Toileting + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutUsingMobilePhoneRoutine +:UserWithoutUsingMobilePhoneRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:UsingMobilePhone + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UserWithoutWatchingTVActivelyRoutine +:UserWithoutWatchingTVActivelyRoutine rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( saref4ehaw:User + [ rdf:type owl:Restriction ; + owl:onProperty :doesNotHaveActivityInRoutine ; + owl:someValuesFrom ActivityRecognition:WatchingTVActively + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf saref4ehaw:User . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/UsingMobilePhoneActivityPrediction +:UsingMobilePhoneActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:UsingMobilePhone + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/ValueCondition +:ValueCondition rdf:type owl:Class ; + rdfs:subClassOf :Condition , + [ rdf:type owl:Restriction ; + owl:onProperty saref-core:hasValue ; + owl:minCardinality "1"^^xsd:nonNegativeInteger + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/WatchingTVActivelyActivityPrediction +:WatchingTVActivelyActivityPrediction rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( ActivityRecognition:ActivityPrediction + [ rdf:type owl:Restriction ; + owl:onProperty ActivityRecognition:forActivity ; + owl:someValuesFrom ActivityRecognition:WatchingTVActively + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ActivityRecognition:ActivityPrediction . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/AtmosphericPressure +SensorsAndActuators:AtmosphericPressure rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/BathRoom +SensorsAndActuators:BathRoom rdfs:subClassOf :AnalyzableForCondition . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Blind +SensorsAndActuators:Blind rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Button +SensorsAndActuators:Button rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/CO2 +SensorsAndActuators:CO2 rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Dimmer +SensorsAndActuators:Dimmer rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/ElectricalCooker +SensorsAndActuators:ElectricalCooker rdfs:subClassOf :AnalyzableForCondition . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/EnergyConsumption +SensorsAndActuators:EnergyConsumption rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Fridge +SensorsAndActuators:Fridge rdfs:subClassOf :AnalyzableForCondition . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/IndoorTemperature +SensorsAndActuators:IndoorTemperature rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Light +SensorsAndActuators:Light rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/LightSwitch +SensorsAndActuators:LightSwitch rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Loudness +SensorsAndActuators:Loudness rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Motion +SensorsAndActuators:Motion rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/OrientationDeviation +SensorsAndActuators:OrientationDeviation rdf:type owl:Class ; + rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Oven +SensorsAndActuators:Oven rdfs:subClassOf :AnalyzableForCondition . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/PeopleNumber +SensorsAndActuators:PeopleNumber rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/PeoplePresencee +SensorsAndActuators:PeoplePresencee rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Positioning +SensorsAndActuators:Positioning rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/RelativeHumidity +SensorsAndActuators:RelativeHumidity rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Relay +SensorsAndActuators:Relay rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Room +SensorsAndActuators:Room rdfs:subClassOf :AnalyzableForCondition . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/VOC +SensorsAndActuators:VOC rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/VentilationLevel +SensorsAndActuators:VentilationLevel rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WaterRunning +SensorsAndActuators:WaterRunning rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Amplitude +SensorsAndWearables:Amplitude rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ApplicationUsage +SensorsAndWearables:ApplicationUsage rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/BloodPressure +SensorsAndWearables:BloodPressure rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/BloodVolumePulse +SensorsAndWearables:BloodVolumePulse rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Frequency +SensorsAndWearables:Frequency rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Gravity +SensorsAndWearables:Gravity rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/HeartRate +SensorsAndWearables:HeartRate rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/InterBeatInterval +SensorsAndWearables:InterBeatInterval rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/KeyStrokes +SensorsAndWearables:KeyStrokes rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Light +SensorsAndWearables:Light rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/LinearAcceleration +SensorsAndWearables:LinearAcceleration rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/MagneticFieldStrength +SensorsAndWearables:MagneticFieldStrength rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/OrientationDeviation +SensorsAndWearables:OrientationDeviation rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Proximity +SensorsAndWearables:Proximity rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Rotation +SensorsAndWearables:Rotation rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SPO2 +SensorsAndWearables:SPO2 rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ScreenUsage +SensorsAndWearables:ScreenUsage rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SkinConductance +SensorsAndWearables:SkinConductance rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SkinTemperature +SensorsAndWearables:SkinTemperature rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SmartphoneAcceleration +SensorsAndWearables:SmartphoneAcceleration rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/StepCount +SensorsAndWearables:StepCount rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/StepCounter +SensorsAndWearables:StepCounter rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/WearableAcceleration +SensorsAndWearables:WearableAcceleration rdfs:subClassOf :ConditionableProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Weight +SensorsAndWearables:Weight rdfs:subClassOf :ConditionableProperty . + + +### https://saref.etsi.org/saref4bldg/Pump +saref4bldg:Pump rdf:type owl:Class ; + rdfs:subClassOf :AnalyzableForCondition . + + +### https://saref.etsi.org/saref4ehaw/Patient +saref4ehaw:Patient rdfs:subClassOf :AnalyzableForCondition . + + +################################################################# +# Individuals +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/KBActivityRecognitionModel +:KBActivityRecognitionModel rdf:type owl:NamedIndividual , + ActivityRecognition:ActivityRecognitionModel ; + eep:implements :KBActivityRecognitionModelConfig1 . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/KBActivityRecognitionModelConfig1 +:KBActivityRecognitionModelConfig1 rdf:type owl:NamedIndividual , + ActivityRecognition:Configuration ; + :containsRule :brushing_teeth_rule , + :showering_rule , + :toileting_rule ; + terms:created "2022-01-04T17:00:00"^^xsd:dateTime . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_BathRoom +:_BathRoom rdf:type owl:NamedIndividual , + SensorsAndActuators:BathRoom . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_BrushingTeeth +:_BrushingTeeth rdf:type owl:NamedIndividual , + ActivityRecognition:BrushingTeeth . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_EnergyConsumption +:_EnergyConsumption rdf:type owl:NamedIndividual , + SensorsAndActuators:EnergyConsumption . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Patient +:_Patient rdf:type owl:NamedIndividual , + saref4ehaw:Patient . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Positioning +:_Positioning rdf:type owl:NamedIndividual , + SensorsAndActuators:Positioning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Pump +:_Pump rdf:type owl:NamedIndividual , + saref4bldg:Pump . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_RelativeHumidity +:_RelativeHumidity rdf:type owl:NamedIndividual , + SensorsAndActuators:RelativeHumidity . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Room +:_Room rdf:type owl:NamedIndividual , + SensorsAndActuators:Room . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Showering +:_Showering rdf:type owl:NamedIndividual , + ActivityRecognition:Showering . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_Toileting +:_Toileting rdf:type owl:NamedIndividual , + ActivityRecognition:Toileting . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_WaterRunning +:_WaterRunning rdf:type owl:NamedIndividual , + SensorsAndActuators:WaterRunning . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/_WearableAcceleration +:_WearableAcceleration rdf:type owl:NamedIndividual , + SensorsAndWearables:WearableAcceleration . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/brushing_teeth_condition01 +:brushing_teeth_condition01 rdf:type owl:NamedIndividual , + :AndCondition ; + :firstCondition :brushing_teeth_condition02 ; + :secondCondition :brushing_teeth_condition03 . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/brushing_teeth_condition02 +:brushing_teeth_condition02 rdf:type owl:NamedIndividual , + :RegularThreshold ; + :forProperty :_WaterRunning ; + Sensors:analyseStateOf :_Room ; + :isMinimumThreshold "true"^^xsd:boolean ; + saref-core:hasValue "1.0E-5"^^xsd:float . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/brushing_teeth_condition03 +:brushing_teeth_condition03 rdf:type owl:NamedIndividual , + :MeanVarianceThreshold ; + :forProperty :_WearableAcceleration ; + Sensors:analyseStateOf :_Patient ; + :isMinimumThreshold "true"^^xsd:boolean ; + saref-core:hasValue "30.0"^^xsd:float . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/brushing_teeth_rule +:brushing_teeth_rule rdf:type owl:NamedIndividual , + :ActivityRule ; + ActivityRecognition:forActivity :_BrushingTeeth ; + :hasCondition :brushing_teeth_condition01 . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/showering_condition01 +:showering_condition01 rdf:type owl:NamedIndividual , + :RegularThreshold ; + :forProperty :_RelativeHumidity ; + Sensors:analyseStateOf :_BathRoom ; + :isMinimumThreshold "true"^^xsd:boolean ; + saref-core:hasValue "57.0"^^xsd:float . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/showering_rule +:showering_rule rdf:type owl:NamedIndividual , + :ActivityRule ; + ActivityRecognition:forActivity :_Showering ; + :hasCondition :showering_condition01 . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/toileting_condition01 +:toileting_condition01 rdf:type owl:NamedIndividual , + :RegularThreshold ; + :forProperty :_EnergyConsumption ; + Sensors:analyseStateOf :_Pump ; + :isMinimumThreshold "true"^^xsd:boolean ; + saref-core:hasValue "1.0E-5"^^xsd:float . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/KBActivityRecognition/toileting_rule +:toileting_rule rdf:type owl:NamedIndividual , + :ActivityRule ; + ActivityRecognition:forActivity :_Toileting ; + :hasCondition :toileting_condition01 . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/swj2022/ontology/ontology-no-imports/MonitoredPerson.ttl b/swj2022/ontology/ontology-no-imports/MonitoredPerson.ttl new file mode 100644 index 0000000..a02bbea --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/MonitoredPerson.ttl @@ -0,0 +1,248 @@ +@prefix : . +@prefix dc: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix terms: . +@base . + + rdf:type owl:Ontology ; + dc:creator "Bram Steenwinckel, Mathias De Brouwer, Femke Ongenae" ; + terms:publisher "IDLab - imec - Ghent University" ; + rdfs:comment "This ontology describes the different concepts used within the DAHCC ontology to describe a person/patient, monitored inside its resident." ; + rdfs:label "The DAHCC Monitored Person Ontology" ; + owl:versionInfo "0.0.1" . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/elements/1.1/creator +dc:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/publisher +terms:publisher rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasAddiction +:hasAddiction rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range :Addiction . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasIndoorLocation +:hasIndoorLocation rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasLocation ; + rdfs:domain ; + rdfs:range . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasLocation +:hasLocation rdf:type owl:ObjectProperty . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasPets +:hasPets rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range :Pet . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasRoutine +:hasRoutine rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasSymptom +:hasSymptom rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range :Symptom . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/livesIn +:livesIn rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/takesMedication +:takesMedication rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range :Medication . + + +################################################################# +# Data properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Address +:Address rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Ethnicity +:Ethnicity rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Language +:Language rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/RecentHospitalAdmission +:RecentHospitalAdmission rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:boolean . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Sex +:Sex rdf:type owl:DatatypeProperty ; + rdfs:domain . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/familialStatus +:familialStatus rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hadWork +:hadWork rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasHearingAid +:hasHearingAid rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:boolean . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/hasStudied +:hasStudied rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/socialStatus +:socialStatus rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string . + + +################################################################# +# Classes +################################################################# + +### http://elite.polito.it/ontologies/dogont.owl#Room + rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/ActivityRecognition/Routine + rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Addiction +:Addiction rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/AlcoholProblem +:AlcoholProblem rdf:type owl:Class ; + rdfs:subClassOf :Addiction . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Allergies +:Allergies rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Cat +:Cat rdf:type owl:Class ; + rdfs:subClassOf :Pet . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Dog +:Dog rdf:type owl:Class ; + rdfs:subClassOf :Pet . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/DrugsProblem +:DrugsProblem rdf:type owl:Class ; + rdfs:subClassOf :Addiction . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Hypochondriac +:Hypochondriac rdf:type owl:Class ; + rdfs:subClassOf :MentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Latex +:Latex rdf:type owl:Class ; + rdfs:subClassOf :Allergies . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Medication +:Medication rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/MedicationAllergy +:MedicationAllergy rdf:type owl:Class ; + rdfs:subClassOf :Allergies . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/MedicationProblem +:MedicationProblem rdf:type owl:Class ; + rdfs:subClassOf :Addiction . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/MentalState +:MentalState rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/OtherAllergy +:OtherAllergy rdf:type owl:Class ; + rdfs:subClassOf :Allergies . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/OtherPet +:OtherPet rdf:type owl:Class ; + rdfs:subClassOf :Pet . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Pet +:Pet rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Schizophrenia +:Schizophrenia rdf:type owl:Class ; + rdfs:subClassOf :MentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Sensitive +:Sensitive rdf:type owl:Class ; + rdfs:subClassOf :MentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Symptom +:Symptom rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/MonitoredPerson/Temperamental +:Temperamental rdf:type owl:Class ; + rdfs:subClassOf :MentalState . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/swj2022/ontology/ontology-no-imports/Sensors.ttl b/swj2022/ontology/ontology-no-imports/Sensors.ttl new file mode 100644 index 0000000..f146524 --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/Sensors.ttl @@ -0,0 +1,34 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Object Properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/Sensors/analyseStateOf +:analyseStateOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isRelevantTo . + + +### https://dahcc.idlab.ugent.be/Ontology/Sensors/isRelevantTo +:isRelevantTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +################################################################# +# Data properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/Sensors/hasTimestampUTC +:hasTimestampUTC rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/swj2022/ontology/ontology-no-imports/SensorsAndActuators.ttl b/swj2022/ontology/ontology-no-imports/SensorsAndActuators.ttl new file mode 100644 index 0000000..03187c3 --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/SensorsAndActuators.ttl @@ -0,0 +1,461 @@ +@prefix : . +@prefix dc: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix terms: . +@base . + + rdf:type owl:Ontology ; + dc:creator "Bram Steenwinckel, Mathias De Brouwer, Femke Ongenae" ; + dc:publisher "IDLab - imec - Ghent University" ; + rdfs:comment """This ontology describes the different concepts used within the DAHCC ontology to link static sensors and actuators to their corresponding properties and locations. + +This ontology uses both the saref core and saref4building ontologies as upper ontologies to define most of the concepts and adds additional classes and object properties to differentiate within the digital health space.""" ; + rdfs:label "The DAHCC Sensors and Actuators Ontology" ; + owl:versionInfo "0.0.1" . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/elements/1.1/creator +dc:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/publisher +dc:publisher rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/creator +terms:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/description +terms:description rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/issued +terms:issued rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/license +terms:license rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/modified +terms:modified rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/publisher +terms:publisher rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/source +terms:source rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/title +terms: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 . + + +### http://www.w3.org/ns/prov#hadPrimarySource +prov:hadPrimarySource rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/Sensors/isRelevantTo + owl:propertyChainAxiom ( + + ) . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/isLocatedNear +:isLocatedNear rdf:type owl:ObjectProperty . + + +################################################################# +# Classes +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/AtmosphericPressure +:AtmosphericPressure rdf:type owl:Class ; + rdfs:subClassOf :Pressure . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/BathRoom +:BathRoom rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/BedRoom +:BedRoom rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Blind +:Blind rdf:type owl:Class ; + rdfs:subClassOf :EnvironmentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/BrownGoods +:BrownGoods rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Button +:Button rdf:type owl:Class ; + rdfs:subClassOf :EnvironmentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/CO2 +:CO2 rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/CO2Sensor +:CO2Sensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/CoffeeMaker +:CoffeeMaker rdf:type owl:Class ; + rdfs:subClassOf :BrownGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Computer +:Computer rdf:type owl:Class ; + rdfs:subClassOf :BrownGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/ContactSensor +:ContactSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/DeepFreezer +:DeepFreezer rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Dimmer +:Dimmer rdf:type owl:Class ; + rdfs:subClassOf :EnvironmentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/DinningRoom +:DinningRoom rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Dishwasher +:Dishwasher rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/DoorSensor +:DoorSensor rdf:type owl:Class ; + rdfs:subClassOf :ContactSensor . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/ElectricalCooker +:ElectricalCooker rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/ElectricityMeter +:ElectricityMeter rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/EnergyConsumption +:EnergyConsumption rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/EnvironmentalState +:EnvironmentalState rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Floor +:Floor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Fridge +:Fridge rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Garage +:Garage rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Garden +:Garden rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Humidity +:Humidity rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/HumiditySensor +:HumiditySensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/IndoorTemperature +:IndoorTemperature rdf:type owl:Class ; + rdfs:subClassOf :Temperature . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Kitchen +:Kitchen rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Light +:Light rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/LightSensor +:LightSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/LightSwitch +:LightSwitch rdf:type owl:Class ; + rdfs:subClassOf :EnvironmentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/LivingRoom +:LivingRoom rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Localisation +:Localisation rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Loudness +:Loudness rdf:type owl:Class ; + rdfs:subClassOf :Noise . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/LoudnessSensor +:LoudnessSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Microwave +:Microwave rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Motion +:Motion rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/MovementSensor +:MovementSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Noise +:Noise rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/OutdoorTemperaturee +:OutdoorTemperaturee rdf:type owl:Class ; + rdfs:subClassOf :Temperature . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Oven +:Oven rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/PeopleNumber +:PeopleNumber rdf:type owl:Class ; + rdfs:subClassOf :Presence . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/PeoplePresencee +:PeoplePresencee rdf:type owl:Class ; + rdfs:subClassOf :Presence . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Positioning +:Positioning rdf:type owl:Class ; + rdfs:subClassOf :EnvironmentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Power +:Power rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Presence +:Presence rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/PresenceSensor +:PresenceSensor rdf:type owl:Class ; + rdfs:subClassOf :MovementSensor . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Pressure +:Pressure rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/PressureSensor +:PressureSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Radio +:Radio rdf:type owl:Class ; + rdfs:subClassOf :BrownGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/RainRate +:RainRate rdf:type owl:Class ; + rdfs:subClassOf :Weather . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/RainrateSensor +:RainrateSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/RelativeHumidity +:RelativeHumidity rdf:type owl:Class ; + rdfs:subClassOf :Humidity . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Relay +:Relay rdf:type owl:Class ; + rdfs:subClassOf :EnvironmentalState . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Room +:Room rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Socket +:Socket rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/StorageRoom +:StorageRoom rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Temperature +:Temperature rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/TemperatureSensor +:TemperatureSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Toilet +:Toilet rdf:type owl:Class ; + rdfs:subClassOf :Room . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Tv +:Tv rdf:type owl:Class ; + rdfs:subClassOf :BrownGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/VOC +:VOC rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/VOCSensor +:VOCSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/VentilationLevel +:VentilationLevel rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WashingMachine +:WashingMachine rdf:type owl:Class ; + rdfs:subClassOf :WhiteGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WaterBoiler +:WaterBoiler rdf:type owl:Class ; + rdfs:subClassOf :BrownGoods . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WaterRunning +:WaterRunning rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WaterRunningSensor +:WaterRunningSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/Weather +:Weather rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WhiteGoods +:WhiteGoods rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WindSpeed +:WindSpeed rdf:type owl:Class ; + rdfs:subClassOf :Weather . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndActuators/WindSpeedSensor +:WindSpeedSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://saref.etsi.org/saref4bldg/Pump + rdf:type owl:Class ; + rdfs:subClassOf . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/swj2022/ontology/ontology-no-imports/SensorsAndWearables.ttl b/swj2022/ontology/ontology-no-imports/SensorsAndWearables.ttl new file mode 100644 index 0000000..dbff347 --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/SensorsAndWearables.ttl @@ -0,0 +1,405 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix foaf: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix terms: . +@prefix schema: . +@base . + + rdf:type owl:Ontology ; + terms:creator "Bram Steenwinckel, Mathias De Brouwer, Femke Ongenae" ; + terms:publisher "IDLab - imec - Ghent University" ; + rdfs:comment "This ontology describes the different concepts used within the DAHCC ontology to link wearables and wearables sensors to their corresponding properties and sensing abilities." ; + rdfs:label "The DAHCC Sensors and Wearable Ontology" ; + owl:versionInfo "0.0.1" . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/terms/creator +terms:creator rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/description +terms:description rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/issued +terms:issued rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/license +terms:license rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/modified +terms:modified rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/publisher +terms:publisher rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/source +terms:source rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/title +terms: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 . + + +### http://www.w3.org/ns/prov#hadPrimarySource +prov:hadPrimarySource rdf:type owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/Sensors/analyseStateOf + owl:propertyChainAxiom ( + + ) . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/hasAxis +:hasAxis rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range :Axis . + + +################################################################# +# Classes +################################################################# + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Acceleration +:Acceleration rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Accelerometer +:Accelerometer rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Altitude +:Altitude rdf:type owl:Class ; + rdfs:subClassOf :GeoLocation . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/AmbientLightSensor +:AmbientLightSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/AmbientNoiseSensor +:AmbientNoiseSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Amplitude +:Amplitude rdf:type owl:Class ; + rdfs:subClassOf :Noise . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ApplicationUsage +:ApplicationUsage rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ApplicationUsageMeter +:ApplicationUsageMeter rdf:type owl:Class ; + rdfs:subClassOf :SmartphoneUsageMeter . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Axis +:Axis rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/BatteryLevelMeter +:BatteryLevelMeter rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/BloodPressure +:BloodPressure rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/BloodVolumePulse +:BloodVolumePulse rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Empatica +:Empatica rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Frequency +:Frequency rdf:type owl:Class ; + rdfs:subClassOf :Noise . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/GPSSensor +:GPSSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/GSRSensor +:GSRSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/GeoLocation +:GeoLocation rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Gravity +:Gravity rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/GravitySensor +:GravitySensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Gyroscope +:Gyroscope rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/HeartRate +:HeartRate rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/InterBeatInterval +:InterBeatInterval rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/KeyStrokes +:KeyStrokes rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/KeyboardUsageMeter +:KeyboardUsageMeter rdf:type owl:Class ; + rdfs:subClassOf :SmartphoneUsageMeter . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Latitude +:Latitude rdf:type owl:Class ; + rdfs:subClassOf :GeoLocation . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Light +:Light rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/LinearAcceleration +:LinearAcceleration rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/LinearAccelerometer +:LinearAccelerometer rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/LocationAccuracy +:LocationAccuracy rdf:type owl:Class ; + rdfs:subClassOf :GeoLocation . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/LocationBearing +:LocationBearing rdf:type owl:Class ; + rdfs:subClassOf :GeoLocation . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Longitude +:Longitude rdf:type owl:Class ; + rdfs:subClassOf :GeoLocation . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/MagneticFieldStrength +:MagneticFieldStrength rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Magnetometer +:Magnetometer rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Noise +:Noise rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/OnWristDetector +:OnWristDetector rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/OrientationDeviation +:OrientationDeviation rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/PPGSensor +:PPGSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Proximity +:Proximity rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ProximitySensor +:ProximitySensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Rotation +:Rotation rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/RotationSensor +:RotationSensor rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SPO2 +:SPO2 rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ScreenUsage +:ScreenUsage rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ScreenUsageMeter +:ScreenUsageMeter rdf:type owl:Class ; + rdfs:subClassOf :SmartphoneUsageMeter . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SkinConductance +:SkinConductance rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SkinTemperature +:SkinTemperature rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Smartphone +:Smartphone rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SmartphoneAcceleration +:SmartphoneAcceleration rdf:type owl:Class ; + rdfs:subClassOf :Acceleration . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/SmartphoneUsageMeter +:SmartphoneUsageMeter rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/StepCount +:StepCount rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/StepCounter +:StepCounter rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Thermopile +:Thermopile rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/WearableAcceleration +:WearableAcceleration rdf:type owl:Class ; + rdfs:subClassOf :Acceleration . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/Weight +:Weight rdf:type owl:Class ; + rdfs:subClassOf . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/XAxis +:XAxis rdf:type owl:Class ; + rdfs:subClassOf :Axis . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/YAxis +:YAxis rdf:type owl:Class ; + rdfs:subClassOf :Axis . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/ZAxis +:ZAxis rdf:type owl:Class ; + rdfs:subClassOf :Axis . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/3DProperty + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty :hasAxis ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass :Axis + ] . + + +### https://dahcc.idlab.ugent.be/Ontology/SensorsAndWearables/3DSensor + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . + + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :XAxis + :YAxis + :ZAxis + ) +] . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/swj2022/ontology/ontology-no-imports/_HomelabWearable_tbox.ttl b/swj2022/ontology/ontology-no-imports/_HomelabWearable_tbox.ttl new file mode 100644 index 0000000..eedc9d3 --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/_HomelabWearable_tbox.ttl @@ -0,0 +1,42 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix core: . +@prefix foaf: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix idlab: . +@prefix terms: . +@prefix dogont: . +@prefix schema: . +@prefix Homelab: . +@prefix Sensors: . +@prefix dashboard: . +@prefix saref4bldg: . +@prefix SensorsAndWearables: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Classes +################################################################# + +### http://purl.org/vocommons/voaf#Vocabulary + rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/EmpaticaTagButton +:EmpaticaTagButton rdf:type owl:Class ; + rdfs:subClassOf core:Device . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndWearables/SleepAPI +:SleepAPI rdf:type owl:Class ; + rdfs:subClassOf core:Meter . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/swj2022/ontology/ontology-no-imports/_Homelab_tbox.ttl b/swj2022/ontology/ontology-no-imports/_Homelab_tbox.ttl new file mode 100644 index 0000000..e4b39cf --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/_Homelab_tbox.ttl @@ -0,0 +1,132 @@ +@prefix : . +@prefix dc: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix core: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix idlab: . +@prefix terms: . +@prefix dogont: . +@prefix Homelab: . +@prefix Sensors: . +@prefix dashboard: . +@prefix saref4bldg: . +@prefix SensorsAndActuators: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://elite.polito.it/ontologies/dogont.owl#hasFloor +dogont:hasFloor rdf:type owl:AnnotationProperty . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/isLocatedNear +Homelab:isLocatedNear rdf:type owl:AnnotationProperty . + + +################################################################# +# Data properties +################################################################# + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/inCorridor +Homelab:inCorridor rdf:type owl:DatatypeProperty ; + rdfs:range xsd:boolean . + + +################################################################# +# Classes +################################################################# + +### http://elite.polito.it/ontologies/dogont.owl#Button +dogont:Button rdf:type owl:Class ; + rdfs:subClassOf core:Device . + + +### http://elite.polito.it/ontologies/dogont.owl#Closet +dogont:Closet rdf:type owl:Class ; + rdfs:subClassOf Homelab:Furniture . + + +### http://elite.polito.it/ontologies/dogont.owl#Cupboard +dogont:Cupboard rdf:type owl:Class ; + rdfs:subClassOf Homelab:Furniture . + + +### http://elite.polito.it/ontologies/dogont.owl#DimmableLight +dogont:DimmableLight rdf:type owl:Class ; + rdfs:subClassOf saref4bldg:Actuator . + + +### http://elite.polito.it/ontologies/dogont.owl#DimmerLamp +dogont:DimmerLamp rdf:type owl:Class ; + rdfs:subClassOf saref4bldg:Actuator . + + +### http://elite.polito.it/ontologies/dogont.owl#DimmerSwitch +dogont:DimmerSwitch rdf:type owl:Class ; + rdfs:subClassOf saref4bldg:Actuator . + + +### http://elite.polito.it/ontologies/dogont.owl#Door +dogont:Door rdf:type owl:Class ; + rdfs:subClassOf Homelab:Furniture . + + +### http://elite.polito.it/ontologies/dogont.owl#Shutter +dogont:Shutter rdf:type owl:Class ; + rdfs:subClassOf Homelab:Furniture . + + +### http://elite.polito.it/ontologies/dogont.owl#ShutterActuator +dogont:ShutterActuator rdf:type owl:Class ; + rdfs:subClassOf saref4bldg:Actuator . + + +### http://elite.polito.it/ontologies/dogont.owl#Terrace +dogont:Terrace rdf:type owl:Class ; + rdfs:subClassOf saref4bldg:BuildingSpace . + + +### http://elite.polito.it/ontologies/dogont.owl#Window +dogont:Window rdf:type owl:Class ; + rdfs:subClassOf Homelab:Furniture . + + +### http://purl.org/vocommons/voaf#Vocabulary + rdf:type owl:Class . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/Curtain +Homelab:Curtain rdf:type owl:Class ; + rdfs:subClassOf Homelab:Furniture . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/Furniture +Homelab:Furniture rdf:type owl:Class ; + rdfs:subClassOf saref4bldg:PhysicalObject . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/Netatmo +Homelab:Netatmo rdf:type owl:Class ; + rdfs:subClassOf core:Sensor . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/WeatherStation +Homelab:WeatherStation rdf:type owl:Class ; + rdfs:subClassOf core:Sensor . + + +### https://dahcc.idlab.ugent.be/Homelab/SensorsAndActuators/WindowSensor +Homelab:WindowSensor rdf:type owl:Class ; + rdfs:subClassOf core:Sensor . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/swj2022/ontology/ontology-no-imports/imports/affectedBy.ttl b/swj2022/ontology/ontology-no-imports/imports/affectedBy.ttl new file mode 100644 index 0000000..9397f51 --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/imports/affectedBy.ttl @@ -0,0 +1,152 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . + + a owl:Ontology ; + ; + owl:versionInfo "1.2"^^xsd:decimal ; + """The AffectedBy ODP consists of two classes aff:FeatureOfInterest and aff:Quality; and three properties aff:influencedBy, aff:belongsTo, and aff:affectedBy. + +This ODP is a reengineering of the SEAS Feature of Interest ontology (https://ci.mines-stetienne.fr/seas/FeatureOfInterestOntology-1.0). The constraint on the property seas:derivesFrom to be symmetric is unnecessary and sometimes innapropriate. For instance, the temperature of a room may derive from the occupancy of the room; however, it is not necessary that the occupancy derives from the temperature of the room. A new property aff:affectedBy (released from the symmetric constraint) is defined in the AffectedBy ODP to replace the role of the property seas:derivesFrom. It can be asserted that seas:derivesFrom is sub property of aff:affectedBy. The class aff:FeatureOfInterest is equivalent to seas:FeatureOfInterest, and the class seas:Property is sub class of aff:Quality. Moreover, seas:hasProperty is sub property of aff:influencedBy, and seas:isPropertyOf is sub property of aff:belongsTo. Furthermore, aff:belongsTo is defined to be functional, to support the notion that a quality is intrinsic to the feature of interest (i.e., an entity) to which it belongs (according to the conceptualization in DUL); and it is asserted that every quality belongs to a feature of interest (aff:Quality rdfs:subClassOf aff:belongsTo some aff:FeatureOfInterest). + +Finally, the object chain axiom aff:influencedBy o aff:affectedBy rdfs:subPropertyOf aff:influencedBy is asserted."""@en ; + "aff"^^xsd:string ; + "AffectedBy ODP"@en ; + ; + """A room (feature of interest) has a temperature (quality) and this temperature is affected by the air conditioner status, by the number of people in the room, and by the sun radiation that passes through the room’s windows. + +A basement (feature of interest) has a temperature (quality) that is affected by the air conditioner status, by level of the basement’s relative humidity, and by the quality of the thermal insulation of the walls. + +Room temperature and basement temperature are different qualities, although both could be individuals of a Temperature subclass of Quality class."""@en ; + "2018-11-28"^^xsd:string ; + """(CQ1). What are the properties/qualities that influence a feature of interest? +(CQ2). What are the properties/qualities that affect a given property of a feature of interest? +(CQ3). Which feature of interest does a given property/quality belongs to?"""@en ; + "To represent properties/qualities that may affect the status of a feature of interest."@en ; + """Iker Esnaola-Gonzalez +Jesús Bermúdez """^^xsd:string ; + """A quality cannot exist without the feature of interest to which it belongs. A quality is intrinsic to the feature of interest to which it belongs. For example, the temperature of room X cannot exist without the room X, and it is a different quality to the temperature of a different room Y. + +A quality can affect another quality, but not necessarily the other way around. For example, a quality Z may affect the quality W, but the quality W does not need to affect quality Z."""@en ; + "2018-05-20"^^xsd:string ; + ; + "http://purl.org/NET/rdflicense/cc-by4.0"^^xsd:string . +# +# +# ################################################################# +# # +# # Annotation properties +# # +# ################################################################# +# +# +# http://www.w3.org/2003/06/sw-vocab-status/ns#term_status + + a owl:AnnotationProperty . +# +# +# +# ################################################################# +# # +# # Object Properties +# # +# ################################################################# +# +# +# https://w3id.org/affectedBy#affectedBy + +:affectedBy a owl:ObjectProperty , owl:TransitiveProperty ; + rdfs:domain :Quality ; + rdfs:range :Quality ; + rdfs:comment "A relation between qualities. A quality is affected by another quality if the value of the latter affects the value of the former."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "affectedBy"@en ; + "stable"^^xsd:string . +# +# https://w3id.org/affectedBy#belongsTo + +:belongsTo a owl:ObjectProperty ; + rdfs:subPropertyOf _:genid1 . + +_:genid1 owl:inverseOf :influencedBy . + +:belongsTo a owl:FunctionalProperty ; + rdfs:domain :Quality ; + rdfs:range :FeatureOfInterest ; + rdfs:comment "A relation between qualities and features of interest. Every quality belongs to the feature of interest it is intrinsic to."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "belongsTo"@en ; + "stable"^^xsd:string . +# +# https://w3id.org/affectedBy#influencedBy + +:influencedBy a owl:ObjectProperty ; + rdfs:domain :FeatureOfInterest ; + rdfs:range :Quality ; + owl:propertyChainAxiom _:genid3 . + +_:genid3 a rdf:List ; + rdf:first :influencedBy ; + rdf:rest _:genid2 . + +_:genid2 a rdf:List ; + rdf:first :affectedBy ; + rdf:rest rdf:nil . + +:influencedBy rdfs:comment "A relation between features of interest and qualities."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "influencedBy"@en ; + "stable"^^xsd:string . +# +# +# +# ################################################################# +# # +# # Classes +# # +# ################################################################# +# +# +# http://purl.org/vocommons/voaf#Vocabulary + + a owl:Class . +# +# https://w3id.org/affectedBy#FeatureOfInterest + +:FeatureOfInterest a owl:Class ; + rdfs:comment "A feature of interest is an abstraction of a real world phenomena (object, event, etc). A feature of interest is then described in terms of its properties or qualities, which are qualifiable, quantifiable, observable or operable qualities of the feature of interest."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "FeatureOfInterest"@en ; + "stable"^^xsd:string . +# +# https://w3id.org/affectedBy#Quality + +:Quality a owl:Class ; + rdfs:subClassOf _:genid4 . + +_:genid4 a owl:Restriction ; + owl:onProperty :belongsTo ; + owl:someValuesFrom :FeatureOfInterest . + +:Quality rdfs:comment "A quality of a feature of interest. An aspect of a feature of interest that is intrinsec to and cannot exist without the feature of interest. Every quality belongs to the feature of interest it is intrinsic to."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "Quality"@en ; + "stable"^^xsd:string . +# +# +# +# ################################################################# +# # +# # Individuals +# # +# ################################################################# +# +# +# https://w3id.org/affectedBy/ + + a owl:NamedIndividual , . +# +# Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi \ No newline at end of file diff --git a/swj2022/ontology/ontology-no-imports/imports/cpannotationschema.ttl b/swj2022/ontology/ontology-no-imports/imports/cpannotationschema.ttl new file mode 100644 index 0000000..522700d --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/imports/cpannotationschema.ttl @@ -0,0 +1,72 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix owl2xml: . +@prefix cpannotationschema: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements +cpannotationschema:coversRequirements rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is used for exemplifying possible requirements the content pattern provides a solution for. Requirements are expressed as natural language competency questions." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#extractedFrom +cpannotationschema:extractedFrom rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property should be assigned with a URI, which points to the possible reference ontology which the annotated pattern was extracted from (i.e. the reference ontology that the ontology elements have been deeply or partially cloned by). The range is not explicit in the definition of the annotation property because it would turn the ontology to OWL Full. E.g. The participation pattern is extracted from the Dolce Ultra Lite ontology, hence the value for this annotation property is http://www.ontologydesignpatterns.org/ont/dul/DUL.owl" . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasComponent +cpannotationschema:hasComponent rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is useful for content ontology design patterns. Its value is a URI, which refers to another content ontology design pattern which is a component of the annotated one." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasConsequences +cpannotationschema:hasConsequences rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is used for briefly describing the benefits and/or possible trade-offs when using the CP." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasIntent +cpannotationschema:hasIntent rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is used in order to describe the intent of the content pattern." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasUnitTest +cpannotationschema:hasUnitTest rdf:type owl:AnnotationProperty ; + rdfs:comment "This property can be used to annotate a unit test (e.g. in the form of a SPARQL query) to be launched to evaluate an ontology against a requirement-based task." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#isCloneOf +cpannotationschema:isCloneOf rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is used for referring a cloned ontology entity to its cloning source." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#isSpecializationOf +cpannotationschema:isSpecializationOf rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is useful for content ontology design patterns and its elements. Its value is a URI, which refers either to a content ontology design pattern that is specialized by the annotated one, or to an ontology element that is specialized by the annotated one." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#reengineeredFrom +cpannotationschema:reengineeredFrom rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property should be assigned with a URI, which points to the concept schema, page, or anything else from which the annotated pattern was reengineered. If the source does not have any URI e.g., a printed book, this property value should provide information as precise as possible in order to identify the source. This property is alternative to the extractedFrom property because it is used when the pattern come from a concept schema which is not an owl ontology. For example content ontology design patterns, which are reengineered from data model patterns, rdf schemas, etc. should be annotatd with this property. E.g. The basicpersonalfoaf pattern is extracted from the rdf FOAF specification, hence the value for this annotation property is http://xmlns.com/foaf/spec/20071002.rdf" . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#relatedCPs +cpannotationschema:relatedCPs rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property can be used to indicate other CPs (if any) that specialize, generalize, inlcude, or are components of the CP. Furthermore, this field may indicate other CPs that are typically used in conjunction with the described one. Important similarities and differences with other patterns can be also described here." . + + +### http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#scenarios +cpannotationschema:scenarios rdf:type owl:AnnotationProperty ; + rdfs:comment "This annotation property is used for describing examples of instantiation of the Content OP. For example, for the part-of Content OP (which represents part-whole relations) a possible scenario is the sentence: \"the brain is part of the human body\". Scenarios are expressed as natural language sentences." . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/swj2022/ontology/ontology-no-imports/imports/eep.ttl b/swj2022/ontology/ontology-no-imports/imports/eep.ttl new file mode 100644 index 0000000..453c361 --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/imports/eep.ttl @@ -0,0 +1,204 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology ; + ; + "2018-05-20"^^xsd:string ; + """Iker Esnaola-Gonzalez +Jesús Bermúdez """^^xsd:string ; + """The Execution-Executor-Procedure (EEP) ODP imports the AffectedBy ODP (https://w3id.org/affectedBy), that involves classes for Features of Interest and their intrinsic Properties/Qualities. + +The EEP ODP is an adaptation of the Procedure Execution Ontology (PEP) (https://w3id.org/pep/pep-1.1) from the SEAS ontology which, in turn, is a generalization of the Observation-Sensor-Procedure and Actuation-Actuator-Procedure patterns used in the SOSA (http://www.w3.org/ns/sosa/) and SSN (http://www.w3.org/ns/ssn/) ontologies. + +From the AffectedBy ODP, the EEP ODP imports the notion that a property/quality is intrinsic to the feature of interest that it belongs to (i.e., according to the definition of the class Quality in the DUL ontology http://www.ontologydesignpatterns.org/ont/dul/DUL.owl). +Apart from the two classes imported from the AffectedBy ODP (aff:FeatureOfIntetest and aff:Quality), the EEP ODP consists of three more classes: Execution, Executor, and Procedure. The class Execution and their three functional object properties: eep:madeBy, eep:usedProcedure, and eep:onQuality, forms the backbone of the ODP. The property eep:madeBy links an execution to its executor, the property eep:usedProcedure links an execution to its procedure, and the property eep:onQuality links an execution to the quality/property concerned by the execution. Therefore, an execution jointly with their three object values of the three aforementioned properties can be considered as a n-ary relationship. Note that every quality belongs to unique feature of interest. Therefore, a feature of interest is involved in the n-ary relationship. + +The remaining object properties: eep:implements, that links executors to procedures, eep:hasFeatureOfInteres, that links executions to features of interest, eep:forQuality, that links executors to qualities, and eep:forFeatureOfInterest, that links executors to features of interest, are defined in terms of the functional object properties using property chain axioms."""@en ; + "2018-09-01"^^xsd:string ; + "Execution-Executor-Procedure ODP"^^xsd:string ; + "eep"^^xsd:string ; + ; + """(CQ1). What are the observations/actuations performed by a given procedure? +(CQ2). What are the observations/actuations performed by a given sensor/actuator? +(CQ3). What are the procedures implemented by a given sensor/actuator? +(CQ4). What are the features of interest on a given observation/actuation? +(CQ5). What are the properties/qualities sensed/actuated by a given observations/actuations? +(CQ6). What are the features of interest of a given sensor/actuator? +(CQ7). What are the properties/qualities sensed/actuated by a given executor?"""@en ; + ; + """Axioms included in the EEP ODP provide inferences that allow to answer the competency questions properly. Therefore, solving some weaknesses of the sosa/ssn ontologies. + +Note that only triples about the four functional object properties: eep:madeBy, eep:usedProcedure, eep:onQuality, and aff:belongsTo, needs to be asserted, the remaining triples are inferred by the property axioms."""@en ; + "To represent executions made by executors that implement procedures. Executions are events like observations or actuations. Executors are systems like sensors or actuators that produce executions. Executors implement procedures to carry out their goals. Executions and executors are taken over features of interest and their intrinsic properties/qualities."@en ; + """PEP: https://w3id.org/pep/pep-1.1 + +SOSA: http://www.w3.org/ns/sosa/ + +SSN: http://www.w3.org/ns/ssn/ + +DUL: http://www.ontologydesignpatterns.org/ont/dul/DUL.owl"""^^xsd:string ; + ; + owl:versionInfo 1.1 . + +################################################################# +# Object Properties +################################################################# + +### https://w3id.org/affectedBy#belongsTo + rdf:type owl:ObjectProperty . + + +### https://w3id.org/eep#forFeatureOfInterest +:forFeatureOfInterest rdf:type owl:ObjectProperty ; + rdfs:domain :Executor ; + rdfs:range ; + owl:propertyChainAxiom ( :forQuality + + ) ; + rdfs:comment "Relation that links an executor to the features of interest of the executions it made."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "forFeatureOfInterest"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#forQuality +:forQuality rdf:type owl:ObjectProperty ; + rdfs:domain :Executor ; + rdfs:range ; + owl:propertyChainAxiom ( [ owl:inverseOf :madeBy + ] + :onQuality + ) ; + rdfs:comment "Relation that links an executor to the qualities acted upon by the executions it made."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "forQuality"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#hasFeatureOfInterest +:hasFeatureOfInterest rdf:type owl:ObjectProperty ; + rdfs:domain :Execution ; + rdfs:range ; + owl:propertyChainAxiom ( :onQuality + + ) ; + rdfs:comment "Relation that links an execution to the feature of interest it is acting upon."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "hasFeatureOfInterest"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#implements +:implements rdf:type owl:ObjectProperty ; + rdfs:domain :Executor ; + rdfs:range :Procedure ; + owl:propertyChainAxiom ( [ owl:inverseOf :madeBy + ] + :usedProcedure + ) ; + rdfs:comment "Relation that links an agent (Executor) to a procedure that it implements."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "implements"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#madeBy +:madeBy rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain :Execution ; + rdfs:range :Executor ; + rdfs:comment "Relation that links an execution to the executor that made the execution."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "madeBy"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#onQuality +:onQuality rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain :Execution ; + rdfs:range ; + rdfs:comment "Relation that links an execution to the quality it is acting upon."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "onQuality"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#usedProcedure +:usedProcedure rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain :Execution ; + rdfs:range :Procedure ; + rdfs:comment "A relation that links an execution to the procedure used in making the execution through an executor agent."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "usedProcedure"@en ; + "stable"^^xsd:string . + + +################################################################# +# Classes +################################################################# + +### http://purl.org/vocommons/voaf#Vocabulary + rdf:type owl:Class . + + +### https://w3id.org/affectedBy#FeatureOfInterest + rdf:type owl:Class . + + +### https://w3id.org/affectedBy#Quality + rdf:type owl:Class . + + +### https://w3id.org/eep#Execution +:Execution rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty :madeBy ; + owl:someValuesFrom :Executor + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :onQuality ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :usedProcedure ; + owl:someValuesFrom :Procedure + ] ; + rdfs:comment "An event made by an agent executing a task implemented by a procedure."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "Execution"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#Executor +:Executor rdf:type owl:Class ; + rdfs:comment "An agent that produces an event (Execution) by implementing a procedure."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "Executor"@en ; + "stable"^^xsd:string . + + +### https://w3id.org/eep#Procedure +:Procedure rdf:type owl:Class ; + rdfs:comment "A workflow, protocol, plan, algorithm, or computational method specifying how to produce an event."^^xsd:string ; + rdfs:isDefinedBy ; + rdfs:label "Procedure"@en ; + "stable"^^xsd:string . + + +################################################################# +# Individuals +################################################################# + +### https://w3id.org/eep/ + rdf:type owl:NamedIndividual , + . + + +### Generated by the OWL API (version 5.1.0) https://github.com/owlcs/owlapi/ \ No newline at end of file diff --git a/swj2022/ontology/ontology-no-imports/imports/saref.ttl b/swj2022/ontology/ontology-no-imports/imports/saref.ttl new file mode 100644 index 0000000..4a2d1d2 --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/imports/saref.ttl @@ -0,0 +1,1361 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix foaf: . +@prefix rdfs: . +@prefix saref: . +@prefix dcterms: . +@prefix vann: . +@base . + + rdf:type owl:Ontology ; + owl:versionInfo "v3.1.1" ; + owl:versionIRI ; + dcterms:issued "2020-02-11"^^xsd:date ; + dcterms:modified "2020-05-29"^^xsd:date ; + dcterms:title "SAREF: the Smart Applications REFerence ontology"@en ; + dcterms:publisher ; + dcterms:license ; + dcterms:creator ; + dcterms:creator ; + dcterms:creator ; + dcterms:creator ; + dcterms:source ; + rdfs:seeAlso ; + vann:preferredNamespacePrefix "saref" ; + vann:preferredNamespaceUri "https://saref.etsi.org/core/" ; + dcterms:description "The Smart Applications REFerence ontology (SAREF) is intended to enable interoperability between solutions from different providers and among various activity sectors in the Internet of Things (IoT), thus contributing to the development of the global digital market."@en ; + rdfs:comment """Information about changes compared to version 2.1.1: + - Added the saref:FeatureOfInterest class and the properties used to relate it to saref:Measurement (saref:hasMeasurement and saref:isMeasurementOf) and to saref:Property (saref:hasProperty and saref:isPropertyOf). + - Added the saref:measurementMadeBy property as inverse of saref:makesMeasurement. + - The saref:relatesToProperty and saref:relatesToMeasurement properties are now inverse of each other. + - The range of saref:hasValue, which was defined as xsd:float, has been removed to support other datatypes for measurements. + - The range of datatype properties, which was defined as xsd:string, has been removed in order to support strings with language tags (rdf:langString). This affects saref:hasDescription, saref:hasManufacturer, saref:hasModel and saref:hasName, which now have implicitly a range of rdfs:Literal. + - The saref:hasName property has been removed and the use of rdfs:label is recommended. + - The saref:hasDescription property has been deprecated and the use of rdfs:comment is recommended. + - Too restrictive restrictions have been removed and in some cases the ontology documentation has been updated to reflect this: a saref:Command having at most one saref:hasDescription; a saref:Task being accomplished by at least one saref:Device; a saref:Device having a typical consumption of only energy or power; a saref:Commodity being measured in units of measure; restrictions on the values of saref:accomplishes that only covered specific use cases; universal restrictions on the saref:actsUpon property have been changed to existential ones; restrictions on the commands that a saref:Function may have, since there could be others not included in the defined enumerations; restrictive documentation of saref:EventFunction and saref:SmokeSensor. + - Bugs have been fixed: some devices (saref:DoorSwitch, saref:EnergyMeter, saref:LigthSwitch, saref:SmokeSensor, and saref:TemperatureSensor) were defined as subclass of a device and at the same time as consisting of such device; a saref:LightSwitch controls light and does not measure light, since it is an actuator; incorrect documentation of saref:OnState and saref:OffState. + - The saref:BuildingRelated, saref:EnergyRelated and saref:FunctionRelated classes have been removed, since the different extensions already classify the device types. + - The instances of the subclasses of saref:Command have been removed, since they represent examples. + - The instances of saref:UnitOfMeasure have been moved to examples. + - The classes related to the SAREF4ENER extension have been removed: saref:Generator, saref:Storage, saref:Load and saref:EnergyMeter. + - Some instances of saref:Device have been moved to examples: saref:WashingMachine, saref:LightingDevice, saref:MicroRenewable, saref:Multimedia, and saref:Network. + - Added domain and range axioms wherever the definition of a property unambiguously identifies the domain or the range of the property. + - The OWL Time ontology is not imported anymore. + - The documentation of some ontology terms has been updated for clarification. + - Language tags have been added to all labels and comments. +""" ; + rdfs:comment """Information about changes compared to version 1.1.1: + - The classes and properties related to how to represent devices in building spaces (such as the saref:BuildingSpace class, saref:BuildingObject class and saref:isLocatedIn property) have been removed from SAREF and incorporated into the SAREF4BLDG extension related to buildings, including the reuse of the W3C? WGS84 geo positioning vocabulary. + - The saref:DeviceCategory and saref:FunctionCategory classes have been removed. Instead, the hierarchy of device categories has been implemented directly as subclasses of the saref:Device class. + - The information specific for energy efficiency has been moved to the SAREF4ENER extension. For example, the saref:Profile class has been redefined to accommodate only the properties that are general enough for any type of profile, not only for energy and power. Details on how to specifically model a power profile can be found in the SAREF4ENER extension. + - The subclasses of the saref:Energy class have been removed (i.e., Average Energy, Maximum Energy, Minimum Energy, Total Energy, HVAC Energy, Hot Water Energy and Lighting Energy). + - The saref:Property class has been split into two classes (saref:Property and saref:Measurement), as it is done in the SAREF4ENVI extension, in order to properly accommodate the distinction between the concept of property (an observable quality of something) and the concept of measurement (a concrete value observed for a property). + - Too restrictive cardinality restrictions have been revised, sometimes making them optional rather than mandatory (better to make properties mandatory in the extensions that specialize SAREF for a specific purpose, rather than restricting SAREF, whose purpose is more general). For example, definitions of units of measurement using an enumeration (owl:oneOf) were too restrictive because they did not allow using other units than those enumerated. Therefore, the individuals of each class are still there, but the owl:oneOf enumeration has been removed. + - The saref:UnitOfMeasure subclasses use individuals from the OM ontology for unit of measures, but this is not the only solution. It has been clarified in the comments that the OM ontology is an example, but other ontologies can be used. + - The global restrictions (rdfs:domain and rdfs:range) in object properties have been completely removed not to hinder interoperability. Object properties are now only restricted locally in the classes. + - The subclasses of saref:Task have been transormed in individuals. + - The saref:hasTask property has been removed from the saref:Profile class to resolve an ambiguity with the saref:Task class.""" . + +dcterms:issued a owl:AnnotationProperty . +dcterms:modified a owl:AnnotationProperty . +dcterms:source a owl:AnnotationProperty . +dcterms:creator a owl:AnnotationProperty . +dcterms:title a owl:AnnotationProperty . +dcterms:description a owl:AnnotationProperty . +dcterms:license a owl:AnnotationProperty . +dcterms:publisher a owl:AnnotationProperty . +vann:preferredNamespacePrefix a owl:AnnotationProperty . +vann:preferredNamespaceUri a owl:AnnotationProperty . + + +################################################################# +# Object Properties +################################################################# + +### https://saref.etsi.org/core/accomplishes +saref:accomplishes rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isAccomplishedBy ; + rdfs:comment "A relationship between a certain entity (e.g., a device) and the task it accomplishes"@en ; + rdfs:range saref:Task ; + rdfs:label "accomplishes"@en . + + +### https://saref.etsi.org/core/actsUpon +saref:actsUpon rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a command and a state"@en ; + rdfs:domain saref:Command ; + rdfs:range saref:State ; + rdfs:label "acts upon"@en . + + +### https://saref.etsi.org/core/consistsOf +saref:consistsOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship indicating a composite entity that consists of other entities (e.g., a temperature/humidity sensor that consists of a temperature sensor and a humidity sensor)"@en ; + rdfs:label "consists of"@en . + + +### https://saref.etsi.org/core/controlsProperty +saref:controlsProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the property that can be controlled by a certain device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Property ; + rdfs:label "controls property"@en . + + +### https://saref.etsi.org/core/hasCommand +saref:hasCommand rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isCommandOf ; + rdfs:comment "A relationship between a function and a command"@en ; + rdfs:domain saref:Function ; + rdfs:range saref:Command ; + rdfs:label "has command"@en . + + +### https://saref.etsi.org/core/hasFunction +saref:hasFunction rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the function of a device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Function ; + rdfs:label "has function"@en . + + +### https://saref.etsi.org/core/hasMeasurement +saref:hasMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a feature of interest and a measurement about it"@en ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Measurement ; + rdfs:label "has measurement"@en . + + +### https://saref.etsi.org/core/hasMeterReading +saref:hasMeterReading rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a metering function and the measurement of the reading"@en ; + rdfs:domain saref:MeteringFunction ; + rdfs:range saref:Measurement ; + rdfs:label "has meter reading"@en . + + +### https://saref.etsi.org/core/hasMeterReadingType +saref:hasMeterReadingType rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the reading type of a metering function (e.g., Water, Gas, Pressure , Energy , Power, etc.)"@en ; + rdfs:domain saref:MeteringFunction ; + rdfs:range saref:Property ; + rdfs:label "has meter reading type"@en . + + +### https://saref.etsi.org/core/hasPrice +saref:hasPrice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship indentifying the price associated to an entity"@en ; + rdfs:range saref:Price ; + rdfs:label "has price"@en . + + +### https://saref.etsi.org/core/hasProfile +saref:hasProfile rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship associating a profile to a certain device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Profile ; + rdfs:label "has profile"@en . + + +### https://saref.etsi.org/core/hasMeasurement +saref:hasMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a feature of interest and a measurement about it"@en ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Measurement ; + rdfs:label "has measurement"@en . + + +### https://saref.etsi.org/core/hasProperty +saref:hasProperty rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isPropertyOf ; + rdfs:comment "A relationship between a feature of interest and a property of that feature"@en ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Property ; + rdfs:label "has property"@en . + + +### https://saref.etsi.org/core/hasSensingRange +saref:hasSensingRange rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a sensing function and a measurement identifying the range of a sensor detection"@en ; + rdfs:domain saref:SensingFunction ; + rdfs:range saref:Measurement ; + rdfs:label "has sensing range"@en . + + +### https://saref.etsi.org/core/hasSensorType +saref:hasSensorType rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the sensing type of a sensor detection (i.e., Temperature, Occupancy, Humidity, Motion , Smoke, Pressure, etc.) "@en ; + rdfs:domain saref:SensingFunction ; + rdfs:range saref:Property ; + rdfs:label "has sensor type"@en . + + +### https://saref.etsi.org/core/hasState +saref:hasState rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the type of state of a device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:State ; + rdfs:label "has state"@en . + + +### https://saref.etsi.org/core/hasThresholdMeasurement +saref:hasThresholdMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship associated with an event function to notify that a certain threshold measurement has been exceeded"@en ; + rdfs:domain saref:EventFunction ; + rdfs:range saref:Measurement ; + rdfs:label "has threshold measurement"@en . + + +### https://saref.etsi.org/core/hasTime +saref:hasTime rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship to associate time information to an entity"@en ; + rdfs:range saref:Time ; + rdfs:label "has time"@en . + + +### https://saref.etsi.org/core/hasTypicalConsumption +saref:hasTypicalConsumption rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying the typical (energy or power) consumption of a device"@en ; + rdfs:label "has typical consumption"@en . + + +### https://saref.etsi.org/core/isAbout +saref:isAbout rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying what an entity, such as a profile, is about"@en ; + rdfs:label "isAbout"@en . + + +### https://saref.etsi.org/core/isAccomplishedBy +saref:isAccomplishedBy rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship identifying an entity (e.g., a device) that can accomplish a task."@en ; + rdfs:domain saref:Task ; + rdfs:label "is accomplished by"@en . + + +### https://saref.etsi.org/core/isCommandOf +saref:isCommandOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a command and a function."@en ; + rdfs:domain saref:Command ; + rdfs:range saref:Function ; + rdfs:label "is command of"@en . + + +### https://saref.etsi.org/core/isControlledByDevice +saref:isControlledByDevice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the devices that can control a certain property"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:Device ; + rdfs:label "is controlled by device"@en . + + +### https://saref.etsi.org/core/isMeasuredByDevice +saref:isMeasuredByDevice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the devices that can measure a certain property"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:Device ; + rdfs:label "is measured by device"@en . + + +### 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."@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:UnitOfMeasure ; + rdfs:label "is measured in"@en . + + +### https://saref.etsi.org/core/isMeasurementOf +saref:isMeasurementOf rdf:type owl:ObjectProperty ; + owl:inverseOf saref:hasMeasurement ; + rdfs:comment "A relationship between a measurement and the feature of interest whose quality was measured"@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:FeatureOfInterest ; + rdfs:label "isMeasurementOf"@en . + + +### https://saref.etsi.org/core/isOfferedBy +saref:isOfferedBy rdf:type owl:ObjectProperty ; + owl:inverseOf saref:offers ; + rdfs:comment "A relationship between a service and a device that offers the service"@en ; + rdfs:domain saref:Service ; + rdfs:range saref:Device ; + rdfs:label "is offered by"@en . + + +### https://saref.etsi.org/core/isPropertyOf +saref:isPropertyOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a property and the feature of interest it belongs to"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:FeatureOfInterest ; + rdfs:label "is property of"@en . + + +### https://saref.etsi.org/core/isUsedFor +saref:isUsedFor rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the commodity for which a device is used for"@en ; + rdfs:label "is used for"@en . + + +### https://saref.etsi.org/core/makesMeasurement +saref:makesMeasurement rdf:type owl:ObjectProperty ; + owl:inverseOf saref:measurementMadeBy ; + rdfs:comment "A relation between a device and the measurements it makes. Such measurement will link together the value of the measurement, its unit of measure and the property to which it relates."@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Measurement ; + rdfs:label "makes measurement"@en . + +### https://saref.etsi.org/core/measurementMadeBy +saref:measurementMadeBy rdf:type owl:ObjectProperty ; + rdfs:comment "A relation between a measurement and the device that made it."@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:Device ; + rdfs:label "measurement made by"@en . + + +### https://saref.etsi.org/core/measuresProperty +saref:measuresProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the property that can be measured by a certain device"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Property ; + rdfs:label "measures property"@en . + + +### https://saref.etsi.org/core/offers +saref:offers rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a device and a service"@en ; + rdfs:domain saref:Device ; + rdfs:range saref:Service ; + rdfs:label "offers"@en . + + +### https://saref.etsi.org/core/relatesToMeasurement +saref:relatesToMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a property and the measurements it relates to"@en ; + rdfs:domain saref:Property ; + rdfs:range saref:Measurement ; + rdfs:label "relates to measurement"@en . + + +### https://saref.etsi.org/core/relatesToProperty +saref:relatesToProperty rdf:type owl:ObjectProperty ; + owl:inverseOf saref:relatesToMeasurement ; + rdfs:comment "A relationship between a measurement and the property it relates to"@en ; + rdfs:domain saref:Measurement ; + rdfs:range saref:Property ; + rdfs:label "relates to property"@en . + + +### https://saref.etsi.org/core/represents +saref:represents rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a service and a function."@en ; + rdfs:domain saref:Service ; + rdfs:range saref:Function ; + rdfs:label "represents"@en . + + +################################################################# +# Data properties +################################################################# + +### https://saref.etsi.org/core/hasDescription +saref:hasDescription rdf:type owl:DatatypeProperty ; + owl:deprecated "true"^^xsd:boolean ; + rdfs:comment "DEPRECATED: The use of rdfs:comment is recommended instead."@en ; + rdfs:comment "A relationship providing a description of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; + rdfs:label "has description"@en . + + +### 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."@en ; + rdfs:label "has manufacturer"@en . + + +### https://saref.etsi.org/core/hasModel +saref:hasModel rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship identifying the model of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ; + rdfs:label "has model"@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)."@en ; + rdfs:label "has timestamp"@en . + + +### https://saref.etsi.org/core/hasValue +saref:hasValue rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power. Note that, even if numeric values are expected to enable reasoning, measurement values could use other datatypes."@en ; + rdfs:label "has value"@en . + + +################################################################# +# Classes +################################################################# + + +### https://saref.etsi.org/core/ActuatingFunction +saref:ActuatingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows to transmit data to actuators, such as level settings (e.g., temperature) or binary switching (e.g., open/close, on/off)"@en ; + rdfs:label "Actuating function"@en . + + +### https://saref.etsi.org/core/Actuator +saref:Actuator rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:ActuatingFunction + ] ; + rdfs:comment "A device responsible for moving or controlling a mechanism or system by performing an actuating function"@en ; + rdfs:label "Actuator"@en . + + +### https://saref.etsi.org/core/Appliance +saref:Appliance rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "An electrical/mechanical machine that accomplish some household functions, such as cleaning or cooking"@en ; + rdfs:label "Appliance"@en . + + +### https://saref.etsi.org/core/CloseCommand +saref:CloseCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OpenCloseState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OpenCloseFunction + ] ; + owl:disjointWith saref:OpenCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Close command"@en . + + +### https://saref.etsi.org/core/CloseState +saref:CloseState rdf:type owl:Class ; + rdfs:subClassOf saref:OpenCloseState ; + rdfs:comment "The state of a device that is CLOSE"@en ; + rdfs:label "Close state"@en . + + +### https://saref.etsi.org/core/Coal +saref:Coal rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Coal"@en . + + +### https://saref.etsi.org/core/Command +saref:Command rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:allValuesFrom saref:State + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] ; + 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. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended."@en ; + rdfs:label "Command"@en . + + +### https://saref.etsi.org/core/Commodity +saref:Commodity rdf:type owl:Class ; + rdfs:comment "A marketable item for which there is demand, but which is supplied without qualitative differentiation across a market. SAREF refers to energy commodities such as electricity, gas, coal and oil. "@en ; + rdfs:label "Commodity"@en . + + +### https://saref.etsi.org/core/Currency +saref:Currency rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The class of units of measure for price"@en ; + rdfs:label "Currency"@en . + + +### https://saref.etsi.org/core/Device +saref:Device rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:consistsOf ; + owl:allValuesFrom saref:Device + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:controlsProperty ; + owl:allValuesFrom saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasProfile ; + owl:allValuesFrom saref:Profile + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:allValuesFrom saref:State + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isUsedFor ; + owl:allValuesFrom saref:Commodity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:makesMeasurement ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:allValuesFrom saref:Property + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:offers ; + owl:allValuesFrom saref:Service + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:accomplishes ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Task + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasManufacturer ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasModel ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] ; + 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:label "Device"@en . + + +### https://saref.etsi.org/core/DoorSwitch +saref:DoorSwitch rdf:type owl:Class ; + rdfs:subClassOf saref:Switch , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:OpenCloseFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:someValuesFrom saref:OpenCloseState + ] ; + rdfs:comment "A switch that performs the saref:OpenCloseFunction, is used for controlling a door, and can be found in the state saref:OpenCloseState. A saref:DoorSwitch is typically used to accomplish saref:Safety."@en ; + rdfs:label "Door switch"@en . + + +### https://saref.etsi.org/core/Electricity +saref:Electricity rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Electricity"@en . + + +### https://saref.etsi.org/core/Energy +saref:Energy rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value measured in an energy unit (such as Kilowatt_Hour or Watt_hour). Furter specializations of the saref:Energy class can be found in the SAREF4ENER extension, where classes such as EnergyMax, EnergyMin and EnergyExpected are defined. "@en ; + rdfs:label "Energy"@en . + + +### https://saref.etsi.org/core/EnergyUnit +saref:EnergyUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for energy"@en ; + rdfs:label "Energy unit"@en . + + +### https://saref.etsi.org/core/EventFunction +saref:EventFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasThresholdMeasurement ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Measurement + ] ; + rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."@en ; + rdfs:label "Event function"@en . + + +### https://saref.etsi.org/core/FeatureOfInterest +saref:FeatureOfInterest rdf:type owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty saref:hasProperty ; + owl:allValuesFrom saref:Property + ] , + [ a owl:Restriction ; + owl:onProperty saref:hasMeasurement ; + owl:allValuesFrom saref:Measurement + ] ; + rdfs:comment "A feature of interest represents any real world entity from which a property is measured."@en ; + rdfs:label "Feature of interest"@en . + + +### https://saref.etsi.org/core/Function +saref:Function rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:hasCommand ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Command + ] ; + 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:label "Function"@en . + + +### https://saref.etsi.org/core/Gas +saref:Gas rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Gas"@en . + + +### https://saref.etsi.org/core/GetCommand +saref:GetCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command ; + rdfs:comment "A type of command"@en ; + rdfs:label "Get command"@en . + + +### https://saref.etsi.org/core/GetCurrentMeterValueCommand +saref:GetCurrentMeterValueCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get current meter value command"@en . + + +### https://saref.etsi.org/core/GetMeterDataCommand +saref:GetMeterDataCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get meter data command"@en . + + +### https://saref.etsi.org/core/GetMeterHistoryCommand +saref:GetMeterHistoryCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get meter history command"@en . + + +### https://saref.etsi.org/core/GetSensingDataCommand +saref:GetSensingDataCommand rdf:type owl:Class ; + rdfs:subClassOf saref:GetCommand , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:SensingFunction + ] ; + rdfs:comment "A type of get command"@en ; + rdfs:label "Get sensing data command"@en . + + +### https://saref.etsi.org/core/HVAC +saref:HVAC rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "Heating, Ventilation and Air Conditioning (HVAC) device that provides indoor environmental comfort. A saref:HVAC is typically used to accomplish saref:Comfort."@en ; + rdfs:label "HVAC"@en . + + +### https://saref.etsi.org/core/Humidity +saref:Humidity 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 humidity unit"@en ; + rdfs:label "Humidity"@en . + + +### https://saref.etsi.org/core/IlluminanceUnit +saref:IlluminanceUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for light"@en ; + rdfs:label "Illuminance unit"@en . + + +### https://saref.etsi.org/core/LevelControlFunction +saref:LevelControlFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to do level adjustments of a property in a certain range (e.g., 0%-100%), such as dimming a light in a room or setting the speed of an electric motor. "@en ; + rdfs:label "Level control function"@en . + + +### https://saref.etsi.org/core/Light +saref:Light 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 illuminance unit (lux)"@en ; + rdfs:label "Light"@en . + + +### https://saref.etsi.org/core/LightSwitch +saref:LightSwitch rdf:type owl:Class ; + rdfs:subClassOf saref:Switch , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:OnOffFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasState ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:controlsProperty ; + owl:someValuesFrom saref:Light + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:offers ; + owl:someValuesFrom saref:SwitchOnService + ] ; + rdfs:comment "A switch that performs the saref:OnOffFunction, controls the property saref:Light, and can be found in the state saref:OnOffState. It can offer a switch on service. A saref:LightSwitch is typically used to accomplish saref:Lighting."@en ; + rdfs:label "Light switch"@en . + + +### 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: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 + ] ; + 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:label "Measurement"@en . + + +### https://saref.etsi.org/core/Meter +saref:Meter rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:MeteringFunction + ] ; + rdfs:comment "A device built to accurately detect and display a quantity in a form readable by a human being. Further, a device of category saref:Meter that performs a saref:MeteringFunction."@en ; + rdfs:label "Meter"@en . + + +### https://saref.etsi.org/core/MeteringFunction +saref:MeteringFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasMeterReading ; + owl:allValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasMeterReadingType ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( saref:Commodity + saref:Property + ) + ] + ] ; + rdfs:comment "A function that allows to get data from a meter, such as current meter reading or instantaneous demand"@en ; + rdfs:label "Metering function"@en . + + +### https://saref.etsi.org/core/Motion +saref:Motion 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 unit of measure for motion"@en ; + rdfs:label "Motion"@en . + + +### https://saref.etsi.org/core/MultiLevelState +saref:MultiLevelState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "Multi level state"@en . + + +### https://saref.etsi.org/core/NotifyCommand +saref:NotifyCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:EventFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Notify command"@en . + + +### https://saref.etsi.org/core/Occupancy +saref:Occupancy rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value (saref:hasValue property) that is measured in a unit of measure for occupancy"@en ; + rdfs:label "Occupancy"@en . + + +### https://saref.etsi.org/core/OffCommand +saref:OffCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + owl:disjointWith saref:OnCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Off command"@en . + + +### https://saref.etsi.org/core/OffState +saref:OffState rdf:type owl:Class ; + rdfs:subClassOf saref:OnOffState ; + rdfs:comment "The state of a device that is Off"@en ; + rdfs:label "Off state"@en . + + +### https://saref.etsi.org/core/OnCommand +saref:OnCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OnOffState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "On command"@en . + + +### https://saref.etsi.org/core/OnOffFunction +saref:OnOffFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to switch on and off an actuator"@en ; + rdfs:label "On off function"@en . + + +### https://saref.etsi.org/core/OnOffState +saref:OnOffState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "On off state"@en . + + +### https://saref.etsi.org/core/OnState +saref:OnState rdf:type owl:Class ; + rdfs:subClassOf saref:OnOffState ; + rdfs:comment "The state of a device that is On"@en ; + rdfs:label "On state"@en . + + +### https://saref.etsi.org/core/OpenCloseFunction +saref:OpenCloseFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to open and close a device"@en ; + rdfs:label "Open close function"@en . + + +### https://saref.etsi.org/core/OpenCloseState +saref:OpenCloseState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "Open close state"@en . + + +### https://saref.etsi.org/core/OpenCommand +saref:OpenCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:OpenCloseState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OpenCloseFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Open command"@en . + + +### https://saref.etsi.org/core/OpenState +saref:OpenState rdf:type owl:Class ; + rdfs:subClassOf saref:OpenCloseState ; + rdfs:comment "The state of a device that is OPEN "@en ; + rdfs:label "Open state"@en . + + +### https://saref.etsi.org/core/PauseCommand +saref:PauseCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command ; + rdfs:comment "A type of command"@en ; + rdfs:label "Pause command"@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."@en ; + rdfs:label "Power"@en . + + +### https://saref.etsi.org/core/PowerUnit +saref:PowerUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for power"@en ; + rdfs:label "Power unit"@en . + + +### https://saref.etsi.org/core/Pressure +saref:Pressure 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 pressure unit (bar or pascal)"@en ; + rdfs:label "Pressure"@en . + + +### https://saref.etsi.org/core/PressureUnit +saref:PressureUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for pressure"@en ; + rdfs:label "Pressure unit"@en . + + +### https://saref.etsi.org/core/Price +saref:Price rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "A saref:Property crelated to some measurements that are characterized by a certain value that is measured using saref:Currency"@en ; + rdfs:label "Price"@en . + + +### https://saref.etsi.org/core/Profile +saref:Profile rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:consistsOf ; + owl:allValuesFrom saref:Profile + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasPrice ; + owl:allValuesFrom saref:Price + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasTime ; + owl:allValuesFrom saref:Time + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isAbout ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( saref:Commodity + saref:Property + ) + ] + ] ; + rdfs:comment "A specification associated to a device to collect information about a certain Property (e.g., Energy) for optimizing its usage in the home, office or building in which the device is located. This specification is about a certain Property (saref:isAbout), can be calculated over a time span (saref:hasTime) and can be associated to some costs (saref:hasPrice). An example is the Power Profile defined in the SAREF4ENER extension that can be associated to a device for optimizing the Energy efficiency in the home, office or building in which the device is located."@en ; + rdfs:label "Profile"@en . + + +### https://saref.etsi.org/core/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:isPropertyOf ; + owl:allValuesFrom saref:FeatureOfInterest + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:relatesToMeasurement ; + owl:allValuesFrom saref:Measurement + ] ; + 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:label "Property"@en . + + +### https://saref.etsi.org/core/SensingFunction +saref:SensingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasSensingRange ; + owl:someValuesFrom saref:Measurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasSensorType ; + owl:allValuesFrom saref:Property + ] ; + rdfs:comment "A function that allows to transmit data from sensors, such as measurement values (e.g., temperature) or sensing data (e.g., occupancy)"@en ; + rdfs:label "Sensing function"@en . + + +### https://saref.etsi.org/core/Sensor +saref:Sensor rdf:type owl:Class ; + rdfs:subClassOf saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] ; + rdfs:comment "A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. Further, a device of category saref:Sensor that performs a saref:SensingFunction."@en ; + rdfs:label "Sensor"@en . + + +### https://saref.etsi.org/core/Service +saref:Service rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty saref:isOfferedBy ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Device + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:represents ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Function + ] ; + rdfs:comment "A service is a representation of a function to a network that makes the function discoverable, registerable, remotely controllable by other devices in the network. A service can represent one or more functions. A Service is offered by a device that wants (a certain set of) its function(s) to be discoverable, registerable, remotely controllable by other devices in the network. A Service must specify the device that is offering the service and the function(s) to be represented."@en ; + rdfs:label "Service"@en . + + +### https://saref.etsi.org/core/SetAbsoluteLevelCommand +saref:SetAbsoluteLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:SetLevelCommand ; + rdfs:comment "A type of set level command"@en ; + rdfs:label "Set absolute level command"@en . + + +### https://saref.etsi.org/core/SetLevelCommand +saref:SetLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Set level command"@en . + + +### https://saref.etsi.org/core/SetRelativeLevelCommand +saref:SetRelativeLevelCommand rdf:type owl:Class ; + rdfs:subClassOf saref:SetLevelCommand ; + rdfs:comment "A type of set level command"@en ; + rdfs:label "Set relative level command"@en . + + +### https://saref.etsi.org/core/Smoke +saref:Smoke 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 unit of measure for smoke"@en ; + rdfs:label "Smoke"@en . + + +### https://saref.etsi.org/core/SmokeSensor +saref:SmokeSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:EventFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:someValuesFrom saref:Smoke + ] ; + rdfs:comment "A sensor that performs the saref:SensingFunction and the saref:EventFunction, and is used for the purpose of sensing a property of type saref:Smoke. A saref:SmokeSensor is typically used to saref:accomplish saref:Safety."@en ; + rdfs:label "Smoke sensor"@en . + + +### https://saref.etsi.org/core/StartCommand +saref:StartCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:StartStopState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:StartStopFunction + ] ; + owl:disjointWith saref:StopCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Start command"@en . + + +### https://saref.etsi.org/core/StartState +saref:StartState rdf:type owl:Class ; + rdfs:subClassOf saref:StartStopState ; + rdfs:comment "The state of a device that is STARTED"@en ; + rdfs:label "Start state"@en . + + +### https://saref.etsi.org/core/StartStopFunction +saref:StartStopFunction rdf:type owl:Class ; + rdfs:subClassOf saref:ActuatingFunction ; + rdfs:comment "An actuating function that allows to start and stop a device"@en ; + rdfs:label "Start stop function"@en . + + +### https://saref.etsi.org/core/StartStopState +saref:StartStopState rdf:type owl:Class ; + rdfs:subClassOf saref:State ; + rdfs:comment "A type of state"@en ; + rdfs:label "Start stop state"@en . + + +### https://saref.etsi.org/core/State +saref:State rdf:type owl:Class ; + rdfs:comment "The state in which a device can be found, e.g, ON/OFF/STANDBY, or ONLINE/OFFLINE. We propose here a list of states that are relevant for the purpose of SAREF, but this list can be extended."@en ; + rdfs:label "State"@en . + + +### https://saref.etsi.org/core/StepDownCommand +saref:StepDownCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + owl:disjointWith saref:StepUpCommand ; + rdfs:comment "A type of command"@en ; + rdfs:label "Step down command"@en . + + +### https://saref.etsi.org/core/StepUpCommand +saref:StepUpCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:MultiLevelState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:LevelControlFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Step up command"@en . + + +### https://saref.etsi.org/core/StopCommand +saref:StopCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:actsUpon ; + owl:someValuesFrom saref:StartStopState + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:StartStopFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Stop command"@en . + + +### https://saref.etsi.org/core/StopState +saref:StopState rdf:type owl:Class ; + rdfs:subClassOf saref:StartStopState ; + rdfs:comment "The state of a device that is STOPPED"@en ; + rdfs:label "Stop state"@en . + + +### https://saref.etsi.org/core/Switch +saref:Switch rdf:type owl:Class ; + rdfs:subClassOf saref:Actuator ; + rdfs:comment "A device of category saref:Actuator that performs an actuating function of type saref:OnOffFunction or saref:OpenCloseFunction"@en ; + rdfs:label "Switch"@en . + + +### https://saref.etsi.org/core/SwitchOnService +saref:SwitchOnService rdf:type owl:Class ; + rdfs:subClassOf saref:Service , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isOfferedBy ; + owl:someValuesFrom saref:LightSwitch + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:represents ; + owl:someValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of service that represents an on/off function to the network"@en ; + rdfs:label "Switch on service"@en . + + +### https://saref.etsi.org/core/Task +saref:Task rdf:type owl:Class ; + rdfs:comment "The goal for which a device is designed (from a user perspective). For example, a washing machine is designed for the task of washing. We propose here a list of tasks that are relevant for the purpose of SAREF, but this list can be extended. Tasks can be accomplished by devices (saref:isAccomplishedBy)."@en ; + rdfs:label "Task"@en . + + +### https://saref.etsi.org/core/Temperature +saref:Temperature 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 temperature unit (degree_Celsius, degree_Fahrenheit, or degree_kelvin)"@en ; + rdfs:label "Temperature"@en . + + +### https://saref.etsi.org/core/TemperatureSensor +saref:TemperatureSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasFunction ; + owl:someValuesFrom saref:SensingFunction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:measuresProperty ; + owl:someValuesFrom saref:Temperature + ] ; + rdfs:comment "A sensor that is used for the purpose of sensing a property of type saref:Temperature. A saref:TemperatureSensor is typically used to saref:accomplish saref:Comfort."@en ; + rdfs:label "Temperature sensor"@en . + + +### https://saref.etsi.org/core/TemperatureUnit +saref:TemperatureUnit rdf:type owl:Class ; + rdfs:subClassOf saref:UnitOfMeasure ; + rdfs:comment "The unit of measure for temperature"@en ; + rdfs:label "Temperature unit"@en . + +### https://saref.etsi.org/core/Time +saref:Time rdf:type owl:Class ; + rdfs:comment "A class that allows to specify the time concept."@en ; + rdfs:label "Time"@en . + + +### https://saref.etsi.org/core/ToggleCommand +saref:ToggleCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command , + [ rdf:type owl:Restriction ; + owl:onProperty saref:isCommandOf ; + owl:allValuesFrom saref:OnOffFunction + ] ; + rdfs:comment "A type of command"@en ; + rdfs:label "Toggle command"@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 SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."@en ; + rdfs:label "Unit of measure"@en . + + +### https://saref.etsi.org/core/Water +saref:Water rdf:type owl:Class ; + rdfs:subClassOf saref:Commodity ; + rdfs:comment "A type of commodity"@en ; + rdfs:label "Water"@en . + + +################################################################# +# Individuals +################################################################# + + +### https://saref.etsi.org/core/Cleaning +saref:Cleaning rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Cleaning"@en . + + +### https://saref.etsi.org/core/Comfort +saref:Comfort rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Comfort"@en . + + +### https://saref.etsi.org/core/Drying +saref:Drying rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Drying"@en . + + +### https://saref.etsi.org/core/EnergyEfficiency +saref:EnergyEfficiency rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "EnergyEfficiency"@en . + + +### https://saref.etsi.org/core/Entertainment +saref:Entertainment rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Entertainment"@en . + + +### https://saref.etsi.org/core/Lighting +saref:Lighting rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Lighting"@en . + + +### https://saref.etsi.org/core/MeterReading +saref:MeterReading rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Meter reading"@en . + +### https://saref.etsi.org/core/Safety +saref:Safety rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Safety"@en . + +### https://saref.etsi.org/core/Washing +saref:Washing rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "Washing"@en . + + +### https://saref.etsi.org/core/WellBeing +saref:WellBeing rdf:type owl:NamedIndividual , + saref:Task ; + rdfs:comment "A type of task for which a device is designed"@en ; + rdfs:label "WellBeing"@en . diff --git a/swj2022/ontology/ontology-no-imports/imports/saref4bldg.ttl b/swj2022/ontology/ontology-no-imports/imports/saref4bldg.ttl new file mode 100644 index 0000000..0d4718b --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/imports/saref4bldg.ttl @@ -0,0 +1,4262 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix prov: . +@prefix rdfs: . +@prefix vann: . +@prefix s4bldg: . +@prefix saref: . +@prefix dcterms: . + + a owl:Ontology ; + owl:versionIRI ; + dcterms:creator , ; + dcterms:license ; + vann:preferredNamespaceUri "https://saref.etsi.org/saref4bldg/" ; + dcterms:title "SAREF extension for building"@en ; + dcterms:publisher ; + dcterms:modified "2020-06-05"^^xsd:date ; + dcterms:issued "2020-04-13"^^xsd:date ; + dcterms:source ; + vann:preferredNamespacePrefix "s4bldg" ; + rdfs:seeAlso ; + dcterms:description "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries. The descriptions of the classes and properties extracted from IFC have been taken from the IFC documentation."@en ; + rdfs:comment """Information about changes compared to version 1.1.1: + - Updated namespaces for compatibility with SAREF v3."""@en ; + owl:versionInfo "v1.1.2" . +# +# +# ################################################################# +# # +# # Annotation properties +# # +# ################################################################# +# + + +dcterms:description a owl:AnnotationProperty . +dcterms:license a owl:AnnotationProperty . +dcterms:publisher a owl:AnnotationProperty . +dcterms:title a owl:AnnotationProperty . + +# +# http://purl.org/dc/terms/creator + +dcterms:creator a owl:AnnotationProperty . +# +# http://purl.org/dc/terms/modified + +dcterms:modified a owl:AnnotationProperty . +# +# http://purl.org/dc/terms/issued + +dcterms:issued a owl:AnnotationProperty . +# +# http://purl.org/dc/terms/source + +dcterms:source a owl:AnnotationProperty . +# +# http://purl.org/dc/terms/dateCopyrighted + +dcterms:dateCopyrighted a owl:AnnotationProperty . +# +# http://purl.org/dc/terms/rightsHolder + +dcterms:rightsHolder a owl:AnnotationProperty . + +# +# http://purl.org/vocab/vann/preferredNamespacePrefix + +vann:preferredNamespacePrefix a owl:AnnotationProperty . +# +# http://purl.org/vocab/vann/preferredNamespaceUri + +vann:preferredNamespaceUri a owl:AnnotationProperty . +# +# http://www.w3.org/ns/prov#hadPrimarySource + +prov:hadPrimarySource a owl:AnnotationProperty . +# +# +# +# ################################################################# +# # +# # Datatypes +# # +# ################################################################# +# +# +# http://www.w3.org/2001/XMLSchema#duration + +xsd:duration a rdfs:Datatype . +# +# +# +# ################################################################# +# # +# # Object Properties +# # +# ################################################################# +# +# +# http://www.w3.org/2003/01/geo/wgs84_pos#location + + a owl:ObjectProperty ; + rdfs:comment "The relation between something and the point, or other geometrical thing in space, where it is. For example, the realtionship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping ."@en ; + rdfs:isDefinedBy ; + rdfs:label "location"@en . +# +# https://saref.etsi.org/saref4bldg/airFlowRateMax + +:airFlowRateMax a owl:ObjectProperty ; + rdfs:comment "Maximum allowable air flow rate. Usually measured in m3/s."@en ; + rdfs:label "air flow rate range max"@en . +# +# https://saref.etsi.org/saref4bldg/airFlowRateMin + +:airFlowRateMin a owl:ObjectProperty ; + rdfs:comment "Minimum allowable air flow rate. Usually measured in m3/s."@en ; + rdfs:label "air flow rate range min"@en . +# +# https://saref.etsi.org/saref4bldg/ambientDesignDryBulbTemperature + +:ambientDesignDryBulbTemperature a owl:ObjectProperty ; + rdfs:comment "Ambient design dry bulb temperature used for selecting the cooling tower. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "ambient design dry bulb temperature"@en . +# +# https://saref.etsi.org/saref4bldg/ambientDesignWetBulbTemperature + +:ambientDesignWetBulbTemperature a owl:ObjectProperty ; + rdfs:comment "Ambient design wet bulb temperature used for selecting the cooling tower. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "ambient design wet bulb temperature"@en . +# +# https://saref.etsi.org/saref4bldg/apparentPowerMax + +:apparentPowerMax a owl:ObjectProperty ; + rdfs:comment "Maximum apparent power/capacity in VA (volt ampere). Usually measured in Watts (W, J/s)."@en ; + rdfs:label "maximum apparent power"@en . +# +# https://saref.etsi.org/saref4bldg/audioVolume + +:audioVolume a owl:ObjectProperty ; + rdfs:comment "Indicates discrete audio volume levels and corresponding sound power offsets, if applicable. Missing values may be interpolated. Measured in watts."@en ; + rdfs:label "audio volume"@en . +# +# https://saref.etsi.org/saref4bldg/basinReserveVolume + +:basinReserveVolume a owl:ObjectProperty ; + rdfs:comment "Volume between operating and overflow levels in cooling tower basin. Usually measured in cubic metre (m3)."@en ; + rdfs:label "basin reserve volume"@en . +# +# https://saref.etsi.org/saref4bldg/bladeThickness + +:bladeThickness a owl:ObjectProperty ; + rdfs:comment "The thickness of the damper blade. Usually measured in millimeters (mm)."@en ; + rdfs:label "blade thickness"@en . +# +# https://saref.etsi.org/saref4bldg/bodyMass + +:bodyMass a owl:ObjectProperty ; + rdfs:comment "Overall body mass of the heater. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "body mass"@en . +# +# https://saref.etsi.org/saref4bldg/capacityWeight + +:capacityWeight a owl:ObjectProperty ; + rdfs:comment "Capacity of the transport element measured by weight. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "capacity weight"@en . +# +# https://saref.etsi.org/saref4bldg/closeOffRating + +:closeOffRating a owl:ObjectProperty ; + rdfs:comment "Close off rating. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "close off rating"@en . +# +# https://saref.etsi.org/saref4bldg/coilLength + +:coilLength a owl:ObjectProperty ; + rdfs:comment "Length of coil. Usually measured in millimeters (mm)."@en ; + rdfs:label "coil length"@en . +# +# https://saref.etsi.org/saref4bldg/coilWidth + +:coilWidth a owl:ObjectProperty ; + rdfs:comment "Width of coil. Usually measured in millimeters (mm"@en ; + rdfs:label "coil width"@en . +# +# https://saref.etsi.org/saref4bldg/colorTemperature + +:colorTemperature a owl:ObjectProperty ; + rdfs:comment "The color temperature of any source of radiation is defined as the temperature (in Kelvin) of a black-body or Planckian radiator whose radiation has the same chromaticity as the source of radiation. Often the values are only approximate color temperatures as the black-body radiator cannot emit radiation of every chromaticity value. The color temperatures of the commonest artificial light sources range from less than 3000K (warm white) to 4000K (intermediate) and over 5000K (daylight). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "color temperature"@en . +# +# https://saref.etsi.org/saref4bldg/compressorSpeed + +:compressorSpeed a owl:ObjectProperty ; + rdfs:comment "Compressor speed. Usually measured in cycles/s."@en ; + rdfs:label "compressor speed"@en . +# +# https://saref.etsi.org/saref4bldg/connectionSize + +:connectionSize a owl:ObjectProperty ; + rdfs:comment "The connection size of the to and from the pump. Usually measured in millimeters (mm)."@en ; + rdfs:label "connection size"@en . +# +# https://saref.etsi.org/saref4bldg/contains + +:contains a owl:ObjectProperty ; + owl:inverseOf :isContainedIn ; + a owl:TransitiveProperty ; + rdfs:comment "A relation between a physical space and the objects located in such space."@en ; + rdfs:label "contains"@en . +# +# https://saref.etsi.org/saref4bldg/contributedLuminousFlux + +:contributedLuminousFlux a owl:ObjectProperty ; + rdfs:comment "Luminous flux is a photometric measure of radiant flux, i.e. the volume of light emitted from a light source. Luminous flux is measured either for the interior as a whole or for a part of the interior (partial luminous flux for a solid angle). All other photometric parameters are derivatives of luminous flux. Luminous flux is measured in lumens (lm). The luminous flux is given as a nominal value for each lamp. Usually measured in Lumen (lm, Candela Steradian)."@en ; + rdfs:label "contributed luminous flux"@en . +# +# https://saref.etsi.org/saref4bldg/coverLength + +:coverLength a owl:ObjectProperty ; + rdfs:comment "The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the oil interceptor. Usually measured in millimeters (mm)."@en ; + rdfs:label "cover length"@en . +# +# https://saref.etsi.org/saref4bldg/coverWidth + +:coverWidth a owl:ObjectProperty ; + rdfs:comment "The length measured along the x-axis in the local coordinate system of the cover of the oil interceptor. Usually measured in millimeters (mm)."@en ; + rdfs:label "cover width"@en . +# +# https://saref.etsi.org/saref4bldg/effectiveCapacity + +:effectiveCapacity a owl:ObjectProperty ; + rdfs:comment "The total effective or actual volumetric capacity of the tank. Usually measured in cubic metre (m3).B3"@en ; + rdfs:label "effective capacity"@en . +# +# https://saref.etsi.org/saref4bldg/electricGeneratorEfficiency + +:electricGeneratorEfficiency a owl:ObjectProperty ; + rdfs:comment "The ratio of output capacity to intake capacity."@en ; + rdfs:label "electric generator efficiency"@en . +# +# https://saref.etsi.org/saref4bldg/electricMotorEfficiency + +:electricMotorEfficiency a owl:ObjectProperty ; + rdfs:comment "The ratio of output capacity to intake capacity."@en ; + rdfs:label "electric motor efficiency"@en . +# +# https://saref.etsi.org/saref4bldg/externalSurfaceArea + +:externalSurfaceArea a owl:ObjectProperty ; + rdfs:comment "External surface area (both primary and secondary area). Usually measured in square metre (m2)."@en ; + rdfs:label "external surface area"@en . +# +# https://saref.etsi.org/saref4bldg/faceArea + +:faceArea a owl:ObjectProperty ; + rdfs:comment "Face area open to the airstream. Usually measured in square metre (m2)."@en ; + rdfs:label "face area"@en . +# +# https://saref.etsi.org/saref4bldg/finalResistance + +:finalResistance a owl:ObjectProperty ; + rdfs:comment "Filter fluid resistance when replacement is required (i.e., Pressure drop at the maximum air flowrate across the filter when the filter needs replacement per ASHRAE Standard 52.1). Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "final resistance"@en . +# +# https://saref.etsi.org/saref4bldg/firstCurvatureRadius + +:firstCurvatureRadius a owl:ObjectProperty ; + rdfs:comment "FirstCurvatureRadius should be defined as the base or left side radius of curvature value. Usually measured in millimeters (mm)."@en ; + rdfs:label "first curvature radius"@en . +# +# https://saref.etsi.org/saref4bldg/flowCoefficient + +:flowCoefficient a owl:ObjectProperty ; + rdfs:comment "Flow coefficient (the quantity of fluid that passes through a fully open valve at unit pressure drop), typically expressed as the Kv or Cv value for the valve."@en ; + rdfs:label "flow coefficient"@en . +# +# https://saref.etsi.org/saref4bldg/flowResistanceMax + +:flowResistanceMax a owl:ObjectProperty ; + rdfs:comment "Allowable range of frictional resistance against which the fluid is being pumped. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "flow resistance range"@en . +# +# https://saref.etsi.org/saref4bldg/flowResistanceMin + +:flowResistanceMin a owl:ObjectProperty ; + rdfs:comment "Allowable range of frictional resistance against which the fluid is being pumped. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "flow resistance range"@en . +# +# https://saref.etsi.org/saref4bldg/fluidFlowRateMax + +:fluidFlowRateMax a owl:ObjectProperty ; + rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ; + rdfs:label "fluid flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/fluidFlowRateMin + +:fluidFlowRateMin a owl:ObjectProperty ; + rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ; + rdfs:label "fluid flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/foulingFactor + +:foulingFactor a owl:ObjectProperty ; + rdfs:comment "Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ; + rdfs:label "fouling factor"@en . +# +# https://saref.etsi.org/saref4bldg/frameDepth + +:frameDepth a owl:ObjectProperty ; + rdfs:comment "The length (or depth) of the damper frame. Usually measured in millimeters (mm)."@en ; + rdfs:label "frame depth"@en . +# +# https://saref.etsi.org/saref4bldg/frameThickness + +:frameThickness a owl:ObjectProperty ; + rdfs:comment "The thickness of the damper frame material. Usually measured in millimeters (mm)."@en ; + rdfs:label "frame thickness"@en . +# +# https://saref.etsi.org/saref4bldg/hasSpace + +:hasSpace a owl:ObjectProperty ; + owl:inverseOf :isSpaceOf ; + a owl:TransitiveProperty ; + rdfs:comment "Relation between a building or a building space and the spaces it can be divided into."@en ; + rdfs:label "has space"@en . +# +# https://saref.etsi.org/saref4bldg/heatExchangeArea + +:heatExchangeArea a owl:ObjectProperty ; + rdfs:comment "Heat exchange area. Usually measured in square metre (m2)."@en ; + rdfs:label "heat exchange area"@en . +# +# https://saref.etsi.org/saref4bldg/heatTransferSurfaceArea + +:heatTransferSurfaceArea a owl:ObjectProperty ; + rdfs:comment "Total heat transfer area of the vessel. Usually measured in square metre (m2)."@en ; + rdfs:label "heat transfer surface area"@en . +# +# https://saref.etsi.org/saref4bldg/height + +:height a owl:ObjectProperty ; + rdfs:comment "Height of the vibration isolator before tha application of load. Usually measured in millimeters (mm)."@en ; + rdfs:label "height"@en . +# +# https://saref.etsi.org/saref4bldg/horizontalSpacing + +:horizontalSpacing a owl:ObjectProperty ; + rdfs:comment "Horizontal spacing between tubes in the tube bundle. Usually measured in millimeters (mm)."@en ; + rdfs:label "horizontal spacing"@en . +# +# https://saref.etsi.org/saref4bldg/hydraulicDiameter + +:hydraulicDiameter a owl:ObjectProperty ; + rdfs:comment "Hydraulic diameter. Usually measured in millimeters (mm)."@en ; + rdfs:label "hydraulic diameter"@en . +# +# https://saref.etsi.org/saref4bldg/idealCapacity + +:idealCapacity a owl:ObjectProperty ; + rdfs:comment "Compressor capacity under ideal conditions. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "ideal capacity"@en . +# +# https://saref.etsi.org/saref4bldg/idealShaftPower + +:idealShaftPower a owl:ObjectProperty ; + rdfs:comment "Compressor shaft power under ideal conditions. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "ideal shaft power"@en . +# +# https://saref.etsi.org/saref4bldg/imaginaryImpedanceRatio + +:imaginaryImpedanceRatio a owl:ObjectProperty ; + rdfs:comment "The ratio between the imaginary part of the zero sequence impedance and the imaginary part of the positive impedance (i.e. imaginary part of the short-circuit voltage) of the transformer. Used for three-phase transformer which includes a N-conductor."@en ; + rdfs:label "imaginary impedance ratio"@en . +# +# https://saref.etsi.org/saref4bldg/impellerDiameter + +:impellerDiameter a owl:ObjectProperty ; + rdfs:comment "Diameter of compressor impeller - used to scale performance of geometrically similar compressors. Usually measured in millimeters (mm)."@en ; + rdfs:label "impeller diameter"@en . +# +# https://saref.etsi.org/saref4bldg/inLineRowSpacing + +:inLineRowSpacing a owl:ObjectProperty ; + rdfs:comment "In-line tube row spacing. Usually measured in millimeters (mm)."@en ; + rdfs:label "in line row spacing"@en . +# +# https://saref.etsi.org/saref4bldg/initialResistance + +:initialResistance a owl:ObjectProperty ; + rdfs:comment "Initial new filter fluid resistance (i.e., pressure drop at the maximum air flowrate across the filter when the filter is new per ASHRAE Standard 52.1). Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "initial resistance"@en . +# +# https://saref.etsi.org/saref4bldg/inletConnectionSize + +:inletConnectionSize a owl:ObjectProperty ; + rdfs:comment "Size of the inlet connection. Usually measured in millimeters (mm)."@en ; + rdfs:label "inlet connection size"@en . +# +# https://saref.etsi.org/saref4bldg/insideDiameter + +:insideDiameter a owl:ObjectProperty ; + rdfs:comment "Actual inner diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ; + rdfs:label "inside diameter"@en . +# +# https://saref.etsi.org/saref4bldg/internalRefrigerantVolume + +:internalRefrigerantVolume a owl:ObjectProperty ; + rdfs:comment "Internal volume of evaporator (refrigerant side). Usually measured in cubic metre (m3)."@en ; + rdfs:label "internal refrigerant volume"@en . +# +# https://saref.etsi.org/saref4bldg/internalSurfaceArea + +:internalSurfaceArea a owl:ObjectProperty ; + rdfs:comment "Internal surface area. Usually measured in square metre (m2)."@en ; + rdfs:label "internal surface area"@en . +# +# https://saref.etsi.org/saref4bldg/internalWaterVolume + +:internalWaterVolume a owl:ObjectProperty ; + rdfs:comment "Internal volume of evaporator (water side). Usually measured in cubic metre (m3)."@en ; + rdfs:label "internal water volume"@en . +# +# https://saref.etsi.org/saref4bldg/isContainedIn + +:isContainedIn a owl:ObjectProperty , owl:TransitiveProperty ; + rdfs:comment "A relation between an object and the physical space in which it is located."@en ; + rdfs:label "is contained in"@en . +# +# https://saref.etsi.org/saref4bldg/isSpaceOf + +:isSpaceOf a owl:ObjectProperty , owl:TransitiveProperty ; + rdfs:comment "Relation between a building space and the building or building space it belongs to."@en ; + rdfs:label "isSpaceOf"@en . +# +# https://saref.etsi.org/saref4bldg/isolatorCompressibility + +:isolatorCompressibility a owl:ObjectProperty ; + rdfs:comment "The compressibility of the vibration isolator."@en ; + rdfs:label "isolator compressibility"@en . +# +# https://saref.etsi.org/saref4bldg/isolatorStaticDeflection + +:isolatorStaticDeflection a owl:ObjectProperty ; + rdfs:comment "Static deflection of the vibration isolator. Usually measured in millimeters (mm)."@en ; + rdfs:label "isolator static deflection"@en . +# +# https://saref.etsi.org/saref4bldg/lampMaintenanceFactor + +:lampMaintenanceFactor a owl:ObjectProperty ; + rdfs:comment "Non recoverable losses of luminous flux of a lamp due to lamp depreciation i.e. the decreasing of light output of a luminaire due to aging and dirt."@en ; + rdfs:label "lamp maintenance factor"@en . +# +# https://saref.etsi.org/saref4bldg/leakageFullyClosed + +:leakageFullyClosed a owl:ObjectProperty ; + rdfs:comment "Leakage when fully closed. Usually measured in m3/s."@en ; + rdfs:label "leakage fully closed"@en . +# +# https://saref.etsi.org/saref4bldg/length + +:length a owl:ObjectProperty ; + rdfs:comment "The finished length of the device. Usually measured in millimeters (mm)."@en ; + rdfs:label "length"@en . +# +# https://saref.etsi.org/saref4bldg/liftElevationDifference + +:liftElevationDifference a owl:ObjectProperty ; + rdfs:comment "Elevation difference between cooling tower sump and the top of the tower. Usually measured in millimeters (mm)."@en ; + rdfs:label "lift elevation difference"@en . +# +# https://saref.etsi.org/saref4bldg/lightEmitterNominalPower + +:lightEmitterNominalPower a owl:ObjectProperty ; + rdfs:comment "Light emitter nominal power. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "light emitter nominal power"@en . +# +# https://saref.etsi.org/saref4bldg/limitingTerminalSize + +:limitingTerminalSize a owl:ObjectProperty ; + rdfs:comment "The maximum terminal size capacity of the device. Usually measured in square metre (m2)."@en ; + rdfs:label "limiting terminal size"@en . +# +# https://saref.etsi.org/saref4bldg/lockedRotorCurrent + +:lockedRotorCurrent a owl:ObjectProperty ; + rdfs:comment "Input current when a motor armature is energized but not rotating. Usually measured in Ampere (A)."@en ; + rdfs:label "locked rotor current"@en . +# +# https://saref.etsi.org/saref4bldg/netPositiveSuctionHead + +:netPositiveSuctionHead a owl:ObjectProperty ; + rdfs:comment "Minimum liquid pressure at the pump inlet to prevent cavitation. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "net positive suction head"@en . +# +# https://saref.etsi.org/saref4bldg/nominalAirFlowRate + +:nominalAirFlowRate a owl:ObjectProperty ; + rdfs:comment "Nominal rate of air flow. Usually measured in m3/s."@en ; + rdfs:label "nominal air flow rate"@en . +# +# https://saref.etsi.org/saref4bldg/nominalBodyDepth + +:nominalBodyDepth a owl:ObjectProperty ; + rdfs:comment "Nominal or quoted =length, measured along the z-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal body depth"@en . +# +# https://saref.etsi.org/saref4bldg/nominalBodyLength + +:nominalBodyLength a owl:ObjectProperty ; + rdfs:comment "Nominal or quoted length, measured along the x-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal body length"@en . +# +# https://saref.etsi.org/saref4bldg/nominalBodyWidth + +:nominalBodyWidth a owl:ObjectProperty ; + rdfs:comment "Nominal or quoted length, measured along the y-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal body width"@en . +# +# https://saref.etsi.org/saref4bldg/nominalCapacity + +:nominalCapacity a owl:ObjectProperty ; + rdfs:comment "Nominal capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal capacity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalCondensingTemperature + +:nominalCondensingTemperature a owl:ObjectProperty ; + rdfs:comment "Chiller condensing temperature. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal condensing temperature"@en . +# +# https://saref.etsi.org/saref4bldg/nominalCoolingCapacity + +:nominalCoolingCapacity a owl:ObjectProperty ; + rdfs:comment "Nominal cooling capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal cooling capacity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalDepth + +:nominalDepth a owl:ObjectProperty ; + rdfs:comment "The nominal depth of the tank. Note: Not required for a horizontal cylindrical tank. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal depth"@en . +# +# https://saref.etsi.org/saref4bldg/nominalDiameter + +:nominalDiameter a owl:ObjectProperty ; + rdfs:comment "Nominal diameter or width of the tubes in the tube bundle. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal diameter"@en . +# +# https://saref.etsi.org/saref4bldg/nominalEfficiency + +:nominalEfficiency a owl:ObjectProperty ; + rdfs:comment "Nominal chiller efficiency under nominal conditions. "@en ; + rdfs:label "nominal efficiency"@en . +# +# https://saref.etsi.org/saref4bldg/nominalEnergyConsumption + +:nominalEnergyConsumption a owl:ObjectProperty ; + rdfs:comment "Nominal fuel consumption rate required to produce the total boiler heat output. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal energy consumption"@en . +# +# https://saref.etsi.org/saref4bldg/nominalEvaporatingTemmperature + +:nominalEvaporatingTemmperature a owl:ObjectProperty ; + rdfs:comment "Chiller evaporating temperature.Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal evaporating temmperature"@en . +# +# https://saref.etsi.org/saref4bldg/nominalFilterFaceVelocity + +:nominalFilterFaceVelocity a owl:ObjectProperty ; + rdfs:comment "Filter face velocity. Usually measured in m/s."@en ; + rdfs:label "nominal filter face velocity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalFlowRate + +:nominalFlowRate a owl:ObjectProperty ; + rdfs:comment "Nominal fluid flow rate through the filter. Usually measured in m3/s."@en ; + rdfs:label "nominal flow rate"@en . +# +# https://saref.etsi.org/saref4bldg/nominalFrequency + +:nominalFrequency a owl:ObjectProperty ; + rdfs:comment "The nominal frequency of the supply. Usually measured in cycles/s or Hertz (Hz)."@en ; + rdfs:label "nominal frequency"@en . +# +# https://saref.etsi.org/saref4bldg/nominalHeatRejectionRate + +:nominalHeatRejectionRate a owl:ObjectProperty ; + rdfs:comment "Sum of the refrigeration effect and the heat equivalent of the power input to the compressor. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal heat rejection rate"@en . +# +# https://saref.etsi.org/saref4bldg/nominalHeatTransferArea + +:nominalHeatTransferArea a owl:ObjectProperty ; + rdfs:comment "Nominal heat transfer surface area associated with nominal overall heat transfer coefficient. Usually measured in square metre (m2)."@en ; + rdfs:label "nominal heat transfer area"@en . +# +# https://saref.etsi.org/saref4bldg/nominalHeatTransferCoefficient + +:nominalHeatTransferCoefficient a owl:ObjectProperty ; + rdfs:comment "Nominal overall heat transfer coefficient associated with nominal heat transfer area. Usually measured in Watts/m2 Kelvin."@en ; + rdfs:label "nominal heat transfer coefficient"@en . +# +# https://saref.etsi.org/saref4bldg/nominalHeatingCapacity + +:nominalHeatingCapacity a owl:ObjectProperty ; + rdfs:comment "Nominal heating capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal heating capacity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalLatentCapacity + +:nominalLatentCapacity a owl:ObjectProperty ; + rdfs:comment "Nominal latent capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal latent capacity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalLengthOrDiameter + +:nominalLengthOrDiameter a owl:ObjectProperty ; + rdfs:comment "The nominal length or, in the case of a vertical cylindrical tank, the nominal diameter of the tank. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal length or diameter"@en . +# +# https://saref.etsi.org/saref4bldg/nominalMediaSurfaceVelocity + +:nominalMediaSurfaceVelocity a owl:ObjectProperty ; + rdfs:comment "Average fluid velocity at the media surface. Usually measured in m/s."@en ; + rdfs:label "nominal media surface velocity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalMoistureGain + +:nominalMoistureGain a owl:ObjectProperty ; + rdfs:comment "Nominal rate of water vapor added into the airstream. Usually measured in kg/s."@en ; + rdfs:label "nominal moisture gain"@en . +# +# https://saref.etsi.org/saref4bldg/nominalPartLoadRatio + +:nominalPartLoadRatio a owl:ObjectProperty ; + rdfs:comment "Allowable part load ratio range."@en ; + rdfs:label "nominal part load ratio"@en . +# +# https://saref.etsi.org/saref4bldg/nominalParticleGeometricMeanDiameter + +:nominalParticleGeometricMeanDiameter a owl:ObjectProperty ; + rdfs:comment "Particle geometric mean diameter associated with nominal efficiency. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal particle geometric mean diameter"@en . +# +# https://saref.etsi.org/saref4bldg/nominalParticleGeometricStandardDeviation + +:nominalParticleGeometricStandardDeviation a owl:ObjectProperty ; + rdfs:comment "Particle geometric standard deviation associated with nominal efficiency. "@en ; + rdfs:label "nominal particle geometric standard deviation"@en . +# +# https://saref.etsi.org/saref4bldg/nominalPowerConsumption + +:nominalPowerConsumption a owl:ObjectProperty ; + rdfs:comment "Nominal total power consumption. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal power consumption"@en . +# +# https://saref.etsi.org/saref4bldg/nominalPowerRate + +:nominalPowerRate a owl:ObjectProperty ; + rdfs:comment "Nominal fan power rate.Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal power rate"@en . +# +# https://saref.etsi.org/saref4bldg/nominalPressureDrop + +:nominalPressureDrop a owl:ObjectProperty ; + rdfs:comment "Total pressure drop across the filter. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "nominal pressure drop"@en . +# +# https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureCooling + +:nominalReturnWaterTemperatureCooling a owl:ObjectProperty ; + rdfs:comment "Nominal return water temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal return water temperature cooling"@en . +# +# https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureHeating + +:nominalReturnWaterTemperatureHeating a owl:ObjectProperty ; + rdfs:comment "Nominal return water temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal return water temperature heating"@en . +# +# https://saref.etsi.org/saref4bldg/nominalRotationSpeed + +:nominalRotationSpeed a owl:ObjectProperty ; + rdfs:comment "Nominal fan wheel speed. Usually measured in cycles/s."@en ; + rdfs:label "nominal rotation speed"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSensibleCapacity + +:nominalSensibleCapacity a owl:ObjectProperty ; + rdfs:comment "Nominal sensible capacity. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "nominal sensible capacity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSorroundingHumidityCooling + +:nominalSorroundingHumidityCooling a owl:ObjectProperty ; + rdfs:comment "Nominal surrounding humidity (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal sorrounding humidity cooling"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureCooling + +:nominalSorroundingTemperatureCooling a owl:ObjectProperty ; + rdfs:comment "Nominal surrounding temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal sorrounding temperature cooling"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureHeating + +:nominalSorroundingTemperatureHeating a owl:ObjectProperty ; + rdfs:comment "Nominal surrounding temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal sorrounding temperature heating"@en . +# +# https://saref.etsi.org/saref4bldg/nominalStaticPressure + +:nominalStaticPressure a owl:ObjectProperty ; + rdfs:comment "The static pressure within the air stream that the fan must overcome to insure designed circulation of air. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "nominal static pressure"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSupplyVoltage + +:nominalSupplyVoltage a owl:ObjectProperty ; + rdfs:comment "The nominal voltage of the supply. Usually measured in Volts (V, W/A)."@en ; + rdfs:label "nominal supply voltage"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMax + +:nominalSupplyVoltageMax a owl:ObjectProperty ; + rdfs:comment "The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V."@en ; + rdfs:label "nominal supply voltage offset"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMin + +:nominalSupplyVoltageMin a owl:ObjectProperty ; + rdfs:comment "The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V."@en ; + rdfs:label "nominal supply voltage offset"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureCooling + +:nominalSupplyWaterTemperatureCooling a owl:ObjectProperty ; + rdfs:comment "Nominal supply water temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal supply water temperature cooling"@en . +# +# https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureHeating + +:nominalSupplyWaterTemperatureHeating a owl:ObjectProperty ; + rdfs:comment "Nominal supply water temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "nominal supply water temperature heating"@en . +# +# https://saref.etsi.org/saref4bldg/nominalTotalPressure + +:nominalTotalPressure a owl:ObjectProperty ; + rdfs:comment "Nominal total pressure rise across the fan. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "nominal total pressure"@en . +# +# https://saref.etsi.org/saref4bldg/nominalUa + +:nominalUa a owl:ObjectProperty ; + rdfs:comment "Nominal UA value."@en ; + rdfs:label "nominal ua"@en . +# +# https://saref.etsi.org/saref4bldg/nominalVolumetricCapacity + +:nominalVolumetricCapacity a owl:ObjectProperty ; + rdfs:comment "The total nominal or design volumetric capacity of the tank. Usually measured in cubic metre (m3)."@en ; + rdfs:label "nominal volumetric capacity"@en . +# +# https://saref.etsi.org/saref4bldg/nominalWaterFlowCooling + +:nominalWaterFlowCooling a owl:ObjectProperty ; + rdfs:comment "Nominal water flow (refers to nominal cooling capacity). Usually measured in m3/s."@en ; + rdfs:label "nominal water flow cooling"@en . +# +# https://saref.etsi.org/saref4bldg/nominalWaterFlowHeating + +:nominalWaterFlowHeating a owl:ObjectProperty ; + rdfs:comment "Nominal water flow (refers to nominal heating capacity). Usually measured in m3/s."@en ; + rdfs:label "nominal water flow heating"@en . +# +# https://saref.etsi.org/saref4bldg/nominalWidthOrDiameter + +:nominalWidthOrDiameter a owl:ObjectProperty ; + rdfs:comment "The nominal width or, in the case of a horizontal cylindrical tank, the nominal diameter of the tank. Note: Not required for a vertical cylindrical tank. Usually measured in millimeters (mm)."@en ; + rdfs:label "nominal width or diameter"@en . +# +# https://saref.etsi.org/saref4bldg/nomminalRotationSpeed + +:nomminalRotationSpeed a owl:ObjectProperty ; + rdfs:comment "Pump rotational speed under nominal conditions. Usually measured in cycles/s."@en ; + rdfs:label "nomminal rotation speed"@en . +# +# https://saref.etsi.org/saref4bldg/openPressureDrop + +:openPressureDrop a owl:ObjectProperty ; + rdfs:comment "Total pressure drop across damper. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "open pressure drop"@en . +# +# https://saref.etsi.org/saref4bldg/operatingWeight + +:operatingWeight a owl:ObjectProperty ; + rdfs:comment "Operating weight of the tank including all of its contents. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "operating weight"@en . +# +# https://saref.etsi.org/saref4bldg/operationTemperatureMax + +:operationTemperatureMax a owl:ObjectProperty ; + rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "operation temperature range"@en . +# +# https://saref.etsi.org/saref4bldg/operationTemperatureMin + +:operationTemperatureMin a owl:ObjectProperty ; + rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "operation temperature range"@en . +# +# https://saref.etsi.org/saref4bldg/operationalRiterial + +:operationalRiterial a owl:ObjectProperty ; + rdfs:comment "Time of operation at maximum operational ambient air temperature. Measured in seconds (s) or days (d) or other units of time."@en ; + rdfs:label "operational riterial"@en . +# +# https://saref.etsi.org/saref4bldg/outletConnectionSize + +:outletConnectionSize a owl:ObjectProperty ; + rdfs:comment "Size of the outlet connection. Usually measured in millimeters (mm)."@en ; + rdfs:label "outlet connection size"@en . +# +# https://saref.etsi.org/saref4bldg/outletTemperatureMax + +:outletTemperatureMax a owl:ObjectProperty ; + rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "outlet temperature range"@en . +# +# https://saref.etsi.org/saref4bldg/outletTemperatureMin + +:outletTemperatureMin a owl:ObjectProperty ; + rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "outlet temperature range"@en . +# +# https://saref.etsi.org/saref4bldg/outputCapacity + +:outputCapacity a owl:ObjectProperty ; + rdfs:comment "Total nominal heat output as listed by the manufacturer. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "output capacity"@en . +# +# https://saref.etsi.org/saref4bldg/outsideDiameter + +:outsideDiameter a owl:ObjectProperty ; + rdfs:comment "Actual outside diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ; + rdfs:label "outside diameter"@en . +# +# https://saref.etsi.org/saref4bldg/partLoadRatioMax + +:partLoadRatioMax a owl:ObjectProperty ; + rdfs:comment "Maximum part load ratio as a fraction of nominal capacity."@en ; + rdfs:label "maximum part load ratio"@en . +# +# https://saref.etsi.org/saref4bldg/partLoadRatioMin + +:partLoadRatioMin a owl:ObjectProperty ; + rdfs:comment "Minimum part load ratio as a fraction of nominal capacity."@en ; + rdfs:label "minimum part load ratio"@en . +# +# https://saref.etsi.org/saref4bldg/powerOutputMax + +:powerOutputMax a owl:ObjectProperty ; + rdfs:comment "The maximum output power rating of the engine. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "maximum power output"@en . +# +# https://saref.etsi.org/saref4bldg/pressureRating + +:pressureRating a owl:ObjectProperty ; + rdfs:comment "Nominal pressure rating of the boiler as rated by the agency having jurisdiction. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "pressure rating"@en . +# +# https://saref.etsi.org/saref4bldg/primaryAirFlowRateMax + +:primaryAirFlowRateMax a owl:ObjectProperty ; + rdfs:comment "Maximum primary airflow that can be delivered. Usually measured in m3/s."@en ; + rdfs:label "primary air flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/primaryAirFlowRateMin + +:primaryAirFlowRateMin a owl:ObjectProperty ; + rdfs:comment "Minimum primary airflow that can be delivered. Usually measured in m3/s."@en ; + rdfs:label "primary air flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/primaryApparentPower + +:primaryApparentPower a owl:ObjectProperty ; + rdfs:comment "The power in VA (volt ampere) that has been transformed and that runs into the transformer on the primary side. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "primary apparent power"@en . +# +# https://saref.etsi.org/saref4bldg/primaryCurrent + +:primaryCurrent a owl:ObjectProperty ; + rdfs:comment "The current that is going to be transformed and that runs into the transformer on the primary side. Usually measured in Ampere (A)."@en ; + rdfs:label "primary current"@en . +# +# https://saref.etsi.org/saref4bldg/primaryFrequency + +:primaryFrequency a owl:ObjectProperty ; + rdfs:comment "The frequency that is going to be transformed and that runs into the transformer on the primary side. Usually measured in cycles/s or Hertz (Hz)."@en ; + rdfs:label "primary frequency"@en . +# +# https://saref.etsi.org/saref4bldg/primaryVoltage + +:primaryVoltage a owl:ObjectProperty ; + rdfs:comment "The voltage that is going to be transformed and that runs into the transformer on the primary side. Usually measured in Volts (V, W/A)."@en ; + rdfs:label "primary voltage"@en . +# +# https://saref.etsi.org/saref4bldg/pumpFlowRateMax + +:pumpFlowRateMax a owl:ObjectProperty ; + rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ; + rdfs:label "pump flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/pumpFlowRateMin + +:pumpFlowRateMin a owl:ObjectProperty ; + rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ; + rdfs:label "pump flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/realImpedanceRatio + +:realImpedanceRatio a owl:ObjectProperty ; + rdfs:comment "The ratio between the real part of the zero sequence impedance and the real part of the positive impedance (i.e. real part of the short-circuit voltage) of the transformer. Used for three-phase transformer which includes a N-conductor."@en ; + rdfs:label "real impedance ratio"@en . +# +# https://saref.etsi.org/saref4bldg/secondCurvatureRadius + +:secondCurvatureRadius a owl:ObjectProperty ; + rdfs:comment "SecondCurvatureRadius should be defined as the top or right side radius of curvature value. Usually measured in millimeters (mm)."@en ; + rdfs:label "second curvature radius"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMax + +:secondaryAirFlowRateMax a owl:ObjectProperty ; + rdfs:comment "Maximum secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "secondary air flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMin + +:secondaryAirFlowRateMin a owl:ObjectProperty ; + rdfs:comment "Maximum secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "secondary air flow rate range"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryApparentPower + +:secondaryApparentPower a owl:ObjectProperty ; + rdfs:comment "The power in VA (volt ampere) that has been transformed and is running out of the transformer on the secondary side. Usually measured in Watts (W, J/s)."@en ; + rdfs:label "secondary apparent power"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryCurrent + +:secondaryCurrent a owl:ObjectProperty ; + rdfs:comment "The current that has been transformed and is running out of the transformer on the secondary side. Usually measured in Ampere (A)."@en ; + rdfs:label "secondary current"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryFrequency + +:secondaryFrequency a owl:ObjectProperty ; + rdfs:comment "The frequency that has been transformed and is running out of the transformer on the secondary side. Usually measured in cycles/s or Hertz (Hz)."@en ; + rdfs:label "secondary frequency"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryVoltage + +:secondaryVoltage a owl:ObjectProperty ; + rdfs:comment "The voltage that has been transformed and is running out of the transformer on the secondary side. Usually measured in Volts (V, W/A)."@en ; + rdfs:label "secondary voltage"@en . +# +# https://saref.etsi.org/saref4bldg/shortCircuitVoltage + +:shortCircuitVoltage a owl:ObjectProperty ; + rdfs:comment "A complex number that specifies the real and imaginary parts of the short-circuit voltage at rated current of a transformer given in %."@en ; + rdfs:label "short circuit voltage"@en . +# +# https://saref.etsi.org/saref4bldg/size + +:size a owl:ObjectProperty ; + rdfs:comment "The size of the connection to the valve (or to each connection for faucets, mixing valves, etc.). Usually measured in millimeters (mm)."@en ; + rdfs:label "size"@en . +# +# https://saref.etsi.org/saref4bldg/solarReflectance + +:solarReflectance a owl:ObjectProperty ; + rdfs:comment "(Rsol): The ratio of incident solar radiation that is reflected by a shading system (also named _e). Note the following equation Asol + Rsol + Tsol = 1"@en ; + rdfs:label "solar reflectance"@en . +# +# https://saref.etsi.org/saref4bldg/solarTransmittance + +:solarTransmittance a owl:ObjectProperty ; + rdfs:comment "(Tsol) The ratio of incident solar radiation that directly passes through a shading system (also named _e). Note the following equation Asol + Rsol + Tsol = 1"@en ; + rdfs:label "solar transmittance"@en . +# +# https://saref.etsi.org/saref4bldg/spectrumMax + +:spectrumMax a owl:ObjectProperty ; + rdfs:comment "The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other."@en ; + rdfs:label "maximum spectrum"@en . +# +# https://saref.etsi.org/saref4bldg/spectrumMin + +:spectrumMin a owl:ObjectProperty ; + rdfs:comment "The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other."@en ; + rdfs:label "minimum spectrum"@en . +# +# https://saref.etsi.org/saref4bldg/staggeredRowSpacing + +:staggeredRowSpacing a owl:ObjectProperty ; + rdfs:comment "Staggered tube row spacing. Usually measured in millimeters (mm)."@en ; + rdfs:label "staggered row spacing"@en . +# +# https://saref.etsi.org/saref4bldg/startCurrentFactor + +:startCurrentFactor a owl:ObjectProperty ; + rdfs:comment "IEC. Start current factor defines how large the peek starting current will become on the engine. StartCurrentFactor is multiplied to NominalCurrent and we get the start current."@en ; + rdfs:label "start current factor"@en . +# +# https://saref.etsi.org/saref4bldg/startingTime + +:startingTime a owl:ObjectProperty ; + rdfs:comment "The time (in s) needed for the motor to reach its rated speed with its driven equipment attached, starting from standstill and at the nominal voltage applied at its terminals."@en ; + rdfs:label "starting time"@en . +# +# https://saref.etsi.org/saref4bldg/supportedWeightMax + +:supportedWeightMax a owl:ObjectProperty ; + rdfs:comment "The maximum weight that can be carried by the vibration isolator. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "maximum supported weight"@en . +# +# https://saref.etsi.org/saref4bldg/teTime + +:teTime a owl:ObjectProperty ; + rdfs:comment "The maximum time (in s) at which the motor could run with locked rotor when the motor is used in an EX-environment. The time indicates that a protective device should trip before this time when the starting current of the motor is slowing through the device."@en ; + rdfs:label "te time"@en . +# +# https://saref.etsi.org/saref4bldg/temperatureRating + +:temperatureRating a owl:ObjectProperty ; + rdfs:comment "Temperature rating. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "temperature rating"@en . +# +# https://saref.etsi.org/saref4bldg/testPressure + +:testPressure a owl:ObjectProperty ; + rdfs:comment "The maximum pressure to which the valve has been subjected under test. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "test pressure"@en . +# +# https://saref.etsi.org/saref4bldg/thermalConductivity + +:thermalConductivity a owl:ObjectProperty ; + rdfs:comment "Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ; + rdfs:label "thermal conductivity"@en . +# +# https://saref.etsi.org/saref4bldg/thermalEfficiency + +:thermalEfficiency a owl:ObjectProperty ; + rdfs:comment "Overall Thermal Efficiency is defined as gross energy output of the heat transfer device divided by the energy input."@en ; + rdfs:label "thermal efficiency"@en . +# +# https://saref.etsi.org/saref4bldg/thermalMassHeatCapacity + +:thermalMassHeatCapacity a owl:ObjectProperty ; + rdfs:comment "Product of component mass and specific heat."@en ; + rdfs:label "thermal mass heat capacity"@en . +# +# https://saref.etsi.org/saref4bldg/thermalTransmittance + +:thermalTransmittance a owl:ObjectProperty ; + rdfs:comment "Rate at which energy is transmitted through a body. Usually measured in Watts/m2 Kelvin."@en ; + rdfs:label "thermal transmittance"@en . +# +# https://saref.etsi.org/saref4bldg/ventilatingPipeSize + +:ventilatingPipeSize a owl:ObjectProperty ; + rdfs:comment "Size of the ventilating pipe(s). Usually measured in millimeters (mm)."@en ; + rdfs:label "ventilating pipe size"@en . +# +# https://saref.etsi.org/saref4bldg/verticalSpacing + +:verticalSpacing a owl:ObjectProperty ; + rdfs:comment "Vertical spacing between tubes in the tube bundle.Usually measured in millimeters (mm)."@en ; + rdfs:label "vertical spacing"@en . +# +# https://saref.etsi.org/saref4bldg/vibrationTransmissibility + +:vibrationTransmissibility a owl:ObjectProperty ; + rdfs:comment "The vibration transmissibility percentage."@en ; + rdfs:label "vibration transmissibility"@en . +# +# https://saref.etsi.org/saref4bldg/visibleLightReflectance + +:visibleLightReflectance a owl:ObjectProperty ; + rdfs:comment "Fraction of the visible light that is reflected by the glazing at normal incidence. It is a value without unit."@en ; + rdfs:label "visible light reflectance"@en . +# +# https://saref.etsi.org/saref4bldg/visibleLightTransmittance + +:visibleLightTransmittance a owl:ObjectProperty ; + rdfs:comment "Fraction of the visible light that passes the shading system at normal incidence. It is a value without unit."@en ; + rdfs:label "visible light transmittance"@en . +# +# https://saref.etsi.org/saref4bldg/volumen + +:volumen a owl:ObjectProperty ; + rdfs:comment "Total volume of fluid in the tubes and their headers. Usually measured in cubic metre (m3)."@en ; + rdfs:label "volumen"@en . +# +# https://saref.etsi.org/saref4bldg/waterInletTemperatureMax + +:waterInletTemperatureMax a owl:ObjectProperty ; + rdfs:comment "Allowable water inlet temperature range. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "water inlet temperature range"@en . +# +# https://saref.etsi.org/saref4bldg/waterInletTemperatureMin + +:waterInletTemperatureMin a owl:ObjectProperty ; + rdfs:comment "Allowable water inlet temperature range. Usually measured in degrees Kelvin (K)."@en ; + rdfs:label "water inlet temperature range"@en . +# +# https://saref.etsi.org/saref4bldg/waterPressureMax + +:waterPressureMax a owl:ObjectProperty ; + rdfs:comment "Allowable water circuit working pressure range. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "water pressure range"@en . +# +# https://saref.etsi.org/saref4bldg/waterPressureMin + +:waterPressureMin a owl:ObjectProperty ; + rdfs:comment "Allowable water circuit working pressure range. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "water pressure range"@en . +# +# https://saref.etsi.org/saref4bldg/waterRequirement + +:waterRequirement a owl:ObjectProperty ; + rdfs:comment "Make-up water requirement. Usually measured in m3/s."@en ; + rdfs:label "water requirement"@en . +# +# https://saref.etsi.org/saref4bldg/waterStorageCapacity + +:waterStorageCapacity a owl:ObjectProperty ; + rdfs:comment "Water storage capacity. Usually measured in cubic metre (m3)."@en ; + rdfs:label "water storage capacity"@en . +# +# https://saref.etsi.org/saref4bldg/weight + +:weight a owl:ObjectProperty ; + rdfs:comment "The weight of the device. Usually measured in kilograms (kg) or grams (g)."@en ; + rdfs:label "weight"@en . +# +# https://saref.etsi.org/saref4bldg/workingPressure + +:workingPressure a owl:ObjectProperty ; + rdfs:comment "The normally expected maximum working pressure of the valve. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "working pressure"@en . +# +# https://saref.etsi.org/saref4bldg/workingPressureMax + +:workingPressureMax a owl:ObjectProperty ; + rdfs:comment "Maximum working pressure. Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "maximum working pressure"@en . +# +# https://saref.etsi.org/saref4bldg/workingPressureMin + +:workingPressureMin a owl:ObjectProperty ; + rdfs:comment "Allowable minimum working pressure (relative to ambient pressure). Usually measured in Pascals (Pa, N/m2)."@en ; + rdfs:label "minimum working pressure"@en . +# +# https://saref.etsi.org/core/isMeasuredIn + +saref:isMeasuredIn a owl:ObjectProperty ; + rdfs:comment "A relation between a measurement and the unit of measure in which the measurement value is expressed."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "is measured in"@en . +# +# https://saref.etsi.org/core/relatesToProperty + +saref:relatesToProperty a owl:ObjectProperty ; + rdfs:comment "A relation between a measurement and the property such measurement is about."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "relates to property"@en . +# +# +# +# ################################################################# +# # +# # Data properties +# # +# ################################################################# +# +# +# https://saref.etsi.org/saref4bldg/accessType + +:accessType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Defines the types of access (or cover) to a tank that may be specified. Note that covers are generally specified for rectangular tanks. For cylindrical tanks, access will normally be via a manhole."@en ; + rdfs:label "access type"@en . +# +# https://saref.etsi.org/saref4bldg/application + +:application a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Humidifier application. Fixed: Humidifier installed in a ducted flow distribution system. Portable: Humidifier is not installed in a ducted flow distribution system."@en ; + rdfs:label "application"@en . +# +# https://saref.etsi.org/saref4bldg/arrangement + +:arrangement a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Defines the basic flow arrangements for the heat exchanger: COUNTERFLOW: Counterflow heat exchanger arrangement. CROSSFLOW: Crossflow heat exchanger arrangement. PARALLELFLOW: Parallel flow heat exchanger arrangement. MULTIPASS: Multipass flow heat exchanger arrangement. OTHER: Other type of heat exchanger flow arrangement not defined above."@en ; + rdfs:label "arrangement"@en . +# +# https://saref.etsi.org/saref4bldg/bladeAction + +:bladeAction a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Blade action."@en ; + rdfs:label "blade action"@en . +# +# https://saref.etsi.org/saref4bldg/bladeEdge + +:bladeEdge a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Blade edge."@en ; + rdfs:label "blade edge"@en . +# +# https://saref.etsi.org/saref4bldg/bladeShape + +:bladeShape a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Blade shape. Flat means triple V-groove."@en ; + rdfs:label "blade shape"@en . +# +# https://saref.etsi.org/saref4bldg/capacityControl + +:capacityControl a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "FanCycling: Fan is cycled on and off to control duty. TwoSpeedFan: Fan is switched between low and high speed to control duty. VariableSpeedFan: Fan speed is varied to control duty. DampersControl: Dampers modulate the air flow to control duty. BypassValveControl: Bypass valve modulates the water flow to control duty. MultipleSeriesPumps: Turn on/off multiple series pump to control duty. TwoSpeedPump: Switch between high/low pump speed to control duty. VariableSpeedPump: vary pump speed to control duty."@en ; + rdfs:label "capacity control"@en . +# +# https://saref.etsi.org/saref4bldg/capacityControlType + +:capacityControlType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "InletVane: Control by adjusting inlet vane. VariableSpeedDrive: Control by variable speed drive. BladePitchAngle: Control by adjusting blade pitch angle. TwoSpeed: Control by switch between high and low speed. DischargeDamper: Control by modulating discharge damper."@en ; + rdfs:label "capacity control type"@en . +# +# https://saref.etsi.org/saref4bldg/capacityPeople + +:capacityPeople a owl:DatatypeProperty ; + rdfs:range xsd:nonNegativeInteger ; + rdfs:comment "Capacity of the transportation element measured in numbers of person."@en ; + rdfs:label "capacity people"@en . +# +# https://saref.etsi.org/saref4bldg/circuitType + +:circuitType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "OpenCircuit: Exposes water directly to the cooling atmosphere. CloseCircuit: The fluid is separated from the atmosphere by a heat exchanger. Wet: The air stream or the heat exchange surface is evaporatively cooled. Dry: No evaporation into the air stream. DryWet: A combination of a dry tower and a wet tower."@en ; + rdfs:label "circuit type"@en . +# +# https://saref.etsi.org/saref4bldg/colorAppearance + +:colorAppearance a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "In both the DIN and CIE standards, artificial light sources are classified in terms of their color appearance. To the human eye they all appear to be white the difference can only be detected by direct comparison. Visual performance is not directly affected by differences in color appearance."@en ; + rdfs:label "color appearance"@en . +# +# https://saref.etsi.org/saref4bldg/colorRenderingIndex + +:colorRenderingIndex a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "The CRI indicates how well a light source renders eight standard colors compared to perfect reference lamp with the same color temperature. The CRI scale ranges from 1 to 100, with 100 representing perfect rendering properties."@en ; + rdfs:label "color rendering index"@en . +# +# https://saref.etsi.org/saref4bldg/controlStrategy + +:controlStrategy a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "FixedExitingWaterTemp: The capacity is controlled to maintain a fixed exiting water temperature. WetBulbTempReset: The set-point is reset based on the wet-bulb temperature."@en ; + rdfs:label "control strategy"@en . +# +# https://saref.etsi.org/saref4bldg/endShapeType + +:endShapeType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Defines the types of end shapes that can be used for preformed tanks. The convention for reading these enumerated values is that for a vertical cylinder, the first value is the base and the second is the top for a horizontal cylinder, the order of reading should be left to right. For a speherical tank, the value UNSET should be used.B5"@en ; + rdfs:label "end shape type"@en . +# +# https://saref.etsi.org/saref4bldg/energySource + +:energySource a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Enumeration defining the energy source or fuel cumbusted to generate heat."@en , "The source of energy."@en ; + rdfs:label "energy source"@en . +# +# https://saref.etsi.org/saref4bldg/evaporationCoolant + +:evaporationCoolant a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The fluid used for the coolant in the evaporator."@en ; + rdfs:label "evaporation coolant"@en . +# +# https://saref.etsi.org/saref4bldg/evaporationMediumType + +:evaporationMediumType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "ColdLiquid: Evaporator is using liquid type of fluid to exchange heat with refrigerant. ColdAir: Evaporator is using air to exchange heat with refrigerant."@en ; + rdfs:label "evaporation medium type"@en . +# +# https://saref.etsi.org/saref4bldg/failPosition + +:failPosition a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Specifies the required fail-safe position of the actuator."@en ; + rdfs:label "fail position"@en . +# +# https://saref.etsi.org/saref4bldg/finishColor + +:finishColor a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Finish color for cooled beam."@en ; + rdfs:label "finish color"@en . +# +# https://saref.etsi.org/saref4bldg/fireExit + +:fireExit a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE). Here whether the transport element (in case of e.g., a lift) is designed to serve as a fire exit, e.g., for fire escape purposes."@en ; + rdfs:label "fire exit"@en . +# +# https://saref.etsi.org/saref4bldg/flowArrangement + +:flowArrangement a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "CounterFlow: Air and water flow enter in different directions. CrossFlow: Air and water flow are perpendicular. ParallelFlow: air and water flow enter in same directions."@en ; + rdfs:label "flow arrangement"@en . +# +# https://saref.etsi.org/saref4bldg/frameSize + +:frameSize a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Designation of the frame size according to the named range of frame sizes designated at the place of use or according to a given standard."@en ; + rdfs:label "frame size"@en . +# +# https://saref.etsi.org/saref4bldg/frameType + +:frameType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The type of frame used by the damper (e.g., Standard, Single Flange, Single Reversed Flange, Double Flange, etc.)."@en ; + rdfs:label "frame type"@en . +# +# https://saref.etsi.org/saref4bldg/hasDefrost + +:hasDefrost a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Whether the heat exchanger has defrost function or not."@en ; + rdfs:label "has defrost"@en . +# +# https://saref.etsi.org/saref4bldg/hasExteriorInsulation + +:hasExteriorInsulation a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "TRUE if the silencer has exterior insulation. FALSE if it does not."@en ; + rdfs:label "has exterior insulation"@en . +# +# https://saref.etsi.org/saref4bldg/hasHotGasBypass + +:hasHotGasBypass a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Whether or not hot gas bypass is provided for the compressor. TRUE = Yes, FALSE = No."@en ; + rdfs:label "has hot gas bypass"@en . +# +# https://saref.etsi.org/saref4bldg/hasLock + +:hasLock a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication of whether a switching device has a key operated lock (=TRUE) or not (= FALSE)."@en ; + rdfs:label "has lock"@en . +# +# https://saref.etsi.org/saref4bldg/hasPartWinding + +:hasPartWinding a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication of whether the motor is single speed, i.e. has a single winding (= FALSE) or multi-speed i.e.has part winding (= TRUE) ."@en ; + rdfs:label "has part winding"@en . +# +# https://saref.etsi.org/saref4bldg/hasTurbulator + +:hasTurbulator a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "TRUE if the tube has a turbulator, FALSE if it does not."@en ; + rdfs:label "has turbulator"@en . +# +# https://saref.etsi.org/saref4bldg/heatTransferDimension + +:heatTransferDimension a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indicates how heat is transmitted according to the shape of the space heater."@en ; + rdfs:label "heat transfer dimension"@en . +# +# https://saref.etsi.org/saref4bldg/heatTransferMedium + +:heatTransferMedium a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Enumeration defining the heat transfer medium if applicable."@en ; + rdfs:label "heat transfer medium"@en . +# +# https://saref.etsi.org/saref4bldg/heatTransferTypeEnum + +:heatTransferTypeEnum a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Type of heat transfer between the two air streams."@en ; + rdfs:label "heat transfer type enum"@en . +# +# https://saref.etsi.org/saref4bldg/integratedLightingType + +:integratedLightingType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Integrated lighting in cooled beam."@en ; + rdfs:label "integrated lighting type"@en . +# +# https://saref.etsi.org/saref4bldg/internalControl + +:internalControl a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Internal modulation control."@en ; + rdfs:label "internal control"@en . +# +# https://saref.etsi.org/saref4bldg/isExternal + +:isExternal a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building."@en ; + rdfs:label "is external"@en . +# +# https://saref.etsi.org/saref4bldg/isFreeHanging + +:isFreeHanging a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Is it free hanging type (not mounted in a false ceiling)?"@en ; + rdfs:label "is free hanging"@en . +# +# https://saref.etsi.org/saref4bldg/isGuarded + +:isGuarded a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication of whether the motor enclosure is guarded (= TRUE) or not (= FALSE)."@en ; + rdfs:label "is guarded"@en . +# +# https://saref.etsi.org/saref4bldg/isIlluminated + +:isIlluminated a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "An indication of whether there is an illuminated indicator to show that the switch is on (=TRUE) or not (= FALSE)."@en ; + rdfs:label "is illuminated"@en . +# +# https://saref.etsi.org/saref4bldg/isNeutralPrimaryTerminalAvailable + +:isNeutralPrimaryTerminalAvailable a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "An indication of whether the neutral point of the primary winding is available as a terminal (=TRUE) or not (= FALSE)."@en ; + rdfs:label "is neutral primary terminal available"@en . +# +# https://saref.etsi.org/saref4bldg/isNeutralSecondaryTerminalAvailable + +:isNeutralSecondaryTerminalAvailable a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "An indication of whether the neutral point of the secondary winding is available as a terminal (=TRUE) or not (= FALSE)."@en ; + rdfs:label "is neutral secondary terminal available"@en . +# +# https://saref.etsi.org/saref4bldg/isPluggableOutlet + +:isPluggableOutlet a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication of whether the outlet accepts a loose plug connection (= TRUE) or whether it is directly connected (= FALSE) or whether the form of connection has not yet been determined (= UNKNOWN)."@en ; + rdfs:label "is pluggable outlet"@en . +# +# https://saref.etsi.org/saref4bldg/isWaterStorageHeater + +:isWaterStorageHeater a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "This is used to identify if the boiler has storage capacity (TRUE). If FALSE, then there is no storage capacity built into the boiler, such as an instantaneous hot water heater."@en ; + rdfs:label "is water storage heater"@en . +# +# https://saref.etsi.org/saref4bldg/lampBallastType + +:lampBallastType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The type of ballast used to stabilise gas discharge by limiting the current during operation and to deliver the necessary striking voltage for starting. Ballasts are needed to operate Discharge Lamps such as Fluorescent, Compact Fluorescent, High-pressure Mercury, Metal Halide and High-pressure Sodium Lamps. Magnetic ballasts are chokes which limit the current passing through a lamp connected in series on the principle of self-induction. The resultant current and power are decisive for the efficient operation of the lamp. A specially designed ballast is required for every type of lamp to comply with lamp rating in terms of Luminous Flux, Color Appearance and service life. The two types of magnetic ballasts for fluorescent lamps are KVG Conventional (EC-A series) and VVG Low-loss ballasts (EC-B series). Low-loss ballasts have a higher efficiency, which means reduced ballast losses and a lower thermal load. Electronic ballasts are used to run fluorescent lamps at high frequencies (approx. 35 - 40 kHz)."@en ; + rdfs:label "lamp ballast type"@en . +# +# https://saref.etsi.org/saref4bldg/lampCompensationType + +:lampCompensationType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Identifies the form of compensation used for power factor correction and radio suppression."@en ; + rdfs:label "lamp compensation type"@en . +# +# https://saref.etsi.org/saref4bldg/legend + +:legend a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "A text inscribed or applied to the switch as a legend to indicate purpose or function."@en ; + rdfs:label "legend"@en . +# +# https://saref.etsi.org/saref4bldg/manualOverride + +:manualOverride a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Identifies whether hand-operated operation is provided as an override (= TRUE) or not (= FALSE). Note that this value should be set to FALSE by default in the case of a Hand Operated Actuator."@en ; + rdfs:label "manual override"@en . +# +# https://saref.etsi.org/saref4bldg/mechanicalOperated + +:mechanicalOperated a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indication whether the element is operated machanically (TRUE) or not, i.e. manually (FALSE)."@en ; + rdfs:label "mechanical operated"@en . +# +# https://saref.etsi.org/saref4bldg/mediaSource + +:mediaSource a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indicates media sources and corresponding names of ports (DistributionPort with FlowDirection=SINK and PredefinedType=AUDIOVISUAL) or aggregated audio/video components (AudioVisualAppliance)."@en ; + rdfs:label "media source"@en . +# +# https://saref.etsi.org/saref4bldg/motorDriveType + +:motorDriveType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Motor drive type: DIRECTDRIVE: Direct drive. BELTDRIVE: Belt drive. COUPLING: Coupling. OTHER: Other type of motor drive. UNKNOWN: Unknown motor drive type. "@en ; + rdfs:label "motor drive type"@en . +# +# https://saref.etsi.org/saref4bldg/motorEnclosureType + +:motorEnclosureType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "A list of the available types of motor enclosure from which that required may be selected."@en ; + rdfs:label "motor enclosure type"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfBlades + +:numberOfBlades a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of blades."@en ; + rdfs:label "number of blades"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfCells + +:numberOfCells a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of cells in one cooling tower unit."@en ; + rdfs:label "number of cells"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfCircuits + +:numberOfCircuits a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of parallel fluid tube circuits."@en ; + rdfs:label "number of circuits"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfGangs + +:numberOfGangs a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of gangs/buttons on this switch."@en ; + rdfs:label "number of gangs"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfPanels + +:numberOfPanels a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of panels."@en ; + rdfs:label "number of panels"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfRows + +:numberOfRows a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of tube rows in the tube bundle assembly."@en ; + rdfs:label "number of rows"@en . +# +# https://saref.etsi.org/saref4bldg/numberOfSections + +:numberOfSections a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "Number of sections used."@en ; + rdfs:label "number of sections"@en . +# +# https://saref.etsi.org/saref4bldg/numberOsSockets + +:numberOsSockets a owl:DatatypeProperty ; + rdfs:range xsd:integer ; + rdfs:comment "The number of sockets that may be connected. In case of inconsistency, sockets defined on ports take precedence."@en ; + rdfs:label "number os sockets"@en . +# +# https://saref.etsi.org/saref4bldg/operatingMode + +:operatingMode a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Identifies the operating mode of the boiler."@en ; + rdfs:label "operating mode"@en . +# +# https://saref.etsi.org/saref4bldg/operation + +:operation a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The operational mechanism for the damper operation."@en ; + rdfs:label "operation"@en . +# +# https://saref.etsi.org/saref4bldg/orientation + +:orientation a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The intended orientation for the damper as specified by the manufacturer."@en ; + rdfs:label "orientation"@en . +# +# https://saref.etsi.org/saref4bldg/patternType + +:patternType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Defines the types of pattern (or shape of a tank that may be specified."@en ; + rdfs:label "pattern type"@en . +# +# https://saref.etsi.org/saref4bldg/pipeConnectionEnum + +:pipeConnectionEnum a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The manner in which the pipe connection is made to the cooled beam."@en ; + rdfs:label "pipe connection enum"@en . +# +# https://saref.etsi.org/saref4bldg/placementType + +:placementType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indicates how the device is designed to be placed."@en ; + rdfs:label "placement type"@en . +# +# https://saref.etsi.org/saref4bldg/powerSource + +:powerSource a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Type of power driving the compressor."@en ; + rdfs:label "power source"@en . +# +# https://saref.etsi.org/saref4bldg/readOutType + +:readOutType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indication of the form that readout from the meter takes. In the case of a dial read out, this may comprise multiple dials that give a cumulative reading and/or a mechanical odometer."@en ; + rdfs:label "read out type"@en . +# +# https://saref.etsi.org/saref4bldg/refrigerantClass + +:refrigerantClass a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Refrigerant class used by the compressor. CFC: Chlorofluorocarbons. HCFC: Hydrochlorofluorocarbons. HFC: Hydrofluorocarbons."@en ; + rdfs:label "refrigerant class"@en . +# +# https://saref.etsi.org/saref4bldg/remoteReading + +:remoteReading a owl:DatatypeProperty ; + rdfs:range xsd:boolean ; + rdfs:comment "Indicates whether the meter has a connection for remote reading through connection of a communication device (set TRUE) or not (set FALSE)."@en ; + rdfs:label "remote reading"@en . +# +# https://saref.etsi.org/saref4bldg/roughness + +:roughness a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "A measure of the vertical deviations of the surface."@en ; + rdfs:label "roughness"@en . +# +# https://saref.etsi.org/saref4bldg/secondaryCurrentType + +:secondaryCurrentType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "A list of the secondary current types that can result from transformer output."@en ; + rdfs:label "secondary current type"@en . +# +# https://saref.etsi.org/saref4bldg/shadingDeviceType + +:shadingDeviceType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Specifies the type of shading device."@en ; + rdfs:label "shading device type"@en . +# +# https://saref.etsi.org/saref4bldg/sprayType + +:sprayType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "SprayFilled: Water is sprayed into airflow. SplashTypeFill: water cascades over successive rows of splash bars. FilmTypeFill: water flows in a thin layer over closely spaced sheets."@en ; + rdfs:label "spray type"@en . +# +# https://saref.etsi.org/saref4bldg/standard + +:standard a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The designation of the standard applicable for the definition of the characteristics of the unit."@en ; + rdfs:label "standard"@en . +# +# https://saref.etsi.org/saref4bldg/storageType + +:storageType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Defines the general material category intended to be stored."@en ; + rdfs:label "storage type"@en . +# +# https://saref.etsi.org/saref4bldg/switchFunction + +:switchFunction a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Indicates types of switches which differs in functionality."@en ; + rdfs:label "switch function"@en . +# +# https://saref.etsi.org/saref4bldg/temperatureClassification + +:temperatureClassification a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Enumeration defining the temperature classification of the space heater surface temperature. low temperature - surface temperature is relatively low, usually heated by hot water or electricity. high temperature - surface temperature is relatively high, usually heated by gas or steam."@en ; + rdfs:label "temperature classification"@en . +# +# https://saref.etsi.org/saref4bldg/transformerVectorGroup + +:transformerVectorGroup a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "List of the possible vector groups for the transformer from which that required may be set. Values in the enumeration list follow a standard international code where the first letter describes how the primary windings are connected, the second letter describes how the secondary windings are connected, and the numbers describe the rotation of voltages and currents from the primary to the secondary side in multiples of 30 degrees. D: means that the windings are delta-connected. Y: means that the windings are star-connected. Z: means that the windings are zig-zag connected (a special start-connected providing low reactance of the transformer). The connectivity is only relevant for three-phase transformers."@en ; + rdfs:label "transformer vector group"@en . +# +# https://saref.etsi.org/saref4bldg/valveMechanism + +:valveMechanism a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The mechanism by which the valve function is achieved where: BALL: Valve that has a ported ball that can be turned relative to the body seat ports. BUTTERFLY: Valve in which a streamlined disc pivots about a diametric axis. CONFIGUREDGATE: Screwdown valve in which the closing gate is shaped in a configured manner to have a more precise control of pressure and flow change across the valve. GLAND: Valve with a tapered seating, in which a rotatable plug is retained by means of a gland and gland packing. GLOBE: Screwdown valve that has a spherical body. LUBRICATEDPLUG: Plug valve in which a lubricant is injected under pressure between the plug face and the body. NEEDLE: Valve for regulating the flow in or from a pipe, in which a slender cone moves along the axis of flow to close against a fixed conical seat. PARALLELSLIDE: Screwdown valve that has a machined plate that slides in formed grooves to form a seal. PLUG: Valve that has a ported plug that can be turned relative to the body seat ports. WEDGEGATE: Screwdown valve that has a wedge shaped plate fitting into tapered guides to form a seal."@en ; + rdfs:label "valve mechanism"@en . +# +# https://saref.etsi.org/saref4bldg/valveOperation + +:valveOperation a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The method of valve operation where: DROPWEIGHT: A valve that is closed by the action of a weighted lever being released, the weight normally being prevented from dropping by being held by a wire, the closure normally being made by the action of heat on a fusible link in the wire FLOAT: A valve that is opened and closed by the action of a float that rises and falls with water level. The float may be a ball attached to a lever or other mechanism HYDRAULIC: A valve that is opened and closed by hydraulic actuation LEVER: A valve that is opened and closed by the action of a lever rotating the gate within the valve. LOCKSHIELD: A valve that requires the use of a special lockshield key for opening and closing, the operating mechanism being protected by a shroud during normal operation. MOTORIZED: A valve that is opened and closed by the action of an electric motor on an actuator PNEUMATIC: A valve that is opened and closed by pneumatic actuation SOLENOID: A valve that is normally held open by a magnetic field in a coil acting on the gate but that is closed immediately if the electrical current generating the magnetic field is removed. SPRING: A valve that is normally held in position by the pressure of a spring on a plate but that may be caused to open if the pressure of the fluid is sufficient to overcome the spring pressure. THERMOSTATIC: A valve in which the ports are opened or closed to maintain a required predetermined temperature. WHEEL: A valve that is opened and closed by the action of a wheel moving the gate within the valve."@en ; + rdfs:label "valve operation"@en . +# +# https://saref.etsi.org/saref4bldg/valvePattern + +:valvePattern a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "The configuration of the ports of a valve according to either the linear route taken by a fluid flowing through the valve or by the number of ports where: SINGLEPORT: Valve that has a single entry port from the system that it serves, the exit port being to the surrounding environment. ANGLED_2_PORT: Valve in which the direction of flow is changed through 90 degrees. STRAIGHT_2_PORT: Valve in which the flow is straight through. STRAIGHT_3_PORT: Valve with three separate ports. CROSSOVER_4_PORT: Valve with 4 separate ports."@en ; + rdfs:label "valve pattern"@en . +# +# https://saref.etsi.org/saref4bldg/waterFlowControlSystemType + +:waterFlowControlSystemType a owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Factory fitted waterflow control system."@en ; + rdfs:label "water flow control system type"@en . +# +# https://saref.etsi.org/core/hasTimestamp + +saref:hasTimestamp a owl:DatatypeProperty , owl:FunctionalProperty ; + rdfs:range xsd:dateTime ; + rdfs:comment "A relationship stating the timestamp of an entity (e.g. a measurement)."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "has timestamp"@en . +# +# https://saref.etsi.org/core/hasValue + +saref:hasValue a owl:DatatypeProperty ; + rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power"@en ; + rdfs:isDefinedBy ; + rdfs:label "has value"@en . +# +# +# +# ################################################################# +# # +# # Classes +# # +# ################################################################# +# +# +# https://saref.etsi.org/saref4bldg/Actuator + +:Actuator a owl:Class ; + rdfs:subClassOf :DistributionControlDevice , saref:Actuator , _:genid1 . + +_:genid1 a owl:Restriction ; + owl:onProperty :failPosition ; + owl:allValuesFrom xsd:string . + +:Actuator rdfs:subClassOf _:genid2 . + +_:genid2 a owl:Restriction ; + owl:onProperty :manualOverride ; + owl:allValuesFrom xsd:boolean . + +:Actuator rdfs:comment "An actuator is a mechanical device for moving or controlling a mechanism or system. An actuator takes energy, usually created by air, electricity, or liquid, and converts that into some kind of motion."@en ; + rdfs:label "Actuator"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcActuator" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/AirToAirHeatRecovery + +:AirToAirHeatRecovery a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid3 . + +_:genid3 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid4 . + +_:genid4 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid5 . + +_:genid5 a owl:Restriction ; + owl:onProperty :primaryAirFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid6 . + +_:genid6 a owl:Restriction ; + owl:onProperty :primaryAirFlowRateMin ; + owl:allValuesFrom saref:Measurement . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid7 . + +_:genid7 a owl:Restriction ; + owl:onProperty :secondaryAirFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid8 . + +_:genid8 a owl:Restriction ; + owl:onProperty :secondaryAirFlowRateMin ; + owl:allValuesFrom saref:Measurement . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid9 . + +_:genid9 a owl:Restriction ; + owl:onProperty :hasDefrost ; + owl:allValuesFrom xsd:boolean . + +:AirToAirHeatRecovery rdfs:subClassOf _:genid10 . + +_:genid10 a owl:Restriction ; + owl:onProperty :heatTransferTypeEnum ; + owl:allValuesFrom xsd:string . + +:AirToAirHeatRecovery rdfs:comment "An air-to-air heat recovery device employs a counter-flow heat exchanger between inbound and outbound air flow. It is typically used to transfer heat from warmer air in one chamber to cooler air in the second chamber (i.e., typically used to recover heat from the conditioned air being exhausted and the outside air being supplied to a building), resulting in energy savings from reduced heating (or cooling) requirements."@en ; + rdfs:label "Air to air heat recovery"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcAirToAirHeatRecovery" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Alarm + +:Alarm a owl:Class ; + rdfs:subClassOf :DistributionControlDevice ; + rdfs:comment """An alarm is a device that signals the existence of a condition or situation that is outside the boundaries of normal expectation or that activates such a device. + +Alarms include the provision of break glass buttons and manual pull boxes that are used to activate alarms."""@en ; + rdfs:label "Alarm"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcAlarm" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/AudioVisualAppliance + +:AudioVisualAppliance a owl:Class ; + rdfs:subClassOf :FlowTerminal , _:genid11 . + +_:genid11 a owl:Restriction ; + owl:onProperty :audioVolume ; + owl:allValuesFrom saref:Measurement . + +:AudioVisualAppliance rdfs:subClassOf _:genid12 . + +_:genid12 a owl:Restriction ; + owl:onProperty :mediaSource ; + owl:allValuesFrom xsd:string . + +:AudioVisualAppliance rdfs:comment """An audio-visual appliance is a device that displays, captures, transmits, or receives audio or video. + +Audio-visual appliances may be fixed in place or may be able to be moved from one space to another. They may require an electrical supply that may be supplied either by an electrical circuit or provided from a local battery source. Audio-visual appliances may be connected to data circuits including specialist circuits for audio visual purposes only."""@en ; + rdfs:label "Audio visual appliance"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcAudioVisualApplicance" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Boiler + +:Boiler a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid13 . + +_:genid13 a owl:Restriction ; + owl:onProperty :heatTransferSurfaceArea ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid14 . + +_:genid14 a owl:Restriction ; + owl:onProperty :nominalEnergyConsumption ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid15 . + +_:genid15 a owl:Restriction ; + owl:onProperty :nominalPartLoadRatio ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid16 . + +_:genid16 a owl:Restriction ; + owl:onProperty :outletTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid17 . + +_:genid17 a owl:Restriction ; + owl:onProperty :outletTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid18 . + +_:genid18 a owl:Restriction ; + owl:onProperty :pressureRating ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid19 . + +_:genid19 a owl:Restriction ; + owl:onProperty :waterInletTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid20 . + +_:genid20 a owl:Restriction ; + owl:onProperty :waterInletTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid21 . + +_:genid21 a owl:Restriction ; + owl:onProperty :waterStorageCapacity ; + owl:allValuesFrom saref:Measurement . + +:Boiler rdfs:subClassOf _:genid22 . + +_:genid22 a owl:Restriction ; + owl:onProperty :energySource ; + owl:allValuesFrom xsd:string . + +:Boiler rdfs:subClassOf _:genid23 . + +_:genid23 a owl:Restriction ; + owl:onProperty :isWaterStorageHeater ; + owl:allValuesFrom xsd:boolean . + +:Boiler rdfs:subClassOf _:genid24 . + +_:genid24 a owl:Restriction ; + owl:onProperty :operatingMode ; + owl:allValuesFrom xsd:string . + +:Boiler rdfs:comment "A boiler is a closed, pressure-rated vessel in which water or other fluid is heated using an energy source such as natural gas, heating oil, or electricity. The fluid in the vessel is then circulated out of the boiler for use in various processes or heating applications."@en ; + rdfs:label "Boiler"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcBoiler" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Building + +:Building a owl:Class ; + rdfs:subClassOf _:genid25 . + +_:genid25 a owl:Restriction ; + owl:onProperty :hasSpace ; + owl:allValuesFrom :BuildingSpace . + +:Building rdfs:comment "A building represents a structure that provides shelter for its occupants or contents and stands in one place. The building is also used to provide a basic element within the spatial structure hierarchy for the components of a building project (together with site, storey, and space)."@en ; + rdfs:label "Building"@en ; + rdfs:seeAlso ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/BuildingDevice + +:BuildingDevice a owl:Class ; + rdfs:subClassOf :BuildingObject , saref:Device ; + rdfs:comment "A tangible object designed to accomplish a particular task in a building."@en ; + rdfs:label "Building device"@en . +# +# https://saref.etsi.org/saref4bldg/BuildingObject + +:BuildingObject a owl:Class ; + rdfs:subClassOf :PhysicalObject ; + rdfs:comment "An object in the building that can be controlled by devices, such as a door or a window that can be automatically opened or closed by an actuator. (Definition taken from SAREF 1.0)"@en ; + rdfs:label "Building object"@en . +# +# https://saref.etsi.org/saref4bldg/BuildingSpace + +:BuildingSpace a owl:Class ; + rdfs:subClassOf _:genid26 . + +_:genid26 a owl:Restriction ; + owl:onProperty :contains ; + owl:allValuesFrom :PhysicalObject . + +:BuildingSpace rdfs:subClassOf _:genid27 . + +_:genid27 a owl:Restriction ; + owl:onProperty :hasSpace ; + owl:allValuesFrom :BuildingSpace . + +:BuildingSpace rdfs:subClassOf _:genid28 . + +_:genid28 a owl:Restriction ; + owl:onProperty :isSpaceOf ; + owl:allValuesFrom _:genid29 . + +_:genid29 a owl:Class ; + owl:unionOf _:genid31 . + +_:genid31 a rdf:List ; + rdf:first :Building ; + rdf:rest _:genid30 . + +_:genid30 a rdf:List ; + rdf:first :BuildingSpace ; + rdf:rest rdf:nil . + +:BuildingSpace rdfs:comment "An entity used to define the physical spaces of the building. A building space contains devices or building objects."@en ; + rdfs:label "Building space"@en . +# +# https://saref.etsi.org/saref4bldg/Burner + +:Burner a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid32 . + +_:genid32 a owl:Restriction ; + owl:onProperty :energySource ; + owl:allValuesFrom xsd:string . + +:Burner rdfs:comment "A burner is a device that converts fuel into heat through combustion. It includes gas, oil, and wood burners."@en ; + rdfs:label "Burner"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcBurner" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Chiller + +:Chiller a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid33 . + +_:genid33 a owl:Restriction ; + owl:onProperty :nominalCapacity ; + owl:allValuesFrom saref:Measurement . + +:Chiller rdfs:subClassOf _:genid34 . + +_:genid34 a owl:Restriction ; + owl:onProperty :nominalCondensingTemperature ; + owl:allValuesFrom saref:Measurement . + +:Chiller rdfs:subClassOf _:genid35 . + +_:genid35 a owl:Restriction ; + owl:onProperty :nominalEfficiency ; + owl:allValuesFrom saref:Measurement . + +:Chiller rdfs:subClassOf _:genid36 . + +_:genid36 a owl:Restriction ; + owl:onProperty :nominalEvaporatingTemmperature ; + owl:allValuesFrom saref:Measurement . + +:Chiller rdfs:subClassOf _:genid37 . + +_:genid37 a owl:Restriction ; + owl:onProperty :nominalHeatRejectionRate ; + owl:allValuesFrom saref:Measurement . + +:Chiller rdfs:subClassOf _:genid38 . + +_:genid38 a owl:Restriction ; + owl:onProperty :nominalPowerConsumption ; + owl:allValuesFrom saref:Measurement . + +:Chiller rdfs:comment "A chiller is a device used to remove heat from a liquid via a vapor-compression or absorption refrigeration cycle to cool a fluid, typically water or a mixture of water and glycol. The chilled fluid is then used to cool and dehumidify air in a building."@en ; + rdfs:label "Chiller"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcChiller" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Coil + +:Coil a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid39 . + +_:genid39 a owl:Restriction ; + owl:onProperty :airFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid40 . + +_:genid40 a owl:Restriction ; + owl:onProperty :airFlowRateMin ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid41 . + +_:genid41 a owl:Restriction ; + owl:onProperty :nominalLatentCapacity ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid42 . + +_:genid42 a owl:Restriction ; + owl:onProperty :nominalSensibleCapacity ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid43 . + +_:genid43 a owl:Restriction ; + owl:onProperty :nominalUa ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid44 . + +_:genid44 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid45 . + +_:genid45 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Coil rdfs:subClassOf _:genid46 . + +_:genid46 a owl:Restriction ; + owl:onProperty :placementType ; + owl:allValuesFrom xsd:string . + +:Coil rdfs:comment """A coil is a device used to provide heat transfer between non-mixing media. A common example is a cooling coil, which utilizes a finned coil in which circulates chilled water, antifreeze, or refrigerant that is used to remove heat from air moving across the surface of the coil. A coil may be used either for heating or cooling purposes by placing a series of tubes (the coil) carrying a heating or cooling fluid into an airstream. The coil may be constructed from tubes bundled in a serpentine form or from finned tubes that give a extended heat transfer surface. + +Coils may also be used for non-airflow cases such as embedded in a floor slab."""@en ; + rdfs:label "Coil"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCoil" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/CommunicationAppliance + +:CommunicationAppliance a owl:Class ; + rdfs:subClassOf :FlowTerminal ; + rdfs:comment """A communications appliance transmits and receives electronic or digital information as data or sound. + +Communication appliances may be fixed in place or may be able to be moved from one space to another. Communication appliances require an electrical supply that may be supplied either by an electrical circuit or provided from a local battery source."""@en ; + rdfs:label "Communication appliance"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCommunicationAppliance" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Compressor + +:Compressor a owl:Class ; + rdfs:subClassOf :FlowMovingDevice , _:genid47 . + +_:genid47 a owl:Restriction ; + owl:onProperty :compressorSpeed ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid48 . + +_:genid48 a owl:Restriction ; + owl:onProperty :idealCapacity ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid49 . + +_:genid49 a owl:Restriction ; + owl:onProperty :idealShaftPower ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid50 . + +_:genid50 a owl:Restriction ; + owl:onProperty :impellerDiameter ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid51 . + +_:genid51 a owl:Restriction ; + owl:onProperty :nominalCapacity ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid52 . + +_:genid52 a owl:Restriction ; + owl:onProperty :partLoadRatioMax ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid53 . + +_:genid53 a owl:Restriction ; + owl:onProperty :partLoadRatioMin ; + owl:allValuesFrom saref:Measurement . + +:Compressor rdfs:subClassOf _:genid54 . + +_:genid54 a owl:Restriction ; + owl:onProperty :hasHotGasBypass ; + owl:allValuesFrom xsd:boolean . + +:Compressor rdfs:subClassOf _:genid55 . + +_:genid55 a owl:Restriction ; + owl:onProperty :powerSource ; + owl:allValuesFrom xsd:string . + +:Compressor rdfs:subClassOf _:genid56 . + +_:genid56 a owl:Restriction ; + owl:onProperty :refrigerantClass ; + owl:allValuesFrom xsd:string . + +:Compressor rdfs:comment "A compressor is a device that compresses a fluid typically used in a refrigeration circuit."@en ; + rdfs:label "Compressor"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCompressor" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Condenser + +:Condenser a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid57 . + +_:genid57 a owl:Restriction ; + owl:onProperty :externalSurfaceArea ; + owl:allValuesFrom saref:Measurement . + +:Condenser rdfs:subClassOf _:genid58 . + +_:genid58 a owl:Restriction ; + owl:onProperty :internalRefrigerantVolume ; + owl:allValuesFrom saref:Measurement . + +:Condenser rdfs:subClassOf _:genid59 . + +_:genid59 a owl:Restriction ; + owl:onProperty :internalSurfaceArea ; + owl:allValuesFrom saref:Measurement . + +:Condenser rdfs:subClassOf _:genid60 . + +_:genid60 a owl:Restriction ; + owl:onProperty :internalWaterVolume ; + owl:allValuesFrom saref:Measurement . + +:Condenser rdfs:subClassOf _:genid61 . + +_:genid61 a owl:Restriction ; + owl:onProperty :nominalHeatTransferArea ; + owl:allValuesFrom saref:Measurement . + +:Condenser rdfs:subClassOf _:genid62 . + +_:genid62 a owl:Restriction ; + owl:onProperty :nominalHeatTransferCoefficient ; + owl:allValuesFrom saref:Measurement . + +:Condenser rdfs:subClassOf _:genid63 . + +_:genid63 a owl:Restriction ; + owl:onProperty :refrigerantClass ; + owl:allValuesFrom xsd:string . + +:Condenser rdfs:comment "A condenser is a device that is used to dissipate heat, typically by condensing a substance such as a refrigerant from its gaseous to its liquid state."@en ; + rdfs:label "Condenser"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCondenser" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Controller + +:Controller a owl:Class ; + rdfs:subClassOf :DistributionControlDevice ; + rdfs:comment """A controller is a device that monitors inputs and controls outputs within a building automation system. + +A controller may be physical (having placement within a spatial structure) or logical (a software interface or aggregated within a programmable physical controller)."""@en ; + rdfs:label "Controller"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcController" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/CooledBeam + +:CooledBeam a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid64 . + +_:genid64 a owl:Restriction ; + owl:onProperty :coilLength ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid65 . + +_:genid65 a owl:Restriction ; + owl:onProperty :coilWidth ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid66 . + +_:genid66 a owl:Restriction ; + owl:onProperty :nominalCoolingCapacity ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid67 . + +_:genid67 a owl:Restriction ; + owl:onProperty :nominalHeatingCapacity ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid68 . + +_:genid68 a owl:Restriction ; + owl:onProperty :nominalReturnWaterTemperatureCooling ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid69 . + +_:genid69 a owl:Restriction ; + owl:onProperty :nominalReturnWaterTemperatureHeating ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid70 . + +_:genid70 a owl:Restriction ; + owl:onProperty :nominalSorroundingHumidityCooling ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid71 . + +_:genid71 a owl:Restriction ; + owl:onProperty :nominalSorroundingTemperatureCooling ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid72 . + +_:genid72 a owl:Restriction ; + owl:onProperty :nominalSorroundingTemperatureHeating ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid73 . + +_:genid73 a owl:Restriction ; + owl:onProperty :nominalSupplyWaterTemperatureCooling ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid74 . + +_:genid74 a owl:Restriction ; + owl:onProperty :nominalSupplyWaterTemperatureHeating ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid75 . + +_:genid75 a owl:Restriction ; + owl:onProperty :nominalWaterFlowCooling ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid76 . + +_:genid76 a owl:Restriction ; + owl:onProperty :nominalWaterFlowHeating ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid77 . + +_:genid77 a owl:Restriction ; + owl:onProperty :waterPressureMax ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid78 . + +_:genid78 a owl:Restriction ; + owl:onProperty :waterPressureMin ; + owl:allValuesFrom saref:Measurement . + +:CooledBeam rdfs:subClassOf _:genid79 . + +_:genid79 a owl:Restriction ; + owl:onProperty :finishColor ; + owl:allValuesFrom xsd:string . + +:CooledBeam rdfs:subClassOf _:genid80 . + +_:genid80 a owl:Restriction ; + owl:onProperty :integratedLightingType ; + owl:allValuesFrom xsd:string . + +:CooledBeam rdfs:subClassOf _:genid81 . + +_:genid81 a owl:Restriction ; + owl:onProperty :isFreeHanging ; + owl:allValuesFrom xsd:boolean . + +:CooledBeam rdfs:subClassOf _:genid82 . + +_:genid82 a owl:Restriction ; + owl:onProperty :pipeConnectionEnum ; + owl:allValuesFrom xsd:string . + +:CooledBeam rdfs:subClassOf _:genid83 . + +_:genid83 a owl:Restriction ; + owl:onProperty :waterFlowControlSystemType ; + owl:allValuesFrom xsd:string . + +:CooledBeam rdfs:comment "A cooled beam (or chilled beam) is a device typically used to cool air by circulating a fluid such as chilled water through exposed finned tubes above a space. Typically mounted overhead near or within a ceiling, the cooled beam uses convection to cool the space below it by acting as a heat sink for the naturally rising warm air of the space. Once cooled, the air naturally drops back to the floor where the cycle begins again."@en ; + rdfs:label "Cooled beam"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCooledBeam" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/CoolingTower + +:CoolingTower a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid84 . + +_:genid84 a owl:Restriction ; + owl:onProperty :ambientDesignDryBulbTemperature ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid85 . + +_:genid85 a owl:Restriction ; + owl:onProperty :ambientDesignWetBulbTemperature ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid86 . + +_:genid86 a owl:Restriction ; + owl:onProperty :basinReserveVolume ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid87 . + +_:genid87 a owl:Restriction ; + owl:onProperty :liftElevationDifference ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid88 . + +_:genid88 a owl:Restriction ; + owl:onProperty :nominalCapacity ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid89 . + +_:genid89 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid90 . + +_:genid90 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid91 . + +_:genid91 a owl:Restriction ; + owl:onProperty :waterRequirement ; + owl:allValuesFrom saref:Measurement . + +:CoolingTower rdfs:subClassOf _:genid92 . + +_:genid92 a owl:Restriction ; + owl:onProperty :capacityControl ; + owl:allValuesFrom xsd:string . + +:CoolingTower rdfs:subClassOf _:genid93 . + +_:genid93 a owl:Restriction ; + owl:onProperty :circuitType ; + owl:allValuesFrom xsd:string . + +:CoolingTower rdfs:subClassOf _:genid94 . + +_:genid94 a owl:Restriction ; + owl:onProperty :controlStrategy ; + owl:allValuesFrom xsd:string . + +:CoolingTower rdfs:subClassOf _:genid95 . + +_:genid95 a owl:Restriction ; + owl:onProperty :flowArrangement ; + owl:allValuesFrom xsd:string . + +:CoolingTower rdfs:subClassOf _:genid96 . + +_:genid96 a owl:Restriction ; + owl:onProperty :numberOfCells ; + owl:allValuesFrom xsd:integer . + +:CoolingTower rdfs:subClassOf _:genid97 . + +_:genid97 a owl:Restriction ; + owl:onProperty :sprayType ; + owl:allValuesFrom xsd:string . + +:CoolingTower rdfs:comment "A cooling tower is a device which rejects heat to ambient air by circulating a fluid such as water through it to reduce its temperature by partial evaporation."@en ; + rdfs:label "Cooling tower"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcCoolingTower" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Damper + +:Damper a owl:Class ; + rdfs:subClassOf :FlowController , _:genid98 . + +_:genid98 a owl:Restriction ; + owl:onProperty :airFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid99 . + +_:genid99 a owl:Restriction ; + owl:onProperty :bladeThickness ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid100 . + +_:genid100 a owl:Restriction ; + owl:onProperty :closeOffRating ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid101 . + +_:genid101 a owl:Restriction ; + owl:onProperty :faceArea ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid102 . + +_:genid102 a owl:Restriction ; + owl:onProperty :frameDepth ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid103 . + +_:genid103 a owl:Restriction ; + owl:onProperty :frameThickness ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid104 . + +_:genid104 a owl:Restriction ; + owl:onProperty :leakageFullyClosed ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid105 . + +_:genid105 a owl:Restriction ; + owl:onProperty :nominalAirFlowRate ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid106 . + +_:genid106 a owl:Restriction ; + owl:onProperty :openPressureDrop ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid107 . + +_:genid107 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid108 . + +_:genid108 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid109 . + +_:genid109 a owl:Restriction ; + owl:onProperty :temperatureRating ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid110 . + +_:genid110 a owl:Restriction ; + owl:onProperty :workingPressureMax ; + owl:allValuesFrom saref:Measurement . + +:Damper rdfs:subClassOf _:genid111 . + +_:genid111 a owl:Restriction ; + owl:onProperty :bladeAction ; + owl:allValuesFrom xsd:string . + +:Damper rdfs:subClassOf _:genid112 . + +_:genid112 a owl:Restriction ; + owl:onProperty :bladeEdge ; + owl:allValuesFrom xsd:string . + +:Damper rdfs:subClassOf _:genid113 . + +_:genid113 a owl:Restriction ; + owl:onProperty :bladeShape ; + owl:allValuesFrom xsd:string . + +:Damper rdfs:subClassOf _:genid114 . + +_:genid114 a owl:Restriction ; + owl:onProperty :frameType ; + owl:allValuesFrom xsd:string . + +:Damper rdfs:subClassOf _:genid115 . + +_:genid115 a owl:Restriction ; + owl:onProperty :numberOfBlades ; + owl:allValuesFrom xsd:integer . + +:Damper rdfs:subClassOf _:genid116 . + +_:genid116 a owl:Restriction ; + owl:onProperty :operation ; + owl:allValuesFrom xsd:string . + +:Damper rdfs:subClassOf _:genid117 . + +_:genid117 a owl:Restriction ; + owl:onProperty :orientation ; + owl:allValuesFrom xsd:string . + +:Damper rdfs:comment "A damper typically participates in an HVAC duct distribution system and is used to control or modulate the flow of air."@en ; + rdfs:label "Damper"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcDamper" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/DistributionControlDevice + +:DistributionControlDevice a owl:Class ; + rdfs:subClassOf :DistributionDevice ; + rdfs:comment "Represents devices of a building automation control system that are used to impart control over elements of a distribution system. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcdistributioncontrolelement.htm)"@en ; + rdfs:label "Distribution control device"@en . +# +# https://saref.etsi.org/saref4bldg/DistributionDevice + +:DistributionDevice a owl:Class ; + rdfs:subClassOf :BuildingDevice ; + rdfs:comment "Generalization of all devices that participate in a distribution system. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcproductextension/lexical/ifcdistributionelement.htm)"@en ; + rdfs:label "Distribution device"@en . +# +# https://saref.etsi.org/saref4bldg/DistributionFlowDevice + +:DistributionFlowDevice a owl:Class ; + rdfs:subClassOf :DistributionDevice ; + rdfs:comment "Represents devices of a distribution system that facilitate the distribution of energy or matter, such as air, water or power. (Definition adapated from http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcdistributionflowelement.htm)"@en ; + rdfs:label "DistributionFlowDevice"@en . +# +# https://saref.etsi.org/saref4bldg/DuctSilencer + +:DuctSilencer a owl:Class ; + rdfs:subClassOf :FlowTreatmentDevice , _:genid118 . + +_:genid118 a owl:Restriction ; + owl:onProperty :airFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid119 . + +_:genid119 a owl:Restriction ; + owl:onProperty :airFlowRateMin ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid120 . + +_:genid120 a owl:Restriction ; + owl:onProperty :hydraulicDiameter ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid121 . + +_:genid121 a owl:Restriction ; + owl:onProperty :length ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid122 . + +_:genid122 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid123 . + +_:genid123 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid124 . + +_:genid124 a owl:Restriction ; + owl:onProperty :weight ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid125 . + +_:genid125 a owl:Restriction ; + owl:onProperty :workingPressureMax ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid126 . + +_:genid126 a owl:Restriction ; + owl:onProperty :workingPressureMin ; + owl:allValuesFrom saref:Measurement . + +:DuctSilencer rdfs:subClassOf _:genid127 . + +_:genid127 a owl:Restriction ; + owl:onProperty :hasExteriorInsulation ; + owl:allValuesFrom xsd:boolean . + +:DuctSilencer rdfs:comment "A duct silencer is a device that is typically installed inside a duct distribution system for the purpose of reducing the noise levels from air movement, fan noise, etc. in the adjacent space or downstream of the duct silencer device."@en ; + rdfs:label "Duct silencer"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcDuctSilencer" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ElectricAppliance + +:ElectricAppliance a owl:Class ; + rdfs:subClassOf :FlowTerminal ; + rdfs:comment """An electric appliance is a device intended for consumer usage that is powered by electricity. + +Electric appliances may be fixed in place or may be able to be moved from one space to another. Electric appliances require an electrical supply that may be supplied either by an electrical circuit or provided from a local battery source."""@en ; + rdfs:label "Electric appliance"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricAppliance" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ElectricFlowStorageDevice + +:ElectricFlowStorageDevice a owl:Class ; + rdfs:subClassOf :FlowStorageDevice , _:genid128 . + +_:genid128 a owl:Restriction ; + owl:onProperty :nominalFrequency ; + owl:allValuesFrom saref:Measurement . + +:ElectricFlowStorageDevice rdfs:subClassOf _:genid129 . + +_:genid129 a owl:Restriction ; + owl:onProperty :nominalSupplyVoltage ; + owl:allValuesFrom saref:Measurement . + +:ElectricFlowStorageDevice rdfs:subClassOf _:genid130 . + +_:genid130 a owl:Restriction ; + owl:onProperty :nominalSupplyVoltageMin ; + owl:allValuesFrom saref:Measurement . + +:ElectricFlowStorageDevice rdfs:comment "An electric flow storage device is a device in which electrical energy is stored and from which energy may be progressively released."@en ; + rdfs:label "Electric flow storage device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricFlowStorageDevice" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ElectricGenerator + +:ElectricGenerator a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid131 . + +_:genid131 a owl:Restriction ; + owl:onProperty :electricGeneratorEfficiency ; + owl:allValuesFrom saref:Measurement . + +:ElectricGenerator rdfs:subClassOf _:genid132 . + +_:genid132 a owl:Restriction ; + owl:onProperty :powerOutputMax ; + owl:allValuesFrom saref:Measurement . + +:ElectricGenerator rdfs:subClassOf _:genid133 . + +_:genid133 a owl:Restriction ; + owl:onProperty :startCurrentFactor ; + owl:allValuesFrom saref:Measurement . + +:ElectricGenerator rdfs:comment "An electric generator is an engine that is a machine for converting mechanical energy into electrical energy."@en ; + rdfs:label "Electric generator"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricGenerator" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ElectricMotor + +:ElectricMotor a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid134 . + +_:genid134 a owl:Restriction ; + owl:onProperty :electricMotorEfficiency ; + owl:allValuesFrom saref:Measurement . + +:ElectricMotor rdfs:subClassOf _:genid135 . + +_:genid135 a owl:Restriction ; + owl:onProperty :lockedRotorCurrent ; + owl:allValuesFrom saref:Measurement . + +:ElectricMotor rdfs:subClassOf _:genid136 . + +_:genid136 a owl:Restriction ; + owl:onProperty :powerOutputMax ; + owl:allValuesFrom saref:Measurement . + +:ElectricMotor rdfs:subClassOf _:genid137 . + +_:genid137 a owl:Restriction ; + owl:onProperty :startCurrentFactor ; + owl:allValuesFrom saref:Measurement . + +:ElectricMotor rdfs:subClassOf _:genid138 . + +_:genid138 a owl:Restriction ; + owl:onProperty :startingTime ; + owl:allValuesFrom saref:Measurement . + +:ElectricMotor rdfs:subClassOf _:genid139 . + +_:genid139 a owl:Restriction ; + owl:onProperty :teTime ; + owl:allValuesFrom saref:Measurement . + +:ElectricMotor rdfs:subClassOf _:genid140 . + +_:genid140 a owl:Restriction ; + owl:onProperty :frameSize ; + owl:allValuesFrom xsd:string . + +:ElectricMotor rdfs:subClassOf _:genid141 . + +_:genid141 a owl:Restriction ; + owl:onProperty :hasPartWinding ; + owl:allValuesFrom xsd:boolean . + +:ElectricMotor rdfs:subClassOf _:genid142 . + +_:genid142 a owl:Restriction ; + owl:onProperty :isGuarded ; + owl:allValuesFrom xsd:boolean . + +:ElectricMotor rdfs:subClassOf _:genid143 . + +_:genid143 a owl:Restriction ; + owl:onProperty :motorEnclosureType ; + owl:allValuesFrom xsd:string . + +:ElectricMotor rdfs:comment "An electric motor is an engine that is a machine for converting electrical energy into mechanical energy."@en ; + rdfs:label "Electric motor"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricMotor" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ElectricTimeControl + +:ElectricTimeControl a owl:Class ; + rdfs:subClassOf :FlowController ; + rdfs:comment "An electric time control is a device that applies control to the provision or flow of electrical energy over time."@en ; + rdfs:label "Electric time control"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcElectricTimeControl" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/EnergyConversionDevice + +:EnergyConversionDevice a owl:Class ; + rdfs:subClassOf :DistributionFlowDevice ; + rdfs:comment "The distribution flow element EnergyConversionDevice defines the occurrence of a device used to perform energy conversion or heat transfer and typically participates in a flow distribution system."@en ; + rdfs:label "Energy conversion device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEnergyConversionDevice" ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/Engine + +:Engine a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid144 . + +_:genid144 a owl:Restriction ; + owl:onProperty :energySource ; + owl:allValuesFrom xsd:string . + +:Engine rdfs:comment "An engine is a device that converts fuel into mechanical energy through combustion."@en ; + rdfs:label "Engine"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEngine" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/EvaporativeCooler + +:EvaporativeCooler a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid145 . + +_:genid145 a owl:Restriction ; + owl:onProperty :heatExchangeArea ; + owl:allValuesFrom saref:Measurement . + +:EvaporativeCooler rdfs:subClassOf _:genid146 . + +_:genid146 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:EvaporativeCooler rdfs:subClassOf _:genid147 . + +_:genid147 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:EvaporativeCooler rdfs:subClassOf _:genid148 . + +_:genid148 a owl:Restriction ; + owl:onProperty :waterRequirement ; + owl:allValuesFrom saref:Measurement . + +:EvaporativeCooler rdfs:subClassOf _:genid149 . + +_:genid149 a owl:Restriction ; + owl:onProperty :flowArrangement ; + owl:allValuesFrom xsd:string . + +:EvaporativeCooler rdfs:comment "An evaporative cooler is a device that cools air by saturating it with water vapor."@en ; + rdfs:label "Evaporative cooler"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEvaporativeCooler" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Evaporator + +:Evaporator a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid150 . + +_:genid150 a owl:Restriction ; + owl:onProperty :externalSurfaceArea ; + owl:allValuesFrom saref:Measurement . + +:Evaporator rdfs:subClassOf _:genid151 . + +_:genid151 a owl:Restriction ; + owl:onProperty :internalRefrigerantVolume ; + owl:allValuesFrom saref:Measurement . + +:Evaporator rdfs:subClassOf _:genid152 . + +_:genid152 a owl:Restriction ; + owl:onProperty :internalSurfaceArea ; + owl:allValuesFrom saref:Measurement . + +:Evaporator rdfs:subClassOf _:genid153 . + +_:genid153 a owl:Restriction ; + owl:onProperty :internalWaterVolume ; + owl:allValuesFrom saref:Measurement . + +:Evaporator rdfs:subClassOf _:genid154 . + +_:genid154 a owl:Restriction ; + owl:onProperty :nominalHeatTransferArea ; + owl:allValuesFrom saref:Measurement . + +:Evaporator rdfs:subClassOf _:genid155 . + +_:genid155 a owl:Restriction ; + owl:onProperty :nominalHeatTransferCoefficient ; + owl:allValuesFrom saref:Measurement . + +:Evaporator rdfs:subClassOf _:genid156 . + +_:genid156 a owl:Restriction ; + owl:onProperty :evaporationCoolant ; + owl:allValuesFrom xsd:string . + +:Evaporator rdfs:subClassOf _:genid157 . + +_:genid157 a owl:Restriction ; + owl:onProperty :evaporationMediumType ; + owl:allValuesFrom xsd:string . + +:Evaporator rdfs:subClassOf _:genid158 . + +_:genid158 a owl:Restriction ; + owl:onProperty :refrigerantClass ; + owl:allValuesFrom xsd:string . + +:Evaporator rdfs:comment "An evaporator is a device in which a liquid refrigerent is vaporized and absorbs heat from the surrounding fluid."@en ; + rdfs:label "Evaporator"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEvaporator" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Fan + +:Fan a owl:Class ; + rdfs:subClassOf :FlowMovingDevice , _:genid159 . + +_:genid159 a owl:Restriction ; + owl:onProperty :nominalAirFlowRate ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid160 . + +_:genid160 a owl:Restriction ; + owl:onProperty :nominalPowerRate ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid161 . + +_:genid161 a owl:Restriction ; + owl:onProperty :nominalRotationSpeed ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid162 . + +_:genid162 a owl:Restriction ; + owl:onProperty :nominalStaticPressure ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid163 . + +_:genid163 a owl:Restriction ; + owl:onProperty :nominalTotalPressure ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid164 . + +_:genid164 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid165 . + +_:genid165 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid166 . + +_:genid166 a owl:Restriction ; + owl:onProperty :operationalRiterial ; + owl:allValuesFrom saref:Measurement . + +:Fan rdfs:subClassOf _:genid167 . + +_:genid167 a owl:Restriction ; + owl:onProperty :capacityControlType ; + owl:allValuesFrom xsd:string . + +:Fan rdfs:subClassOf _:genid168 . + +_:genid168 a owl:Restriction ; + owl:onProperty :motorDriveType ; + owl:allValuesFrom xsd:string . + +:Fan rdfs:comment "A fan is a device which imparts mechanical work on a gas. A typical usage of a fan is to induce airflow in a building services air distribution system."@en ; + rdfs:label "Fan"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFan" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Filter + +:Filter a owl:Class ; + rdfs:subClassOf :FlowTreatmentDevice , _:genid169 . + +_:genid169 a owl:Restriction ; + owl:onProperty :finalResistance ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid170 . + +_:genid170 a owl:Restriction ; + owl:onProperty :fluidFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid171 . + +_:genid171 a owl:Restriction ; + owl:onProperty :fluidFlowRateMin ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid172 . + +_:genid172 a owl:Restriction ; + owl:onProperty :initialResistance ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid173 . + +_:genid173 a owl:Restriction ; + owl:onProperty :nominalFilterFaceVelocity ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid174 . + +_:genid174 a owl:Restriction ; + owl:onProperty :nominalFlowRate ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid175 . + +_:genid175 a owl:Restriction ; + owl:onProperty :nominalMediaSurfaceVelocity ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid176 . + +_:genid176 a owl:Restriction ; + owl:onProperty :nominalParticleGeometricMeanDiameter ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid177 . + +_:genid177 a owl:Restriction ; + owl:onProperty :nominalParticleGeometricStandardDeviation ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid178 . + +_:genid178 a owl:Restriction ; + owl:onProperty :nominalPressureDrop ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid179 . + +_:genid179 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid180 . + +_:genid180 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:subClassOf _:genid181 . + +_:genid181 a owl:Restriction ; + owl:onProperty :weight ; + owl:allValuesFrom saref:Measurement . + +:Filter rdfs:comment "A filter is an apparatus used to remove particulate or gaseous matter from fluids and gases."@en ; + rdfs:label "Filter"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFilter" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/FireSuppressionTerminal + +:FireSuppressionTerminal a owl:Class ; + rdfs:subClassOf :FlowTerminal ; + rdfs:comment """A fire suppression terminal has the purpose of delivering a fluid (gas or liquid) that will suppress a fire. + +A fire suppression terminal provides for all forms of sprinkler, spreader and other form of terminal that is connected to a pipework system and intended to act in the role of suppressing a fire."""@en ; + rdfs:label "Fire suppression terminal"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFireSuppressionTerminal" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/FlowController + +:FlowController a owl:Class ; + rdfs:subClassOf :DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowController defines the occurrence of elements of a distribution system that are used to regulate flow through a distribution system. Examples include dampers, valves, switches, and relays."@en ; + rdfs:label "Flow controller"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowController" ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/FlowInstrument + +:FlowInstrument a owl:Class ; + rdfs:subClassOf :DistributionControlDevice ; + rdfs:comment """A flow instrument reads and displays the value of a particular property of a system at a point, or displays the difference in the value of a property between two points. + +Instrumentation is typically for the purpose of determining the value of the property at a point in time. It is not the purpose of an instrument to record or integrate the values over time (although they may be connected to recording devices that do perform such a function). This entity provides for all forms of mechanical flow instrument (thermometers, pressure gauges etc.) and electrical flow instruments (ammeters, voltmeters etc.)"""@en ; + rdfs:label "Flow instrument"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowInstrument" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/FlowMeter + +:FlowMeter a owl:Class ; + rdfs:subClassOf :FlowController , _:genid182 . + +_:genid182 a owl:Restriction ; + owl:onProperty :readOutType ; + owl:allValuesFrom xsd:string . + +:FlowMeter rdfs:subClassOf _:genid183 . + +_:genid183 a owl:Restriction ; + owl:onProperty :remoteReading ; + owl:allValuesFrom xsd:boolean . + +:FlowMeter rdfs:comment "A flow meter is a device that is used to measure the flow rate in a system."@en ; + rdfs:label "Flow meter"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowMeter" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/FlowMovingDevice + +:FlowMovingDevice a owl:Class ; + rdfs:subClassOf :DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowMovingDevice defines the occurrence of an apparatus used to distribute, circulate or perform conveyance of fluids, including liquids and gases (such as a pump or fan), and typically participates in a flow distribution system."@en ; + rdfs:label "Flow moving device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowMovingDevice" ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/FlowStorageDevice + +:FlowStorageDevice a owl:Class ; + rdfs:subClassOf :DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowStorageDevice defines the occurrence of a device that participates in a distribution system and is used for temporary storage (such as a tank)."@en ; + rdfs:label "Flow storage device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowStorageDevice" ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/FlowTerminal + +:FlowTerminal a owl:Class ; + rdfs:subClassOf :DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowTerminal defines the occurrence of a permanently attached element that acts as a terminus or beginning of a distribution system (such as an air outlet, drain, water closet, or sink). A terminal is typically a point at which a system interfaces with an external environment."@en ; + rdfs:label "Flow terminal"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTerminal" ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/FlowTreatmentDevice + +:FlowTreatmentDevice a owl:Class ; + rdfs:subClassOf :DistributionFlowDevice ; + rdfs:comment "The distribution flow element FlowTreatmentDevice defines the occurrence of a device typically used to remove unwanted matter from a fluid, either liquid or gas, and typically participates in a flow distribution system."@en ; + rdfs:label "Flow treatment device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTreatmentDevice" ; + prov:hadPrimarySource . +# +# https://saref.etsi.org/saref4bldg/HeatExchanger + +:HeatExchanger a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid184 . + +_:genid184 a owl:Restriction ; + owl:onProperty :arrangement ; + owl:allValuesFrom xsd:string . + +:HeatExchanger rdfs:comment "A heat exchanger is a device used to provide heat transfer between non-mixing media such as plate and shell and tube heat exchangers. HeatExchanger is commonly used on water-side distribution systems to recover energy from a liquid to another liquid (typically water-based), whereas AirToAirHeatRecovery is commonly used on air-side distribution systems to recover energy from a gas to a gas (usually air)."@en ; + rdfs:label "Heat exchanger"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcHeatExchanger" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Humidifier + +:Humidifier a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid185 . + +_:genid185 a owl:Restriction ; + owl:onProperty :nominalAirFlowRate ; + owl:allValuesFrom saref:Measurement . + +:Humidifier rdfs:subClassOf _:genid186 . + +_:genid186 a owl:Restriction ; + owl:onProperty :nominalMoistureGain ; + owl:allValuesFrom saref:Measurement . + +:Humidifier rdfs:subClassOf _:genid187 . + +_:genid187 a owl:Restriction ; + owl:onProperty :waterRequirement ; + owl:allValuesFrom saref:Measurement . + +:Humidifier rdfs:subClassOf _:genid188 . + +_:genid188 a owl:Restriction ; + owl:onProperty :weight ; + owl:allValuesFrom saref:Measurement . + +:Humidifier rdfs:subClassOf _:genid189 . + +_:genid189 a owl:Restriction ; + owl:onProperty :application ; + owl:allValuesFrom xsd:string . + +:Humidifier rdfs:subClassOf _:genid190 . + +_:genid190 a owl:Restriction ; + owl:onProperty :internalControl ; + owl:allValuesFrom xsd:string . + +:Humidifier rdfs:comment "A humidifier is a device that adds moisture into the air."@en ; + rdfs:label "Humidifier"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcHumidifier" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Interceptor + +:Interceptor a owl:Class ; + rdfs:subClassOf :FlowTreatmentDevice , _:genid191 . + +_:genid191 a owl:Restriction ; + owl:onProperty :coverLength ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid192 . + +_:genid192 a owl:Restriction ; + owl:onProperty :coverWidth ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid193 . + +_:genid193 a owl:Restriction ; + owl:onProperty :inletConnectionSize ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid194 . + +_:genid194 a owl:Restriction ; + owl:onProperty :nominalBodyDepth ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid195 . + +_:genid195 a owl:Restriction ; + owl:onProperty :nominalBodyLength ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid196 . + +_:genid196 a owl:Restriction ; + owl:onProperty :nominalBodyWidth ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid197 . + +_:genid197 a owl:Restriction ; + owl:onProperty :outletConnectionSize ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:subClassOf _:genid198 . + +_:genid198 a owl:Restriction ; + owl:onProperty :ventilatingPipeSize ; + owl:allValuesFrom saref:Measurement . + +:Interceptor rdfs:comment "An interceptor is a device designed and installed in order to separate and retain deleterious, hazardous or undesirable matter while permitting normal sewage or liquids to discharge into a collection system by gravity."@en ; + rdfs:label "Interceptor"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcInterceptor" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Lamp + +:Lamp a owl:Class ; + rdfs:subClassOf :FlowTerminal , _:genid199 . + +_:genid199 a owl:Restriction ; + owl:onProperty :colorTemperature ; + owl:allValuesFrom saref:Measurement . + +:Lamp rdfs:subClassOf _:genid200 . + +_:genid200 a owl:Restriction ; + owl:onProperty :contributedLuminousFlux ; + owl:allValuesFrom saref:Measurement . + +:Lamp rdfs:subClassOf _:genid201 . + +_:genid201 a owl:Restriction ; + owl:onProperty :lampMaintenanceFactor ; + owl:allValuesFrom saref:Measurement . + +:Lamp rdfs:subClassOf _:genid202 . + +_:genid202 a owl:Restriction ; + owl:onProperty :lightEmitterNominalPower ; + owl:allValuesFrom saref:Measurement . + +:Lamp rdfs:subClassOf _:genid203 . + +_:genid203 a owl:Restriction ; + owl:onProperty :spectrumMax ; + owl:allValuesFrom saref:Measurement . + +:Lamp rdfs:subClassOf _:genid204 . + +_:genid204 a owl:Restriction ; + owl:onProperty :spectrumMin ; + owl:allValuesFrom saref:Measurement . + +:Lamp rdfs:subClassOf _:genid205 . + +_:genid205 a owl:Restriction ; + owl:onProperty :colorAppearance ; + owl:allValuesFrom xsd:string . + +:Lamp rdfs:subClassOf _:genid206 . + +_:genid206 a owl:Restriction ; + owl:onProperty :colorRenderingIndex ; + owl:allValuesFrom xsd:integer . + +:Lamp rdfs:subClassOf _:genid207 . + +_:genid207 a owl:Restriction ; + owl:onProperty :lampBallastType ; + owl:allValuesFrom xsd:string . + +:Lamp rdfs:subClassOf _:genid208 . + +_:genid208 a owl:Restriction ; + owl:onProperty :lampCompensationType ; + owl:allValuesFrom xsd:string . + +:Lamp rdfs:comment "A lamp is an artificial light source such as a light bulb or tube."@en ; + rdfs:label "Lamp"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcLamp" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/MedicalDevice + +:MedicalDevice a owl:Class ; + rdfs:subClassOf :FlowTerminal ; + rdfs:comment "A medical device is attached to a medical piping system and operates upon medical gases to perform a specific function. Medical gases include medical air, medical vacuum, oxygen, carbon dioxide, nitrogen, and nitrous oxide."@en ; + rdfs:label "Medical device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcMedicalDevice" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Outlet + +:Outlet a owl:Class ; + rdfs:subClassOf :FlowTerminal , _:genid209 . + +_:genid209 a owl:Restriction ; + owl:onProperty :isPluggableOutlet ; + owl:allValuesFrom xsd:boolean . + +:Outlet rdfs:subClassOf _:genid210 . + +_:genid210 a owl:Restriction ; + owl:onProperty :numberOsSockets ; + owl:allValuesFrom xsd:integer . + +:Outlet rdfs:comment """An outlet is a device installed at a point to receive one or more inserted plugs for electrical power or communications. + +Power outlets are commonly connected within a junction box; data outlets may be directly connected to a wall. For power outlets sharing the same circuit within a junction box, the ports should indicate the logical wiring relationship to the enclosing junction box, even though they may be physically connected to a cable going to another outlet, switch, or fixture."""@en ; + rdfs:label "Outlet"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcOutlet" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/PhysicalObject + +:PhysicalObject a owl:Class ; + rdfs:subClassOf _:genid211 . + +_:genid211 a owl:Restriction ; + owl:onProperty :contains ; + owl:allValuesFrom :PhysicalObject . + +:PhysicalObject rdfs:subClassOf _:genid212 . + +_:genid212 a owl:Restriction ; + owl:onProperty :isContainedIn ; + owl:allValuesFrom _:genid213 . + +_:genid213 a owl:Class ; + owl:unionOf _:genid215 . + +_:genid215 a rdf:List ; + rdf:first :BuildingSpace ; + rdf:rest _:genid214 . + +_:genid214 a rdf:List ; + rdf:first :PhysicalObject ; + rdf:rest rdf:nil . + +:PhysicalObject rdfs:comment "Any Object that has a proper space region. (Definition extracted from DUL ontology)"@en ; + rdfs:label "Physical object"@en . +# +# https://saref.etsi.org/saref4bldg/ProtectiveDevice + +:ProtectiveDevice a owl:Class ; + rdfs:subClassOf :FlowController ; + rdfs:comment """A protective device breaks an electrical circuit when a stated electric current that passes through it is exceeded. + +A protective device provides protection against electrical current only (not as a general protective device). It may be used to represent the complete set of elements including both the tripping unit and the breaking unit that provide the protection. This may be particularly useful at earlier stages of design where the approach to breaking the electrical supply may be determined but the method of tripping may not. Alternatively, this entity may be used to specifically represent the breaking unit alone (in which case the tripping unit will also be specifically identified). This entity is specific to dedicated protective devices and excludes electrical outlets that may have circuit protection."""@en ; + rdfs:label "Protective device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcProtectiveDevice" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ProtectiveDeviceTrippingUnit + +:ProtectiveDeviceTrippingUnit a owl:Class ; + rdfs:subClassOf :DistributionControlDevice , _:genid216 . + +_:genid216 a owl:Restriction ; + owl:onProperty :limitingTerminalSize ; + owl:allValuesFrom saref:Measurement . + +:ProtectiveDeviceTrippingUnit rdfs:subClassOf _:genid217 . + +_:genid217 a owl:Restriction ; + owl:onProperty :standard ; + owl:allValuesFrom xsd:string . + +:ProtectiveDeviceTrippingUnit rdfs:comment "A protective device tripping unit breaks an electrical circuit at a separate breaking unit when a stated electric current that passes through the unit is exceeded."@en ; + rdfs:label "Protective device tripping unit"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcProtectiveDeviceTrippingUnit" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Pump + +:Pump a owl:Class ; + rdfs:subClassOf :FlowMovingDevice , _:genid218 . + +_:genid218 a owl:Restriction ; + owl:onProperty :connectionSize ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid219 . + +_:genid219 a owl:Restriction ; + owl:onProperty :flowResistanceMax ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid220 . + +_:genid220 a owl:Restriction ; + owl:onProperty :flowResistanceMin ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid221 . + +_:genid221 a owl:Restriction ; + owl:onProperty :netPositiveSuctionHead ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid222 . + +_:genid222 a owl:Restriction ; + owl:onProperty :nomminalRotationSpeed ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid223 . + +_:genid223 a owl:Restriction ; + owl:onProperty :operationTemperatureMax ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid224 . + +_:genid224 a owl:Restriction ; + owl:onProperty :operationTemperatureMin ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid225 . + +_:genid225 a owl:Restriction ; + owl:onProperty :pumpFlowRateMax ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:subClassOf _:genid226 . + +_:genid226 a owl:Restriction ; + owl:onProperty :pumpFlowRateMin ; + owl:allValuesFrom saref:Measurement . + +:Pump rdfs:comment "A pump is a device which imparts mechanical work on fluids or slurries to move them through a channel or pipeline. A typical use of a pump is to circulate chilled water or heating hot water in a building services distribution system."@en ; + rdfs:label "Pump"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcPump" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/SanitaryTerminal + +:SanitaryTerminal a owl:Class ; + rdfs:subClassOf :FlowTerminal ; + rdfs:comment "A sanitary terminal is a fixed appliance or terminal usually supplied with water and used for drinking, cleaning or foul water disposal or that is an item of equipment directly used with such an appliance or terminal."@en ; + rdfs:label "Sanitary terminal"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSanitaryTerminal" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Sensor + +:Sensor a owl:Class ; + rdfs:subClassOf :DistributionControlDevice , saref:Sensor ; + rdfs:comment "A sensor is a device that measures a physical quantity and converts it into a signal which can be read by an observer or by an instrument."@en ; + rdfs:label "Sensor"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSensor" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/ShadingDevice + +:ShadingDevice a owl:Class ; + rdfs:subClassOf :BuildingDevice , _:genid227 . + +_:genid227 a owl:Restriction ; + owl:onProperty :solarReflectance ; + owl:allValuesFrom saref:Measurement . + +:ShadingDevice rdfs:subClassOf _:genid228 . + +_:genid228 a owl:Restriction ; + owl:onProperty :solarTransmittance ; + owl:allValuesFrom saref:Measurement . + +:ShadingDevice rdfs:subClassOf _:genid229 . + +_:genid229 a owl:Restriction ; + owl:onProperty :thermalTransmittance ; + owl:allValuesFrom saref:Measurement . + +:ShadingDevice rdfs:subClassOf _:genid230 . + +_:genid230 a owl:Restriction ; + owl:onProperty :visibleLightReflectance ; + owl:allValuesFrom saref:Measurement . + +:ShadingDevice rdfs:subClassOf _:genid231 . + +_:genid231 a owl:Restriction ; + owl:onProperty :visibleLightTransmittance ; + owl:allValuesFrom saref:Measurement . + +:ShadingDevice rdfs:subClassOf _:genid232 . + +_:genid232 a owl:Restriction ; + owl:onProperty :isExternal ; + owl:allValuesFrom xsd:boolean . + +:ShadingDevice rdfs:subClassOf _:genid233 . + +_:genid233 a owl:Restriction ; + owl:onProperty :mechanicalOperated ; + owl:allValuesFrom xsd:boolean . + +:ShadingDevice rdfs:subClassOf _:genid234 . + +_:genid234 a owl:Restriction ; + owl:onProperty :roughness ; + owl:allValuesFrom xsd:string . + +:ShadingDevice rdfs:subClassOf _:genid235 . + +_:genid235 a owl:Restriction ; + owl:onProperty :shadingDeviceType ; + owl:allValuesFrom xsd:string . + +:ShadingDevice rdfs:comment "Shading devices are purpose built devices to protect from the sunlight, from natural light, or screening them from view. Shading devices can form part of the facade or can be mounted inside the building, they can be fixed or operable."@en ; + rdfs:label "Shading device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcShadingDevice" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/SolarDevice + +:SolarDevice a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice ; + rdfs:comment "A solar device converts solar radiation into other energy such as electric current or thermal energy."@en ; + rdfs:label "Solar device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSolarDevice" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/SpaceHeater + +:SpaceHeater a owl:Class ; + rdfs:subClassOf :FlowTerminal , _:genid236 . + +_:genid236 a owl:Restriction ; + owl:onProperty :bodyMass ; + owl:allValuesFrom saref:Measurement . + +:SpaceHeater rdfs:subClassOf _:genid237 . + +_:genid237 a owl:Restriction ; + owl:onProperty :outputCapacity ; + owl:allValuesFrom saref:Measurement . + +:SpaceHeater rdfs:subClassOf _:genid238 . + +_:genid238 a owl:Restriction ; + owl:onProperty :thermalEfficiency ; + owl:allValuesFrom saref:Measurement . + +:SpaceHeater rdfs:subClassOf _:genid239 . + +_:genid239 a owl:Restriction ; + owl:onProperty :thermalMassHeatCapacity ; + owl:allValuesFrom saref:Measurement . + +:SpaceHeater rdfs:subClassOf _:genid240 . + +_:genid240 a owl:Restriction ; + owl:onProperty :energySource ; + owl:allValuesFrom xsd:string . + +:SpaceHeater rdfs:subClassOf _:genid241 . + +_:genid241 a owl:Restriction ; + owl:onProperty :heatTransferDimension ; + owl:allValuesFrom xsd:string . + +:SpaceHeater rdfs:subClassOf _:genid242 . + +_:genid242 a owl:Restriction ; + owl:onProperty :heatTransferMedium ; + owl:allValuesFrom xsd:string . + +:SpaceHeater rdfs:subClassOf _:genid243 . + +_:genid243 a owl:Restriction ; + owl:onProperty :numberOfPanels ; + owl:allValuesFrom xsd:integer . + +:SpaceHeater rdfs:subClassOf _:genid244 . + +_:genid244 a owl:Restriction ; + owl:onProperty :numberOfSections ; + owl:allValuesFrom xsd:integer . + +:SpaceHeater rdfs:subClassOf _:genid245 . + +_:genid245 a owl:Restriction ; + owl:onProperty :placementType ; + owl:allValuesFrom xsd:string . + +:SpaceHeater rdfs:subClassOf _:genid246 . + +_:genid246 a owl:Restriction ; + owl:onProperty :temperatureClassification ; + owl:allValuesFrom xsd:string . + +:SpaceHeater rdfs:comment """Space heaters utilize a combination of radiation and/or natural convection using a heating source such as electricity, steam or hot water to heat a limited space or area. Examples of space heaters include radiators, convectors, baseboard and finned-tube heaters. + +UnitaryEquipment should be used for packaged units supporting a combination of heating, cooling, and/or dehumidification; Coil should be used for coil-based floor heating."""@en ; + rdfs:label "Space heater"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSpaceHeater" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/SwitchingDevice + +:SwitchingDevice a owl:Class ; + rdfs:subClassOf :FlowController , _:genid247 . + +_:genid247 a owl:Restriction ; + owl:onProperty :hasLock ; + owl:allValuesFrom xsd:boolean . + +:SwitchingDevice rdfs:subClassOf _:genid248 . + +_:genid248 a owl:Restriction ; + owl:onProperty :isIlluminated ; + owl:allValuesFrom xsd:boolean . + +:SwitchingDevice rdfs:subClassOf _:genid249 . + +_:genid249 a owl:Restriction ; + owl:onProperty :legend ; + owl:allValuesFrom xsd:string . + +:SwitchingDevice rdfs:subClassOf _:genid250 . + +_:genid250 a owl:Restriction ; + owl:onProperty :numberOfGangs ; + owl:allValuesFrom xsd:integer . + +:SwitchingDevice rdfs:subClassOf _:genid251 . + +_:genid251 a owl:Restriction ; + owl:onProperty :switchFunction ; + owl:allValuesFrom xsd:string . + +:SwitchingDevice rdfs:comment """A switch is used in a cable distribution system (electrical circuit) to control or modulate the flow of electricity. + +Switches include those used for electrical power, communications, audio-visual, or other distribution system types as determined by the available ports."""@en ; + rdfs:label "Switching device"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSwitchingDevice" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Tank + +:Tank a owl:Class ; + rdfs:subClassOf :FlowStorageDevice , _:genid252 . + +_:genid252 a owl:Restriction ; + owl:onProperty :effectiveCapacity ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid253 . + +_:genid253 a owl:Restriction ; + owl:onProperty :firstCurvatureRadius ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid254 . + +_:genid254 a owl:Restriction ; + owl:onProperty :nominalDepth ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid255 . + +_:genid255 a owl:Restriction ; + owl:onProperty :nominalLengthOrDiameter ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid256 . + +_:genid256 a owl:Restriction ; + owl:onProperty :nominalVolumetricCapacity ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid257 . + +_:genid257 a owl:Restriction ; + owl:onProperty :nominalWidthOrDiameter ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid258 . + +_:genid258 a owl:Restriction ; + owl:onProperty :operatingWeight ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid259 . + +_:genid259 a owl:Restriction ; + owl:onProperty :secondCurvatureRadius ; + owl:allValuesFrom saref:Measurement . + +:Tank rdfs:subClassOf _:genid260 . + +_:genid260 a owl:Restriction ; + owl:onProperty :accessType ; + owl:allValuesFrom xsd:string . + +:Tank rdfs:subClassOf _:genid261 . + +_:genid261 a owl:Restriction ; + owl:onProperty :endShapeType ; + owl:allValuesFrom xsd:string . + +:Tank rdfs:subClassOf _:genid262 . + +_:genid262 a owl:Restriction ; + owl:onProperty :numberOfSections ; + owl:allValuesFrom xsd:integer . + +:Tank rdfs:subClassOf _:genid263 . + +_:genid263 a owl:Restriction ; + owl:onProperty :patternType ; + owl:allValuesFrom xsd:string . + +:Tank rdfs:subClassOf _:genid264 . + +_:genid264 a owl:Restriction ; + owl:onProperty :storageType ; + owl:allValuesFrom xsd:string . + +:Tank rdfs:comment "A tank is a vessel or container in which a fluid or gas is stored for later use."@en ; + rdfs:label "Tank"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTank" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Transformer + +:Transformer a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid265 . + +_:genid265 a owl:Restriction ; + owl:onProperty :apparentPowerMax ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid266 . + +_:genid266 a owl:Restriction ; + owl:onProperty :imaginaryImpedanceRatio ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid267 . + +_:genid267 a owl:Restriction ; + owl:onProperty :primaryApparentPower ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid268 . + +_:genid268 a owl:Restriction ; + owl:onProperty :primaryCurrent ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid269 . + +_:genid269 a owl:Restriction ; + owl:onProperty :primaryFrequency ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid270 . + +_:genid270 a owl:Restriction ; + owl:onProperty :primaryVoltage ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid271 . + +_:genid271 a owl:Restriction ; + owl:onProperty :realImpedanceRatio ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid272 . + +_:genid272 a owl:Restriction ; + owl:onProperty :secondaryApparentPower ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid273 . + +_:genid273 a owl:Restriction ; + owl:onProperty :secondaryCurrent ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid274 . + +_:genid274 a owl:Restriction ; + owl:onProperty :secondaryFrequency ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid275 . + +_:genid275 a owl:Restriction ; + owl:onProperty :secondaryVoltage ; + owl:allValuesFrom saref:Measurement . + +:Transformer rdfs:subClassOf _:genid276 . + +_:genid276 a owl:Restriction ; + owl:onProperty :isNeutralPrimaryTerminalAvailable ; + owl:allValuesFrom xsd:boolean . + +:Transformer rdfs:subClassOf _:genid277 . + +_:genid277 a owl:Restriction ; + owl:onProperty :isNeutralSecondaryTerminalAvailable ; + owl:allValuesFrom xsd:boolean . + +:Transformer rdfs:subClassOf _:genid278 . + +_:genid278 a owl:Restriction ; + owl:onProperty :secondaryCurrentType ; + owl:allValuesFrom xsd:string . + +:Transformer rdfs:subClassOf _:genid279 . + +_:genid279 a owl:Restriction ; + owl:onProperty :transformerVectorGroup ; + owl:allValuesFrom xsd:string . + +:Transformer rdfs:comment """A transformer is an inductive stationary device that transfers electrical energy from one circuit to another. + +Transformer is used to transform electric power; conversion of electric signals for other purposes is handled at other entities: Controller converts arbitrary signals, AudioVisualAppliance converts signals for audio or video streams, and CommunicationsAppliance converts signals for data or other communications usage."""@en ; + rdfs:label "Transformer"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransformer" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/TransportElement + +:TransportElement a owl:Class ; + rdfs:subClassOf saref:Device , _:genid280 . + +_:genid280 a owl:Restriction ; + owl:onProperty :capacityWeight ; + owl:allValuesFrom saref:Measurement . + +:TransportElement rdfs:subClassOf _:genid281 . + +_:genid281 a owl:Restriction ; + owl:onProperty :capacityPeople ; + owl:allValuesFrom xsd:positiveInteger . + +:TransportElement rdfs:subClassOf _:genid282 . + +_:genid282 a owl:Restriction ; + owl:onProperty :fireExit ; + owl:allValuesFrom xsd:boolean . + +:TransportElement rdfs:comment "A transport element is a generalization of all transport related objects that move people, animals or goods within a building or building complex. The TransportElement defines the occurrence of a transport element. "@en ; + rdfs:label "Transport element"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransportElement" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/TubeBundle + +:TubeBundle a owl:Class ; + rdfs:subClassOf :EnergyConversionDevice , _:genid283 . + +_:genid283 a owl:Restriction ; + owl:onProperty :foulingFactor ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid284 . + +_:genid284 a owl:Restriction ; + owl:onProperty :horizontalSpacing ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid285 . + +_:genid285 a owl:Restriction ; + owl:onProperty :inLineRowSpacing ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid286 . + +_:genid286 a owl:Restriction ; + owl:onProperty :insideDiameter ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid287 . + +_:genid287 a owl:Restriction ; + owl:onProperty :length ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid288 . + +_:genid288 a owl:Restriction ; + owl:onProperty :nominalDiameter ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid289 . + +_:genid289 a owl:Restriction ; + owl:onProperty :outsideDiameter ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid290 . + +_:genid290 a owl:Restriction ; + owl:onProperty :staggeredRowSpacing ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid291 . + +_:genid291 a owl:Restriction ; + owl:onProperty :thermalConductivity ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid292 . + +_:genid292 a owl:Restriction ; + owl:onProperty :verticalSpacing ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid293 . + +_:genid293 a owl:Restriction ; + owl:onProperty :volumen ; + owl:allValuesFrom saref:Measurement . + +:TubeBundle rdfs:subClassOf _:genid294 . + +_:genid294 a owl:Restriction ; + owl:onProperty :hasTurbulator ; + owl:allValuesFrom xsd:boolean . + +:TubeBundle rdfs:subClassOf _:genid295 . + +_:genid295 a owl:Restriction ; + owl:onProperty :numberOfCircuits ; + owl:allValuesFrom xsd:integer . + +:TubeBundle rdfs:subClassOf _:genid296 . + +_:genid296 a owl:Restriction ; + owl:onProperty :numberOfRows ; + owl:allValuesFrom xsd:integer . + +:TubeBundle rdfs:comment "A tube bundle is a device consisting of tubes and bundles of tubes used for heat transfer and contained typically within other energy conversion devices, such as a chiller or coil."@en ; + rdfs:label "Tube bundle"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTubeBundle" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/UnitaryControlElement + +:UnitaryControlElement a owl:Class ; + rdfs:subClassOf :DistributionControlDevice ; + rdfs:comment """A unitary control element combines a number of control components into a single product, such as a thermostat or humidistat. + +A unitary control element provides a housing for an aggregation of control or electrical distribution elements that, in combination, perform a singular (unitary) purpose. Each item in the aggregation may have its own geometric representation and location."""@en ; + rdfs:label "Unitary control element"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcUnitaryControlElement" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/Valve + +:Valve a owl:Class ; + rdfs:subClassOf :FlowController , _:genid297 . + +_:genid297 a owl:Restriction ; + owl:onProperty :closeOffRating ; + owl:allValuesFrom saref:Measurement . + +:Valve rdfs:subClassOf _:genid298 . + +_:genid298 a owl:Restriction ; + owl:onProperty :flowCoefficient ; + owl:allValuesFrom saref:Measurement . + +:Valve rdfs:subClassOf _:genid299 . + +_:genid299 a owl:Restriction ; + owl:onProperty :size ; + owl:allValuesFrom saref:Measurement . + +:Valve rdfs:subClassOf _:genid300 . + +_:genid300 a owl:Restriction ; + owl:onProperty :testPressure ; + owl:allValuesFrom saref:Measurement . + +:Valve rdfs:subClassOf _:genid301 . + +_:genid301 a owl:Restriction ; + owl:onProperty :workingPressure ; + owl:allValuesFrom saref:Measurement . + +:Valve rdfs:subClassOf _:genid302 . + +_:genid302 a owl:Restriction ; + owl:onProperty :valveMechanism ; + owl:allValuesFrom xsd:string . + +:Valve rdfs:subClassOf _:genid303 . + +_:genid303 a owl:Restriction ; + owl:onProperty :valveOperation ; + owl:allValuesFrom xsd:string . + +:Valve rdfs:subClassOf _:genid304 . + +_:genid304 a owl:Restriction ; + owl:onProperty :valvePattern ; + owl:allValuesFrom xsd:string . + +:Valve rdfs:comment "A valve is used in a building services piping distribution system to control or modulate the flow of the fluid."@en ; + rdfs:label "Valve"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcValve" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/saref4bldg/VibrationIsolator + +:VibrationIsolator a owl:Class ; + rdfs:subClassOf saref:Device , _:genid305 . + +_:genid305 a owl:Restriction ; + owl:onProperty :height ; + owl:allValuesFrom saref:Measurement . + +:VibrationIsolator rdfs:subClassOf _:genid306 . + +_:genid306 a owl:Restriction ; + owl:onProperty :isolatorCompressibility ; + owl:allValuesFrom saref:Measurement . + +:VibrationIsolator rdfs:subClassOf _:genid307 . + +_:genid307 a owl:Restriction ; + owl:onProperty :isolatorStaticDeflection ; + owl:allValuesFrom saref:Measurement . + +:VibrationIsolator rdfs:subClassOf _:genid308 . + +_:genid308 a owl:Restriction ; + owl:onProperty :supportedWeightMax ; + owl:allValuesFrom saref:Measurement . + +:VibrationIsolator rdfs:subClassOf _:genid309 . + +_:genid309 a owl:Restriction ; + owl:onProperty :vibrationTransmissibility ; + owl:allValuesFrom saref:Measurement . + +:VibrationIsolator rdfs:comment "A vibration isolator is a device used to minimize the effects of vibration transmissibility in a building."@en ; + rdfs:label "Vibration isolator"@en ; + rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcVibrationIsolator" ; + prov:hadPrimarySource , . +# +# https://saref.etsi.org/core/Actuator + +saref:Actuator a owl:Class ; + rdfs:comment "A device responsible for moving or controlling a mechanism or system"@en ; + rdfs:isDefinedBy ; + rdfs:label "Actuator"@en . +# +# https://saref.etsi.org/core/Device + +saref:Device a owl:Class ; + rdfs:subClassOf :PhysicalObject ; + rdfs:comment "A tangible object designed to accomplish a particular task in households, common public buildings or offices. 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 the start and stop function."@en ; + rdfs:isDefinedBy ; + rdfs:label "Device"@en . +# +# https://saref.etsi.org/core/Measurement + +saref:Measurement a owl:Class ; + rdfs:subClassOf _:genid310 . + +_:genid310 a owl:Restriction ; + owl:onProperty saref:isMeasuredIn ; + owl:allValuesFrom saref:UnitOfMeasure . + +saref:Measurement rdfs:subClassOf _:genid311 . + +_:genid311 a owl:Restriction ; + owl:onProperty saref:relatesToProperty ; + owl:allValuesFrom saref:Property . + +saref:Measurement rdfs:subClassOf _:genid312 . + +_:genid312 a owl:Restriction ; + owl:onProperty saref:isMeasuredIn ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:UnitOfMeasure . + +saref:Measurement rdfs:subClassOf _:genid313 . + +_:genid313 a owl:Restriction ; + owl:onProperty saref:relatesToProperty ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass saref:Property . + +saref:Measurement rdfs:subClassOf _:genid314 . + +_:genid314 a owl:Restriction ; + owl:onProperty saref:hasTimestamp ; + owl:allValuesFrom xsd:dateTime . + + +saref:Measurement owl:disjointWith saref:Property , saref:UnitOfMeasure ; + 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 "https://saref.etsi.org/core/" ; + rdfs:label "Measurement"@en . +# +# https://saref.etsi.org/core/Property + +saref:Property a owl:Class ; + owl:disjointWith saref:UnitOfMeasure ; + rdfs:comment "An aspect of an entity that can be observable by a sensor."@en ; + rdfs:isDefinedBy "https://saref.etsi.org/core/" ; + rdfs:label "Property"@en . +# +# https://saref.etsi.org/core/Sensor + +saref:Sensor a owl:Class ; + rdfs:comment """A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. +A device that has category saref:Sensor and performs a saref:SensingFunction."""@en ; + rdfs:isDefinedBy ; + rdfs:label "Sensor"@en . +# +# https://saref.etsi.org/core/UnitOfMeasure + +saref:UnitOfMeasure a 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."@en ; + rdfs:isDefinedBy ; + rdfs:label "Unit of measure"@en . +# +# Generated by the OWL API (version 4.2.5.20160517-0735) https://github.com/owlcs/owlapi diff --git a/swj2022/ontology/ontology-no-imports/imports/saref4ehaw.ttl b/swj2022/ontology/ontology-no-imports/imports/saref4ehaw.ttl new file mode 100644 index 0000000..622b832 --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/imports/saref4ehaw.ttl @@ -0,0 +1,1473 @@ +@prefix owl: . +@prefix rdf: . +@prefix xsd: . +@prefix foaf: . +@prefix rdfs: . +@prefix vann: . +@prefix voaf: . +@prefix saref: . +@prefix s4ehaw: . +@prefix s4envi: . +@prefix ssn-system: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:imports ; + dcterms:creator ; + dcterms:contributor , + , + , + ; + dcterms:publisher ; + dcterms:license ; + dcterms:source ; + owl:versionIRI ; + owl:versionInfo "v1.1.1" ; + vann:preferredNamespacePrefix "s4ehaw" ; + vann:preferredNamespaceUri "https://saref.etsi.org/saref4ehaw/" ; + dcterms:issued "2020-02-01"^^xsd:date ; + dcterms:modified "2020-05-01"^^xsd:date ; + dcterms:title "SAREF4EHAW: an extension of SAREF for eHealth Ageing Well domain"@en ; + dcterms:description """The objective of SAREF4EHAW is to extend SAREF ontology for the eHealth/Ageing-well (EHAW) vertical. Clause 4.1 of the present document shortly introduces a high level view of the envisioned SAREF4EHAW semantic model and modular ontology, with the retained concepts (i.e. classes) and their relations. +SAREF4EHAW extension has been specified and formalised by investigating EHAW domain related resources, as reported in ETSI TR 103 509, such as: potential stakeholders, standardization initiatives, alliances/associations, European projects, EC directives, existing ontologies, and data repositories. Therefore, SAREF4EHAW modular ontology shall both: + - Allow the implementation of a limited set of typical EHAW related use cases already identified in ETSI TR 103 509, i.e. + - Use case 1 “elderly at home monitoring and support”, + - Use case 2 “monitoring and support of healthy lifestyles for citizens”, + - Use case 3 “Early Warning System (EWS) and Cardiovascular Accidents detection”. + - Fulfil the eHealth Ageing Well related requirements provided in ETSI TR 103 509, mainly the ontological ones that were mostly taken as input for the ontology specification. + +SAREF4EHAW mainly reuses the following existing ontologies: SAREF, ETSI SmartBAN reference model, SAREF 4 Environment extension and W3C SSN System module. The following figure presents the high level view of SAREF4EHAW ontology. +![SAREF4SYST overview](diagrams/SAREF4EHAW_Model.jpg) +For semantic interoperability handling purposes, an ontology based solution, combined with sensing-as-a-service and WoT strategies, is retained for SAREF4EHAW. Therefore, an upper level ontology, at service level, shall also behas been fully modelled (Service class and sub-classes depicted in the previous figure). +For embedded semantic analytics purposes, SAREF4EHAW shall behas been designed using the modularity principle (see ETSI TR 103 509) and can thus be mainly described by the following self-contained knowledge sub-ontologies (or modules): HealthActor, Ban, HealthDevice, Function (measured data related concepts included) and Service."""^^ . + +################################################################# +# Annotation properties +################################################################# + + +### http://purl.org/dc/terms/contributor +dcterms:contributor 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 . + + +################################################################# +# Object Properties +################################################################# + + +### https://saref.etsi.org/core/consistsOf +saref:consistsOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship indicating a composite entity that consists of other entities (e.g., a temperature/humidity sensor that consists of a temperature sensor and a humidity sensor)"@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "consists of"@en . + + +### https://saref.etsi.org/saref4ehaw/contains +s4ehaw:contains rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range s4ehaw:HealthDevice ; + rdfs:comment "A Body Area Network or BAN contains one or multiple health devices"@en ; + rdfs:label "contains"@en . + + +### https://saref.etsi.org/saref4ehaw/followsUser +s4ehaw:followsUser rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Helper ; + rdfs:range s4ehaw:User ; + rdfs:comment "A helper may follow one or multiple users that can in particular be patients."@en ; + rdfs:label "follows user"@en . + + +### https://saref.etsi.org/saref4ehaw/hasActivity +s4ehaw:hasActivity rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range s4ehaw:Activity ; + rdfs:comment "A health actor may have one or multiple activities."@en ; + rdfs:label "has activity"@en . + + +### https://saref.etsi.org/saref4ehaw/hasAgeCategory +s4ehaw:hasAgeCategory rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range s4ehaw:AgeCategory; + rdfs:comment "The age group of a health actor, e.g. old or young."@en ; + rdfs:label "has age category"@en . + + +### https://saref.etsi.org/saref4ehaw/hasBanApplicationDomain +s4ehaw:hasBanApplicationDomain rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range s4ehaw:BanApplicationDomain ; + rdfs:comment "The BAN application domain - healthcare, telemedicine, assisted living, sport training, pervasive computing, safety and emergency... -."@en ; + rdfs:label "has BAN application domain"@en . + + +### https://saref.etsi.org/saref4ehaw/hasBanCommunicationType +s4ehaw:hasBanCommunicationType rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range s4ehaw:BanCommunicationType ; + rdfs:comment "A BAN has a BAN communication type that is the type of communication carried out between BAN devices and BAN Hub."@en ; + rdfs:label "has BAN communication type"@en . + + +### https://saref.etsi.org/saref4ehaw/hasComputingPower +s4ehaw:hasComputingPower rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:DeviceCharacteristic ; + rdfs:range s4ehaw:ComputingPower ; + rdfs:comment "A health device characteristic describing the processing power or capabilities of the device (e.g. processor ID and manufacturer, duty cycle, available flash/RM memory, maximum flash/RAM memory...)."@en ; + rdfs:label "has computing power"@en . + + +### https://saref.etsi.org/saref4ehaw/hasDataConstraint +s4ehaw:hasDataConstraint rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Data ; + rdfs:range s4ehaw:DataConstraint ; + rdfs:comment "Data has data constraints (validity, legal...)."@en ; + rdfs:label "has data constraint"@en . + + +### https://saref.etsi.org/saref4ehaw/hasContact +s4ehaw:hasContact rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range s4ehaw:Contact ; + rdfs:comment "A BAN has one or multiple contacts (e.g. the patient or user that is monitored through this BAN, the caregiver that is using this BAN for monitoring purposes)."@en ; + rdfs:label "has contact"@en . + + +### https://saref.etsi.org/saref4ehaw/hasData +s4ehaw:hasData rdf:type owl:ObjectProperty ; + rdfs:domain saref:Function ; + rdfs:range s4ehaw:Data ; + rdfs:comment "A function has one or many data, for example a tracking function shall include latitude, longitude and speed data."@en ; + rdfs:label "has data"@en . + + +### https://saref.etsi.org/saref4ehaw/hasDeviceCharacteristic +s4ehaw:hasDeviceCharacteristic rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range s4ehaw:DeviceCharacteristic ; + rdfs:comment "A health device has device characteristic describing the physical characteristics of the health device, e.g. its dimensions."@en ; + rdfs:label "has device characteristic"@en . + + +### https://saref.etsi.org/saref4ehaw/hasHabit +s4ehaw:hasHabit rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:User ; + rdfs:range s4ehaw:Habit ; + rdfs:comment "The habits of a user and a patient (as sub-class of user it also inherits habit), e.g. smoking or overeating."@en ; + rdfs:label "has habit"@en . + + +### https://saref.etsi.org/saref4ehaw/hasHub +s4ehaw:hasHub rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range s4ehaw:BanHub ; + rdfs:comment "A Body Area Network or BAN elects one hub that mainly plays the role of both a data concentrator and a network gateway."@en ; + rdfs:label "has hub"@en . + + +### https://saref.etsi.org/saref4ehaw/hasImpairment +s4ehaw:hasImpairment rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:User ; + rdfs:range s4ehaw:Impairment ; + rdfs:comment "The impairment type of a user and a patient (as sub-class of user it also inherits impairment), e.g. aural, skeletal, ocular, mobility, intellectual..."@en ; + rdfs:label "has impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/hasInterface +s4ehaw:hasInterface rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range s4ehaw:Interface ; + rdfs:comment "A health device has one or multiple interfaces (Bluetooth, UWB, IEEE 802.15.6, serial interface...)."@en ; + rdfs:label "has interface"@en . + + +### https://saref.etsi.org/saref4ehaw/hasLocation +s4ehaw:hasLocation rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range s4ehaw:Location ; + rdfs:comment "The location of an eHealth device, i.e. its position against the body (on body surface or in the body - implant -) and its physical location (i.e. its postal address and/or its current geolocation geolocation when available)."@en ; + rdfs:label "has location"@en . + + +### https://saref.etsi.org/saref4ehaw/hasMeasurement +s4ehaw:hasMeasurement rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Data ; + rdfs:range saref:Measurement ; + rdfs:comment "Defines the relationship between data that has measurement."@en ; + rdfs:label "has measurement"@en . + + +### https://saref.etsi.org/saref4ehaw/hasMode +s4ehaw:hasMode rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:DeviceCharacteristic ; + rdfs:range s4ehaw:Mode ; + rdfs:comment "Each device has modes of operations that model its dynamic characteristic varying during its lifetime, e.g. active, hold, beacon..."@en ; + rdfs:label "has mode"@en . + + +## https://saref.etsi.org/saref4ehaw/hasOperatingConstraint +s4ehaw:hasOperatingConstraint rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range s4ehaw:OperatingConstraint ; + rdfs:comment "The operating constraints of a health device, e.g. recommended humidity and temperature range..."@en ; + rdfs:label "has operating constraint"@en . + + +### https://saref.etsi.org/saref4ehaw/hasParticipant +s4ehaw:hasParticipant rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:MeasurementCollectionSession ; + rdfs:range s4ehaw:HealthActor ; + rdfs:comment "A measurement session has health actors as participants (caregiver controling the session, patient monitored during the session)."@en ; + rdfs:label "has participant"@en . + + +### https://saref.etsi.org/saref4ehaw/hasPatient +s4ehaw:hasPatient rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Caregiver ; + rdfs:range s4ehaw:Patient ; + rdfs:comment "A caregiver may have one or multiple patients."@en ; + rdfs:label "has patient"@en . + + +### https://saref.etsi.org/saref4ehaw/hasPhysicalLocation +s4ehaw:hasPhysicalLocation rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Patient ; + rdfs:range s4ehaw:PhysicalLocation ; + rdfs:comment "Defines the physical location of the patient, i.e. its postal address and/or its geolocation (when available)."@en ; + rdfs:label "has physical location"@en . + + +### https://saref.etsi.org/saref4ehaw/hasPosture +s4ehaw:hasPosture rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:User ; + rdfs:range s4ehaw:Posture ; + rdfs:comment "The posture of a user and a patient (as sub-class of user it also inherits habit), e.g. exercising, lying, running, sitting, walking..."@en ; + rdfs:label "has posture"@en . + + +### https://saref.etsi.org/saref4ehaw/hasPowerSource +s4ehaw:hasPowerSource rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:DeviceCharacteristic ; + rdfs:range s4ehaw:PowerSource ; + rdfs:comment "A health device characteristic is its power sources, mainly describing energy source and battery related capabilities of the health device (number of power source, source type, rechargeable or not, available power level...)."@en ; + rdfs:label "has power source"@en . + + +### https://saref.etsi.org/saref4ehaw/hasResponsibleParty +s4ehaw:hasResponsibleParty rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range s4ehaw:ResponsibleParty ; + rdfs:comment "A BAN that has a responsible party which plays the role of the legal entity responsible for this BAN (e.g. to contact in case of problem). It should be an organization or a person."@en ; + rdfs:label "has responsible party"@en . + + +### https://saref.etsi.org/saref4ehaw/hasTimeSeriesMesurement +s4ehaw:hasTimeSeriesMesurement rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Data ; + rdfs:range s4ehaw:TimeSeriesMeasurement ; + rdfs:comment "Data has time series measurements, a sequence taken at successive equally spaced points in time."@en ; + rdfs:label "has time series measurement"@en . + + +### https://saref.etsi.org/saref4ehaw/inCurrentMode +s4ehaw:inCurrentMode rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range s4ehaw:Mode ; + rdfs:comment "Each eHealth device has modes of operations that model its dynamic characteristic varying during its lifetime, e.g. active, hold, beacon..."@en ; + rdfs:label "in current mode"@en . + + +### https://saref.etsi.org/saref4ehaw/interfaceProtocol +s4ehaw:interfaceProtocol rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Interface ; + rdfs:range s4ehaw:CommunicationProtocol ; + rdfs:comment "The interface communication protocol can be e.g. BLE, serial, Ethernet..."@en ; + rdfs:label "interface protocol"@en . + + +### https://saref.etsi.org/saref4ehaw/isAttachedTo +s4ehaw:isAttachedTo rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range s4ehaw:HealthActor ; + rdfs:comment "A health Device is attached to a health actor such as a patient, a user and or a caregiver."@en ; + rdfs:label "is attached to"@en . + + +### https://saref.etsi.org/saref4ehaw/isDescribedBy +s4ehaw:isDescribedBy rdf:type owl:ObjectProperty ; + rdfs:domain saref:Service ; + rdfs:range s4ehaw:ServiceProcess ; + rdfs:comment "A service is described by a service process (how the service works)."@en ; + rdfs:label "is described by"@en . + + +### https://saref.etsi.org/saref4ehaw/groundingProtocol +s4ehaw:groundingProtocol rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:ServiceGrounding ; + rdfs:range s4ehaw:CommunicationProtocol ; + rdfs:comment "The grounding protocol is the protocol used to transmit the message by the service, e.g. BLE."@en ; + rdfs:label "grounding protocol"@en . + + +### https://saref.etsi.org/saref4ehaw/precision +s4ehaw:precision rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:MeasurementFunction ; + rdfs:range ssn-system:Precision ; + rdfs:comment "Precision refers to the degree of reproducibility of a measured quantity (when the same quantity is measured several times how close are the measurements from each other)."@en ; + rdfs:label "precision"@en . + + +### https://saref.etsi.org/saref4ehaw/presents +s4ehaw:presents rdf:type owl:ObjectProperty ; + rdfs:domain saref:Service ; + rdfs:range s4ehaw:ServiceProfile ; + rdfs:comment "A service presents a service profile (what the service does)."@en ; + rdfs:label "presents"@en . + + +### https://saref.etsi.org/saref4ehaw/supports +s4ehaw:supports rdf:type owl:ObjectProperty ; + rdfs:domain saref:Service ; + rdfs:range s4ehaw:ServiceGrounding ; + rdfs:comment "A service supports a service grounding (how to access the service)." ; + rdfs:label "supports"@en . + + +### https://saref.etsi.org/saref4ehaw/uom +s4ehaw:uom rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:MeasurementFunction ; + rdfs:range saref:UnitOfMeasure ; + rdfs:comment "Defines the unit of measure of a measurement function."@en ; + rdfs:label "unit of measurement"@en . + + +### https://saref.etsi.org/saref4ehaw/usesBan +s4ehaw:usesBan rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range s4ehaw:Ban ; + rdfs:comment "A health actor (e.g. a caregiver, a patient or a helper) uses a BAN for collecting, aggregating and relaying vital parameters."@en ; + rdfs:label "uses ban"@en . + + +### https://saref.etsi.org/saref4ehaw/hasChronicDisease +s4ehaw:hasChronicDisease rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:Patient ; + rdfs:range s4ehaw:ChronicDisease ; + rdfs:comment "A patient can suffer from one or more chronic disease like Diabetes, azma, etc."@en ; + rdfs:label "has chronic disease"@en . + + +### https://saref.etsi.org/saref4envi/hasFrequencyMeasurement +s4envi:hasFrequencyMeasurement rdf:type owl:ObjectProperty ; + rdfs:domain s4ehaw:MeasurementFunction ; + rdfs:range s4envi:FrequencyMeasurement ; + rdfs:comment "A measurement fucntion, in case of complex measurement like time series, has frequency measurement, i.e. the frequency in which it makes measurements."@en ; + rdfs:label "has frequency measurement"@en . + + +################################################################# +# Data properties +################################################################# + +### https://saref.etsi.org/saref4ehaw/activityDuration +s4ehaw:activityDuration rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Activity ; + rdfs:range xsd:float ; + rdfs:comment "The duration of an activity, in second."@en ; + rdfs:label "activity duration"@en . + + +### https://saref.etsi.org/saref4ehaw/activityKind +s4ehaw:activityKind rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Activity ; + rdfs:range xsd:string ; + rdfs:comment "The kind of atcivities that a patient or a user can have, i.e. e.g. sleeping in bed, sitting on a chair, using the shower, etc."@en ; + rdfs:label "activity kind"@en . + + +### https://saref.etsi.org/saref4ehaw/availableFlash +s4ehaw:availableFlash rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range xsd:long ; + rdfs:comment "The available flash memory (in byte) of a health device. It is a dynamic attribute."@en ; + rdfs:label "available flash"@en . + + +### https://saref.etsi.org/saref4ehaw/availableRam +s4ehaw:availableRam rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range xsd:long ; + rdfs:comment "Indicates the available volatile memory space (in byte) of a health device. It is a dynamic attribute."@en ; + rdfs:label "available ram"@en . + + +### https://saref.etsi.org/saref4ehaw/transmissionRate +s4ehaw:transmissionRate rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Interface ; + rdfs:range xsd:float ; + rdfs:comment "The transmission rate of the interface, i.e. the number of bits transmitted per second (usually expressed in kbps or Mbps)."@en ; + rdfs:label "transmission rate"@en . + + +### https://saref.etsi.org/saref4ehaw/dataSize +s4ehaw:dataSize rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Data ; + rdfs:range xsd:positiveInteger ; + rdfs:comment "The data size represents the size of the data in bytes"@en ; + rdfs:label "data size"@en . + + +### https://saref.etsi.org/saref4ehaw/banDensity +s4ehaw:banDensity rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range xsd:long ; + rdfs:comment "The BAN density, i.e. its number of node."@en ; + rdfs:label "BAN density"@en . + + +### https://saref.etsi.org/saref4ehaw/deviceCharacteristicName +s4ehaw:deviceCharacteristicName rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:DeviceCharacteristic ; + rdfs:range xsd:string ; + rdfs:comment "The commercial name of a device."@en ; + rdfs:label "device characteristic name"@en . + + +### https://saref.etsi.org/saref4ehaw/dimension +s4ehaw:dimension rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:DeviceCharacteristic ; + rdfs:range xsd:string ; + rdfs:comment "The dimension of the device i.e. height*weight*length string."@en ; + rdfs:label "dimension"@en . + + +### https://saref.etsi.org/saref4ehaw/dob +s4ehaw:dob rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range xsd:dateTime ; + rdfs:comment "The date of birth of a health actor."@en ; + rdfs:label "date of birth"@en . + + +### https://saref.etsi.org/saref4ehaw/dutyCycle +s4ehaw:dutyCycle rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ComputingPower ; + rdfs:range xsd:int ; + rdfs:comment "The duty cycle for each health device embedded processor, in percent."@en ; + rdfs:label "duty cycle"@en . + + +### https://saref.etsi.org/saref4ehaw/faultTolerence +s4ehaw:faultTolerence rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:MeasurementFunction ; + rdfs:range xsd:double ; + rdfs:comment "Defines the error rate tolerated for a measurement function."@en ; + rdfs:label "fault tolerence"@en . + + +### https://saref.etsi.org/saref4ehaw/firstName +s4ehaw:firstName rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range xsd:string ; + rdfs:comment "The first name of a health actor."@en ; + rdfs:label "first name"@en . + + +### https://saref.etsi.org/saref4ehaw/format +s4ehaw:format rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Data ; + rdfs:range xsd:anyURI ; + rdfs:comment "The format is a URI for a standard format like e.g. integer."@en ; + rdfs:label "format"@en . + + +### https://saref.etsi.org/saref4ehaw/frequency +s4ehaw:frequency rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ComputingPower ; + rdfs:range xsd:float ; + rdfs:comment "The frequency is the number of instructions an embedded processor - within a health device - can perform per second (MIPS)."@en ; + rdfs:label "frequency"@en . + + +### https://saref.etsi.org/saref4ehaw/geolocation +s4ehaw:geolocation rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:PhysicalLocation ; + rdfs:range xsd:string ; + rdfs:comment "The geolocation, when available, shall be given relatively to the current location - geolocation as standardized ISO 6709, e.g. +40.75-074.00/ -."@en ; + rdfs:label "geolocation"@en . + + +### https://saref.etsi.org/saref4ehaw/hasCalculationMethod +s4ehaw:hasCalculationMethod rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProcess ; + rdfs:range xsd:string ; + rdfs:comment "The service process has a calculation method to get the output or result, e.g. the calculation formula to determine the posture of a patient."@en ; + rdfs:label "has calculation method"@en . + + +### https://saref.etsi.org/saref4ehaw/hasEffect +s4ehaw:hasEffect rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProcess ; + rdfs:range xsd:string ; + rdfs:comment "The effect of a service can be an alert, nothing, an activation of another process..."@en ; + rdfs:label "has effect"@en . + + +### https://saref.etsi.org/saref4ehaw/hasGender +s4ehaw:hasGender rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range [ rdf:type rdfs:Datatype ; + owl:oneOf [ rdf:type rdf:List ; + rdf:first "female" ; + rdf:rest [ rdf:type rdf:List ; + rdf:first "male" ; + rdf:rest [ rdf:type rdf:List ; + rdf:first "undetermined" ; + rdf:rest rdf:nil + ] + ] + ] + ] ; + rdfs:comment "The gender of a health actor."@en ; + rdfs:label "has gender"@en . + + +### https://saref.etsi.org/saref4ehaw/banGeolocation +s4ehaw:banGeolocation rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range xsd:string ; + rdfs:comment "The geolocation of the BAN, when available and needed, shall be given relatively to the current location - geolocation as standardized ISO 6709, e.g. +40.75-074.00/ - of the patient wearing the BAN."@en ; + rdfs:label "BAN geolocation"@en . + + +### https://saref.etsi.org/saref4ehaw/hasInput +s4ehaw:hasInput rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProcess ; + rdfs:range xsd:string ; + rdfs:comment "The service process has data input like e.g. the patient ID, the timestamp, the read value from a sensor..."@en ; + rdfs:label "has input"@en . + + +### 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."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "has manufacturer"@en . + + +### https://saref.etsi.org/saref4ehaw/hasMbox +s4ehaw:hasMbox rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range xsd:anyURI ; + rdfs:comment "An email address (or mail box) of an health actor: a URI with the 'mailto' scheme as defined by RFC 6068."@en ; + rdfs:label "has mbox"@en . + + +### https://saref.etsi.org/saref4ehaw/hasOutput +s4ehaw:hasOutput rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProcess ; + rdfs:range xsd:string ; + rdfs:comment "The output is e.g. the calculated value returned by the process, e.g the posture of a patient."@en ; + rdfs:label "has output"@en . + + +### https://saref.etsi.org/saref4ehaw/hasPrecondition +s4ehaw:hasPrecondition rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProcess ; + rdfs:range xsd:string ; + rdfs:comment "The conditions that are imposed over the inputs of the process and the process must hold to be successufully invoked."@en ; + rdfs:label "has precondition"@en . + + +### https://saref.etsi.org/saref4ehaw/hasResult +s4ehaw:hasResult rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProcess ; + rdfs:range xsd:string ; + rdfs:comment "The process can have many results for the same output. Those results may include a message that should be displayed, an alert..."@en ; + rdfs:label "has result"@en . + + +### https://saref.etsi.org/saref4ehaw/hasValues +s4ehaw:hasValues rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:TimeSeriesMeasurement ; + rdfs:range xsd:decimal ; + rdfs:comment "A relationship defining the set of values (an ordered array of numbers) of a certain property, e.g., heart rate. Attention: to assure ordering in the serialization format, it is necessary to use either rdf:Seq (RDF/XML) or @list (JSON-LD)."@en ; + rdfs:label "has values"@en . + + +### https://saref.etsi.org/saref4ehaw/interfaceAddress +s4ehaw:interfaceAddress rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Interface ; + rdfs:range xsd:string ; + rdfs:comment "The interface address. The interface may have many addresses like MAC address, IP address or others."@en ; + rdfs:label "interface address"@en . + + +### https://saref.etsi.org/saref4ehaw/interfaceDescription +s4ehaw:interfaceDescription rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Interface ; + rdfs:range xsd:string ; + rdfs:comment "The interface type description."@en ; + rdfs:label "interface description"@en . + + +### https://saref.etsi.org/saref4ehaw/isDerivedData +s4ehaw:isDerivedData rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Data ; + rdfs:range xsd:boolean ; + rdfs:comment "Is derived data is a Boolean property to indicate if the data is a row data or a calculated/derived data from other one."@en ; + rdfs:label "is derived data"@en . + + +### https://saref.etsi.org/saref4ehaw/isGateway +s4ehaw:isGateway rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Interface ; + rdfs:range xsd:boolean ; + rdfs:comment "This boolean variable indicates if the interface is a gateway or not."@en ; + rdfs:label "is gateway"@en . + + +### https://saref.etsi.org/saref4ehaw/lastName +s4ehaw:lastName rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range xsd:string ; + rdfs:comment "The familly name of a health actor."@en ; + rdfs:label "last name"@en . + + +### https://saref.etsi.org/saref4ehaw/latency +s4ehaw:latency rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:MeasurementFunction ; + rdfs:range xsd:float ; + rdfs:comment "The latency is the time interval between the stimulation and response of a measurement function (in ms)."@en ; + rdfs:label "latency"@en . + + +### https://saref.etsi.org/saref4ehaw/lifetime +s4ehaw:lifetime rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range xsd:float ; + rdfs:comment "The BAN lifetime (in month), e.g. BAN for entertainment purposes should have a lifetime of weeks or few years whereas BAN dedicated for assisted living or anomaly monitoring should last for many years."@en ; + rdfs:label "lifetime"@en . + + +### https://saref.etsi.org/saref4ehaw/maximumFlash +s4ehaw:maximumFlash rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ComputingPower ; + rdfs:range xsd:long ; + rdfs:comment "Indicates the maximum flash memory space (in byte) of a health device."@en ; + rdfs:label "maximum flash"@en . + + +### https://saref.etsi.org/saref4ehaw/maximumRam +s4ehaw:maximumRam rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ComputingPower ; + rdfs:range xsd:long ; + rdfs:comment "Indicates the maximum volatile memory space (in byte) of a health device."@en ; + rdfs:label "maximum ram"@en . + + +### https://saref.etsi.org/saref4ehaw/maximumValue +s4ehaw:maximumValue rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ValidityConstraint ; + rdfs:range xsd:decimal ; + rdfs:comment "The maximum allowable value of a measurement."@en ; + rdfs:label "maximum value"@en . + + +### https://saref.etsi.org/saref4ehaw/minimumValue +s4ehaw:minimumValue rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ValidityConstraint ; + rdfs:range xsd:decimal ; + rdfs:comment "The minimum allowable value of a measurement."@en ; + rdfs:label "minimum value"@en . + + +### https://saref.etsi.org/saref4ehaw/modeName +s4ehaw:modeName rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Mode ; + rdfs:range xsd:string ; + rdfs:comment "The mode name of a device, e.g. sleeping."@en ; + rdfs:label "mode name"@en . + + +### https://saref.etsi.org/saref4ehaw/phenomena +s4ehaw:phenomena rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range xsd:string ; + rdfs:comment "The BAN monitors a specific phenomenon (burned calories during exercises, glucose level...)."@en ; + rdfs:label "phenomena"@en . + + +### https://saref.etsi.org/saref4ehaw/phone +s4ehaw:phone rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthActor ; + rdfs:range xsd:string ; + rdfs:comment "The phone number of a health actor, in international format."@en ; + rdfs:label "phone"@en . + + +### https://saref.etsi.org/saref4ehaw/portNumber +s4ehaw:portNumber rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceGrounding ; + rdfs:range xsd:positiveInteger ; + rdfs:comment "The port number used to offer the service."@en ; + rdfs:label "port number"@en . + + +### https://saref.etsi.org/saref4ehaw/postalAddress +s4ehaw:postalAddress rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:PhysicalLocation ; + rdfs:range xsd:string ; + rdfs:comment "Defines the postal address."@en ; + rdfs:label "postal address"@en . + + +### https://saref.etsi.org/saref4ehaw/powerSourceType +s4ehaw:powerSourceType rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:PowerSource ; + rdfs:range xsd:string ; + rdfs:comment "The type of power source of a health device. It can be solar, battery, electricity..."@en ; + rdfs:label "power source type"@en . + + +### https://saref.etsi.org/saref4ehaw/rechargeable +s4ehaw:rechargeable rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:PowerSource ; + rdfs:range xsd:boolean ; + rdfs:comment "This boolean variable indicates if the power source is rechargeable or not, e.g. a rechargeable battery."@en ; + rdfs:label "rechargeable"@en . + + +### https://saref.etsi.org/saref4ehaw/remainingBatteryLevel +s4ehaw:remainingBatteryLevel rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range xsd:long ; + rdfs:comment "The level of remaining battery (if any : in percent) for a health device. It is a dynamic attribute."@en ; + rdfs:label "remaining battery level"@en . + + +### https://saref.etsi.org/saref4ehaw/sampleTime +s4ehaw:sampleTime rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:MeasurementFunction ; + rdfs:range xsd:int ; + rdfs:comment "The sample time of a measurement function (a discrete integer)."@en ; + rdfs:label "sample time"@en . + + +### https://saref.etsi.org/saref4ehaw/sendingFrequency +s4ehaw:sendingFrequency rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:PeriodicBanCommunicationType ; + rdfs:range xsd:float ; + rdfs:comment "Defines the sending frequency (in ms), at an health device level, in case of pariodic BAN communication type."@en ; + rdfs:label "sending frequency"@en . + + +### https://saref.etsi.org/saref4ehaw/serialNb +s4ehaw:serialNb rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:HealthDevice ; + rdfs:range xsd:string ; + rdfs:comment "The serial number of a health device."@en ; + rdfs:label "serial number"@en . + + +### https://saref.etsi.org/saref4ehaw/serviceDescription +s4ehaw:serviceDescription rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProfile ; + rdfs:range xsd:string ; + rdfs:comment "The service description should describe the offered service like e.g. heart rate measurement."@en ; + rdfs:label "service description"@en . + + +### https://saref.etsi.org/saref4ehaw/serviceName +s4ehaw:serviceName rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:ServiceProfile ; + rdfs:range xsd:string ; + rdfs:comment "The service name identify the offered service, e.g heart rate."@en ; + rdfs:label "service name"@en . + + +### https://saref.etsi.org/saref4ehaw/banTopology +s4ehaw:banTopology rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:Ban ; + rdfs:range [ rdf:type rdfs:Datatype ; + owl:oneOf [ rdf:type rdf:List ; + rdf:first "Adhoc" ; + rdf:rest [ rdf:type rdf:List ; + rdf:first "Mesh" ; + rdf:rest [ rdf:type rdf:List ; + rdf:first "Star" ; + rdf:rest rdf:nil + ] + ] + ] + ] ; + rdfs:comment "The BAN physical topology type, i.e Adhoc or Star or Mesh or Others."@ne ; + rdfs:label "BAN topology"@en . + + +### https://saref.etsi.org/saref4ehaw/velocity +s4ehaw:velocity rdf:type owl:DatatypeProperty ; + rdfs:domain s4ehaw:DeviceCharacteristic ; + rdfs:range xsd:float ; + rdfs:comment "The velocity of a moving device (in m/s)."@en ; + rdfs:label "velocity"@en . + + +################################################################# +# Classes +################################################################# + +### http://purl.org/vocommons/voaf#Vocabulary +voaf:Vocabulary rdf:type owl:Class . + + +### http://xmlns.com/foaf/0.1/Agent +foaf:Agent rdf:type owl:Class . + + +### https://saref.etsi.org/saref4ehaw/Activity +s4ehaw:Activity rdf:type owl:Class ; + rdfs:comment "The activity of a patient/user, i.e. daily and nocturnal activities."@en ; + rdfs:label "Activity"@en . + + +### https://saref.etsi.org/saref4ehaw/AgeCategory +s4ehaw:AgeCategory rdf:type owl:Class ; + rdfs:comment "The age group of a health actor, e.g. old or young."@en ; + rdfs:label "Age category"@en . + + +### https://saref.etsi.org/saref4ehaw/AlarmCommand +s4ehaw:AlarmCommand rdf:type owl:Class ; + rdfs:subClassOf saref:Command ; + rdfs:comment "A command corresponding to alarm sending."@en ; + rdfs:label "Alarm command"@en . + + +### https://saref.etsi.org/saref4ehaw/Ban +s4ehaw:Ban rdf:type owl:Class ; + rdfs:comment "Body Area Network."@en ; + rdfs:label "BAN"@en . + + +### https://saref.etsi.org/saref4ehaw/BanApplicationDomain +s4ehaw:BanApplicationDomain rdf:type owl:Class ; + rdfs:comment "The BAN application domain, e.g. healthcare, telemedicine, assisted living, sport training, safety and emergency..."@en ; + rdfs:label "BAN application domain"@en . + + +### https://saref.etsi.org/saref4ehaw/BanHub +s4ehaw:BanHub rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthDevice ; + rdfs:comment "Hub of the BAN, mainly playing the role of both a data concentrator and a network gateway."@en ; + rdfs:label "BAN hub"@en . + + +### https://saref.etsi.org/saref4ehaw/BodySurfaceLocation +s4ehaw:BodySurfaceLocation rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:Location ; + rdfs:comment "Defines a health device location in terms of a body surface position (i.e. on body health device)."@en ; + rdfs:label "Body surface location"@en . + + +### https://saref.etsi.org/saref4ehaw/Caregiver +s4ehaw:Caregiver rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthActor ; + rdfs:comment "For caregivers modelling."@en ; + rdfs:label "Caregiver"@en . + + + +### https://saref.etsi.org/saref4ehaw/ChronicDisease +s4ehaw:ChronicDisease rdf:type owl:Class ; + rdfs:comment "For chronic disease modelling, e.g. diabetes, asthma..."@en ; + rdfs:label "Chronic disease"@en . + + + +### https://saref.etsi.org/saref4ehaw/CommunicationProtocol +s4ehaw:CommunicationProtocol rdf:type owl:Class ; + rdfs:comment "The communication protocol, e.g. BLE, serial, Ethernet..."@en ; + rdfs:label "Communication protocol"@en . + + +### https://saref.etsi.org/saref4ehaw/BanCommunicationType +s4ehaw:BanCommunicationType rdf:type owl:Class ; + rdfs:comment "The BAN communication function type, i.e. periodic, event driven or on request."@en ; + rdfs:label "BAN Communication type"@en . + + +### https://saref.etsi.org/saref4ehaw/ComputingPower +s4ehaw:ComputingPower rdf:type owl:Class ; + rdfs:comment "The computing power capabilities of a Health device."@en ; + rdfs:label "Computing power"@en . + + +### https://saref.etsi.org/saref4ehaw/DataConstraint +s4ehaw:DataConstraint rdf:type owl:Class ; + rdfs:comment "The Data constraints, e.g. validity, legal..."@en ; + rdfs:label "Data constraint"@en . + + +### https://saref.etsi.org/saref4ehaw/Contact +s4ehaw:Contact rdf:type owl:Class ; + owl:equivalentClass s4ehaw:HealthActor ; + rdfs:comment "A BAN has one or multiple contacts, i.e. some health actors, e.g. the patient or user that is monitored through this BAN, the caregiver that is using this BAN for monitoring purposes..."@en ; + rdfs:label "Contact"@en . + + +### https://saref.etsi.org/saref4ehaw/DailyActivity +s4ehaw:DailyActivity rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:Activity ; + rdfs:comment "The patient/user activities that occur during daytime."@en ; + rdfs:label "Daily activity"@en . + + +### https://saref.etsi.org/saref4ehaw/Data +s4ehaw:Data rdf:type owl:Class ; + rdfs:comment "A function has one or many data, for example a tracking function shall include latitude, longitude and speed data."@en ; + rdfs:label "Data"@en . + + +### https://saref.etsi.org/saref4ehaw/DeviceCharacteristic +s4ehaw:DeviceCharacteristic rdf:type owl:Class ; + rdfs:comment "A health device has device characteristic describing the physical characteristics of the health device."@en ; + rdfs:label "Device characteristic"@en . + + +### https://saref.etsi.org/saref4ehaw/EventDrivenBanCommunicationType +s4ehaw:EventDrivenBanCommunicationType rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:BanCommunicationType ; + rdfs:comment "BAN communication function way of working of the type event driven."@en ; + rdfs:label "Event driven BAN communication type"@en . + + +### https://saref.etsi.org/saref4ehaw/FunctionalDevice +s4ehaw:FunctionalDevice rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "Functional Devices are non-purely eHealth/ageing-well devices that can be used for modelling/detecting activities or behaviours of patients/users, like for example beacons that can detect indoor positioning of a patient in a house."@en ; + rdfs:label "Functional device"@en . + + +### https://saref.etsi.org/saref4ehaw/Habit +s4ehaw:Habit rdf:type owl:Class ; + rdfs:comment "Defined for users (that can in particular be patients) habits modelling, e.g. smoking, alcohol drinking, overeating, undereating..."@en ; + rdfs:label "Habit"@en . + + +### https://saref.etsi.org/saref4ehaw/HealthActor +s4ehaw:HealthActor rdf:type owl:Class ; + rdfs:subClassOf foaf:Agent ; + rdfs:comment "The eHealth actors like e.g. caregivers, patients, users, helpers..."@en ; + rdfs:label "Health actor"@en . + + +### https://saref.etsi.org/saref4ehaw/HealthActuator +s4ehaw:HealthActuator rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthDevice ; + rdfs:comment "Health-related Actuator, equivalent to SAREF Actuator."@en ; + rdfs:label "Health actuator"@en . + + +### https://saref.etsi.org/saref4ehaw/HealthDevice +s4ehaw:HealthDevice rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "Health devices, e.g. BAN hub, health sensor/actuator/Wereable."@en ; + rdfs:label "Health Device"@en . + + +### https://saref.etsi.org/saref4ehaw/HealthSensor +s4ehaw:HealthSensor rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthDevice ; + rdfs:comment "Health-related Sensor, equivalent to SAREF Sensor."@en ; + rdfs:label "Health sensor"@en . + + +### https://saref.etsi.org/saref4ehaw/HealthWearable +s4ehaw:HealthWearable rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthDevice ; + rdfs:comment "Health-related Wearable, equivalent to SAREF4WEAR Wearable."@en ; + rdfs:label "Health wereable"@en . + + +### https://saref.etsi.org/saref4ehaw/Helper +s4ehaw:Helper rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthActor ; + rdfs:comment "Helper of patients/users, e.g. a patient's relative."@en ; + rdfs:label "Helper"@en . + + +### https://saref.etsi.org/saref4ehaw/Impairment +s4ehaw:Impairment rdf:type owl:Class ; + rdfs:comment "Defined for users (that can in particular be patients) impairments modelling, e.g. aural impairment, skeletal impairment, ocular impairment, mobility impairment, intellectual impairment. Those non exhaustive impairments are compatible with the World Health Organization classification."@en ; + rdfs:label "Impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/ImplantLocation +s4ehaw:ImplantLocation rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:Location ; + rdfs:comment "Implant Device (i.e. in body health device) position."@en ; + rdfs:label "Implant location"@en . + + +### https://saref.etsi.org/saref4ehaw/Interface +s4ehaw:Interface rdf:type owl:Class ; + rdfs:comment "Used for modelling the interfaces of a health device (e.g. Bluetooth, UWB, IEEE 802.15.6, serial interface...)."@en ; + rdfs:label "Interface"@en . + + +### https://saref.etsi.org/saref4ehaw/LegalConstraint +s4ehaw:LegalConstraint rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:DataConstraint ; + rdfs:comment "An empty container for describing the legal constraints a data can be submitted to, like e.g. anonymization."@en ; + rdfs:label "Legal constraint"@en . + + +### https://saref.etsi.org/saref4ehaw/Location +s4ehaw:Location rdf:type owl:Class ; + rdfs:comment "The location, i.e. a position against the body (on - body surface – or in the body – implant –) and a physical location (i.e. a postal address and/or a current geolocation when available)."@en ; + rdfs:label "Location"@en . + + +### https://saref.etsi.org/saref4ehaw/MeasurementCollectionSession +s4ehaw:MeasurementCollectionSession rdf:type owl:Class ; + rdfs:subClassOf saref:Task ; + rdfs:comment "Task in which a health actor (mainly a patient or a user) is subject of measurement collection (recording) by both some measurement-related health Device (e.g. Sensor, Wearable, ECG Device...) and a health actor (mainly a caregiver)."@en ; + rdfs:label "Measurement collection session"@en . + + +### https://saref.etsi.org/saref4ehaw/MeasurementFunction +s4ehaw:MeasurementFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "The functionality necessary to accomplish the measurement task for which a measurement-related health Device (e.g. Sensor, Wearable, ECG Device...) is designed for, e.g. a heart rate measurement function."@en ; + rdfs:label "Measurement function"@en . + + +### https://saref.etsi.org/saref4ehaw/Mode +s4ehaw:Mode rdf:type owl:Class ; + rdfs:comment "The dynamic characteristics of a eHealth Device that vary during its lifetime or its BAN lifetime."@en ; + rdfs:label "Mode"@en . + + +### https://saref.etsi.org/saref4ehaw/NocturnalActivity +s4ehaw:NocturnalActivity rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:Activity ; + rdfs:comment "The patient/user activities that occur during the night."@en ; + rdfs:label "Nocturnal activity"@en . + + +### https://saref.etsi.org/saref4ehaw/OnRequestBanCommunicationType +s4ehaw:OnRequestBanCommunicationType rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:BanCommunicationType ; + rdfs:comment "BAN communication function way of working of the type on request."@en ; + rdfs:label "On request BAN communication type"@en . + + +### https://saref.etsi.org/saref4ehaw/OperatingConstraint +s4ehaw:OperatingConstraint rdf:type owl:Class ; + rdfs:comment "An empty container for describing the operating constraints of a device, e.g. recommended humidity and temperature range..."@en ; + rdfs:label "Operating constraint"@en . + + +### https://saref.etsi.org/saref4ehaw/Patient +s4ehaw:Patient rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:User ; + rdfs:comment "A user of the type patient, i.e. a cared-for person by one or multiple caregivers."@en ; + rdfs:label "Patient"@en . + + +### https://saref.etsi.org/saref4ehaw/PeriodicBanCommunicationType +s4ehaw:PeriodicBanCommunicationType rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:BanCommunicationType ; + rdfs:comment "BAN communication function way of working of the type periodic."@en ; + rdfs:label "Periodic BAN communication type"@en . + + +### https://saref.etsi.org/saref4ehaw/PhysicalLocation +s4ehaw:PhysicalLocation rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:Location ; + rdfs:comment "The physical location, i.e. a postal address and a geolocation when available."@en ; + rdfs:label "Physical location"@en . + + +### https://saref.etsi.org/saref4ehaw/Posture +s4ehaw:Posture rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "The posture of a health actor (mainly a patient or a user), e.g. exercising, lying, running, sitting, walking..."@en ; + rdfs:label "Posture"@en . + + +### https://saref.etsi.org/saref4ehaw/PowerSource +s4ehaw:PowerSource rdf:type owl:Class ; + rdfs:comment "The power sources of a health device, mainly describing energy source and battery related capabilities of the health device (number of power source, source type, rechargeable or not...)."@en ; + rdfs:label "Power source"@en . + + +### https://saref.etsi.org/saref4ehaw/ReminderCommand +s4ehaw:ReminderCommand rdf:type owl:Class ; + rdfs:subClassOf saref:NotifyCommand ; + rdfs:comment "Command used for sending reminder notifications to health actors, e.g. patients, users or Caregivers."@en ; + rdfs:label "Reminder command"@en . + + +### https://saref.etsi.org/saref4ehaw/ResponsibleParty +s4ehaw:ResponsibleParty rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthActor ; + rdfs:comment "The legal entity responsible for a BAN, i.e. to contact in case of problem."@en ; + rdfs:label "Responsible party"@en . + + +### https://saref.etsi.org/saref4ehaw/ServiceGrounding +s4ehaw:ServiceGrounding rdf:type owl:Class ; + rdfs:comment "How to access the service."@en ; + rdfs:label "Service grounding"@en . + + +### https://saref.etsi.org/saref4ehaw/ServiceProcess +s4ehaw:ServiceProcess rdf:type owl:Class ; + rdfs:comment "How the service works."@en ; + rdfs:label "Service process"@en . + + +### https://saref.etsi.org/saref4ehaw/ServiceProfile +s4ehaw:ServiceProfile rdf:type owl:Class ; + rdfs:comment "What the service does."@en ; + rdfs:label "Service profile"@en . + + +### https://saref.etsi.org/saref4ehaw/TimeSeriesMeasurement +s4ehaw:TimeSeriesMeasurement rdf:type owl:Class ; + rdfs:subClassOf saref:Measurement , + [ rdf:type owl:Restriction ; + owl:onProperty s4envi:hasFrequencyMeasurement ; + owl:allValuesFrom s4envi:FrequencyMeasurement + ] , + [ rdf:type owl:Restriction ; + owl:onProperty s4ehaw:hasValues ; + owl:allValuesFrom xsd:decimal + ] ; + rdfs:comment "A sequence of data in a successive equally spaced points in time. The O&M ontology (ISO 19156) defines Time Series Observation as an “observation whose result is a time-series”, while both Hl7 aECG and DICOM standards define the Series element as a sequence of data sharing a common frame of reference. In SAREF4health this concept is termed as Time Series Measurements since this sequence of data refers to time series measured by a health device."@en ; + rdfs:label "Time series measurement"@en . + + +### https://saref.etsi.org/saref4ehaw/User +s4ehaw:User rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthActor ; + rdfs:comment "A health actor (patient included) that can be equiped with BANs or health devices for monitoring, control, care (specific case of patients) or support purposes."@en ; + rdfs:label "User"@en . + + +### https://saref.etsi.org/saref4ehaw/ValidityConstraint +s4ehaw:ValidityConstraint rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:DataConstraint ; + rdfs:comment "Data may have validity constraint such as allowable value range."@en ; + rdfs:label "Validity constraint"@en . + + +### https://saref.etsi.org/saref/core/Command +saref:Command rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/Device +saref:Device rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/Function +saref:Function rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/Measurement +saref:Measurement rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/NotifyCommand +saref:NotifyCommand rdf:type owl:Class . + + +### http://www.w3.org/ns/ssn/systems/Precision +ssn-system:Precision rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/Property +saref:Property rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/Service +saref:Service rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/Task +saref:Task rdf:type owl:Class . + + +### https://saref.etsi.org/saref/core/UnitOfMeasure +saref:UnitOfMeasure rdf:type owl:Class . + + +### https://saref.etsi.org/saref4envi/Frequency +s4envi:Frequency rdf:type owl:Class . + + +### https://saref.etsi.org/saref4envi/FrequencyMeasurement +s4envi:FrequencyMeasurement rdf:type owl:Class ; + rdfs:comment "Represents the measured value made over a frequency property. It is also linked to the frequency unit of measure in which the value is expressed and the timestamp of the measurement."@en ; + rdfs:isDefinedBy s4envi: ; + rdfs:label "Frequency measurement"@en . + + +### https://saref.etsi.org/saref4envi/FrequencyUnit +s4envi:FrequencyUnit rdf:type owl:Class . + + + +################################################################# +# Individuals +################################################################# + + +### https://saref.etsi.org/saref4ehaw/AlcoholDrinking +s4ehaw:AlcoholDrinking rdf:type owl:NamedIndividual , + s4ehaw:Habit ; + rdfs:comment "Alcohol drinking habit (User level)."@en ; + rdfs:label "Alcohol drinking"@en . + + +### https://saref.etsi.org/saref4ehaw/AssistedLiving +s4ehaw:AssistedLiving rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Assisted living sub-domain for BAN application."@en ; + rdfs:label "Assisted living"@en . + + +### https://saref.etsi.org/saref4ehaw/AuralImpairment +s4ehaw:AuralImpairment rdf:type owl:NamedIndividual , + s4ehaw:Impairment ; + rdfs:comment "Aural impairment (User level), i.e. impairments of auditory sensitivity."@en ; + rdfs:label "Aural impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/Emergency +s4ehaw:Emergency rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Emergency sub-domain for BAN application."@en ; + rdfs:label "Emergency"@en . + + +### https://saref.etsi.org/saref4ehaw/Exercising +s4ehaw:Exercising rdf:type owl:NamedIndividual , + s4ehaw:Posture ; + rdfs:comment "Posture of user doing exercises."@en ; + rdfs:label "Exercising"@en . + + +### https://saref.etsi.org/saref4ehaw/Healthcare +s4ehaw:Healthcare rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Healthcare domain for BAN application."@en ; + rdfs:label "Healthcare"@en . + + +### https://saref.etsi.org/saref4ehaw/IntellectualImpairment +s4ehaw:IntellectualImpairment rdf:type owl:NamedIndividual , + s4ehaw:Impairment ; + rdfs:comment "Skeletal impairment (User level), e.g. ..."@en ; + rdfs:label "Intellectual impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/Lying +s4ehaw:Lying rdf:type owl:NamedIndividual , + s4ehaw:Posture ; + rdfs:comment "Posture of a lying user."@en ; + rdfs:label "Lying"@en . + + +### https://saref.etsi.org/saref4ehaw/MobilityImpairment +s4ehaw:MobilityImpairment rdf:type owl:NamedIndividual , + s4ehaw:Impairment ; + rdfs:comment "Mobility impairment (User level)."@en ; + rdfs:label "Mobility impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/OcularImpairment +s4ehaw:OcularImpairment rdf:type owl:NamedIndividual , + s4ehaw:Impairment ; + rdfs:comment "Ocular impairment (User level), i.e. impamnents of visual acuity."@en ; + rdfs:label "Ocular impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/Old +s4ehaw:Old rdf:type owl:NamedIndividual , + s4ehaw:AgeCategory ; + rdfs:comment "Old, one user age category."@en ; + rdfs:label "Old"@en . + + +### https://saref.etsi.org/saref4ehaw/Overeating +s4ehaw:Overeating rdf:type owl:NamedIndividual , + s4ehaw:Habit ; + rdfs:comment "Overeating habit (User level)."@en ; + rdfs:label "Overeating"@en . + + +### https://saref.etsi.org/saref4ehaw/PervasiveComputing +s4ehaw:PervasiveComputing rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Pervasive computing sub-domain for BAN application."@en ; + rdfs:label "Pervasive computing"@en . + + +### https://saref.etsi.org/saref4ehaw/Running +s4ehaw:Running rdf:type owl:NamedIndividual , + s4ehaw:Posture ; + rdfs:comment "Posture of a running user."@en ; + rdfs:label "Running"@en . + + +### https://saref.etsi.org/saref4ehaw/Safety +s4ehaw:Safety rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Safety sub-domain for BAN application."@en ; + rdfs:label "Safety"@en . + + +### https://saref.etsi.org/saref4ehaw/Sitting +s4ehaw:Sitting rdf:type owl:NamedIndividual , + s4ehaw:Posture ; + rdfs:comment "Posture of a sitting user."@en ; + rdfs:label "Sitting"@en . + + +### https://saref.etsi.org/saref4ehaw/SkeletalImpairment +s4ehaw:SkeletalImpairment rdf:type owl:NamedIndividual , + s4ehaw:Impairment ; + rdfs:comment "Skeletal impairment (User level), e.g. of head and trunk regions, limbs..."@en ; + rdfs:label "Skeletal impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/Smoking +s4ehaw:Smoking rdf:type owl:NamedIndividual , + s4ehaw:Habit ; + rdfs:comment "Smoking habit (User level)."@en ; + rdfs:label "Smoking"@en . + + +### https://saref.etsi.org/saref4ehaw/SportTraining +s4ehaw:SportTraining rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Sport training sub-domain for BAN application."@en ; + rdfs:label "Sport Training"@en . + + +### https://saref.etsi.org/saref4ehaw/Telemedicine +s4ehaw:Telemedicine rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Telemedicine sub-domain for BAN application."@en ; + rdfs:label "Telemedicine"@en . + + +### https://saref.etsi.org/saref4ehaw/Undereating +s4ehaw:Undereating rdf:type owl:NamedIndividual , + s4ehaw:Habit ; + rdfs:comment "Undereating habit (User level)."@en ; + rdfs:label "Undereating"@en . + + +### https://saref.etsi.org/saref4ehaw/OcularImpairment +s4ehaw:OcularImpairment rdf:type owl:NamedIndividual , + s4ehaw:Impairment ; + rdfs:comment "Ocular impairment (User level)."@en ; + rdfs:label "Ocular impairment"@en . + + +### https://saref.etsi.org/saref4ehaw/Walking +s4ehaw:Walking rdf:type owl:NamedIndividual , + s4ehaw:Posture ; + rdfs:comment "Posture of a walking user."@en ; + rdfs:label "Walking"@en . + + +### https://saref.etsi.org/saref4ehaw/Young +s4ehaw:Young rdf:type owl:NamedIndividual , + s4ehaw:AgeCategory ; + rdfs:comment "Young, one user age category."@en ; + rdfs:label "Young"@en . + +### https://saref.etsi.org/saref4ehaw/ArmpitLocation +s4ehaw:ArmpitLocation rdf:type owl:NamedIndividual , + s4ehaw:BodySurfaceLocation ; + rdfs:comment "Armpit location, a user body surface location."@en ; + rdfs:label "Armpit location"@en . + + +### https://saref.etsi.org/saref4ehaw/Asthma +s4ehaw:Asthma rdf:type owl:NamedIndividual , + s4ehaw:ChronicDisease ; + rdfs:comment "Asthma, a chronical disease that some users can have."@en ; + rdfs:label "Asthma"@en . + + +### https://saref.etsi.org/saref4ehaw/Diabetes +s4ehaw:Diabetes rdf:type owl:NamedIndividual , + s4ehaw:ChronicDisease ; + rdfs:comment "Diabetes, a chronical disease that some users can have."@en ; + rdfs:label "Diabetes"@en . + + +### https://saref.etsi.org/saref4ehaw/WristLocation +s4ehaw:WristLocation rdf:type owl:NamedIndividual , + s4ehaw:BodySurfaceLocation ; + rdfs:comment "Wrist, a user body surface location."@en ; + rdfs:label "Wrist location"@en . + + +### https://saref.etsi.org/saref4ehaw/Prevention +s4ehaw:Prevention rdf:type owl:NamedIndividual , + s4ehaw:BanApplicationDomain ; + rdfs:comment "Prevention sub-domain (e.g. preventive health) for BAN application."@en ; + rdfs:label "Prevention"@en . + + +### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi diff --git a/swj2022/ontology/ontology-no-imports/imports/saref4wear.ttl b/swj2022/ontology/ontology-no-imports/imports/saref4wear.ttl new file mode 100644 index 0000000..de9bb4b --- /dev/null +++ b/swj2022/ontology/ontology-no-imports/imports/saref4wear.ttl @@ -0,0 +1,1114 @@ +@prefix : . +@prefix geo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix foaf: . +@prefix rdfs: . +@prefix vann: . +@prefix voaf: . +@prefix geosp: . +@prefix saref: . +@prefix s4city: . +@prefix s4syst: . +@prefix s4wear: . +@prefix schema: . +@prefix dcterms: . +@prefix ssn-system: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + dcterms:created "2019-01-01"^^xsd:date ; + dcterms:creator , + ; + dcterms:description "SAREF4WEAR is an extension of SAREF for Wearables"@en ; + dcterms:issued "2020-02-01"^^xsd:date ; + dcterms:license ; + dcterms:modified "2020-06-06"^^xsd:date ; + dcterms:publisher ; + dcterms:source ; + dcterms:title "SAREF4WEAR: an extension of SAREF for Wearables"@en ; + vann:preferredNamespacePrefix "s4wear" ; + vann:preferredNamespaceUri "https://saref.etsi.org/saref4wear/" ; + owl:versionInfo "v1.1.1" . + +################################################################# +# 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 . + + +### http://schema.org/affiliation +### schema:affiliation rdf:type owl:AnnotationProperty . + + +### http://schema.org/familyName +schema:familyName rdf:type owl:AnnotationProperty . + + +### http://schema.org/givenName +schema:givenName rdf:type owl:AnnotationProperty . + + +### http://schema.org/name +schema:name rdf:type owl:AnnotationProperty . + + +### http://xmlns.com/foaf/0.1/name +foaf:name rdf:type owl:AnnotationProperty . + + +saref:FeatureOfInterest a owl:Class . + +saref:Measurement a owl:Class . + +saref:isMeasurementOf a owl:ObjectProperty . + +################################################################# +# Object Properties +################################################################# + +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 +geosp:hasGeometry rdf:type owl:ObjectProperty ; + rdfs:comment "A spatial representation for a given feature."@en ; + rdfs:isDefinedBy geosp: ; + rdfs:label "hasGeometry"@en . + + +### http://www.opengis.net/ont/geosparql#sfContains +geosp:sfContains rdf:type owl:ObjectProperty ; + rdfs:comment "Exists if the subject SpatialObject spatially contains the object SpatialObject."@en ; + rdfs:isDefinedBy geosp: ; + rdfs:label "sfContains"@en . + + +### http://www.opengis.net/ont/geosparql#sfWithin +geosp:sfWithin rdf:type owl:ObjectProperty ; + rdfs:comment "Exists if the subject SpatialObject is spatially within the object SpatialObject."@en ; + rdfs:isDefinedBy geosp: ; + rdfs:label "sfWithin"@en . + + +### http://www.w3.org/2003/01/geo/wgs84_pos#location +geo:location rdf:type owl:ObjectProperty ; + rdfs:comment "The relation between something and the point, or other geometrical thing in space, where it is. For example, the relationship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping."@en ; + rdfs:isDefinedBy geo: ; + rdfs:label "location" . + + +### http://www.w3.org/ns/ssn/systems/hasSystemCapability +ssn-system:hasSystemCapability rdf:type owl:ObjectProperty ; + rdfs:comment "Relation from a System to a SystemCapability describing the capabilities of the System under certain Conditions."@en ; + rdfs:isDefinedBy ssn-system: ; + rdfs:label "has system capability"@en . + + +### https://saref.etsi.org/core/consistsOf +saref:consistsOf rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship indicating a composite entity that consists of other entities (e.g., a temperature/humidity sensor that consists of a temperature sensor and a humidity sensor)"@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "consists of"@en . + + +### https://saref.etsi.org/core/controlsProperty +saref:controlsProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the property that can be controlled by a certain device."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "controls property"@en . + + +### https://saref.etsi.org/core/hasFunction +saref:hasFunction rdf:type owl:ObjectProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range saref:Function ; + rdfs:comment "A relationship identifying the function of a device."@en ; + rdfs:label "has function"@en . + + +### https://saref.etsi.org/core/hasProperty +saref:hasProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a feature of interest and a property of that feature."@en ; + rdfs:label "has property"@en . + + +### https://saref.etsi.org/core/isControlledByDevice +saref:isControlledByDevice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the devices that can control a certain property."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "is controlled by device"@en . + + +### https://saref.etsi.org/core/isMeasuredByDevice +saref:isMeasuredByDevice rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the devices that can measure a certain property."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "is measured by device"@en . + + +### 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."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "is measured in"@en . + + +### https://saref.etsi.org/core/makesMeasurement +saref:makesMeasurement rdf:type owl:ObjectProperty ; + owl:inverseOf saref:measurementMadeBy ; + rdfs:comment "A relation between a device and the measurements it makes. Such measurement will link together the value of the measurement, its unit of measure and the property to which it relates."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "makes measurement"@en . + + +### https://saref.etsi.org/core/measurementMadeBy +saref:measurementMadeBy rdf:type owl:ObjectProperty ; + rdfs:comment "A relation between a measurement and the device that made it."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "measurement made by"@en . + + +### https://saref.etsi.org/core/measuresProperty +saref:measuresProperty rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying the property that can be measured by a certain device."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "measures property"@en . + + +### https://saref.etsi.org/core/relatesToMeasurement +saref:relatesToMeasurement rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship between a property and the measurements it relates to."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "relates to measurement"@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."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "relates to property"@en . + + +### https://saref.etsi.org/saref4city/takesPlaceAtFacility +s4city:takesPlaceAtFacility rdf:type owl:ObjectProperty ; + rdfs:comment "A relationship specifying in which facility and event takes place."@en ; + rdfs:isDefinedBy s4city: ; + rdfs:label "takes place at facility"@en . + + +### https://saref.etsi.org/saref4syst/connectedTo +s4syst:connectedTo rdf:type owl:ObjectProperty ; + rdfs:comment "Links a system to a system it is connected to. Connected systems interact in some way. The exact meaning of \"interact\" is defined by sub properties of s4syst:connectedTo. Property s4syst:connectedTo is symmetric. This property can be qualified using class s4syst:Connection, which connects the two systems. If there is a connection between several systems, then one may infer these systems are pairwise connected."@en ; + rdfs:label "connected to"@en . + + +### https://saref.etsi.org/saref4wear/controlsFeature +s4wear:controlsFeature rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range saref:FeatureOfInterest ; + rdfs:comment "A relationship specifying the features of interest that are controlled by a device."@en ; + rdfs:label "controls feature"@en . + + +### https://saref.etsi.org/saref4wear/featureIsControlledByDevice +s4wear:featureIsControlledByDevice rdf:type owl:ObjectProperty ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Device ; + rdfs:comment "A relationship specifying the devices that control a feature of interest."@en ; + rdfs:label "feature is controlled by device"@en . + + +### https://saref.etsi.org/saref4wear/featureIsMeasuredByDevice +s4wear:featureIsMeasuredByDevice rdf:type owl:ObjectProperty ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range saref:Device ; + rdfs:comment "A relationship specifying the devices that measure a feature of interest."@en ; + rdfs:label "feature is measured by device"@en . + + +### https://saref.etsi.org/saref4wear/followsPolicy +s4wear:followsPolicy rdf:type owl:ObjectProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range s4wear:Policy ; + rdfs:comment "A relationship specifying the policy followed by a wearable device."@en ; + rdfs:label "follows policy"@en . + + +### https://saref.etsi.org/saref4wear/hasInterface +s4wear:hasInterface rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range s4wear:Interface ; + rdfs:comment "A relationship specifying the interface with which a device is equipped."@en ; + rdfs:label "has interface"@en . + + +### https://saref.etsi.org/saref4wear/hasPowerSupply +s4wear:hasPowerSupply rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range s4wear:PowerSupply ; + rdfs:comment "A relationship specifying the type of power supply equipping a device."@en ; + rdfs:label "has power supply"@en . + + +### https://saref.etsi.org/saref4wear/hasSensor +s4wear:hasSensor rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range saref:Sensor ; + rdfs:comment "A relationship specifying a sensor integrated into a device."@en ; + rdfs:label "has sensor"@en . + + +### https://saref.etsi.org/saref4wear/installs +s4wear:installs rdf:type owl:ObjectProperty ; + rdfs:domain s4city:Facility ; + rdfs:range saref:Device ; + rdfs:comment "A relationship specifying in which facility a device has been installed."@en ; + rdfs:label "installs"@en . + + +### https://saref.etsi.org/saref4wear/interactsWith +s4wear:interactsWith rdf:type owl:ObjectProperty ; + rdfs:domain s4wear:User ; + rdfs:range saref:Device ; + rdfs:comment "A relationship specifying the interaction between a user and a device."@en ; + rdfs:label "interacts with"@en . + + +### https://saref.etsi.org/saref4wear/isDetectedBy +s4wear:isDetectedBy rdf:type owl:ObjectProperty ; + rdfs:domain s4wear:Occurrence ; + rdfs:range saref:Device ; + rdfs:comment "Defines the relationship between an occurrence and the device detecting it." ; + rdfs:label "is detected by"@en . + + +### https://saref.etsi.org/saref4wear/isLocated +s4wear:isLocated rdf:type owl:ObjectProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range s4wear:Wearer ; + rdfs:comment "A relationship specifying the location of a wearer with respect to a wearable."@en ; + rdfs:label "is located"@en . + + +### https://saref.etsi.org/saref4wear/isLocatedIn +s4wear:isLocatedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf s4wear:isLocated ; + rdfs:domain s4wear:InBodyWearable ; + rdfs:range s4wear:Wearer ; + rdfs:comment "A relationship specifying the location of a wearer with respect to an in-body wearable."@en ; + rdfs:label "is located in"@en . + + +### https://saref.etsi.org/saref4wear/isLocatedNear +s4wear:isLocatedNear rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf s4wear:isLocated ; + rdfs:domain s4wear:NearBodyWearable ; + rdfs:range s4wear:Wearer ; + rdfs:comment "A relationship specifying the location of a wearer with respect to an near-body wearable."@en ; + rdfs:label "is located near"@en . + + +### https://saref.etsi.org/saref4wear/isLocatedOn +s4wear:isLocatedOn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf s4wear:isLocated ; + rdfs:domain s4wear:OnBodyWearable ; + rdfs:range s4wear:Wearer ; + rdfs:comment "A relationship specifying the location of a wearer with respect to an on-body wearable."@en ; + rdfs:label "is located on"@en . + + +### https://saref.etsi.org/saref4wear/isTriggeredBy +s4wear:isTriggeredBy rdf:type owl:ObjectProperty ; + owl:inverseOf s4wear:triggers ; + rdfs:domain saref:ActuatingFunction ; + rdfs:range saref:Device ; + rdfs:comment "A relationship specifying the function actuating the work of a device."@en ; + rdfs:label "is triggered by"@en . + + +### https://saref.etsi.org/saref4wear/measuresFeature +s4wear:measuresFeature rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range saref:FeatureOfInterest ; + rdfs:comment "A relationship specifying the features of interest that are measured by a device."@en ; + rdfs:label "measures feature"@en . + + +### https://saref.etsi.org/saref4wear/monitors +s4wear:monitors rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range saref:Device ; + rdfs:comment "A relationship specifying the monitoring activity of a device on another device."@en ; + rdfs:label "monitors"@en . + + +### https://saref.etsi.org/saref4wear/sendsInformationTo +s4wear:sendsInformationTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf s4syst:connectedTo ; + rdfs:domain s4wear:Wearable ; + rdfs:range s4wear:Wearable ; + rdfs:comment "A relationship specifying the sending information operation between two wearables."@en ; + rdfs:label "sends information to"@en . + + +### https://saref.etsi.org/saref4wear/sendsNotificationsTo +s4wear:sendsNotificationsTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf s4syst:connectedTo ; + rdfs:domain s4wear:Wearable ; + rdfs:range s4wear:Wearer ; + rdfs:comment "A relationship specifying the sending notification operation between two wearables."@en ; + rdfs:label "sends notifications to"@en . + + +### https://saref.etsi.org/saref4wear/takesPlaceAt +s4wear:takesPlaceAt rdf:type owl:ObjectProperty ; + rdfs:comment "The place where an occurrence takes place."@en ; + rdfs:label "takes place at"@en . + + +### https://saref.etsi.org/saref4wear/triggers +s4wear:triggers rdf:type owl:ObjectProperty ; + rdfs:domain saref:Device ; + rdfs:range saref:ActuatingFunction ; + rdfs:comment "A relationship specifying the function actuating the work of a device."@en ; + rdfs:label "triggers"@en . + + +################################################################# +# Data properties +################################################################# + +### 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)."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "has timestamp"@en . + + +### https://saref.etsi.org/core/hasValue +saref:hasValue rdf:type owl:DatatypeProperty ; + rdfs:comment "A relationship defining the value of a certain property, e.g., energy or power. Note that, even if numeric values are expected to enable reasoning, measurement values could use other datatypes."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "has value"@en . + + +### https://saref.etsi.org/saref4wear/hasCapacity +s4wear:hasCapacity rdf:type owl:DatatypeProperty ; + rdfs:domain s4city:Facility ; + rdfs:range xsd:long ; + rdfs:comment "A relationship defining the capacity of a facility."@en ; + 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 ; + rdfs:range xsd:double ; + rdfs:comment "A relationship defining the data transmission rate of a wearable."@en ; + rdfs:label "has data transmission rate"@en . + + +### https://saref.etsi.org/saref4wear/hasHeight +s4wear:hasHeight rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range xsd:double ; + rdfs:comment "A relationship defining the height dimension of a wearable."@en ; + rdfs:label "has height"@en . + + +### https://saref.etsi.org/saref4wear/hasLength +s4wear:hasLength rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range xsd:double ; + rdfs:comment "A relationship defining the length dimension of a wearable."@en ; + rdfs:label "has length"@en . + + +### https://saref.etsi.org/saref4wear/hasStorage +s4wear:hasStorage rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range xsd:double ; + rdfs:comment "A relationship defining the storage capacity of a wearable."@en ; + rdfs:label "has storage"@en . + + +### https://saref.etsi.org/saref4wear/hasWeight +s4wear:hasWeight rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range xsd:double ; + rdfs:comment "A relationship defining the weight of a wearable device."@en ; + rdfs:label "has weight"@en . + + +### https://saref.etsi.org/saref4wear/hasWidth +s4wear:hasWidth rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearable ; + rdfs:range xsd:double ; + rdfs:comment "A relationship defining the width dimention of a wearable."@en ; + rdfs:label "has width"@en . + + +### https://saref.etsi.org/saref4wear/meansOfTransport +s4wear:meansOfTransport rdf:type owl:DatatypeProperty ; + rdfs:domain saref:FeatureOfInterest ; + rdfs:range xsd:string ; + rdfs:comment "A relationship stating the means of transport on which the wearable is operating."@en ; + rdfs:label "means of transport"@en . + + +### https://saref.etsi.org/saref4wear/wearerAgeRange +s4wear:wearerAgeRange rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearer ; + rdfs:range xsd:string ; + rdfs:comment "A relationship stating the age range of a wearer."@en ; + rdfs:label "wearer age range"@en . + + +### https://saref.etsi.org/saref4wear/wearerStatus +s4wear:wearerStatus rdf:type owl:DatatypeProperty ; + rdfs:domain s4wear:Wearer ; + rdfs:range xsd:string ; + rdfs:comment "A relationship defining the status of a wearer."@en ; + rdfs:label "wearer status"@en . + + +################################################################# +# Classes +################################################################# + +### http://purl.org/vocommons/voaf#Vocabulary +voaf:Vocabulary rdf:type owl:Class ; + rdfs:comment "A vocabulary used in the linked data cloud. An instance of voaf:Vocabulary relies on or is used by at least another instance of voaf:Vocabulary."@en ; + rdfs:label "Vocabulary"@en . + + +### http://schema.org/Organization +schema:Organization rdf:type owl:Class ; + rdfs:comment "An organization."@en ; + rdfs:label "Organization"@en . + + +### http://schema.org/Person +schema:Person rdf:type owl:Class ; + rdfs:comment "A person."@en ; + rdfs:label "Person"@en . + + +### http://www.opengis.net/ont/geosparql#Feature +geosp:Feature rdf:type owl:Class ; + rdfs:subClassOf geosp: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."@en ; + rdfs:isDefinedBy geosp: ; + rdfs:label "Feature"@en . + + +### http://www.opengis.net/ont/geosparql#Geometry +geosp:Geometry rdf:type owl:Class ; + rdfs:subClassOf geosp: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."@en ; + rdfs:isDefinedBy geosp: ; + rdfs:label "Geometry"@en . + + +### http://www.opengis.net/ont/geosparql#SpatialObject +geosp:SpatialObject rdf:type owl:Class ; + rdfs:comment "The class spatial-object represents everything that can have a spatial representation. It is superclass of feature and geometry."@en ; + rdfs:isDefinedBy geosp: ; + rdfs:label "Spatial object"@en . + + +### http://www.w3.org/2003/01/geo/wgs84_pos#Point +geo:Point rdf:type owl:Class ; + rdfs:subClassOf geosp:Geometry ; + rdfs:comment "A point, typically described using a coordinate system relative to Earth, such as WGS84."@en ; + rdfs:isDefinedBy geo: ; + rdfs:label "Point"@en . + + +### http://www.w3.org/ns/ssn/systems/SystemCapability +ssn-system:SystemCapability rdf:type owl:Class ; + rdfs:comment """Describes normal measurement, actuation, sampling properties such as accuracy, range, precision, etc. of a System under some specified Conditions such as a temperature range. +The capabilities specified here are those that affect the primary purpose of the System, while those in OperatingRange represent the system's normal operating environment, including Conditions that don't affect the Observations or the Actuations."""@en ; + rdfs:isDefinedBy ssn-system: ; + rdfs:label "System capability"@en . + + +### http://xmlns.com/foaf/0.1/Person +foaf:Person rdf:type owl:Class ; + rdfs:comment "A person"@en ; + rdfs:label "Person"@en . + + +### https://saref.etsi.org/core/ActuatingFunction +saref:ActuatingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows to transmit data to actuators, such as level settings (e.g., temperature) or binary switching (e.g., open/close, on/off)."@en ; + rdfs:label "Actuating function"@en . + + +### https://saref.etsi.org/core/Actuator +saref:Actuator rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "A device responsible for moving or controlling a mechanism or system by performing an actuating function."@en ; + rdfs:label "Actuator"@en . + + +### https://saref.etsi.org/core/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: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 saref: ; + rdfs:label "Device"@en . + + +### https://saref.etsi.org/core/EventFunction +saref:EventFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."@en ; + rdfs:label "Event function"@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."@en ; + rdfs:label "Feature of interest"@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."@en ; + rdfs:label "Function"@en . + + +### 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: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 + ] ; + 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"@en . + + +### https://saref.etsi.org/core/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: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"@en . + + +### https://saref.etsi.org/core/SensingFunction +saref:SensingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows to transmit data from sensors, such as measurement values (e.g., temperature) or sensing data (e.g., occupancy)."@en ; + rdfs:label "Sensing function"@en . + + +### https://saref.etsi.org/core/Sensor +saref:Sensor rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. Further, a device of category saref:Sensor that performs a saref:SensingFunction."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "Sensor"@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 SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."@en ; + rdfs:isDefinedBy saref: ; + rdfs:label "Unit of measure"@en . + + +### https://saref.etsi.org/saref4city/AdministrativeArea +s4city:AdministrativeArea rdf:type owl:Class ; + rdfs:subClassOf geosp:Feature ; + rdfs:comment "An administrative division, unit, entity, area or region, also referred to as a subnational entity, constituent unit, or country subdivision, is a portion of a country or other region delineated for the purpose of administration. (https://en.wikipedia.org/wiki/Administrative_division)."@en ; + rdfs:isDefinedBy s4city: ; + rdfs:label "Administrative area"@en . + + +### https://saref.etsi.org/saref4city/CityObject +s4city:CityObject rdf:type owl:Class ; + rdfs:subClassOf geosp:Feature ; + rdfs:comment "Generic class for describing city objects."@en ; + rdfs:isDefinedBy s4city: ; + rdfs:label "City object"@en . + + +### https://saref.etsi.org/saref4city/Event +s4city:Event rdf:type owl:Class ; + rdfs:subClassOf s4wear:Occurrence , + [ rdf:type owl:Restriction ; + owl:onProperty s4city:takesPlaceAtFacility ; + owl:allValuesFrom s4city:Facility + ] ; + rdfs:comment "Temporary and scheduled event, like a festival or competition. (Definition taken from Wikidata)."@en ; + rdfs:isDefinedBy s4city: ; + rdfs:label "Event"@en . + + +### https://saref.etsi.org/saref4city/Facility +s4city:Facility rdf:type owl:Class ; + rdfs:subClassOf geosp:Feature ; + rdfs:comment "A place, amenity, or piece of equipment provided for a particular purpose. (Definition taken from https://en.oxforddictionaries.com/definition/facility)."@en ; + rdfs:isDefinedBy s4city: ; + rdfs:label "Facility"@en . + + +### https://saref.etsi.org/saref4wear/BiometricProperty +s4wear:BiometricProperty rdf:type owl:Class ; + rdfs:subClassOf s4wear:WearerProperty ; + rdfs:comment "Class to group those properties related to the biometric characteristics of wearers."@en ; + rdfs:label "Biometric property"@en . + + +### https://saref.etsi.org/saref4wear/CommunicatingFunction +s4wear:CommunicatingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:EventFunction ; + rdfs:comment "A function that allows a device to communicate with another device."@en ; + rdfs:label "Communicating function"@en . + + +### https://saref.etsi.org/saref4wear/ControllingFunction +s4wear:ControllingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows to control a device from another device."@en ; + rdfs:label "Controlling function"@en . + + +### https://saref.etsi.org/saref4wear/CrowdProperty +s4wear:CrowdProperty rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "Class to group those properties related to crowds."@en ; + rdfs:label "Crowd property"@en . + + +### https://saref.etsi.org/saref4wear/ElectricalProperty +s4wear:ElectricalProperty rdf:type owl:Class ; + rdfs:subClassOf s4wear:WearableProperty ; + rdfs:comment "Class to group those electrical properties related to wearables."@en ; + rdfs:label "Electrical property"@en . + + +### https://saref.etsi.org/saref4wear/ElectricalSafetyProperty +s4wear:ElectricalSafetyProperty rdf:type owl:Class ; + rdfs:subClassOf s4wear:WearableProperty ; + rdfs:comment "Class to group those electrical safety properties related to wearables."@en ; + rdfs:label "Electrical safety property"@en . + + +### https://saref.etsi.org/saref4wear/EmissionProperty +s4wear:EmissionProperty rdf:type owl:Class ; + rdfs:subClassOf s4wear:WearableProperty ; + rdfs:comment "Class to group those emission properties related to wearables."@en ; + rdfs:label "Emission property"@en . + + +### https://saref.etsi.org/saref4wear/EnvironmentalProperty +s4wear:EnvironmentalProperty rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "Class to group those properties related to the environment of a wearer."@en ; + rdfs:label "Environmental property"@en . + + +### https://saref.etsi.org/saref4wear/FabricWearable +s4wear:FabricWearable rdf:type owl:Class ; + rdfs:subClassOf s4wear:TextileBasedWearable ; + rdfs:comment "A fabric wearable is a fabric integrating the sensors directly into its fibers."@en ; + rdfs:label "Fabric wearable"@en . + + +### https://saref.etsi.org/saref4wear/InBodyWearable +s4wear:InBodyWearable rdf:type owl:Class ; + rdfs:subClassOf [ owl:intersectionOf ( s4wear:Wearable + [ rdf:type owl:Restriction ; + owl:onProperty s4wear:isLocatedIn ; + owl:someValuesFrom s4wear:Wearer + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:comment "An in-body wearable is a wearable located inside a physical body."@en ; + rdfs:label "In-body wearable"@en . + + +### https://saref.etsi.org/saref4wear/Interface +s4wear:Interface rdf:type owl:Class ; + rdfs:comment "An interface is the mechanism with which a device can receive or transmit data to another device."@en ; + rdfs:label "Interface"@en . + + +### https://saref.etsi.org/saref4wear/LivingOrganism +s4wear:LivingOrganism rdf:type owl:Class ; + rdfs:subClassOf geosp:Feature , + saref:FeatureOfInterest ; + rdfs:comment "A living organism is any entity composed of cells."@en ; + rdfs:label "Living organism"@en . + + +### https://saref.etsi.org/saref4wear/MemoryStorage +s4wear:MemoryStorage rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "A memory storage is an hardware component intended to store data within the device."@en ; + rdfs:label "Memory storage"@en . + + +### https://saref.etsi.org/saref4wear/NavigatingFunction +s4wear:NavigatingFunction rdf:type owl:Class ; + rdfs:subClassOf saref:Function ; + rdfs:comment "A function that allows a device to provide navigation information."@en ; + rdfs:label "Navigating function"@en . + + +### https://saref.etsi.org/saref4wear/NearBodyWearable +s4wear:NearBodyWearable rdf:type owl:Class ; + rdfs:subClassOf [ owl:intersectionOf ( s4wear:Wearable + [ rdf:type owl:Restriction ; + owl:onProperty s4wear:isLocatedNear ; + owl:someValuesFrom s4wear:Wearer + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:comment "A near-body wearable is a wearable located near a physical body."@en ; + rdfs:label "Near-body wearable"@en . + + +### https://saref.etsi.org/saref4wear/Occurrence +s4wear:Occurrence rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty s4wear:takesPlaceAt ; + owl:allValuesFrom geosp:Feature + ] ; + rdfs:comment "An occurrence is the fact of something existing or being found in a place."@en ; + rdfs:label "Occurrence"@en . + + +### https://saref.etsi.org/saref4wear/OnBodyWearable +s4wear:OnBodyWearable rdf:type owl:Class ; + rdfs:subClassOf [ owl:intersectionOf ( s4wear:Wearable + [ rdf:type owl:Restriction ; + owl:onProperty s4wear:isLocatedOn ; + owl:someValuesFrom s4wear:Wearer + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:comment "An on-body wearable is a wearable having a direct contact with a physical body."@en ; + rdfs:label "On-body wearable"@en . + + +### https://saref.etsi.org/saref4wear/Policy +s4wear:Policy rdf:type owl:Class ; + rdfs:comment "A policy is a set of guidelines adopted during the wearable building process and defining how a wearables operates."@en ; + rdfs:label "Policy"@en . + + +### https://saref.etsi.org/saref4wear/PowerSupply +s4wear:PowerSupply rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:comment "A power supply is an hardware component intended to plug a device to a power grid."@en ; + rdfs:label "Power supply"@en . + + +### https://saref.etsi.org/saref4wear/Software +s4wear:Software rdf:type owl:Class ; + rdfs:subClassOf saref:FeatureOfInterest ; + rdfs:comment "A software is a computer program."@en ; + rdfs:label "Software"@en . + + +### https://saref.etsi.org/saref4wear/TextileBasedSensor +s4wear:TextileBasedSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor ; + rdfs:comment "A textile-based sensor is a sensor directly integrated into a textile artifact."@en ; + rdfs:label "Textile-based sensor"@en . + + +### https://saref.etsi.org/saref4wear/TextileBasedWearable +s4wear:TextileBasedWearable rdf:type owl:Class ; + rdfs:subClassOf s4wear:OnBodyWearable ; + rdfs:comment "A textile-based wearable is a wearable directly integrated into a textile artifact."@en ; + rdfs:label "Textile-based wearable"@en . + + +### https://saref.etsi.org/saref4wear/User +s4wear:User rdf:type owl:Class ; + rdfs:subClassOf saref:FeatureOfInterest ; + rdfs:comment "A user is an entity using a wearable."@en ; + rdfs:label "User"@en . + + +### https://saref.etsi.org/saref4wear/Wearable +s4wear:Wearable rdf:type owl:Class ; + rdfs:subClassOf geosp:Feature , + saref:Device , + [ rdf:type owl:Restriction ; + owl:onProperty ssn-system:hasSystemCapability ; + owl:allValuesFrom ssn-system:SystemCapability + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasProperty ; + owl:allValuesFrom s4wear:WearableProperty + ] ; + rdfs:comment "A wearable device is a device that is intended to be located near, on or in an organism."@en ; + rdfs:label "Wearable device"@en . + + +### https://saref.etsi.org/saref4wear/WearableProperty +s4wear:WearableProperty rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "Class to group those properties related to wearables."@en ; + rdfs:label "Wearable property"@en . + + +### https://saref.etsi.org/saref4wear/Wearer +s4wear:Wearer rdf:type owl:Class ; + rdfs:subClassOf geosp:SpatialObject , + [ owl:intersectionOf ( s4wear:LivingOrganism + [ rdf:type owl:Restriction ; + owl:onProperty s4wear:featureIsMeasuredByDevice ; + owl:someValuesFrom s4wear:Wearable + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty saref:hasProperty ; + owl:allValuesFrom s4wear:WearerProperty + ] ; + rdfs:comment "A wearer is any living organism that is sensed by a wearable."@en ; + rdfs:label "Wearer"@en . + + +### https://saref.etsi.org/saref4wear/WearerProperty +s4wear:WearerProperty rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; + rdfs:comment "Class to group those properties related to wearers."@en ; + rdfs:label "Wearer property"@en . + + +################################################################# +# Individuals +################################################################# + +### http://www.garcia-castro.com/foaf.rdf#me + rdf:type owl:NamedIndividual , + schema:Person ; + schema:affiliation ; + schema:familyName "García-Castro" ; + schema:givenName "Raúl" ; + rdfs:comment "Raul Garcia Castro"@en ; + rdfs:label "Raul Garcia Castro"@en . + + +### https://saref.etsi.org/saref4wear/AcousticEmission +s4wear:AcousticEmission rdf:type owl:NamedIndividual , + s4wear:EmissionProperty ; + rdfs:comment "The acoustic emission of the wearable."@en ; + rdfs:label "Acoustic emission"@en . + + +### https://saref.etsi.org/saref4wear/AirQuality +s4wear:AirQuality rdf:type owl:NamedIndividual , + s4wear:EnvironmentalProperty ; + rdfs:comment "The quality of air in the environment."@en ; + rdfs:label "Air quality"@en . + + +### https://saref.etsi.org/saref4wear/BatteryRemainingTime +s4wear:BatteryRemainingTime rdf:type owl:NamedIndividual , + s4wear:ElectricalProperty ; + rdfs:comment "The time until the battery of the wearable is discharged."@en ; + rdfs:label "Battery remaining time"@en . + + +### https://saref.etsi.org/saref4wear/CrowdSize +s4wear:CrowdSize rdf:type owl:NamedIndividual , + s4wear:CrowdProperty ; + rdfs:comment "The size of a crowd."@en ; + rdfs:label "Crowd size"@en . + + +### https://saref.etsi.org/saref4wear/HeartRate +s4wear:HeartRate rdf:type owl:NamedIndividual , + s4wear:BiometricProperty ; + rdfs:comment "The heart rate of the wearer."@en ; + rdfs:label "Heart rate"@en . + + +### https://saref.etsi.org/saref4wear/HeatEmission +s4wear:HeatEmission rdf:type owl:NamedIndividual , + s4wear:EmissionProperty ; + rdfs:comment "The heat emission of the wearable."@en ; + rdfs:label "Heat emission"@en . + + +### https://saref.etsi.org/saref4wear/QueueSize +s4wear:QueueSize rdf:type owl:NamedIndividual , + s4wear:CrowdProperty ; + rdfs:comment "The size of a queue."@en ; + rdfs:label "Queue size"@en . + + +### https://saref.etsi.org/saref4wear/RadioFrequencyEmission +s4wear:RadioFrequencyEmission rdf:type owl:NamedIndividual , + s4wear:EmissionProperty ; + rdfs:comment "The radio frequency emission of the wearable."@en ; + rdfs:label "Radio frequency emission"@en . + + +### https://saref.etsi.org/saref4wear/SoundLevel +s4wear:SoundLevel rdf:type owl:NamedIndividual , + s4wear:EnvironmentalProperty ; + rdfs:comment "The level of sound in the environment."@en ; + rdfs:label "Sound level"@en . + + +### https://saref.etsi.org/saref4wear/Temperature +s4wear:Temperature rdf:type owl:NamedIndividual , + s4wear:EnvironmentalProperty ; + rdfs:comment "The temperature of the environment."@en ; + rdfs:label "Temperature"@en . + + +### https://saref.etsi.org/saref4wear/WearerTemperature +s4wear:WearerTemperature rdf:type owl:NamedIndividual , + s4wear:BiometricProperty ; + rdfs:comment "The temperature of the wearer."@en ; + rdfs:label "Wearer temperature"@en . + + +### https://www.fbk.eu/ + rdf:type owl:NamedIndividual , + schema:Organization ; + schema:name "Fondazione Bruno Kessler" ; + rdfs:comment "Fondazione Bruno Kessler"@en ; + rdfs:label "Fondazione Bruno Kessler"@en . + + +### https://www.linkedin.com/in/maurodragoni/MauroDragoni + rdf:type owl:NamedIndividual , + schema:Person ; + schema:affiliation ; + schema:familyName "Dragoni" ; + schema:givenName "Mauro" ; + rdfs:comment "Mauro Dragoni"@en ; + rdfs:label "Mauro Dragoni"@en . + + +### https://www.upm.es/ + rdf:type owl:NamedIndividual , + schema:Organization ; + schema:name "Universidad Politécnica de Madrid" ; + rdfs:comment "Universidad Politécnica de Madrid"@en ; + rdfs:label "Universidad Politécnica de Madrid"@en .